Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Pushea una nueva referencia Instance para el mismo puntero Instance subyacente y la devuelve.
cloneref(instance: Instance): Instance
clonereference
instance
Instance
reference
local Players = game:GetService("Players") local reference = cloneref(Players) print(reference) local sameAlias = clonereference(Players) print(sameAlias)