GUI stuck on screen and will not go away

I need some help, i was trying to make a plugin and was trying to make it able to put gui on the screen were you can kill buttons to insert parts and now its stuck on the screen and I cant delete. Picture

In the Studio Console, try running this command:

game.CoreGui[NameOfGui]:Destroy()

(replace NameOfGui with the name you gave it in the script)