Hi devs of all mighty
Im trying to make a game but Im bit paranoid, so, I want to set Network Ownership of leaderstat to null so people cant just change their money with cheats, any way I can do this?
Hi devs of all mighty
Im trying to make a game but Im bit paranoid, so, I want to set Network Ownership of leaderstat to null so people cant just change their money with cheats, any way I can do this?
By default, the network ownership of the Player object is set to the server, so even if players change the values in their leaderstats folder it will not reflect on the server. It is impossible for people to change their leaderstats unless they find a vulnerability through a RemoteEvent in your code (which unless you have a RemoteEvent to change a player’s leaderstats, you shouldn’t need to worry about).
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.