The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Event autofarm script pastebin roblox
By event autofarm on 2024-09-22 08:00 am | Syntax: LUA | Views: 14



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. while wait() do
  2.    pcall(function()
  3.    for i,v in pairs(game.Workspace:GetDescendants()) do
  4.    if string.find(v.Name, "Gold_Piece") or string.find(v.Name, "Register") then
  5.        firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v, 0)
  6. firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v, 1)
  7.    end
  8.    end
  9.    end)
  10.    end



  • Recent Roblox Scripts