Exploiter giving players tools?

Hai there! I’m currently looking into my old anti-exploit system against custom tools. If an exploiter inserts a custom tool into their player, they’ll see it. (Locally). However, if an exploiter inserts a tool into another player, will that player then see the exploitable tool? For example: “Tp Tool” or will only the exploiter see it.

From my view, the player shouldn’t see the exploiters tool if they place it in the players inventory, since it’s local, for the exploiter.

Or am I just wrong?

Thank you!

PS, I should mention non of my remoteEvents provide the exploiter the opportunity to spawn a custom tool.

Everything that the local client does is only showed for the client doing it (except if the server has given the control of an object by assigning the network ownership to the client )

The tool giving problem was there before because of filtering enabled was not enabled on all games (Today i think filtering enabled is forced to be on)

1 Like

Do it on the server and do not always use remoteevents unless you secure them

1 Like

Yes, all my games are FE. I think I was right now, there is no way for an exploiter to “actually” insert a custom tool into another player for them to see. At least without a remoteEvent.

You’re completely correct, so make sure to secure all your remotes :grinning:

1 Like