Skip to content

BroadcastToAllPlayers

Description

BroadcastToAllPlayers is a Server/Host ONLY Function on Event
Call a global event on all players with the given function name and parameters. Any scripts listening for this event will call the function with the same name.

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

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