I’m making a block selection outline system, and all of the blocks are models, with six faces outlining them. If I were to use Mouse.Target, and the mouse was on a cube face, would it select the model that parents the cube face, or would it select the cube face?
It would select the specific part, not the model.
1 Like
You could try use Mouse.TargetFilter for any models so it would ignore it.
1 Like
I might consider doing that later on, if I ever derive from the simple cube form. Thanks for the response though!