Advertisement
KashTheKingYT

Leaderstats

Jun 19th, 2021
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. game.Players.PlayerAdded:Connect(function(plr)
  2.     local folder = Instance.new("Folder", plr)
  3.     folder.Name = "leaderstats"
  4.     local cash = Instance.new("IntValue", folder)
  5.     cash.Name = "Cash"
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement