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
Just do this
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