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

TextColor Does Not Change To Correct Color?

Asked by 8 years ago

Instead of changing the color to the yellow color its supposed to change to, It turns more to a white color. Can someone help?

statusColor.Value = Color3.new(255, 255, 127)

1 answer

Log in to vote
0
Answered by
Potlon 35
8 years ago

Just have to add /222 at then to each number

statusColor.Value = Color3.new(255/255, 255/255, 127/255)
0
I hope you meant at the end AncientDyr 10 — 8y
0
and 255 not 222 AncientDyr 10 — 8y
Ad

Answer this question