How to display Time/Score in another scene/GUI

The game im making is called Stampede. It is a game about a player being chased by bulls in a narrow path. While this is happening there is a GUI that shows the time and Score.

When the player crosses the finish line, there is suppose to be a results screen at the end of the level on another scene that suppose to show what time does the player finish the level and the score.

How do I display the Time Results and Score on the Results Screen?

Use DontDestroyOnLoad to keep all the status in the new scene.

DontDestroyOnLoad

Then you can easily display them.