Advertisement
SwaggerTv

Animal Simulator TREASURE FARM SCRIPT

May 31st, 2021
1,246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. _G.toggle = true -- turn to false and re-execute if u wanna turn the farm off
  2. while _G.toggle == true do
  3. for i,v in pairs(game.Workspace.Treasures:GetChildren()) do
  4. if v:IsA("MeshPart") then
  5. if _G.toggle ~= true then return end
  6. wait(0.5)
  7. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  8. end
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement