Palazikaka

Untitled

Jan 18th, 2020
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. --[[ FE Hug Kill
  2. Script made by Cyclically
  3. Credits to dhruvil123 for help
  4. https://v3rmillion.net/member.php?action=profile&uid=785986
  5. Don't edit script unless you know what you're doing. If you wanna add this into a script
  6. ]]
  7.  
  8. local LocalPlayer = game:GetService("Players").LocalPlayer
  9. local torsoname = "Torso"
  10. if LocalPlayer.Character:FindFirstChild("Humanoid").RigType == Enum.HumanoidRigType.R15 then
  11. torsoname = "UpperTorso"
  12. end
  13. LocalPlayer.Character:FindFirstChild("Animate").toolnone.ToolNoneAnim.AnimationId = math.huge
  14. LocalPlayer.Character:FindFirstChild(torsoname).Anchored = true
  15. local tool = Instance.new("Tool", LocalPlayer.Backpack)
  16. LocalPlayer.Character:FindFirstChildOfClass("Accessory").Handle.Parent = tool
  17. tool.Handle.Massless = true
  18. tool.GripPos = Vector3.new(0, math.huge, 0)
  19. tool.Parent = LocalPlayer.Character
  20. wait()
  21. tool.Grip = CFrame.new(Vector3.new(0, 0, 0))
  22. LocalPlayer.Character:FindFirstChild(torsoname).Anchored = false
Add Comment
Please, Sign In to add comment