Best ways to keep my Api key safe and how?

I have made a Roblox Plugin that has an Api key in a script and I don’t want it be leaked or be shown when a user downloads my plugin.

Are there any other ways to keep my api key secure whithout using a proxy server? if so then how?

1 Like

If they have the plugin It is in their files and they can examine it, You can try to encrypt it, but no matter how heavily you encrypt it they will find out what the kwy is, so peobably go with a proxy server.

3 Likes