Is there way to make an object "unpickable"?

My answer is for if you are registering click events on your objects. Maybe the same logic will apply if you’re implementing it differently. You can create a Boolean variable for whether the car door is attached or not and if it is, set the collision response of that object to Ignore. Hope this helps. I’m new myself and just learned this off the online portal.