Advertisement
MineSet

Скрипт 2

Jun 17th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. game.Players.PlayerAdded:connect(function(plr)
  2. local f = Instance.new("Folder", plr)
  3. f.Name = "leaderstats"
  4. local coins = Instance.new("IntValue", f)
  5. coins.Name = "Coins" --Здесь можно поменять название Коина
  6. coins.Value = 0
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement