ComponentClass:Get(instance: Instance): any | nil

Server & Client

Locates and retrieves the custom operational wrapper class mapped to a specific physical engine instance model.

Parameters

instance*
Instance
The physical spatial engine instance to search for.

Returns

anyThe paired functional wrapper class tracking state metrics or nil if unmatched.
local barrelData = ExplodingBarrel:Get(hitPart.Parent)