Advertisement
Upscalefanatic3

Backpacking(Early Beta) Farming Script

Feb 10th, 2019
8,657
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. -- Game Link: https://www.roblox.com/games/1997193809/Backpacking-Early-Beta
  2.  
  3. _G.farm = true --change to false if you want farm to stop
  4.  
  5. while _G.farm == true do
  6. wait(.1)
  7. for i,v in pairs(workspace.Scenery.Chests.ChestObjects:GetChildren()) do
  8. if v.Open.Value == true then
  9. else
  10. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Part.Position)
  11. end
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement