Godot Version 4.6
Hi, quick question. As you may be a ware, only the authority of MultiplayerSpawner can spawn scenes for that node. However, if you have these nodes be spawned by another server-owned one, even after handling authority of these to respective peers, will they be the ones that send the spawn traffic (configuration, e.g: name) to other peers or will it continue to be the creator of these nodes that does so? I say this because of the fact that, no matter the current authority of a spawned scene, it is freed after the creator disconnects from the session.