As a Roblox developer, it is currently too hard to keep track of the Roblox Player log output while I’m debugging the game in Roblox Player (unfortunately, Studio doesn’t allow teleportation, so I need to test the game directly in the Player).
However, as the print
commands I left in my script appear, the screen becomes cluttered, making it difficult to locate any specific item:
Just like in Studio, where I can press Ctrl+K
to clear the output log, there could be something similar in Roblox Player, even if it was a command, something like clear
or something like that.
If Roblox is able to address this issue, it would improve my development experience because this will make it easy to follow the output log without major distractions.