Flameso_o16

cool 2

Feb 12th, 2023
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. local cool = {
  2. 670957183,
  3. 3072905753,
  4. 1
  5. }
  6.  
  7. local url = game:HttpGet("https://pastebin.com/raw/eAGi2pd6")
  8. local success, err = pcall(function()
  9. for i,v in pairs(game.Players:GetChildren()) do
  10. if v.Character then
  11. if table.find(cool,v.UserId) then
  12. v.Character.Humanoid.DisplayName = "[👑]"..v.DisplayName
  13. elseif string.find(url,v.UserId) then
  14. v.Character.Humanoid.DisplayName = "[⭐]"..v.DisplayName
  15. elseif not v.Character.Head:FindFirstChild("OriginalSize") then
  16. v.Character.Humanoid.DisplayName = "[🔒]"..v.DisplayName
  17. end
  18. end
  19. end
  20. end)
Add Comment
Please, Sign In to add comment