I found another similar topic but I didn’t find the answer (or I didn’t understand well)
So here is my question, I want to get the path of a instance and put this information in a TextLabel…
Example:
The TextLabel.Text should be = game.Workspace.NiceFolder.Part
So, the information in the TextLabel should be the path/directory of any Instance (in this case, of that part)
Just saying that GetFullName() isnt 100% accurate since it lists the instances descendants name not the service itself so if you try to use this in a script of some sort then it might not work based on how you use it.
Yes that is true, but provided all services remain named exactly as they normally are (bar SoundService which is automatically renamed to SoundScape on run), it should run just fine.