TheUnknownDiscord

sussy sauce

Jan 31st, 2022 (edited)
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. tool = Instance.new("Tool",owner.Backpack)
  2. part = Instance.new("Part",tool)
  3. part.Name = "Handle"
  4. part.Size = Vector3.new(0.549, 1.843, 0.526)
  5. local Mesh = Instance.new("SpecialMesh")
  6. Mesh.Parent = part
  7. Mesh.MeshId = "http://www.roblox.com/asset/?id=488973347"
  8. Mesh.TextureId = "http://www.roblox.com/asset/?id=8695561794"
  9. local owner = nil
  10. db = false
  11. tool.Activated:Connect(function()
  12. if not db then
  13. db = true
  14. owner = game:GetService("Players"):GetPlayerFromCharacter(tool.Parent)
  15. owner.Character.Humanoid.WalkSpeed = 0
  16. local weld = Instance.new("Weld",owner.Character.Torso)
  17. weld.Part0 = owner.Character["Right Arm"]
  18. weld.Part1 = owner.Character.Torso
  19. weld.C0 = CFrame.new(-1.5, 0.5, 0.5) * CFrame.Angles(math.rad(-90),0,0)
  20. local TweenService = game:GetService("TweenService")
  21. local goal = {}
  22. goal.C0 = CFrame.new(-2, 0, -1) * CFrame.Angles(math.rad(-150),0,math.rad(-65))
  23. goal.C1 = CFrame.new(0,-1,0)
  24. local tweenInfo = TweenInfo.new(0.5, Enum.EasingStyle.Quad, Enum.EasingDirection.InOut, 0, true,0)
  25. local tween = TweenService:Create(weld, tweenInfo, goal)
  26. tween:Play()
  27. wait(1)
  28. local amog = Instance.new("Part",script)
  29. amog.CFrame = owner.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,3)
  30. amog.Anchored = true
  31. amog.Size = Vector3.new(1.13955,2.11105,1.52485)
  32. amog.Transparency = 1
  33. local Mesh = Instance.new("SpecialMesh")
  34. Mesh.Parent = amog
  35. Mesh.MeshId = "http://www.roblox.com/asset/?id=6686375902"
  36. Mesh.TextureId = "http://www.roblox.com/asset/?id=6686375937"
  37. Mesh.Scale = Vector3.new(0.05,0.05,0.05)
  38. local death = Instance.new("Sound",owner.Character.Torso)
  39. death.SoundId = "http://www.roblox.com/asset/?id=265193160"
  40. death.Volume = 1
  41. death:Play()
  42. local TweenService = game:GetService("TweenService")
  43. local goal = {}
  44. goal.Transparency = 0
  45. local tweenInfo = TweenInfo.new(2, Enum.EasingStyle.Quad, Enum.EasingDirection.InOut, 0, false,0)
  46. local tween = TweenService:Create(amog, tweenInfo, goal)
  47. tween:Play()
  48. wait(4.85)
  49. if owner.Character:FindFirstChildOfClass("Pants") then
  50. owner.Character:FindFirstChildOfClass("Pants"):Destroy()
  51. end
  52. death:Stop()
  53. death.SoundId = "http://www.roblox.com/asset/?id=5663179979"
  54. death.Volume = 1
  55. death:Play()
  56. owner.Character.Humanoid.BreakJointsOnDeath = false
  57. local bone = Instance.new("Part",owner.Character)
  58. bone.Size = Vector3.new(0.3537,1.25,0.200375)
  59. local weld2 = Instance.new("Weld",owner.Character.Torso)
  60. weld2.Part0 = bone
  61. weld2.Part1 = owner.Character.Torso
  62. weld2.C0 = CFrame.new(0,.5,0)
  63. local Mesh = Instance.new("SpecialMesh")
  64. Mesh.Parent = bone
  65. Mesh.MeshId = "http://www.roblox.com/asset/?id=6059125441"
  66. Mesh.Scale = Vector3.new(0.025,0.025,0.025)
  67. for i,v in pairs(owner.Character.Head:GetDescendants()) do
  68. v:Destroy()
  69. end
  70. tool.Parent = workspace
  71. owner.Character["Left Arm"]:Destroy()
  72. owner.Character["Right Arm"]:Destroy()
  73. owner.Character.Head:Destroy()
  74. owner.Character.Torso.Transparency = 1
  75. db = false
  76. local TweenService = game:GetService("TweenService")
  77. local goal = {}
  78. goal.Transparency = 1
  79. local tweenInfo = TweenInfo.new(0.25, Enum.EasingStyle.Quad, Enum.EasingDirection.InOut, 0, false,0)
  80. local tween = TweenService:Create(amog, tweenInfo, goal)
  81. tween:Play()
  82. game:GetService("Debris"):AddItem(amog,0.25)
  83. end
  84. end)
Add Comment
Please, Sign In to add comment