HELLO FRIENDS, I NEED HELP WITH A CONFIGURATION FOR GAME

Hello friends, I am involved in a small game project and would like to know how I can place a pasuer button for each scene that I can use at any time of the game as many times as necessary, I can not find that function and I do not know how to do it, if Someone knows how to do it, I will appreciate your help.

You could create a sprite as a button and add a “The cursor/touch is on an object” and “Mouse button released” condition for the button then add a “Pause and start a new scene” action from the Scene category. As property for the new scene choose a scene that should be shown as a pause screen.
In that scene add an “Any key pressed” condition and a “Stop and go back to previous scene” action to get back to the original scene again.