Is there a way to get the position of the CoreGUI backpack button position?

No. You’ll need to find it from the CoreGui itself in play test mode and make some assumptions, such as if the current properties of the icon are hardcoded and if the topbar will ever change in the future (it will).

The backpack icon position is {0, 100, 0, 0} and its size is {0, 50, 0, 36}.

2 Likes