Im trying to make a plugin for studio, but I need to know how to detect when the dev is selecting the part
![]()
Sort of like in the tool grip plugin when you select a tool it shows it in the widget, I know its possible to do but I cant find how.
Im trying to make a plugin for studio, but I need to know how to detect when the dev is selecting the part
![]()
Sort of like in the tool grip plugin when you select a tool it shows it in the widget, I know its possible to do but I cant find how.
Plugins can use the Selection service to see what a developer is selecting.
This should help you