Nutgear

JihadScript 5.0

Mar 26th, 2017
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. wait (1)
  2. game.Workspace.xXRedPawnerXx.Humanoid.WalkSpeed = 40
  3.  
  4. function KaBlam()
  5. local E = Instance.new("Explosion")
  6. E.Parent = game.Workspace
  7. E.BlastRadius = 20
  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