Skip to content

Api > EventTarget


EventTarget⚓︎

The invocation target for invoking Lua Events.

Elements⚓︎

Element Description
EventTarget.All Every client, including the sender.
EventTarget.Master Only the master client
EventTarget.OnlyThisClient Only the current player. Same as Invoke.
EventTarget.Others Everyone except current player. Others.
EventTarget.Player A specific set of players. If player set is nil, then same behavior as All.