Advertisement
XxCrazy_BuilderxX

LeaderBoard Script

May 5th, 2019
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. game.Players.PlayerAdded:Connect(function(plr) -- if a player joins it activates this code
  2. local leader = Instance.new("Folder",plr) -- Makes a folder inside our player
  3. leader.Name = "leaderstats" -- do not change
  4. local Cash = Instance.new("IntValue",leader)-- makes a number value in the folder we just made
  5. Cash.Name = "Money" -- Currency name you can change if u want for example "V-Bux"
  6.  
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement