For my gun system, I want to blacklist a Part but not the Part’s children. Is this possible?
Setting the CanQuery property of a part to false will prevent it from being considered in collision checking, including with raycasts.
1 Like
I don’t know how I didnt think of this, thank you!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.