Hello.
Every NPC in my game is displaying every "Say" text in white, in spite they have another color selected in Speech.Color.
[imgzoom]https://i.imgur.com/oYnxsoR.png[/imgzoom]
[imgzoom]https://i.imgur.com/UR4M12o.png[/imgzoom]
[imgzoom]https://i.imgur.com/H3ggYk5.png[/imgzoom]
Why is this happening?
Are you using a Transparent TextBox GUI? Speech text when using textbox GUI is decided by the TextBox text color. You need to create your own speak function that sets the color appropriately.
Yes, you nailed. It was an script controlling it. Thank you.