How can I make it so 2 of the same object have to overlap the object for it to be destroyed and not just one?
Try
A overlapping B
A.pickedCount>1 then destroy B
You want to count how many of A overlap B.
yours
Winkr7
Develop games in your browser. Powerful, performant & highly capable.
I'm trying to replicate what your saying but I think I'm doing something wrong. Could you take a screenshot?