Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Game Link: https://www.roblox.com/games/1997193809/Backpacking-Early-Beta
- _G.farm = true --change to false if you want farm to stop
- while _G.farm == true do
- wait(.1)
- for i,v in pairs(workspace.Scenery.Chests.ChestObjects:GetChildren()) do
- if v.Open.Value == true then
- else
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Part.Position)
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement