GitHunt
VI

Vixenary/VtubeStudio-Firebot-Control

Vtube Firebot Custom Script

How to use

  1. Install Firebot
  2. Install VTube Studio
  3. Download the latest VtubeScript.js file from Releases
  4. Add the VtubeScript.js as a startup script in Firebot (Settings > Advanced > Startup Scripts)
  5. In the settings change your ports and ipAddress to match VTS settings
  • The ip address of the computer running Vtube. Use 'localhost' for the same computer.
  • Port the Vtube Websocket is running on. Default is 8001.
  1. Create a text file (.txt) with any name you'd like and save it either in the scripts folder (which would be my recommendation), or somewhere on your hard drive that you'll easily be able to find. This will be used as the Token File.
  2. Restart Firebot and enjoy!

Developers

Setup

  1. Clone or fork repo
  2. npm install

Building

  1. npm run build:dev
  2. Copy the .js file in /dist to Firebot's scripts folder

Languages

TypeScript97.6%JavaScript2.4%

Contributors

GNU General Public License v3.0
Created September 27, 2023
Updated May 7, 2025
Vixenary/VtubeStudio-Firebot-Control | GitHunt