Is it possible to make a dropper that drops cylinder parts?

Hello Devforum,
Currently, I am working on a tycoon that requires the drop of a cylinder part instead of the traditional part. I was wondering if it is possible to make a dropper that can drop a cylinder. I have searched the internet and the dev forum and cannot find anything similar to this. Thanks for reading.

Sincerely,
Jackoob_YT

2 Likes

You could use .Shape

like

local part = script.Parent
local newpart = part:Clone()
newpart.Shape = Enum.PartType.Cylinder

Welp u beat me here lol but what he said should work, another way to do it is to do
newpart.Shape = “Cylinder”

I really don’t know if it works with “”.

Oh im on an ipad so i cant do the PC quotation marks

idk why but it works lol bye bye enum