Cant Position Gui Properly

Hey, I’m currently making a roblox game but for some reasons, my gui wont ever position properly and its SLIGHTLY on the right on other devices, or simply when i make the screen smaller.

How i want it to be placed:

How its placed on other devices:
image

How its placed on a smaller screen (with another tab opened making the screen smaller):

ive tried: auto scaling and positioning autoscale Plugin, adding a UIAspectRatioConstraint, setting an AnchorPoint

I think its not the images themselves but rather everything else parented to the images
thats still in Offset
ex.
Frame - Offset
Frame - Offset
ImageLabel - Scale

the solution is to convert the offsets into scale with that autoscale plugin

re-set the anchor point and anchor it to the left side (not 0.5, 0.5, i forgot)

theyre already all set to Scale, not offset:

wait wdym? i have it at 0.5, 0.5 currently

0.5 0.5 will try to position objects to the center not at the side