im just coding something simple but doesnt seem to want to play nice:
var lifeTime = 1.0;
function awake()
{
Destroy (gameObject, lifeTime);
}
also have connected it to the prefab that also has a spawn point… it fires fine enough but never seems to do its actual funtion which is destroy itself anyhelp