177 things WRONG with the Creator Docs

The following is a project to document grammatical problems in the Creator Docs. I’ve used Machine Learning to analyze 500 of the nearly 935 Creator Docs for errors and paired it with AI to clean up the output.

High-confidence examples

Grammar / wording
File: creator-programs/creator-affiliate.md
Current:
Effective on July 24, 2025, the Creator Affiliate program will be deprecated and replaced by the Creator Rewards program.
Suggested:
Effective July 24, 2025, the Creator Affiliate program will be deprecated and replaced by the Creator Rewards program.
Reason: “on” is unnecessary.

File: tutorials/fundamentals/coding-6/intro-to-module-scripts.md
Current:
As projects become complex, it becomes important to think how scripts are organized.
Suggested:
As projects become complex, it becomes important to think about how scripts are organized.
Reason: Missing “about.”

File: education/adventure-game-series/landing.md
Current:
Perfect for those who have already have some familiarity with Roblox Studio and basic coding concepts up to if/then statements.
Suggested:
Perfect for those who already have some familiarity with Roblox Studio and basic coding concepts up to if/then statements.
Reason: Duplicate “have.”

File: art/characters/creating/head-objects.md
Current:
Separating these objects within the templates allow you to make easier changes to each of these separate objects
Suggested:
Separating these objects within the templates allows you to make easier changes to each of these separate objects
Reason: Subject-verb agreement.

File: marketplace/homestore.md
Current:
Showcase and sell your published avatar items in a easily customizable shop template.
Suggested:
Showcase and sell your published avatar items in an easily customizable shop template.
Reason: Incorrect article usage.

File: avatar/tutorials.md
Current:
Learn how to create assets with structured tutorials that walks through each creation step
Suggested:
Learn how to create assets with structured tutorials that walk through each creation step
Reason: Subject-verb agreement.

File: production/promotion/rewarded-video-ads.md
Current:
Immersive ads allow you insert ad units into your experience
Suggested:
Immersive ads allow you to insert ad units into your experience
Reason: Missing “to.”

File: tutorials/use-case-tutorials/physics/create-elevators.md
Current:
elevates users upwards and downwards
Suggested:
elevates users up and down
Reason: More natural wording.

File: production/localization/language-codes.md
Current:
Language codes are languages you can specify by locale ID to support multi-lingual support.
Suggested:
Language codes are used to specify languages by locale ID for multilingual support.
Reason: Awkward phrasing.

File: tutorials/use-case-tutorials/lighting/enhance-outdoor-environments.md
Current:
pixel perfect
Suggested:
pixel-perfect
Reason: Compound adjective.

File: tutorials/fundamentals/coding-2/use-parameters-and-events.md
Current:
Sometimes however,
Suggested:
Sometimes, however,
Reason: Missing comma.

File: get-started/index.md
Current:
youʼre
Suggested:
you’re
Reason: Invalid apostrophe.

Markup / formatting issues

File: art/accessories/import-clothing.md
Current:
<Alert sever
Suggested:

Reason: Attribute truncated.

File: scripting/security/access-control.md
Current:

Suggested:

Reason: Formatting.

File: scripting/security/access-control.md
Current:

Suggested:

Reason: Wrong closing tag.

File: education/resources/coding-concept-abstraction.md
Current:

</table Suggested: Reason: Missing bracket.

File: art/emotes/specifications.md
Current:
</
Suggested:

Reason: Incomplete tag.

File: studio/explorer.md
Current:
<img src="../assets/studio/general/Toolbar-Explo
Suggested:
Complete tag
Reason: Truncated.

Incomplete / low-confidence findings

Examples flagged by the model:
You could c

After you

When pu

To manag

you ca

where generat

These are likely truncated during extraction and should be manually verified before being treated as real issues.


I can’t edit posts right now, so if anything’s wrong, just tell me in the replies. This is a very rudimentary script that I’m using so some things might be off.

Page URL: <create.roblox.com/docs>

2 Likes

Hey clxzed thanks for looking into this. Rather than cataloging these individually, the most helpful thing would be to run it on the GitHub - Roblox/creator-docs: Open Source Creator Documentation · GitHub repository and submit a pull request there with any fixes – really appreciate it.

3 Likes