get_instance_properties
Retrieve all properties of any Roblox instance in Studio using its dot-notation path. Get detailed property data for parts, scripts, and other objects to inspect or modify them.
Instructions
Get all properties of a specific Roblox instance in Studio
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instancePath | Yes | Roblox instance path using dot notation (e.g., "game.Workspace.Part", "game.ServerScriptService.MainScript", "game.ReplicatedStorage.ModuleScript") |