Advertisement
_Thanh_Thy_Cute_

Paper.IO NUKER SCRIPT

Jul 25th, 2021
788
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. --E = NUKER
  2. --R = CLAIM ENTIRE MAP
  3. local p = game.Players.LocalPlayer
  4. local range = 30
  5.  
  6. p:GetMouse().KeyDown:Connect(function(key)
  7. if key == 'e' then
  8. local l = p.Character.HumanoidRootPart.BlockTouchPart
  9. for i,v in pairs(game:GetService("Workspace").Map:GetChildren()) do
  10. if p:DistanceFromCharacter(v.Position) < range then
  11. firetouchinterest(l, v, 1)
  12. firetouchinterest(l, v, 0)
  13. end
  14. end
  15. elseif key == 'r' then
  16. local l = p.Character.HumanoidRootPart.BlockTouchPart
  17. for i,v in pairs(game:GetService("Workspace").Map:GetChildren()) do
  18. firetouchinterest(l, v, 1)
  19. firetouchinterest(l, v, 0)
  20. end
  21. end
  22. end)
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement