Skip to main content
A wrapper around a native RBXScriptConnection that exposes fields and methods the engine doesn’t surface natively. Connection objects are produced by getconnections when it walks a signal’s connection list. Whether the original :Connect call lived in your script, in a game LocalScript, or in a CoreScript, the executor wraps it the same way.

Returns

void

Example

Always check parameters and return values when working with this library function.