Live-Game Explorer[V3.3]

Yes, it’s safe to use. You need to turn on HTTP Requests to get the API dump for all the properties of objects. All the code is also available when you put the script in your game, so you can always just look through it if you’re skeptical.

exactly what I meant :smiley:

text limit sorry ;D

Can you also delete objects in the explorer in real time?

2 Likes

No, I didn’t intend on this being a replacement for most studio actions
That’s outside the scope of this project.

Maybe one day I’ll extend this to add more studio-like support for manipulating instances beyond changing their properties, but that’s a much larger project

2 Likes

Fetched latest API dump for In-Game explorer - Server - InGameExplorer:38
AllowHTTPS is enabled, not the starter game though
(nevermind i was stupid)

1 Like

Its basically a better Dex.

Since Dex is not maintained anymore.

1 Like

Unsure if anyone else has mentioned this bug, but unable to view/edit any UI object properties (UIPadding/UICorner/etc)

1 Like

I was about to give up and make this from scratch, thanks it’s amazing

I love the concept of this and I have been meaning to add this to my team’s game but I am struggling to do so because there’s not a Wally release and my team uses Rojo for our codebase. If this was supported through Wally I would immediately implement this into the game.

1 Like

– Permission How To Use –

return function(player)
return player.UserId > 1
end

That gives permission to everyone.

Everyone but not owner of roblox.

As if you’re worried the owner of Roblox will join your game and view your explorer as if they didn’t have their own tools for that.

A better way to give everyone access is just to return true or check if they are the private server owner or are friends with the private server owner

thinks on using iris code to implement this

Attributes and CollectionService Tags are already in roblox explorer lol.

Just recreate roblox studio tools inside this and maybe this’ll be the most used resource of all time lol. (sounds hard)

that’d be such a cool idea, deleting things and copying, just like the real studio!

1 Like

Just updated this tool with double-click support for expanding windows and some small fixes

This is awesome!

One request though, is to be able to view game explorers of other clients in the server. Immediate use case would be to remote-debug mobile devices that may be having performance issues.

3 Likes

Yeah, someone might just use exploits and hide their workspace easily.
But yeah, for testing it’d be nice!

really cool resource, possibly allowing to view and edit script source would be cool if possible?

I’ll see if I can add this soon when I get the free time

2 Likes