Page 1 of 1

Question about buttons/disableSelf

Posted: Thu Nov 06, 2014 7:39 pm
by Decayer
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

Posted: Thu Nov 06, 2014 7:42 pm
by NutJob
If you're doing with a script it's:

Code: Select all

name_of_your_button.clickable:disable()
other wise, yes, the disableSelf flag does work (last time I used it).

Re: Question about buttons/disableSelf

Posted: Thu Nov 06, 2014 9:08 pm
by Decayer
NutJob wrote:other wise, yes, the disableSelf flag does work (last time I used it).
It works for levers, but not for buttons. Mysterious...