To “pause” the game you will probably need to move all the game logic into a condition that checks to see if the game is not paused. I wrote up how to do that for someone else here:
You may also find it easier to just transition to to a new scene instead.