How do I make a button work for only a certain amount of time?

I need the sabotages to only work for like 10 seconds

1 Like

Use a counter and a repeater.
I can add pictures if you like.

Counter reaches target < deactivate button.
For deactivating the button…

1 Like

Button pressed → activate timer → timer sends signal after 10 seconds → button deactivate

2 Likes

What is the repeater for?

For counting down.
The repeater runs a task every second, and when it does, the counter decrements, (like a timer). The counter should have a target of zero. When it reaches zero, it deactivates the button.

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.