[Open Source] Universal Teleport to Player

Uploaded On
Script Credit :- Isacc#1555
Features

Teleport to Player

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

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()

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors