Hello everyone,
I’m encountering an issue in my Roblox game where the player client value is not matching the server player value for the same property, and this is causing errors in my EXP per click system. Here are the details:
Hello everyone,
I’m encountering an issue in my Roblox game where the player client value is not matching the server player value for the same property, and this is causing errors in my EXP per click system. Here are the details:
Is the client value being modified separately from the server side?
Let me check at the moment. Because that’s not normal that the client value is not the same as server
You are indeed right the problem was in a local script where the value would be changed separately from server side I’ll find a way to mix two solutions together now