how to replicate pawn in different coordinate system per clients

to implement multiplayer
Actors in the level for each client have different coordinate systems relative to the origin.

Replicating the pawn and spawning it on the server

It spawns and moves to common coordinates for all classes.

If you spawn the pawn on the server,

Is there a way to make each claman spawn and move in a different coordinate system?