After restarting the game using the button and below function,
func _on_restart_pressed():
get_tree().reload_current_scene()
All Models and textures are loaded except the road.
How do I reload the road which is generated using godot_road_generator plugin.