So i want this script to work:
local stage1 = game.Teams["Stage 1"]
game.Players.PlayerAdded:Connect(function(player)
player.Team = stage1
end)
However, it doesnt for some reason
I have a teams from "Stage 1" to Stage 20
However it puts people on random teams, I have turned off AutoAssign for the others but it didnt do anything.
Can anyone help?
** You are now Level 3! **