Ok, so I am trying to make a NPC walk through able, kind of like how you can walk through those NPCs in story games. However, I tried to set the CanColide for each to false but it doesn’t seem to work.
2 Likes
put them in the same collision group
1 Like
Just make sure to disable collisions between objects in that collision group. Roblox has an editor for this in the top bar somewhere.
1 Like
I don’t really mess around with collision groups, let me see what I can do in studio.
this should help
1 Like
You require a collision group that has collisions between itself disabled. Humanoids will force the collision of three parts on (Head, Torso and HumanoidRootPart) every frame because it is required for the player physics that keep them on top of objects.
1 Like