Roblox Studio’s Explorer is fine until your game gets large. Then you’re scrolling past hundreds of parts looking for the one thing you need, or collapsing half the tree to drag something from ReplicatedStorage into ServerScriptService without losing your place.
Explorer+ is a replacement panel that sits alongside the built-in explorer and fixes the things that get tedious at scale.
---Better search
Type a name and you get fuzzy matching with the matched characters highlighted. But you can also search by what things are:
@Part anchored:true
material:!plastic
transparency:>0.5
damage:>10

Split Panes
Drag the grip in a pane’s bottom-right corner to split it horizontally or vertically. Each pane keeps its own query, its own expanded branches and its own scroll position — selection and bookmarks stay shared. A row picked up in one pane can be dropped into another, which is the whole point: ServerStorage on the left, Workspace on the right, drag across.
Multiple Views
Tree — the familiar expanding hierarchy.
Browser — similar to a file explorer.
Image gallery — a collection of all images in a place in one location. All images link back to their parent.
Each pane picks its own view, so a split can show a tree and a gallery at the same time.
Previews
Hover a Decal, Texture, SurfaceAppearance or anything else carrying an image and you get a preview of it. Hover a Model or a MeshPart and you get a bounded 3D preview.
There’s also a dedicated previews — press Space over the panel. Drag to orbit, right or middle-drag to pan, wheel to zoom. Once it’s open it follows your Studio selection automatically, and a multi-selection is laid out in a spaced row.
Everything else
-
Bookmarks
-
Property Editor
-
Context Menu
-
Switchable icon packs & icon colors.
-
Persistent Settings







