Discrepancy Between Client and Server Player Values Causing EXP Per Click Error

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:

ScreenShot_2024-05-16_21_55_09
ScreenShot_2024-05-16_21_56_43

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

1 Like