For an add-on I am making, I need to make it detect when a tire hits it, that it does things. I have it set so that if a vehicle hits it, it does stuff, but for some reason, when a tire runs over it, it does not do anything. I have tried %col.getClassName() $= "WheeledVehicleTire" but that does not work for some reason. I think that the tire is part of the vehicle, but it does not register as a collision or something. I need help doing this, I need to know if it is possible to make something check for a collision with a tire.