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