So I’ve been trying to recreate the ball from Heatseeker mode in RL.
You can watch how it works in this video: (https://youtu.be/mY1YS4_IuTg)
Basically, it’s just a ball that tries to seek into the opponent’s goal. The issue I have is making the ball actually seek to the opponent’s goal.
I tried using a LineForce, which kind of works, but not so well, sometimes it just orbits around the goal.
And RocketPropulsion doesn’t seem to work.
I also tried to move the ball using a RunService loop with lerp, but the ball would get slower the closer it is to goal.
And this is possible to make, since it’s in the Roblox game “Blade Ball”.
Any help out here?