Need Help with Gui Offsetting

I’ve created a frame and added buttons to it and whenever I test it in game, it’s all smashed together. The frame is in 1,0 1,0 Size and I just dragged the buttons where I wanted them. I tried using the Autoscale Lite Constraints to fix this, but it just made the frame a certain size.
I tested this by using the output screen on the bottom of the studio screen.

With Output (What I don’t want)

Without Output (What I want)

1 Like

Put them in frames and set frames SizeContraint to RelativeYY. If you squash it vertically, it will be scaled down.

You could probably make a container for the middle element like here:

then utilize UIListlayout (X & Y aligned centre)
for the spacing between them
image

just adjust until you feel satisfied

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.