Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I check a TeamColor?

Asked by
Seenit 80
10 years ago
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?

0
Nevermind, Got it. Seenit 80 — 10y

Answer this question