how to unable to press a button after pressing the first one.
to make it more clear I’ll make an example:
there is 3 button
when the player chooses one button out of 3, i want the other two to be unable to press or do not respond with the action made
what code should i use?
Ill have to work on that tonight for you once I get home.
BTW its Boolean variable set when you click the button set to true then check if it was pressed before doing your action.