Pattern
Client-to-Host Event Routing
client-to-host-event-routing
Client-originated gameplay events (like OnLand) fire on the owning client but authoritative effects (like fall damage) must run on the host, requiring scoped input/event routing plus host-guarded RPCs to avoid double-apply or missed damage.