So I’m trying to make a screenGui appear, but I already have one in front of me (screenGui2), so when I try to make the screenGui2 disappear, it does disappear but only when I click 2 times, I tried changing the code (making it MouseButton1Click in time of MouseButton1Up) but It does not disappear when I click once, so I want it to disappear ONLY when I click once, but It does not, so I’ll appreciate you guys if you can help me down here
(the screenGui appears behind the screenGui2)
Here are the images:
You don’t need two ScreenGuis in order to make the drop shadow effect. Take all of the drop shadow frames, button labels, text labels, etc. that you have and put them all in one ScreenGui. Inside that ScreenGui, put all the stuff above inside one frame or something, then just set the visible property of that frame to false when you want the GUI to disappear.
if you have 2 GUis (one in front of the other) so each gui has it owns button, you are pressing 2 buttons, not the same button twice, if you don’t want to delete one of them, so you should put the visible property of both as false…