How to have Hit Event on Object without Character Collision?

I am trying to set up game tutorial in my first Level of my Game.
I have made it so when the Character Collides / Hits an invisible Object, the Hit Event Pauses the Game and shows the tutorial hint.
But my problem is that when the character hits the object, the Character stops moving because of the collision.

How would i make it so the character walks through the object but the Hit Event is still triggered?

Thanks.

Ok thanks, ill give it a try.

Thanks, it worked like a charm!

You could try and use overlap events instead of hit events (but make sure the invisible object is set to overlap all and is also set to generate overlap events) that would make it so that you can walk the invisible object, and when you are in it/enter it, an event is triggered.