So I want to make a timer go faster and faster to spawn objects more and more frequently
What I have now is
FYI
What I want is for the timer that triggers the spawner function to update its frequency(f) everytime it changes(changed by function time) so the spawner with start spawning slowly and then go faster and faster and faster
But once the timer is set it does not update the frequency
If I use the update and set the timer on false a timer will be initiated 60 times each secondso it doesnt work
If I use another timer to timer the timer the inner timer will only play when the other timer does and The outer timer still wont update the frequency
So Im out of ideas helpp