Skip to main content

Component.GetInstanceID()

Returns the instance id of the object.

Returns:

typeDescription
numberinstance id of the object.

Usage

---@type Component
local component;


local val0 = component.GetInstanceID()