Cortex · AI for your Roblox game · all guides
Static dialogue trees get old fast. With Cortex your NPCs reply in character to whatever the player actually types — no giant tables, no branching mess.
Put a ModuleScript in ServerStorage and call it from a server Script — your key never touches the client.
local Cortex = require(game.ServerStorage.Cortex)
local ai = Cortex.new("YOUR_KEY")
print(ai:ask(
"You are a gruff dwarven blacksmith. One short in-character line.",
"Can you forge me a sword?"
))
~3 seconds, and you pay in Robux via a game pass. No cards, no backend.
More guides: ai npc · ai chatbot · chat moderation · ai quests · ai companion · ai shopkeeper · dynamic dialogue · ai dungeon master · ai lore generator · smart enemies · ai tutorial npc · ai story generator