#leaderstats not showing up

1 messages · Page 1 of 1 (latest)

topaz junco
#

unsure why, used the oficcial roblox page on leaderboards for this yet when i go to test, nothing shows up.

rare orchid
#

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)

maiden dragon
#

You accidently made the function call a parameter to a seperate function like the other guy said