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.
Pusht eine neue Instance-Referenz fuer denselben zugrunde liegenden Instance-reference und gibt sie zurueck.
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)