Predict a part's movement using assemblyLinearVelocity/assemblyAngularVelocity?

How can I predict a part’s movement using assemblyLinearVelocity/assemblyAngularVelocity?

You can use the equation Position = InitialPosition + Velocity*Time. For angular velocity you’d replace position with radians/degrees

1 Like

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