SHOW:
|
|
- or go back to the newest paste.
| 1 | --By Rufus14 (cringeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee) | |
| 2 | screem = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
| |
| 3 | - | screem.SoundId = "rbxassetid://587270463" |
| 3 | + | screem.SoundId = "rbxassetid://362485838" |
| 4 | screem.Volume = 30 | |
| 5 | plr = game.Players.LocalPlayer.Character | |
| 6 | mouse = game.Players.LocalPlayer:GetMouse() | |
| 7 | function key(key) | |
| 8 | key = key:lower() | |
| 9 | if key == "q" then | |
| 10 | for i = 1,10 do | |
| 11 | wait() | |
| 12 | plr.Torso.Neck.C0 = plr.Torso.Neck.C0 * CFrame.Angles(-0.07,0,0) | |
| 13 | plr.Torso["Left Shoulder"].C0 = plr.Torso["Left Shoulder"].C0 * CFrame.new(0,-0.15,0.05) | |
| 14 | plr.Torso["Left Shoulder"].C0 = plr.Torso["Left Shoulder"].C0 * CFrame.Angles(-0.3,0,0) | |
| 15 | plr.Torso["Right Shoulder"].C0 = plr.Torso["Right Shoulder"].C0 * CFrame.new(0,-0.15,0.05) | |
| 16 | plr.Torso["Right Shoulder"].C0 = plr.Torso["Right Shoulder"].C0 * CFrame.Angles(-0.3,0,0) | |
| 17 | end | |
| 18 | local boomb = Instance.new("Part", plr.Head)
| |
| 19 | local mesh = Instance.new("SpecialMesh", boomb)
| |
| 20 | mesh.MeshId = "http://www.roblox.com/asset/?id=192488915" | |
| 21 | mesh.TextureId = "http://www.roblox.com/asset/?id=192488947" | |
| 22 | local weld = Instance.new("Weld", boomb)
| |
| 23 | weld.Part0 = boomb | |
| 24 | weld.Part1 = plr["Left Arm"] | |
| 25 | weld.C0 = weld.C0 * CFrame.Angles(0,0,3.3) | |
| 26 | weld.C0 = weld.C0 * CFrame.new(1.9,1.65,0) | |
| 27 | plr.Humanoid.JumpPower = 0 | |
| 28 | plr.Humanoid.WalkSpeed = 0 | |
| 29 | local cringe = Instance.new("Sound", boomb)
| |
| 30 | cringe.Volume = 20 | |
| 31 | local Math = math.random(1,4) | |
| 32 | if Math == 1 then | |
| 33 | - | cringe.SoundId = "rbxassetid://587270463" |
| 33 | + | cringe.SoundId = "rbxassetid://362485838" |
| 34 | end | |
| 35 | if Math == 2 then | |
| 36 | - | cringe.SoundId = "rbxassetid://587270463" |
| 36 | + | cringe.SoundId = "rbxassetid://362485838" |
| 37 | end | |
| 38 | if Math == 3 then | |
| 39 | - | cringe.SoundId = "rbxassetid://587270463" |
| 39 | + | cringe.SoundId = "rbxassetid://362485838" |
| 40 | end | |
| 41 | if Math == 4 then | |
| 42 | - | cringe.SoundId = "rbxassetid://587270463" |
| 42 | + | cringe.SoundId = "rbxassetid://362485838" |
| 43 | end | |
| 44 | cringe:Play() | |
| 45 | wait(8) | |
| 46 | screem:Play() | |
| 47 | for i = 1,150 do | |
| 48 | wait() | |
| 49 | plr.Torso.Neck.C0 = plr.Torso.Neck.C0 * CFrame.Angles(math.random(0.1,0.9),math.random(0.1,0.9),math.random(0.1,0.9)) | |
| 50 | end | |
| 51 | local boom = Instance.new("Explosion", workspace)
| |
| 52 | boom.BlastPressure = 2000000 | |
| 53 | boom.BlastRadius = 50 | |
| 54 | boom.Position = boomb.Position | |
| 55 | screem:Stop() | |
| 56 | end | |
| 57 | end | |
| 58 | mouse.KeyDown:connect(key) |