How is synchronized the players positions when making multiplayer games?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By CosmoXD

Hello, I’m working on a online multiplayer prototype but I got stuck on this problem, I followed the High Level Multiplayer tutorial and I managed to connect the client and the server and instance the players but I don’t know how can I synchronize the positions, This is made automatically? or I have to manually get the players positions from the clients and set them from the server?

:bust_in_silhouette: Reply From: CosmoXD

The solution was actually pretty simple, I made a server that contains all the positions of the players and the clients were getting and setting that positions to the players on their machines.