Safely store player data in webgl
Hi! I've working on a webgl multiplayer game, and my question is:
Is it safe to store runtime player data in a script attached to a gameobject which never gets destroyed? Can hackers modify it somehow? And if its not safe this way, what are my alternatives?
Thanks in advance!
Comment