Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.PlayerAdded:Connect(function(plr)
- local leaderstats = Instance.new("BoolValue",plr)
- leaderstats.Name = "leaderstats"
- local cash = Instance.new("IntValue",leaderstats)
- cash.Name = "" -- Name this whatever you want e.g. Coins, Gold, Cash, etc.
- cash.Value = 0 -- Put this to whatever you want the player to start with
- end)
Add Comment
Please, Sign In to add comment