Create a Part
studio_create_partCreate a Part under a parent instance with specified properties such as size, position, color, and material. Includes automatic backup and rollback on failure.
Instructions
부모 인스턴스(parentGuid) 하위에 Part 를 생성한다. 쓰기 파이프라인(backup→modify→validate→level.apply→level.save.file)을 강제하며, 실패 시 자동 rollback. parentGuid 는 studio_browse 로 먼저 확인할 것. 속성: Size/CFrame/Color/Material/Anchored 등. Position 은 CFrame.Position 으로 지정한다. Size 단위는 cm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | 생성할 Part 이름 | |
| parentGuid | Yes | 부모 인스턴스 GUID (예: Workspace) | |
| properties | No | Part 속성 (생략 시 기본값 적용) |