Hello I am trying to change the background color of a text lable. How do I do that? Thanks
local textLabel = --name here
textLabel.BackgroundColor3 = Color3.fromRGB(--rgb color here)
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