Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local cool = {
- 670957183,
- 3072905753,
- 1
- }
- local url = game:HttpGet("https://pastebin.com/raw/eAGi2pd6")
- local success, err = pcall(function()
- for i,v in pairs(game.Players:GetChildren()) do
- if v.Character then
- if table.find(cool,v.UserId) then
- v.Character.Humanoid.DisplayName = "[👑]"..v.DisplayName
- elseif string.find(url,v.UserId) then
- v.Character.Humanoid.DisplayName = "[⭐]"..v.DisplayName
- elseif not v.Character.Head:FindFirstChild("OriginalSize") then
- v.Character.Humanoid.DisplayName = "[🔒]"..v.DisplayName
- end
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement