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.
Wypycha nowa referencje Instance dla tego samego bazowego wskaznika Instance i zwraca ja.
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)