GetFullName on Right Click Properties

I’m super lazy and would like a button here that says ‘Copy Full Name’ which would put into my clipboard game.StarterGui.GameGui.MainFrame.MenuOverlay.RubyBuy.MiniCurrencyBar.Rubies

I can paste it into my script whenever i want. I can edit out game.StarterGui and such and it’d come in handy in other places too, like ReplicatedStorage and stuff.

6 Likes

Would you find this useful primarily in GUIs or do you have long chains of instances elsewhere as well?

this, or allow plugins to add to the context menu

1 Like

For me GUIs, but I never use a full path of a gui since my scripts usually have references deeper within. I think this is a bit too niche to consider adding to the right click menu. That menu is reserved for common operations.

2 Likes