Can I disable the ability to use buttons?

I am creating a guessing game app and one of the main functions of it is to press a button to guess what the answer is, (Obviously lol) and I was wondering if the user gets the question wrong is there a way where I can disable the user from pressing any other button after they only guessed one time? Apologies if this is worded wrong!

Yes, by using enable true/false,

image

This will make button non-clickable.

1 Like

Thank you so much!

1 Like