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

How do I make a character walk-through??

Asked by 2 years ago

I have made an npc, and I've programmed it to move around specific lines. But what I asked is relatively simple. How can I make it so that players can walk through the npc?? or, How can I make the npc's body untouchable??

0
Have you tried setting the whole character's MeshPart/Parts to be Non-CanCollide? (Including the HumanoidRootPart) NotThatFamouss 605 — 2y
0
I would change the collision groups and make it so they don't interact zanyder 1 — 2y
0
Try turning off CanCollide for all the parts of the NPC. PaleNoobs 37 — 2y
0
I recommend creating a simple script that creates NoCollisionConstraints between the character and the player. jdhidijdjdj 2 — 2y

Answer this question