Engine Class
Part
Summary
Properties
Inherited Members
2 inherited from FormFactorPart
105 inherited from BasePart
4 inherited from PVInstance
57 inherited from Instance
6 inherited from Object
Inherited by
Code Samples
Create a Part in a Script
local part = Instance.new("Part")
part.Name = "JurassicPart"
part.Anchored = true
part.Shape = Enum.PartType.Ball
part.Color = Color3.new(1, 1, 1)
part.Parent = workspace -- Put the part into the WorkspaceAPI Reference
Properties
Shape
Code Samples
Create a Part in a Script
local part = Instance.new("Part")
part.Name = "JurassicPart"
part.Anchored = true
part.Shape = Enum.PartType.Ball
part.Color = Color3.new(1, 1, 1)
part.Parent = workspace -- Put the part into the Workspace