Roblox gives us access to the direction the character wants to go in via Humanoid.MoveDirection. The ControllerManager object has a property called ControllerManager.MovingDirection. We’ll make it so ControllerManager.MovingDirection is equal to Humanoid.MoveDirection. This’ll allow us to move, ...