How to make 2 specific characters not being able to collide with eachother?

I want 2 specific characters to be (temporarily) non collideable with eachother. I know about collisiongroups, but not how to do this with 2 specific characters.

I tried setting each basepart of one of the characters to noncollide = true but that didn’t work.

I also want to note that with “characters” I don’t mean just players, I mean humanoids (npc’s) and players.

You could loop through all the parts in both characters, and assign each part to that collision group.

Yeah but I will need multiple collisiongroups for each duo

Nevermind, I think I can actually just use 1 collision group and make sure theres never more than 2 players together. Thanks for the help!

1 Like

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