Make a bullet chase(auto aim)

I want to make a bullet chase a player,it will find a player and then chase it but I don’t want to use deprecated value or the LineForce because the LineForce mostly works only when it can collide.I want it can’t collide.

you want to make a bullet that will follow character’s movement?

It’s like detect if someone there and chase it down(it’s like auto aim bullet that chases you)

1 Like

then did i understand correctly that you need a bullet which will check if someone is near this bullet and if so it will follow character’s movement?

1 Like

But there’s a requirement:
-It can’t be deprecated instance or code.
-The bullet can’t be collided.

1 Like

well but there is nothing bad at using deprecated classes for achieving the expected result

1 Like

I really don’t want to update my script when roblox is gonna remove it tho

1 Like

they’re will not get deleted, they can be used a lot of times but however, roblox will not take any actions upon the deprecated classes

1 Like

Hope so,because I used rocketpropulsion for it to chase!