Trouble Making Text Fit Buttons on Mobile

I’m having some trouble getting the text size right on my UI buttons, especially for mobile players. On PC, the text appears just fine, but on mobile, it becomes way too big and doesn’t fit the buttons properly.

I’ve tried using UITextSizeConstraint, but it doesn’t seem to help – unless I’m using it incorrectly. I’d appreciate any tips on how to properly scale text to fit UI elements across different device types.

Try using this plugin, Autoscale Lite. It is very helpful, all you have to do is just select the frame or text or whatever, you can even multi select, then click scale and position, and it should be fixed. Autoscale Lite: https://create.roblox.com/store/asset/1496745047/AutoScale-Lite?assetType=Plugin&externalSource=www

Well, it helped a little, but it’s not exactly what I’m looking for. I’d like the text not to take up almost the entire button frame, you know? I want it to look more like how it appears on PC, as shown in the screenshots I attached


Ohhh, I get what you mean. You can use UI Padding if you want the text to not take up the entire button.

image
image

1 Like

Thanks, that worked! Appreciate it!

1 Like