← Back to blog

Ship your first Roblox script by chat

roship turns a plain-language request into validated Luau, delivered straight into Roblox Studio. No boilerplate, no copy-paste from a chat window that does not understand your game.

1. Connect your place

Install the roship plugin from the Creator Store and sign in. The plugin indexes your project so the AI understands your existing scripts, not a blank slate.

2. Describe what you want

Open the chat and describe the behaviour in your own words — "a door that opens when a player with a keycard touches it". roship plans the change, generates TypeScript compiled to Luau, and runs it through the validation pipeline before it ever reaches you.

3. Review and ship

You get a diff, not a mystery. Accept it and the script lands in Studio. Runtime errors are captured and fed back so the next iteration is sharper.

That is the whole loop. Build the game, not the boilerplate.