I would like to check some things when the prop manager health is 1, before it gets destroyed, but i need to get the health value
Is there a way to acess the value of the health of a prop manipulator?
I would like to check some things when the prop manager health is 1, before it gets destroyed, but i need to get the health value
Is there a way to acess the value of the health of a prop manipulator?
I’ve seen people make their own variable for the prop manipulator health, make the prop invincible, and then just subscribe to OnDamaged and take out as much health from your custom variable as you’d like, then you can also check if it is now at 0 health and do what you would like there. This way you can choose to hide and show the prop repeatedly and it never gets destroyed, just hidden.