Collision Group

Hello, I am making a NPC handler for my game however I do not want the NPCs to collide with each other but Physics Services only works on the Server side.

Any ideas!

If you reply you are that G.O.A.T.
(Greatest of All Time)

I’m confused on what that means. Wouldn’t it be as easy as looping through all the HumanoidRootParts of the NPCs, and setting the CollisionGroup property to the one you created for the NPCs?

2 Likes

make a “CollisionGroup” server-side script and do as @TestyLike3 said.

also if you want, read about: PhysicsService | Documentation - Roblox Creator Hub

Creating, deleting, and modifying collision relationships between collision groups is limited to server-side Scripts.

2 Likes

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