Server RPC — call a function on the server from a client
Updated 6mo ago
Reference
Create a Custom Event → check 'Replicates' in Details → set to 'Run On Server', 'Reliable'. Call from client → executes on server. Reliable = guaranteed delivery (use for important events). Unreliable = may drop (use for frequent updates like position).
Pins
Inputs
None.
Outputs
None.