How to do Multiplayer when clients only replicate parts of server scene tree? (to save on compute)

There was a similar question a few days ago:

Using that method you won’t be able to use a MultiplayerSpawner as the server will try to sync spawned nodes to all clients. I’ve not tried using the MultiplayerSynchronizer but it may have the same issues.