I want certain parts of my text with different colors, simple enough. But, the problem is that this text is being typed letter by letter, so basically when I do:
'Today, you will be playing <font color="rgb(255,125,0)">Test</font>'
It types it out one by one until it’s complete which would turn it into the color I want. But I just want it to show the text with color, not type out the code one by one…
Example:
It types: <,f,o,n,t,c… etc, and when it’s done typing that entire color code, only then it turns orange which is kind of annoying, can someone please help