Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is there any way to disable this billboard GUI?

Asked by 9 years ago

For my zombie survival game, I am trying to disable this annoying green bar. I know there is a way to hide it by doing max heath = 0, but if I do that the zombie has no life and will be hard to kill. Here is the link to an image of what I mean. Thanks!

2 answers

Log in to vote
0
Answered by 9 years ago

See this wiki article, it tells you all about how to go and remove the humanoid name/health gui.

Ad
Log in to vote
-1
Answered by 9 years ago

The zombie's Humanoid is what makes that bar appear. To fix it, you must set the MaxHealth=0. This will signal to the server that the humanoid no longer needs to monitor health.

The end result is only one line: zombie.Humanoid.MaxHealth=0

Please upvote if it helps!

0
Yeah, but that means the zombie has 0 life and it will die and it will be unable to kill, right? PyccknnXakep 1225 — 9y
0
When the zombie is killed, you need to add an event that makes the zombie's MaxHealth 0. ChipioIndustries 454 — 9y

Answer this question