How do I rotate a part/model relative to its movement direction

I want to rotate a part to face away from where its moving. How would I do that?

1 Like
part.CFrame = CFrame.lookAlong(part.Position, -part.AssemblyLinearVelocity)

ty, didnt know about cframe.lookalong

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