GUI Placement completely wrong?

Very recently I made a logo for my game, and I made a starting menu for the game with said logo.

It looked fine in studio but when I tried it on a live server it shrunk tremendously and moved.

Any idea how to fix this?

1 Like

Can you show us pictures or a gif?

I use this plugin to help me fix the problem you have: https://www.roblox.com/library/150152826/Gui-Rescaler I hope it helps for you as well. Here is a video on how to use it: https://www.youtube.com/watch?v=RZKSXykOp2k

In studio, It’s perfectly fine, Covers the whole screen, In game, It looks like this:

Put x, y, and z to 1 I heard it helps.

The Plugin kinda helped, but it’s not to full size.

Because it’s text you have to select TextScaled to true in textbox options.

When scaling an image like this, to cover the whole screen make the size property {1,0},{1,0}

They are set to that, Yet it does this anyway?

Make sure that the scaling is set to XY and not XX or YY, and if you’re using a size constraint on the image, disable it

And then it resolves itself. yay, i guess.

What most likely happened is you accidentally modified this property


While scrolling the properties of the GUI object, I do it all the time because you can change the property of a drop-down with the scroll wheel

Ah. Ok, I’ll mark you as solution instead of myself. Thanks for the help!

2 Likes