My UI will not adapt to other dimensions

,

Hello. I’ve been doing UI for my game but the thing is when I use an emulator to see in other dimensions but it looks broken, I use Scale and UIAspectRatioConstraint.

How it looks in the studio:

How it looks when using an emulator:

If anyone knows what can I do to fix this please respond.

1 Like

Try to use a plugin to resize to see if the problem is the size or, if isnt, put all inside a frame.

It is probably due to all the things on the view side. What happens if you play it on ROBLOX?

I use same dimesions in emulator as my screen have.

Putting all inside one frame works.