Need help getting the current players player index

GetPlayerControllerID is the local index of the specific PlayerController. In online Multiplayer you should not use this index but instead use the PlayerState PlayerID.

1 Like