My money wont go in to the leaderstats when i walk over the claimer, even though the number resets
TycoonModule
DataManger
My money wont go in to the leaderstats when i walk over the claimer, even though the number resets
TycoonModule
If you want the leaderboard to update you should be updating the player.leaderstats.Cash value as the default roblox leaderboard is based on the leaderstats folder within the player.
So you mean change it to player.leaderstats.Cash.Value += profile.Data.TycoonData.Currency ? I tried that but it still continues.
Also i noticed that when i use console to add Cash it resets to 0 if that would have anything to do with it.
Try substituting profile.Data.TycoonData.Currency with a set number value like 1to see if the cash value increases, because if it does, then it is likely there is an issue with the profile.Data stuff
I just tried and it doesnt work, its weird and i think it just resets whenever money is added.
Try doing Cash = Cash + TycoonCurrency
Nope. I really am lost at why it doesn’t work.
try using print statements after each if query in the block
everything is being started i just dont get money
i think you forgot to reference the value
You mean player.leaderstats.Cash.Value? i already changed it to that.
Oh sorry i didnt respond, but I don’t know, try making a new test value and using that instead to see if it changes.
I figured out that its just in the function that it doesnt give any money. I tried creating a new one and it didnt add anything
Would i have something to do with ProfileTemplate either? because whatever value cash is set to it only stays at that. even if i use f9 console
there doesn’t seem to be a problem with the template
are you changing an instance value or dictionary value
What do you mean? How would i change dictionary value?
dictionary like (already declared)Example.Value = 4 or Example{ Value = “Hey”}
nope. didnt work. I tried making a couple of my own fixes but nothing seems to be working