Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.PlayerAdded:Connect(function(Player)
- local Stats = Instance.new("Folder")
- Stats.Name = "leaderstats"
- Stats.Parent = Player
- local Money = Instance.new("IntValue")
- Money.Name = "Money" --자신이 원하는 돈이름 (예:Chas,Money,Coin)
- Money.Parent = Stats
- Money.Value = 0
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement