Skip to main content
Reads the function bound to a callback property on a BindableFunction or RemoteFunction.
Usually, you can only assign a callback like OnInvoke, but reading it back throws an error.
getcallbackvalue gets the function you assigned.

Parameters

Returns

function? - the function assigned to the callback, or nil if none was assigned.

Aliases

  • getcallbackmember

Example

Useful for intercepting or replacing BindableFunction callbacks.