local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))() local w = library:CreateWindow("GPO") local b = w:CreateFolder("Teleports") b:Button("Shark Park",function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Arlong.DoorBoss2.CFrame end) b:Button("Arlong",function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Arlong.DoorBoss.CFrame end) b:Button("Fishman Island",function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Fishman.Part.CFrame end) b:Button("Fishman Cave",function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Fishman.Part2.CFrame end) b:DestroyGui()