Tweenservice gui problem

So I don’t really know how to say this but basically, when I tween a GUI over another GUI which has buttons the both GUI’s buttons are clickable which can cause problems like when you wanna press something and then you press the button under another GUI

May it be possible that you add a screenshot of your GUI and the width and height visible?

if you have a problem that for example you have 2 button you press them and you get 2 guis you need just add to each button in script line that will show gui (move it to screen) and other guis move away from screen.
Like for example we have button1 and button2 when i press button 1 i get frame1 and i can press button2 and then i have frame1 and frame2 in the same place so i just make that when i press button1 frame1 will move on screen and frame2 will move away from screen. the same thing for button2

https://gyazo.com/f1f54f20b081f4e4b5a7009b92064ebc

I’d suggest you to “remove” the layer after it has been clicked. So if you click on a button on the main menu, the main menu moves away and the sub menu appears. That will prevent that people can click somethings that’s under the sub menu, since nothing is under the sub menu.