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)NotThatFamouss605— 2y
0
I would change the collision groups and make it so they don't interactzanyder1— 2y
0
Try turning off CanCollide for all the parts of the NPC.PaleNoobs37— 2y
0
I recommend creating a simple script that creates NoCollisionConstraints between the character and the player.jdhidijdjdj2— 2y