AALTTz

FE kidnap

Oct 6th, 2022
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  2. if key == 'z' then
  3. local h = game.Players.LocalPlayer.Character.Humanoid:Clone()
  4. local plr = game.Players.LocalPlayer.Character
  5. local CF = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  6. local lp = game.Players.LocalPlayer
  7.  
  8. h.Parent = game.Players.LocalPlayer.Character
  9. h.Name = "Hum"
  10.  
  11. game.Players.LocalPlayer.Character.Humanoid:Destroy()
  12.  
  13. for _,v in pairs(game.Players.LocalPlayer:GetDescendants()) do
  14. if v.ClassName == "Tool" then
  15. v.Parent = plr
  16. end
  17. end
  18. wait(.5)
  19. tweenService, tweenInfo = game:GetService("TweenService"), TweenInfo.new(300, Enum.EasingStyle.Linear)
  20.  
  21. tween = tweenService:Create(game:GetService("Players")["LocalPlayer"].Character.HumanoidRootPart, tweenInfo, {CFrame = CFrame.new(0, -1000, 0)})
  22. tween:Play()
  23. end
  24. end)
Add Comment
Please, Sign In to add comment