local.remove(node)
Deletes this local’s value from the specified node and returns its previous value. Returns true if the node defined this local prior to removal, and false otherwise. If ancestors also define this local, those definitions are unaffected, and thus local.get will still return the inherited value.
Please login to continue.