Restart game level once my player is destroyed

Please I would like my game to be restarted once my player is destroyed, but I have been unable to get a code to do this. Please any help would be greatly appreciated

Reload the scene using:

SceneManager.LoadScene("SceneName");

Where SceneName would be the name of the current scene. Remember that to be able to load a scene it needs to be included in your build settings.