Skip to main content

CapsuleCollider.GetInstanceID()

Returns the instance id of the object.

Returns:

typeDescription
numberinstance id of the object.

Usage

---@type CapsuleCollider
local capsulecollider;


local val0 = capsulecollider.GetInstanceID()