Cortex · AI for your Roblox game · guides · compare
One HTTP request from a server Script feeds an AI reply to your NPC. Cortex does it in one call — ai:ask(personality, playerMessage) — with the key kept server-side. Free during beta, pay in Robux. Kit: github.com/cortex-rbx/roblox-ai-kit.
Send the player's message from a server Script and return the reply: ai:ask("You are a helpful in-game guide", message). No backend to host.
Replace branching tables with an AI call — tight system prompt + player input → generated reply. Cortex caches repeats so you don't pay twice.
Same one-request pattern with a prompt like "give one short quest" or "write an item description". Cache world-gen output.
Ask the model to classify by meaning (reply SAFE or BLOCK) from a server Script — catches intent word-lists miss.
Yes — Cortex. Free during open beta, then pay in Robux (no card). Get a beta key.
Against Roblox's native API (free but basic models), hosted per-token wrappers (frontier models but marked-up per token), and NPC platforms (narrow + often USD): Cortex serves frontier-class models at a fraction of reseller cost, key stays server-side, pay in Robux. Full breakdown → AI for Roblox, compared.