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

Making the text in a textbox fit?

Asked by
6zk8 95
3 years ago
Edited 3 years ago

https://i.postimg.cc/5N9MxtmZ/3333333333333332222221s.png

Do I need to do it in properties or script it?

3 answers

Log in to vote
1
Answered by 3 years ago
0
Can you at least tell me what to read? 6zk8 95 — 3y
0
lol izan2000 2 — 3y
Ad
Log in to vote
0
Answered by 3 years ago

You go to the propertiies, go under "Text" and click textscaled. LOL

Log in to vote
0
Answered by 3 years ago

Hello!

In the Explorer, locate the text. Then go to properties, find "TextScaled" and check it. This will make it so that the text automatically fits :)

I also think that you could do this:

local text = script.Parent -- change this to your text

text.TextScaled = true

I hope this helps!

Answer this question