Problem with GUIs Position

Hello developers,

I am having some problems with gui elements.

Basically when I put them on my screen and try to place them around, and then I play the game-play test, they are completely in another position. I’ve tried to close all my tabs (explorer, properties etc.) and try selecting and moving them, but same result. This is happening on mobile too. And please note that I am SO bad at Frame.Position. I don’t really know the position thing. What I need is how to “anchor” GUIs or a plugin that does that? I have a plugin but it rescales the gui, instead of moving it. What can I do?

Thanks.

4 Likes

Don’t use offset scaling so try scaling without offsets. Some plugins scale it properly when there’s no offset.

1 Like

How do I disable them? In frame instance or ScreenGui? or what?

1 Like

this goes the same for position and scaling


As you can see, the frame is in the middle, but it has offsets.
image
Now just set all of the offsets to 0.
and try to scale again since there is no offsets.
Now!

Its in the middle but no offsets!

2 Likes

Just do the same with scaling.
PS: UI offsets are useless most of the time imo.

2 Likes

Did it work? If it did make sure to use the “Solution” button on the post that helped you or worked.

2 Likes