In Roblox Assistant, there doesn’t appear to be a simple public word count limit; the limit is usually described in terms of characters or conversation/output size rather than a fixed number of words. In practice, people report that the assistant can accept relatively short prompts, but very long inputs or outputs may trigger limit errors.

What that means

  • There is no clearly documented “you can type exactly X words” cap in the Roblox Assistant docs I found.
  • Roblox’s own docs describe Assistant as a Studio helper that responds to your typed request, but they do not publish a word-count limit there.
  • Community reports suggest the practical constraint is more about total characters and response length than raw word count.

Practical advice

  • Keep prompts focused and short.
  • If you need a long request, split it into smaller steps.
  • For code tasks, ask for one script or one change at a time, since long outputs seem more likely to hit issues.

Example

Instead of writing a huge paragraph, try:

  1. What you want changed.
  2. Where it should happen.
  3. Any exact behavior or constraints.

That usually works better than trying to cram everything into one request.

TL;DR

There’s no reliable public “word limit” for Roblox Assistant; the real limit is more likely based on characters, context, and output size.