Having trouble replicating character movement to other characters

Hello, I’m having trouble replicating some character movement to other characters other than the editor character. For example, I want to increase the run speed of my characters when they press the left shift button. It works so far on editor character, but any other character will not increase their movement speed.

Funny enough, I made some pick-ups that work fine on every character (these also change character movement), but it seems when I directly influence the character movement in the thirdperson bp, instead of casting to it from a separate bp, it doesn’t work.

you are sending your server messages correctly but are not changing speeds on the server - perhaps in your repnotify you want to be modifying your character movement - right now you are only changing it on the client right after you tell the server you want it to change

the movement speed modification needs to happen on both client and server