GUI resize plugin?

Is there a GUI Plugin that automatically scales your GUI on every screen size? (Ex: GUI is in the middle in studio but off when I join on the roblox client.)
I found a plugin but it was broken so anyone know one?

If you just want to make the gui centered, you can just make the anchor point 0.5,0.5 and the position scale 0.5,0.5

1 Like

Theres a plugin that will help Plugin: Auto Scale for GUIs

Use it to change to scale which fits all screens ot offset which won’t. Apsect ratio is also there to make sure square things stay square :123:

3 Likes

If you’re ok with not using a plugin, you could always use scale instead of offset. I usually use scale for most of my guis, and it is scaled to fit the same on all platforms.

eg: if the UDim2 value is 0.5,0,0.5,0 then the gui object will be scaled to 50% off the screen size both horizontal and vertical.

I made one a while back: https://www.roblox.com/library/2632866063/Offset-To-Scale
It works for new frames you create.

This one works great. It is a bit old, but does the job. What you have to do is make the GUI, and when your done, click the Plugin and it will adjust for all screens.

2 Likes