#question about protecting my game
1 messages · Page 1 of 1 (latest)
Yes anti exploits script do actually work. You just have to know how to limit the player the correct way so that what you call an exploit can't be exploited.
💡 Want more game dev content + early access to videos?
👉 https://gnomecode.com/academy
There's no such thing as the perfect anti-cheat/exploit system but this video explores how to go about patching some common vulnerabilities.
TIMESTAMPS
0:00 Intro
1:19 Protecting Remotes
5:12 Network Ownership
8:35 Magnitude checks
10:46 Speed hacks
1...
only thing you need to follow in your own scripts is to NEVER trust the client
trust the client with boundaries
some things are better on the client than the server