how pls my don't roblox rsa code
I’m not fully sure what you mean by “how pls my don't roblox rsa code,” but the Roblox forum discussion I found is about RSA encryption for Roblox/Luau, not account recovery or a general Roblox error.
What the discussion says
- One Roblox DevForum post presents an RSA encryption module for Roblox, including key generation, encryption, and decryption.
- A reply in that thread criticizes obfuscation and says code should be publicly accessible when it is meant for encryption, because the private key—not hiding the source—is what protects the data.
- The thread also suggests posting the source code publicly, such as on GitHub, rather than relying on obfuscation.
Practical takeaway
If your question is about making Roblox code “RSA protected,” the main idea is:
- Use RSA to encrypt data, not to “hide” your script.
- Keep the private key secret.
- Do not rely on obfuscation as your main security layer.
- If you need help with a Roblox account problem, that is a different issue and needs support-style recovery steps.
If you meant account access
If you were actually asking about not receiving a Roblox verification code, the support guidance is to check spam folders, confirm contact info, and submit a Roblox support request for two-step verification issues.
Source context
The latest material I found is a 2020 DevForum thread on RSA in Roblox and a 2025 help video about missing verification codes, so these are different topics even though both mention “code”.