So I thought of a neat idea, it would be super useful. If lets say you’re looking inside your explorer.
And for an example.
Inside ‘ReplicatedStorage’ you have a folder called ‘RemoteEvents’ which contains all your remote events.
So you could either in your script to reference it like this and type out:
game.ReplicatedStorage:WaitForChild(“RemoteEvents”).Event
This is where my suggestion comes in, it would be super useful if there was a new property that if you right click an object in the explorer it has “Copy path location” and if you click that. It instantly copy’s the location of that object in the game to your clipboard.
So in my case, you copy it and instantly this is copied to the clipboard game.ReplicatedStorage.RemoteEvents.Event"
Thanks.