Typos & Minor Edits Mega-thread

Minor edit:

On AnalyticsService’s documentation, it states “… take a look at this DevForum post” with no links to it.
image
AnalyticsService | Roblox Creator Documentation

1 Like

MicroProfiler is constantly running, analyizing the render time for every frame. To see useful data, you need to pause MircoProfiler and analyze render information on a frame-by-frame basis. Press Ctrl+P to pause the MicroProfiler.

Typo alert!

1 Like

@ProBaturay @Dysche @Map1eMoose @PoppyandNeivaarecute @Den_vers

Thank you for catching these! All fixes are going to go live very soon.

6 Likes

Thank you for this report! AnalyticsService is deprecated, I’d recommend using the Analytics Dashboard :slight_smile:

Don’t know if this belongs here since it’s not a grammar issue but rather a single word being copy + pasted from the wrong function, while it does change the meaning of the sentence, common sense would make any developer doubt this behaviour

https://create.roblox.com/docs/reference/engine/classes/AvatarEditorService#PromptRenameOutfit

PromptRenameOutfit says the following:

Prompts the Players.LocalPlayer to delete the given outfit. Does not yield. The result can be retrieved by listening to the AvatarEditorService.PromptRenameOutfitCompleted event.

This function states that it deletes the outfit like PromptDeleteOutfit but this is not true, it should be changed to the following:

Prompts the Players.LocalPlayer to rename the given outfit. Does not yield. The result can be retrieved by listening to the AvatarEditorService.PromptRenameOutfitCompleted event.

1 Like

Alright 2 minor things:

1 Like

miss-placing backticks/backquotes in the IK controls page


(right above the Offset property)

2 Likes

It took me 4 hours to find all of the issues below and 2 hours to format the post. The list shows the categories almost in this order:

1) Repeated words
2) Misspelled words
3) Other grammar issues

All of the issues were found under the Guides title. There are many more mistakes I could not put here. Links will redirect you to the typos or text that should be edited.


Issue #1

The phrase “of detail” is repeated.

Link


Issue #2

The word “or” is repeated.

Link


Issue #3

The word “with” is repeated.

Link


Issue #4

The word “from” is repeated.

Link


Issue #5

The word “to” is repeated.

Link


Issue #6

The word “that” is repeated.

Link


Issue #7

The word “tab” is repeated. That word should be merged with Script, which both navigate to Script Tab.

Link


Issue #8

The phrase “in the Variables tab” is repeated.

Link


Issue #9

The word “a” is repeated.

Link


Issue #10

The word “includes” is repeated.

Link


Issue #11

The phrase “use the” is repeated.

Link


Issue #12

The word “asynchronous” is misspelled as “asyncronous”.

Link


Issue #13

The word “Asynchronously” is misspelled as “Asyncronously”.

Link


Issue #14

The word “Analyzing” is misspelled as “analyizing”.

Link


Issue #15

The phrase “quality-of-life” is misspelled as “quality-of-live”.

Link


Issue #16

The word “encompasses” is misspelled as “emcompasses”.

Link


Issue #17

The first letter of the word “Venn” is not capitalized.

Link


Issue #18

The word “maximum” is misspelled as “maxiumum”.

image18_1

image18_2

Link1
Link2


Issue #19

There’s a conflict in the text. It should be updated as “duplicate keyframes


Issue #20

There should be an apostrophe at the end of the word “wizards”.

image20

Link


Issue #21

The word “there” should be at the end of the sentence for clarification.

Link


Issue #22

Incorrect verb form.

image22

Link


Issue #23

Incorrect verb form.

Link


Issue #24

Incorrect verb form.

image24

Link


Issue #25

Incorrect verb form.

Link


Issue #26

Incorrect verb form.

Link


Issue #27

Incorrect verb form.

Link


Issue #28

Incorrect verb form.

Link


Issue #29

Incorrect verb form.

Link


Issue #30

Incorrect verb form.

Link


Issue #31

Incorrect verb form.

Link


Issue #32

Incorrect verb form.

Link


Issue #33

Incorrect verb form.

Link


Issue #34

Incorrect verb form.
Warning: The message in the text below is emitted through particular functions. It may not be changed depending on the return message.

image34

Link


Issue #35

Incorrect verb form.

Link


Issue #36

Incorrect verb form.

Link


Issue #37

Incorrect verb form.

Link


Issue #38

Incorrect verb form.

Link


Issue #39

Incorrect verb form.

Link


Issue #40

Incorrect verb form.

Link


Issue #41

Incorrect verb form.

Link


Issue #42

Incorrect verb form.

image42

Link


Issue #43

Incorrect verb form.

Link


Issue #44

Incorrect verb form.

Link


Issue #45

Incorrect verb form.

Link


Issue #46

Incorrect noun form.

Link


Issue #47

