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

Title pretty much says it all, not sure if this is possible to achieve or not. Basically, is there some method I can use that returns the position of the little backpack icon that appears on the topbar?

Thanks :slight_smile:

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