Advertisement
moathon

scriptPart7

Apr 29th, 2019
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. script.Parent = game.Workspace.firemomo45["Za Wardo"].Humanoid
  2.  
  3. local master = script.Parent.Parent.Parent.Humanoid
  4. wait()
  5. master.Died:Connect(function()
  6. print("Master died")
  7. script.Parent:TakeDamage(100)
  8. script.Parent.Health = 0
  9.  
  10. end)
  11. script.Parent.Died:Connect(function()
  12. print("Yep, Ah diyed tew")
  13. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement