How do I share instances as public assets?

I am creating a library and I want anybody to be able to access it. I tried using packages but they seem to be limited to people that you invite. How do I share my Folder instance which has the files for the library as an asset that people can use game:GetService("InsertService"):LoadAsset() or game:GetService("InsertService"):LoadAssetVersion() to import it into their games?