Skip to main content

Button

Update a button


Toggle

Update a toggle


Color picker

Update a color picker


Slider

Update a slider


Input

Update an input


Refresh the option list

Set the selected option

The option table can include multiple strings if MultipleOptions is true.
The dropdown’s callback is triggered when you call Dropdown:Set().

Reading element values

To read the current value of an element, use ElementName.CurrentValue. For keybinds and dropdowns, use KeybindName.CurrentKeybind or DropdownName.CurrentOption respectively. You can also access values through the flags table: