please help me out, thanks!
A solution would be to create a new team like "Un-Teamed" or something like that. Then you can create a script with this script in it:
game.Players.PlayersAdded:Connect(function(plr) local totalteams repeat local totalteams = math.random(1,#game.Teams:GetChildren()) until not game.Teams:GetChildren(totalteams).Name = "Un-Teamed" plr.Team = game.Teams:GetChildren(totalteams) end)
This will assign the player to a random team. A second option would be to create a team gui. There many tutorials on Youtube by now.
Regards, Vivilian9
Closed as Non-Descriptive by hiimgoodpack and Leamir
This question has been closed because its title or content does not adequately describe the problem you are trying to solve.
Please ensure that your question pertains to your actual problem, rather than your attempted solution. That is, you were trying to solve problem X, and you thought solution Y would work, but instead of asking about X when you ran into trouble, you asked about Y.
Why was this question closed?