global SendToUnsynced


function SendToUnsynced(...: (boolean|number|string|table)?)

@param ... - Arguments. Typically the first argument is the name of a function to call.

Argument tables will be recursively copied and stripped of unsupported types and metatables.

Invoke UnsyncedCallins:RecvFromSynced callin with the given arguments.

[source]