The Ancestry-Script Plugin

Ever have this problem?

Yeah I know, so annoying! Look no further for the (possibly but NOT guarunteed to be) useful plugin!

How To Use:

Just select the instance you want to get the ancestry of in script syntax, and click the plugin. A window should pop-up displaying the ancestry in text so you can copy and paste it. I decided to keep it simple since it’s a pretty simple plugin and doesn’t need too much design.

Here’s a video showing how it works:

Edit: Silly me. I forgot to link the plugin. Here you go:

3 Likes

You could just run:

print(game.Selection:Get()[1]:GetFullName())

Inside of the command bar.

This will output the path to the instance you selected

You can also right click on an instance and “Expand All” which, opens every descendant.

I can see beginners using this plugin though!

4 Likes