Nudging parts with numpad arrows / home and end is broken

the roblox move tool’s numpad nudging functionality does not behave as expected.
there are three big issue with it:

  • the handles dont move with it, which definitely feels unintended
  • the handles dont clean up when the object is unselected
  • it’s not possible to unbind the nudging keybinds

this video shows the problematic behavior:

While im not sure if it qualifies as a ‘bug’, I would really like to be able to unbind them as to be able to use those keybinds in my own plugin.

1 Like

Thanks for the bug report.

To be clear, these keys should only do anything while the dragger is selected: Do you want your plugin to run side by side with the draggers and add functionality to them via the NumPad keys?

  • Yes, the rendering seems to be broken. I’ll get that fixed.

  • If you make your plugin expose PluginActions, those will take precedence over the behavior you see there. Though the end user of the plugin will have to manually bind them to the NumPad keys in the shortcut customization menu.

thanks for the response. I see you’re right about the plugin actions overwriting the nudging input! Just assumed it wouldnt, should’ve tested. As another small issue, when numlock is on the keys that dont switch the tool still register the nudging which gives some inconsistent and unintuitive behavior.