Allow text boxes to be limited to 1 line only

As a Roblox developer, it is currently not possible to make a text field that dynamically scales, that also will never text wrap.

If Roblox is able to address this issue, it would improve my development experience because text is very powerful for putting labels on things, but if it can wrap to two lines it can ruin the look of whatever you are trying to achieve.

21 Likes

Does AutomaticSize set to X not accomplish this for you?

1 Like

Sadly, no.

What I need is for “Text Scaled == true” text boxes like this, no matter how they are shaped, to never, ever wrap to two lines. Shrink the text down to tiny, but don’t wrap.

textresize

3 Likes