[SOLVED] I need a script to wait 60 seconds if a clickdetector is pressed, and if it is, run a script, and if it doesnt, run a different script

I think a better approach would be a single script with functions and loops, not using wait for things you can optimize.

Also you might be interested in using task.wait() instead of wait() for performance.

Apart from that, you could use BindableEvents if you truly wish to use different scripts, instead of script.Enabled.

i dont understand this, im a beginner scripter

its also coded according to my knowledge (mostly)

after my testing (i finally finished), your code worked for me. thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.