Hi! I am trying to get a string to appear as a different color as the rest of the text. Is there a “not to complicated” way of doing this? Here’s my script:
Edit: Oh, for the rest of the text, not the entire string, did not see that first. Then you need to do it separately. Write the first part of the string with one Label, then change color, and write the colored part with another Label.