Best way to check if the player is moving & what direction they are moving?

I’m sorry I don’t quite understand your question.

1 Like

To anyone who stumbles on this and want’s it in local space as well, its:

local movementDirection = WorldMovingDirection(RootPart.CFrame:VectorToObjectSpace(MoveDirection))

Huge thanks to PremiumJay for that function :pray:

5 Likes