Typos & Minor Edits Mega-thread [Closed]

Spelling mistake on BindableEvent:Fire(). Should be “Threading” instead of " Theading":
image

Typo game is typed twice

https://education.roblox.com/en-us/resources/arcade-game-top-down-camera

Vehicles kit completely removed (forever?)?
Previously it wasn’t working and now its giving out a 404 error…
Vehicles kit

https://developer.roblox.com/en-us/api-reference/property/InputObject/KeyCode


ContextActionService uses the wrong type of quotes in the code example on the bottom of the page.

1 Like


https://developer.roblox.com/en-us/api-reference/class/NoCollisionConstraint

It should be Stop not Spot

1 Like

Whoever was typing this missed their tilde key.

Typo in the word Teleport

https://developer.roblox.com/en-us/api-reference/function/TeleportService/TeleportAsync

Page: ContextActionService:BindAction

The circled section should link to the string page: Strings

Page: https://education.roblox.com/en-us/support/marketing-materials


The circled section is the old studio logo.
Edit: The download file also is the old logo.

Page: Intro to GUIs


The underlined should say ‘image above’

Page: UI | Roblox Creator Documentation
Current Page:
image
Other Pages: image
The circle image is different.

The documentation for AbsoluteSize states within an example:

on a 1920 by 1080 screen, if FrameA exists within FrameB, and they both have a Size of {.5, 0}, {.5, 0}, then the AbsoluteSize of FrameA (the inner frame) would be (490, 270) as the GuiObject.Size property determines the size of a child UI element relative to its parent. Both of the frames are set to 50% of the parent size. Since 50% of 50% is 25%, and 25% of our screen size, 1920 by 1080, is (490, 270), this would be the resultant AbsoluteSize of the inner frame.

0.25x1920 = 480 (not 490)
0.25x1080 = 270

Hence, frame A should be (480,270)

Missing hyperlink in the page GuiObject.InputBegan

where screen coordinates of the input should be hyperlinked to:
InputObject.Position


This code uses :connect instead of :Connect here

https://developer.roblox.com/en-us/api-reference/class/SurfaceGui

The opening paragraph of the SurfaceGui page looks like it’s supposed to be two paragraphs, with one of them being a separate note. There’s no space after the period.

https://developer.roblox.com/en-us/api-reference/class/Frame

Opening of Frame page has dead links to other API members, including Frame.FrameStyle, GuiObject.Size, and GuiObject.Position.

https://developer.roblox.com/en-us/api-reference/event/GuiObject/MouseWheelBackward
States:

However, it should only fire as a result of the mouse wheel’s backward movement.

https://developer.roblox.com/en-us/api-reference/function/TeleportService/GetLocalPlayerTeleportData

There is a bracket after the end

https://developer.roblox.com/en-us/api-reference/event/UserInputService/TouchLongPress

Minor typo, says “an an-game” instead of “an in-game”

…references members that are no longer part of the API.
image

1 Like