How to make the Frame (including all its elements) always in the center of the screen of any size?

Hello! I want my frame to be in the center of any extension’s screen all the time, but I don’t know how.

I have an extension for Gui,but I don’t know which one I need
image

image

Set the Anchor point to 0.5, 0.5

For some reason, it moves to the edge of the screen

Put the position to 0.5,0,0.5,0

Anchor point have only X and Y

No, you’re not understanding. Set the Anchor Point to 0.5,0.5 and the Position of the frame to 0.5,0,0.5,0

1 Like