Tools overview

Every action Revix can take in Roblox Studio is mediated by a tool. This is the directory of all of them.

What it does

Revix is an agent: it reasons about your request, then calls tools one at a time to read, modify, and create things in your Studio session. Each tool is narrow and explicit — there is no hidden "do everything" tool. Reading this page is the fastest way to understand what Revix can and cannot do.

Tools fall into four groups: inspection (read-only lookups against your game), modification (edits to existing instances or scripts), creation (heavier generators behind a beta flag, documented on feature pages), and behavior (planning, asking, and undoing).

Inspection

Modification

Creation (Beta)

Behavior

  • think — visible reasoning scratchpad
  • checklist — visible progress tracker for multi-step tasks
  • clarify — pinned question panel for the user
  • task_complete — final summary signal
  • undo — step back through Revix waypoints