ROBLOX Connect
A VSCode extension that lets you connect to ROBLOX and run scripts, with output and error logs.
Modified version of nitrog0d/ROBLOXConnect
Installation
Install from the VS Code Marketplace.
Alternative: Download the .vsix file from Releases and install manually.
Changes
- Moved execute button from status bar to title bar
- Removed extension activation logs
- Added support for .luau file extensions
- Uses debug console
Setup
Add this script to your autoexec folder:
loadstring(game:HttpGet('https://raw.githubusercontent.com/nitrog0d/ROBLOXConnect/master/src/robloxconnect.lua'))()
Credits
Original extension by nitrog0d
| |