of     1   

deathdoor95
#140851897Saturday, July 19, 2014 4:21 PM GMT

Err, I forgot how to do the math.random for a table like players = game.Players:GetPlayers() for i = 1,#players do teams = {"Red Team","Blue Team"} players.TeamColor = math.random --here is where i get stuck, help?
deathdoor95
#140852071Saturday, July 19, 2014 4:24 PM GMT

bump1
filiptibell
#140853527Saturday, July 19, 2014 4:43 PM GMT

tablename[math.random(1, #tablename)] ~The herp lerped a derp~

    of     1