Get Object Path: A small plugin for indexing instance paths

I made this long ago for myself, but never got to share it before because I never really bothered fixing the many issues it had or adding proper descriptions.

This plugin avoids the tiresome act of indexing instances in your scripts. Select the object(s) you want to get the path of in the explorer and click on one of the 2 buttons this plugin creates in the plugin tab. It will then print the path(s) in the output window.

The first button directly indexes the object and is useful when it is already loaded, while the second one avoids typing out long :WaitForChild(name) lines.

Roblox currently doesn’t allow access to the clipboard, but there is a method wrapped in pcall() if this feature eventually gets added (Just a heads-up in case you notice your copied text suddenly changing).

8 Likes

Love this <3

This is a long needed feature that’s been suggested long ago.

The only thing that would make this ultimate is the access to clipboard :confused:

2 Likes

Indeed. I actually had this working back when you could edit built-in plugins, but now it checks their signature.

1 Like