Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Roblox Leaderstats Script
- game.Players.PlayerAdded:Connect(function(plr)
- local a = Instance.new("Folder",plr)
- a.Name = "leaderstats"
- local m = Instance.new("IntValue",a)
- m.Value = 0
- m.Name = "Coins"
- local x = Instance.new("IntValue",a)
- x.Value = 0
- x.Name = "Points"
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement