Tracking what scripts fire RemoteEvents

So I’ve recently taken a copy of the now open-source Miner’s Haven, and I’m having extreme trouble finding the script responsible for firing the RemoteEvent named OpenMarket, as this RemoteEvent, when fired, opens a GUI after clicking something.

I was wondering if there was a way to track which scripts fired what RemoteEvents without having knowledge of what scripts do so. Any way to do this? Any help is appreciated :slight_smile:

You can use ctrl+shift+f to search all scripts. You should be able to find which scripts are firing it with ctrl+shift+f “OpenMarket.”

4 Likes

I had no clue this existed. Thanks bunches :slight_smile:

1 Like