Leaderboard Stats broken

So on the Obby game we are trying to create we have a Death Leaderboard count and we made a gui that resets your Stats like Your Deaths and Level and everything works like your value goes to 0 but ones you get killed again your stats goes back so it’s same value but with +1 Value added.





image

1 Like

Is the reset script a normal/server script. (Just to confirm)

Hey man, So I am using a Local script for this gui.

It needs to be a server script, once you change it the error should go away. The local script only changes the value back to 0 for the player, the server, and the rest of the servers players, still think he is on a higher level, so when the server add to his level it adds to the level it thinks he’s still on. Therefore, causing it to look like it resets back to the previous level+1

1 Like