Hey. Does anyone know how to deal with cheaters who change variables? And if so then please you can with the example preferably on C3.
if they are able to change the variables you can't really do much cause you will probably need a variable to enable a safety control.
But you could also check if a surtain variable is set to something it shouldn't across the game and restart the game forcing reloading the initial state of the variables. can be done with compare two variables function. Or with a server database that stores all variables and compare their values from time to time, and if the variable in the database doesn't match the games variable then the player is hacking/cheating/altering.
Do you know how they are changing the variable? or why are you asking this? im curious also in this subject.