Advertisement
Vzurxy

knyautofarm

Sep 14th, 2019
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.39 KB | None | 0 0
  1. local wait = wait
  2. local workspace = workspace
  3. local spawn = spawn
  4.  
  5. game:GetService("RunService").RenderStepped:Connect(function()
  6.     fireclickdetector(workspace.Yuna.ClickDetector)
  7.     for i,v in pairs(workspace.Spawns.Logs:GetChildren()) do
  8.         spawn(function()
  9.         if v:FindFirstChild("ClickDetector") then
  10.                 fireclickdetector(v:FindFirstChild("ClickDetector"))
  11.             end
  12.         end)
  13.     end
  14. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement