Skip to main content

Texture.GetInstanceID()

Returns the instance id of the object.

Returns:

typeDescription
numberinstance id of the object.

Usage

---@type Texture
local texture;


local val0 = texture.GetInstanceID()