I’m trying to make it so that one of the buttons in the table becomes visible and if it isn’t clicked in time it fails. The problem is that if I click it the same time the fail happens it makes the function run twice or it breaks and stops running the function entirely.
I’ve tried adding different variables in the function to check if their already one firing but none has helped.