Please give me a code for my game because i dont know scripting and im trying to watch tutorials and i dont understand anything
Thanks - SquidoTV
--//Put this in workspace and since your new its kinda basic
game.Players.PlayerAdded:connect(function(plr) local stats = Instance.new('IntValue',plr) stats.Name = 'leaderstats' local Money = Instance.new('IntValue',stats) Money.Name = 'Money' Money.Value = 10 end) --// u cand add more if you want and you can change the value of money but dont change --leaderstats
Closed as Not Constructive by User#5423 and shayner32
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?