How do I print colored text?

Godot Version

4.2

Question

How do I put text in the console that has colors?

1 Like

You can use print_rich with BBCode tags.

print_rich("[color=red]hi from red color[/color] no longer red")
4 Likes

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