Hey guys back from my summer break I know its been a while but I need some help on my game

in my game ther willl be crates that spawn every 5 minutes what I need help on is how do I deactivate the button and hide the prop for the crate and then activate it again every 5 minutes

Lifecycle (Game Start) → Start repeater, set it to run every 60 seconds, make sure it does not run a task when activated. Make the repeater stop every 301 seconds.
Repeater runs task → Increment counter
Counter reached target value (5) → Show prop

Button transmits on “hide crate”
That Button deactivates on “hide crate”
That button activates on “show crate”


Prop deactivates on “hide crate”
That prop activates on “show crate”

Trigger is triggered on “hide crate”
That trigger has a 300 second delay
That trigger transmits on “show prop”
image
Everything is player scoped

3 Likes

mark a solution please for @Ben_to_the_10th !

1 Like

how do you make the repeater stop every 301 sec.

use ben to the tenth’s way, its better.

1 Like

Thank you for the help it was very useful everything now works

2 Likes

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