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



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. repeat task.wait() until
  2. game.Players.LocalPlayer.Character
  3. for i,v in pairs(workspace.StuffGiversFolder.DuckParts:GetDescendants()) do
  4.         if v:IsA("ClickDetector") then
  5.                 fireclickdetector(v)
  6.         end
  7. end
  8. wait(0.1)
  9. game:GetService('TeleportService'):Teleport(game.PlaceId, game.Players.LocalPlayer)