LucasAdmin

Backpacking Script FARM OP

Oct 30th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while wait() do
  2. for i,v in pairs(workspace.Scenery.Chests.ChestObjects:GetDescendants()) do
  3. if v.Name == "Part" and v.Parent.Name == "Chest" and v.Parent.Open.Value == false then
  4. wait(1)
  5. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  6. end
  7. end
  8. end
Add Comment
Please, Sign In to add comment