And it’s supposed to save (obviously) but also it should print “saved” afterwards with the datastore.
This is the output
As you can see it is not printing “saved” in fact it just stops even after a pcall? From what I know, the script should ignore unsuccessful pcalls and continue running?
Can you print setSuccess before the if statement and see what its returning? Can you also please provide what your “StatStore” Variable is defined and where?