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

How do I change the transparency of a GUI image via scripts?

Asked by 7 years ago
Edited by OldPalHappy 7 years ago

Being new to scripting, I thought it would be script.Parent.one.Transparency = 0.7 but this didn't seem to work, so I tried script.Parent.one.BackgroundTransparency = 0.7 again, this didn't work so I turned to ROBLOX Wiki, but only found stuff on basic GUI stuff like resizing and positioning.

0
Where is the script located? Goulstem 8144 — 7y

1 answer

Log in to vote
0
Answered by 7 years ago

Your script is actually correct, thanks to ROBLOX. They fix both ROBLOX Studio AND ROBLOX Player every night. Check to make sure that all your items are right location. (Example: the Script and the Text named "one" are both in the same ScreenGui, if that's how you set it up.)

Ad

Answer this question