GETFREEROBUX

Arsenal BIG ALL LOL

Dec 15th, 2020
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.67 KB | None | 0 0
  1. --Made by igs#6429
  2. print("Script Made by igs#6429")
  3. function getplrsname()
  4. for i,v in pairs(game:GetChildren()) do
  5. if v.ClassName == "Players" then
  6. return v.Name
  7. end
  8. end
  9. end
  10. local players = getplrsname()
  11. local plr = game[players].LocalPlayer
  12. coroutine.resume(coroutine.create(function()
  13. while  wait(1) do
  14. coroutine.resume(coroutine.create(function()
  15. for _,v in pairs(game[players]:GetPlayers()) do
  16. if v.Name ~= plr.Name and v.Character then
  17. v.Character.LowerTorso.CanCollide = false
  18. v.Character.LowerTorso.Material = "Neon"
  19. v.Character.LowerTorso.Size = Vector3.new(30,30,30)
  20. v.Character.HumanoidRootPart.Size = Vector3.new(30,30,30)
  21. end
  22. end
  23. end))
  24. end
  25. end))
Add Comment
Please, Sign In to add comment