Is there a way to add multiple parts to the Mouse.TargetFilter?
I tried putting the parts in a table(didn't work) I tried using a for loop to add every part of the mode separately (Only added one part) I tried putting the parts like this Mouse.TargetFilter = Workspace.Part1, Workspace.Part2 (Only added the first one)
So is it possible to add multiple parts to it or am I just doing it incorrectly?