OnObjectAdded
Event information¶
Cleaner.OnObjectAdded :: RESignal
This event will fire each time an object is added using Cleaner:Add()
.
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 added using Cleaner:Add() |