#ability system
1 messages · Page 1 of 1 (latest)
You used the loop variable i inside a task.spawn, which caused scope issues as the loop finished before execution. You also shadowed the variable i in your inner loop and forgot the negative step in your countdown, making the cooldown logic fail to index correctly.
heres fix one
got it
pro tip:
use tick()