Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Beh Rufus14
- POW = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
- POW.SoundId = "http://roblox.com/asset?id=135362176"
- plr = game.Players.LocalPlayer
- mouse = plr:GetMouse()
- function key(key)
- key = key:lower()
- if key == "z" then
- for i = 1,5 do
- wait(0.01)
- plr.Character.Torso["Right Shoulder"].C1 = plr.Character.Torso["Right Shoulder"].C1 * CFrame.Angles(0,0,-0.2)
- end
- for i = 1,2 do
- wait(0.01)
- plr.Character.Torso["Right Shoulder"].C1 = plr.Character.Torso["Right Shoulder"].C1 * CFrame.Angles(0,0,-0.1)
- end
- POW:Play()
- local BOOM = Instance.new("Explosion", workspace)
- BOOM.Position = plr.Character["Right Arm"].Position
- BOOM.Position = BOOM.Position + Vector3.new(0,0,-59)
- local BOOM1 = Instance.new("Explosion", workspace)
- BOOM1.Position = plr.Character["Right Arm"].Position
- BOOM1.Position = BOOM1.Position + Vector3.new(0,59,0)
- local BOOM2 = Instance.new("Explosion", workspace)
- BOOM2.Position = plr.Character["Right Arm"].Position
- BOOM2.Position = BOOM2.Position + Vector3.new(-59,0,0)
- local BOOM3 = Instance.new("Explosion", workspace)
- BOOM3.Position = plr.Character["Right Arm"].Position
- BOOM3.Position = BOOM3.Position + Vector3.new(59,0,0)
- local BOOM4 = Instance.new("Explosion", workspace)
- BOOM4.Position = plr.Character["Right Arm"].Position
- BOOM4.Position = BOOM4.Position + Vector3.new(0,0,59)
- wait(2)
- BOOM:destroy()
- BOOM1:destroy()
- BOOM2:destroy()
- BOOM3:destroy()
- BOOM4:destroy()
- for i = 1,5 do
- wait(0.01)
- plr.Character.Torso["Right Shoulder"].C1 = plr.Character.Torso["Right Shoulder"].C1 * CFrame.Angles(0,0,0.2)
- end
- for i = 1,2 do
- wait(0.01)
- plr.Character.Torso["Right Shoulder"].C1 = plr.Character.Torso["Right Shoulder"].C1 * CFrame.Angles(0,0,0.1)
- end
- end
- end
- mouse.KeyDown:connect(key)
Add Comment
Please, Sign In to add comment