Section
Creating Section and Editing it
Creating Section
local Section = Tab:Section({
Title = "Section",
TextXAlignment = "Left",
TextSize = 17, -- Default Size
})
Set Title
Section:SetTitle("New Title Example")
Destroy Element
Section:Destroy()