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

Can someone please tell me how to fix the stutter movement on my client character? Whenever I try to crouch my client character in multiplayer he jitters and wont crouch but if I uncrouch he stops jittering. my host character is fine though. I really need a solution its killing me

PLEASE!!! I AM DESPERATE!!!

][1]

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.