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

My Gui not changing color I used FromRGB this time?

Asked by 5 years ago
Edited 5 years ago
ImageLabel = script.Parent
Plr = game.Players.LocalPlayer
Chr = Plr.Character
Hum = Chr:WaitForChild('Humanoid')
HP = Hum.Health

while HP <= 70 do 
    wait(0.01)
    ImageLabel.ImageColor3 = Color3.fromRGB(100,90,0)

end











0
The script only checks once tho. also try setting the image colors on the gui and see if it changes SmugNyan 24 — 5y
0
it still dosen't work also when I change the ImageColor3 it works User#22788 5 — 5y
0
Use local variables. It is a better practice.  Zafirua 1348 — 5y
0
also try using :WaitForChild("Humanoid") theking48989987 2147 — 5y
0
you can't use the Avatar.ashx endpoint for an image id User#22604 1 — 5y

Answer this question