of     1   

Flameris
#183363276Thursday, February 11, 2016 4:12 AM GMT

So now that I know how to split people into groups(phew) I want to know how to do a roller/ you know the thing in Phantom Forces where it gets you into a group OH YEA CHANCES i think ;---; sorry for english well if you did understand what i said can u help me with the script pls! thanks
pinballboy7
#183363298Thursday, February 11, 2016 4:13 AM GMT

You mean scrambling teams?
ranvlr2o50
#183363346Thursday, February 11, 2016 4:14 AM GMT

Use this script. While thruse do, Split players 50 50 Teams is red blue Red End Btw I'm mad at ur question
Flameris
#183363384Thursday, February 11, 2016 4:15 AM GMT

YEA I MEANT SCRAMBLING! and i sorry for u being mad at my question d;
cntkillme123
#183363435Thursday, February 11, 2016 4:16 AM GMT

local function scrambleTeams() local players = game.Players:GetPlayers() local teams = game.Teams:GetTeams() for key = 1, #players do table.remove(players, math.random(#players)).TeamColor = teams[key % #teams + 1].TeamColor end end
Flameris
#183363443Thursday, February 11, 2016 4:16 AM GMT

And what would happen if there were uneven people in the server?
cntkillme123
#183363459Thursday, February 11, 2016 4:17 AM GMT

One team would get 1 more player. If that's not fine then what do you want to happen if it's uneven?
myactivetestplace
#183363464Thursday, February 11, 2016 4:17 AM GMT

Whoa. ranvlr2o50 is so pro.
Flameris
#183363719Thursday, February 11, 2016 4:23 AM GMT

Nah its ok, thanks for the script!

    of     1