Pretty simple question.
Can I put a model in the in the ignoreDescendantsTable of the Workspace:FindPartOnRayWithIgnoreList method?
To clarify, will it ignore all the descendants of the model?
Pretty simple question.
Can I put a model in the in the ignoreDescendantsTable of the Workspace:FindPartOnRayWithIgnoreList method?
To clarify, will it ignore all the descendants of the model?
As far as I’m aware, FindPartOnRay only works when specifying the particular part, with IgnoreList most likely requiring to identify all the parts in a model (you can do this using for loops).
You can check the dev wiki’s API reference for this:
This is a very useful resource overall for simple questions like this, there is usually enough information there to answer them. If not, that is what this category is for!
I agree, most information can be found on the Developer Wiki, something OP should check in with first.
I did check the wiki, as I always do. I must have missed that. Thanks!