Groupboxes
Groupboxes are used to group ui elements together in a tab.
Groupboxes and Tabboxes are the basic building block of each tab, you need it to group together UI elements. Any groupbox you create can be either a left or right groupbox.
Player Info
[Current Player]: Roblox (ID: 1)[Level]: 100
Usage
You can create a Groupbox by calling the AddLeftGroupbox
or AddRightGroupbox
method on a Tab.
Arguments
Arg Idx | Argument Description | Type | Default |
---|---|---|---|
1 | Title of the groupbox | string | nil |
2 | Custom Icon or Icon name from lucide.dev | string | nil |