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

How do I get the player unable to push an NPC?

Asked by 3 years ago

I'm creating a story game, and in these games there are NPCs who walk around. But the player is managing to push the NPC.

(The NPC has to run animations and get moving.)

Note: I don't know how to handle collision groups, anchoring the HumanoidRootPart isn't working.

1 answer

Log in to vote
0
Answered by 3 years ago

You could set each part of the npc cancollide to false.

0
You can't disable an NPC's collision, in that case, it would fall into void. And as I said: (The NPC has to run animations and get moving.) PandaFaminto0202 -6 — 3y
0
Oh I thought that cancollide would only allow characters to not collide because I always use anchor. I didn't realize that it would ignore every other thing and fall through JustinWe12 723 — 3y
Ad

Answer this question