hi,
I want to know how you can get/check what number the player spawned for example if the player spawned first I would store the number one in a variable and if a player spawned lets say 7th then ill give it 7. any help would be appreciated thanks.
@arain55 You can try “PhotonNetwork.player.ID”. You could also make a int that changes when a new player joins.