How come my UI is in a different position when i join the game but its fine in studio?

i tried to see if any of my scripts were effecting the positioning but they weren’t. i appreciate any help!!

in studio:

in game:

2 Likes

Maybe setting its Anchor to {0.5,0.5} could help?
And if not maybe try to use a trusted Scale GUI plugin which could help you get the expected position

2 Likes

Different scale since the play testing screen is a different size I believe.

2 Likes

IgnoreGUIInset may be disabled, try enabling it if it isnt already

4 Likes

Frankly I think it looks better in-game, but if you really want to make it look like it does in Studio, you should set the AnchorPoint to {0.5, 0} and the position to {0.5, 0}, {0, 0}. Also, make sure that the ScreenGui containing your UI has ScreenInsets set to “None.”

1 Like

@Valkyrop @roblox57ro_2 @Undeadd0g @luke_binder

hey guys, all of your responses were the solution i wish i could mark all of them as the solution but they all fr work. thank u guys so much !!!

1 Like

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