How can I simulate RemoteSpy

Hi,
I am working on an anti-exploit for my game and I would like to know how a remotespy works so I can make actions against it. How can I achieve this?

2 Likes

Read this: Introducing the Event Log plugin for Roblox Studio

1 Like

Quick question: can remotespies see info from remotefunctions?

2 Likes

Remote Spies can see anything being sent through a remote function/event I believe

2 Likes

I mean it isn’t really possible to stop players from being able to detect remote events…

2 Likes

Aaah but I can make it incredibly hard.

1 Like

You don’t really have to. Just do important checks on the server, like for awarding points, buying/selling items, dealing damage to players, etc. You can use a honeypot if you want to try to trap some exploiters, but it won’t work on all of them.