https://github.com/vyon/vsc2rbx
Execute scripts from VSCode in Roblox Studio!
https://github.com/vyon/vsc2rbx
roblox roblox-dev vscode vscode-extension
Last synced: 15 days ago
JSON representation
Execute scripts from VSCode in Roblox Studio!
- Host: GitHub
- URL: https://github.com/vyon/vsc2rbx
- Owner: Vyon
- License: mit
- Created: 2024-10-31T02:30:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-30T05:47:52.000Z (7 months ago)
- Last Synced: 2025-12-02T09:39:50.232Z (7 months ago)
- Topics: roblox, roblox-dev, vscode, vscode-extension
- Language: Luau
- Homepage:
- Size: 1.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VSC2RBX
VSC2RBX is an extension that executes scripts from VSCode in Roblox Studio.
## How does it work?
Under the hood the extension creates a webserver to allow communication from studio to vscode via plugin. This plugin will make requests to the webserver in an attempt to see if there are any new queued scripts to execute. Then if the webserver sends back a script the plugin use [vLuau](https://github.com/kosuke14/vLuau) to execute the code in studio
## Installation
1. Install the extension from the VSCode Marketplace.
2. To install the latest version of the roblox plugin use the `VSC2RBX Plugin Install` command
If you don't have plugin auto reloading you may need to close studio in order for the plugin to work
## Usage
1. If it's your first time using the extension you're gonna need to activate the extension you can activate the extension by pressing `Ctrl + Shift + P` and typing `VSC2RBX Activate`.
2. Once you've activated the extension you should see a new button on the bottom left of your screen titled `Execute Script`.
3. Press the `Execute Script` button while a script is open to execute