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)
Sorry for bumping I was researching why UIS:IsKeyDown() not working… The year is 2024(close to 2025) and there been rarely any improvement to Plugin I just really really wish making plugin is like do this and it work instead I have to research for every topic of it work in-game but not in plugin. I hope this get picked up by pure chance.