Scaled Re spawn Time

I want to make a function that will allow my AI to respawn faster and faster over time. I’m not quite sure how to got about it however and was hoping someone could be of some assistance. I am an intermediate coder btw, just so everyone knows my skill lvl.

Thanks,

Brian.

Your “AI respawn” code should have some sort of a “countdown” part which should use some “time variable”, all you need is just on respawn make that “time variable” lower by x amount or /2 or …whichever progression you’d like. If you don’t know where it is and how it works then for further assistance we would need your “AI respawn” code, because it can be done in many different ways so no one can guess which one you use.