How to change the color of a print statement in the output?

I’ve always been thinking of how to change the color of a print statement in the output. I don’t even know if it’s possible on Roblox. But since print statements sometimes blend with other messages in the output, i’ve been using warnings instead of prints. I was just wondering how to change the color of a print statement in the output.

Do not use warnings because they will pause you code making the script unusable. Instead you could use warn() in unison with print()

Also I might add that you cant change the color of the prints (atleast to my knowledge), perhaps you could also change your font in the studio settings.

Also my fault I thought what you were referring to warnings as error() :sweat_smile:

Thanks for letting me know! I’ll look more into fonts. :grinning:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.