Any way to make a homing projectile go straight to target?

You guys are ****ing amazing. I solved the issue by checking (using an event tick) if the projectile is close to the target.

I don’t really like using event ticks, the idea of things getting checked everyframe annoys me. So guess i’ll use a timer and be done with it.

Thank you!