The word “monetize” should be corrected to “monetizing”.

Link


Issue #48

Incorrect verb form.

Link


Issue #49

The phrase “to discriminate” should be corrected to “discriminating”.

Link


Issue #50

The word “disable” should be corrected to “to disable”.

Link


Issue #51

The word “prioritizing” should be corrected to “prioritize”.

Link


Issue #52

The phrase “to use tools do” should be corrected to “to use tools to do”.

Link


Issue #53

The word “belong” should be corrected to “belonging”.

Link


Issue #54

The word “throttling” should be corrected to “throttles”.

Link


Issue #55

The phrase “allow includes” should be corrected to “allows”.

Link


Issue #56

The phrase “or to” should be corrected to “or”.

image56

Link


Issue #57

The word “update” should be corrected to “updating”.

image57

Link


Issue #58

The phrase “a more frames” should be corrected to “more frames”.

Link


Issue #59

Unnecessary verb “is”.

Link


Issue #60

Unnecessary adjective “individual”.

Link


Issue #61

The phrase “tile to deselect” is redundant.

Link


Issue #62

The possessive affix seems redundant.

Link


Issue #63

Incorrect verb form.

Link


Issue #64

Missing verb.

Link


Issue #65

Missing preposition. It should be corrected to “There are also functionalities on each dashboard to help”

Link


6 Likes

Page link: Highlight | Roblox Creator Documentation

IMPORTANT: As a performance limit, Studio only displays 31 simultaneous Highlight instances on the client at a time. If you exceed this limit, the additional instances are silently ignored. While a disabled Highlight doesn’t display, it still takes one of the 31 available Highlight slots. If you plan to permanently disable a Highlight instance, it’s best to delete the highlight rather than disable it.

For low-end devices, Studio uses a fallback version that doesn’t have high performance overheads. This version doesn’t have the outline effect; instead, it creates an interior fill with a checker pattern to emulate the FillTransparency property.

The documentation incorrectly refers to the Roblox game-client as “Studio”, it should instead be edited to the following:

IMPORTANT: As a performance limit, Studio and the client only display 31 simultaneous Highlight instances at a time. If you exceed this limit, the additional instances are silently ignored. While a disabled Highlight doesn’t display, it still takes one of the 31 available Highlight slots. If you plan to permanently disable a Highlight instance, it’s best to delete the highlight rather than disable it.

For low-end devices, the client uses a fallback version that doesn’t have high performance overheads. This version doesn’t have the outline effect; instead, it creates an interior fill with a checker pattern to emulate the FillTransparency property.

Also, the image below the text needs to be made bigger as at it’s current resolution the effect it is trying to display cannot be seen.

https://create.roblox.com/docs/reference/engine/classes/Highlight#FillColor

Sets the Class.Color3 value of the highlight’s interior

Broken link to the Color3 page

I genuinely just started looking for a typo, and I found it in less than 10 seconds:

The PhysicsSettings is a singleton class, which lets developers view debugging features in Roblox’s physics engine.It can be found under the Physics tab in Roblox Studio’s settings menu.

You missed a space!

1 Like

Issue #1

The sentences with the phrase “freezes at it at” seem mistyped. There are two sentences affected by it. Should be corrected to “freezes it at”

Link


Issue #2

The word “when” is repeated.

Link


Issue #3

The word “the” is repeated. Link to Motor6D instance is broken as well.

Link


Issue #4

The words “users” and “players” are missing apostrophes. This applies to the two sentences in the article with the word “users” and one sentence for “players”

Link


Issue #5

Incorrect verb form led by a typo.

image_5

Link

1 Like

Issue #1

The word “identifying” is misspelled as “identifing” in six sentences in the article.

image__1

1 Like

The description of CurrentLength on the the SpringConstraint doc has an odd text glitch

The current distance between the SpringConstant’s Attachment
1 Like

Under the scopes section of the data store guide, “if key ``User_1234` has a scope of gold” is missing a grave accent for proper formatting.

Thank you very much for going through and calling this to attention. You should see the updates for all of these issues very soon!

5 Likes

If I’m not mistaken, there’s also a run-on sentence here. A period should go after keyname.


Issue: Inconsistency among “void” return type:



“void | No return.” is not consistent with “void”.

Here’s an example of the issue.
AvatarEditorService | Roblox Creator Documentation

image
It should say “Plugins” but it says “Animations” on the plugins tab on the creator dashboard under development items.

1 Like

Found this on the Dashboard place configuration.


“Private servers cannot require Robux payment”, yet when clicking the “learn more” button the description of private servers still states otherwise below. I believe it’s supposed to say something like you can’t enable Paid Access and Private Servers together.

1 Like

There is “Deprecated. Use TestService instead” in the description when there is a message saying “FunctionalTest has been deprecated, developers are advised to use TestService instead.”

image