https://gyazo.com/63d1749bac0f73f4d491f1ad92cc71b5
As you can see there is that big gap between the buttons on the left.
Someone who knows why this might be happening or how to fix this please tell me
Best regards
-SOUR
To be honest with you, I’ve had the same problem many, many times.
Your best bet is to use scale and offset for your UIs (read more about that on the Developer Hub), or just position/size them based on what device the player is using.
Use UIAspectRatioConstraint with a ratio of AbsoluteSize.X / AbsoluteSize.Y of a parent frame + use all other the UI constraints with scale-based padding. Also, make all UI instances scale-based and avoid offset which is in pixels.