I'll make it the same name if it's needed.
No. Don't. You should not delete a default GUI!!!Just modify the default one with whatever changes you've made.
But how do I make these changes show up? I'm trying to make an improved escape menu. The code is not working. I have no idea what I'm doing. I'm pretty sure the gui works, it should at least show up.How would I make a gui replace the escape menu? I recall doing this in the past, but I don't remember how I did it.
Modify the default GUI
Maximize compatibility.
You shouldn't have to delete the GUI. Just package the onWake function and have it open your replacement GUI.
1) package the function for the actual button press and have it do canvas.pushdialog(yourgui);