[Solved]Online Multiplayer Lobby Character Selection

Hey bro, dunno how you’ll use it, but take care to not use Get Player Controller like this when you build a multiplayer game, because it will always return the same player of the session, the first one.

You need to get the actual player pawn / controller of the current client that is connected and doing things on your game.