As a Roblox developer, it is currently impossible to search for strings inside Text
property (TextLabel, TextButton).
I have hundreds of objects with predefined texts. I don’t remember the names of the objects, but I remember the content.
Currently, if, for example, I need to replace one text with another, I have to search object by object and inspect the Text
property visually until I find the object.
If Roblox is able to address this issue, it would improve my development experience because this will make it much easier when you need to find text in an experiment that contains a lot of text objects.