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

Do NPC Humanoids even need HumanoidRootPart?

Asked by 4 years ago

Is it necessary for an NPC to even have a HumanoidRootPart? I need to remove it for some of the Humanoids I'm making but I don't know if there will be any negative side effects later on in the future?

1 answer

Log in to vote
0
Answered by
iHavoc101 127
4 years ago
Edited 4 years ago

Yes, if you wish for them to move, and do things real players can do and have player functions, to my knowledge, it is very complicated and unnecessary to remove it. I don't really think it changes much other than to make the npc simpler and less buggy to code

0
NPCs don't need a HumanoidRootPart to move. I've done this before, all I did was just make all sides of the torso a weld and used :MoveTo() on the Humanoid. Unhumanly 152 — 4y
0
huh, it didn't work on my computer iHavoc101 127 — 4y
Ad

Answer this question