Skip to main content

AudioSource.GetInstanceID()

Returns the instance id of the object.

Returns:

typeDescription
numberinstance id of the object.

Usage

---@type AudioSource
local audiosource;


local val0 = audiosource.GetInstanceID()