Why Roblox Deprecate Stuff And Should We Use Deprecated Instances

Hello everyone i was wondering why roblox deprecate physic constraint like bodyVelocity and should i use them

They deprecate certain instances and objects because they are obsolete with regards to other methods. This is often because they have completely reworked it as the previous method lacked functionality or was laggy. And no, you shouldn’t use deprecated instances.
In the case of BodyVelocity, you can just use AlignPosition or LinearVelocity instead.

1 Like

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