Players
hold the connected clients
Instance.new()
PlayerCount: int
PlayerCount
holds a int value which has the total number of players in the game server
RespawnTime: int
GetPlayer(string username)
GetPlayer
will return a Player
type. An example:
GetLocalPlayer()
Player
type. This function can only be called by client-sided scripts. An example:
OnPlayerEntered
OnPlayerLeft