So I’m making a gui with a frame inside and the usual text and buttons.
In studio, it looks perfect but on another device, the buttons and stuff are either Stuck in the middle of nowhere in on the screen Background is shrunk or Misplaced
What do I use to fix this?
you need to use UI constraint to maintain proportion across all screen size.
and you need to use scale and not offset for position.
I know about some constraints but the ones I tried changes the gui to small and its locked into that size. Like the aspectratio one.
yup UIAspectRatio is the one you want. It enforces the ratio, when the screen shrinks the GUI size maintain its shape.
check if you have a size offset.