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: stringSets the text label, which it will automatically update
Width
RotatingLabel.Width: numberSets the general width of each character
Transparency
RotatingLabel.Transparency: numberSets the transparency
Damper
RotatingLabel.Damper: numberSets the damper of the underlying spring model
Speed
RotatingLabel.Speed: numberSets the speed of the underlying spring model
TextXAlignment
RotatingLabel.TextXAlignment: TextXAlignmentSets the alignment on the X axis. Cannot be Center.