Skip to content

Using the Visual Studio Code extension

You can develop and run your scripts directly from Visual Studio Code for Zenith! This guide tells you how to set it up and use it.

Install the extension

Open your Visual Studio Code application, head to marketplace, and search "Zenith Script Executor" (or zenith-vsc), once it shows, click Install and wait for it to finish installing.

Alternatively, you can access it here: https://marketplace.visualstudio.com/items?itemName=ZenithSoftware.zenith-vsc

When done, the next time you open a .lua, .luau or .txt file, you can now press a Rocket icon to run it direct to Zenith. It will instantly execute on the processes you have selected, so it works for multi-instance execution too.

The extension doesn't know if you're actually attached to a process or not. It will always assume you are, so use common sense and make sure you've attached before attempting to execute a script.

Happy developing!