View difference between Paste ID: SvepdwZy and 6A2xnTX9
SHOW: | | - or go back to the newest paste.
1
Target = "Put the name of player here!"
2-
2+
meesumasma1111000
3
NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
4
game.Players.LocalPlayer.Character.Humanoid.Name = 1
5
local l = game.Players.LocalPlayer.Character["1"]:Clone()
6
l.Parent = game.Players.LocalPlayer.Character
7
l.Name = "Humanoid"
8
wait()
9
game.Players.LocalPlayer.Character["1"]:Destroy()
10
game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
11
game.Players.LocalPlayer.Character.Animate.Disabled = true
12
wait()
13
game.Players.LocalPlayer.Character.Animate.Disabled = false
14
game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
15
for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
16
game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
17
end
18
local function tp(player,player2)
19
local char1,char2=player.Character,player2.Character
20
if char1 and char2 then
21
char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
22
end
23
end
24
local function getout(player,player2)
25
local char1,char2=player.Character,player2.Character
26
if char1 and char2 then
27
char1:MoveTo(char2.Head.Position)
28
end
29
end
30
tp(game.Players[Target], game.Players.LocalPlayer)
31
wait()
32
tp(game.Players[Target], game.Players.LocalPlayer)
33
wait()
34
getout(game.Players.LocalPlayer, game.Players[Target])
35
wait()
36
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW