Heya! I’m dev
I recently came across this issue while making an egg hunting system including currency and collectables. When collecting currency it has a cooldown before you can collect another coin.
The way this works is that I get all eggs under the Eggs folder in workspace, on touch I fire a client remote blah blah blah, and here’s where the tricky part comes where I think the issue occurs;
I receive the remote, apply the UI effect
Then tween and add a couple of task.wait(s) in between, which is probably the cause for the debounce/cooldown, but I have no idea how to approach a workaround…
I’m able to attach small code snippets if needed.