Change GUI text colour

Hi , am I being incredibly dumb but I need help? I have a page within my game with dialogue between 2 people - I have the vocal and text showing what they are saying using GUI text - all I want to do is change person 1"s text to another colour so there is a difference I’ve tried using a script added to the GHUI text

var color:Color;

function Start() {
guiText.material.color = color; }

But this just makes the text disappear.

Can anyone help please?

Could “GUI.color” or “GUI.contentColor” help you?

Hi Guys Thanks for the help but I’ve sorted it using a GUI/Text shader with the font Texture applied and changing the colour. Simple when you know how. Cheers Folks