#leaderstats not showing up
1 messages · Page 1 of 1 (latest)
you are passing leaderboardSetup as Parameter, do this:
Oh nvm its all wrong
1st: player is the service, so put the name "plrService" to do get it more readable
2nd: the function of playerAdded, repair it by putting the correct parameter (that the studio already puts for you at the start and use it as "plr", then before the end put leaderboardSetup(plr)
You are connecting to the function incorrectly
You accidently made the function call a parameter to a seperate function like the other guy said