Connection:Enable Synchronous

Enables connection.

Syntax
Luau
Connection:Enable() -> ()

Parameters

Call this method with a Connection receiver. The colon supplies self implicitly; a dot call must pass the receiver explicitly.

This function takes no arguments.

Returns

()

This function returns no values.

Kawaii documentation