Improve PluginAction

As a Roblox developer, it is currently too hard to have Plugin shortcuts without having the user manually modify things in Studio settings.

If Roblox is able to address this issue, it would improve my development experience because Plugins could be plug-and-play and less clunky.

Problem in focus:

I was recently working on a plugin that modifies Studio’s default camera controls.
The plugin allows users to control their camera speed using the scroll wheel on their mouse.

The plugin is missing a small creature comfort: There’s a really nice “Zoom to” feature that comes with default Studio. Users can select a model and press F to teleport their camera over to whatever they have selected.

There’s no discernible way to replicate this behavior in my custom camera. I need to know when the user presses “F” on their keyboard, but it seems there’s no way for my plugin to do that (without having the plugin’s installation process be laborious)


EDIT:
Another use-case:

14 Likes