this isnt a request, i just want to know the property i need to change for the healthbar gui no not be seen. not the one at the top right, the one that can be seen on players heads.
Humanoids have a property named DisplayDistanceType
. By changing this value to None
, a humanoid will no longer have their name and health displayed over their head.
Go to the Humanoid in the dummy, then go into properties. Scroll down to Health and MaxHealth, and set both of them to 0.
Change the transparency of the head to 0 and add a clone head named something else and put it in the same position.