Emoji Leaderboard

Script

--https://getemoji.com/


game.Players.PlayerAdded:Connect(function(plr)

local leaderstats = Instance.new("Folder")

leaderstats.Name = "leaderstats"

leaderstats.Parent = plr

local stat = Instance.new("StringValue")

stat.Name = "Status"

stat.Value = "đŸ˜€"

stat.Parent = leaderstats

end)