Model Inspect is a Roblox Studio plugin to make it easier to select models and instances underneath your cursor.
- Install the plugin by building it or downloading the latest release.
- Bind a shortcut: File → Customize Shortcuts → search "[Model Inspect] Enable Selection". (e.g.
Ctrl + Space) - Hover over instances to see models under your cursor. Use
Space/Shift + Spaceto cycle through models, and click to select.Cmd/Ctrl + Clickadds to your selection without dismissing. - Press
Tab/Shift + Tabto switch to cycling through individual instances.
Source code for ModelInspect. This plugin was generated using Nevermore's CLI.
This plugin uses the following tools
- Git - Source control manager
- Roblox studio - IDE
- Aftman - Toolchain manager
- Rojo - Build system (syncs into Studio)
- Selene - Linter
- npm - Package manager
- Nevermore - Packages
To build the plugin, you want to do the following
- Run
npm installin a terminal of your choice - In Roblox Studio, enable PluginDebugService by navigating to File -> Studio Settings and searching for "Plugin Debugging Enabled" (located under Studio -> Debugger -> "Plugin Debugging Enabled")
- Run
rojo build --plugin modelinspect.rbxm --watchto serve the code
To add new packages you can run npm install @quenty/package-name or whatever the package you want.