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”
Everything is player scoped
3 Likes
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.