How do I autoscale scrolling frame GUI's for devices?

Hey there, I have a GUI for my inventory system where you can equip a skin for my game. It uses the “ScrollingFrame” to display everything, but I am having some issues having it auto scale on different devices.

I’m trying to use the “AutoScale Lite” plugin, as that works for my non-scrolling frame UIs. But it doesn’t seem to work for scrolling frames.

Here is what I want it to look like on all devices:


Here is what it looks like when I use the “AutoScale Lite” plugin to scale both size and position:
whathappens
and here is the contents of the gui:
guicontent

If anyone can help me on how to make it auto scale for different devices, it would be greatly appreciated.

1 Like

Your probably using the Offset scaling option which does what you’re seeing.
Change the scaling option to Scale. That should fix it.

1 Like