Fusion collision trigger

Hello,

I'm trying to implement an event when a user enter a trigger collider.

I've tried with OnTriggerEnter/Exit but they don't work properly on clients.

Then i switched to OnTriggerStay to start the event when the user enters the area.

But i've troubles detecting the exit event.

I read here: https://forum.photonengine.com/discussion/comment/60861#Comment_60861 that i should use a networked property with OnChange event, but currently i could not make i work.

Can someone help me? Maybe providing a sample code?

Thanks

Fabio