Kidnap
game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
if key == 'z' then
local h = game.Players.LocalPlayer.Character.Humanoid:Clone()
local plr = game.Players.LocalPlayer.Character
local CF = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
local lp = game.Players.LocalPlayer
h.Parent = game.Players.LocalPlayer.Character
h.Name = "Hum"
game.Players.LocalPlayer.Character.Humanoid:Destroy()
for _,v in pairs(game.Players.LocalPlayer:GetDescendants()) do
if v.ClassName == "Tool" then
v.Parent = plr
end
end
wait(.5)
tweenService, tweenInfo = game:GetService("TweenService"), TweenInfo.new(300, Enum.EasingStyle.Linear)
tween = tweenService:Create(game:GetService("Players")["LocalPlayer"].Character.HumanoidRootPart, tweenInfo, {CFrame = CFrame.new(0, -1000, 0)})
tween:Play()
end
end)
if key == 'z' then
local h = game.Players.LocalPlayer.Character.Humanoid:Clone()
local plr = game.Players.LocalPlayer.Character
local CF = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
local lp = game.Players.LocalPlayer
h.Parent = game.Players.LocalPlayer.Character
h.Name = "Hum"
game.Players.LocalPlayer.Character.Humanoid:Destroy()
for _,v in pairs(game.Players.LocalPlayer:GetDescendants()) do
if v.ClassName == "Tool" then
v.Parent = plr
end
end
wait(.5)
tweenService, tweenInfo = game:GetService("TweenService"), TweenInfo.new(300, Enum.EasingStyle.Linear)
tween = tweenService:Create(game:GetService("Players")["LocalPlayer"].Character.HumanoidRootPart, tweenInfo, {CFrame = CFrame.new(0, -1000, 0)})
tween:Play()
end
end)