Creating Groupboxes
Creation Snippet
local Groupbox = Tab:CreateGroupbox({
Name = "Groupbox",
Column = 1,
}, "INDEX")
This is just a snippet, not all parameters are included
Replace INDEX with a unique identifier of the instance that is not repeated.
Parameters
Name : string
The Title shown in the Groupbox.
Icon : number NOT REQUIRED
The Icon shown next to the Title.
Column : number NOT REQUIRED
The Column the Groupbox is created in.