I’m working on a plugin right now but I’m running into annoying issues because I can’t seem to disable the default select tool behavior while my plugin is running. Is there a function I can call or a property I can change to disable this?
These should put your plugin in control of the mouse / restore the previously selected tool respectively:
https://www.robloxdev.com/api-reference/function/Plugin/Activate
https://www.robloxdev.com/api-reference/function/Plugin/Deactivate
3 Likes