Question about buttons/disableSelf
Question about buttons/disableSelf
Does the disableSelf option for buttons even do anything? It seems like they'll trigger their connectors with every press whether disableSelf is on or off.
Re: Question about buttons/disableSelf
If you're doing with a script it's:
other wise, yes, the disableSelf flag does work (last time I used it).
Code: Select all
name_of_your_button.clickable:disable()
Re: Question about buttons/disableSelf
It works for levers, but not for buttons. Mysterious...NutJob wrote:other wise, yes, the disableSelf flag does work (last time I used it).