Text not resizing on different screen resolutions

Hi everyone.

I’m trying to create a GUI. My friend has done the background, and i’m working on the general design.

The GUI, including most of it’s parents, has resized successfully with a plugin i have, but the text doesn’t seem to want to resize. I’ve added a UIAspectRatio, but that doesn’t work, and i’ve used two plugins.

Could anyone help? The first image shows how it currently looks, and the second shows how I want it.

1:


(This is on an average laptop)

2:


(This is on a HD 1080 monitor)

1 Like

You can use TextScaled (turn it on) option in the TextLabel properties. Text is going to automatically resize based on your GUI resize. Also make sure to use plugin on the TextLabel so TextLabel is going to resize as well in which TextScaled property is going to use the max size of TextLabel. I hope this helps. :herb:

1 Like