GUI position issue

Hello, I have a very serious GUI problem that has been bothering me for a week. When I put the GUI from my models, it does not appear as usual, it appears in the upper left corner.

Please help fix this problem, I will be very grateful!
fasdfsadfadsfa4343

1 Like

Try using scale GUI:

Position > {1,2},{3,4}
1 > X scale
2 > X offset
3 > Y scale
4 > Y offset

If you don’t want the size of it to be changed then use scale and offset together.

For example, if you want your GUI to appear in the middle of the screen:
Position > {0.5,-sizeXoffset/2},{0.5,-sizeYoffset/2}

For -sizeXoffset/2 and -sizeYoffset/2 you just turn the offset of the size to negative then make it half.
For example if you had a size of {0,100},{0,200} then the position would be {0.5,-50},{0,-100}

2 Likes

Are you trying to position it based on Offset?

Can you provide a screenshot of the frame’s position in the explorer?

Thanks for the help, it worked!