Player suddenly stops moving when jumping

It doesn’t stop the player from moving, but it also makes it possible for the player to change directions

Doesn’t work, softlocked me after jumping.

try removing task.wait that maybe is causing the problem

Editing your original script like this should work.

MoveDirection isn’t writable

image

I updated the edit a while ago.

1 Like

Use Player:Move(direction) during jump state.

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