multiSelect. It filters the list as the player types.
Properties
The label.
Hint text under the label. Optional.
An icon shown beside the label. Optional.
The choices.
The initial selection. A string in single mode, a table in multi.
Allow more than one option at a time.
Shown when nothing is selected.
The save key. Optional.
Skip saving.
Runs with the selection. A string in single mode, a
{ string } in multi.Handle
The current selection.
Set(value, skipCallback?)
Set the selection.
Refresh(options)
Replace the whole option list.
Add(option)
Add one option.
Remove(option)
Remove one option.