Skip to content

RunOnAllClients

Description

RunOnAllClients is a Server/Host ONLY Function on Script
SERVER ONLY! Tells all clients (this does not include the host) to run the given function with the passed parameters.

Example
object.GetScriptByName("testScript").RunOnAllClients("Toaster", nil)
Usage

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