How would I make TextBox text fit all screens?

I’m currently having an issue where in studio, the text typed inside of a textbox looks like it’s filled up with text, but then on a different resolution (or screen) the text inside the textbox only fills half of it. How would I fix this?

2 Likes

Useful Plugin: [Plugin] AutoScale Lite for GUIs - Scale your UI

How To Use It Video: RobloxStudio Tutorial - AUTOSCALE Plugin by ZacBytes - YouTube

1 Like

You would have to scale it to make it fit all screens. I would recommend using AutoScale Lite. You should also change the AnchorPoint to .5,.5

That’s what I’m using. I have the AutoScale Premium version which automatically scales gui without me having to do anything.

1 Like

2 things:

I already use the autoscale plugin
And the anchor point is set to .5,.5

1 Like