Quick question on gui

I have a quick question. Lets say you make a shop gui, and whenever you tap open it opens the shop by doing .visible = true. Well, my question is just because it is invisible can you still accidentally tap on one of the buy buttons inside of the shop frame and it will work, if so, I will not be using this method for my shop gui.

1 Like

What I mean is can you still buy something in the shop even with the shop being invisible.

Set .Selectable to false and then set it to true when opened.
Or maybe .Active. Or both for good measure.

Ok, I will be sure to give it a shot, and will I still need to do anything with visibility when clicking open and close button, or will active/selectable do that for me?

You will still need to change .Visible

Alright, thank you for the help.

1 Like