Question, How Do I Make GUI Invisible?

The name says it all. I’m in need of help, please help me.

1 Like

.Enabled will do you the trick!

UI.Enabled = false

more information here:
Intro to GUIs.

Feel free to reply with anymore questions! :slight_smile:

3 Likes

Well, just disable in properties tab.

If you are saying this for make the gui inivisble IN the localscript, just use:

script.Parent.Enabled = false

(P.S: The LocalScript need to be insert IN the gui, not frame and etc.)

2 Likes

Thanks, @SamuelGamerYT65 :+1:

1 Like