Label
Label is a shortcut to Client.UI.Label.
Allows adding text on the interface.
Labels are automatically displayed on the screen upon creation.
Constructors
Creates a Label with optional parameters:
- text displayed text
- horizontal_anchor possible values: Anchor.Left, Anchor.HCenter, Anchor.Right (defaut)
- vertical_anchor possible values: Anchor.Top (defaut), Anchor.VCenter, Anchor.Bottom
local myLabel = Label("❤❤❤")
Functions
Displays a label that has been removed.
By default, original anchors are kepts, but it's possible to supply new ones.
Calling Add for a label that's already displayed has no effect.