To "produce" a working script for Pet Simulator 1 (also known as Pet Simulator!
The “Super Lucky” and “Auto Farm” gamepasses still work in PS1. They are expensive (800+ Robux) but completely legal and permanent. Pet Sim 1 Script WORK
local RunService = game:GetService("RunService") local player = game.Players.LocalPlayer local pet = script.Parent -- Settings for the follow behaviour local followDistance = 5 local smoothTime = 0.1 local bobSpeed = 2 local bobHeight = 0.5 RunService.RenderStepped:Connect(function() if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then local targetCFrame = player.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, followDistance) -- Calculate "Bobbing" effect local bobbing = math.sin(tick() * bobSpeed) * bobHeight local finalCFrame = targetCFrame * CFrame.new(0, bobbing, 0) -- Smoothly move the pet to the target pet.CFrame = pet.CFrame:Lerp(finalCFrame, smoothTime) end end) Use code with caution. Copied to clipboard Core Systems Overview To "produce" a working script for Pet Simulator
Lucky Raid Automation: Automatically participates in raids to farm XP and bosses, increasing the chance of obtaining Huge or Titanic pets. Most developers who created scripts have moved on
As of mid-2026, the Pet Simulator 1 script scene is effectively dying. Most developers who created scripts have moved on to Pet Simulator 99 (PS99). The few remaining “WORK” scripts are recycled from 2022 and break more often than they function.
Download an Executor: Popular choices include JJSploit, Vega X, or Fluxus (ensure you download from official sources). Launch Roblox: Open Pet Simulator 1.