-- This file was generated with UnveilR V3 at discord.gg/threaded using the testing version.

game:GetService("Workspace");
if (Enum.PartType.Cylinder.Name ~= "Cylinder") then 
end;
if (Enum.PartType.Cylinder.Value ~= 2) then 
end;
if (tostring(Enum.PartType.Cylinder.EnumType) ~= "PartType") then 
end;
local Part = Instance.new"Part";
Part.Shape = "Cylinder";
if not pcall(function(a, b, c)
    Part.Shape = Enum.PartType.Cylinder;
end) or false then 
end;
Part.Parent = workspace;
if (Part.Parent ~= workspace) then 
end;
if (Part.Shape ~= Enum.PartType.Cylinder) then 
    print"Not ok #5";
end;
print"dtc";