How do I possess an actor in multiplayer?

Hi FlashTexxx

As Aherys_ and myself have mentioned. The possession MUST happen on the server.
In that screenshot, you are firing a server event, which then fires a client event that then tries to possess the pawn.

I also see you are trying to do this in the character class. It is better practice for the PlayerController to handle the possession.

Good luck.

Alex