Hey guys I was wondering how to disable collision between family members only.
I spawned several objects from the same family next to each other but the as soon as they landed on the platform they did this weird shaking motion when colliding with each other until they finally separated.
I tried applying
EVENT: "Family_A" overlapping with "Family_A"
ACTION: Disable collision
But then this results in ALL of them falling through the floor. How do I implement this properly?