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