Hello, I am currently making a plugin which needs access to external apis.
Those API’s requires keys which is usually fine when doing outside of Roblox but I don’t have a way to have a “environment files” in plugins to store them I am stumped.
I was thinking of using a external secrets vault but later realized that it would also require a secret key to access the api keys.
Then I found Secrets Stores but realized they werent compatible with plugins.
So how would I store secrets in the plugin? I don’t want to hardcode them since the source of a plugin can easily be viewed.