Hey there,
It would be great if we could either get a option to auto clear the output when we are testing the game in Studio, or a method that we can use from in Studio to actually clear the output.
Thanks,
Juriaan
Hey there,
It would be great if we could either get a option to auto clear the output when we are testing the game in Studio, or a method that we can use from in Studio to actually clear the output.
Thanks,
Juriaan
Why would you want to do that?
Output only holds so many lines so if you were to execute a bunch of empty prints it would be cleared.
Another option, while not a method, would be to right click on output and click āClear Outputā. That would effectively do what you want, just manually.
I donāt want to do it manually. Iām always switching over from Play Solo to my Script, and basically clicking āManualā on it is not that handy when you are fixing issues. I just want an option (Just like Unity has) to clear the output when you enter Play (Testing mode)
Another option would be to just make your own custom output like ROBLOX did for the F9 key. You could easily write something to clear that yourself.