Advertisement
robloxscript111

[RELEASE] Piece Adventures Simulator

Feb 14th, 2023
554
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. _G.Kill = true
  2.  
  3. local ID = tostring(game.Players.LocalPlayer.UserId)
  4. while _G.Kill do
  5. for i,v in pairs(game.Workspace:GetChildren()) do
  6. if v.Name:sub(1,#ID) == ID then
  7. if v:FindFirstChild("Sawfish") or v:FindFirstChild("Cap Freeman") or v:FindFirstChild("Boogie") or v:FindFirstChild("Slasher") or v:FindFirstChild("Don Craig") then
  8. local boss = v:GetChildren()[1]
  9. if game:GetService("Players").LocalPlayer.PlayerGui.MainGui.MainFrame.BossHealthDisplayV2.Visible == true then
  10. task.wait()
  11. if boss.Humanoid.Health > 0 then
  12. boss.Humanoid.Health = 0
  13. end
  14. end
  15. end
  16. end
  17. end
  18. task.wait()
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement