Heat seeking balls

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?

1 Like

It’s way over my head, but I do remember seeing awesome video that might help you:

2 Likes

ok i managed to make a functional system, the only problem i have is that i want there to be
:::::::!!!

the heat seeking uses ? btw

oh i found out why, its because the ball is behind me ! , does anyone know how i would calculate it so it makes it apply a forward force even if the ball is behind you?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.