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