Cache
compareinstances
두 Instance object 값에 저장된 내부 Instance 포인터 값을 비교합니다.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
두 Instance object 값에 저장된 내부 Instance 포인터 값을 비교합니다.
compareinstances(first: Instance, second: Instance): boolean
local Players = game:GetService("Players")
local ReplicatedStorage = game:GetService("ReplicatedStorage")
print(compareinstances(Players, Players))
print(compareinstances(Players, ReplicatedStorage))