Could somebody possibly edit this script to return the number?
a = game.Players:GetChildren() for i,v in pairs(a) do if a.TeamColor == BrickColor.new("Really red") then --What would I add here? end end
local red = 0 for i,v in pairs(game.Players:GetPlayers()) do if a.TeamColor == BrickColor.new("Really red") then red = red + 1 end end print(red)
a = game.Players:GetChildren() t = 0 for i,v in pairs(a) do if a.TeamColor == BrickColor.new("Really red") then t = t+1 end end
Locked by youtubemasterWOW and JesseSong
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?