TheUnknownDiscord

kill you again

Oct 18th, 2021 (edited)
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local killyou = Instance.new("Sound", owner.Character.Head)
  2. killyou.SoundId = "rbxassetid://3663443635"
  3. killyou.Volume = 1
  4. local rightarm = Instance.new("Weld", owner.Character.Torso)
  5. rightarm.Part0 = owner.Character.Torso
  6. rightarm.Part1 = owner.Character["Right Arm"]
  7. rightarm.C0 = CFrame.new(1.5, 0.75, 0)
  8. rightarm.C1 = CFrame.new(0,0.7,0)
  9. rightarm.Name = "RightArmWeld"
  10. local leftarm = Instance.new("Weld", owner.Character.Torso)
  11. leftarm.Part0 = owner.Character.Torso
  12. leftarm.Part1 = owner.Character["Left Arm"]
  13. leftarm.C0 = CFrame.new(-1.5, 0.75, 0)
  14. leftarm.C1 = CFrame.new(0,0.7,0)
  15. leftarm.Name = "LeftArmWeld"
  16. local rightleg = Instance.new("Weld", owner.Character.Torso)
  17. rightleg.Part0 = owner.Character.Torso
  18. rightleg.Part1 = owner.Character["Right Leg"]
  19. rightleg.C0 = CFrame.new(0.5,-1,0)
  20. rightleg.C1 = CFrame.new(0,1,0)
  21. rightleg.Name = "RightLegWeld"
  22. local leftleg = Instance.new("Weld", owner.Character.Torso)
  23. leftleg.Part0 = owner.Character.Torso
  24. leftleg.Part1 = owner.Character["Left Leg"]
  25. leftleg.C0 = CFrame.new(-0.5,-1,0)
  26. leftleg.C1 = CFrame.new(0,1,0)
  27. leftleg.Name = "LeftLegWeld"
  28. owner.Character.Humanoid.RequiresNeck = false
  29. local head = Instance.new("Weld", owner.Character.Torso)
  30. head.Part0 = owner.Character.Torso
  31. head.Part1 = owner.Character.Head
  32. head.C0 = CFrame.new(0, 1.5, 0)
  33. head.C1 = CFrame.new(0,0,0)
  34. head.Name = "Head"
  35. local humanoidrootpart = Instance.new("Weld", owner.Character.HumanoidRootPart)
  36. humanoidrootpart.Part0 = owner.Character.HumanoidRootPart
  37. humanoidrootpart.Part1 = owner.Character.Torso
  38. humanoidrootpart.Name = "HumanoidRootPartWeld"
  39. local tweenService = game:GetService("TweenService")
  40. local timeToFade = 0.5
  41. local object = leftarm
  42. local tweenInfo = TweenInfo.new(timeToFade)
  43. local goal = {}
  44. goal.C0 = CFrame.new(-1.5,0.75,-0.5) * CFrame.Angles(math.rad(90),0,0)
  45.  
  46. local tween = tweenService:Create(object, tweenInfo, goal)
  47. local timeToFade2 = 0.5
  48. local object2 = head
  49. local tweenInfo2 = TweenInfo.new(timeToFade2)
  50. local goal2 = {}
  51. goal2.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(15),0,0)
  52.  
  53. local tween2 = tweenService:Create(object2, tweenInfo2, goal2)
  54.  
  55. local timeToFade3 = 0.5
  56. local object3 = humanoidrootpart
  57. local tweenInfo3 = TweenInfo.new(timeToFade3)
  58. local goal3 = {}
  59. goal3.C0 = CFrame.Angles(math.rad(-15),0,0)
  60.  
  61. local tween3 = tweenService:Create(object3, tweenInfo3, goal3)
  62. local timeToFade4 = 0.5
  63. local object4 = rightarm
  64. local tweenInfo4 = TweenInfo.new(timeToFade4)
  65. local goal4 = {}
  66. goal4.C0 = CFrame.new(1.5,0.75,-0.5) * CFrame.Angles(math.rad(65),0,math.rad(45))
  67.  
  68. local tween4 = tweenService:Create(object4, tweenInfo4, goal4)
  69. local timeToFade5 = 0.5
  70. local object5 = leftarm
  71. local tweenInfo5 = TweenInfo.new(timeToFade5)
  72. local goal5 = {}
  73. goal5.C0 = CFrame.new(-1.5,0.75,-0.5) * CFrame.Angles(math.rad(65),0,math.rad(-45))
  74.  
  75. local tween5 = tweenService:Create(object5, tweenInfo5, goal5)
  76. local timeToFade6 = 0.5
  77. local object6 = head
  78. local tweenInfo6 = TweenInfo.new(timeToFade6)
  79. local goal6 = {}
  80. goal6.C0 = CFrame.new(0,1.5,0) * CFrame.Angles(math.rad(-15),math.rad(-35),0)
  81.  
  82. local uh = tweenService:Create(object6, tweenInfo6, goal6)
  83. local timeToFade7 = 0.5
  84. local object7 = rightarm
  85. local tweenInfo7 = TweenInfo.new(timeToFade7)
  86. local goal7 = {}
  87. goal7.C0 = CFrame.new(1.5,0.5,0) * CFrame.Angles(math.rad(135),0,math.rad(-25))
  88.  
  89. local uh2 = tweenService:Create(object7, tweenInfo7, goal7)
  90. local timeToFade8 = 0.5
  91. local object8 = humanoidrootpart
  92. local tweenInfo8 = TweenInfo.new(timeToFade8)
  93. local goal8 = {}
  94. goal8.C0 = CFrame.Angles(math.rad(0.1),0,0)
  95.  
  96. local uh3 = tweenService:Create(object8, tweenInfo8, goal8)
  97. killyou:Play()
  98. wait(1)
  99. tween:Play()
  100. tween2:Play()
  101. tween3:Play()
  102. wait(1)
  103. uh:Play()
  104. uh2:Play()
  105. uh3:Play()
  106. wait(1.75)
  107. tween2:Play()
  108. tween4:Play()
  109. tween5:Play()
  110. tween3:Play()
  111. wait(3)
  112. tween:Destroy()
  113. tween2:Destroy()
  114. tween3:Destroy()
  115. tween4:Destroy()
  116. uh:Destroy()
  117. uh2:Destroy()
  118. uh3:Destroy()
  119. rightarm:Destroy()
  120. leftarm:Destroy()
  121. rightleg:Destroy()
  122. leftleg:Destroy()
  123. head:Destroy()
  124. humanoidrootpart:Destroy()
Add Comment
Please, Sign In to add comment