Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tors = game.Players.LocalPlayer.Character.Torso
- explod = Instance.new("Explosion")
- for i = 1,120 do
- explod.BlastPressure = 3e9
- explod.BlastRadius = 9e9--Nuke
- explod.Parent = tors
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement