Skip to main content

Creating Tabs

Creation Snippet

local Tab = TabSection:CreateTab({
Name = "Tab",
Icon = NebulaIcons:GetIcon('view_in_ar', 'Material'),
Columns = 2,
}, "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 of the tab that will be shown in the sidebar navigation.

Icon : number NOT REQUIRED
The Icon that will be shown in the sidebar with the Title. Just include the ID, not the prefix that roblox uses.
Use the Nebula Icon Library to fetch Icons based on names.

Columns : number NOT REQUIRED
Amount of Columns in the tab for groupboxes. Default and Recommend to 2. Best range 1-3.