Skip to main content

TextMesh.GetInstanceID()

Returns the instance id of the object.

Returns:

typeDescription
numberinstance id of the object.

Usage

---@type TextMesh
local textmesh;


local val0 = textmesh.GetInstanceID()