Disable inherited velocity

I jump on a platform I’ve moved with the matinee tool and when i jump off i keep the velocity of the object. I want to disable that velocity that you gain from the moving object.

Hey lordconstant-

I’m not sure how the velocity of the object is supposed to affect the character but if the object has its own velocity value then you should be able to subtract the velocity of the object from the character’s velocity once they are no longer in contact with each other (such as OnEndOverlap).

Cheers