Need help resetting stats due to broken point system

I’m In need of some help in one of my games there is a point system that broke and I need a solution on how to reset my points and my member’s points.

I couldn’t find anything on this or I must be blind. :expressionless:

kkkkk
I think I remember something about a short line of script you could past in the F9 menu but I can’t remember it and I’m not good to good at scripting… :confused:

2 Likes

Most leaderstats stuff are set up directly underneath the player.

Try putting

game.Players.Xezum.leaderstats.Prestige.Value = 0 

-- and

game.Players.Xezum.leaderstats.Points.Value = 0

inside the F9 command line.

1 Like

Thank you so much you saved my life !!!

1 Like

Well, if this is saving, exchange of doing that just change the key, or the :GetDataStore(‘name here’) name…

1 Like