Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --By Rufus14 (Exploding Jukebox -Remade By Kaemi)
- screem = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
- screem.SoundId = "rbxassetid://396873260"
- screem.PlaybackSpeed = 0.25
- screem.Volume = 100
- plr = game.Players.LocalPlayer.Character
- mouse = game.Players.LocalPlayer:GetMouse()
- doing = false
- function key(key)
- key = key:lower()
- if key == "q" then
- if not doing then
- doing = true
- for i = 1,10 do
- wait()
- plr.Torso.Neck.C0 = plr.Torso.Neck.C0 * CFrame.Angles(-0.07,0,0)
- plr.Torso["Left Shoulder"].C0 = plr.Torso["Left Shoulder"].C0 * CFrame.new(0,-0.15,0.05)
- plr.Torso["Left Shoulder"].C0 = plr.Torso["Left Shoulder"].C0 * CFrame.Angles(-0.3,0,0)
- plr.Torso["Right Shoulder"].C0 = plr.Torso["Right Shoulder"].C0 * CFrame.new(0,-0.15,0.05)
- plr.Torso["Right Shoulder"].C0 = plr.Torso["Right Shoulder"].C0 * CFrame.Angles(-0.3,0,0)
- end
- local boomb = Instance.new("Part", plr.Head)
- local mesh = Instance.new("SpecialMesh", boomb)
- mesh.MeshId = "http://www.roblox.com/asset/?id=84302661"
- mesh.TextureId = "http://www.roblox.com/asset/?id=84302759"
- local weld = Instance.new("Weld", boomb)
- weld.Part0 = boomb
- weld.Part1 = plr["Left Arm"]
- weld.C0 = weld.C0 * CFrame.Angles(0,0,3.3)
- weld.C0 = weld.C0 * CFrame.new(1.9,1.65,0)
- plr.Humanoid.JumpPower = 0
- plr.Humanoid.WalkSpeed = 0
- local Juke = Instance.new("Sound", boomb)
- Juke.Volume = 20
- local Math = math.random(1,9)
- if Math == 1 then
- Juke.SoundId = "rbxassetid://138143795"
- end
- if Math == 2 then
- Juke.SoundId = "rbxassetid://130803007"
- end
- if Math == 3 then
- Juke.SoundId = "rbxassetid://142295308"
- end
- if Math == 4 then
- Juke.SoundId = "rbxassetid://253564383"
- end
- if Math == 5 then
- Juke.SoundId = "rbxassetid://641177564"
- end
- if Math == 6 then
- Juke.SoundId = "rbxassetid://565649306"
- end
- if Math == 7 then
- Juke.SoundId = "rbxassetid://467369212"
- end
- if Math == 8 then
- Juke.SoundId = "rbxassetid://660625064"
- end
- if Math == 9 then
- Juke.SoundId = "rbxassetid://534878097"
- end
- Juke:Play()
- wait(20)
- for i = 1,1 do
- wait()
- 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))
- wait()
- screem:Play()
- wait(2)
- end
- local boom = Instance.new("Explosion", workspace)
- boom.BlastPressure = 2000000
- boom.BlastRadius = 50
- boom.Position = boomb.Position
- screem:Stop()
- end
- end
- end
- mouse.KeyDown:connect(key)
Add Comment
Please, Sign In to add comment