Why I cannot use sub event Pick, on "On Destroyed" ?
It doesn't want to pick. Only when it's not the subevent of on destroyed, then it picks.
Develop games in your browser. Powerful, performant & highly capable.
My guess would be that, it picks the object before it is destroyed (in case you wanted to act on it before destroying it, like spawning object on it), so you would need a pick all between the on destroy and the picking condition.