Text
For displaying text. Lorem ipsum dolo..
Types
TextProps
interface TextProps {Text: string?--
The text to display.
TextSize: number?--
The size of the text.
RichText: boolean?--
Whether the text supports rich text formatting.
TextWrapped: boolean?--
Whether the text should wrap when it exceeds the label's width.
TextXAlignment: Enum.TextXAlignment?--
The horizontal alignment of the text.
TextYAlignment: Enum.TextYAlignment?--
The vertical alignment of the text.
Font: Enum.Font?--
The font of the text (deprecated, use FontFace instead).
TextScaled: boolean?--
Whether the text should scale to fit the label.
TextTruncate: boolean?--
Whether the text should truncate when it exceeds the label's width.
LineHeight: number?--
The line height of the text.
LocalizedText: string?--
The localized text to display.
MaxVisibleGraphemes: number?--
The maximum number of visible graphemes.
TextTransparency: number?--
The transparency of the text.
}