Get a texture to appear, always facing the camera, when a trigger is entered?

How do I do this?!

Use OnTriggerEnter, Instantiate( texObject ) and transform.LookAt( Camera.main )

Scripting Reference has examples of all these.