Securing RemoteEvents/Functions
I know this question has been asked a million times, but I have spent day’s looking through previously asked questions of how to secure your remote events.
What I usually see when looking is the following:
“obfuscate it”
“don’t obfuscate it, it is pointless”
“just secure it”
“dont trust the client”
“encrypting and decrypting is pointless”
While most of those are true such as “don’t trust the client” I want to know how I can do this without having specific scripts for it.
An Example
I click a TextButton
It fires a remote event to add money
Obviously that is super unsecure and easily exploitable, but how can I make it so that I can secure all of my remote events in one script?