Class | Description |
---|---|
GuiElement |
Base class for all gui elements.
|
GuiFileBrowser |
A file browser gui element which enables the player to browse his files.
|
GuiImage |
An image gui element (which can display custom images).
|
GuiLabel |
A gui label / text element.
|
GuiPaintable | Deprecated
DO NOT USE THIS CLASS
|
GuiPanel | |
GuiTextField |
A text field gui element, which allows the player to enter some text.
|
Enum | Description |
---|---|
Font |
An enum to specify the font of labels.
|
PivotPosition |
An enum to specify the pivot of a GUI element.
|