How to access roblox move/arc handles

Hello devs!
I doing animator plugin(my own animations) some time and i got to the moment when i need to make for the developer can move the part with joint C0 or change C1 but but that’s not that matter.
Soo how i can get access for the roblox move/arc handles or i can disable it when plugin is opened?

1 Like

Check out handles!

I mean i know how to make own system of handles BUT here still will be in studio handles which can break my plugin so i want know how i can disable them or use them for my plugin

1 Like

Ah I see. Check out these pages then:

https://developer.roblox.com/en-us/api-reference/function/Plugin/SelectRibbonTool

Can you give me an example how i can disable them all while plugin is enabled or how i can insert my code in it