Run Roblox Luau in vscode and windows terminal | Quick Tutorial

Опубликовано: 17 Апрель 2026
на канале: Konnie
17,111
467

How to run .lua and .luau scripts in VSCode and also write luau in Windows Terminal.

Download Luau binaries:
https://github.com/Roblox/luau/releases

Paste this into tasks.json:

{
"version": "2.0.0",
"tasks": [
{
"label": "Run Luau",
"type": "shell",
"command": "luau",
"args": [
"${file}"
],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}

0:00 – install Luau for Windows
0:36 – run Luau in Visual Studio Code


– –
——————————————————
– ↓ LINKS ↓ –


Our Discord Server:
  / discord  

Our Roblox Group, the Club Based:
https://www.roblox.com/groups/1015554...

Support me:
   / @schonkonnie  


– –
——————————————————
– ↓ TAGS ↓ –

#QuickTutorial #vscode #RobloxLuau