Cache
compareinstances
Membandingkan nilai reference Instance yang disimpan dalam dua nilai Instance object.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Membandingkan nilai reference Instance yang disimpan dalam dua nilai Instance object.
compareinstances(first: Instance, second: Instance): boolean
local Players = game:GetService("Players")
local ReplicatedStorage = game:GetService("ReplicatedStorage")
print(compareinstances(Players, Players))
print(compareinstances(Players, ReplicatedStorage))