BackgroundColor3 (Property)

From Legacy Roblox Wiki
Jump to navigationJump to search
BackgroundColor3
Property Color3 background color
Description Sets the color of the background on the item.
Member of GuiObject


Example
The resulting label will have a background color of red.
Instance.new('TextLabel', script.Parent).BackgroundColor3 = BrickColor.new('Bright red').Color