Replication: How to disable Tick of client without server seeing the disabled tick

Ok i’ve tried this with and without replication and it all ends up the same. I’m trying to disable my clients Movement component Tick because it makes the pawn jitter when trying to move the box. BUT no matter how i go about it with or without replication using server and client events. The server always see’s the client without the tick. Other clients see that client fine. It’s just the server that’s acting up. How should i go about fixing this?

method One: No replication:

method Two: Replicating to client:

All three views - same result, sorry i had to make it small to fit the file size:

I guess no one knows lol