Advertisement
Pro1234jgvf_YT

Untitled

Dec 23rd, 2021
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. game.Players.PlayerAdded:Connect(function(plr)
  2. local leaderstats = Instance.new("Folder")
  3. leaderstats.Name = "leaderstats"
  4. leaderstats.Parent = plr
  5.  
  6. local Stats = Instance.new("StringValue")
  7. Stats.Name = "Status"
  8. Stats.Value = "😟"
  9. Stats.Parent = leaderstats
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement