For example, I have an instance player. I know I can’t type: “player.health = 99999” to the JavaScript, the browser just doesn’t let me, but what if someone made a browser that did let you do that? Or is it impossible to change variables like that by default?
Share
All things that are executed by the client are NOT secure. If you want that is secure, then you have to check it on the server.