Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.PlayerAdded:Connect(function(plr)
- local leaderstats = Instance.new("Folder")
- leaderstats.Name = "leaderstats"
- leaderstats.Parent = plr
- local Stats = Instance.new("StringValue")
- Stats.Name = "Status"
- Stats.Value = "😟"
- Stats.Parent = leaderstats
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement