Roblox Planet Simulator Script (March 2023): AutoFarm

Planet Simulator is a popular Roblox game that allows players to take on the role of a planet and customize it to become more powerful. One way to advance quickly in the game is through autofarming, which involves using scripts to automate resource collection and growth. In this guide, we will give you the latest working autofarm scripts that players can use to efficiently progress in the game.

Updated March 2023 | Version 1.7.6

 

Roblox Planet Simulator Script March 2023

Author: oujaboard

Description:

Just change star2farm to the name of whatever planet/star you want to auto-farm. I recommend finding a star with another star in the collection range of it.

This script made more efficient hopefully. It now uses touch interests.

Code:

getgenv().Toggle = true
local star2farm = "R136a3"

if getgenv().Toggle == true then
    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.MassObjects[star2farm].RootPart.CFrame
end
while getgenv().Toggle == true and task.wait(0.05) do
     local args = {[1] = workspace:WaitForChild("MassObjects"):WaitForChild(star2farm)}
     game:GetService("ReplicatedStorage"):WaitForChild("SetTargetEvent"):FireServer(unpack(args))
     for i,v in pairs(game.Workspace.MassObjects:GetDescendants()) do
          if v.Name == game.Players.LocalPlayer.Name.."MassTarget" then
              firetouchinterest(v.Hitbox, game.Players.LocalPlayer.Character.HumanoidRootPart, 0)
              task.wait(0.2)
              game:GetService("ReplicatedStorage"):WaitForChild("UnsetTargetEvent"):FireServer()
        end
    end
end

 

How to Use this Script in Planet Simulator

To use the autofarm scripts, you can first download and install a compatible script executor, such as Synapse X or Script-Ware. They can then import and run the desired autofarm script.

More Guides:

Leave a Comment

ArabicEnglishFrenchGermanItalianJapaneseKoreanPortugueseSpanish