Skip to main content
Invokes the replication path for an RBXScriptSignal. The function reads the signal signature, converts provided Lua arguments into Roblox signal values for each signature type, truncates extra Lua arguments beyond the signature length, then calls the owning instance event invocation function.

Syntax

Aliases

  • replicateevent

Arguments

Example

Replicate for a RemoteEvent signal with values that match the signal signature.