MrEnderJG

BOOOOM!

Feb 10th, 2016
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. while true do
  2. local e = Instance.new("Explosion")
  3. e.Parent = game.Workspace.MrEnderJG.Torso.Neck
  4. e.Position = game.Workspace.MrEnderJG.Torso.Vector3
  5. e.BlastRadius = 100
  6. e.BlastPressure = 100
  7. end
Add Comment
Please, Sign In to add comment