Skip to content

unrooot/model-inspect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ModelInspect

Model Inspect is a Roblox Studio plugin to make it easier to select models and instances underneath your cursor.

How to use

  1. Install the plugin by building it or downloading the latest release.
  2. Bind a shortcut: File → Customize Shortcuts → search "[Model Inspect] Enable Selection". (e.g. Ctrl + Space)
  3. Hover over instances to see models under your cursor. Use Space / Shift + Space to cycle through models, and click to select. Cmd/Ctrl + Click adds to your selection without dismissing.
  4. Press Tab / Shift + Tab to switch to cycling through individual instances.

Source code for ModelInspect. This plugin was generated using Nevermore's CLI.

Tools

This plugin uses the following tools

Building ModelInspect

To build the plugin, you want to do the following

  1. Run npm install in a terminal of your choice
  2. In Roblox Studio, enable PluginDebugService by navigating to File -> Studio Settings and searching for "Plugin Debugging Enabled" (located under Studio -> Debugger -> "Plugin Debugging Enabled")
  3. Run rojo build --plugin modelinspect.rbxm --watch to serve the code

Adding new packages

To add new packages you can run npm install @quenty/package-name or whatever the package you want.

About

a plugin to make it easier to select models + instances

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages