Part
Part : BasePart
Overview
BasePart를 기반으로 도형을 표현하는 객체로, Ball, Block, Cylinder의 세 가지 기본 형태를 제공합니다.
Properties
Shape
Enum.PartType
Part의 외형을 정의하는 속성입니다.
Code Samples
local Part = script.Parent
Part.Shape = Enum.PartType.Cylinder
Methods
Events
Last updated