What is causing this Leaderstats stacking bug?

Hello,
I’ve recently encountered this bug with my Leaderstats where every time something updates with the IntValue inside "Money" it stacks with the previous amount.



Note

This was supposed to add +1 to the Money value to make it 10, but it’s shown to stack with the old value (which was 809)

I’m really confused about what is possibly happening that could cause this stacking bug.
Any suggestions on what Is the cause? :confused:

It happens when you are using client to change value

2 Likes

Use a RemoteEvent, you are editing values that only your client can see and can’t replicate to the server and other clients.

1 Like

Thank you for helping me :smiley:

1 Like