Cache
compareinstances
2 つの Instance object 値に保存されている内部 Instance ポインタ値を比較します。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
2 つの 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))