ScreenGui differing in game form studio

Don’t know why this is happening but in studio the gui i have looks fine but in the game the gui is off center and doesn’t look symmetrical.

Can’t figure out why its happening.


(that image is the how its supposed to look and what it looks like in studio)

1 Like

You can use the AnchorPoint property to align UI elments to… lets say the center (set AnchorPoint to 0.5, 0 and set the frame’s X position to {0.5, 0}

Test Place.rbxl (70.3 KB)

See the attached place file for reference. Should work a little flawlessly on all devices with different resolutions.

1 Like

Thanks for the help, i honestly never knew what the anchor point did till now.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.