backpacking script pastebin Backpacking Chest-Finder Script (5k in 2 minutes) while wait() do for i,v in pairs(workspace.Scenery.Chests.ChestObjects:GetDescendants()) do if v.Name == "Part" and v.Parent.Name == "Chest" and v.Parent.Open.Value == false then wait(1) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame end end end backpacking script pastebin