How to access Assets.digest (Module)


Hi I try to import animation from assets.digest.
But I cant fiture out how to access sub module.
I attached the image and you can see the error.
Can someone explain how to access sub module ?
Thank you in advance

Found this post: assets.digest error

No idea if this answers your question though

Assets.digest is not longer accesible. where is it?

    UI_Textures<public> := module:
        CosmeticShop<public> := module:
            Item_Frames<public> := module{}

This is how I’m accessing nested textures, your code looks almost correct just the last module should be ended with {}