Why is my folder for leader stats is not seen in the player file when I try the game?
1 | local folder = Instance.new( "Folder" ) |
2 | folder.Name = "leaderstats" |
5 | local currency = Instance.new( "IntValue" ) |
6 | currency.Name = currencyName |
7 | currency.Parent = folder |
with this script
1 | local folder = Instance.new( "Folder" ) |
2 | folder.Name = "leaderstats" |
It helps us to set a folder called leaderstats to put in the currency when we try our game. At first it worked, after long time I tried it again. Instead of working, more problems grow! Now I can't see the leaderstats folder in my player when I try the game out.