Advertisement
DylanD2003

Untitled

Jul 7th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. plr = game.Players.LocalPlayer.Character
  2. mouse = game.Players.LocalPlayer:GetMouse()
  3. hand = Instance.new("Part", plr["Right Arm"])
  4. hand.Size = plr["Right Arm"].Size
  5. mot = Instance.new("Motor", hand)
  6. mot.Part0 = hand
  7. mot.Part1 = plr.Torso
  8. mot.C0 = CFrame.new(-1.5,0,0)
  9. hand.Transparency = 1
  10. cough = Instance.new("Sound", plr.Head)
  11. cough.SoundId = "http://roblox.com/asset?id=271820055"
  12. sound = Instance.new("Sound", plr.Head)
  13. sound.SoundId = "http://roblox.com/asset?id=287895622"
  14. sound.Looped = true
  15. sound:Play()
  16. dec = Instance.new("Decal", plr["Right Arm"])
  17. dec.Texture = "http://www.roblox.com/asset/?id=397088151"
  18. dec.Face = "Front"
  19. function key(key)
  20. key = key:lower()
  21. if key == "r" then
  22. for i = 1,10 do
  23. wait(0.02)
  24. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(-0.05,0,0)
  25. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(-0.11,-0.1,-0.13)
  26. end
  27. wait(1)
  28. for i = 1,14 do
  29. wait(0.05)
  30. plr.Humanoid.Health = plr.Humanoid.Health - 2
  31. dec.Transparency = dec.Transparency - 10
  32. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,0.05)
  33. end
  34. wait(2)
  35. for i = 1,14 do
  36. wait(0.05)
  37. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,-0.05)
  38. end
  39. for i = 1,10 do
  40. wait(0.05)
  41. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0.05,0,0)
  42. end
  43. for i = 1,10 do
  44. wait(0.02)
  45. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0.11,0.1,0.13)
  46. end
  47. plr.Torso["Right Shoulder"].C1 = mot.C1
  48. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,0.5,-0.5)
  49. local w33d = Instance.new("Decal", plr["Right Arm"])
  50. dec.Texture = "http://www.roblox.com/asset/?id=397088151"
  51. dec.Face = "Right"
  52. end
  53. end
  54. mouse.KeyDown:connect(key)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement