shooter example IsFirstPerson

[=DennyR;306685]
I don’t think that is true. If you connect to a server only your own PlayerController will exist on your machine. Only the server has a reference to all PlayerControllers.
[/]

Yes, you’re right. :smiley: So IsLocalPlayerController will return false on server for all controllers and true for your controller on client.