What is the correct way to possess a pawn in Mutiplayer - First Person Example

You need to make an event that’s set to Run on Server and pass your player controller as a variable when you call it from the client. In the server event code do the possession using the controller you passed to the event.