REFRESH SCRIPT

MADE BY (UNKNOWN)

FEATURE:

  • SIMPLE REFRESH

SCRIPT:

local savedpos = ""

local function kill()
    game.Players.LocalPlayer.Character:Destroy()
end    

local function savepos()
    savedpos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
end

local function loadpos()
    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =  savedpos
end

savepos()
kill()
wait(game.Players.RespawnTime)
wait(0.5)
loadpos()

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!