Skip to main content

Textual elements in ArrayField

Creating a Label

local Label = Tab:CreateLabel("Label Example")

Updating a Label

Label:Set("Label Example")

Creating a Paragraph

local Paragraph = Tab:CreateParagraph({Title = "Paragraph Example", Content = "Paragraph Example"})

Updating a Paragraph

Paragraph:Set({Title = "Paragraph Example", Content = "Paragraph Example"})

ImageLabels

ImageLabels are under development, they might be added in the next update

Tab:CreateImage({
<Normal ImageLabel settings>
})