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



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. getgenv().Sell = true
  2. while Sell do task.wait()
  3.  
  4. for i,v in pairs(game:GetService("Workspace").base.HomeBuilding.SellBuilding.sellBuilding:GetDescendants()) do
  5.                if v:IsA("TouchTransmitter") then
  6.                firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
  7.                wait()
  8.                firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1)
  9.        end
  10.     end
  11. end