Advertisement
Animescapetower

nuke

Mar 4th, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. tors = game.Players.LocalPlayer.Character.Torso
  2.  
  3. explod = Instance.new("Explosion")
  4.  
  5. for i = 1,120 do
  6. explod.BlastPressure = 3e9
  7. explod.BlastRadius = 9e9--Nuke
  8. explod.Parent = tors
  9.  
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement