#How do I make a combo system?
1 messages · Page 1 of 1 (latest)
I’m probably useless rn but is the game open source or remix on?
You could create two number variables for example i named them combo and timer
So when the enemy is killed(or damaged) the combo increases and the timer is set to the maximum in my case is 4 seconds also it does a broadcast to the map that makes the timer start and when it ends the combo is set to 0
Thank you