#Why is this happening?
1 messages · Page 1 of 1 (latest)
i tryed printing it and aparently if i am on cooldown while my character is loaded for some reason the code doesnt remove the player of the cooldown table
why does this happen?
Where is the local script parented to
Its on started character scripts but this shouldn't matter should it? i can print the cooldown table so it is the same even when i reload the character so why doesnt the task.delay work?
i sent the message and realized
its just bc the cooldown is out of the function im dumb sorry
now i just need a solution for this
ok that was so fkin simple i think i have some kind of problem
It matters because the local script treats the module's function as inside of itself
So if the local script gets deleted when the character respawns, it deletes the task.delay as well