How do I make UI larger on different screen sizes?

(UPDATE: It looks like UISizeConstraint fixed this issue, as well as the text size constraint from the AutoScale Lite plugin.)

Hello!
I’ve noticed that my UI sizes perfectly on smartphones, but appears much smaller on Tablets and Computers (shown below).
How can I make the UI larger on different devices without using UserInputService (so it automatically adjusts to different screens…almost like HTML and CSS filling different percentages of a screen with block elements or margin space)


1 Like

You can use a plugin called AutoScale Lite to resize UI on all devices keeping the aspect ratio

2 Likes

I’ll try that right now. I didn’t know about that plugin

2 Likes

It looks like UISizeConstraint fixed this issue, as well as the text size constraint from the AutoScale Lite plugin. Thanks for your help!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.