How do I put a limit

So basically when you tap a button the value goes up I only want +1 per click but if I tap too fast it goes +5 +6 which I don’t want. Is there a fix?

if you put the wait block after your incrementer, it will restrict people from tapping multiple times.

1 Like

I did put wait 5 second but it did not work for me

But I did specifically say:

In any event, there are several ways to do this. Another approach is to temporarily stop the user from clicking on the button by doing something like this with the Disabled property.

wait

1 Like