I have a game with two collections of objects that are supposed to be facing each other and have nested objects, so I scale one of the collections by a negative value on the X to have it face the other direction. This works fine in the editor:
sprite.set_hflip won’t work in this case, since those are two separate sprites. It needed to be something I can apply to the parent game object/collection.