pathTracker - Find the path of anything in your explorer

I built a simple plugin for my friend who’s new to Roblox Studio that helps find the path to anything in your explorer. It supports multiple instances.

Link: https://create.roblox.com/store/asset/134188356374820/pathTracker

How To Use:

  1. Get the plugin
  2. Select all the instances you want to know the path of
  3. Go to your plugins tab
  4. Click the find path button
  5. Go to your output tab to find the path to all the selected instances.

Showcase:

Let me know if you have any suggestions or ideas for another plugin

2 Likes

Nice first plugin concept, although isn’t this basically just an overcomplicated GetFullName()?

1 Like

You are correct; The difference is that you can click instances individually and that you can get the path of multiple instances at the same time.