Server API

Server Push

Reliable one-way server-to-client communication over RemoteEvent. No request needed — the server initiates. Clients receive via the existing Listener.

-- Push is accessed via the App instance: app:Push / app:PushAll / app:PushTo

See also

App | Push/PushAll/PushTo methods  ·  Broadcast | unreliable alternative  ·  Listener | client subscription  ·  Round Manager | push in practice  ·  Player Data | push on join pattern