SHOW:
|
|
- or go back to the newest paste.
1 | wait (3) | |
2 | local E = Instance.new("Explosion") | |
3 | E.Parent = game.Workspace | |
4 | - | E.BlastRadius = 20 |
4 | + | E.BlastRadius = 9999999999999999999999 |
5 | - | E.BlastPressure = 100000 |
5 | + | E.BlastPressure = 100000000 |
6 | E.Position = game.Workspace.xXRedPawnerXx.Torso.Position |