How do I make it so players win a round and they get money put onto there leaderboard?
--Must have some sort of player variable, not character --Must have rounds made and variables for them --Must be in between when the round ends --Should have a variable saying how much money the get for certain things Stats = player.leaderboard:FindFirstChild("Money") Stats.Value = Stats.Value +playerreward
These variables are not what you need, put in the variable of what you have instead of what I have if necessary
Also, make sure there is already leader stats with money in it. You can also double check the name of the IntValue that holds the Stats and change player.leaderboard to that name.
I hope I helped ;)
Closed as Not Constructive by M39a9am3R, LegitimatlyMe, and XToonLinkX123
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?