I need help with UI scaling

How do I make my UI widget behave like this

Right now my UI is weird. I don’t want it to stretch

(Offset doesn’t work)

1 Like

Assuming they are all ui elements you use ui list layout and ui aspect ratio

1 Like

It works but the background of the plugingui becomes white

Make sure that the scrollingframe itself does not have an aspectratio object in it, and make sure that it’s size is using scale.

1 Like