Methods

Method
Argument (Set / Get)

ColorPicker.Text

string / void

ColorPicker.TextColor

Color3 / void

ColorPicker.TextSize

number / void

ColorPicker.Font

string or Enum.Font / void

ColorPicker.Visible

boolean / void

ColorPicker.UpdateColorPicker

Color3

Example

Set

ColorPicker.Text = "ColorPicker"

Get

print(ColorPicker.Text)

Last updated