A free working script for the Ice Fishing Simulator Roblox game that will instantly catch fish from the ice and sell them for maximum profits. With these scripts, you don’t have to manually sell fish by going to the shop. Just activate the auto sell, and it will do all the extra work for you.

I have added two separate scripts, and you should use them in this order to farm money. Execute the first script, wait 5 seconds, and execute the second one.

Features

  • Auto Farm
  • Auto Caught Fish
  • Auto Sell Fish
  • Instant Money

Ice Fishing Simulator Auto Fish Script:

loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/IceFishing"))()
--First Script 
for i,v in pairs(workspace.CaveObby.Stages:GetDescendants()) do 
    if v.Name == "Lava" or  v.Name == "KillPart" or  v.Name == "SpikeLog" then
        v:Destroy()
    end
end
--Second Script 
local TweenService = game:GetService("TweenService")
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local humanoidRootPart = character:WaitForChild("HumanoidRootPart")

local stages = {
    workspace.CaveObby.Stages["1"].Spawn,
    workspace.CaveObby.Stages["2"].Checkpoint,
    workspace.CaveObby.Stages["3"].Checkpoint,
    workspace.CaveObby.Stages["4"].Checkpoint,
}

local function tweenToPosition(position)
    local tweenInfo = TweenInfo.new(1, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut)
    local goal = {CFrame = position.CFrame}

    local tween = TweenService:Create(humanoidRootPart, tweenInfo, goal)
    tween:Play()
    tween.Completed:Wait() 
end

while true do
    for _, stage in ipairs(stages) do
        if stage then
            tweenToPosition(stage)
            task.wait(1) 
        end
    end
end

How to Use the Script

  1. Click the copy button on the script box.
  2. Open the Roblox game and enter the lobby.
  3. Run the Roblox executor.
  4. Paste the script in the executor and execute.

If you encounter any problems running this script, comment below or ask for help on our Discord server. I’ll try to help and fix your issues.

Categorized in:

Roblox Scripts,