This type represents a selectable control.
This type inherits Control type. All of its base methods and fields are also available in this type.
Control
Constructor
Constructs the selectable.
Arguments
Name
Type
Description
id
ControlID|string
ControlID
|string
Control ID.
str
string
Text string.
Returns
Selectable
Selectable object.
Example
local sel = gui.Selectable(id, 'Hello!');
Field
Type: string
Last updated 9 days ago