OK, I have a script. Where do i put it, how do i execute it, etc. Also, this does put colored chat in the chat box so that EVERYBODY can see it, not just me right lol
chat.AddText(
"Hello, ",
Color(255,255,255), "this", " is ",
Color(255,0,0), "red, ",
Color(0,255,0), "green, ",
Color(0,0,255), "blue")
chat.PlaySound()