Hello I wanted to make a simple chat got everything working I just want to add 1 more thing.
Here is a picture of the chat:
2.png
I want "testuser" To be a random color in the player list on the right and in the chat.
I am using Lacewing here is a picture for sending a message:
3.jpg
Here is the script for the second line:
Code:
Edittext$( "chat history" )+Self_Name$( "Lacewing" )+": "+Edittext$( "chat box" )+NewLine$
So +Self_Name$( "Lacewing" ) is the users name how can I color it? Is it possible in a script is there like some color code? Or does someone have a solution.
Thanks