So if you are trying to get smooth movement between server and client one thing you can do is manually replicate the transform from the server to the clients, then on the client end break it apart and lerp each of the components (location, rotation, and scale) from the current client position to the replicated value. I have not used this with characters, but I use it for moving platforms, even ones that move at high speed and there is no jitter.