When I scale objects in a scrolling frame, the objects get streched

Hi, I’m making some ui, and when i scale an object that has several objects in it, the object gets streched and looks very weird:
image
I’m scaling Gamepass2

image
The size was 100x120 and now its all streched and 100x184.

Does someone has a fix to this?

3 Likes

Please reply with a fix as this is pretty urgent, and have a nice day! :slightly_smiling_face:

If you’re using Scale to size Children of a scrolling frame, the Uis will be stretched to fit your ScrollingFrame’s CanvasSize, you have to size and probably as well position using Offset. If you don’t already, I recommend you use a plugin such as AutoScale Lite to change the size, and probably the position to use offsets.

And this guide should also help with properly setting up a ScrollingFrame

3 Likes

I do have auto scale light, but i use a different plugin. From now on ill use auto scale lite! Thanks so much!

1 Like

It doesn’t really matter much which autoscaling plugin you use so long as it’s able to convert to Offset for you.

If you have anymoer issues don’t be afraid to make another post!

2 Likes

Okie! Thanks again!!!

2 Likes