Signal

Fires the RemoteEvent endpoint with the specified name and arguments

On the server

Network:Signal(name, player, ...)

Example code:

Network:Signal("DetainEvent", detainer, "SetDetaining", true)

On the client

Network:Signal(name, ...)

Example:

Network:Signal("DetainEvent", "arrest", targetPlayer, Player)

Last updated