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

How do I change the background color of a GUI in roblox with a script?

Asked by 4 years ago
script.Parent.TextLabel.BackgroundColor3 = BrickColor.Blue()

1 answer

Log in to vote
0
Answered by
PastDays 108
4 years ago

script.Parent.TextLabel.BackgroundColor3 = Color3.fromRGB(x,x,x)

0
x,x,x did you mean r,g,b? greatneil80 2647 — 4y
0
Good C0nn0r_DevCT 42 — 4y
0
r,g,b would have made more sense as a placeholder but i think it was still obvious what it meant. PastDays 108 — 4y
Ad

Answer this question