Set()

Sets the color pickers value

local ColorPicker = Menu.AddColorPicker("ColorPicker", "LUAPicker", Color(255, 255, 255, 255))

ColorPicker:Set(Color(255, 255, 0, 255))

Last updated