BrickColorValue
Show Deprecated
Summary
Properties
Value
Methods
Events
Changed
Parameters
Code Samples
BrickColorValue.Changed
local brickColorValue = script.Parent.BrickColorValue
brickColorValue.Changed:Connect(print)
brickColorValue.Value = BrickColor.new("Bright red")