Features Pricing GitHub Download

The AI Code Editor
for Roblox.

Zero setup. AI writes Luau, Rojo syncs to Studio, errors fix themselves. Everything you need — bundled in one app.

Open Source

Other platforms

PlayerService.luau — Luano
local Players = game:GetService("Players")
local DataStore = require(script.Parent.DataManager)

local PlayerService = {}

function PlayerService.onPlayerAdded(player: Player)
  local data = DataStore.load(player)
  local leaderstats = Instance.new("Folder")
  leaderstats.Name = "leaderstats"

  local coins = Instance.new("IntValue")
  coins.Name = "Coins"
  coins.Value = data.coins or 0
  coins.Parent = leaderstats

  leaderstats.Parent = player
end
AI Chat
Add a leaderstats system with coins that saves with DataStore
I'll create a PlayerService that sets up leaderstats and connects it to your DataManager module. The coins will auto-save on PlayerRemoving.
✓ Created PlayerService.luau
✓ Updated DataManager.luau
✓ Lint passed

Built-in

Rojo Selene StyLua luau-lsp Monaco Editor Terminal

No plugins to install. No config files to write. It just works.

Zero Setup

Open and start coding.

Rojo, Selene, StyLua, luau-lsp — all bundled inside. No terminal commands, no config files, no plugin hunting. Install Luano and you're ready.

Welcome screen screenshot

Built for Luau

Built for Roblox,
not adapted.

Luano isn't a generic editor with a Roblox plugin. Every feature is designed for Luau — from the AI system prompt to the RAG docs to the lint rules. The AI knows Roblox APIs, not just Lua.

AI Luau code generation screenshot

AI Agent

Tell it what to build.

Luano's AI reads your project, writes code, creates files, runs lint, and fixes errors — all in one loop. You describe what you want. It handles the rest.

Agent multi-file edit screenshot

Studio Bridge

Connected to Studio.

See runtime errors, read the instance tree, execute scripts — all from Luano. The AI can debug your running game without you touching Studio.

Studio Bridge panel screenshot

How it works

Three steps. That's it.

1

Open

Open a folder or create a new project. Rojo starts automatically.

2

Code

Describe what you want in chat. AI writes the code.

3

Play

Rojo syncs to Studio. Test your game.

Pricing

Every pro was once a noob.

Noob

Just spawned in. You're ready.

$0 forever
  • Monaco Editor + Luau LSP
  • Rojo, Selene, StyLua bundled
  • File explorer + Terminal
  • Project templates
  • AI Chat (bring your own API key)
  • Custom AI Skills
Download Free
Recommended

Pro

Full toolkit unlocked. Time to build.

$14 /month
  • Everything in Noob
  • 200 AI requests/month included
  • Unlimited with your own API key
  • AI Agent mode
  • Inline AI Edit (Cmd+K)
  • Roblox Docs RAG
  • Studio Live Bridge
  • Cross-script analysis
  • Performance lint
  • DataStore schema generator
Get Pro

Start building with Luano.

Free and open source. Download now.

Download for Free

Other platforms — Windows, macOS, and Linux