Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.PlayerAdded:Connect(function(player)
- local stat = Instance.new("Folder",player)
- stat.Name = "leaderstats"
- local coin = Instance.new("IntValue",stat)
- coin.Name = "Coins"
- coin.Value = 100
- local rice = Instance.new("IntValue",stat)
- rice.Name = "Rices"
- rice.Value = 0
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement