Textual Elements In Luna
Creating A Label
local Label = Tab:CreateLabel({
Text = "Label Example",
Style = 1 -- Luna Labels Have 3 Styles : A Basic Label, A Green Information Label and A Red Warning Label. Look At The Following Image For More Details
})
tip
Here Are The Styles For Labels
Creating A Paragraph
local Paragraph = Tab:CreateParagraph({
Title = "Paragraph Example ",
Text = "This Is A Paragraph. You Can Type Very Long Strings Here And They'll Automatically Fit! This Counts As A Description Right? Right? Right? Right? Right? Right? Right? Right? Right? Right? Right? Right? Right? Right? Right? Also Did I Mention This Has Rich Text? Also Did I Mention This Has Rich Text? Also Did I Mention This Has Rich Text? Also Did I Mention This Has Rich Text? Also Did I Mention This Has Rich Text? Also Did I Mention This Has Rich Text?"
})
note
Luna's Paragraphs automatically size based on your text!