get paid to paste

Piece Adventures Simulator Script | COLLECT...

_G.Kill = true

local ID = tostring(game.Players.LocalPlayer.UserId)
while _G.Kill do
    for i,v in pairs(game.Workspace:GetChildren()) do
        if v.Name:sub(1,#ID) == ID then
            if v:FindFirstChild("Sawfish") or v:FindFirstChild("Cap Freeman") or v:FindFirstChild("Boogie") or v:FindFirstChild("Slasher") or v:FindFirstChild("Don Craig") then
                local boss = v:GetChildren()[1]
                if game:GetService("Players").LocalPlayer.PlayerGui.MainGui.MainFrame.BossHealthDisplayV2.Visible == true then
                    task.wait()
                    if boss.Humanoid.Health > 0 then
                        boss.Humanoid.Health = 0 
                    end
                end
            end
        end
    end
    task.wait()
end

Pasted: Feb 16, 2023, 12:36:47 am
Views: 19