How can l make the words biger of use TextBouds?it's locked(textlabel)
TextBounds is indeed locked. It sets the bounds in pixels for the text - if you change the size offset of the label to the bounds your text will fit exactly in the label.
To make the size of the text bigger, use FontSize.
script.Parent.TextLabel.FontSize = "Size48"
Locked by TurboFusion, BlueTaslem, and Articulating
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?