Okay, this might be very dumb and the solution must be very simple. I just can't see it. 
I want my GUI to be not clickable if I click on it with the right mouse button, but clickable if click on it with the left one. Yes, it sounds very simple, but it seems impossible for me to script, since it seems that wherever I put the gui[].Clickable = false; script, it still disables the GUI too late. This is because I need the GUI to be disabled after the mouse button is pressed. Is there a workaround for this?
Thanks!

I want my GUI to be not clickable if I click on it with the right mouse button, but clickable if click on it with the left one. Yes, it sounds very simple, but it seems impossible for me to script, since it seems that wherever I put the gui[].Clickable = false; script, it still disables the GUI too late. This is because I need the GUI to be disabled after the mouse button is pressed. Is there a workaround for this?
Thanks!