Why is there no leader stats

Do you see anything wrong about this like this code is supposed to make data and leaderstats but its not making the leader stats and studio is telling me that it is wrong!

“leaderstats” can’t be capitalized. It’s quite strange especially that it has to be created manually and isn’t present in the player.

Oh and also that error means the module has an error.

Thank you! I never knew that, I dont make leaderstats often!

1 Like

But see it still wont show up
Leader

The script errored so it did ‘t read those lines. You’d have to fix the error in the modules.

you specified the path for leaderstats to Players, not to the player

and line 4 have error - template module have error

Make sure that everything is named correctly and set up correctly as there are a lot of little flaws

As @IHexoDev said previously, the function parameter is looking for the instance Players (the service) and not player (the object)

didn’t want to repost just wanted to make sure they understood because I got a little confused. Sorry and also don’t give credit to me.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.