Hello
When player’s character spawns I create and attach (parent) some parts to it in a local script.
I wonder whether these parts will be properly destroyed when the character is reset or dies?
I do not see the “Destroying” event firing for them (in the local script), so I am worried about memory leaks
Thanks