multicolored text in godot 4 beta 5

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By OgGhostJelly

I want to be able to change the color of each letter in some text individually using a script. I don’t want to use multiple Label nodes because that’s pretty messy.

I want to achieve something like this:
colored text
ty <3

:bust_in_silhouette: Reply From: omggomb

RichTextLabel is probably what you are looking for. You can use BBCodes like color=blue to style text with them.