GUI X Value Problem

My GUI button’s X position isn’t consistent whatsoever and moves into a different position whenever I change the device.

I have tried AutoScale, AnchorPoints and manually doing the position through scale AND offset values (individually of course) but nothing works. Any help would be perfect.

EDIT: If it’s something to do with the other GUI behind the button (the map) I’ve done the same to that, that seems to be perfectly fine on the X position, it’s just the button.

If you have a frame on the screen, any frames inside should be using ‘Scale’ instead of ‘Offset’.

And is the button parented to the frame? If so, try moving the scale position to 1 and then using offset to even it out.

1 Like