Minor typo on the AnimationTrack.Priority page.
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
Syntax mistake in the VRService code example.
The line in question:
print(typ.Name + " changed. Updated Frame: " + value)
Using ‘+’ to concatenate strings is not valid Lua. It works in other languages such as C++ though. The line should instead use Lua’s concatenation, like so:
print(typ.Name.." changed. Updated Frame: "..value)
Ambient
https://developer.roblox.com/en-us/api-reference/property/Lighting/Ambient
Broken image and links
OutdoorAmbient
https://developer.roblox.com/en-us/api-reference/property/Lighting/OutdoorAmbient
Broken image and links
coroutine.wrap
returns a function, not a thread
https://developer.roblox.com/en-us/api-reference/lua-docs/coroutine
GetFriendsOnline returns GameId and the name says GameId. But it used to return JobId and the description says JobId.
https://developer.roblox.com/en-us/api-reference/function/Player/GetFriendsOnline
‘BindableEvent’ should say ‘BindableFunction’ here
I’am pretty sure you typed “the” already.(Irony, but there seems to be an typo.)
I don’t actually know what is this, but i’am sure there is an issue with it.
https://developer.roblox.com/en-us/api-reference/property/Players/LocalPlayer
Same thing, but on other page, and i suppose there are other pages with this “error”.
https://developer.roblox.com/en-us/api-reference/function/Player/GetRankInGroup
And again.
https://developer.roblox.com/en-us/api-reference/function/Player/DistanceFromCharacter
If you prefer degrees, simply use math.rad()
Wait, it said we must specify the parameters with radians, but if we prefer degrees, we use radians too.
Broken link in the InputObject.UserInputType.
https://developer.roblox.com/en-us/api-reference/property/InputObject/UserInputType