Oh now I understand, yeah that is mainly to grey out an option you can’t select
This is a small work around you can do, just the base, the rest is decided by what you want to happen when the button is either interactive or not interactive.
just use whatever event(in this case a second button) to toggle a Boolean that allows the buttons function to pass through, I believe that greying out of the button is intentional just for the reason it signifies it cant be interacted with, hopefully this small work around sets you on the right path