How to get Players in an Instance
Getting Player Count
Section titled “Getting Player Count”-- Pull get the number of users in an instance... = PlayerAPI.PlayerCount-- You can also use:... = #PlayerAPI.AllPlayersGetting All Players
Section titled “Getting All Players”-- Pull in all the users in an instance, including you.... = PlayerAPI.AllPlayersGetting All Remote Players
Section titled “Getting All Remote Players”-- Pull in all the users in an instance, excluding you.... = PlayerAPI.RemotePlayersLocal Player
Section titled “Local Player”-- Get just you.... = PlayerAPI.LocalPlayer