Help with UIScale

Hey. I was wondering if it was possible to use UIScale on a GUI without it affecting it’s position.
A clip of what I mean: https://gyazo.com/ac9bb71fb04ba28648b6a11ce175fccc

Thanks.

Does the UI’s main frame have the same size as the visible part? The UIScale object basically only affects the AbsoluteSize, so it could look weird if the visual part of the UI is smaller than the invisible background.

I can confirm it is the same size.

Alright. So what are you trying to achieve with UIScale?

You might just want to change the Size property with script instead

Nevermind. Found a solution myself.

1 Like