Skip to main content

Rigidbody.GetInstanceID()

Returns the instance id of the object.

Returns:

typeDescription
numberinstance id of the object.

Usage

---@type Rigidbody
local rigidbody;


local val0 = rigidbody.GetInstanceID()