Gui design issues

I made a Gui design with UICorner and ClipDescendants, but annoyingly, ClipDescendants seems to be off by 1 pixel, making my button look like this:
image
As you can see on the bottom, the 2 frames are not alligned properly

ClipDescendants off:
image

I COULD use 9slice, but it isnt scaled properly, so it would look weird on smaller devices:
My computer:
image

Phone:
image

As you can see, the X button has weird proportions

Both Guis are scaled and have a UIAspectRatio

Is there a way to fix this?

1 Like

Maybe try the Zindex feature??

It does not change anything (30 chars)

Maybe try making it using an image.

Read my topic again, I used 9slice but it doesnt properly scale for smaller devices

Is offset set to 0? If so you need to do that.

Here is the TextButton, it might seem normal at first, but if you turn on different emulators you can notice the 1 pixel offset
button.rbxm (4.9 KB)

The temporary work-around it to just upload an image of the Gui, and NOT 9slice it.
For instance the green and black Gui is 500x400 pixels, so I uploaded a 500x400 pixel image of the Gui:
welcome
Same with the button:

And the X buton:
corner

This is not ideal, but it will work for now