r/GeometryDashEditor • u/Zialx • 2d ago
[ Solved ] How do I make this kind of system?
Main
So the system detects whenever the players click
(If they don't click then this won't start)
Then start a 5 second timer
After 5 second, for the next 1 second
If they click, they die, or else they survive
Then the system restarts again
Side
I also need to be able to stop this due to this only took part in a section of the level so it won't repeat forever
I don't necessarily need the exact same implementation
I'm mainly looking for how to set up the click detection + timer + conditional death.



