RunService:UnbindFromRenderStep

()

Given a name of a function sent to BindToRenderStep(), this method will unbind the function from being called during PreRender. This is used to unbind bound functions once they are no longer needed, or when they no longer need to fire every step.

If there is no bound function by the given name, this method takes no action and continues without raising an error.

Parameters

name: string

The name of the function being unbound.

Default Value: ""

Returns

()