The new Explorer window filter is fantastic.
Still, it doesn’t find all the properties.
For example, I want to filter all Gui objects that have property BackgroundColor3 = 255, 255, 255
.
I’ve tried several formats as suggested, in the official documentation, however it doesn’t work.
3 Likes
You want BackgroundColor3 = "255,255,255"
(in quotes).
1 Like
3 Likes
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.