I need a script that puts all the players in a Server into a specific team! Please Help
Make sure that this a Server script.
for _,v in pairs(game.Players:GetPlayers()) do v.Team = game.Teams["ENTERTEAMNAMEHERE"] end