#tool cooldown

13 messages · Page 1 of 1 (latest)

olive osprey
#

putting scripts inside of tool isnt the greatest idea so how make cooldowns for tools, if i use one server script it will just affect everyone.

acoustic bridge
#

Try using a local script

#

Or just put the script in the tool

olive osprey
olive osprey
#

hacks and stuff

olive osprey
wispy coyote
#

a table that contains every player user id with a boolean

#

on event
table[player.UserId] = true

task.wait(cooldown)
table[player.UserId] = nil

end

olive osprey
#

oh

#

makes sense