4NDROS
|
  |
| Joined: 04 Jul 2016 |
| Total Posts: 2 |
|
|
| 08 Jul 2016 10:46 PM |
Hi everyone! I need help! I want a script that when a block with Humanoid gets health 0 it gets destroyed, thanks! :p |
|
|
| Report Abuse |
|
|
|
| 08 Jul 2016 10:49 PM |
script.Parent.Humanoid.Changed:connect(function() if script.Parent.Humanoid.Health <= 0 then script.Parent:Destroy() end end) |
|
|
| Report Abuse |
|
|
4NDROS
|
  |
| Joined: 04 Jul 2016 |
| Total Posts: 2 |
|
|
| 09 Jul 2016 12:18 AM |
| really apreciate your answer i will try the code, infinite thanks! |
|
|
| Report Abuse |
|
|