Hello.
I have recently heard that exploiters can tamper with local scripts. I have a sprinting script, and I do not want them to wield the ability to configure their walkspeed to higher numbers, so I want to do something like this in that local script.
local SprintingSpeed = NumberValue.Value
I just do not know if this will work and prevent the exploiters from changing their walkspeed through the sprinting scripts. I also do not know where I would store this value. Would I store it in serverstorage? workspace?
Thanks.