.ChildRemoved fires before the model gets destroyed?

.ChildRemoved fires before the model gets destroyed?
I am trying to save a values inside a car.

Iā€™m not really good at programming but, can I see this in a script?

ChildRemoved fires after the object has been removed, but it also passes the destroyed object as a parameter, so you should be able to read the values inside the model/object destroyed. Remember this does not exactly detect if an object is destroyed. It just detects when it is removed from a specific object. It could just be a parent change.

2 Likes