Restarting a scene from the pause menu

Hello! Tell me, please, how to make it so that when you exit the pause, the previous level does not continue, but starts over?

Hi lemedia!
You can make a variable with value of CurrentSceneName().
Then, in β€œChange the scene” event use ToString(variablename).

1 Like

It works! Thank you very much for your help!

1 Like