//Jimmy Vegas Unity Tutorial //This script will make your token disappear when you touch it function OnTriggerEnter (info : Collider) { Destroy(gameObject); }