I want to find all the scripts which has a certain instance inside it, stored in a variable or whatever. Like if there is an event in replicated storage, then I need to know what scripts are calling it, or listening to it, or have just traced the path to it and stored in a var.
The problem is that there are too many scripts and that means I have to go all through them and ctrl+f the instance name, which is too time consuming and I was wondering if there is a shortcut