No idea where this frame that pops up comes from

I’m currently fixing up a game I recently bought and for one of the dev product buttons, a frame pops up when I click on it, but I have no idea where it comes from to change the buttons to my dev products/alter the frame.

Here is the button:
https://gyazo.com/958a4ff596bc268d8e85415ca2012b58
https://gyazo.com/7247004f2078b05f7e9514913c476899
https://gyazo.com/9bcaa95ccf45fb48fa28dbd61b774e1c

1 Like

If you’re having trouble locating a GUI element, you can try filtering the explorer by what the name of the item might be. I think you might be able to filter by classname as well (in this case, Frame).

If you’re just trying to change the product IDs, you’ll actually want to just find the script that’s doing the prompting. You can use Ctrl+Shift+F to search all scripts, and look for PromptProductPurchase. One of those results should be the one managing that frame.

1 Like

Thanks, that actually helped a lot. Appreciate it.