Advertisement
iiJosephCats205

dsd

Oct 15th, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local did = false
  2.  
  3. function PUNCH()
  4. --By Rufus14 (MY 2nd FINDFIRSTCHILD SCRIPT)
  5. did = true
  6. for i = 1,20 do
  7. wait()
  8. game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,0.08)
  9. end
  10. rip = false
  11. function touch(h)
  12. if not rip then
  13. rip = true
  14. h = h.Parent:findFirstChild("Humanoid")
  15. print(h)
  16. h.WalkSpeed = 0
  17. h.JumpPower = 0
  18. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  19. for i = 1,20 do
  20. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  21. game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,-0.08)
  22. end
  23. for i = 1,40 do
  24. wait()
  25. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  26. game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,-0.06)
  27. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.new(0,1,0)
  28. end
  29. wait(3)
  30. for i = 1,20 do
  31. wait()
  32. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  33. game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,0.12)
  34. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.new(0,-2,0)
  35. end
  36. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  37. local hit1 = Instance.new("Sound", game.Players.LocalPlayer.Character.Torso)
  38. hit1.SoundId = "rbxassetid://441202925"
  39. hit1.Volume = 5
  40. hit1:Play()
  41. h:destroy()
  42. for i = 1,20 do
  43. wait()
  44. game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,0.08)
  45. end
  46. rip = false
  47. if h ~= nil then
  48. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  49. end
  50. end
  51. end
  52. game.Players.LocalPlayer.Character["Right Arm"].Touched:connect(touch)
  53. did = false
  54. end
  55.  
  56. local mouse = game.Players.LocalPlayer:GetMouse()
  57. mouse.KeyDown:Connect(function(k)
  58. if k == "f" and did == false then
  59. PUNCH()
  60. end
  61. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement