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?
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?
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
Put x, y, and z to 1 I heard it helps.
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
What most likely happened is you accidentally modified this property
Ah. Ok, I’ll mark you as solution instead of myself. Thanks for the help!