Planning on using MoveDirection to move player on across walls in my climbing system. The only problem is, I don’t know how to use MoveDirection to detect if the player is going left, right, up, down etc. What is a possible solution for this?
you can use the UserInputService
to detect player input, and then use that input to determine the direction of movement.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.