Xezum
(Xezum)
#1
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.
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…
2 Likes
polill00
(polill00)
#2
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
Xezum
(Xezum)
#3
Thank you so much you saved my life !!!
1 Like
varjoy
(variable)
#4
Well, if this is saving, exchange of doing that just change the key, or the :GetDataStore(‘name here’) name…
1 Like