Allow copying text from the Developer Console

As a Roblox developer, it is currently too hard to debug a actual server.

If you use TeleportService etc., it will not work in Roblox Studio.
So I need to debug the actual server.

The problem is here.

If I get an error, I search it online.
However, the developer console log cannot be copied. [CTRL+C]
This is the problem.

If this issue is addressed, it would improve my development experience because it makes debugging a little easier.

34 Likes

TextLabels in general need to be able to be copyable. When you print stuff it creates a frame with a text label in it in the developer console.

8 Likes

It should be an option. I don’t want players to be able to highlight text in just any game UI – only the ones I allow them to. Being able to highlight text can break design/immersion and might reveal implementation details.

For Developer Console it should definitely be a thing.

17 Likes

Love the idea. This is something that needs to be added! :joy:

In all seriousness, let’s hope this gets added in the near future. It would make so many people’s lives much easier.

3 Likes