free since v1.0.0function¶
A universal garbage collection helper that attempts to safely release resources from any data type, including Instances, Connections, and nested tables.
free(item: any) -> ()
Parameters¶
| Name | Type | Description |
|---|---|---|
item |
any |
The item to be released/disconnected/destroyed. |