Skip to content

UnbindFunction

Description

UnbindFunction is a Function on Event
Tells the given script to stop listening for global events being called with the given function name to call the given function.

Example
Event.UnbindFunction(nil, "Toaster", "Toaster")
Usage

network usage: Any (Client or Server/Host)
returns: None
parameters:
- script (Script)
- functionName (string)
- functionToCall (string)