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.
Pushes a new Instance reference for the same same underlying Instance and returns it.
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)