Format
Examples
Supported Root Services
The following services can be used as path roots:WorkspacePlayersLightingReplicatedStorageReplicatedFirstServerScriptServiceServerStorageStarterGuiStarterPackStarterPlayerTeamsSoundServiceTextChatServiceCollectionServiceChatLocalizationService
PathResolver.lua:5-27:
Path Resolution
Paths are resolved by traversing the instance tree from the service root: Implementation fromPathResolver.lua:29-57:
Error Handling
If a path segment cannot be found, the resolver returns an error indicating the exact segment that failed:Building Paths from Instances
You can also convert an instance back to a path string: Implementation fromPathResolver.lua:59-67:
Usage in Tools
All RbxGenie tools use path notation to reference instances:Single Instance Operations
Multiple Instance Operations
Creating Objects
Thepath parameter specifies the parent:
Scoped Operations
Many search and query tools accept apath parameter to limit scope:
StarterGui.MyGui and its descendants.