Is there a way to click through a part who’s CanQuery variable is false, but still know when the mouse is hovering over the part?
I dont know if this’ll work but have you tried mouse.Target?
Yeah I did it just ignores the part, it’s probably not possible tbh I’m just trying find ways to fix a bug I’m dealing with
If CanQuery is false it’s not possible to do. A work around could be using raycast CollisionGroup or RespectCanCollide which are properties of RaycastParams.