Legend Piece Script | SEABEAST / GEMS FARM

Created by Kufo

Features:

  • SEABEAST / GEMS FARM
_G.SeaFarm = true

while _G.SeaFarm == true do
    if not game:GetService("Workspace").Monster:FindFirstChild("SeaBeast") then
        if game.Players.LocalPlayer.Backpack:FindFirstChild("SeaBeast Orb") then
            game.Players.LocalPlayer.Backpack:FindFirstChild("SeaBeast Orb").Parent = game.Players.LocalPlayer.Character
            firetouchinterest(game.Players.LocalPlayer.Character:FindFirstChild("SeaBeast Orb").Handle,game:GetService("Workspace").Map.Islands["SeaBeast Island"].Base.Model.PlaceToPutOrb,0)
        else
            if game.Workspace.Monster:FindFirstChild("SeaSoldier") then
                local args = {
                    [1] = "TakeDamage",
                    [2] = {
                        ["target"] = workspace.Monster.SeaSoldier,
                        ["damage"] = 40000,
                    },
                }
                game:GetService("ReplicatedStorage").Remotes.DamageRemoteEvent:FireServer(unpack(args))
            else
                game.Players.LocalPlayer.Character:SetPrimaryPartCFrame(CFrame.new(Vector3.new(-3188, -12.4886, 753.432)))
            end
        end
    else
        local args = {
            [1] = "TakeDamage",
            [2] = {
                ["target"] = workspace.Monster.SeaBeast,
                ["damage"] = 40000,
            },
        }
        game:GetService("ReplicatedStorage").Remotes.DamageRemoteEvent:FireServer(unpack(args))

    end
    wait()
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

More Scripts!

TOP 10 TRENDING SCRIPTS