OnObjectRemoving
Event information¶
Cleaner.OnObjectRemoving :: RESignal
This event will fire each time an object is removed using Cleaner:Remove()
.
The signal object used is not a RBXScriptSignal
, but my custom signal library called RESignal.
Passed arguments¶
Number | Name | Type | Description |
---|---|---|---|
1 | obj | any | The object that was removed using Cleaner:Remove() |