Advertisement
MrEnderJG

BOOOOM!

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