Multiplayer Client stuttery/jittery movement whenever i try to crouch (only on client)

Hey, I think you need to crouch on both client and server to make it work on multiplayer.

Like this

All the nodes following a key input are only run client - side, so you need to fire a server event to apply your changes server side.

Now both your characters should crouch properly, lemme know if you need more help.