Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make a Gui Button unclickable without removing it?

Asked by 8 years ago

I wanted to make a button remove after I click it, but when ever I remove it, the script stops running. So I made it transparent, but I know it is not the right solution

1 answer

Log in to vote
0
Answered by 8 years ago

In the button there is a option to check off active or not. In your script make it so that it is invisible and inactive like:

script.Parent.Active = false
Ad

Answer this question