Disable Button During Intermission

Hi Everyone!

Right now building a FPS style game and I’m extremely new to scripting and just the Roblox Engine in general.
Sorry if asking this is a hassle, but I really have no idea how to make it work.

I have a intermission system were you will be teleported to the lobby screen when the game ends. To get back into the game you need to click a deploy button. Right now that button can just be clicked at any time.

How do I make it so it is disabled during the intermission?

When clicking the button add an if statement to see if the intermission is going on by checking if a BoolValue is true or false.

1 Like

You can use the property of Frame or ScreenGui, “Visible”. This is set to true or false.

1 Like