How to add main menu, game over and local high scoreboard screen

I am adding on to the cooking with unity 3 minute game. When I die I want the game over screen to pop up. Then a button to go to the high score screen. Finally a button to return to a main menu screen to start the game again. This is my first game so i was hoping to get these important features ironed out early in my career.

Take a look at the Game Interface Elements section of the Unity Manual.

These are all GUI elements that you’re talking about. Take a look at Unity’s built-in GUI tools:

Or alternatively, check out some of the GUI options available on the Asset Store such as NGUI.

So this should teach me how to do all the things I listed above?

I was able to do the things I wanted to do because of your help. Thank you.