Thanks for answering , but can you explain more ,in my current situation i have camera2d as a child to the game node , this camera follows the network master player, the task i was talking about will be added as a child to the game node when a button is clicked ,so currently only the network master (how clicked the button) will see the task and solve it let's call him player X, the rest of players don't get the same task added to their tree .I want the rest of players to be able to view the task that has been added to the player X and they should be able to see how X is reacting .
Like literarily I want to load X screen on all players during that task.