📅  最后修改于: 2022-03-11 14:56:25.283000             🧑  作者: Mango
if amountOfPlayers < teamLimit then
--// this means the amount of players on the team is less than the team limit so now set the player on this team and do whatever else you were planning to do.
player.Team = team
end