GUI Outline.

How can i draw outline on gui?

Here is my script:

function OnGUI () {
GUI.color = Color.yellow;
GUI.Label (Rect (9, 30, 500, 20), scoreText.ToString()); }

I could have sworn it was already on the wiki. Well, it is now.