I’m getting just a few weird responses when using the preCollision and even.contact.isEnabled = false. I was wondering if this skipping was a part or how I could prevent this from happening.
local function preCollision( self, event ) if event.other.y \< self.y then if event.contact then event.contact.isEnabled = false end end end