I have a really simple event that says when a stick is destroyed, look for the uid of its parent and set the parent’s HasStick event to false but it seems like 1/100 times that bool never gets changed, anyone experience anything similar with destroys?
Stick: on destroyed
— select Tree by UID StickParent: setBool “HasStick” to False