this.destroy() unexpected behavior?
It says "Destroys this component instance." but after calling it I don't see that it was destroyed.
4 Replies
Before and after pics from explorer after running
open


Hmm turns out I have to use
this.instance.Destroy()
I believe this destroys the component class instance, not the Roblox Instance.
Different use cases