Advertisement
xXGokyXx

55dysprk

Nov 23rd, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. while wait(1) do
  2. if game.Workspace.xXGokyXx.Humanoid.Health == 0 then
  3. break
  4. end
  5. for i,v in pairs(game.Workspace:GetChildren()) do
  6. if v:FindFirstChild('Boxer') ~= nil or v:FindFirstChild('BoxerFlag') ~= nil or v:FindFirstChild('BoxerGun') ~= nil then
  7. for i,b in pairs(v:GetChildren()) do
  8. if b.Humanoid.Health == 0 then
  9. b.Head.Size = Vector3.new(0.1,0.1,0.1)
  10. else
  11. b.Head.Size = Vector3.new(20,20,20)
  12. end
  13. end
  14. end
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement