Issue:
I am using the Splice Edittor so I can resize my images however wide or long I want whilst retaining their corners and their shape in general. I am also editting all my UI with the Device Emulation on and using scale property so that the UI is consistent across all devices.
However, for some reason, when I switch from PC emulation to a mobile emulation, the whole UI is somehow squished and rounded. Here, I have provided pictures of how it looks on PC (first) vs Mobile (second):
Funny enough, the buttons in the “Donations” board are also using the 9-Sliced editted property but they don’t get squished. Only the UI under ScreenGui.
I am attaching the 9-Slice properties that I am using for all the buttons. All the buttons that I am using have the 9-Slice property:
What I have tried:
- Using
AspectRatioConstraint(does not work) - Using
Offsetinstead ofScale(does not work) - Changing the SliceScale property to
1instead of0.5(does not work)




