Workspace Methods Concerning Region3 and Ray Removed

All pages concerning methods of Workspace related to Region3 and Ray are seemingly not found

This has been observed for the following methods:

  1. Workspace:FindPartsInRegion3
  2. Workspace:FindPartsInRegion3WithIgnoreList
  3. Workspace:IsRegion3Empty
  4. Workspace:IsRegion3Empty
  5. Workspace:FindPartsInRegion3WithWhiteList
  6. Workspace:FindPartOnRayWithWhitelist
  7. Workspace:FindPartOnRayWithIgnoreList
  8. Workspace:FindPartOnRay

Oddly, all references to these methods in the Workspace page have been removed. Searching for “Region3” on the page gives 0 results, and searching for “Ray” on the page highlights a now-dead link.

Using the search bar to search for “Region3” or “Ray” returns results under Workspace, but these links lead to missing pages.

2 Likes

This is due to a recent update wherein the Workspace was assigned a new superclass, WorldRoot. All these methods have been moved to this superclass.

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

Whenever you try to access any of these methods’ pages, change Workspace to WorldRoot and hit enter. Documentation may not be fully transferred over yet.

The change was noted in Release Notes 410:

A better resolution would be to have these pages redirect to the methods located in the WorldRoot class or to add the WorldRoot pages to the search query, as they do not show when searched.

1 Like

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