Reloading a scene after scoring?

I’m just about done with my game but I can’t figure out how to reload a scene after I score. the game makes an object appear randomly on the screen when the scene reloads, and you have to touch it as many times as you can in 60 seconds but when I touch it it adds to the score but the scene doesn’t reload how would I accomplish, reloading the scene every time I touch it so it moves to a random spot?

Also I have a 60 second timer that restarts if I reload the scene. How would I move the cookie using math.random without messing up the timer?

Also I have a 60 second timer that restarts if I reload the scene. How would I move the cookie using math.random without messing up the timer?