It’s very annoying to iterate through an instance’s ancestors for things like inferring gui or part behavior. I want a function that returns all of an object’s ancestors sorted by depth: The object’s parent is first and the farthest ancestor is last.
4 Likes