I want to find the name of the first player that has been teamed on a team.
For example :
Player1 has joined red.
Player2 has joined blue.
for i, v in pairs(game.Teams.Red:GetPlayers()) do -- what to type here to check? end)