Hello, I’ve discovered that some of Handles and WireframeHandleAdornment(this article needs update too) have properties which doesn’t work!
It seems that these are kind of old, and the properties aren’t inherited correctly in common.
Handles & ArcHandles - 1 not working
Properties that do not work:
Transparency
Video reference
Property Transparency Doesn’t work in common.
Also, it seems that it hasn’t been fixed over 10 years!
WireframeHandleAdornment - 1 not working, 2 not working as expected
Properties that do not work at all:
Thickness
this is fixed at 1, I guess.
So currently, this is Thickness 10:
What I expect(of course):
I did some tests, and I’ve discovered that these properties below are applying when doing methods suchas :AddLine() and :AddPath(),
and not changing after that.
Properties that do not work as intended:
TransparencyColor3
Other words, it only updates when the Wireframe is drawn. So I need to redraw the whole thing to change overall color/transparency.
I think it’s pretty inefficient. Should we change the property every time we draw a single segment of line? I also think that fires some (unnecessary) event too, because it’s property
Conclusion
Should add the right feature for these properties, or remove it at all.
(If it’s possible) I would request you to create a new and better version. It’s very old. Especially the wireframe thing
Thank you!

