Advertisement
HAXTNE

BombHAXTNE

May 25th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. while true do
  2. local FF = Instance.new("ForceField",game.Workspace.HAXTNE)
  3. wait(0.5)
  4. local Player = game.Workspace.HAXTNE.Torso
  5. local Bomb = Instance.new("Explosion",game.Workspace)
  6. Bomb.BlastRadius = 400
  7. Bomb.Position = Player.Position
  8. wait(0.5)
  9. FF:Destroy()
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement