Find any script for Roblox

Enter the name of the game or script.

Script – Stand Upright: Rebooted

Thank you for using our website
Your script:

NO KEY

getgenv().Autofarm = true
while Autofarm do task.wait()
for i,v in pairs(game.Workspace.Items:GetDescendants()) do
if v:IsA("MeshPart") or v:IsA("Part") then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
task.wait(1)
end
end
end