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



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. _G.coin = true
  2. while _G.coin do
  3.     wait()
  4. for i,v in pairs(workspace["Air Race"]:GetDescendants()) do
  5. if v.Name == "TouchPart" then
  6.     firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart,v,0)
  7.     wait()
  8.     firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart,v,1)
  9. end
  10. end
  11. end



  • Recent Roblox Scripts