api.ui.tab (see UI overview). Removed automatically on unload.
Creation
string
required
Tab label.
string
Image asset name.
AddSection
string
required
Section heading.
number
default:"1"
1 (left) or 2 (right).Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Top-level container for a script’s settings page.
api.ui.tab (see UI overview). Removed automatically on unload.
api.ui.tab(title: string, icon: string?): Tab
tab:AddSection(title: string, column: number?): Section
1 (left) or 2 (right).local tab = api.ui.tab("Aim Assist", "crosshair")
local general = tab:AddSection("General", 1)
local advanced = tab:AddSection("Advanced", 2)