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

Imagecolor3 not changing colors?

Asked by 4 years ago

I am trying to make a script to make a script where it changes color of a imagebutton, but it does not work. Here is my script:

function onClicked()
script.Parent.Parent.Parent.Parent.Start.Roundify_12px.ImageColor3 = Color3.fromRGB(59, 118, 0)
    end
script.Parent.MouseButton1Click:Connect(onClicked)

The line "color3.fromRGB(59, 118, 0) doesn't seem to be working. Am i suppose to put the rgb value after it or something else?

0
1. Is the script erroring? If so, can you give the error? RSASDSA 72 — 4y
0
There is no error in the output Error_404isGAMING 30 — 4y

1 answer

Log in to vote
0
Answered by
1ov3y0u 51
4 years ago

Just change it from the properties tab, easy as that!

Ad

Answer this question