How do I make a textlabel to only a single line?

Hi Other Developers,
Not much of a UI designer myself so I’ve been wondering of how to make a text only a single line?

This is what it should normally look like:

And here is what it looks like on a smaller screen:

The layout if it helps:
image

Thanks a lot!

Maybe stretch the labels out horizontally? May be too small right now so the text just has to fit some way.

I have been using a plugin called AutoScale Lite and it fixes exactly what you are describing. You might have to google a tutorial on the plugin if my explanation doesn’t make sense, but basically you just select everything inside the UI, click “add constraint”, then “unit conversion” (offset), and then scale text and boom.

All your UI’s will look the same no matter the screen size.

1 Like

Disable TextWrapped on TextLabels.

it definitly helped but it still breaks on smaller devices like phones

If you are still having the issue, download the offset to scale plugin (i think it was called something similar to that) and convert GUI offset to scale, this way instead of determining size by pixels which are uneven on different devices it determines it on the overall size of the screen which changes marginally between devices but is way less noticable and doesnt mess with text placement, maybe some tiny stretching.

Check out my tutorial I just made.
https://create.roblox.com/docs/reference/engine/classes/TextService

1 Like