How to use Find/Replace All filter?

image
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

That filter is for filtering by the name plus the path of a script (it is case-sensitive).

By name:

By path:

Also the placeholder text (“All Scripts”) is telling you that you didn’t put any filter on so it’s searching on all scripts.

3 Likes