If "player" and "root" are in same scene tree and "player" is some sort of child node, just call from root script $node_path_to_player_scene.speed (or get_node(node_path_to_player_scene).speed

If "player" is not in same scene tree, you have to instance that scene in your "root" scene. Then just call player_scene.speed from root script:
