Roblox Script | UNIVERSAL TELEPORT TO PLAYER

Created by borntodie1

Features:

  • UNIVERSAL TELEPORT TO PLAYER
for i,v in next, game.CoreGui:GetChildren() do
    if v.Name == "ScreenGui" and v.ImageButton then
        v:Destroy()
    end
end

local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/sannin9000/Ui-Libraries/main/uwuware", true))()
local Players = {}

for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
    if v:IsA"Model" and game.Players:FindFirstChild(v.Name) then
        table.insert(Players, (tostring(v.Name)))
    end
end

local Window = Library:CreateWindow"Teleport Player"


  
local Players = Window:AddList({text = "Select Player", flag = "list", values = Players, callback = function(selected)
    getgenv().selectedPlayer = selected
end})


Window:AddButton({text = "TP Player", flag = "button", callback = function()
    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players:FindFirstChild(getgenv().selectedPlayer).Character:WaitForChild("HumanoidRootPart").CFrame
end})




Window:AddFolder"Credits"

Window:AddLabel({text = "Made by Borntodie1 on v3rm"})



Library:Init()

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

More Scripts!

TOP 10 TRENDING SCRIPTS