I'm trying to make a personal minigame where if I join I'll be sorted into a team. How can I do this?
game.Players.PlayerAdded:connect(function(newplayer) if newplayer.Name == "COOLKENu" then newplayer.TeamColor = BrickColor.new("") -- Put team color in here end end)