Facebook
From isusjrhjd, 2 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 2567
  1. function getnames()
  2.  
  3. for i, v in pairs(game:GetChildren()) do
  4.  
  5. if v.ClassName == "Players" then
  6.  
  7. return v.Name
  8.  
  9. end
  10.  
  11. end
  12.  
  13. end
  14.  
  15. local players = getnames()
  16.  
  17. local LP = game:GetService("Players").LocalPlayer
  18.  
  19. coroutine.resume(
  20.  
  21. coroutine.create(
  22.  
  23. function()
  24.  
  25. while wait(1) do
  26.  
  27. coroutine.resume(
  28.  
  29. coroutine.create(
  30.  
  31. function()
  32.  
  33. for _, v in pairs(game:GetService("Players"):GetPlayers()) do
  34.  
  35. if v.Name ~= LP.Name and v.Character.UpperTorso.Color ~= LP.Character.UpperTorso.Color then
  36.  
  37. v.Character.LowerTorso.CanCollide = false
  38.  
  39. v.Character.LowerTorso.Material = "Neon"
  40.  
  41. v.Character.LowerTorso.Size = Vector3.new(60, 60, 60)
  42.  
  43. v.Character.HumanoidRootPart.Size = Vector3.new(60, 60, 60)
  44.  
  45. end
  46.  
  47. end
  48.  
  49. end
  50.  
  51. )
  52.  
  53. )
  54.  
  55. end
  56.  
  57. end
  58.  
  59. )
  60.  
  61. )
  62.  
  63.  

Replies to Arsenal hitbox script arceus x rss

Title Name Language When
Re: Arsenal hitbox script arceus x Small Mockingbird text 1 Year ago.
Re: Arsenal hitbox script arceus x Perl Shama text 1 Year ago.
Re: Arsenal hitbox script arceus x Violet Mosquito text 1 Year ago.
Re: Arsenal hitbox script arceus x Insensitive Lemur text 1 Year ago.
Re: Arsenal hitbox script arceus x Morose Hamerkop text 1 Year ago.
Re: Arsenal hitbox script arceus x Capacious Dormouse text 1 Year ago.
Re: Arsenal hitbox script arceus x Torrid Gibbon text 1 Year ago.
Re: Arsenal hitbox script arceus x Crimson Hog text 1 Year ago.
Re: Arsenal hitbox script arceus x Buff Bongo text 2 Years ago.