Multiplayer translation doesnt replicates

Hello!

I am doing a multiplayer game and I move the player PAWNS using add local offsets (They only moves in one axis). When I try, the client moves perfect and the server moves perfect too, but I dont get the server or the client updated. The client only moves in the client but not in the server and the server only moves in the server but not in the client.

Here is a screenshot.

I move with Input Axis and in the event tick I call a event Run On server who update the location of the pawn.

Anyone knows what I need to do to replicate the movement?

Thanks for your time!

Hi !!! Did you try to take a look at the 3PS template ? If not, you should play with it and see how the basic mouvement is done

Is your pawn class set to Replicate Movement?