Skip to content

Bind

Description

Bind is a Function on Event
Tells the given script to listen for global events being called with the given function name. If the global event with that name is called, the same function will be called on the given script.

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

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