Mouse Target Filters

I am trying to make getmouse have multiple target filters does it not support a table?
I’ve tried using a mousemodule however it works but doesn’t get the mouse’s 3d position only 2d from GetMouseLocation() it’s only has 2 axis when I need 3.

Thanks for any support :slight_smile:

1 Like

Could you show the code/some code, instead of explaining on how the code looks like?

Mouse Targetfilters do not support tables. They support folders/models with other objects in them, but not tables

1 Like

It doesn’t support arrays, you could probably cast a ray from the mouses OSP using ScreenPointToRay.

It should support tables, Ive been pushing for table support for a while.

You’d be better off using collection service as a target filter for the meantime.

1 Like