Typos & Minor Edits Mega-thread

Hey @Victor_Holly123 ,
Good catch, I cleaned up both the garbled text and the overall pages for both SelectionBox and SelectionSphere.

IgnisRBX

1 Like

Studio Tour:

Missing space between “that” and “it”.

This is a Studio bug, not a documentation issue. I’m pretty sure the regular docs team cannot deal with these kinds of issues.

Gonna CC @MeshOfPaul here and he’ll probably address it :smile:

1 Like

Yep Studio Tour stuff is me! We are working on a whole new update (totally different environment and tour) but will double check with the team this is just a typo and not a bigger rendering issue.

1 Like

The list of DockWidgetPluginGuiInfo.new() parameters at its documentation and Building Studio Widgets do not match.

Hi @Ohio_trouble350, thanks for catching this! I fixed the docs and the two pages match now.

Puppy

2 Likes

The title of the MatchManager Script section in Coding the Game Loop is misspelled.

Thanks a bunch, fixed in code – should roll out in the coming days.

1 Like

The article Beta Testing Experiences | Documentation - Roblox Creator Hub presents the following minor mistakes:

  • Under the ‘Beta Testing Experiences’ section: “There’s several ways” should be “There are several ways” as what it’s referring (the “several ways”) is plural.
  • Under the ‘Analytics’ section: The contraction “it’s” is used, however, it should be “its” (possessive form): “[…] will be on track to meeting its goals.”

Found a very minor typo in Region3 | Documentation - Roblox Creator Hub :

  • Under ‘Constructors’ → ‘new’, “[…] bounds of a the rectangular […]” should be either “[…] bounds of a rectangular […]” or “[…] bounds of the rectangular […]”.

Hey safeLast, these three are fixed in code and should roll out organically within a day or two. Thanks!

1 Like

A slight typo on the “unable to change camera mode on local script” 's error
https://devforum.roblox.com/t/studio-misspell-insufficient/3315658/5

Pretty sure this is supposed to say “event”.


The contraction “it’s” is used on possessive nouns on multiple parts of the documentation. The word should be “its” instead. I found this on TweenService, and UserInputService. There are some more misuses on these documentation pages stated, or probably even more. Only showing a small library of these.

  1. UserInputService

    LockCurrentPosition (There is also an unneeded comma after the “from”.)

    TextBox Focus Code Samples

  1. TweenService

Noticed that on the TextBox Focus Code part, decreases is also typoed as deceases.

In the page of the Enum InfoType | Documentation - Roblox Creator Hub , section Items, entry Product, it reads “[…] the product is a produce […]” when it should be “[…] the product is a product […]”, or another word could be used to avoid the cacophony of using the word ‘product’ two times.

Developers is misspelled at TextChatService Overview | Documentation - Roblox Creator Hub.

1 Like

Happy 2025 @kodeti , @IAmReallyNewb , @remcodesremcodes , @safeLast120 ,
Thanks for the reports! I’ve fixed or addressed all of these as requested.

IgnisRBX

4 Likes

AudioPlayer.IsPlaying is incorrectly flagged as Roblox Script Security and only being usable by CoreScripts when it is perfectly usable by regular scripts

Surprisingly, this presumably isn’t actually a mistake. The label takes into account both reading and writing the property afaik. That property can only be written with RobloxSecurity, iirc, so that label is technically correct, albeit it is still quite misleading.

I made a feature-request to distinguish between write and read security labels, which you can find here.

2 Likes