Button
Update a button
Toggle
Update a toggle
Color picker
Update a color picker
Slider
Update a slider
Input
Update an input
Dropdown
Refresh the option list
Set the selected option
The option table can include multiple strings ifMultipleOptions is true.
The dropdown’s callback is triggered when you call
Dropdown:Set().Reading element values
To read the current value of an element, useElementName.CurrentValue. For keybinds and dropdowns, use KeybindName.CurrentKeybind or DropdownName.CurrentOption respectively.
You can also access values through the flags table: