I’ve made an upgrade system but i would like the cost to exponentially increase instead of by the same amount each time, I’m guessing it will be (^) But i would just like someone to help me have some knowledge on this.
n^e
or math.pow(number, exponent)
are methods that multiplies the base number by itself times the exponent. Number would skyrocket extremely after exponent grows to a large number.
1 Like