Problem with GUI positioning

Trying to place 2 (potentially more) buttons next to the Roblox button on the top of a players screen
The positioning and sizing works fine in studio
image
image

It’s a whole different story when me and my friends try it out in-game…

image
image

Tried using the Autoscale plugin but it made matters worse…

Button 1:
Position: {0, 170},{0, -44}
Size: {0, 40},{0, 40}

Button 2:
Position: {0, 220},{0, -44}
Size: {0, 40},{0, 40}

I’m a complete newbie when it comes to stuff like this Plz help thank u

1 Like

By looking at those numbers, you’re using Offset rather than Scale, change Offset’s to 0 and use scale and re-size it to what you want. Scale will match the Screen size of the player.

Use topbar 3, really helpful with this kind of stuff
Topbar 3
If this is the solution, please mark it as for other visitors