Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Best way to prevent debounce exploiters?

Asked by 3 years ago
Edited 3 years ago

So to keep it short I'm adding a debounce to my dashing and punching scripts. What would be the safest way to put the dobounces on? The Server or Client? Currently I have debounces on the client and I have seen a few comments saying that having debounces on the client, make it so exploiters can easily exploit the dobounce. Is it true and if so what would I do to best protect the debounces?

0
FireServer, put debounces in the server. greatneil80 2647 — 3y
0
The number one rule is: You should never trust the client. All checks and debounces should be made in the server as the client can't access serverside scripts BabanizPROcuk 49 — 3y

Answer this question