Ray/Region functions missing from Workspace?

FindPartOnRay missing , FindPartsInRegion3 missing!?

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

The functions have been moved to the WorldRoot class, which workspace still inherits. I don’t believe there’s a WorldRoot doc yet, so the functions don’t display on the workspace page. If you do some digging by editing the address, the pages explaining the individual functions are still available:
https://developer.roblox.com/en-us/api-reference/function/WorldRoot/FindPartsInRegion3
https://developer.roblox.com/en-us/api-reference/function/WorldRoot/FindPartsInRegion3WithIgnoreList
https://developer.roblox.com/en-us/api-reference/function/WorldRoot/FindPartsInRegion3WithWhiteList
https://developer.roblox.com/en-us/api-reference/function/WorldRoot/FindPartOnRay
https://developer.roblox.com/en-us/api-reference/function/WorldRoot/FindPartOnRayWithIgnoreList
https://developer.roblox.com/en-us/api-reference/function/WorldRoot/FindPartOnRayWithWhitelist
https://developer.roblox.com/en-us/api-reference/function/WorldRoot/IsRegion3Empty
https://developer.roblox.com/en-us/api-reference/function/WorldRoot/IsRegion3EmptyWithIgnoreList

3 Likes

And thanks for the topic fix. Me clumsy