:Label

type Label = {
Text: string?,
Bold: boolean?,
Italic: boolean?,
Font: string?
}
Example usage:
:Label({
Text = "Hello world!"
})
Theme colors:
Tag
Affects
Text
Text color
TextFont
Text fontface
TextSize
Text font size
Last updated