local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))() local w = library:CreateWindow("Refresh") local b = w:CreateFolder("Refresh") b:Button("Refresh", function(bool) local plr = game.Players.LocalPlayer local Human = plr.Character and plr.Character:FindFirstChildOfClass("Humanoid", true) local pos = Human and Human.RootPart and Human.RootPart.CFrame local pos1 = workspace.CurrentCamera.CFrame game:GetService("ReplicatedStorage").RequestRespawn:FireServer() task.spawn(function() plr.CharacterAdded:Wait():WaitForChild("Humanoid").RootPart.CFrame, workspace.CurrentCamera.CFrame = pos, wait() and pos1 end) end)