Images changing position while testing

So I have been making a UI recently and everything was going well until I decidded to test the game. When I decided to test the game the Image buttons changed position for some reason.

It is already on scale.

How it is supposed to be:
image

How it is:
image

Are you per chance using scale in any of these elements? That will cause upsets for the interface. Remember that scale works in terms of screen space percentage while offset is a fixed amount of pixels to occupy. You can also use the device emulator in Studio to test interface sizes and all.

What you gonna do is download this plugin and click every text label and the ui with this https://web.roblox.com/library/150152826/Gui-Rescaler

I checked it everything in the UI is on scale. But I fixed it I changed the image type to stretch and it got fixed.