Help updating an actor for each client?

Yea PlayerControllers are weird, you can only call Possess on the server. If you hover your mouse over the possess node, you can get a little info about it. Basically, you’re going to make a server RPC with your client’s PlayerController as the parameter.