So I want the overhead textcolor3 to be any color when it reaches a specific amount of value.
Here’s what I tried so far, which didn’t work:
if game.Players.player.leaderstats.Time == 50 then
game.StarterPlayer.StarterCharacterScripts:FindFirstChild("Clone OverHead").TimeGui.TextLabel.TextColor3 = Color3.new(0, 255, 0)
end
can someone please help?