RotatingLabel
A text label with most general properties of a textlabel, except when text is set, it rotates uniformly like an old clock, animating in a satisfying way
``lua RotatingLabelBuilder.new(Template):Create()
:::warning
This API surface is pretty old and probably should not be used.
:::
Properties
Text
RotatingLabel.Text:
string
Sets the text label, which it will automatically update
Width
RotatingLabel.Width:
number
Sets the general width of each character
Transparency
RotatingLabel.Transparency:
number
Sets the transparency
Damper
RotatingLabel.Damper:
number
Sets the damper of the underlying spring model
Speed
RotatingLabel.Speed:
number
Sets the speed of the underlying spring model
TextXAlignment
RotatingLabel.TextXAlignment:
TextXAlignment
Sets the alignment on the X axis. Cannot be Center.