RevixRevix/Documentation
DocsPluginRevix Plugin Guide

Revix Plugin Guide

The Revix Plugin connects your Roblox Studio to the Revix AI assistant, enabling real-time code assistance and editing.

Installation

From the Plugin Marketplace

  • Open Roblox Studio
  • Navigate to the Plugins tab
  • Click Manage Plugins
  • Search for "Revix"
  • Click Install
  • Or install directly from the Creator Store: https://create.roblox.com/store/asset/122070500639295

Manual Installation

  • Download the plugin file from your Revix dashboard
  • Place it in your Roblox Studio plugins folder
  • Restart Roblox Studio

Plugin Interface

Main Panel

The plugin window shows:

  • Connection Status: Green when connected to Revix
  • Sync Status: Shows which files are synced
  • Quick Actions: Common operations

Toolbar

  • Sync: Manually sync your project
  • Settings: Configure plugin options
  • Help: Access documentation

Configuration

Auto-Sync

Enable automatic synchronization to keep your project files up-to-date:

  • Open plugin settings
  • Toggle "Auto-Sync" on
  • Set your sync interval (recommended: 5 seconds)

File Filters

Choose which files to include or exclude from syncing:

-- Example filter configuration
{
  include = {"ServerScriptService", "ReplicatedStorage"},
  exclude = {"Packages"}
}

Troubleshooting

Plugin Won't Connect

  • Check your internet connection
  • Verify you're logged into Revix
  • Make sure HTTP service is enabled in Game Settings → Security
  • Restart Roblox Studio
  • Check the Output window for error messages

Files Not Syncing

  • Verify the file is in a supported location
  • Check your file filters
  • Try a manual sync
  • Check for conflicting plugins

Performance Issues

  • Reduce sync frequency
  • Exclude large folders
  • Close unnecessary Studio tabs

Best Practices

  • Save Often: The plugin syncs based on saved files
  • Use Folders: Organize your scripts for better context
  • Name Clearly: Descriptive names help the AI understand your code
  • Test Changes: Always test AI-generated code in Studio