[Studio Beta] Reference Instances Directly with Attributes

Are there any plans to provide some sort of API to get an Instance’s underlying ID?

local workspace_id = Instance.toId(workspace)
local workspace_reference = Instance.fromId(id)

Since most people nowadays use network modules that automatically serialize outgoing data, doing so would be more convenient than sending a table of InstanceHandles

25 Likes