I need a way to get a table of all parts connected to a part’s assembly. And I cant find anywhere on how to do this.
2 Likes
you could use :GetChildren() or :GetDescendants() which will return index and the instance that it got as a table
1 Like
See GetConnectedParts. There are also a few other threads around the forum discussing getting parts within an assembly that you can reference if GetConnectedParts isn’t sufficient.
3 Likes