of     1   

Vexchan
#185916837Wednesday, March 23, 2016 10:04 PM GMT

So how could I do a for do loop to get all the players, but only do it on those on a certain team. This is all I got : for i,v in pairs (game.Players:GetChildren()) do if v.TeamColor ~= BrickColor.new("Bright blue") then v.Character.Humanoid.Health = 0 end end
IA_BI
#185916949Wednesday, March 23, 2016 10:05 PM GMT

And that doesn't work?

    of     1