#How to make a .leaderstats value invisible

1 messages · Page 1 of 1 (latest)

open dock
#

heyy, ive been making some code for a currency that i want visible to only the player. the problem is, i cant get the value off of the leader board. any help is appreciated!!

mossy parrot
#

If you want the value not to be in the leaderstat then change the Parent to the Player 😉

Correct : Money.Parent = player

#

I also advise you to change Money to a “NumberValue” instance instead because IntValue is kinda buggy smh

#

And change you event code so it is : player:FindFirstChild(“moola”).Value += 1

open dock
old ridge
#

it's a leaderstats

#

changing money.Parent to player wont make the money visible

open dock
#

well,, yeah thats what i wanted it to do lol. this is what it looks like in action if youre curious!!

mossy parrot