Directory Path Finder

How to make command that can show directory path of an instance, let’s say I want to make like /fi GUI1 and it’s gonna print “game.StarterGui.GUI1” or if I want to find a part /fi Part1 it’s gonna print (workspace.Part1) or even deeper like (workspace.Model1.Part1) incase Part1 is inside a model. (fi is FindInstance)

print(thing:GetFullName())

charscharschars