how do you make a 3D game object destroy your player?

I’m new to using unity and I’m using C#. I have a lot of trouble with scripting and could really use some help with making a code to destroy my player when it is hit by the enemy. Thanks

I’d suggest you go through the Space Shooter Tutorial.

Lesson 2.02 specifically deals with creating triggers to destroy an object when there is a collision.