Godot High-Level Multiplayer RPC call not working

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By MmTtDeveloper

I’m trying to send an RPC to the server from the client when the client connects. The call seems to do absolutely nothing, no errors on either side. The RPC is supposed happen when the scene tree emits the connected_to_server signal. Any ideas on how to fix this?

:bust_in_silhouette: Reply From: Lurkars

Maybe you just missed the remote (remotesync, master, puppet) keyword for the specific function? See High level multiplayer — Godot Engine (3.1) documentation in English