Colors in the output window

This wouldn’t work because prints can have as many parameters as you want. For example, the code you posted already “works”:

{2C04A79D-893C-4403-A2BD-94487A03122E}

If this feature was added in this way, it could break some people’s debugging.

The feature should be locked behind PluginSecurity and inside a method in LogService, such as LogService:PrintRich(...: string)!

2 Likes

It wouldn’t make sense to lock this behind PluginSecurity as a lot of use-cases for colored prints are in modules that’d be running in play mode.

3 Likes

Whoops I forgot about that. However like abcreator said, Plugin security would not be the way to go

1 Like