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