Stop exploiters from changing values

whats the best thing to do other than using local variables inside the script

1 Like

playerData is server-only and never replicated, so exploiters can’t touch it.

local playerData = {}

game.Players.PlayerAdded:Connect(function(player)
...