Player Respawn After Death

I have the player dieing when health is equal to 0 using C#, but I am not sure how to have them respawn at a spawnpoint.

Thanks

Find the player (Use the tag system to do so), if it is null, than instantiate the player prefab at _ location. =) Their's psuedo code =).