Frame doesn't go visible

Hello! I’ve made a small code for a button that if you press on it a frame goes visible but it doesn’t work. Do I need to change something?
image
image

Add a print statement after the MouseButton1Click event and see if it prints.

1 Like

it doesn’t I’ve tried. It seems like the button it self isn’t working.

Ensure nothing is blocking the button. Set the ZIndex of it to 2 or 3.

1 Like

Oh yeahh I forgot it can be blocked by other frames! Thank you soo much for helping!

1 Like

My pleasure, have a good rest of your day!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.