Section
I'd label this as a component, but it just seemed right to be in elements.
local Section = Tabs.Main:AddSection("Section Name")Parenting Elements
Section:AddParagraph({ -- Replace Section with your variable name
Title = "Paragraph"
})Last updated