How to Disable NPCs Collision

Hey there Scripters,

I’ve been stuck trying to make it so my NPC’s have no collision (No Collision Only with Other NPCs), I’ve heard of PhysicsService and I’ve looked into it but theres no clear tutorial and the Documentation is hard to understand.

Thanks a lot for your help

1 Like

Create a collision group, name it something like “NPC”, set it to not collide with each other and then go to the NPC’s bodypart and in properties there should be “CollisionGroup”, so just set it to “NPC”

2 Likes

how do you create a collsiongroup

I’m pretty sure it’s a button on the Home tab of Studio

1 Like

Use the Search button, there are a few posts about this topic.

Or try the create.roblox.com site documentation. In it you’ll find Collision Groups and Disabling Player Collisions topics.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.