#Help

1 messages · Page 1 of 1 (latest)

sand shore
#

I want to make it so that i send a signal to skill1event (a remote event but i want it on a cooldown of 20 seconds so its more of a skill/moveset, like it has to wait a cooldown before sending a signal to remote event in replicated storage

obsidian nest
#

just do

#
task.wait(20)
#

instead of

#
wait(1)