how to: Player hits enemy and enemy dissappears?

Ok how would i write a script? I want Player to hit Enemy and when that happends the Enemy Dies(disappears)? Can someone write me a quick javascript for it please.

No. Unfortunately nobody here can write a ‘quick script’ that does that.
At least none of MY scripts can do, that YOU write a script that can make a Player hit an Enemy and kill it.
Too bad… I’d actually pay real money if I could ask someone to write a script to make me a lead programmer.

These should help you get started on writing your script.

file:///Applications/Unity/Documentation/ScriptReference/Collider.OnCollisionEnter.html?from=Collision

file:///Applications/Unity/Documentation/ScriptReference/Object.Destroy.html

file:///Applications/Unity/Documentation/ScriptReference/GameObject-tag.html