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)
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?
But there’s a requirement:
-It can’t be deprecated instance or code.
-The bullet can’t be collided.
well but there is nothing bad at using deprecated classes for achieving the expected result
I really don’t want to update my script when roblox is gonna remove it tho
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
Hope so,because I used rocketpropulsion for it to chase!