Paragraphs

To create a paragraph, use this.

Tabs.Main:AddParagraph({
    Title = "Paragraph",
    Content = "This is a paragraph.\nSecond line!"
})

Lines

To break a line, simply add \n to where you want it to break.

Last updated