Hey everyone, I spent a couple days making this free tool. It’s a live-game explorer/properties window for authorized players that allows you to read and update properties and attributes of instances in game, even outside studio. This is useful for debugging and tuning values in your game at runtime
Supports:
real time output/dev console for reading the output of any client or the server , and writing code
real time updating of properties under the selected instance
writing properties
attributes support
copying properties/attribute changes back into studio
* Click the export button in the properties window to export all properties, then import them with the attached plugin under the file
server view mode and server edits (writing properties under server view will write them on the server)
BigBois(opening a 35,000 instance folder only causes about ~0.5 seconds of lag)
Planned Features:
Window Resizing/Repositioning via mouse drag
Tags
Any other general fixes/polish/QOL?
This is the first release and there are expected to be bugs or other issues
How to get
Install the rbxm directly here or download it from the marketplace
Be sure to read the attached ReadMe under the script for setup instructions, they’re fairly straight forward though
Special thanks to @Maximum_ADHD for his API dump and @sircfenner for his icon spritesheet
Special thanks to @AntiBoomz0r for various optimizations
Updates
Feb 25 2024[v2.0]
Added Double Click to expand support
Fixed issue with the plugin
March 6th, 2024
added the ability to read/write to anyones client explorer, not just your own
View real-time console output for the server or anyone’s client
Write code to the server or anyone’s client with a command bar in the output console
March 6th, 2024[V3.1]
Fixed bug shortly after latest release causing this to not work
April 2nd, 2024[V3.2]
Fixed autolocalize issue with console
May 20th, 2024[V3.3]
Fixed potential security concern when a player is being observed by an admin(thanks to @Coasterteam for bringing this to my attention and writing a quick fix while I’m away)
I am pretty sure these are just the new default Roblox icons.
I was asking because he made the spritesheet and I am too lazy at the moment because it will be time consuming. And the one in files needs to be cut into pieces.
Would it be possible to consider having a way to search for instances (by name) and select parts to view in the world to change their properties quickly? (Like a toggle setting or something that turns your clicks into “selecting” parts)
Noticed a bug however, crashes your client. Having an instance children opened and having any part of that model change (or get deleted) seems to crash your client completely. Trying to find out exactly what is causing it but morphing my character with it open in the view crashes roblox completely for me.
This is happening in a very large game with a very large workspace, haven’t tested it with a smaller one.