I'm making a game in roblox but I see quite often exploiter into other games I was wondering if there are way to prevent exploiter to destroy everything with btools, speedhacking, teleporting or even changing BoolValue and IntValue, ... I'm not asking for script but ideas.
I tough of moving script to server script service but i don't really know if it's efficient or even usefull if someone could give me some information about cheat/anti-cheat i'll be grateful ! Thank you !
Exploiters can change whatever they want in client. Obviously you have to have F.E On. And all the functions, making them on server scripts. How? RemoteEvents. Also, Check the variables in the client and in the server. And avoy remote spams by cooldowns or things that shouldn't happen. Speed hack just check when the walkspeed changes and if its not what it should be then kick. Teleporting use magnitude, And the values if you check them on server there is no problem. It's really hard to protect a game itself, but not impossible. Hope I helped.