Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

The GUI proberm? [closed]

Asked by 9 years ago

How can l make the words biger of use TextBouds?it's locked(textlabel)

0
To make it easier for people to understand questions, please use proper grammar and spelling. It doesn't need to be perfect,but this question could be confusing to some people. jobro13 980 — 9y

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?

1 answer

Log in to vote
1
Answered by
jobro13 980 Moderation Voter
9 years ago

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"
Ad