Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to create a wedge or cylinder?

Asked by 8 years ago

Hi,

I know how to use

Instance.new("Part")

But how would I use it to create a wedge, cylinder, sphere, etc?

0
FormFactor for normal parts for the cylinder and sphere (or using meshes), or WedgePart or CornerWedgePart as instances. M39a9am3R 3210 — 8y

1 answer

Log in to vote
0
Answered by 8 years ago

I feel like you could have guessed this question

Here you are anyways,

Instance.new("Wedge") --Makes a wedge
Instance.new("Cylinder") --Makes a cylinder
--etc
Ad

Answer this question