When looking through the scripting support I always see alot of questions about Remote Events / Functions and their security.
I’ve put together a basic script that will basically try to find and take information from your events and functions. This will hopefully give you some insight into what exploiters can see when you fire your events.
I’m hoping it will be a useful tool to help you better secure your remotes and protect your data. Of course you will know what your remotes have going through them, but this will give you more of an exploiters perspective. You have to see things the way they can to properly beat them.
note:
I hope to add a function soon that will simulate an exploiter trying to fire your events / functions. (When I do ill most likely edit the post and add it all in)
Minor feedback: you should try using local functions rather than global functions, and also consider better naming your items; name services what they are, give variables clear names, etc. Maybe also use RunService so people dont need to edit the script themselves.
Personally I think this is quite unnecessary, just know that cheaters can see everything sent or recieved by the client.
I do agree it is rather unnecessary but there are still a fair few who still ask about what exploiters can get from your remotes, so really its more of a visualising matter just to give them a bit of perspective. Yes it is rather pointless, but I just felt like some people need to see it to believe it.