Typos & Minor Edits Mega-thread [Closed]

At the very bottom of the article, you get a sentence without a period at the end. The other steps have periods.

image

Typo in Release Notes 437


  • TextLabel./extBounds written instead of TextLabel.TextBounds

In “Game Passes- One-Time Purchases,” at the very bottom of the page, there is a broken link. It’s where “here” is.

1 Like

Nowhere in this entire article does it ever mention that you can only invite friends to collaborate with you.

Besides the fact of that even being a thing (which is silly,) we only get this image:

image

Which provides some hint but is not nearly enough for the reader to deduce. It is partly obscured.

Main thing is put some text that says only friends can help edit. Thanks. :smiley:


Unrelated edit, because I can’t add another reply:

On the Devhub front page, it should say “Swordburst 2” instead of “By Swordburst 2.” All the other games follow the format of game title, and then development team.

image

Others for reference:

image

image

2 Likes

TextFilterResult (TextFilterResult) has a random page break

1 Like

You guys are probably already working on this, but change all instances of VIP Servers to Private Servers. It’s an amazing recent change! Speaking of VIP servers, though, add more info on the article! Detailed here.

A list of every time the word VIP Servers was used:

1 Like

https://developer.roblox.com/en-us/resources/build-it-play-it/2020summer/tier-1/create-the-first-pose

Consider letting the viewer know about:

  1. The undo and redo buttons in the ribbon at the top of the screen, and,

  2. The redo shortcut, Ctrl + Y or + Y.

Got some fixes for all these SoundEffect pages:

CompressorSoundEffect

CompressorSoundEffect

  1. ChorusSoundEffect should be corrected to CompressorSoundEffect. (Red)
  2. The same idea is portrayed twice and is unnecessary. I suggest removing the portion in the first paragraph to retain similarity with the other SoundEffect pages which all share the message in the second paragraph. (Orange)
EqualizerSoundEffect

EqualizerSoundEffect

  1. Abnormal spacing. (Red & Orange)
  2. Broken / No class links (Blue)
All SoundEffect Pages

ChorusSoundEffect
EchoSoundEffect
FlangeSoundEffect
ReverbSoundEffect
TremoloSoundEffect
PitchShiftSoundEffect
EqualizerSoundEffect
DistortionSoundEffect
CompressorSoundEffect


There’s a large amount of unused space between the end of the class’s description text and the table of properties.

ContextActionService:SetPosition()'s description is talking about setting the text of the button???

Link to article

Seems like all the images in this article are broken. :confused:

We’re aware - this was just published yesterday, but not yet announced due to the broken assets. Will be working with a web engineer to find out what’s going on.

Update: The assets are fixed and the page should be fully visible!

1 Like

MarketPlaceService :PromptProductPurchase has a typo,

Probably the most ignorable typo but yeah

2 Likes

In NPC Dialog Boxes It uses the deprecated connect() instead of Connect()

“Payers” is meant to be players, I believe.

I mean if they have the VIP game pass surely they paid for it :stuck_out_tongue:

2 Likes

Player:IsInGroup() documentation has a Markdown formatting typo in the Note section.

2 Likes

On the MeshPart page, the title of the second paragraph is missing a question mark.

image

1 Like

https://developer.roblox.com/en-us/resources/learn-and-explore#play-together-and-collaborate

Each game here offers VIP servers at the price of 10 Robux so that you, your friends, and your loved ones can have a private virtual space to play and stay in touch with one another.

Should be changed to use the new name (private servers) and note that they’re free and no longer 10 Robux.

3 Likes
local fruits = {"apples", "orangs", "kiwi"}
for index, fruit in ipairs(fruits) do
   print(index, fruit) --> 1 applies, 2 oranges, 3 kiwi, etc...
end

In the commented area, it should be 1 apples, and not 1 applies. It’s very minor, but it could confuse people and make them wonder what 1 applies to, but most likely not. Also, just noticed that oranges is spelled wrong in the table.

1 Like

According to this table, Roblox still uses the old currency of R$ instead of the modern :robux:.
image

1 Like