Skip to content

BroadcastToServer

Description

BroadcastToServer is a Client ONLY Function on Event
Call a global event on the server with the given function name and parameters. Any scripts listening for this event will call the function with the same name.

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

network usage: Client ONLY
returns: None
parameters:
- functionName (string)
- params ((optional) Wildcard(s))