How to make a sample scene for my game

i want to make a sample tutorial screen in my game just like subway surfers or temple run so that any person who is playing my game can understand the functions and controls of my game.
in this screen the player is going to understand how the game works and he has to do play the game.

please help me if anybody know this…

I’m not quite sure what your are asking but If you are needing to know how to use Unity then I would suggest to watch a YouTube series on using the editor.

You can also go here: Learn game development w/ Unity | Courses & tutorials in game design, VR, AR, & Real-time 3D | Unity Learn
This is Unity’s official video series on the editor.

If you already know how to use Unity and have your game then I would just add a button on your GUI that says “How To Play” and have it load your tutorial scene. Then write a script that will show text on the controls and have some tasks to complete.