Advertisement
pa1nx9

Free Roblox Script Chinese Event Farm | LioK HUB

Oct 1st, 2021
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. _G.farm = true
  2.  
  3. local path = game:GetService("Workspace").obby
  4. local hrp = game.Players.LocalPlayer.Character.HumanoidRootPart
  5. while _G.farm do wait()
  6. for i, v in pairs(path:GetDescendants()) do
  7. if v:IsA("MeshPart") then
  8. firetouchinterest(hrp, v, 0)
  9. wait()
  10. firetouchinterest(hrp, v, 1)
  11. end
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement