[ad_1]
Created by iFergggg
Features:
TELEPORT TO PLAYER v
local function tp(anch)
pcall(function()
game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Anchored = true
wait(0.2)
game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[anch].Character.HumanoidRootPart.CFrame * CFrame.new(10,5,10)
wait(6)
game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Anchored = false
end)
end
tp("Namehere")
TELEPORT TO POSTION v
local function tp(anch)
pcall(function()
game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Anchored = true
wait(0.2)
game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(anch)
wait(6)
game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Anchored = false
end)
end
tp(Vector3.new("position here"))
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]