-- Functions local function autoSell() local player = players.LocalPlayer local character = player.Character local pizzaFactory = game.Workspace.PizzaFactory
Here's a helpful script that can give you a boost in the game:
-- Auto-collect money while wait(5) do for _, cash in pairs(pizzaFactory.Cash:GetChildren()) do if cash:IsA("Part") then character.HumanoidRootPart.CFrame = cash.CFrame wait(0.5) cash.CanCollide = false cash.Anchored = true cash.CFrame = CFrame.new(0, -1000, 0) end end end end
-- Pizza Factory Tycoon Script -- Author: [Your Name]
-- Configuration local game = game:GetService("ReplicatedStorage") local players = game:GetService("Players") local RunService = game:GetService("RunService")
-- Main autoSell() autoCollect()