Hello i was wondering if it’s ideal to either put a debounce on OnServerEvent
or on FireServer:()
? I’m doing this because i’m curious of how debounces work on remote events. And to also see if they can prevent some exploiters from making a no-cooldown script.
1 Like
It’s best to have a cooldown on the server. It’s easier for exploiters to exploit on the local scripts.
2 Likes
For the better experience you can put debounce on both