Multi-select F2 in new explorer

In the new explorer you can press F2 to rename a selected object. But this only works if you only have a single object selected. If you have several objects you want to rename you have to do it the slow way. Would be nice for the F2 shortcut to work with multiple selected objects.

8 Likes

I’ve made a plugin that implements this: https://create.roblox.com/store/asset/7280790624/Reliable-Renaming

The main caveat is that it only sinks F2 input when the viewport is selected, so if you have a script open or are working in the explorer, there’s no way to rename multiple instances.

Actually, I’ll link this topic (which I just realized was made by you as well), since this would allow developers to implement a lot of these features ourselves: Plugins need a way to listen to app input

1 Like