Clipping a Highlight with a frame?

Is there a way to make a highlight get clipped by a frame?
the highlight is a child of the frame with the adornee set to the dummy’s arm but is unaffected by the frame’s clipdescendants property
If its possible to occlude the highlight behind other parts I dont see why this wouldn’t be doable
If not though is there an alternative? Is it a feature I could post a request for? ive tried different GUI objects to no success
At this point im thinking of just obscuring the player’s vision outside of the frame but thats a bandaid fix
I thought of also using a viewport but I am generally hoping to avoid them entirely for performance

what it looks like now
image

what it (roughly) should look like:
image

Closest alternative I found using glass, not ideal but doable
image

second alternative I just found using a canvas group to crop a viewport frame, most likely NOT performant since its supposed to have up to hundreds of blocks highlighted but its something
image

3 Likes