I was wondering how to get a certain part of a text turn into a specific color. Like:
"This text shall be black. Next sentence here would be blue." I noticed that changing color in an editbox makes the whole text switch color. I know the Formated Text object can do this right, but I need to use the edit box since I want the user to be able to interact with the text. . . Almost like the text writing you see in a programming tool like C++...