A Method to clean the output at Runtime / Plugin

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

1 Like

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.

1 Like

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.