Privacy and Security

Revix is built around a few simple principles: do not see what we do not need, do not store what we do not need, and never touch your password or your card.

Authentication

You sign into Revix with Roblox OAuth. The flow happens on roblox.com — Revix never sees your Roblox password, and we never store it.

What we receive from Roblox is the minimum needed to identify your account: your Roblox user ID and username. Nothing else.

You can revoke Revix's access at any time from your Roblox account settings: https://www.roblox.com/my/account#!/info.

Payments

All payments are handled by Stripe. Revix never sees your card number, expiry, or CVC. They go directly from your browser to Stripe's secure systems.

  • Subscriptions, credit packs, and affiliate payouts all flow through Stripe.
  • You manage payment methods inside the Stripe customer portal (see Managing your subscription).
  • Card data never reaches Revix servers.

Script content

To answer your questions and apply changes, Revix needs to send your script content to the AI model. Here is exactly what happens:

  • The plugin reads your scripts (only from the synced services).
  • Content is sent over HTTPS to revix.tech.
  • revix.tech forwards it to the AI model to fulfill your request.
  • Script content is not permanently stored on Revix servers.

Chat history is retained per your plan's history setting (see Plans overview), but the underlying script snapshots that fed any given turn are not warehoused indefinitely.

ServerStorage protection

ServerStorage is never synced. It is the standard place to keep secrets, anti-cheat logic, and other sensitive game data. Revix protects it by default — even with the plugin installed and connected, the AI has no way to read or modify anything inside it.

See Services synced by the plugin for the full list of what is and is not visible.

Transport

Everything between Studio, the plugin, the website, and our backend runs over HTTPS. The plugin will not talk to plain HTTP endpoints.

What Revix stores

  • Your Roblox user ID and username
  • Your chat history (length depends on plan)
  • Your credit balance and transaction log
  • Stripe customer ID for billing — no card data
  • Plugin connection state (which place is open, last heartbeat)

We do not store your Roblox password, your card details, or the contents of ServerStorage.

Revoking access

If you want to disconnect Revix completely:

  • Uninstall the plugin from Studio.

Next steps

Troubleshooting

For account, access, or data questions not answered here, see Troubleshooting.