LoadLibrary
should be removed from the Roblox Globals page now that it has been officially removed.
2 small issues here:
1. ContentProvider:PreloadAsync() Code Example description incorrect.
The code example shown on the PreloadAsync page states, “In this example a Decal and Sound are preloaded into a game. Once they have finished loading the script will print a message to the output.”
However, there is no sound shown; only 2 images, and it doesn’t print anything.
2. UserInputService InputBegan & InputEnded Code Examples have an unused variable.
Both examples have a variable called keyPressed, but it doesn’t get used. For simplicity sake, I include both since they basically share the same example code aside from one using InputBegan and the other using InputEnded in its place.
In the article on the Release Notes for 423, the first note has two instances of dead links due to misspelled class names.
UIGradient is written as “Gradient” and ParticleEmitter is written as “Particle.”
https://developer.roblox.com/en-us/resources/release-note/Release-Notes-for-423
This page explaining the AnchorPoint
property has a mistake where it tries to explain what it does.
“This property determines a
GUI
, which is relevant to its absolute size”
This could be altered to “This property determines the origin of a GUI
, which is relevant to its absolute size” instead.
The Region3 Pages’ example suggests
local terrain = game:WaitForChild("Terrain")
Line 5 ^
is valid, its not a child of game, it’s a child of the workspace, this may be confusing to new developers.
:FindPartOnRay() page is missing what this method should return. I’m pretty sure it returns a lot of stuff such as the found part, the exact point of intersection, the face that was touched (I think), and the material of the part.
The ChatColor Enum says “ChatStyle” in the description, which is a completely different thing.
https://developer.roblox.com/en-us/api-reference/lua-docs/string
It would be nice if string.gsub
return types were annotated as string, int
since it returns two values, the second one being how many replacements were made.
string.find
's return types are properly annotated this way.
Also number
is the incorrect type for plain
. It should be bool
.
Broken image in WorldToViewportPoint
https://developer.roblox.com/en-us/api-reference/function/Camera/WorldToViewportPoint
The “Asset Types” hyperlink on the MarketplaceService:GetProductInfo() page, when clicked, leads to the 404 error page because it doesn’t exist, when it should lead to this page: AssetType
The Ray
page has a broken link to Workspace:FindPartOnRay()
, which has been changed to WorldRoot:FindPartOnRay()
.
Malformed sentence and broken link on the Tool.Enabled page.
Can’t believe Roblox of all companies has resorted to name-calling against their users
https://developer.roblox.com/en-us/api-reference/property/DataModelMesh/VertexColor
VertexColor page says huge change instead of hue.
Typo in the wiki at the following link:
I think “of” should be “Off”
https://developer.roblox.com/en-us/api-reference/function/Player/LoadCharacter