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

How do you change the color of a UI?

Asked by 4 years ago

Hello I am trying to change the background color of a text lable. How do I do that? Thanks

2 answers

Log in to vote
0
Answered by 4 years ago

local textLabel = --name here

textLabel.BackgroundColor3 = Color3.fromRGB(--rgb color here)

Ad
Log in to vote
0
Answered by 4 years ago

You click View on the top of studio Then you will go over and search for a button called properties. You click it a frame will pop up then you click on the textlabel and you search for color than you change it accept if works

Answer this question