Spawning and Possessing Characters in Multiplayer

Hello, character creation and possess are always handle by the server, so you need to use the node “Has Authority” to confirm that who is trying to spawn is really the server, then you get all players connected, create the pawn and possess.

In the client, the player receives the possess from the server and uses his local controller (defined on the game mode parameters) to control the pawn.