#Click detectors
1 messages · Page 1 of 1 (latest)
the issue isnt as much as that the debounce does not work, but rather it seems to let a second "click" slip by.
Seems weird, maybe a problem with multithreading, try putting the Debounce = true line before wrapping and calling the coroutine.
I actually just figured it out
the issue was that some instances were not cancelling when finished
so it was detecting the click for multiple instance at once
Oh okay, that makes sense! Gl!
thank you
delete system 32 it should fix it
Just to clarify, coroutine.wrap isn't going to make the threads run asynchronously. You can use task.create if that's what you want.