for index, player in pairs(Game.Players:GetPlayers()) do if player.TeamColor=="Bright red" then player.PlayerGui.Script.Disabled=false end end
Why doesn't this work?