📜  最大人员团队 roblox - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:25.283000             🧑  作者: Mango

代码示例1
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