I dont know how to use the filter, (“Where to look, All Scripts”), Its a text box that doesnt give any options on what i could filter (unlike the explorer’s filter) so how does it work? I tried writing “All Scripts” like the placeholder text and even that didnt show any results
Im pretty sure what you write in the Find text box is well, what you want to find.
So you can type in the name of variables, or funtions, etc and it’ll show where they are.
For instance you could write:
local RS = game:GetService("ReplicatedStorage")
which would then show you every script that defines RS as replicated storage, and where its defined.
At least I think it works that way
2 Likes