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.
Compares the Instance references stored in two Instance object values.
compareinstances(first: Instance, second: Instance): boolean
first
Instance
second
equal
boolean
local Players = game:GetService("Players") local ReplicatedStorage = game:GetService("ReplicatedStorage") print(compareinstances(Players, Players)) print(compareinstances(Players, ReplicatedStorage))