Provide a guide on upgrading legacy BodyMovers to physics constraints

As a Roblox developer, I would like to see documentation on how to convert legacy BodyMovers to equivelent or close to equivelent physics constraints.

The documentation already says which alternatives should be used in the deprecation note of each object, but doesn’t show how to convert it, for example BodyForce and BodyThrust both suggest switching to VectorForce, however, these do different things so may create unexpected results.

17 Likes

Hi @metatablecatmaid ,
I just published some guidelines on converting from legacy BodyMovers to newer constraints. Obviously it can’t be a “here’s every old property/setting and here’s the new equivalent” but these guidelines should help developers understand how the new constraints meet all (or almost all) of the legacy mover behaviors.

Take care,
IgnisRBX

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