Many properties & enum types are missing from the new documentation site

Reproduction Steps

Currently, as of 8/17/22, many instance properties and enum types are missing from the new documentation site.

Some examples include:

  • StarterPlayer is missing properties such as “GameSettingsScaleRangeBodyType”
  • WrapLayer instance is missing “HSRAssetId” and “CageMeshId” properties
  • The enum type UnionsScaleNonuniformly is missing (used in Workspace.UnionsScaleNonuniformly).

These properties & enums being missing makes the documentation site unusable for me occasionally, forcing me to manually read through Roblox API dumps to get the info I need. I shouldn’t have to do this! It should all be in the documentation.

Expected Behavior

It is expected that all properties, methods and enums would be on the documentation site, regardless of if they’re normally “hidden” or not.

Actual Behavior

The documentation site is missing a lot of properties, enums and methods.

Workaround

Reading through Roblox API dumps.

Issue Area: Documentation Site
Issue Type: Display
Impact: High
Frequency: Often
Date First Experienced: 2022-08-17 00:08:00 (-04:00)

4 Likes

Thanks for the report. We filed a ticket to our internal database and the team will look at this.

3 Likes

Hey @Noble_Draconian, this issue has been fixed for a while but I wanted to close the loop here. Missing enums and properties should now be populated. Feel free to flag any other issues with the doc site if you find them!

Thanks! Have a great day.

1 Like

Hi @naahchos! I just checked the examples I gave in the original post, they’re still missing. E.g. StarterPlayer.GameSettingsScaleRangeBodyType

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.