#Hello
1 messages · Page 1 of 1 (latest)
Well is there something called "leaderstats" on the player?
Yes
No there is not.
You did pass the player into the createleaderstats function, so it's not being parented to anything.
How so? The parameter of the function includes players and then I set it up from that
the createleaderstats function has a player parameter. When you call it, you are not passing the player.
PlayerAdded function, first line.
Oh, thanks; I will try to see if it works now
** You are now Level 2! **
That looks like the exact same issue
Oh wait
This is the one
Wait I see it
Mb
I added leader stats to the multi variable but it still isn’t working
At line 62
Can you take better screenshots? These are really tiny
That wasn't super helpful, now it's cropped
Show line 59
show me where you actually connect to PlayerAdded
Okay so you're using Connect wrong.
playerAdded() calls the function and returns the result, same with playerRemoving().
If you want to pass the functions themselves, just do playerAdded, meaning remove the inner parenthesis in your connects