How can I make anty leak in my roblox game?

I mean, once a player started copying things from the workspace and generally being able to interfere with the workspace, he would get kicked. I have no idea how to do it

It’s futile to prevent any malicious actor from copying anything that is replicated to the client. That’s just how it is. It’s why stolen games are missing important scripts and whatnot.

As for the server-side, make sure your client-server communication is secure. Disallow and prevent malicious actors from exploting your RemoteEvents and RemoteFunctions.

2 Likes