I'm making a game where this is pretty much the most important part. So, how would I make a random player join a specific team?
Something like this;
pl = game.Players:GetPlayers() rp = pl[math.random(#pl)] rp.TeamColor = BrickColor.new("Really black")
rp = Random player.