Hit there,
In the Output Window we currently have 3 different types of Events
- Error
- Warning
- Info
- Default print (Is not an event)
I would like to have a new Event called “Success”. Basically it is like warn() but then green.
Use-cases
- If you are building a backend for your game it is nice to actually see or something did succeed instead of using print(). Since ROBLOX doesn’t offer an search feature in the Output, I can’t actually see what is going right in all those prints