Explorer not filtering instances by class

Hello.
I want to display all scripts in the explorer, but whenever i search for “Script”, it won’t show all scripts anymore, it will shows instances that have “Script” in name. Is there any way to filter that?

1 Like

image
Just do this

Nope, this is what I get when I search for “Script”


And this is what I should get:
2023-04-16 (1)

ur searching up Exactly “script” ?

Yes, I am exactly doing this and still.

Bumping this as I am experiencing this also and could not find anything about why it is occurring, however, one fix I did find for this was to type

ClassName=Script

Unfortunately, this will not consider LocalScripts or ModuleScripts, but you can use this to filter by all scripts

ClassName=Script or ClassName=LocalScript or ClassName=ModuleScript

2 Likes