Different BaseParts are lacking documentation on their properties inherited by BasePart

31%20PM

https://developer.roblox.com/en-us/api-reference/class/Part
https://developer.roblox.com/en-us/api-reference/class/UnionOperation
https://developer.roblox.com/en-us/api-reference/class/WedgePart
https://developer.roblox.com/en-us/api-reference/class/SpawnLocation

In all the links above, none of them list the properties, functions, or events that are inherited from the BasePart class. This is fine though, because the BasePart class has all that information conveniently listed. The problem is that none of these “sub-classes” of BasePart actually mention let alone link to BasePart for the proper information. This makes finding the properties of a Part very difficult for those who aren’t familiar with the existence of a BasePart class.

As a solution, you should link the BasePart class somewhere near the properties so that the user can easily navigate to the proper information.

This topic was automatically closed after 1 minute. New replies are no longer allowed.