Is it good to continue using bodyvelocity and bodyposition?

Hi developers, today I asked myself this question “Is it good to keep using bodyvelocity and bodyposition?”, honestly I’m not sure about the answer, at the moment my game uses those two and I’m not sure if I’m doing it right, in the developer hub it says the following “This object is deprecated and should not be used for new jobs. Use LinearVelocity instead”. I would appreciate your help.

Sorry for my grammar, I use translator.

Eventually those deprecated objects will be removed from ROBLOX.

This isn’t always immediate; sometimes it takes decades for deprecated methods (more generally) to be dropped on platforms like ROBLOX and languages more generally.

That being said, you should always be refactoring your code to follow the advice your platform provides.

I would transition to using LinearVelocity (ironically, that’ll be deprecated sometime in the future, too).

2 Likes