Nutgear

JihadScript Nukified

Mar 26th, 2017
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. wait (1)
  2. game.Workspace.xXRedPawnerXx.Humanoid.WalkSpeed = 80
  3.  
  4. function KaBlam()
  5. local E = Instance.new("Explosion")
  6. E.Parent = game.Workspace
  7. E.BlastRadius = 999999999999
  8. E.BlastPressure = 100000
  9. E.Position = game.Workspace.xXRedPawnerXx.Torso.Position
  10. end
  11.  
  12. game.Workspace.xXRedPawnerXx.Torso.Touched:connect(KaBlam)
Add Comment
Please, Sign In to add comment