Skip to Content
Studio Plugin

🔌 Studio Plugin

AssetFlow comes with a companion Roblox Studio plugin that enables powerful features like automatic ID replacement after reupload — no manual editing required.

Installation

  1. Download the AssetFlow Studio plugin file (.rbxm)
  2. In Roblox Studio, go to Plugins → Manage Plugins
  3. Click Import and select the downloaded file
  4. The AssetFlow plugin icon appears in your Studio toolbar

Alternatively, you can install it from the Creator Store:

  1. Open View → Toolbox
  2. Search for “AssetFlow”
  3. Click Install

Connecting to AssetFlow

After installation, the plugin appears as a floating window in Studio.

  1. Make sure the AssetFlow desktop app is running
  2. In the plugin window, click Connect
  3. You should see a green Connected status with your session info

The plugin communicates with the desktop app via a local WebSocket server. Everything stays on your machine.

Replace in Game

This is the primary feature of the plugin.

After reuploading assets through AssetFlow:

  1. The Replace in Game card appears in the scan results
  2. Click Replace in Game — the plugin automatically updates all asset IDs in your currently open place
  3. Each old ID is replaced with the newly uploaded ID
  4. Save your place with File → Save (or Ctrl+S)

What gets replaced

The plugin scans for asset references in:

  • InstancesDecal.Texture, Sound.SoundId, Animation.AnimationId, MeshPart.MeshId, etc.
  • Scripts — string references in script source code (Flow+/Flow Max only, via Script Mode)

Reconnecting

If the plugin shows Disconnected:

  1. Check that AssetFlow is still running
  2. Click Reconnect in the plugin window
  3. If the issue persists, close and reopen the plugin

Uninstalling

Go to Plugins → Manage Plugins, find AssetFlow, and click the Remove button.

Last updated on