Clicking through a part

You can’t have multiple objects at once unless you have them both grouped in a single model I’m pretty sure. Other than that you could use raycasting which would allow you to have an entire table of blacklisted objects.

Oh actually i do have them grouped, apart from one, so your saying its impossible to make them both click through? I searched up mouse.TargetFilter and theres something called mouse.TargetList i think.

Never heard of mouse.TargetList but I guess you would be better with raycasting, mouse.TargetFilter unfortunately doesn’t seem to be powerful enough.

Alright, can you explain how to do the raycasting part?

EDIT: Nevermind, Ill try a different way of solving it.