Where/From which line is this message coming from?
Are you passing values in your RemoteEvents?
function(player, stat, val, op)
Where/From which line is this message coming from?
Are you passing values in your RemoteEvents?
function(player, stat, val, op)
Right here Should I send you more or will you understand?
Just in case, I’ll also send it here
infinite search likely means what you’re looking for does not exist and it’s waiting forever.
Can you help? How to fix this I don’t know
What’s inside the Player? is the stat
an attribute or an object/instance?
Can you send me the place where it is written so that I could write to you?
In your script you write player:WaitForChild(stat)
. What are you trying to find inside player
?
This class is in the leader stats and not in the player
Then you should do player.leaderstats:WaitForChild(stat)
I’ll make a nursery then the multiplier won’t work for me
That is, this line will not work.
then change this to
player.leaderstats:WaitForChild(stat).Value = value * 2
I’ll do it now I the at school, come home, and see if it works or not. Will you help me later?
It didn’t help, I did as you said, it didn’t help.
Can you help me fix this please I really need it
Could you provide more detalied information?
I can’t buy classes I can only upgrade strength and buy a multiplier
I found how to fix it, but the problem is that my classes are in the leader stats, but the strength is in the player