When using clickdetectors you can’t click the part/model if another part is in the way, however it doesn’t account for the TargetFilter of the mouse.
Intended behavior? If possible, is there any remody?
Instead of using ClickDetectors you can try using a combination of the Mouse.Button1Down
event and the Mouse.Target
property (which explicitly states it’s affected by Mouse.TargetFilter
).
1 Like