Reset Game Time?

Hello all!

How can I reset game time or set it to 0?
I need to make this because when the player presses “Play”, the game begins and the score marker starts with it. To calculate the score I use the Game time in Seconds but if you stay too much time in the menu without doing nothing the game time increases and when you press play the score is too high.

Hello CamXill,

It should be like that if I do not understand it wrong.

Just mark the time the player started the game and calculate your score by using (CurrentTime - MarkedTime).