Advertisement
Guest User

[FE] Script HUG-KILL-BY-Cyclically

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