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.
يدفع مرجع Instance جديدا لنفس مؤشر Instance الداخلي ويعيده.
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)