Help updating an actor for each client?

So I’ll need to manually tell the server to tell each player controller to possess their respective pawn at the beginning of the game, and I can do that inside of a server function? Should each controller be looking for a pawn with a matching index and possess it?

Edit: spelling