Not sure what the position and size values are for the backpack.
Realised this when I wanted to keep this Gui above the backpack UI. It works for the certain screen sizes:
But as you reduce the height of the screen size, it underlays the UI:
If possible it would be good to know the position values and the size values too (especially Y)
Backpack tools have fixed sizes(60px,60px) and they’re 5 pixels away from the very bottom of the screen.
Use this to your advantage by setting the AnchorPoint to (.5,1) and the position of the frame to (.5,0,1,-70).
This will align your frame to the center and their position will be “locked” above the Tools by 5 pixels.
Thank you very much. Think I might do a documentation request for publicising the position and size values of some of these core guis, it will be very helpful for developers to know.