OnCleanup
Event information¶
Cleaner.OnCleanup :: RESignal
This event will fire once before Cleaner:Clean()
starts destroying objects in the cleanup list.
The signal object used is not a RBXScriptSignal
, but my custom signal library called RESignal.
Passed arguments¶
Number | Name | Type | Description |
---|---|---|---|
1 | objects | {any} | The array of objects to be destroyed |