Level System AntiCheat

Im making level system, and im afraid that exploiters can just change it. Should i keep it on server or its not enough?

Please supply more detail. We can’t know what the system is, what defines a level, how you’re planning to store your data, how you’re planning to manage level-ups, etc.

But as a general rule, if you’re storing something and don’t want people to manipulate it, store it on the server and restrict updates to it with RemoteEvents & proper validation.

2 Likes