This wouldn’t work because prints can have as many parameters as you want. For example, the code you posted already “works”:
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
Abcreator
(Abcreator)
#43
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
Campthru
(N_oah)
#44
Whoops I forgot about that. However like abcreator said, Plugin security would not be the way to go
1 Like