Currently, when a player drops a VRC_Pickup object that has a solid collider and it accidentally lands inside the player's collider (their own or someone else's), the pickup collider becomes “transparent” to that player until it is picked up and dropped again outside the player collider.
Instead of disabling the collider indefinitely, implement a check to re-enable it when it is safe to do so.