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



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local MyCar = game:GetService("Workspace")[game.Players.LocalPlayer.Name.."sCar"]
  2.  
  3. while wait(0.09) do
  4.    MyCar:SetPrimaryPartCFrame(CFrame.new(0, 0, 0))
  5. end