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



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. while wait() do
  2. fireproximityprompt(game:GetService("Workspace").Map.Jobs.InAndOut.FrieWork.ProximityAttachment.ProximityPrompt)
  3. local Service = game:GetService("TweenService")
  4. local Info = TweenInfo.new(3)
  5. local Player = game.Players.LocalPlayer.Character.HumanoidRootPart
  6. local Anim = {CFrame = game:GetService("Workspace").Map.Jobs.InAndOut.Takeout.CFrame}
  7.  
  8. local Tween = Service:Create(Player,
  9. Info,
  10. Anim)
  11. Tween:Play()
  12. end