BodyVelocity Alternative

Hello!
I have been trying to use bodyvelocity but came to realize it was deprecated. I read some forum posts and saw that LinearVelocity was a good alternative and supposedly worked just like BodyVelocity, but when I tried to use it myself there were errors like LinearVelocity causing the part to move choppily and the part moving to the right or left for no reason. I am wondering if anything other than LinearVelocity could achieve the same result as bodyvelocity did.

What i would use is a lineforce. gravity has a lot of effect on it, which is why you’d use a bodyforce to push it up. It’s a lot complex then bodyvelocity, but it can have much nicer results

and if that does not play out correctly, create your own bodymover module. very hard but very nice to see it work. of course you’d need to know a lot of math

Sadly bodyforce was also deprecated, can vectorforce achieve the same results?

it can, you’d need two attachments. However deprecated does not mean not being able to use it, and i find the old bodymovers much nicer then the new ones

1 Like

Deprecated - not deleted. if you need use deprecated Instance, you can get it with command bar. For example:
Instance.new("BodyForce", workspace)
Will create deprecated BodyForce into workspace.

1 Like