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

How to delete the humanoid out of an NPC, without messing it up?

Asked by 8 years ago

I have an NPC that is just for dialog, it doesn't do anything but serve as a standing player like thing that has a dialog above it. How would I delete the humanoid out of this without making it's body all blocky and gray? As the moment I try to delete the humanoid this happens.

2 answers

Log in to vote
1
Answered by 8 years ago

The problem is that CharacterAppearance classes such as Shirt and BodyColors require that a humanoid is present in the model to work. The most simple solution is to simply not delete the humanoid. If you don't want to see the humanoid's name, you can hide it by setting the DisplayDistanceType to None.

Ad
Log in to vote
0
Answered by 8 years ago
Edited 8 years ago

To not show the health and name, select Humanoid, go to DisplayDistanceType and select None.

Answer this question