Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.AutoFarm = true --False to stop Auto Farm
- while _G.AutoFarm == true do wait()
- local plr = game.Players.LocalPlayer
- for i,v in pairs(game:GetService("Workspace").spawnedCoins.Valley:GetChildren()) do
- if v and plr.Character:FindFirstChild("HumanoidRootPart") and v:IsA("Part") then
- wait(0.2)
- plr.Character.HumanoidRootPart.CFrame = v.CFrame * CFrame.new(0,1,0)
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment