Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local GrabKnifev3 = Instance.new("TextButton")
- local CrossRoad = Instance.new("TextButton")
- local SpamBlocks = Instance.new("TextButton")
- local TextButton = Instance.new("TextButton")
- -- Properties
- ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
- Frame.Parent = ScreenGui
- Frame.Active = true
- Frame.BackgroundColor3 = Color3.new(0, 0, 0)
- Frame.Position = UDim2.new(0.208178446, 0, 0.132411063, 0)
- Frame.Size = UDim2.new(0, 497, 0, 364)
- GrabKnifev3.Name = "GrabKnifev3"
- GrabKnifev3.Parent = Frame
- GrabKnifev3.BackgroundColor3 = Color3.new(0, 0, 0)
- GrabKnifev3.BackgroundTransparency = 0.60000002384186
- GrabKnifev3.BorderColor3 = Color3.new(0, 1, 1)
- GrabKnifev3.BorderSizePixel = 3
- GrabKnifev3.Size = UDim2.new(0, 497, 0, 50)
- GrabKnifev3.Font = Enum.Font.SciFi
- GrabKnifev3.FontSize = Enum.FontSize.Size14
- GrabKnifev3.Text = "GrabKnifeV3"
- GrabKnifev3.TextColor3 = Color3.new(0.666667, 1, 1)
- GrabKnifev3.TextScaled = true
- GrabKnifev3.TextSize = 14
- GrabKnifev3.TextWrapped = true
- GrabKnifev3.MouseButton1Down:connect(function()
- math.randomseed(tick())
- local player = game.Players.LocalPlayer
- local rekt = {}
- local paralyzed = false
- local curpoint = nil
- local curpart = nil
- local finishnum = 1
- local zombiemode = false
- local zombies = {}
- local lastgui = nil
- local mouse = player:GetMouse()
- function getplr(char)
- local plr = nil
- for i,v in pairs(game.Players:GetChildren()) do
- if v.Character == char then
- plr = v
- end
- end
- return plr
- end
- function bleed(frick)
- while frick.Parent ~= nil do
- local reeee = coroutine.wrap(function()
- local thing = Instance.new('Part',game.Workspace)
- thing.Size = Vector3.new(0.2,0.2,0.2)
- thing.CFrame = frick.CFrame
- thing.Shape = Enum.PartType.Ball
- thing.CFrame = frick.CFrame
- thing.Transparency = 1
- thing.BrickColor = BrickColor.new('Maroon')
- thing.Material = Enum.Material.SmoothPlastic
- thing.Name = "Blood"
- thing.CanCollide =false
- local rawrxd = Instance.new('BodyForce',thing)
- rawrxd.Force = frick.CFrame.upVector*(math.random()*2)+Vector3.new(math.random(-5, 5)/10,1.5,0)
- local coru = coroutine.wrap(function()
- wait(0.01)
- rawrxd:Destroy()
- end)
- coru()
- local ree = Instance.new('ParticleEmitter',thing)
- ree.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.fromRGB(100,0,0)),ColorSequenceKeypoint.new(1,Color3.fromRGB(100,0,0))})
- ree.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.1),NumberSequenceKeypoint.new(1,0.1)})
- ree.Texture = 'rbxassetid://867743272'
- ree.Lifetime = NumberRange.new(0.4)
- ree.Rate = 50
- ree.LockedToPart = true
- ree.Speed = NumberRange.new(0, 2)
- thing.Touched:connect(function(tou)
- if tou.Parent and tou.Parent:IsA('Tool') == false and tou.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil and tou.Parent:FindFirstChildOfClass('Humanoid') == nil and tou.Name ~= "Blood" and tou.Parent.Name ~= "Projectile" and tou.Parent.Name ~= "big ass knife" and tou.Parent ~= player.Character and tou.Parent.ClassName ~= "Accessory" and tou.Parent.Name ~= "bitch ass knife" then
- local pos = Vector3.new(thing.Position.X,(tou.Position.Y+(tou.Size.Y/2))+0.02,thing.Position.Z)
- thing:Destroy()
- if tou.Name == "BloodPuddle" then
- local reee = tou.CFrame
- if tou.Transparency > -0.2 then
- tou.Transparency = tou.Transparency -0.1
- end
- if tou.Size.X < 10 then
- tou.Size = tou.Size+Vector3.new(0.1,0,0.1)
- tou.CFrame = reee
- end
- else
- local bloodlol = Instance.new('Part',workspace)
- bloodlol.Size=Vector3.new(1,0.2,1)
- bloodlol.Name = "BloodPuddle"
- bloodlol.Anchored = true
- bloodlol.CanCollide = false
- bloodlol.Material = Enum.Material.SmoothPlastic
- bloodlol.BrickColor = BrickColor.new('Maroon')
- local cyl = Instance.new('CylinderMesh',bloodlol)
- cyl.Scale = Vector3.new(1,0.1,1)
- bloodlol.CFrame = CFrame.new(pos)
- local coru=coroutine.wrap(function()
- while bloodlol.Parent ~= nil do
- if bloodlol.Transparency < 1 then
- bloodlol.Transparency = bloodlol.Transparency+0.05
- else
- bloodlol:Destroy()
- end
- wait(0.1)
- end
- end)
- coru()
- end
- end
- end)
- local coru = coroutine.wrap(function()
- wait(1)
- thing:Destroy()
- end)
- coru()
- end)
- reeee()
- wait()
- end
- end
- function killz(playa,hitz,kneef,explode,pool,head,charred,override)
- local soundy = false
- local heyy = hitz
- if hitz == "Right Arm" then
- local Limb = playa:FindFirstChild("Right Arm")
- local ters = playa:FindFirstChild('Torso')
- if Limb and ters then
- if ters:FindFirstChild('Right Shoulder') then ters["Right Shoulder"]:Destroy() end
- for i,v in pairs(Limb:GetChildren()) do
- if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
- v:Destroy()
- end
- end
- Limb.CFrame = ters.CFrame * CFrame.new(1.5, 0, 0)
- local Joint = Instance.new("Rotate")
- Joint.Name = "RightShoulder"
- Joint.Part0 = ters
- Joint.Part1 = Limb
- Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- Joint.Parent = ters
- if charred and zombiemode == false then
- Limb.BrickColor = BrickColor.new('Black')
- local fire = Instance.new('Fire',Limb)
- fire.Heat = 5
- fire.Size = 5
- game:GetService('Debris'):AddItem(fire,2)
- local coru=coroutine.wrap(function()
- wait(2)
- for i,v in pairs(Limb:GetChildren()) do
- if v:IsA('ParticleEmitter') then
- v:Destroy()
- end
- end
- end)
- coru()
- end
- local B = Instance.new("Part")
- B.TopSurface = 0
- B.BottomSurface = 0
- B.formFactor = "Symmetric"
- B.Size = Vector3.new(1, 1, 1)
- B.Transparency = 1
- B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
- B.Parent = playa
- local W = Instance.new("Weld")
- W.Part0 = Limb
- W.Part1 = B
- W.C0 = CFrame.new(0, -0.5, 0)
- W.Parent = Limb
- if kneef then
- local coru = coroutine.wrap(function()
- local uno = Instance.new('Part',workspace)
- local dos = Instance.new('Part',workspace)
- uno.CFrame = playa:FindFirstChild(hitz).CFrame
- dos.CFrame = kneef["big ass knife"].CFrame
- local weld = Instance.new('Weld',kneef["big ass knife"])
- weld.Part0 = playa:FindFirstChild(hitz)
- weld.Part1 = kneef["big ass knife"]
- weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
- uno:Destroy()
- dos:Destroy()
- playa:FindFirstChild(hitz).Anchored = false
- for i, v in pairs(kneef:GetChildren()) do
- if v:IsA('BasePart') then
- v.Anchored = false
- end
- end
- if zombiemode == false or override then
- wait()
- end
- if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
- kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
- end
- local bleedpart = Instance.new("Part", kneef)
- bleedpart.CanCollide = false
- bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
- bleedpart.CFrame = kneef["big ass knife"].CFrame
- bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
- bleedpart.Transparency = 1
- local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
- bleedpartweld.Part0 = kneef["big ass knife"]
- bleedpartweld.Part1 = bleedpart
- bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
- local coru = coroutine.wrap(function()
- bleed(bleedpart)
- end)
- coru()
- game:GetService('Debris'):AddItem(bleedpart,2)
- end)
- coru()
- end
- end
- elseif hitz == "Left Arm" then
- local Limb = playa:FindFirstChild("Left Arm")
- local ters = playa:FindFirstChild('Torso')
- if Limb and ters then
- if ters:FindFirstChild('Left Shoulder') then ters["Left Shoulder"]:Destroy() end
- for i,v in pairs(Limb:GetChildren()) do
- if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
- v:Destroy()
- end
- end
- Limb.CFrame = ters.CFrame * CFrame.new(-1.5, 0, 0)
- local Joint = Instance.new("Rotate")
- Joint.Name = "LeftShoulder"
- Joint.Part0 = ters
- Joint.Part1 = Limb
- Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
- Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
- Joint.Parent = ters
- if charred and zombiemode == false then
- Limb.BrickColor = BrickColor.new('Black')
- local fire = Instance.new('Fire',Limb)
- fire.Heat = 5
- fire.Size = 5
- game:GetService('Debris'):AddItem(fire,2)
- local coru=coroutine.wrap(function()
- wait(2)
- for i,v in pairs(Limb:GetChildren()) do
- if v:IsA('ParticleEmitter') then
- v:Destroy()
- end
- end
- end)
- coru()
- end
- local B = Instance.new("Part")
- B.TopSurface = 0
- B.BottomSurface = 0
- B.formFactor = "Symmetric"
- B.Size = Vector3.new(1, 1, 1)
- B.CanCollide = true
- B.Transparency = 1
- B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
- B.Parent = playa
- local W = Instance.new("Weld")
- W.Part0 = ters
- W.Part1 = B
- W.C0 = CFrame.new(0, -0.5, 0)
- W.Parent = Limb
- if kneef then
- local coru = coroutine.wrap(function()
- local uno = Instance.new('Part',workspace)
- local dos = Instance.new('Part',workspace)
- uno.CFrame = playa:FindFirstChild(hitz).CFrame
- dos.CFrame = kneef["big ass knife"].CFrame
- local weld = Instance.new('Weld',kneef["big ass knife"])
- weld.Part0 = playa:FindFirstChild(hitz)
- weld.Part1 = kneef["big ass knife"]
- weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
- uno:Destroy()
- dos:Destroy()
- playa:FindFirstChild(hitz).Anchored = false
- for i, v in pairs(kneef:GetChildren()) do
- if v:IsA('BasePart') then
- v.Anchored = false
- end
- end
- if zombiemode == false or override then
- wait()
- end
- if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
- kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
- end
- local bleedpart = Instance.new("Part", kneef)
- bleedpart.CanCollide = false
- bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
- bleedpart.CFrame = kneef["big ass knife"].CFrame
- bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
- bleedpart.Transparency = 1
- local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
- bleedpartweld.Part0 = kneef["big ass knife"]
- bleedpartweld.Part1 = bleedpart
- bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
- local coru = coroutine.wrap(function()
- bleed(bleedpart)
- end)
- coru()
- game:GetService('Debris'):AddItem(bleedpart,2)
- end)
- coru()
- end
- end
- elseif hitz == "Right Leg" then
- local Limb = playa:FindFirstChild("Right Leg")
- local ters = playa:FindFirstChild('Torso')
- if Limb and ters then
- if ters:FindFirstChild('Right Hip') then ters["Right Hip"]:Destroy() end
- for i,v in pairs(Limb:GetChildren()) do
- if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
- v:Destroy()
- end
- end
- Limb.CFrame = ters.CFrame * CFrame.new(0.5, -2, 0)
- local Joint = Instance.new("Rotate")
- Joint.Name = "Right Hip"
- Joint.Part0 = ters
- Joint.Part1 = Limb
- Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- Joint.Parent = ters
- if charred and zombiemode == false then
- Limb.BrickColor = BrickColor.new('Black')
- local fire = Instance.new('Fire',Limb)
- fire.Heat = 5
- fire.Size = 5
- game:GetService('Debris'):AddItem(fire,2)
- local coru=coroutine.wrap(function()
- wait(2)
- for i,v in pairs(Limb:GetChildren()) do
- if v:IsA('ParticleEmitter') then
- v:Destroy()
- end
- end
- end)
- coru()
- end
- local B = Instance.new("Part")
- B.TopSurface = 0
- B.BottomSurface = 0
- B.formFactor = "Symmetric"
- B.Size = Vector3.new(1, 1, 1)
- B.Transparency = 1
- B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
- B.Parent = playa
- local W = Instance.new("Weld")
- W.Part0 = Limb
- W.Part1 = B
- W.C0 = CFrame.new(0, -0.5, 0)
- W.Parent = Limb
- if kneef then
- local coru = coroutine.wrap(function()
- local uno = Instance.new('Part',workspace)
- local dos = Instance.new('Part',workspace)
- uno.CFrame = playa:FindFirstChild(hitz).CFrame
- dos.CFrame = kneef["big ass knife"].CFrame
- local weld = Instance.new('Weld',kneef["big ass knife"])
- weld.Part0 = playa:FindFirstChild(hitz)
- weld.Part1 = kneef["big ass knife"]
- weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
- uno:Destroy()
- dos:Destroy()
- playa:FindFirstChild(hitz).Anchored = false
- for i, v in pairs(kneef:GetChildren()) do
- if v:IsA('BasePart') then
- v.Anchored = false
- end
- end
- if zombiemode == false or override then
- wait()
- end
- if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
- kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
- end
- local bleedpart = Instance.new("Part", kneef)
- bleedpart.CanCollide = false
- bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
- bleedpart.CFrame = kneef["big ass knife"].CFrame
- bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
- bleedpart.Transparency = 1
- local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
- bleedpartweld.Part0 = kneef["big ass knife"]
- bleedpartweld.Part1 = bleedpart
- bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
- local coru = coroutine.wrap(function()
- bleed(bleedpart)
- end)
- coru()
- game:GetService('Debris'):AddItem(bleedpart,2)
- end)
- coru()
- end
- if playa then
- table.insert(rekt,playa)
- end
- end
- elseif hitz == "Left Leg" then
- local Limb = playa:FindFirstChild("Left Leg")
- local ters = playa:FindFirstChild('Torso')
- if Limb and ters then
- if ters:FindFirstChild('Left Hip') then ters["Left Hip"]:Destroy() end
- for i,v in pairs(Limb:GetChildren()) do
- if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
- v:Destroy()
- end
- end
- Limb.CFrame = ters.CFrame * CFrame.new(0.5, -2, 0)
- Limb.CFrame = ters.CFrame * CFrame.new(-0.5, -2, 0)
- local Joint = Instance.new("Rotate")
- Joint.Name = "LeftHip"
- Joint.Part0 = ters
- Joint.Part1 = Limb
- Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
- Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
- Joint.Parent = ters
- if charred and zombiemode == false then
- Limb.BrickColor = BrickColor.new('Black')
- local fire = Instance.new('Fire',Limb)
- fire.Heat = 5
- fire.Size = 5
- game:GetService('Debris'):AddItem(fire,2)
- local coru=coroutine.wrap(function()
- wait(2)
- for i,v in pairs(Limb:GetChildren()) do
- if v:IsA('ParticleEmitter') then
- v:Destroy()
- end
- end
- end)
- coru()
- end
- local B = Instance.new("Part")
- B.TopSurface = 0
- B.BottomSurface = 0
- B.formFactor = "Symmetric"
- B.Size = Vector3.new(1, 1, 1)
- B.Transparency = 1
- B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
- B.Parent = playa
- local W = Instance.new("Weld")
- W.Part0 = Limb
- W.Part1 = B
- W.C0 = CFrame.new(0, -0.5, 0)
- W.Parent = Limb
- Limb.CanCollide = false
- if kneef then
- local coru = coroutine.wrap(function()
- local uno = Instance.new('Part',workspace)
- local dos = Instance.new('Part',workspace)
- uno.CFrame = playa:FindFirstChild(hitz).CFrame
- dos.CFrame = kneef["big ass knife"].CFrame
- local weld = Instance.new('Weld',kneef["big ass knife"])
- weld.Part0 = playa:FindFirstChild(hitz)
- weld.Part1 = kneef["big ass knife"]
- weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
- uno:Destroy()
- dos:Destroy()
- playa:FindFirstChild(hitz).Anchored = false
- for i, v in pairs(kneef:GetChildren()) do
- if v:IsA('BasePart') then
- v.Anchored = false
- end
- end
- if zombiemode == false or override then
- wait()
- end
- if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
- kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
- end
- local bleedpart = Instance.new("Part", kneef)
- bleedpart.CanCollide = false
- bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
- bleedpart.CFrame = kneef["big ass knife"].CFrame
- bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
- bleedpart.Transparency = 1
- local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
- bleedpartweld.Part0 = kneef["big ass knife"]
- bleedpartweld.Part1 = bleedpart
- bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
- local coru = coroutine.wrap(function()
- bleed(bleedpart)
- end)
- coru()
- game:GetService('Debris'):AddItem(bleedpart,2)
- end)
- coru()
- end
- if playa then
- table.insert(rekt,playa)
- end
- end
- elseif playa then
- if finishnum ~= 1 then
- local coru=coroutine.wrap(function()
- player.Character.Head.Psycho.Playing = true
- wait(3)
- player.Character.Head.Psycho.Playing = false
- end)
- coru()
- end
- local playa2 = playa
- playa.Archivable = true
- local playa = playa:Clone()
- playa.Archivable = false
- playa2:Destroy()
- playa.Parent = workspace
- local Gibs = game.Workspace
- local Torso = playa.Torso
- local Head = playa:FindFirstChild("Head")
- local function Scan(ch)
- local e
- for e = 1,#ch do
- Scan(ch[e]:GetChildren())
- if (ch[e].ClassName == "Weld" and ch[e]:FindFirstChild('Part1') and ch[e].Part1.Name ~= 'Projectile') or ch[e].ClassName == "Motor6D" or ch[e].ClassName == "Rotate" or (ch[e]:IsA('BasePart') and ch[e].Size == Vector3.new(1, 1, 1)) then
- ch[e]:remove()
- end
- end
- end
- Scan(playa:GetChildren())
- if playa:FindFirstChild('HumanoidRootPart') and (zombiemode == false or override) then
- playa:FindFirstChild('HumanoidRootPart'):Destroy()
- end
- local hum2 = playa:FindFirstChildOfClass("Humanoid")
- if zombiemode == true and override == false then
- soundy = true
- end
- if string.sub(hum2.Parent.Name,string.len(hum2.Parent.Name)-8,string.len(hum2.Parent.Name)) ~= "'s Zombie" then
- override = true
- end
- if hum2 ~= nil then
- hum2.Name = "Humanoid2"
- hum2.Health = 0
- if zombiemode == false or override == true then
- table.insert(rekt,hum2.Parent)
- else
- local gyro = Instance.new('BodyGyro',Torso)
- hum2.PlatformStand = false
- for i,v in pairs(hum2.Parent.Torso:GetChildren()) do
- if v:IsA('BodyGyro') then v:Destroy() end
- end
- if playa:FindFirstChild('HumanoidRootPart') then
- hum2.Parent.HumanoidRootPart.CFrame = hum2.Parent.Torso.CFrame
- local weldcrucial = Instance.new('Weld',hum2.Parent.HumanoidRootPart)
- weldcrucial.Part0 = hum2.Parent.HumanoidRootPart
- weldcrucial.Part1 = hum2.Parent.Torso
- end
- end
- end
- local ch = playa:GetChildren()
- local i
- for i = 1,#ch do
- if ch[i].Name == "THandle1" or ch[i].Name == "THandle2" then
- ch[i]:remove()
- end
- end
- if Head then
- local Neck = Instance.new("Weld")
- Neck.Name = "Neck"
- Neck.Part0 = Torso
- Neck.Part1 = Head
- if pool then
- local part = Instance.new('Part',Torso)
- part.Position = Vector3.new(0,10,0)
- part.Size = Vector3.new(0.2,0.2,0.2)
- part.Transparency = 1
- part.CanCollide = false
- local we = Instance.new('Weld',Torso)
- we.Part0 = Torso
- we.Part1 = part
- we.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
- local coru=coroutine.wrap(function()
- bleed(part)
- end)
- coru()
- end
- if head == false or head == nil then
- Neck.C0 = CFrame.new(0, 1.5, 0)
- else
- Neck.C0 = CFrame.new(0, 1.5, 0.2)*CFrame.Angles(0.5, 0.25, 0.25)
- local bleedpart = Instance.new("Part", Torso)
- bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
- bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
- bleedpart.CanCollide = false
- bleedpart.Position = Head.Position + Vector3.new(0, 1, 0)
- bleedpart.Transparency = 1
- local bleedpartweld = Instance.new("Weld", Torso)
- bleedpartweld.Part0 = Torso
- bleedpartweld.Part1 = bleedpart
- bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
- local coru = coroutine.wrap(function()
- bleed(bleedpart)
- end)
- coru()
- end
- Neck.C1 = CFrame.new()
- Neck.Parent = Torso
- end
- local Limb = playa:FindFirstChild("Right Arm")
- if Limb then
- Limb.CFrame = Torso.CFrame * CFrame.new(1.5, 0, 0)
- local Joint = Instance.new("Rotate")
- Joint.Name = "RightShoulder"
- Joint.Part0 = Torso
- Joint.Part1 = Limb
- Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- Joint.Parent = Torso
- local B = Instance.new("Part")
- B.TopSurface = 0
- B.BottomSurface = 0
- B.formFactor = "Symmetric"
- B.Size = Vector3.new(1, 1, 1)
- B.Transparency = 1
- B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
- B.Parent = playa
- local W = Instance.new("Weld")
- W.Part0 = Limb
- W.Part1 = B
- W.C0 = CFrame.new(0, -0.5, 0)
- W.Parent = Limb
- end
- local Limb = playa:FindFirstChild("Left Arm")
- if Limb then
- Limb.CFrame = Torso.CFrame * CFrame.new(-1.5, 0, 0)
- local Joint = Instance.new("Rotate")
- Joint.Name = "LeftShoulder"
- Joint.Part0 = Torso
- Joint.Part1 = Limb
- Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
- Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
- Joint.Parent = Torso
- local B = Instance.new("Part")
- B.TopSurface = 0
- B.BottomSurface = 0
- B.formFactor = "Symmetric"
- B.Size = Vector3.new(1, 1, 1)
- B.Transparency = 1
- B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
- B.Parent = playa
- local W = Instance.new("Weld")
- W.Part0 = Limb
- W.Part1 = B
- W.C0 = CFrame.new(0, -0.5, 0)
- W.Parent = Limb
- end
- local Limb = playa:FindFirstChild("Right Leg")
- if Limb then
- Limb.CanCollide = false
- Limb.CFrame = Torso.CFrame * CFrame.new(0.5, -2, 0)
- local Joint = Instance.new("Rotate")
- Joint.Name = "RightHip"
- Joint.Part0 = Torso
- Joint.Part1 = Limb
- Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- Joint.Parent = Torso
- local B = Instance.new("Part")
- B.TopSurface = 0
- B.BottomSurface = 0
- B.formFactor = "Symmetric"
- B.Size = Vector3.new(1, 1, 1)
- B.Transparency = 1
- B.CanCollide = true
- B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
- B.Parent = playa
- local W = Instance.new("Weld")
- W.Part0 = Limb
- W.Part1 = B
- W.C0 = CFrame.new(0, -0.5, 0)
- W.Parent = Limb
- end
- local Limb = playa:FindFirstChild("Left Leg")
- if Limb then
- Limb.CanCollide = false
- Limb.CFrame = Torso.CFrame * CFrame.new(-0.5, -2, 0)
- local Joint = Instance.new("Rotate")
- Joint.Name = "LeftHip"
- Joint.Part0 = Torso
- Joint.Part1 = Limb
- Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
- Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
- Joint.Parent = Torso
- local B = Instance.new("Part")
- B.TopSurface = 0
- B.BottomSurface = 0
- if zombiemode == false or override then
- B.CanCollide = true
- end
- B.formFactor = "Symmetric"
- B.Size = Vector3.new(1, 1, 1)
- B.Transparency = 1
- B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
- B.Parent = playa
- local W = Instance.new("Weld")
- W.Part0 = Limb
- W.Part1 = B
- W.C0 = CFrame.new(0, -0.5, 0)
- W.Parent = Limb
- end
- --[[
- local Bar = Instance.new("Part")
- Bar.TopSurface = 0
- Bar.BottomSurface = 0
- Bar.formFactor = "Symmetric"
- Bar.Size = Vector3.new(1, 1, 1)
- Bar.Transparency = 1
- Bar.CFrame = Torso.CFrame * CFrame.new(0, 0.5, 0)
- Bar.Parent = playa
- local Weld = Instance.new("Weld")
- Weld.Part0 = Torso
- Weld.Part1 = Bar
- Weld.C0 = CFrame.new(0, 0.5, 0)
- Weld.Parent = Torso
- --]]
- playa.Parent = Gibs
- if kneef and explode == nil then
- local coru = coroutine.wrap(function()
- if playa:FindFirstChild(hitz) then
- local uno = Instance.new('Part',workspace)
- local dos = Instance.new('Part',workspace)
- uno.CFrame = playa:FindFirstChild(hitz).CFrame
- dos.CFrame = kneef["big ass knife"].CFrame
- local weld = Instance.new('Weld',kneef["big ass knife"])
- weld.Part0 = playa:FindFirstChild(hitz)
- weld.Part1 = kneef["big ass knife"]
- weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
- uno:Destroy()
- dos:Destroy()
- playa:FindFirstChild(hitz).Anchored = false
- for i, v in pairs(kneef:GetChildren()) do
- if v:IsA('BasePart') then
- v.Anchored = false
- end
- end
- if explode == nil or explode == false then
- local bleedpart = Instance.new("Part", kneef)
- bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
- bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
- bleedpart.CanCollide = false
- bleedpart.Position = Head.Position + Vector3.new(0, 1, 0)
- bleedpart.Transparency = 1
- local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
- bleedpartweld.Part0 = kneef["big ass knife"]
- bleedpartweld.Part1 = bleedpart
- bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
- local coru = coroutine.wrap(function()
- bleed(bleedpart)
- end)
- coru()
- end
- end
- if zombiemode == false or override then
- wait()
- end
- if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
- kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
- end
- end)
- coru()
- end
- if explode then
- local movevector = CFrame.new(explode.Position,Torso.Position).lookVector
- local repulse = Instance.new('BodyForce',Torso)
- repulse.Force = movevector*10000 + Vector3.new(0,5000,0)
- game.Debris:AddItem(repulse,0.05)
- end
- if charred and zombiemode == false then
- for i,v in pairs(playa:GetChildren()) do
- if v:IsA('BasePart') then
- v.BrickColor = BrickColor.Black()
- local fire = Instance.new('Fire',v)
- fire.Size = 5
- fire.Heat = 5
- elseif v:IsA('Accessory') then
- for a,c in pairs(v:GetChildren()) do
- if c:IsA('BasePart') then
- c.BrickColor = BrickColor.Black()
- local fire = Instance.new('Fire',v)
- fire.Size = 5
- fire.Heat = 5
- for o,p in pairs(c:GetChildren()) do
- if p:IsA("SpecialMesh") then
- p.TextureId = ""
- end
- end
- end
- end
- end
- end
- end
- if soundy then
- local sound = Instance.new('Sound',Head)
- sound.SoundId = 'rbxassetid://903640857'
- sound.Volume = 1
- sound:Play()
- sound.Ended:connect(function()
- sound:Destroy()
- local ambient = Instance.new('Sound',Head)
- ambient.Volume = 0.25
- ambient.Looped = true
- ambient.SoundId = 'rbxassetid://903641031'
- ambient:Play()
- end)
- end
- if override then
- if (string.len(hum2.Parent.Name) < 9 or string.sub(hum2.Parent.Name,string.len(hum2.Parent.Name)-8,string.len(hum2.Parent.Name)) ~= "'s Zombie") and zombiemode == true and #zombies < 10 then
- local coru = coroutine.wrap(function()
- wait(4.5)
- hum2.Parent.Name = hum2.Parent.Name.."'s Zombie"
- hum2.HipHeight = 0.2
- wait(0.5)
- killz(hum2.Parent,"Head",nil,nil,false,false,false,false)
- end)
- coru()
- else
- game:GetService('Debris'):AddItem(playa, 12)
- end
- else
- hum2.Health = 0
- table.insert(zombies,playa)
- local attack = Instance.new('Sound',Head)
- attack.SoundId = 'rbxassetid://903641424'
- attack.Volume = 2
- for i,v in pairs(playa:GetChildren()) do
- if v:IsA('BasePart') and v:FindFirstChildOfClass('TouchTransmitter') == nil then
- v.Touched:connect(function(hit)
- if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') then
- local found = false
- if hit.Parent == player.Character then
- found = true
- end
- for a,c in pairs(zombies) do
- if c == hit.Parent then
- found = true
- end
- end
- if found == false and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 then
- attack:Play()
- if hit.Parent:FindFirstChildOfClass('Humanoid').Health - 2 <= 0 then
- hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
- wait()
- killz(hit.Parent,"Head")
- else
- hit.Parent:FindFirstChildOfClass('Humanoid'):TakeDamage(2)
- end
- end
- end
- end)
- end
- end
- local coru = coroutine.wrap(function()
- wait(2)
- for i,v in pairs(playa:GetChildren()) do
- if v:IsA('BasePart') then
- for a,c in pairs(v:GetChildren()) do
- if c:IsA('Fire') or c:IsA('ParticleEmitter') then
- c:Destroy()
- end
- end
- elseif v:IsA('Accessory') then
- for a,c in pairs(v:GetChildren()) do
- if c:IsA('BasePart') then
- for b,d in pairs(c:GetChildren()) do
- if d:IsA('Fire') or d:IsA('ParticleEmitter') then
- d:Destroy()
- end
- end
- end
- end
- end
- end
- end)
- coru()
- end
- end
- end
- mouse.KeyDown:connect(function(key)
- if key == "t" and mouse.Target then
- local hum = mouse.Target.Parent:FindFirstChildOfClass('Humanoid')
- if hum == nil then hum = mouse.Target.Parent.Parent:FindFirstChildOfClass('Humanoid') end
- if curpoint == nil then
- if hum and hum.Parent:FindFirstChild('Head') then
- curpart = hum.Parent.Head
- else
- curpart = nil
- curpoint = mouse.Hit.p
- end
- if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
- notify("ZOMBIE TARGET SET",false)
- else
- curpart = nil
- curpoint = nil
- if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
- notify("ZOMBIE TARGET REMOVED",false)
- end
- elseif key == "y" then
- for o,p in pairs(zombies) do
- local coru = coroutine.wrap(function()
- if p:FindFirstChild('Torso') then
- killz(p,"Head",nil,nil,false,false,false,true)
- else
- table.remove(zombies,o)
- end
- end)
- coru()
- wait()
- end
- for i,v in pairs(zombies) do
- table.remove(zombies,i)
- end
- if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
- notify("ZOMBIES TERMINATED",false)
- end
- end)
- function nub()
- repeat wait() until player.Character and player.Character:FindFirstChild('Torso')
- local me = player.Character
- local point = me.HumanoidRootPart
- local playergui = player.PlayerGui
- local rightshoulderz = me.Torso["Right Shoulder"]:Clone()
- local leftshoulderz = me.Torso["Left Shoulder"]:Clone()
- local torsojoint = me.HumanoidRootPart["RootJoint"]:Clone()
- local lefthipz = me.Torso["Left Hip"]:Clone()
- local righthipz = me.Torso["Right Hip"]:Clone()
- local mode = "kill"
- local lerpz = false
- local active = false
- local acting = false
- local hit = false
- local canClick = true
- local stabbing = false
- local grabbing = false
- local finishing = false
- local kyssing = false
- local canbackgroundmusic = true
- local cancolorfilter = true
- local spinboolean = false
- local grabbed = nil
- local doing = false
- local rightshoulder = nil
- local leftshoulder = nil
- local headweld = nil
- local knifeparts = {}
- local usable = true
- finishnum = 1
- function notify(msg,forever)
- local doit = coroutine.wrap(function()
- local gui = Instance.new('ScreenGui',playergui)
- gui.Name = "Notification"
- local frame = Instance.new('Frame',gui)
- frame.Position = UDim2.new(0,0,0,0)
- frame.Size = UDim2.new(1,0,0.2,0)
- frame.BackgroundTransparency = 1
- local txt = Instance.new('TextLabel',frame)
- txt.TextColor3 = Color3.new(255,255,255)
- txt.TextStrokeColor3 = Color3.new(0, 0, 0)
- txt.TextStrokeTransparency = 0
- txt.BackgroundTransparency = 1
- txt.Text = ""
- txt.Size = UDim2.new(1,0,0.3,0)
- txt.Position = UDim2.new(0,0,0.4,0)
- txt.TextScaled = true
- txt.Font = "Code"
- txt.TextXAlignment = "Center"
- local tap = Instance.new("Sound")
- tap.Parent = gui
- tap.SoundId = "rbxassetid://147982968"
- tap.TimePosition = 0.1
- local str = msg
- local len = string.len(str)
- for i=1,len do
- txt.Text = string.sub(str,1,i)
- pitche = math.random(20, 40)/10
- tap.PlaybackSpeed = pitche
- tap:Play()
- wait(0.01)
- end
- if forever == false then
- wait(1)
- while txt.TextTransparency < 1 do
- txt.TextTransparency = txt.TextTransparency + 0.1
- txt.TextStrokeTransparency = txt.TextStrokeTransparency + 0.1
- wait(0.001)
- end
- gui:Destroy()
- end
- end)
- doit()
- end
- wait(0.5)
- notify("PRESS [Z] TO EQUIP KNIFE || Created by mustardfoot and Tollonis",true)
- local laugh = Instance.new('Sound',me.Head)
- laugh.SoundId = 'rbxassetid://378827985'
- laugh.Name = "Psycho"
- laugh.Volume = 5
- -- 1 - bitch ass knife
- local obj1 = Instance.new("Model")
- obj1.Name = "bitch ass knife"
- obj1.Parent = game.Workspace
- -- 2 - Grab
- local obj2 = Instance.new("Part")
- obj2.CFrame = CFrame.new(Vector3.new(20.4525032, 6.14501333, -134.399979)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
- obj2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- obj2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- obj2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- obj2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- obj2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- obj2.Material = Enum.Material.Concrete
- obj2.Size = Vector3.new(1, 0.25, 0.25)
- obj2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- obj2.Anchored = true
- obj2.BrickColor = BrickColor.new("Black")
- obj2.Friction = 0.30000001192093
- obj2.Shape = Enum.PartType.Cylinder
- obj2.Name = "Grab"
- obj2.Parent = obj1
- -- 3 - handletopcap
- local obj3 = Instance.new("Part")
- obj3.CFrame = CFrame.new(Vector3.new(19.9725456, 6.14502859, -134.399933)) * CFrame.Angles(0, 1.5707963705063, 0)
- obj3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- obj3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- obj3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- obj3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- obj3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- obj3.Material = Enum.Material.Concrete
- obj3.Size = Vector3.new(0.349999994, 0.349999994, 0.349999994)
- obj3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- obj3.Anchored = true
- obj3.BrickColor = BrickColor.new("Black")
- obj3.Friction = 0.30000001192093
- obj3.Shape = Enum.PartType.Ball
- obj3.Name = "handletopcap"
- obj3.Parent = obj1
- -- 4 - handlebottomcap
- local obj4 = Instance.new("Part")
- obj4.CFrame = CFrame.new(Vector3.new(20.9725285, 6.14502859, -134.399918)) * CFrame.Angles(0, 1.5707963705063, 0)
- obj4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- obj4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- obj4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- obj4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- obj4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- obj4.Material = Enum.Material.Concrete
- obj4.Size = Vector3.new(0.25, 0.25, 0.25)
- obj4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- obj4.Anchored = true
- obj4.BrickColor = BrickColor.new("Black")
- obj4.Friction = 0.30000001192093
- obj4.Shape = Enum.PartType.Ball
- obj4.Name = "handlebottomcap"
- obj4.Parent = obj1
- -- 5 - handleguardmid
- local obj5 = Instance.new("Part")
- obj5.CFrame = CFrame.new(Vector3.new(19.9474983, 6.14502859, -134.399918)) * CFrame.Angles(0, 1.5707963705063, 0)
- obj5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- obj5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- obj5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- obj5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- obj5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- obj5.Material = Enum.Material.Concrete
- obj5.Size = Vector3.new(0.349999994, 0.349999994, 0.100000001)
- obj5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- obj5.Anchored = true
- obj5.BrickColor = BrickColor.new("Black")
- obj5.Friction = 0.30000001192093
- obj5.Shape = Enum.PartType.Block
- obj5.Name = "handleguardmid"
- obj5.Parent = obj1
- -- 6 - handleguardcap1
- local obj6 = Instance.new("Part")
- obj6.CFrame = CFrame.new(Vector3.new(19.9474983, 6.32502794, -134.399918)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
- obj6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- obj6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- obj6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- obj6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- obj6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- obj6.Material = Enum.Material.Concrete
- obj6.Size = Vector3.new(0.100000001, 0.349999994, 0.349999994)
- obj6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- obj6.Anchored = true
- obj6.BrickColor = BrickColor.new("Black")
- obj6.Friction = 0.30000001192093
- obj6.Shape = Enum.PartType.Cylinder
- obj6.Name = "handleguardcap1"
- obj6.Parent = obj1
- -- 7 - handleguardcap2
- local obj7 = Instance.new("Part")
- obj7.CFrame = CFrame.new(Vector3.new(19.9474983, 5.97502899, -134.399918)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
- obj7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- obj7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- obj7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- obj7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- obj7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- obj7.Material = Enum.Material.Concrete
- obj7.Size = Vector3.new(0.100000009, 0.349999994, 0.349999994)
- obj7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- obj7.Anchored = true
- obj7.BrickColor = BrickColor.new("Black")
- obj7.Friction = 0.30000001192093
- obj7.Shape = Enum.PartType.Cylinder
- obj7.Name = "handleguardcap2"
- obj7.Parent = obj1
- -- 8 - big ass knife
- local obj8 = Instance.new("Part")
- obj8.CFrame = CFrame.new(Vector3.new(18.4375095, 6.14502859, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
- obj8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- obj8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- obj8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- obj8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- obj8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- obj8.Material = Enum.Material.Metal
- obj8.Size = Vector3.new(0.0500000007, 0.280000001, 0.839999795)
- obj8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- obj8.Anchored = true
- obj8.BrickColor = BrickColor.new("Lily white")
- obj8.Friction = 0.30000001192093
- obj8.Shape = Enum.PartType.Block
- obj8.Name = "big ass knife"
- obj8.Parent = obj1
- -- 9 - Mesh
- local obj9 = Instance.new("BlockMesh")
- obj9.Scale = Vector3.new(0.5, 1, 1)
- obj9.Parent = obj8
- -- 10 - big ass knife
- local obj10 = Instance.new("Part")
- obj10.CFrame = CFrame.new(Vector3.new(19.7425137, 6.14502859, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
- obj10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- obj10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- obj10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- obj10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- obj10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- obj10.Material = Enum.Material.Metal
- obj10.Size = Vector3.new(0.0500000007, 0.280000001, 0.289999962)
- obj10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- obj10.Anchored = true
- obj10.BrickColor = BrickColor.new("Lily white")
- obj10.Friction = 0.30000001192093
- obj10.Shape = Enum.PartType.Block
- obj10.Name = "big ass knife"
- obj10.Parent = obj1
- local knife = obj10
- -- 11 - Mesh
- local obj11 = Instance.new("BlockMesh")
- obj11.Scale = Vector3.new(0.5, 1, 1)
- obj11.Parent = obj10
- -- 12 - big ass knife
- local obj12 = Instance.new("Part")
- obj12.CFrame = CFrame.new(Vector3.new(19.1075306, 6.08502865, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
- obj12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- obj12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- obj12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- obj12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- obj12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- obj12.Material = Enum.Material.Metal
- obj12.Size = Vector3.new(0.0500000007, 0.159999996, 0.979999959)
- obj12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- obj12.Anchored = true
- obj12.BrickColor = BrickColor.new("Lily white")
- obj12.Friction = 0.30000001192093
- obj12.Shape = Enum.PartType.Block
- obj12.Name = "big ass knife"
- obj12.Parent = obj1
- -- 13 - Mesh
- local obj13 = Instance.new("BlockMesh")
- obj13.Scale = Vector3.new(0.5, 1, 1)
- obj13.Parent = obj12
- -- 14 - serration
- local obj14 = Instance.new("WedgePart")
- obj14.CFrame = CFrame.new(Vector3.new(19.4963322, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
- obj14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- obj14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- obj14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- obj14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- obj14.Material = Enum.Material.Metal
- obj14.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
- obj14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- obj14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- obj14.Anchored = true
- obj14.BrickColor = BrickColor.new("Lily white")
- obj14.Friction = 0.30000001192093
- obj14.Name = "serration"
- obj14.Parent = obj1
- -- 15 - Mesh
- local obj15 = Instance.new("BlockMesh")
- obj15.Scale = Vector3.new(0.5, 1, 1)
- obj15.Parent = obj14
- -- 16 - serration
- local obj16 = Instance.new("WedgePart")
- obj16.CFrame = CFrame.new(Vector3.new(19.2763138, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
- obj16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- obj16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- obj16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- obj16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- obj16.Material = Enum.Material.Metal
- obj16.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
- obj16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- obj16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- obj16.Anchored = true
- obj16.BrickColor = BrickColor.new("Lily white")
- obj16.Friction = 0.30000001192093
- obj16.Name = "serration"
- obj16.Parent = obj1
- -- 17 - Mesh
- local obj17 = Instance.new("BlockMesh")
- obj17.Scale = Vector3.new(0.5, 1, 1)
- obj17.Parent = obj16
- -- 18 - serration
- local obj18 = Instance.new("WedgePart")
- obj18.CFrame = CFrame.new(Vector3.new(19.3863068, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
- obj18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- obj18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- obj18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- obj18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- obj18.Material = Enum.Material.Metal
- obj18.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
- obj18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- obj18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- obj18.Anchored = true
- obj18.BrickColor = BrickColor.new("Lily white")
- obj18.Friction = 0.30000001192093
- obj18.Name = "serration"
- obj18.Parent = obj1
- -- 19 - Mesh
- local obj19 = Instance.new("BlockMesh")
- obj19.Scale = Vector3.new(0.5, 1, 1)
- obj19.Parent = obj18
- -- 20 - serration
- local obj20 = Instance.new("WedgePart")
- obj20.CFrame = CFrame.new(Vector3.new(19.5963173, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
- obj20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- obj20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- obj20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- obj20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- obj20.Material = Enum.Material.Metal
- obj20.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
- obj20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- obj20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- obj20.Anchored = true
- obj20.BrickColor = BrickColor.new("Lily white")
- obj20.Friction = 0.30000001192093
- obj20.Name = "serration"
- obj20.Parent = obj1
- -- 21 - Mesh
- local obj21 = Instance.new("BlockMesh")
- obj21.Scale = Vector3.new(0.5, 1, 1)
- obj21.Parent = obj20
- -- 22 - serration
- local obj22 = Instance.new("WedgePart")
- obj22.CFrame = CFrame.new(Vector3.new(19.1663074, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
- obj22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- obj22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- obj22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- obj22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- obj22.Material = Enum.Material.Metal
- obj22.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
- obj22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- obj22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- obj22.Anchored = true
- obj22.BrickColor = BrickColor.new("Lily white")
- obj22.Friction = 0.30000001192093
- obj22.Name = "serration"
- obj22.Parent = obj1
- -- 23 - Mesh
- local obj23 = Instance.new("BlockMesh")
- obj23.Scale = Vector3.new(0.5, 1, 1)
- obj23.Parent = obj22
- -- 24 - serration
- local obj24 = Instance.new("WedgePart")
- obj24.CFrame = CFrame.new(Vector3.new(18.9663048, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
- obj24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- obj24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- obj24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- obj24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- obj24.Material = Enum.Material.Metal
- obj24.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
- obj24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- obj24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- obj24.Anchored = true
- obj24.BrickColor = BrickColor.new("Lily white")
- obj24.Friction = 0.30000001192093
- obj24.Name = "serration"
- obj24.Parent = obj1
- -- 25 - Mesh
- local obj25 = Instance.new("BlockMesh")
- obj25.Scale = Vector3.new(0.5, 1, 1)
- obj25.Parent = obj24
- -- 26 - serration
- local obj26 = Instance.new("WedgePart")
- obj26.CFrame = CFrame.new(Vector3.new(18.8562984, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
- obj26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- obj26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- obj26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- obj26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- obj26.Material = Enum.Material.Metal
- obj26.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
- obj26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- obj26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- obj26.Anchored = true
- obj26.BrickColor = BrickColor.new("Lily white")
- obj26.Friction = 0.30000001192093
- obj26.Name = "serration"
- obj26.Parent = obj1
- -- 27 - Mesh
- local obj27 = Instance.new("BlockMesh")
- obj27.Scale = Vector3.new(0.5, 1, 1)
- obj27.Parent = obj26
- -- 28 - serration
- local obj28 = Instance.new("WedgePart")
- obj28.CFrame = CFrame.new(Vector3.new(19.0663071, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
- obj28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- obj28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- obj28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- obj28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- obj28.Material = Enum.Material.Metal
- obj28.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
- obj28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- obj28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- obj28.Anchored = true
- obj28.BrickColor = BrickColor.new("Lily white")
- obj28.Friction = 0.30000001192093
- obj28.Name = "serration"
- obj28.Parent = obj1
- -- 29 - Mesh
- local obj29 = Instance.new("BlockMesh")
- obj29.Scale = Vector3.new(0.5, 1, 1)
- obj29.Parent = obj28
- -- 30 - knifetip1
- local obj30 = Instance.new("WedgePart")
- obj30.CFrame = CFrame.new(Vector3.new(18.0163059, 6.14381599, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
- obj30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- obj30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- obj30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- obj30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- obj30.Material = Enum.Material.Metal
- obj30.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
- obj30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- obj30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- obj30.Anchored = true
- obj30.BrickColor = BrickColor.new("Lily white")
- obj30.Friction = 0.30000001192093
- obj30.Name = "knifetip1"
- obj30.Parent = obj1
- -- 31 - Mesh
- local obj31 = Instance.new("BlockMesh")
- obj31.Scale = Vector3.new(0.5, 1, 1)
- obj31.Parent = obj30
- -- 32 - redstuff
- local obj32 = Instance.new("Part")
- obj32.CFrame = CFrame.new(Vector3.new(19.9470005, 5.9749999, -134.399994)) * CFrame.Angles(-0, 0, -0)
- obj32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- obj32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- obj32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- obj32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- obj32.Material = Enum.Material.SmoothPlastic
- obj32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- obj32.Size = Vector3.new(0.0500000007, 0.360000014, 0.360000014)
- obj32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- obj32.BrickColor = BrickColor.new("Institutional white")
- obj32.Friction = 0.30000001192093
- obj32.Shape = Enum.PartType.Cylinder
- obj32.Name = "redstuff"
- obj32.Anchored = true
- obj32.Parent = obj1
- -- 33 - redstuff
- local obj33 = Instance.new("Part")
- obj33.CFrame = CFrame.new(Vector3.new(18.9800053, 6.1400156, -134.404984)) * CFrame.Angles(-0, 0, -0)
- obj33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- obj33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- obj33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- obj33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- obj33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- obj33.Material = Enum.Material.SmoothPlastic
- obj33.Size = Vector3.new(1.81999993, 0.100000001, 0.0500000007)
- obj33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- obj33.BrickColor = BrickColor.new("Institutional white")
- obj33.Friction = 0.30000001192093
- obj33.Shape = Enum.PartType.Block
- obj33.Name = "redstuff"
- obj33.Anchored = true
- obj33.Parent = obj1
- -- 34 - redstuff
- local obj34 = Instance.new("Part")
- obj34.CFrame = CFrame.new(Vector3.new(19.9470005, 6.32499981, -134.399994)) * CFrame.Angles(-0, 0, -0)
- obj34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- obj34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- obj34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- obj34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- obj34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- obj34.Size = Vector3.new(0.0500000007, 0.360000014, 0.360000014)
- obj34.Material = Enum.Material.SmoothPlastic
- obj34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- obj34.BrickColor = BrickColor.new("Institutional white")
- obj34.Friction = 0.30000001192093
- obj34.Shape = Enum.PartType.Cylinder
- obj34.Name = "redstuff"
- obj34.Anchored = true
- obj34.Parent = obj1
- -- 35 - redstuff
- local obj35 = Instance.new("Part")
- obj35.CFrame = CFrame.new(Vector3.new(19.8830166, 6.14501476, -134.399963)) * CFrame.Angles(-0, 0, -0)
- obj35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- obj35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- obj35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- obj35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- obj35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- obj35.Size = Vector3.new(0.0500000007, 0.319999993, 0.319999993)
- obj35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- obj35.BrickColor = BrickColor.new("Institutional white")
- obj35.Friction = 0.30000001192093
- obj35.Shape = Enum.PartType.Cylinder
- obj35.Material = Enum.Material.SmoothPlastic
- obj35.Name = "redstuff"
- obj35.Anchored = true
- obj35.Parent = obj1
- -- 36 - redstuff
- local obj36 = Instance.new("Part")
- obj36.CFrame = CFrame.new(Vector3.new(20.9430103, 6.14501476, -134.399963)) * CFrame.Angles(-0, 0, -0)
- obj36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- obj36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- obj36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- obj36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- obj36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- obj36.Material = Enum.Material.SmoothPlastic
- obj36.Size = Vector3.new(0.0500000007, 0.25999999, 0.25999999)
- obj36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- obj36.BrickColor = BrickColor.new("Institutional white")
- obj36.Friction = 0.30000001192093
- obj36.Shape = Enum.PartType.Cylinder
- obj36.Name = "redstuff"
- obj36.Anchored = true
- obj36.Parent = obj1
- -- 37 - redstuff
- local obj37 = Instance.new("WedgePart")
- obj37.CFrame = CFrame.new(Vector3.new(18.066288, 6.14381599, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
- obj37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- obj37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- obj37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- obj37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- obj37.Material = Enum.Material.SmoothPlastic
- obj37.Size = Vector3.new(0.0500000007, 0.0700000003, 0.0700000003)
- obj37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- obj37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- obj37.Anchored = true
- obj37.BrickColor = BrickColor.new("Institutional white")
- obj37.Friction = 0.30000001192093
- obj37.Name = "redstuff"
- obj37.Anchored = true
- obj37.Parent = obj1
- -- 38 - redstuff
- local obj38 = Instance.new("Part")
- obj38.CFrame = CFrame.new(Vector3.new(20.1230125, 6.14501476, -134.399979)) * CFrame.Angles(-0, 0, -0)
- obj38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- obj38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- obj38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- obj38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- obj38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- obj38.Material = Enum.Material.SmoothPlastic
- obj38.Size = Vector3.new(0.0500000007, 0.25999999, 0.25999999)
- obj38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- obj38.BrickColor = BrickColor.new("Institutional white")
- obj38.Friction = 0.30000001192093
- obj38.Shape = Enum.PartType.Cylinder
- obj38.Name = "redstuff"
- obj38.Anchored = true
- obj38.Parent = obj1
- local function recurse(objnum)
- table.insert(knifeparts,{objnum,objnum.Parent})
- for i,v in pairs(objnum:GetChildren()) do
- recurse(v)
- end
- end
- recurse(obj1)
- local audio = Instance.new('Sound',knife)
- audio.Volume = 2
- local audio2 = Instance.new('Sound',knife)
- audio2.Volume = 2
- local holdpart = Instance.new("Part")
- holdpart.Parent = me
- holdpart.Size = Vector3.new(0.4, 0.4, 0.2)
- holdpart.Position = me.Head.Position + Vector3.new(0, 1, 0)
- holdpart.BrickColor = BrickColor.new("Burnt Sienna")
- local previous = nil
- for i,v in pairs(obj1:GetChildren()) do
- if v:IsA('BasePart') then
- if previous then
- local weld = Instance.new('Weld',v)
- weld.Part0 = v
- weld.Part1 = previous
- weld.C0 = v.CFrame:inverse() * previous.CFrame
- previous.Anchored = false
- previous.CanCollide = false
- local vee = v
- weld.AncestryChanged:connect(function(mez,par)
- wait()
- weld.Parent = vee
- end)
- end
- previous = v
- end
- end
- previous.Anchored = false
- previous.CanCollide = false
- local holdpartweld = Instance.new("Weld", me.Torso)
- holdpartweld.Part0 = me.Torso
- holdpartweld.Part1 = holdpart
- holdpartweld.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-1, -0.8, 0.15)
- holdpartweld.AncestryChanged:connect(function(mez,par)
- if par ~= me.Torso then
- wait()
- holdpartweld.Parent = me.Torso
- end
- end)
- local knifeweld = Instance.new('Weld',me.Torso)
- knifeweld.Part0 = me.Torso
- knifeweld.Part1 = obj2
- knifeweld.C1 = CFrame.Angles(0,math.rad(90),0) * CFrame.new(1, 0.8, 0.55)
- knifeweld.AncestryChanged:connect(function(mez,par)
- if par ~= me.Torso then
- wait()
- knifeweld.Parent = me.Torso
- end
- end)
- local ScreenGui = Instance.new("ScreenGui")
- local CustomizeGui = Instance.new("Frame")
- local Customize = Instance.new("TextLabel")
- local ClosestColor = Instance.new("TextLabel")
- local Line = Instance.new("TextLabel")
- local Color = Instance.new("ImageLabel")
- local Close = Instance.new("TextButton")
- local RedHue = Instance.new("TextLabel")
- local GreenHue = Instance.new("TextLabel")
- local RedInput = Instance.new("TextBox")
- local BlueHue = Instance.new("TextLabel")
- local GreenInput = Instance.new("TextBox")
- local TransInput = Instance.new("TextBox")
- local BlueInput = Instance.new("TextBox")
- local Message = Instance.new("TextLabel")
- local Message2 = Instance.new("TextLabel")
- local TrailTransparency = Instance.new("TextLabel")
- local TrailInput = Instance.new("TextBox")
- local MusicOption = Instance.new("TextButton")
- local ScreenOption = Instance.new("TextButton")
- local ScreenOptionTxt = Instance.new("TextLabel")
- local MusicOptionTxt = Instance.new("TextLabel")
- -- Properties
- ScreenGui.Parent = playergui
- CustomizeGui.Name = "CustomizeGui"
- CustomizeGui.Parent = ScreenGui
- CustomizeGui.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
- CustomizeGui.BackgroundTransparency = 0.5
- CustomizeGui.BorderColor3 = Color3.new(0, 0, 0)
- CustomizeGui.BorderSizePixel = 2
- CustomizeGui.Position = UDim2.new(0, 0, 0.5, 0)
- CustomizeGui.Size = UDim2.new(0.449999988, 0, 0.449999988, 0)
- Customize.Name = "Customize"
- Customize.Parent = CustomizeGui
- Customize.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
- Customize.BackgroundTransparency = 0.75
- Customize.BorderSizePixel = 0
- Customize.Size = UDim2.new(1, 0, 0.200000003, 0)
- Customize.FontSize = Enum.FontSize.Size28
- Customize.Text = "ACCENT COLOR CUSTOMIZATION"
- Customize.TextColor3 = Color3.new(1, 1, 1)
- Customize.TextScaled = true
- Customize.TextSize = 25
- Customize.TextStrokeTransparency = 0.5
- Customize.TextWrapped = true
- ClosestColor.Name = "ClosestColor"
- ClosestColor.Parent = CustomizeGui
- ClosestColor.BackgroundColor3 = Color3.new(1, 1, 1)
- ClosestColor.BackgroundTransparency = 1
- ClosestColor.Position = UDim2.new(0, 0, 0.850000024, 0)
- ClosestColor.Size = UDim2.new(1, 0, 0.150000006, 0)
- ClosestColor.Font = Enum.Font.SourceSansLight
- ClosestColor.FontSize = Enum.FontSize.Size32
- ClosestColor.Text = "Your color is closest to Institutional White"
- ClosestColor.TextColor3 = Color3.new(1, 1, 1)
- ClosestColor.TextSize = 30
- ClosestColor.TextStrokeTransparency = 0.5
- Line.Name = "Line"
- Line.Parent = CustomizeGui
- Line.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
- Line.BackgroundTransparency = 0.5
- Line.BorderColor3 = Color3.new(0, 0, 0)
- Line.BorderSizePixel = 0
- Line.Position = UDim2.new(0, 0, 0.200000003, 0)
- Line.Size = UDim2.new(1, 0, 0.0299999993, 0)
- Line.Font = Enum.Font.SourceSans
- Line.FontSize = Enum.FontSize.Size14
- Line.Text = " "
- Line.TextSize = 14
- Color.Name = "Color"
- Color.Parent = CustomizeGui
- Color.BackgroundColor3 = Color3.new(1, 1, 1)
- Color.BorderSizePixel = 0
- Color.Position = UDim2.new(0.699999988, 0, 0.419999987, 0)
- Color.Size = UDim2.new(0.300000012, 0, 0.300000012, 0)
- Color.SizeConstraint = Enum.SizeConstraint.RelativeYY
- MusicOption.Parent = CustomizeGui
- MusicOption.Name = "MusicOption"
- MusicOption.BackgroundColor3 = Color3.new(0, 1, 0)
- MusicOption.BorderSizePixel = 1
- MusicOption.Position = UDim2.new(0.01, 0, -0.12, 0)
- MusicOption.Size = UDim2.new(0.05, 0, 0.1, 0)
- MusicOption.Text = ""
- MusicOption.BackgroundTransparency = 0.5
- ScreenOption.Parent = CustomizeGui
- ScreenOption.Name = "ScreenOption"
- ScreenOption.BackgroundColor3 = Color3.new(0, 1, 0)
- ScreenOption.BorderSizePixel = 1
- ScreenOption.Position = UDim2.new(0.01, 0, -0.23, 0)
- ScreenOption.Size = UDim2.new(0.05, 0, 0.1, 0)
- ScreenOption.Text = ""
- ScreenOption.BackgroundTransparency = 0.5
- ScreenOptionTxt.Name = "ScreenOptionTxt"
- ScreenOptionTxt.Parent = CustomizeGui
- ScreenOptionTxt.BackgroundColor3 = Color3.new(1, 1, 1)
- ScreenOptionTxt.BackgroundTransparency = 1
- ScreenOptionTxt.Position = UDim2.new(0.07, 0, -0.23, 0)
- ScreenOptionTxt.Size = UDim2.new(1, 0, 0.07, 0)
- ScreenOptionTxt.Font = Enum.Font.SourceSans
- ScreenOptionTxt.FontSize = Enum.FontSize.Size24
- ScreenOptionTxt.Text = "Psychopath Red Filter"
- ScreenOptionTxt.TextColor3 = Color3.new(1, 1, 1)
- ScreenOptionTxt.TextScaled = true
- ScreenOptionTxt.TextSize = 20
- ScreenOptionTxt.TextStrokeColor3 = Color3.new(0, 0, 0)
- ScreenOptionTxt.TextStrokeTransparency = 0.5
- ScreenOptionTxt.TextWrapped = true
- ScreenOptionTxt.TextXAlignment = "Left"
- MusicOptionTxt.Name = "MusicOptionTxt"
- MusicOptionTxt.Parent = CustomizeGui
- MusicOptionTxt.BackgroundColor3 = Color3.new(1, 1, 1)
- MusicOptionTxt.BackgroundTransparency = 1
- MusicOptionTxt.Position = UDim2.new(0.07, 0, -0.12, 0)
- MusicOptionTxt.Size = UDim2.new(1, 0, 0.07, 0)
- MusicOptionTxt.Font = Enum.Font.SourceSans
- MusicOptionTxt.FontSize = Enum.FontSize.Size24
- MusicOptionTxt.Text = "Psychopath Background Music"
- MusicOptionTxt.TextColor3 = Color3.new(1, 1, 1)
- MusicOptionTxt.TextScaled = true
- MusicOptionTxt.TextSize = 20
- MusicOptionTxt.TextStrokeColor3 = Color3.new(0, 0, 0)
- MusicOptionTxt.TextStrokeTransparency = 0.5
- MusicOptionTxt.TextWrapped = true
- MusicOptionTxt.TextXAlignment = "Left"
- Close.Name = "Close"
- Close.Parent = CustomizeGui
- Close.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
- Close.BackgroundTransparency = 0.5
- Close.BorderColor3 = Color3.new(0, 0, 0)
- Close.BorderSizePixel = 2
- Close.Position = UDim2.new(1.005, 0, 0, 0)
- Close.Size = UDim2.new(0.100000001, 0, 0.2, 0)
- Close.Font = Enum.Font.SourceSans
- Close.FontSize = Enum.FontSize.Size14
- Close.Text = "X"
- Close.TextColor3 = Color3.new(1, 1, 1)
- Close.TextScaled = true
- Close.TextSize = 14
- Close.TextStrokeTransparency = 0
- Close.TextWrapped = true
- RedHue.Name = "RedHue"
- RedHue.Parent = CustomizeGui
- RedHue.BackgroundColor3 = Color3.new(1, 1, 1)
- RedHue.BackgroundTransparency = 1
- RedHue.Position = UDim2.new(0.100000001, 0, 0.400000006, 0)
- RedHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
- RedHue.Font = Enum.Font.SourceSans
- RedHue.FontSize = Enum.FontSize.Size24
- RedHue.Text = "RED Hue Value: "
- RedHue.TextColor3 = Color3.new(1, 1, 1)
- RedHue.TextScaled = true
- RedHue.TextSize = 20
- RedHue.TextStrokeColor3 = Color3.new(1, 0, 0)
- RedHue.TextStrokeTransparency = 0.75
- RedHue.TextWrapped = true
- GreenHue.Name = "GreenHue"
- GreenHue.Parent = CustomizeGui
- GreenHue.BackgroundColor3 = Color3.new(1, 1, 1)
- GreenHue.BackgroundTransparency = 1
- GreenHue.Position = UDim2.new(0.100000001, 0, 0.5, 0)
- GreenHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
- GreenHue.Font = Enum.Font.SourceSans
- GreenHue.FontSize = Enum.FontSize.Size24
- GreenHue.Text = "GREEN Hue Value:"
- GreenHue.TextColor3 = Color3.new(1, 1, 1)
- GreenHue.TextScaled = true
- GreenHue.TextSize = 20
- GreenHue.TextStrokeColor3 = Color3.new(0, 1, 0)
- GreenHue.TextStrokeTransparency = 0.75
- GreenHue.TextWrapped = true
- RedInput.Name = "RedInput"
- RedInput.Parent = CustomizeGui
- RedInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
- RedInput.BackgroundTransparency = 0.5
- RedInput.BorderSizePixel = 0
- RedInput.Position = UDim2.new(0.419999987, 0, 0.425000007, 0)
- RedInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
- RedInput.Font = Enum.Font.SourceSans
- RedInput.FontSize = Enum.FontSize.Size14
- RedInput.Text = "255"
- RedInput.TextColor3 = Color3.new(1, 1, 1)
- RedInput.TextSize = 14
- RedInput.TextStrokeTransparency = 0
- BlueHue.Name = "BlueHue"
- BlueHue.Parent = CustomizeGui
- BlueHue.BackgroundColor3 = Color3.new(1, 1, 1)
- BlueHue.BackgroundTransparency = 1
- BlueHue.Position = UDim2.new(0.100000001, 0, 0.600000024, 0)
- BlueHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
- BlueHue.Font = Enum.Font.SourceSans
- BlueHue.FontSize = Enum.FontSize.Size24
- BlueHue.Text = "BLUE Hue Value:"
- BlueHue.TextColor3 = Color3.new(1, 1, 1)
- BlueHue.TextScaled = true
- BlueHue.TextSize = 20
- BlueHue.TextStrokeColor3 = Color3.new(0, 0, 1)
- BlueHue.TextStrokeTransparency = 0.75
- BlueHue.TextWrapped = true
- TrailTransparency.Name = "TrailTransparency"
- TrailTransparency.Parent = CustomizeGui
- TrailTransparency.BackgroundColor3 = Color3.new(1, 1, 1)
- TrailTransparency.BackgroundTransparency = 1
- TrailTransparency.Position = UDim2.new(0.090000001, 0, 0.700000024, 0)
- TrailTransparency.Size = UDim2.new(0.310000012, 0, 0.100000001, 0)
- TrailTransparency.Font = Enum.Font.SourceSans
- TrailTransparency.FontSize = Enum.FontSize.Size24
- TrailTransparency.Text = "Trail Transparency:"
- TrailTransparency.TextColor3 = Color3.new(1, 1, 1)
- TrailTransparency.TextScaled = true
- TrailTransparency.TextSize = 20
- TrailTransparency.TextStrokeColor3 = Color3.new(0, 0, 0)
- TrailTransparency.TextWrapped = true
- GreenInput.Name = "GreenInput"
- GreenInput.Parent = CustomizeGui
- GreenInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
- GreenInput.BackgroundTransparency = 0.5
- GreenInput.BorderSizePixel = 0
- GreenInput.Position = UDim2.new(0.419999987, 0, 0.524999976, 0)
- GreenInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
- GreenInput.Font = Enum.Font.SourceSans
- GreenInput.FontSize = Enum.FontSize.Size14
- GreenInput.Text = "255"
- GreenInput.TextColor3 = Color3.new(1, 1, 1)
- GreenInput.TextSize = 14
- GreenInput.TextStrokeTransparency = 0
- TransInput.Name = "TransInput"
- TransInput.Parent = CustomizeGui
- TransInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
- TransInput.BackgroundTransparency = 0.5
- TransInput.BorderSizePixel = 0
- TransInput.Position = UDim2.new(0.419999987, 0, 0.725000024, 0)
- TransInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
- TransInput.Font = Enum.Font.SourceSans
- TransInput.FontSize = Enum.FontSize.Size14
- TransInput.Text = "50"
- TransInput.TextColor3 = Color3.new(1, 1, 1)
- TransInput.TextSize = 14
- TransInput.TextStrokeTransparency = 0
- BlueInput.Name = "BlueInput"
- BlueInput.Parent = CustomizeGui
- BlueInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
- BlueInput.BackgroundTransparency = 0.5
- BlueInput.BorderSizePixel = 0
- BlueInput.Position = UDim2.new(0.419999987, 0, 0.625, 0)
- BlueInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
- BlueInput.Font = Enum.Font.SourceSans
- BlueInput.FontSize = Enum.FontSize.Size14
- BlueInput.Text = "255"
- BlueInput.TextColor3 = Color3.new(1, 1, 1)
- BlueInput.TextSize = 14
- BlueInput.TextStrokeTransparency = 0
- Message.Name = "Message"
- Message.Parent = CustomizeGui
- Message.BackgroundColor3 = Color3.new(1, 1, 1)
- Message.BackgroundTransparency = 1
- Message.Position = UDim2.new(0, 0, 0.2500004, 0)
- Message.Size = UDim2.new(1, 0, 0.100000006, 0)
- Message.Font = Enum.Font.SourceSans
- Message.FontSize = Enum.FontSize.Size18
- Message.Text = "|| Inputs must be values ||"
- Message.TextColor3 = Color3.new(1, 1, 1)
- Message.TextScaled = true
- Message.TextSize = 15
- Message.TextStrokeTransparency = 0.75
- Message.TextWrapped = true
- local attun = Instance.new("Attachment", knife)
- attun.Position = Vector3.new(0, 0.1, -1.75)
- local atdos = Instance.new("Attachment", knife)
- atdos.Position = Vector3.new(0, -0.1, 0.5)
- local trail = Instance.new("Trail", knife)
- trail.LightEmission = 0.5
- trail.Attachment0 = attun
- trail.Attachment1 = atdos
- trail.Lifetime = 0.175
- trail.MinLength = 0
- trail.Enabled = false
- function updatez()
- local rc = tonumber(RedInput.Text)
- local gc = tonumber(GreenInput.Text)
- local bc = tonumber(BlueInput.Text)
- local tcupd = tonumber(TransInput.Text)
- if rc == nil then
- rc = 0
- end
- if gc == nil then
- gc = 0
- end
- if bc == nil then
- bc = 0
- end
- if tcupd == nil then
- tcupd = 0
- end
- local tc = tcupd/100
- Color.BackgroundColor3 = Color3.fromRGB(rc,gc,bc)
- ClosestColor.Text = "Your color is closest to "..tostring(BrickColor.new(Color3.fromRGB(rc,gc,bc)))
- obj32.Color = Color3.fromRGB(rc,gc,bc)
- obj33.Color = Color3.fromRGB(rc,gc,bc)
- obj34.Color = Color3.fromRGB(rc,gc,bc)
- obj35.Color = Color3.fromRGB(rc,gc,bc)
- obj36.Color = Color3.fromRGB(rc,gc,bc)
- obj37.Color = Color3.fromRGB(rc,gc,bc)
- obj38.Color = Color3.fromRGB(rc,gc,bc)
- trail.Color = ColorSequence.new(Color3.fromRGB(rc, gc, bc))
- trail.Transparency = NumberSequence.new(tc)
- TrailTransparency.TextStrokeTransparency = tc
- end
- RedInput.Changed:connect(function(val)
- if val == "Text" and tonumber(RedInput.Text) then
- RedInput.Text = tostring(tonumber(RedInput.Text))
- if tonumber(RedInput.Text) > 255 then
- RedInput.Text = '255'
- end
- elseif val == "Text" then
- RedInput.Text = ""
- end
- updatez()
- end)
- GreenInput.Changed:connect(function(val)
- if val == "Text" and tonumber(GreenInput.Text) then
- GreenInput.Text = tostring(tonumber(GreenInput.Text))
- if tonumber(GreenInput.Text) > 255 then
- GreenInput.Text = '255'
- end
- elseif val == "Text" then
- GreenInput.Text = ""
- end
- updatez()
- end)
- BlueInput.Changed:connect(function(val)
- if val == "Text" and tonumber(BlueInput.Text) then
- BlueInput.Text = tostring(tonumber(BlueInput.Text))
- if tonumber(BlueInput.Text) > 255 then
- BlueInput.Text = '255'
- end
- elseif val == "Text" then
- BlueInput.Text = ""
- end
- updatez()
- end)
- TransInput.Changed:connect(function(val)
- if val == "Text" and tonumber(TransInput.Text) then
- TransInput.Text = tostring(tonumber(TransInput.Text))
- if tonumber(TransInput.Text) > 100 then
- TransInput.Text = '100'
- end
- elseif val == "Text" then
- TransInput.Text = ""
- end
- updatez()
- end)
- Close.MouseButton1Click:connect(function()
- if lerpz == false then
- lerpz = true
- if Close.Text ~= "+" then
- CustomizeGui:TweenPosition(UDim2.new(-0.45,0,0.5,0,Enum.EasingDirection.Out,Enum.EasingStyle.Quint,2))
- for i=1,10 do
- Close.TextTransparency = i/10
- Close.TextStrokeTransparency = i/10
- wait(0.01)
- end
- Close.Text = "+"
- for i=1,10 do
- Close.TextTransparency = (10-i+1)/10
- Close.TextStrokeTransparency = (10-i+1)/10
- wait(0.01)
- end
- lerpz = false
- else
- CustomizeGui:TweenPosition(UDim2.new(0,0,0.5,0,Enum.EasingDirection.Out,Enum.EasingStyle.Quint,2))
- for i=1,10 do
- Close.TextTransparency = i/10
- Close.TextStrokeTransparency = i/10
- wait(0.01)
- end
- Close.Text = "X"
- for i=1,10 do
- Close.TextTransparency = (10-i+1)/10
- Close.TextStrokeTransparency = (10-i+1)/10
- wait(0.01)
- end
- lerpz = false
- end
- end
- end)
- MusicOption.MouseButton1Click:connect(function()
- if canbackgroundmusic == true then
- canbackgroundmusic = false
- MusicOption.BackgroundColor3 = Color3.new(1, 0, 0)
- else
- canbackgroundmusic = true
- MusicOption.BackgroundColor3 = Color3.new(0, 1, 0)
- end
- end)
- ScreenOption.MouseButton1Click:connect(function()
- if cancolorfilter == true then
- cancolorfilter = false
- ScreenOption.BackgroundColor3 = Color3.new(1, 0, 0)
- else
- cancolorfilter = true
- ScreenOption.BackgroundColor3 = Color3.new(0, 1, 0)
- end
- end)
- function equip()
- local doit = coroutine.wrap(function()
- if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') then
- acting = true
- local arm = me["Right Arm"]
- local arm2 = me["Left Arm"]
- local tors = me.Torso
- local weld = Instance.new('Weld',arm)
- weld.Part0 = arm
- weld.Part1 = tors
- weld.C0 = CFrame.new(-1.5,0,0)
- local weld2 = Instance.new("Weld", arm2)
- weld2.Part0 = arm2
- weld2.Part1 = tors
- weld2.C0 = CFrame.new(1.5, 0, 0)
- wait(0.001)
- for i = 0,1,0.1 do
- if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
- weld.C0 = weld.C0:lerp(CFrame.new(-0.2,0.2,-0.5)*CFrame.Angles(0,-3.1,0.9),i)
- weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0.6, 0) * CFrame.Angles(0,0,0.5),i)
- wait(0.001)
- end
- wait(0.15)
- trail.Enabled = true
- for i = 0,1,0.1 do
- if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
- weld.C0 = weld.C0:lerp(CFrame.new(-0.5,2,0)*CFrame.Angles(0,0,-1.55),i)
- weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0, 0), i)
- wait(0.001)
- end
- trail.Enabled = false
- wait(0.2)
- for i = 0,1,0.1 do
- if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
- weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0,0),i)
- wait(0.001)
- end
- weld:Destroy()
- weld2:Remove()
- if tors ~= nil then
- rightshoulderz:Clone().Parent = me.Torso
- leftshoulderz:Clone().Parent = me.Torso
- end
- end
- acting = false
- end)
- doit()
- end
- function kysnigga()
- if kyssing == true then return end
- kyssing = true
- acting = true
- decearingTHING = math.random(1, 100)
- if decearingTHING == 4 then
- decearingEGG = Instance.new("Sound", me.Torso)
- decearingEGG.SoundId = "rbxassetid://138084557"
- decearingEGG.PlaybackSpeed = math.random(10, 12) / 10
- decearingEGG.TimePosition = 0.2
- decearingEGG:Play()
- end
- me.Humanoid.WalkSpeed = 0
- me.Humanoid.JumpPower = 0
- local rightarm = Instance.new("Weld", me.Torso)
- rightarm.Part0 = me.Torso
- rightarm.Part1 = me["Right Arm"]
- rightarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
- local leftarm = Instance.new("Weld", me.Torso)
- leftarm.Part0 = me.Torso
- leftarm.Part1 = me["Left Arm"]
- leftarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-1.5, 0, 0)
- local tors = Instance.new("Weld", me.HumanoidRootPart)
- tors.Part0 = me.HumanoidRootPart
- tors.Part1 = me.Torso
- tors.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 0)
- local rightleg = Instance.new("Weld", me.Torso)
- rightleg.Part0 = me.Torso
- rightleg.Part1 = me["Right Leg"]
- rightleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0.5, -2, 0)
- local leftleg = Instance.new("Weld", me.Torso)
- leftleg.Part0 = me.Torso
- leftleg.Part1 = me["Left Leg"]
- leftleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-0.5, -2, 0)
- for i = 0, 1, 0.03 do
- tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-10), 0, 0), i)
- leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-80), 0, 0), i)
- rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-80), 0, 0), i)
- rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), i)
- wait()
- end
- for i = 0, 1, 0.03 do
- tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(5), 0, 0), i)
- leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, 0.15) * CFrame.Angles(math.rad(-95), 0, 0), i)
- rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, 0.15) * CFrame.Angles(math.rad(-95), 0, 0), i)
- rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0.3, -1.5) * CFrame.Angles(math.rad(90), 0, math.rad(-35)), i)
- leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0.3, -1.5) * CFrame.Angles(math.rad(90), 0, math.rad(35)), i)
- knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
- wait()
- end
- local bleedzer = Instance.new('Part',me.Torso)
- bleedzer.CFrame = me.Torso.CFrame
- bleedzer.Size = Vector3.new(0.1,0.1,0.1)
- bleedzer.Transparency = 1
- bleedzer.CanCollide = false
- local weld = Instance.new('Weld',bleedzer)
- weld.Part0 = bleedzer
- weld.Part1 = me.Torso
- weld.C0= CFrame.new(0,0,0)*CFrame.Angles(math.rad(-90),0,0)
- local woodpekker = coroutine.wrap(function()
- bleed(bleedzer)
- end)
- woodpekker()
- audio.SoundId = "rbxassetid://199977936"
- audio.PlaybackSpeed = 1.5
- audio:Play()
- audio2.SoundId = "rbxassetid://220834019"
- audio2.PlaybackSpeed = 1
- audio2.TimePosition = 0.1
- audio2:Play()
- for i = 0, 1, 0.1 do
- tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
- leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
- rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
- rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0, 0) * CFrame.Angles(math.rad(70), 0, math.rad(-35)), i)
- leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0, 0) * CFrame.Angles(math.rad(70), 0, math.rad(35)), i)
- knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
- wait()
- end
- wait(1)
- audio.SoundId = "rbxassetid://210943487"
- audio.TimePosition = 0.2
- audio.PlaybackSpeed = 0.75
- audio:Play()
- for i = 0, 1, 0.03 do
- tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
- leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
- rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
- rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0.3, -1.5) * CFrame.Angles(math.rad(70), 0, math.rad(-35)), i)
- leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0.3, -1.5) * CFrame.Angles(math.rad(70), 0, math.rad(35)), i)
- knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
- wait()
- end
- for i = 0, 1, 0.03 do
- rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, -0.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), i)
- leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1.5, 0, -0.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), i)
- knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0), i)
- wait()
- end
- wait(0.24)
- if me:FindFirstChildOfClass('Humanoid') then
- me:FindFirstChildOfClass('Humanoid').Health = 0
- end
- wait(0.01)
- killz(me,me.Torso.Name,nil,nil,true)
- tors:Remove()
- rightarm:Remove()
- rightleg:Remove()
- leftleg:Remove()
- leftarm:Remove()
- rightshoulderz:Clone().Parent = me.Torso
- leftshoulderz:Clone().Parent = me.Torso
- torsojoint:Clone().Parent = me.HumanoidRootPart
- lefthipz:Clone().Parent = me.Torso
- righthipz:Clone().Parent = me.Torso
- me.Humanoid.JumpPower = 50
- me.Humanoid.WalkSpeed = 16
- acting = false
- canClick = true
- doing = false
- hit = false
- kyssing = false
- if decearingTHING == 4 then
- decearingEGG:Remove()
- end
- end
- function bleedout()
- local doit = coroutine.wrap(function()
- local targe = grabbed
- local num = 0
- while targe and targe:FindFirstChildOfClass('Humanoid') and targe:FindFirstChildOfClass('Humanoid').Health > 0 and num < 11 do
- if targe.Head:FindFirstChild('Died') then
- tone = math.random(6, 12) / 10
- targe.Head.Died.PlaybackSpeed = tone
- targe.Head.Died:Play()
- else
- local deathsound = Instance.new('Sound',targe.Head)
- deathsound.Name = "Died"
- deathsound.SoundId = 'rbxasset://sounds/uuhhh.mp3'
- deathsound.Volume = 0.65
- deathsound.EmitterSize = 5
- deathsound.MaxDistance = 150
- tone = math.random(5, 15) / 10
- targe.Head.Died.PlaybackSpeed = tone
- targe.Head.Died:Play()
- end
- targe:FindFirstChildOfClass('Humanoid').Health = targe:FindFirstChildOfClass('Humanoid').Health - 7
- num = num+1
- wait(0.325)
- end
- targe:FindFirstChildOfClass('Humanoid').Health = 0
- wait()
- killz(targe,'Head',nil,nil,false,true)
- wait(2)
- targe:Remove()
- end)
- doit()
- end
- function liedown()
- local doit = coroutine.wrap(function()
- local targe = grabbed
- wait(2)
- if targe and targe:FindFirstChildOfClass('Humanoid') then
- targe:FindFirstChildOfClass('Humanoid').PlatformStand = false
- end
- end)
- doit()
- end
- function grab()
- local doit = coroutine.wrap(function()
- acting = true
- me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 3
- local arm = me["Right Arm"]
- local tors = me.Torso
- local arm2 = me["Left Arm"]
- local humanroot = me.HumanoidRootPart
- local weld2 = Instance.new('Weld',arm)
- weld2.Part0 = arm
- weld2.Part1 = tors
- weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
- local weld3 = Instance.new('Weld',arm2)
- weld3.Part0 = arm2
- weld3.Part1 = tors
- weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
- for i = 0,1,0.05 do
- if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or humanroot == nil then return end
- weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
- weld3.C0 = weld3.C0:lerp(CFrame.new(1.2,1.3,0)*CFrame.Angles(0,0,1.2),i)
- knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), -1.55) * CFrame.new(0, 0.95, 0)
- wait(0.01)
- end
- grabbing = true
- trail.Enabled = true
- for i = 0,1,0.10 do
- if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or humanroot == nil then return end
- weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.5, 0, -1.3), i)
- weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.5, 0, 1.1), i)
- wait(0.01)
- end
- trail.Enabled = false
- wait(0.5)
- grabbing = false
- me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 3
- if grabbed == nil then
- for i = 0,1,0.1 do
- if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil then return end
- weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
- weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
- knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
- wait(0.001)
- end
- weld2:Destroy()
- weld3:Destroy()
- rightshoulderz:Clone().Parent = me.Torso
- leftshoulderz:Clone().Parent = me.Torso
- acting = false
- canClick = true
- end
- end)
- doit()
- end
- function kill()
- paralyzed = false
- if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then hardrelease() return end
- targetweld = grabbed.Torso.TargetWeld
- targetweld2 = nil
- local reee = grabbed:FindFirstChild("Left Arm")
- if reee and reee:FindFirstChild("Weld") then
- targetweld2 = reee.Weld
- end
- for i, v in pairs(grabbed:GetChildren()) do
- if v.Name == "Part" then
- v.CanCollide = true
- end
- end
- targetweld3pt = grabbed:FindFirstChild("Right Arm")
- local targetrightshoulder = rightshoulder
- local targetleftshoulder = leftshoulder
- local targetweld3 = Instance.new("Weld", targetweld3pt)
- targetweld3.Part0 = grabbed.Torso
- targetweld3.Part1 = targetweld3pt
- targetweld3.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
- local doit = coroutine.wrap(function()
- local arm = me["Right Arm"]
- local tors = grabbed.Torso
- local arm2 = me["Left Arm"]
- if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
- doing = true
- local weld2 = arm:FindFirstChildOfClass('Weld')
- local weld3 = arm2:FindFirstChildOfClass('Weld')
- local humanroot = me.HumanoidRootPart
- for i = 0,1,0.1 do
- if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
- weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.9, 0, -1.4), i)
- weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 0.5, -0.5)* CFrame.Angles(-1.5, 0.4, 1.1), i)
- wait(0.01)
- end
- audio:Stop()
- audio.SoundId = "rbxassetid://517040733"
- tone = math.random(1, 3)
- if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0.3 end
- if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0.1 end
- if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0.2 end
- audio:Play()
- local bleedpart = Instance.new("Part", grabbed)
- bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
- bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
- bleedpart.CanCollide = false
- bleedpart.Position = grabbed.Head.Position + Vector3.new(0, 1, 0)
- bleedpart.Transparency = 1
- local bleedpartweld = Instance.new("Weld", grabbed.Torso)
- bleedpartweld.Part0 = grabbed.Torso
- bleedpartweld.Part1 = bleedpart
- bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
- local coru=coroutine.wrap(function()
- bleed(bleedpart)
- end)
- coru()
- local slightthrow = Instance.new("BodyThrust", grabbed.Torso)
- slightthrow.Force = Vector3.new(0, 0, -2500)
- local slightthrow2 = Instance.new("BodyAngularVelocity", grabbed.Torso)
- slightthrow2.AngularVelocity = Vector3.new(0, -1000, 0)
- slightthrow2.MaxTorque = Vector3.new(1000, 1000, 1000)
- if grabbed:FindFirstChildOfClass('Humanoid') then
- grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
- end
- killz(grabbed,'Left Leg')
- killz(grabbed,'Left Arm')
- killz(grabbed,'Right Leg')
- killz(grabbed,'Right Arm')
- trail.Enabled = true
- for i = 0,1,0.2 do
- if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
- weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 1.7, -0.5)* CFrame.Angles(-0.25, 0, -1.4), i)
- weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1.6, -0.5)* CFrame.Angles(-1.5, -1, 1.1), i)
- wait(0.01)
- end
- trail.Enabled = false
- bleedout()
- rightshoulderz:Clone().Parent = me.Torso
- leftshoulderz:Clone().Parent = me.Torso
- grabbed = nil
- if humanroot:FindFirstChild('Holder') then
- humanroot.Holder:Destroy()
- end
- wait(0.2)
- slightthrow:Remove()
- slightthrow2:Remove()
- for i = 0,1,0.05 do
- if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
- weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5, 0, 0)* CFrame.Angles(0, 0, 0), i)
- weld3.C0 = weld3.C0:lerp(CFrame.new(1.5, 0, 0)* CFrame.Angles(0, 0, 0), i)
- knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
- wait(0.01)
- end
- weld2:Destroy()
- weld3:Destroy()
- targetweld = nil
- targetweld2 = nil
- targetweld3 = nil
- rightshoulderz:Clone().Parent = me.Torso
- leftshoulderz:Clone().Parent = me.Torso
- acting = false
- canClick = true
- doing = false
- end)
- doit()
- end
- function finish()
- if finishing == true then return end
- finishing = true
- acting = true
- decearingTHING = math.random(1, 100)
- if decearingTHING == 4 then
- decearingEGG = Instance.new("Sound", me.Torso)
- decearingEGG.SoundId = "rbxassetid://138084557"
- decearingEGG.PlaybackSpeed = math.random(10, 12) / 10
- decearingEGG.TimePosition = 0.2
- decearingEGG:Play()
- end
- me.Humanoid.WalkSpeed = 0
- me.Humanoid.JumpPower = 0
- local rightarm = Instance.new("Weld", me.Torso)
- rightarm.Part0 = me.Torso
- rightarm.Part1 = me["Right Arm"]
- rightarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
- local tors = Instance.new("Weld", me.HumanoidRootPart)
- tors.Part0 = me.HumanoidRootPart
- tors.Part1 = me.Torso
- tors.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 0)
- local rightleg = Instance.new("Weld", me.Torso)
- rightleg.Part0 = me.Torso
- rightleg.Part1 = me["Right Leg"]
- rightleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0.5, -2, 0)
- local leftleg = Instance.new("Weld", me.Torso)
- leftleg.Part0 = me.Torso
- leftleg.Part1 = me["Left Leg"]
- leftleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-0.5, -2, 0)
- for i = 0, 1, 0.05 do
- tors.C0 = tors.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(15), 0, 0), i)
- leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -2, 0.2) * CFrame.Angles(math.rad(-15), 0, 0), i)
- rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -2, 0.2) * CFrame.Angles(math.rad(-15), 0, 0), i)
- rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, 0) * CFrame.Angles(math.rad(179), math.rad(179), 0), i)
- wait()
- end
- for i=1,finishnum do
- local num1 = 0.5
- local num2 = 0.5
- local num3 = 0.25
- if finishnum ~= 1 then
- num3 = 0
- end
- trail.Enabled = true
- for i = 0, 1, num1 do
- tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-60), 0, 0), i)
- leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1.5, 0) * CFrame.Angles(math.rad(0), 0, 0), i)
- rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -0.7, -1) * CFrame.Angles(math.rad(10), 0, 0), i)
- rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, -1) * CFrame.Angles(math.rad(160), math.rad(150), 0), i)
- wait()
- end
- wait()
- for i = 0, 1, num2 do
- tors.C0 = tors.C0:lerp(CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
- leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1.5, 0) * CFrame.Angles(math.rad(-30), 0, 0), i)
- rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -0.7, -1) * CFrame.Angles(math.rad(-20), 0, 0), i)
- rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, 0.2) * CFrame.Angles(math.rad(250), math.rad(180), 0), i)
- wait()
- end
- trail.Enabled = false
- wait(num3)
- end
- wait()
- for i = 0, 1, 0.05 do
- tors.C0 = tors.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), i)
- leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -2, 0) * CFrame.Angles(0, 0, 0), i)
- rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -2, 0) * CFrame.Angles(0, 0, 0), i)
- rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, 0) * CFrame.Angles(0, 0, 0), i)
- wait()
- end
- tors:Remove()
- rightarm:Remove()
- rightleg:Remove()
- leftleg:Remove()
- rightshoulderz:Clone().Parent = me.Torso
- leftshoulderz:Clone().Parent = me.Torso
- torsojoint:Clone().Parent = me.HumanoidRootPart
- lefthipz:Clone().Parent = me.Torso
- righthipz:Clone().Parent = me.Torso
- me.Humanoid.JumpPower = 50
- me.Humanoid.WalkSpeed = 16
- acting = false
- canClick = true
- doing = false
- hit = false
- finishing = false
- if decearingTHING == 4 then
- decearingEGG:Remove()
- end
- end
- function throw()
- if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then return end
- paralyzed = false
- targetweld = grabbed.Torso.TargetWeld
- local ree = grabbed:FindFirstChild("Left Arm")
- targetweld2 =nil
- if ree and ree:FindFirstChild("Weld") then
- targetweld2 = ree.Weld
- end
- for i, v in pairs(grabbed:GetChildren()) do
- if v.Name == "Part" then
- v.CanCollide = true
- end
- end
- local doit = coroutine.wrap(function()
- local arm = me["Right Arm"]
- local tors = grabbed.Torso
- local arm2 = me["Left Arm"]
- local targrightshoulder = rightshoulder
- local targleftshoulder = leftshoulder
- if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
- doing = true
- local weld2 = arm:FindFirstChildOfClass('Weld')
- local weld3 = arm2:FindFirstChildOfClass('Weld')
- local humanroot = me.HumanoidRootPart
- for i = 0,1,0.2 do
- if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
- weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 1.7, -0.5)* CFrame.Angles(-0.25, 1, -1.4), i)
- weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1.6, -0.5)* CFrame.Angles(-1.5, -1, 1.1), i)
- targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0, 0, 0), i)
- if targetweld2 then
- targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0, 0)*CFrame.Angles(0, 0, 0), i)
- end
- wait(0.01)
- end
- audio:Stop()
- audio.SoundId = "rbxassetid://536642316"
- tone = math.random(1, 3)
- if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0.08 end
- if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0.1 end
- if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0.12 end
- audio:Play()
- local slightthrow = Instance.new("BodyVelocity", grabbed.Torso)
- slightthrow.Velocity = Vector3.new(0,20,0)+(me.Torso.CFrame.lookVector*20)
- slightthrow.P = 5000
- slightthrow.MaxForce = Vector3.new(9000001,9000001,9000001)
- local point = grabbed.Torso.Position
- local aaaaaa = grabbed
- liedown()
- rightshoulderz:Clone().Parent = me.Torso
- leftshoulderz:Clone().Parent = me.Torso
- grabbed = nil
- if humanroot:FindFirstChild('Holder') then
- humanroot.Holder:Destroy()
- end
- local coru = coroutine.wrap(function()
- while aaaaaa and aaaaaa:FindFirstChild('Torso') and (aaaaaa.Torso.Position-point).magnitude < 5 do wait(0.001) end
- if aaaaaa:FindFirstChildOfClass('Humanoid') then
- aaaaaa:FindFirstChildOfClass('Humanoid').Name = "Humanoid"
- aaaaaa:FindFirstChildOfClass('Humanoid').JumpPower = 50
- aaaaaa:FindFirstChildOfClass('Humanoid').WalkSpeed = 16
- end
- slightthrow:Remove()
- end)
- coru()
- for i = 0,1,0.05 do
- if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
- weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
- weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
- wait(0.01)
- end
- weld2:Destroy()
- weld3:Destroy()
- targetweld:Remove()
- if targetweld2 then
- targetweld2:Remove()
- end
- if rightshoulder then
- rightshoulder:Clone().Parent = tors
- end
- if leftshoulder then
- leftshoulder:Clone().Parent = tors
- end
- headweld:Clone().Parent = tors
- rightshoulderz:Clone().Parent = me.Torso
- leftshoulderz:Clone().Parent = me.Torso
- acting = false
- canClick = true
- doing = false
- end)
- doit()
- end
- cfn,ang,mr,int=CFrame.new,CFrame.Angles,math.rad,Instance.new
- bc=BrickColor.new
- local minimumsize = Vector3.new(0.7,0.7,0.7)
- local surface_between_splitted_parts = 'SmoothNoOutlines'
- local fragmentable = workspace
- local list = {}
- local brickcount = 0
- local storage = {}
- local fillup = 1000
- local maximumstorage = 2000
- local storage_position = Vector3.new(0,0,5000)
- local stored_partsize = Vector3.new(1,1,1)
- local parts_created_per_frame = 5
- local minimumsize = Vector3.new(0.7,0.7,0.7)
- local surface_between_splitted_parts = 'SmoothNoOutlines'
- local fragmentable = workspace
- local list = {}
- local brickcount = 0
- local storage = {}
- local fillup = 1000
- local maximumstorage = 2000
- local storage_position = Vector3.new(0,0,5000)
- local stored_partsize = Vector3.new(1,1,1)
- local parts_created_per_frame = 5
- function fragmentate(cframe,size,color,explosion_position,explosion_blastradius,backsurface,bottomsurface,frontsurface,leftsurface,rightsurface,topsurface,transparency,reflectance,material)
- local xi = size.X >= minimumsize.X*(1+explosion_blastradius/16) and 2 or 1
- local yi = size.Y >= minimumsize.Y*(1+explosion_blastradius/16) and 2 or 1
- local zi = size.Z >= minimumsize.Z*(1+explosion_blastradius/16) and 2 or 1
- if xi == 1 and yi == 1 and zi == 1 or (cframe.p-explosion_position).magnitude > size.magnitude/2 + explosion_blastradius then
- if xi == 1 and yi == 1 and zi == 1 then return end
- if #storage > 0 then
- local p = storage[1]
- p.BrickColor = color
- p.Size = size
- p.Anchored = false
- p.BackSurface = backsurface
- p.BottomSurface = bottomsurface
- p.FrontSurface = frontsurface
- p.LeftSurface = leftsurface
- p.RightSurface = rightsurface
- p.TopSurface = topsurface
- p.Transparency = transparency
- p.CFrame = cframe
- p.Reflectance = reflectance
- p.Material = material
- game:GetService('Debris'):AddItem(p,30)
- p:BreakJoints()
- table.remove(storage,1)
- else
- local p = Instance.new("Part",fragmentable)
- p.BrickColor = color
- p.FormFactor = "Custom"
- p.Size = size
- p.BackSurface = backsurface
- p.BottomSurface = bottomsurface
- p.FrontSurface = frontsurface
- p.LeftSurface = leftsurface
- p.RightSurface = rightsurface
- p.TopSurface = topsurface
- p.Transparency = transparency
- p.Material = material
- if p.Transparency>0.285 then
- p.Anchored = false
- else
- p.Anchored=false
- p.Material='Wood'
- game:GetService('Debris'):AddItem(p,10)
- end
- p.CFrame = cframe
- p.Reflectance = reflectance
- p:BreakJoints()
- end
- return
- end
- local mody = math.random(-125,125)/1000
- for y = 1,yi do
- if math.random()> 0.5 then
- local modx = math.random(-125,125)/1000
- for x = 1,xi do
- local modz = math.random(-125,125)/1000
- for z = 1,zi do --offset = x/xi-0.75+modx)
- fragmentate(cframe*CFrame.new(size.X*(xi==1 and 0 or x/xi-0.75+modx),size.Y*(yi==1 and 0 or y/yi-0.75+mody),size.Z*(zi==1 and 0 or z/zi-0.75+modz)),
- Vector3.new(xi == 2 and size.X*(1-2*math.abs(x/xi-0.75+modx)) or size.X,yi == 2 and size.Y*(1-2*math.abs(y/yi-0.75+mody)) or size.Y,
- zi == 2 and size.Z*(1-2*math.abs(z/zi-0.75+modz)) or size.Z or mustardfoot_was_here),color,explosion_position,explosion_blastradius,
- z~=zi and surface_between_splitted_parts or backsurface,y==2 and surface_between_splitted_parts or bottomsurface,
- z==2 and surface_between_splitted_parts or frontsurface,x==2 and surface_between_splitted_parts or leftsurface,x~=xi and surface_between_splitted_parts or rightsurface,
- y~=yi and surface_between_splitted_parts or topsurface,transparency,reflectance,material)
- end
- end
- else
- local modz = math.random(-125,125)/1000
- for z = 1,zi do
- local modx = math.random(-125,125)/1000
- for x = 1,xi do
- fragmentate(cframe*CFrame.new(size.X*(xi==1 and 0 or x/xi-0.75+modx),size.Y*(yi==1 and 0 or y/yi-0.75+mody),size.Z*(zi==1 and 0 or z/zi-0.75+modz)),
- Vector3.new(xi == 2 and size.X*(1-2*math.abs(x/xi-0.75+modx)) or size.X,yi == 2 and size.Y*(1-2*math.abs(y/yi-0.75+mody)) or size.Y,
- zi == 2 and size.Z*(1-2*math.abs(z/zi-0.75+modz)) or size.Z),color,explosion_position,explosion_blastradius,
- z~=zi and surface_between_splitted_parts or backsurface,y==2 and surface_between_splitted_parts or bottomsurface,
- z==2 and surface_between_splitted_parts or frontsurface,x==2 and surface_between_splitted_parts or leftsurface,x~=xi and surface_between_splitted_parts or rightsurface,
- y~=yi and surface_between_splitted_parts or topsurface,transparency,reflectance,material)
- end
- end
- end
- end
- end
- function start_fragmentation(position,radius,nuh)
- local search = Region3.new(position-Vector3.new(radius,radius,radius)*1.1,position+Vector3.new(radius,radius,radius)*1.1)
- repeat
- local finish = false
- local parts = workspace:FindPartsInRegion3WithIgnoreList(search,list,100)
- for i = 1,#parts do
- table.insert(list,1,parts[i])
- end
- finish = true
- until #parts < 100 and finish
- local t = tick()
- for i = 1,#list do
- local p = list[i]
- if p:IsA('UnionOperation') == false and p:IsA('CornerWedgePart') == false and p:IsA('TrussPart') == false and p:IsA('WedgePart') == false and p.Parent and p.Parent ~= obj1 and p.Parent.Name ~= "Projectile" and p:IsDescendantOf(fragmentable) and p:GetMass()<50000 and p.Transparency>0.285 and p.Name~='Base' and p.Parent:FindFirstChildOfClass('Humanoid') == nil and p.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil and p:IsDescendantOf(me)==false then
- fragmentate(p.CFrame,p.Size,p.BrickColor,position,radius,p.BackSurface,p.BottomSurface,p.FrontSurface,p.LeftSurface,p.RightSurface,p.TopSurface,p.Transparency,p.Reflectance,p.Material)
- if #storage < maximumstorage and p.Shape == "Block" then
- p.Anchored = false
- p.FormFactor = "Custom"
- p.Size = stored_partsize
- p.Position = storage_position
- table.insert(storage,1,p)
- else
- p:Destroy()
- end
- end
- if nuh == false and p.Parent and p.Parent ~= obj1 and p.Parent.Name ~= "Projectile" and p:IsDescendantOf(fragmentable) and p:GetMass()<53000 and p.Transparency<0.05 and p.Name~='Base' and tostring(p.Material)=='Enum.Material.Wood' and p:IsDescendantOf(me)==false then
- fragmentate(p.CFrame,p.Size,p.BrickColor,position,radius,p.BackSurface,p.BottomSurface,p.FrontSurface,p.LeftSurface,p.RightSurface,p.TopSurface,p.Transparency,p.Reflectance,p.Material)
- if #storage < maximumstorage and p.Shape == "Block" then
- p.Anchored = false
- p.Material='Wood'
- p.FormFactor = "Custom"
- p.Size = stored_partsize
- p.Position = storage_position
- table.insert(storage,1,p)
- else
- p:Destroy()
- end
- end
- end
- list = {}
- end
- function fling()
- local doit = coroutine.wrap(function()
- if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') then
- acting = true
- for i=1,finishnum do
- local weld2 = Instance.new('Weld',me["Right Arm"])
- weld2.Part0 = me["Right Arm"]
- weld2.Part1 = me["Torso"]
- weld2.C0 = CFrame.new(-1.5,0,0)
- if finishnum == 1 then
- for i = 0,1,0.05 do
- if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
- weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
- wait(0.01)
- end
- end
- audio.SoundId = "rbxassetid://166083610"
- audio.PlaybackSpeed = 1
- audio.TimePosition = 0.1
- audio:Play()
- if finishnum == 1 then
- for i = 0,1,0.5 do
- if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
- weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
- wait(0.001)
- end
- end
- weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
- local knofe = obj1:Clone()
- for i, v in pairs(obj1:GetChildren()) do
- if v:IsA('BasePart') then
- v.Transparency = 1
- end
- end
- knofe.Parent = workspace
- knofe.Name = "Projectile"
- knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
- knofe:FindFirstChild("Trail", true).Enabled = true
- local heck = Instance.new('BodyVelocity',knofe.Grab)
- heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
- local coru = coroutine.wrap(function()
- wait(0.45)
- if heck then
- heck:Destroy()
- end
- end)
- coru()
- local able = true
- knofe["big ass knife"].Touched:connect(function(hit)
- if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Transparency < 1 and knofe.Grab.CanCollide == false and hit.Parent ~= me and hit.Parent.Parent ~= me then
- local thing = hit.Parent:FindFirstChildOfClass('Humanoid')
- local ree = hit.Parent
- if thing == nil then
- ree = hit.Parent.Parent
- end
- if ree:FindFirstChildOfClass('Humanoid').Health > 0 then
- knofe:FindFirstChild("Trail", true).Enabled = false
- game:GetService('Debris'):AddItem(knofe,5)
- tone = math.random(1, 3)
- local sound = Instance.new('Sound',knofe.Grab)
- if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
- if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
- if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
- sound.PlaybackSpeed = 1
- sound:Play()
- for i, v in pairs(knofe:GetChildren()) do
- if v:IsA('BasePart') then
- v.CanCollide = true
- v.Anchored = true
- end
- end
- hit.Anchored = true
- if ree:FindFirstChildOfClass('Humanoid') and hit.Name == "Torso" or hit.Name == "Head" then
- ree:FindFirstChildOfClass('Humanoid').Health = 0
- end
- wait()
- killz(ree,hit.Name,knofe)
- else
- knofe:FindFirstChild("Trail", true).Enabled = false
- heck.Velocity = Vector3.new(0,0,0)
- heck:Destroy()
- game:GetService('Debris'):AddItem(knofe,5)
- tone = math.random(1, 3)
- local sound = Instance.new('Sound',knofe.Grab)
- if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
- if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
- if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
- sound.PlaybackSpeed = 1
- sound:Play()
- for i, v in pairs(knofe:GetChildren()) do
- if v:IsA('BasePart') then
- v.Anchored = false
- end
- end
- hit.Anchored = true
- wait(0.001)
- hit.Anchored = false
- for i, v in pairs(knofe:GetChildren()) do
- if v:IsA('BasePart') then
- v.Anchored = false
- end
- end
- if knofe then
- local coru = coroutine.wrap(function()
- if hit then
- local uno = Instance.new('Part',workspace)
- local dos = Instance.new('Part',workspace)
- uno.CFrame = hit.CFrame
- dos.CFrame = knofe["big ass knife"].CFrame
- local weld = Instance.new('Weld',knofe["big ass knife"])
- weld.Part0 = hit
- weld.Part1 = knofe["big ass knife"]
- weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
- uno:Destroy()
- dos:Destroy()
- end
- end)
- coru()
- end
- end
- elseif hit.Parent and hit.Parent ~= me and hit.Parent.Parent ~= me and hit.CanCollide and knofe.Grab.CanCollide == false then
- if hit.Transparency and (hit.Transparency<=0.285 or hit:GetMass()<=3000) then
- knofe:FindFirstChild("Trail", true).Enabled = false
- local sound = Instance.new('Sound',knofe.Grab)
- sound.SoundId = 'rbxassetid://267585646'
- sound:Play()
- for i,v in pairs(knofe:GetChildren()) do
- if v:IsA('BasePart') then
- v.Anchored = true
- end
- end
- wait()
- heck.Velocity = Vector3.new(0,0,0)
- heck:Destroy()
- local uno = Instance.new('Part',workspace)
- local dos = Instance.new('Part',workspace)
- uno.CFrame = hit.CFrame
- dos.CFrame = knofe["big ass knife"].CFrame
- local weld = Instance.new('Weld',knofe["big ass knife"])
- weld.Part0 = hit
- weld.Part1 = knofe["big ass knife"]
- weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
- uno:Destroy()
- dos:Destroy()
- for i,v in pairs(knofe:GetChildren()) do
- if v:IsA('BasePart') then
- v.Anchored = false
- end
- end
- game:GetService('Debris'):AddItem(knofe,5)
- for i,v in pairs(knofe:GetChildren()) do
- if v:IsA('BasePart') then
- v.CanCollide = true
- end
- end
- end
- if hit.Parent and hit.Transparency>0.285 and able == true and hit:GetMass()<3000 and hit.Parent:FindFirstChildOfClass('Humanoid') == nil and (hit.Parent.Parent == nil or hit.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil) then
- knofe:FindFirstChild("Trail", true).Enabled = false
- able = false
- local sound = Instance.new('Sound',knofe.Grab)
- sound.SoundId = 'rbxassetid://144884907'
- sound:Play()
- local coru = coroutine.wrap(function()
- start_fragmentation(knofe["big ass knife"].Position,1.25,knofe)
- end)
- coru()
- end
- end
- end)
- if finishnum == 1 then
- for i= 0,1,0.1 do
- if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
- weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
- wait(0.001)
- end
- else
- for i= 0,1,0.5 do
- if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
- weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
- wait(0.001)
- end
- end
- for i,v in pairs(obj1:GetChildren()) do
- if v:IsA('BasePart') then
- v.Transparency = 0
- end
- end
- weld2:Destroy()
- rightshoulderz:Clone().Parent = me.Torso
- end
- acting = false
- canClick = true
- end
- end)
- doit()
- end
- function instasplode()
- local coru = coroutine.wrap(function()
- acting = true
- for i=1,1 do
- local weld2 = Instance.new('Weld',me["Right Arm"])
- weld2.Part0 = me["Right Arm"]
- weld2.Part1 = me["Torso"]
- weld2.C0 = CFrame.new(-1.5,0,0)
- if finishnum == 1 then
- for i = 0,1,0.05 do
- if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
- weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
- wait(0.01)
- end
- end
- weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
- audio.SoundId = "rbxassetid://166083610"
- audio.PlaybackSpeed = 1
- audio.TimePosition = 0.1
- audio:Play()
- if finishnum == 1 then
- for i = 0,1,0.5 do
- if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
- weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
- wait(0.001)
- end
- end
- weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
- local knofe = obj1:Clone()
- for i,v in pairs(obj1:GetChildren()) do
- if v:IsA('BasePart') then
- v.Transparency = 1
- end
- end
- knofe.Parent = workspace
- knofe.Name = "Projectile"
- knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
- knofe:FindFirstChild("Trail", true).Enabled = false
- fireofjesUS = Instance.new("Fire", knofe.Grab)
- local heck = Instance.new('BodyVelocity',knofe.Grab)
- heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
- local coru = coroutine.wrap(function()
- wait(0.45)
- if heck then
- heck:Destroy()
- end
- end)
- coru()
- knofe["big ass knife"].Touched:connect(function(hit)
- if hit.Parent ~= me and hit.Parent.Parent ~= me and hit.Transparency < 1 and knofe.Grab.CanCollide == false then
- heck.Velocity = Vector3.new(0,0,0)
- heck:Destroy()
- for i,v in pairs(knofe:GetChildren()) do
- if v:IsA('BasePart') then
- v.CanCollide = true
- end
- end
- local hum = hit.Parent:FindFirstChildOfClass('Humanoid')
- if hum == nil then
- hum = hit.Parent.Parent:FindFirstChildOfClass('Humanoid')
- end
- if knofe then
- local coru = coroutine.wrap(function()
- if hit then
- local uno = Instance.new('Part',workspace)
- local dos = Instance.new('Part',workspace)
- uno.CFrame = hit.CFrame
- dos.CFrame = knofe["big ass knife"].CFrame
- local weld = Instance.new('Weld',knofe["big ass knife"])
- weld.Part0 = hit
- weld.Part1 = knofe["big ass knife"]
- weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
- uno:Destroy()
- dos:Destroy()
- end
- end)
- coru()
- end
- local sound = Instance.new('Sound',knofe.Grab)
- sound.Name = "BOOM"
- sound.EmitterSize = 25
- sound.SoundId = 'rbxassetid://476477344'
- sound.Volume = 0.5
- sound:Play()
- local exppart = Instance.new("Part", game.Workspace)
- exppart.Size = Vector3.new(0.2, 0.2, 0.2)
- exppart.Anchored = true
- exppart.CanCollide = false
- exppart.CFrame = CFrame.new(knofe.Grab.CFrame.p)
- exppart.Transparency = 1
- local expaccent = Instance.new("ParticleEmitter", exppart)
- expaccent.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 0, 0))})
- expaccent.LightEmission = 0.2
- expaccent.LightInfluence = 0.3
- expaccent.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
- expaccent.Acceleration = Vector3.new(0, 30, 0)
- expaccent.Drag = 15
- expaccent.LockedToPart = false
- expaccent.Lifetime = NumberRange.new(0.5, 1.5)
- expaccent.Rate = 2000
- expaccent.Speed = NumberRange.new(0,0)
- expaccent.SpreadAngle = Vector2.new(360, 360)
- expaccent:Clone().Parent = exppart
- expaccent:Clone().Parent = exppart
- local exp = Instance.new('Explosion',game.Workspace)
- exp.Position = knofe["big ass knife"].Position
- exp.ExplosionType = Enum.ExplosionType.NoCraters
- exp.BlastRadius = 5
- exp.Visible = false
- exp.BlastPressure = 0
- exp.DestroyJointRadiusPercent = 0
- exp.Hit:connect(function(hit)
- if hit.Parent and hit.Parent ~= me and hit.Parent.Name ~= "bitch ass knife" then
- wait(0.001)
- tgt = hit
- local coru=coroutine.wrap(function(tgtt)
- local fireofgods = Instance.new("Fire", tgtt)
- fireofgods.Size = 0
- fireofgods.Heat = 0
- local fireofgodsaccent = expaccent:Clone()
- fireofgodsaccent.Parent = hit
- fireofgodsaccent.Rate = 0
- fireofgodsaccent.Speed = NumberRange.new(5, 50)
- fireofgodsaccent.SpreadAngle = Vector2.new(45, 45)
- fireofgodsaccent.Acceleration = Vector3.new(0, 20, 0)
- while fireofgods.Size < 10 do
- fireofgods.Size = fireofgods.Size + 0.1
- fireofgods.Heat = fireofgods.Heat + 0.1
- fireofgodsaccent.Rate = fireofgodsaccent.Rate + 1
- wait()
- end
- if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') == nil and hit.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil then
- hit:BreakJoints()
- elseif hit.Parent and hit.Parent:IsA('Accessory') then
- for i,v in pairs(hit:GetChildren()) do
- if v:IsA('SpecialMesh') then
- v.TextureId = ""
- end
- end
- end
- hit.BrickColor = BrickColor.new("Black")
- for i,v in pairs(hit.Parent:GetChildren()) do
- if v:IsA('Shirt') or v:IsA('Pants') then
- v:Destroy()
- end
- end
- while fireofgods.Size > 5 do
- fireofgods.Size = fireofgods.Size - 0.1
- fireofgods.Heat = fireofgods.Heat - 0.1
- wait()
- end
- fireofgods:Destroy()
- if hit.Parent then
- if hit.Parent:FindFirstChildOfClass('Humanoid') == nil and hit.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil then
- local p = hit
- fragmentate(p.CFrame,p.Size,p.BrickColor,p.Position,0.01,p.BackSurface,p.BottomSurface,p.FrontSurface,p.LeftSurface,p.RightSurface,p.TopSurface,p.Transparency,p.Reflectance,p.Material)
- hit:Remove()
- elseif hit.Parent:FindFirstChildOfClass('Humanoid') ~= nil then
- print(hit.Name)
- if hit.Name == "Torso" or hit.Name == "Head" then
- print('ohhh YAAAA')
- hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
- end
- wait()
- killz(hit.Parent,hit.Name,nil,nil,false,false,true)
- end
- end
- end)
- coru(tgt)
- end
- end)
- local explosionaccenttimeout = coroutine.wrap(function()
- wait(0.2)
- for i, exploodn in pairs(exppart:GetChildren()) do
- exploodn.Enabled = false
- end
- wait(2)
- for i, exploodn in pairs(exppart:GetChildren()) do
- exploodn:Remove()
- end
- end)
- explosionaccenttimeout()
- for i,v in pairs(knofe:GetChildren()) do
- if v:IsA('BasePart') then
- v.Transparency = 1
- end
- end
- exp.AncestryChanged:connect(function() knofe:Destroy() end)
- coru()
- end
- end)
- if finishnum == 1 then
- for i= 0,1,0.1 do
- if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
- weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
- wait(0.001)
- end
- else
- wait(0.1)
- end
- weld2.C0 = CFrame.new(-1.5,0,0)
- for i,v in pairs(obj1:GetChildren()) do
- if v:IsA('BasePart') then
- v.Transparency = 0
- end
- end
- weld2:Destroy()
- rightshoulderz:Clone().Parent = me.Torso
- end
- acting = false
- canClick = true
- end)
- coru()
- end
- function fireworkit()
- local coru = coroutine.wrap(function()
- acting = true
- local ree = 1
- if finishnum > 1 then
- ree = 3
- end
- for i=1,ree do
- local weld2 = Instance.new('Weld',me["Right Arm"])
- weld2.Part0 = me["Right Arm"]
- weld2.Part1 = me["Torso"]
- weld2.C0 = CFrame.new(-1.5,0,0)
- weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
- audio.SoundId = "rbxassetid://166083610"
- audio.PlaybackSpeed = 1
- audio.TimePosition = 0.1
- audio:Play()
- weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
- local knofe = obj1:Clone()
- for i,v in pairs(obj1:GetChildren()) do
- if v:IsA('BasePart') then
- v.Transparency = 1
- end
- end
- local sound = Instance.new('Sound',knofe.Grab)
- sound.Volume = 0.25
- sound.EmitterSize = 200
- sound.MaxDistance = 300
- sound.SoundId = 'rbxassetid://551051176'
- sound:Play()
- knofe.Parent = workspace
- knofe.Name = "Projectile"
- knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
- local partic = Instance.new('ParticleEmitter',knofe.Grab)
- partic.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.new(1,0,0)),ColorSequenceKeypoint.new(0.4,Color3.fromRGB(255,125,0)),ColorSequenceKeypoint.new(0.8,Color3.new(1,1,0)),ColorSequenceKeypoint.new(1,Color3.new(1,1,1))})
- partic.LightEmission = 0.5
- partic.LightInfluence = 0
- partic.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5),NumberSequenceKeypoint.new(1,0.15)})
- partic.Rotation = NumberRange.new(0,90)
- partic.SpreadAngle = Vector2.new(5,5)
- partic.Speed = NumberRange.new(20)
- partic.Texture = 'rbxassetid://603193846'
- partic.EmissionDirection = Enum.NormalId.Left
- partic.Lifetime = NumberRange.new(0.5,1)
- partic.Rate = 100
- local heck = Instance.new('BodyVelocity',knofe.Grab)
- heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*240
- local coru=coroutine.wrap(function()
- wait(1.2)
- sound:Destroy()
- local sound2 = Instance.new('Sound',workspace)
- sound2.SoundId = 'rbxassetid://138080762'
- sound2:Play()
- if heck then
- heck:Destroy()
- end
- for i,v in pairs(knofe:GetChildren()) do
- v.Anchored = true
- end
- partic.Enabled = false
- local colorscheme = math.random(1,4)
- --1 - red & orange
- --2 - blue & pink
- --3 - green & purple
- --4 - blue, red, white
- local colar1 = Color3.fromRGB(255,0,0)
- local colar2 = Color3.fromRGB(255,125,0)
- local colar3 = Color3.fromRGB(255,255,255)
- if colorscheme == 2 then
- colar1 = Color3.fromRGB(0,132,255)
- colar2 = Color3.fromRGB(243,105,255)
- elseif colorscheme == 3 then
- colar1 = Color3.fromRGB(76,255,0)
- colar2 = Color3.fromRGB(128,0,255)
- elseif colorscheme == 4 then
- colar2 = Color3.fromRGB(0,132,255)
- end
- local partic2 = Instance.new('ParticleEmitter',knofe.Grab)
- partic2.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar1),ColorSequenceKeypoint.new(1,colar1)})
- partic2.LightEmission = 0.5
- partic2.LightInfluence = 0
- partic2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5),NumberSequenceKeypoint.new(1,0.1)})
- partic2.Rotation = NumberRange.new(0,90)
- partic2.SpreadAngle = Vector2.new(180,180)
- partic2.Speed = NumberRange.new(20)
- partic2.Texture = 'rbxassetid://603193846'
- partic2.EmissionDirection = Enum.NormalId.Right
- partic2.Lifetime = NumberRange.new(2,2.5)
- partic2.Rate = 1000
- partic2.Drag = 1
- local partic3 = partic2:Clone()
- partic3.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar2),ColorSequenceKeypoint.new(1,colar2)})
- partic3.Parent = knofe.Grab
- if colorscheme == 4 then
- local partic4 = partic2:Clone()
- partic4.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar3),ColorSequenceKeypoint.new(1,colar3)})
- partic4.Parent = knofe.Grab
- end
- wait(1)
- for i,v in pairs(knofe.Grab:GetChildren()) do
- if v:IsA('ParticleEmitter') then
- v.Enabled = false
- end
- end
- sound:Destroy()
- wait(2)
- knofe:Destroy()
- end)
- coru()
- wait(0.1)
- weld2.C0 = CFrame.new(-1.5,0,0)
- for i,v in pairs(obj1:GetChildren()) do
- if v:IsA('BasePart') then
- v.Transparency = 0
- end
- end
- weld2:Destroy()
- rightshoulderz:Clone().Parent = me.Torso
- end
- acting = false
- canClick = true
- end)
- coru()
- end
- function paralyze()
- local coru = coroutine.wrap(function()
- if paralyzed == true then return end
- paralyzed = true
- local arm = me["Right Arm"]
- local tors = grabbed.Torso
- local arm2 = me["Left Arm"]
- if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
- doing = true
- local weld2 = arm:FindFirstChildOfClass('Weld')
- local weld3 = arm2:FindFirstChildOfClass('Weld')
- local humanroot = me.HumanoidRootPart
- for i = 0,1,0.075 do
- weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-2, 0, -1.5), i)
- weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.4, 0, 1.1), i)
- wait(0.01)
- end
- for i = 0,1,0.30 do
- weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-0.75, 0, -1.75), i)
- weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.4, 0, 1.1), i)
- wait(0.01)
- end
- killz(grabbed,'Left Leg')
- killz(grabbed,'Left Arm')
- killz(grabbed,'Right Leg')
- killz(grabbed,'Right Arm')
- for i, v in pairs(grabbed:GetChildren()) do
- if v.Name == "Part" then
- v.CanCollide = false
- end
- end
- audio:Stop()
- audio.SoundId = "rbxassetid://2801263"
- tone = math.random(1, 3)
- if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0 end
- if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0 end
- if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0 end
- audio:Play()
- local bleedpart = Instance.new("Part", grabbed)
- bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
- bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
- bleedpart.CanCollide = false
- bleedpart.Position = grabbed.Head.Position + Vector3.new(0, 1, 0)
- bleedpart.Transparency = 1
- local bleedpartweld = Instance.new("Weld", grabbed.Torso)
- bleedpartweld.Part0 = grabbed.Torso
- bleedpartweld.Part1 = bleedpart
- bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
- local cuntruu=coroutine.wrap(function()
- bleed(bleedpart)
- end)
- local thicc = coroutine.wrap(function()
- wait(3)
- bleedpart:Remove()
- end)
- cuntruu()
- thicc()
- for i = 0,1,0.075 do
- weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.5, 0, -1.3), i)
- weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.5, 0, 1.1), i)
- wait(0.01)
- end
- acting = true
- canClick = true
- doing = false
- end)
- coru()
- end
- function explode()
- local coru = coroutine.wrap(function()
- acting = true
- for i=1,finishnum do
- local weld2 = Instance.new('Weld',me["Right Arm"])
- weld2.Part0 = me["Right Arm"]
- weld2.Part1 = me["Torso"]
- weld2.C0 = CFrame.new(-1.5,0,0)
- if finishnum == 1 then
- for i = 0,1,0.05 do
- if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
- weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
- wait(0.01)
- end
- end
- weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
- audio.SoundId = "rbxassetid://166083610"
- audio.PlaybackSpeed = 1
- audio.TimePosition = 0.1
- audio:Play()
- if finishnum == 1 then
- for i = 0,1,0.5 do
- if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
- weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
- wait(0.001)
- end
- end
- weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
- local knofe = obj1:Clone()
- for i,v in pairs(obj1:GetChildren()) do
- if v:IsA('BasePart') then
- v.Transparency = 1
- end
- end
- knofe.Parent = workspace
- knofe.Name = "Projectile"
- knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
- knofe:FindFirstChild("Trail", true).Enabled = false
- local heck = Instance.new('BodyVelocity',knofe.Grab)
- heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
- local coru = coroutine.wrap(function()
- wait(0.45)
- if heck then
- heck:Destroy()
- end
- end)
- coru()
- knofe["big ass knife"].Touched:connect(function(hit)
- if hit.Parent ~= me and hit.Parent.Parent ~= me and hit.Transparency < 1 and knofe.Grab.CanCollide == false then
- heck.Velocity = Vector3.new(0,0,0)
- heck:Destroy()
- for i,v in pairs(knofe:GetChildren()) do
- if v:IsA('BasePart') then
- v.CanCollide = true
- end
- end
- local hum = hit.Parent:FindFirstChildOfClass('Humanoid')
- if hum == nil then
- hum = hit.Parent.Parent:FindFirstChildOfClass('Humanoid')
- end
- if hum then
- tone = math.random(1, 3)
- local sound = Instance.new('Sound',knofe.Grab)
- if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
- if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
- if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
- sound.PlaybackSpeed = 1
- sound:Play()
- else
- local sound = Instance.new('Sound',knofe.Grab)
- sound.SoundId = 'rbxassetid://267585646'
- sound:Play()
- end
- if knofe then
- local coru = coroutine.wrap(function()
- if hit then
- local uno = Instance.new('Part',workspace)
- local dos = Instance.new('Part',workspace)
- uno.CFrame = hit.CFrame
- dos.CFrame = knofe["big ass knife"].CFrame
- local weld = Instance.new('Weld',knofe["big ass knife"])
- weld.Part0 = hit
- weld.Part1 = knofe["big ass knife"]
- weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
- uno:Destroy()
- dos:Destroy()
- end
- end)
- coru()
- end
- local coru = coroutine.wrap(function()
- for i=1,15,0.7 do
- local sound = Instance.new('Sound',knofe.Grab)
- if knofe then
- if knofe.serration.BrickColor == BrickColor.new('Really red') then
- for i, v in pairs(knofe:GetChildren()) do
- if v.Name == "big ass knife" or v.Name == "serration" or v.Name == "knifetip1" or v.Name == "fricc" then
- v.BrickColor = BrickColor.new('Lily white')
- v.Material = Enum.Material.SmoothPlastic
- end
- end
- else
- for i,v in pairs(knofe:GetChildren()) do
- if v.Name == "big ass knife" or v.Name == "serration" or v.Name == "knifetip1" or v.Name == "fricc" then
- v.BrickColor = BrickColor.new('Really red')
- v.Material = Enum.Material.Neon
- sound.SoundId = 'rbxassetid://300473653'
- sound.Volume = 0.75
- sound.TimePosition = 0.05
- sound.EmitterSize = 25
- sound.PlaybackSpeed = 1
- sound:Play()
- end
- end
- end
- wait(1/i)
- sound:Destroy()
- end
- end
- local sound = Instance.new('Sound',knofe.Grab)
- sound.Name = "BOOM"
- sound.EmitterSize = 25
- sound.SoundId = 'rbxassetid://12222084'
- sound.TimePosition = 0.1
- sound.Volume = 0.5
- sound:Play()
- local exppart = Instance.new("Part", game.Workspace)
- exppart.Size = Vector3.new(0.2, 0.2, 0.2)
- exppart.Anchored = true
- exppart.CanCollide = false
- exppart.CFrame = CFrame.new(knofe.Grab.CFrame.p)
- exppart.Transparency = 1
- local expaccent = Instance.new("ParticleEmitter", exppart)
- expaccent.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 0, 0))})
- expaccent.LightEmission = 0.2
- expaccent.LightInfluence = 0.3
- expaccent.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
- expaccent.Acceleration = Vector3.new(0, -8, 0)
- expaccent.Drag = 15
- expaccent.LockedToPart = true
- expaccent.Lifetime = NumberRange.new(0.5, 1.5)
- expaccent.Rate = 2000
- expaccent.Speed = NumberRange.new(10, 150)
- expaccent.SpreadAngle = Vector2.new(360, 360)
- local exp = Instance.new('Explosion',game.Workspace)
- exp.Position = knofe["big ass knife"].Position
- exp.ExplosionType = Enum.ExplosionType.NoCraters
- exp.BlastRadius = 10
- exp.BlastPressure = 100000
- exp.DestroyJointRadiusPercent = 1
- exp.Hit:connect(function(hit)
- if hit.Parent and hit.Parent ~= me and hit.Parent:FindFirstChildOfClass('Humanoid') then
- if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Name == "Torso" or hit.Name == "Head" then
- hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
- end
- wait(0.001)
- local coru=coroutine.wrap(function()
- killz(hit.Parent,'Head',knofe,exp)
- end)
- coru()
- elseif hit.Parent and hit.Parent ~= workspace and hit.Parent ~= me then
- if hit.Parent.Name ~= "Projectile" then
- hit.Parent:BreakJoints()
- end
- elseif hit.Parent and hit.Parent ~= me then
- hit:BreakJoints()
- end
- end)
- local explosionaccenttimeout = coroutine.wrap(function()
- wait(0.2)
- expaccent.Enabled = false
- wait(2)
- exppart:Remove()
- end)
- explosionaccenttimeout()
- for i,v in pairs(knofe:GetChildren()) do
- if v:IsA('BasePart') then
- v.Transparency = 1
- end
- end
- exp.AncestryChanged:connect(function() knofe:Destroy() end)
- end)
- coru()
- end
- end)
- if finishnum == 1 then
- for i= 0,1,0.1 do
- if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
- weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
- wait(0.001)
- end
- else
- wait(0.1)
- end
- weld2.C0 = CFrame.new(-1.5,0,0)
- for i,v in pairs(obj1:GetChildren()) do
- if v:IsA('BasePart') then
- v.Transparency = 0
- end
- end
- weld2:Destroy()
- rightshoulderz:Clone().Parent = me.Torso
- end
- acting = false
- canClick = true
- end)
- coru()
- end
- function release()
- if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then return end
- targetweld = grabbed.Torso.TargetWeld
- local ree= grabbed:FindFirstChild("Left Arm")
- targetweld2 = nil
- if ree and ree:FindFirstChild("Weld") then
- targetweld2 = ree.Weld
- end
- for i, v in pairs(grabbed:GetChildren()) do
- if v.Name == "Part" then
- v.CanCollide = true
- end
- end
- paralyzed = false
- local doit = coroutine.wrap(function()
- local arm = me["Right Arm"]
- local tors = grabbed.Torso
- local arm2 = me["Left Arm"]
- if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
- doing = true
- local weld2 = arm:FindFirstChildOfClass('Weld')
- local weld3 = arm2:FindFirstChildOfClass('Weld')
- local humanroot = me.HumanoidRootPart
- if grabbed:FindFirstChildOfClass('Humanoid') then
- grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = false
- end
- rightshoulderz:Clone().Parent = me.Torso
- leftshoulderz:Clone().Parent = me.Torso
- if grabbed:FindFirstChildOfClass('Humanoid') then
- grabbed:FindFirstChildOfClass('Humanoid').Name = "Humanoid"
- grabbed:FindFirstChildOfClass('Humanoid').JumpPower = 50
- grabbed:FindFirstChildOfClass('Humanoid').WalkSpeed = 16
- grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = false
- end
- grabbed = nil
- if humanroot:FindFirstChild('Holder') then
- humanroot.Holder:Destroy()
- end
- for i = 0,1,0.1 do
- if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
- weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
- weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
- targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0, 0, 0), i)
- if targetweld2 then
- targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0, 0)*CFrame.Angles(0, 0, 0), i)
- end
- wait(0.01)
- end
- knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0.2)
- weld2:Destroy()
- weld3:Destroy()
- targetweld:Remove()
- if targetweld2 then
- targetweld2:Remove()
- end
- if rightshoulder then
- rightshoulder:Clone().Parent = tors
- end
- if leftshoulder then
- leftshoulder:Clone().Parent = tors
- end
- headweld:Clone().Parent = tors
- rightshoulderz:Clone().Parent = me.Torso
- leftshoulderz:Clone().Parent = me.Torso
- acting = false
- canClick = true
- doing = false
- end)
- doit()
- end
- function stabwithpassion()
- local doit = coroutine.wrap(function()
- if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') and me:FindFirstChild('Left Arm') then
- acting = true
- me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 10
- local arm = me["Right Arm"]
- local tors = me.Torso
- local arm2 = me["Left Arm"]
- local humanroot = me.HumanoidRootPart
- local weld = Instance.new('Weld',tors)
- weld.Part0 = tors
- weld.Part1 = humanroot
- weld.C0 = CFrame.new(0,0,0) * CFrame.Angles(0, 0, 0)
- local weld2 = Instance.new('Weld',arm)
- weld2.Part0 = arm
- weld2.Part1 = tors
- weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
- local weld3 = Instance.new('Weld',arm2)
- weld3.Part0 = arm2
- weld3.Part1 = tors
- weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
- for i = 0,1,0.15 do
- if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
- weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(20),0),i)
- weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
- knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(90), -1.55) * CFrame.new(0, 0.95, 0), i)
- wait(0.01)
- end
- wait(0.001)
- trail.Enabled = true
- stabbing = true
- audio2.SoundId = 'rbxassetid://608537390'
- audio2:Play()
- for i = 0,1,0.2 do
- if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
- weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(-45),0),i)
- weld2.C0 = weld2.C0:lerp(CFrame.new(-1.6,0.8,-1)*CFrame.Angles(math.rad(-90),0,-1),i)
- wait(0.01)
- end
- trail.Enabled = false
- wait(0.1)
- me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 10
- stabbing = false
- wait(0.001)
- for i = 0,1,0.075 do
- if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
- weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0,0),i)
- weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0)*CFrame.Angles(0,0,0),i)
- weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0)*CFrame.Angles(0,0,0),i)
- knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0), i)
- wait(0.01)
- end
- weld:Destroy()
- weld2:Destroy()
- weld3:Destroy()
- torsojoint:Clone().Parent = humanroot
- rightshoulderz:Clone().Parent = me.Torso
- leftshoulderz:Clone().Parent = me.Torso
- canClick = true
- hit = false
- acting = false
- end
- end)
- doit()
- end
- function stab()
- local doit = coroutine.wrap(function()
- if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') and me:FindFirstChild('Left Arm') then
- acting = true
- me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 3
- local arm = me["Right Arm"]
- local tors = me.Torso
- local arm2 = me["Left Arm"]
- local humanroot = me.HumanoidRootPart
- local weld = Instance.new('Weld',tors)
- weld.Part0 = tors
- weld.Part1 = humanroot
- weld.C0 = CFrame.new(0,0,0) * CFrame.Angles(0, 0, 0)
- local weld2 = Instance.new('Weld',arm)
- weld2.Part0 = arm
- weld2.Part1 = tors
- weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
- local weld3 = Instance.new('Weld',arm2)
- weld3.Part0 = arm2
- weld3.Part1 = tors
- weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
- for i = 0,1,0.1 do
- if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
- weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0.3,0),i)
- weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
- wait(0.01)
- end
- wait(0.001)
- trail.Enabled = true
- stabbing = true
- audio2.SoundId = 'rbxassetid://608537390'
- audio2:Play()
- for i = 0,1,0.25 do
- if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
- weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,-0.3,0),i)
- weld2.C0 = weld2.C0:lerp(CFrame.new(-1.6,0.8,0.5)*CFrame.Angles(-0.5,0,-0.5),i)
- wait(0.01)
- end
- trail.Enabled = false
- wait(0.1)
- me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 3
- for i = 0,1,0.25 do
- if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
- weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0.3,0),i)
- weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.6,-0.3)*CFrame.Angles(0.5,0,-0.5),i)
- wait(0.01)
- end
- stabbing = false
- wait(0.001)
- for i = 0,1,0.05 do
- if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
- weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0,0),i)
- weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0)*CFrame.Angles(0,0,0),i)
- weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0)*CFrame.Angles(0,0,0),i)
- wait(0.01)
- end
- weld:Destroy()
- weld2:Destroy()
- weld3:Destroy()
- torsojoint:Clone().Parent = humanroot
- rightshoulderz:Clone().Parent = me.Torso
- leftshoulderz:Clone().Parent = me.Torso
- canClick = true
- hit = false
- acting = false
- end
- end)
- doit()
- end
- function hardrelease()
- rightshoulderz:Clone().Parent = me.Torso
- leftshoulderz:Clone().Parent = me.Torso
- if me:FindFirstChild('Right Arm') then
- for i,v in pairs(me["Right Arm"]:GetChildren()) do
- if v:IsA('Weld') then
- v:Destroy()
- end
- end
- end
- if me:FindFirstChild('Left Arm') then
- for i,v in pairs(me["Left Arm"]:GetChildren()) do
- if v:IsA('Weld') then
- v:Destroy()
- end
- end
- end
- acting = false
- canClick = true
- doing = false
- grabbed = nil
- end
- function unequip()
- local doit = coroutine.wrap(function()
- if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') then
- acting = true
- local arm = me["Right Arm"]
- local arm2 = me["Left Arm"]
- local tors = me.Torso
- local weld = Instance.new('Weld',arm)
- weld.Part0 = arm
- weld.Part1 = tors
- weld.C0 = CFrame.new(-1.5,0,0)
- local weld2 = Instance.new("Weld", arm2)
- weld2.Part0 = arm2
- weld2.Part1 = tors
- weld2.C0 = CFrame.new(1.5, 0, 0)
- wait(0.001)
- trail.Enabled = true
- for i = 0,1,0.1 do
- if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
- weld.C0 = weld.C0:lerp(CFrame.new(-0.2,0.2,-0.5)*CFrame.Angles(0,-3.1,0.9),i)
- weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0.6, 0) * CFrame.Angles(0,0,0.5),i)
- wait(0.001)
- end
- trail.Enabled = false
- wait(0.25)
- for i = 0,1,0.1 do
- if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
- weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0,0),i)
- weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0, 0), i)
- wait(0.01)
- end
- weld:Destroy()
- weld2:Remove()
- if tors ~= nil then
- rightshoulderz:Clone().Parent = me.Torso
- leftshoulderz:Clone().Parent = me.Torso
- end
- acting = false
- end
- end)
- doit()
- end
- mouse.KeyDown:connect(function(key)
- if usable == true then
- if key == "z" then
- if active == false and acting == false then
- active = true
- if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
- notify("KNIFE EQUIPPED",false)
- audio:Stop()
- audio.SoundId = 'rbxassetid://608618332'
- equip()
- wait(0.6)
- audio:Play()
- knifeweld.Part0 = me["Right Arm"]
- knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
- elseif acting == false then
- active = false
- if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
- audio:Stop()
- audio.SoundId = 'rbxassetid://608538233'
- unequip()
- notify("KNIFE UNEQUIPPED",false)
- wait(0.3)
- audio:Play()
- knifeweld.Part0 = me.Torso
- knifeweld.C1 = CFrame.Angles(0,math.rad(90),0) * CFrame.new(1, 0.8, 0.55)
- canClick = true
- end
- elseif key == "f" then
- if mode == 'kill' or active == false then return end
- mode = "kill"
- if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
- notify("MODE || KILL || [F]",false)
- elseif key == "e" then
- if mode == 'throw' or active == false then return end
- mode = "throw"
- if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
- notify("MODE || PUSH || [E]",false)
- elseif key == "q" then
- if mode == 'release' or active == false then return end
- mode = "release"
- if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
- notify("MODE || RELEASE || [Q]",false)
- elseif key == "x" then
- if mode == 'stab' or active == false or acting == true then return end
- mode = "stab"
- if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
- notify("MODE || STAB || [X]",false)
- elseif key == "c" then
- if mode == 'fling' or active == false or acting == true then return end
- mode = "fling"
- if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
- notify("MODE || THROW || [C]",false)
- elseif key == "b" then
- if mode == 'instasplode' or active == false or acting == true then return end
- mode = "instasplode"
- if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
- notify("MODE || MOLOTOV || [B]",false)
- elseif key == "r" then
- if mode == 'paralyze' or active == false then return end
- mode = "paralyze"
- if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
- notify("MODE || PARALYZE || [R]",false)
- elseif key == "v" then
- if mode == 'explode' or active == false or acting == true then return end
- mode = "explode"
- if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
- notify("MODE || EXPLODE || [V]",false)
- elseif key == "k" then
- if mode == 'suicide' or active == false or acting == true then return end
- mode = "suicide"
- if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
- notify("MODE || SUICIDE || [K]",false)
- elseif key == "h" then
- if mode == 'firework' or active == false or acting == true then return end
- mode = "firework"
- if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
- notify("MODE || FIREWORK || [H]",false)
- elseif key == "g" then
- if mode == 'finish' or active == false then return end
- mode = "finish"
- if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
- local welp = "ON"
- if finishnum == 1 then
- welp = "OFF"
- end
- notify("MODE || FINISH || [G] || "..welp,false)
- elseif key == "n" then
- if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
- if zombiemode == false then
- notify("ZOMBIE MODE ON || [N]",false)
- zombiemode = true
- else
- notify("ZOMBIE MODE OFF || [N]",false)
- zombiemode = false
- end
- elseif key == "m" then
- if finishnum == 1 then
- finishnum = 15
- if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
- notify("PSYCHOPATH MODE ON || [M]",false)
- if cancolorfilter then
- local Sp00kyGui = Instance.new("ScreenGui")
- local ImageLabel = Instance.new("ImageLabel")
- -- Properties
- Sp00kyGui.Parent = playergui
- Sp00kyGui.Name = "REEEEEEEE"
- ImageLabel.Parent = Sp00kyGui
- ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- ImageLabel.BackgroundTransparency = 1
- ImageLabel.Size = UDim2.new(1, 0, 1, 0)
- ImageLabel.Image = "rbxassetid://74443700"
- ImageLabel.ImageColor3 = Color3.new(1, 0, 0)
- end
- if canbackgroundmusic == true then
- local sound = Instance.new('Sound',playergui)
- sound.Name = 'PSYCHOPAAAATH'
- sound.SoundId = 'rbxassetid://220875210'
- sound.Looped = true
- sound.Volume = 0.5
- sound:Play()
- end
- else
- finishnum = 1
- if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
- notify("PSYCHOPATH MODE OFF || [M]",false)
- for i,v in pairs(playergui:GetChildren()) do
- if v.Name == "REEEEEEEE" then
- v:Destroy()
- end
- end
- local thisniggarighthere = playergui:FindFirstChild('PSYCHOPAAAATH')
- if thisniggarighthere then thisniggarighthere:Destroy() end
- end
- end
- end
- end)
- mouse.Button1Down:connect(function()
- if active == false or usable == false then return end
- if canClick == true and acting == false then
- if mode == "stab" and finishnum == 1 then
- canClick = false
- stab()
- elseif mode == "stab" and finishnum == 15 then
- canClick = false
- stabwithpassion()
- elseif mode == "fling" then
- canClick = false
- fling()
- elseif mode == "explode" then
- canClick = false
- explode()
- elseif mode == "instasplode" then
- canClick = false
- instasplode()
- elseif mode == "finish" then
- canClick = false
- finish()
- elseif mode == "suicide" then
- canClick = false
- kysnigga()
- elseif mode == "firework" then
- canClick = false
- fireworkit()
- else
- canClick = false
- grab()
- end
- else
- if grabbed ~= nil and doing == false then
- if mode == "release" then
- if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
- release()
- else
- hardrelease()
- end
- elseif mode == "kill" then
- if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
- kill()
- else
- hardrelease()
- end
- elseif mode == "paralyze" then
- if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
- paralyze()
- else
- hardrelease()
- end
- elseif mode == "throw" then
- if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
- throw()
- else
- hardrelease()
- end
- elseif mode == "explode" then
- if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
- throw()
- else
- hardrelease()
- end
- end
- end
- end
- end)
- knife.Touched:connect(function(hitz)
- if hitz.Parent and hitz.Parent:FindFirstChildOfClass("Humanoid") and hitz.Parent:FindFirstChild('Torso') and acting == true then
- if mode == "stab" and stabbing == true and hit == false then
- hit = true
- tone = math.random(1, 3)
- audio:Stop()
- if tone == 1 then audio.SoundId = "rbxassetid://220833967" end
- if tone == 2 then audio.SoundId = "rbxassetid://220833976" end
- if tone == 3 then audio.SoundId = "rbxassetid://220834000" end
- audio.PlaybackSpeed = 1
- audio:Play()
- killz(hitz.Parent,'Left Leg')
- killz(hitz.Parent,'Left Arm')
- killz(hitz.Parent,'Right Leg')
- killz(hitz.Parent,'Right Arm')
- elseif mode == "finish" and finishing == true then
- print('PSYCHOPATH MODE REEEEEEEEEEEEEEEE')
- tone = math.random(1, 3)
- audio:Stop()
- if tone == 1 then audio.SoundId = "rbxassetid://220833967" end
- if tone == 2 then audio.SoundId = "rbxassetid://220833976" end
- if tone == 3 then audio.SoundId = "rbxassetid://220834000" end
- audio.PlaybackSpeed = 1
- audio:Play()
- if hit == false then
- hitz.Parent:FindFirstChildOfClass('Humanoid').Health = 0
- wait()
- killz(hitz.Parent,'Head',nil,false,true)
- end
- hit = true
- elseif grabbed == nil and grabbing == true and hit == false then
- if hitz.Parent:FindFirstChildOfClass("Humanoid").Health > 0 and hitz.Parent:FindFirstChild('Torso') and hitz.Parent.Torso:FindFirstChild('Neck') then
- grabbed = hitz.Parent
- local weldz = Instance.new('Weld',point)
- weldz.Name = "Holder"
- weldz.Part0 = point
- weldz.Part1 = hitz.Parent.Torso
- weldz.C0 = CFrame.new(0,0,-1.2)
- end
- end
- end
- end)
- player.CharacterAdded:connect(function()
- usable = false
- for i,v in pairs(playergui:GetChildren()) do
- if v.Name == "REEEEEEEE" or v.Name == 'PSYCHOPAAAATH' then
- v:Destroy()
- end
- end
- end)
- while usable do
- local coru = coroutine.wrap(function()
- for i,v in pairs(knifeparts) do
- local function try()
- if v[1].Parent ~= v[2] then
- v[1].Parent = v[2]
- end
- end
- pcall(try)
- end
- if grabbed ~= nil then
- if grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
- for i,v in pairs(grabbed:GetChildren()) do
- if v:IsA('Tool') then
- local model = Instance.new('Model',workspace)
- v.Parent = model
- model:TranslateBy(Vector3.new(3,0,0))
- end
- end
- grabbed:FindFirstChildOfClass('Humanoid').Name = "Hoomanoid"
- grabbed:FindFirstChildOfClass('Humanoid').JumpPower = 0
- grabbed:FindFirstChildOfClass('Humanoid').WalkSpeed = 0
- grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
- grabweld = grabbed.Torso:FindFirstChild("TargetWeld")
- if grabweld ~= nil then return end
- grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
- if grabbed.Torso:FindFirstChild('Left Shoulder') then
- leftshoulder = grabbed.Torso["Left Shoulder"]:Clone()
- end
- if grabbed.Torso:FindFirstChild('Right Shoulder') then
- rightshoulder = grabbed.Torso["Right Shoulder"]:Clone()
- end
- headweld = grabbed.Torso["Neck"]:Clone()
- local targetweld = Instance.new('Weld',grabbed.Torso)
- targetweld.Part0 = grabbed.Torso
- targetweld.Part1 = grabbed.Head
- targetweld.Name = "TargetWeld"
- targetweld.C0 = CFrame.new(0,1.5,0) * CFrame.Angles(0, 0, 0)
- if grabbed:FindFirstChild('Left Arm') then
- local targetweld2 = Instance.new('Weld',grabbed["Left Arm"])
- targetweld2.Part0 = grabbed.Torso
- targetweld2.Part1 = grabbed["Left Arm"]
- targetweld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
- end
- for i = 0,1,0.1 do
- if me:FindFirstChild("Left Arm") == nil or me:FindFirstChild("Torso") == nil or targetweld == nil then return end
- targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0.25, 0, 0), i)
- if targetweld2 then
- targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0.5, 0)*CFrame.Angles(0, 0, -0.55), i)
- end
- wait(0.001)
- end
- end
- end
- end)
- coru()
- wait()
- end
- end
- local coru=coroutine.wrap(function()
- nub()
- end)
- coru()
- player.CharacterAppearanceLoaded:connect(function()
- local coru =coroutine.wrap(function()
- nub()
- end)
- coru()
- end)
- while true do
- local coru=coroutine.wrap(function()
- if grabbed then
- v:FindFirstChildOfClass('Humanoid').Jump = false
- v:FindFirstChildOfClass('Humanoid').Sit = false
- v:FindFirstChildOfClass('Humanoid').JumpPower = 0
- v:FindFirstChildOfClass('Humanoid').PlatformStand = true
- v:FindFirstChildOfClass('Humanoid').Name = "No escape."
- end
- for i,v in pairs(rekt) do
- if v and v:FindFirstChildOfClass('Humanoid') then
- for a,c in pairs(v:GetChildren()) do
- if c:IsA('Tool') then
- local model = Instance.new('Model',workspace)
- c.Parent = model
- model:TranslateBy(Vector3.new(3,0,0))
- end
- end
- v:FindFirstChildOfClass('Humanoid').Jump = false
- v:FindFirstChildOfClass('Humanoid').Sit = false
- v:FindFirstChildOfClass('Humanoid').JumpPower = 0
- v:FindFirstChildOfClass('Humanoid').PlatformStand = true
- v:FindFirstChildOfClass('Humanoid').Name = "No escape."
- local thing = getplr(v)
- if thing then
- thing.CameraMinZoomDistance = 3
- end
- else
- local thing = getplr(v)
- if thing then
- thing.CameraMinZoomDistance = 0.5
- end
- table.remove(rekt,i)
- end
- end
- end)
- coru()
- local coru2 = coroutine.wrap(function()
- if curpart then
- curpoint = curpart.CFrame.p
- end
- if lastgui then
- lastgui:Destroy()
- lastgui = nil
- end
- if curpoint then
- lastgui = Instance.new('BillboardGui',player.PlayerGui)
- lastgui.AlwaysOnTop = true
- lastgui.MaxDistance = 0
- lastgui.Size = UDim2.new(5,0,5,0)
- if curpart == nil then
- lastgui.Adornee = workspace
- lastgui.StudsOffsetWorldSpace = curpoint
- else
- lastgui.Adornee = curpart
- end
- local cross = Instance.new('ImageLabel',lastgui)
- cross.BackgroundTransparency = 1
- cross.Size = UDim2.new(1,0,1,0)
- cross.Image = 'rbxassetid://316279304'
- for i,v in pairs(zombies) do
- if v:FindFirstChildOfClass('Humanoid') then
- v:FindFirstChildOfClass('Humanoid').WalkToPoint = curpoint
- end
- end
- else
- for i,v in pairs(zombies) do
- if v:FindFirstChildOfClass('Humanoid') and v:FindFirstChild('Head') then
- v:FindFirstChildOfClass('Humanoid').WalkToPoint = v.Head.Position
- end
- end
- end
- end)
- coru2()
- wait()
- end
- end)
- CrossRoad.Name = "CrossRoad"
- CrossRoad.Parent = Frame
- CrossRoad.BackgroundColor3 = Color3.new(0, 0, 0)
- CrossRoad.BackgroundTransparency = 0.60000002384186
- CrossRoad.BorderColor3 = Color3.new(0, 1, 1)
- CrossRoad.BorderSizePixel = 3
- CrossRoad.Position = UDim2.new(0, 0, 0.137362644, 0)
- CrossRoad.Size = UDim2.new(0, 497, 0, 50)
- CrossRoad.Font = Enum.Font.SciFi
- CrossRoad.FontSize = Enum.FontSize.Size14
- CrossRoad.Text = "CrossRoad"
- CrossRoad.TextColor3 = Color3.new(0.666667, 1, 1)
- CrossRoad.TextScaled = true
- CrossRoad.TextSize = 14
- CrossRoad.TextWrapped = true
- CrossRoad.MouseButton1Down:connect(function()
- Model = Instance.new("Model") Model.Parent = workspace Model.Name = "gdfPlace"
- PA="Part" DE="Decal" BM="BlockMesh" BL="BlockMesh" CY="CylinderMesh" SP="SpecialMesh" WE="WedgePart" TR="TrussPart"
- WS = workspace t = true f = false
- smo = "Smooth" glu = "Glue" wel = "Weld" stu = "Studs" inl = "Inlet" uni = "Universal" hin = "Hinge" mot = "Motor" ste = "SteppingMotor"
- sym = "Symmetric" bri = "Brick" pla = "Plate" cus = "Custom" bal = "Ball" blo = "Block" cyl = "Cylinder"
- Pla = "Plastic" Woo = "Wood" Sla = "Slate" Con = "Concrete" Cor = "CorrodedMetal" Dia = "DiamondPlate" Foi = "Foil" Gra = "Grass" Ice = "Ice" CF = CFrame.new
- function createPart(className,Parent,BrickColor2,Material,Reflectance,Transparency,Elasticity, Name,Anchored,CanCollide,Friction,formFactor,Shape,x,y,z,CFrame,
- BackSurface,BottomSurface,FrontSurface,LeftSurface,RightSurface,TopSurface)
- Part = Instance.new(className) Part.Parent = Model Part.BrickColor = BrickColor.new(BrickColor2) Part.Material = Material Part.Reflectance = Reflectance
- Part.Transparency = Transparency Part.Elasticity = Elasticity Part.Name = Name Part.Anchored = Anchored Part.CanCollide = CanCollide
- Part.Friction = Friction Part.formFactor = formFactor Part.Shape = Shape Part.Size = Vector3.new(x,y,z) Part.CFrame = CFrame
- Part.BackSurface = BackSurface Part.BottomSurface = BottomSurface Part.FrontSurface = FrontSurface Part.LeftSurface = LeftSurface
- Part.RightSurface = RightSurface Part.TopSurface = TopSurface
- end
- function createTrussPart(className,Parent,BrickColor2,Material,Reflectance,Transparency,Elasticity, Name,Anchored,CanCollide,Friction,x,y,z,CFrame,
- BackSurface,BottomSurface,FrontSurface,LeftSurface,RightSurface,TopSurface)
- Part = Instance.new(className) Part.Parent = Model Part.BrickColor = BrickColor.new(BrickColor2) Part.Material = Material
- Part.Reflectance = Reflectance Part.Transparency = Transparency Part.Elasticity = Elasticity Part.Name = Name
- Part.Anchored = Anchored Part.CanCollide = CanCollide Part.Friction = Friction Part.Size = Vector3.new(x,y,z) Part.CFrame = CFrame
- Part.BackSurface = BackSurface Part.BottomSurface = BottomSurface Part.FrontSurface = FrontSurface Part.LeftSurface = LeftSurface
- Part.RightSurface = RightSurface Part.TopSurface = TopSurface
- end
- function createWedgePart(className,Parent,BrickColor2,Material,Reflectance,Transparency,Elasticity, Name,Anchored,CanCollide,Friction,x,y,z,CFrame,
- BackSurface,BottomSurface,FrontSurface,LeftSurface,RightSurface,TopSurface)
- Part = Instance.new(className) Part.Parent = Model Part.BrickColor = BrickColor.new(BrickColor2) Part.Material = Material
- Part.Reflectance = Reflectance Part.Transparency = Transparency Part.Elasticity = Elasticity Part.Name = Name
- Part.Anchored = Anchored Part.CanCollide = CanCollide Part.Friction = Friction Part.Size = Vector3.new(x,y,z) Part.CFrame = CFrame
- Part.BackSurface = BackSurface Part.BottomSurface = BottomSurface Part.FrontSurface = FrontSurface Part.LeftSurface = LeftSurface
- Part.RightSurface = RightSurface Part.TopSurface = TopSurface
- end
- function createMesh(className,Parent,x,y,z,x1,y1,z1,x2,y2,z2)
- Mesh = Instance.new(className) Mesh.Parent = Parent Mesh.Offset = Vector3.new(x,y,z)
- Mesh.Scale = Vector3.new(x1,y1,z1) Mesh.VertexColor = Vector3.new(x2,y2,z2)
- end
- function createSpecialMesh(className,Parent,x,y,z,x1,y1,z1,x2,y2,z2,MeshType,TextureId,MeshId)
- Mesh = Instance.new(className) Mesh.Parent = Parent Mesh.Offset = Vector3.new(x,y,z) Mesh.Scale = Vector3.new(x1,y1,z1)
- Mesh.VertexColor = Vector3.new(x2,y2,z2) Mesh.MeshType = MeshType Mesh.TextureId = TextureId Mesh.MeshId = MeshId
- end
- function createDecal(className,Parent,Texture,Face)
- Decal = Instance.new(className) Decal.Parent = Parent Decal.Texture = Texture Decal.Face = Face
- end
- --Script in .gdf format, made by HatHelper
- createPart(PA, WS, 1003, Pla, 1, 0, 0.5, "Platform", t, t, 0.300, bri, blo, 10, 1.20, 10, CF(-65, 343.399994, 155, 1, 0, 0, 0, 1, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createDecal(DE, Part, "http://www.roblox.com/asset/?id=14417348", Enum.NormalId.Top)
- createPart(PA, WS, 1003, Pla, 0, 0, 0.5, "Head", t, f, 0.300, sym, blo, 2, 1, 1, CF(-72.2768326, 5.19912052, -118.563423, 0.214786097, -1.68004684e-016, 0.976661146, 3.55629377e-016, 1, 9.3809918e-017, -0.976661146, 3.27180373e-016, 0.214786097), smo, inl, smo, smo, smo, smo)
- createSpecialMesh(SP, Part, 0, 0, 0, 1.25, 1.25, 1.25, 1, 1, 1, Enum.MeshType.Head, "", "")
- createDecal(DE, Part, "http://www.roblox.com/asset/?id=7076053", Enum.NormalId.Front)
- createPart(PA, WS, 1003, Pla, 0, 0, 0.5, "Torso", t, f, 0.300, sym, blo, 2, 2, 1, CF(-72.2768326, 3.69912076, -118.563423, 0.214786097, -1.68004684e-016, 0.976661146, 3.55629377e-016, 1, 9.3809918e-017, -0.976661146, 3.27180373e-016, 0.214786097), smo, inl, smo, wel, wel, stu)
- createDecal(DE, Part, "http://www.roblox.com/asset/?id=31468898", Enum.NormalId.Front)
- createPart(PA, WS, 1003, Pla, 0, 0, 0.5, "Left Arm", t, f, 0.300, sym, blo, 1, 2, 1, CF(-72.6133347, 3.69933581, -117.101578, 0.214786097, 0.0286454931, 0.976240933, 3.55629377e-016, 0.999569774, -0.0293300226, -0.976661146, 0.00629968103, 0.214693695), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 1003, Pla, 0, 0, 0.5, "Right Arm", t, f, 0.300, sym, blo, 1, 2, 1, CF(-71.9403305, 3.69933581, -120.025269, 0.214786097, -0.0286454931, 0.976240933, 3.55629377e-016, 0.999569774, 0.0293300226, -0.976661146, -0.00629968103, 0.214693695), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 1003, Pla, 0, 0, 0.5, "Left Leg", t, f, 0.300, sym, blo, 1, 2, 1, CF(-72.3555832, 1.69955099, -118.068794, 0.214786097, -0.0286454931, 0.976240933, 3.55629377e-016, 0.999569774, 0.0293300226, -0.976661146, -0.00629968103, 0.214693695), smo, smo, smo, smo, smo, stu)
- createPart(PA, WS, 1003, Pla, 0, 0, 0.5, "Right Leg", t, f, 0.300, sym, blo, 1, 2, 1, CF(-72.198082, 1.69955099, -119.058052, 0.214786097, 0.0286454931, 0.976240933, 3.55629377e-016, 0.999569774, -0.0293300226, -0.976661146, 0.00629968103, 0.214693695), smo, smo, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Handle", t, f, 0.300, pla, blo, 1, 1.60, 1, CF(-72.2768326, 5.39912033, -118.563423, 0.214786097, -1.68004684e-016, 0.976661146, 3.55629377e-016, 1, 9.3809918e-017, -0.976661146, 3.27180373e-016, 0.214786097), smo, smo, smo, smo, smo, smo)
- createSpecialMesh(SP, Part, 0, 0, 0, 1, 1, 1, 1, 1, 1, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=1051546", "http://www.roblox.com/asset/?id=1051545")
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Handle", t, f, 0.300, sym, blo, 1, 1, 1, CF(-72.4233322, 5.44912052, -118.595642, 0.214786097, -1.68004684e-016, 0.976661146, 3.55629377e-016, 1, 9.3809918e-017, -0.976661146, 3.27180373e-016, 0.214786097), smo, smo, smo, smo, smo, smo)
- createSpecialMesh(SP, Part, 0, 0, 0, 1, 1, 1, 1, 1, 1, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=18755438", "http://www.roblox.com/asset/?id=18755442")
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Handle", t, f, 0.300, pla, blo, 1, 0.40, 1, CF(-72.2768326, 5.83912039, -118.563423, 0.214786097, -1.68004684e-016, 0.976661146, 3.55629377e-016, 1, 9.3809918e-017, -0.976661146, 3.27180373e-016, 0.214786097), smo, smo, smo, smo, smo, smo)
- createSpecialMesh(SP, Part, 0, 0, 0, 1, 1, 1, 1, 1, 1, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=9907545", "http://www.roblox.com/asset/?id=9907551")
- createPart(PA, WS, 1006, Pla, 0, 0, 0.5, "Part", t, t, 0.300, bri, blo, 29, 2.40, 40, CF(-65.5, 341.600006, 157, 1, 0, 0, 0, 1, 0, 0, 0, 1), uni, uni, uni, uni, uni, wel)
- createPart(PA, WS, 21, Pla, 0, 0.5, 0.5, "Center", t, t, 0.300, sym, blo, 4, 4, 4, CF(-90.9978485, 1771.44873, 86.9978485, 0.976257861, 0.201177418, -0.0803006068, 0.0829100907, -0.689528942, -0.719496787, -0.200116128, 0.695756733, -0.689837694), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 21, Pla, 0.200, 0, 0.5, "Top", t, t, 0.300, sym, blo, 2, 2, 2, CF(-90.3943176, 1769.38013, 89.0851212, 0.976257861, 0.201177418, -0.0803006068, 0.0829100907, -0.689528942, -0.719496787, -0.200116128, 0.695756733, -0.689837694), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 21, Pla, 0.200, 0, 0.5, "Bottom", t, t, 0.300, sym, blo, 2, 2, 2, CF(-91.6013794, 1773.51733, 84.9105759, 0.976257861, 0.201177418, -0.0803006068, 0.0829100907, -0.689528942, -0.719496787, -0.200116128, 0.695756733, -0.689837694), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 21, Pla, 0.200, 0, 0.5, "Left", t, t, 0.300, sym, blo, 2, 2, 2, CF(-88.0690765, 1771.69751, 86.3974991, 0.976257861, 0.201177418, -0.0803006068, 0.0829100907, -0.689528942, -0.719496787, -0.200116128, 0.695756733, -0.689837694), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 21, Pla, 0.200, 0, 0.5, "Right", t, t, 0.300, sym, blo, 2, 2, 2, CF(-93.9266205, 1771.19995, 87.5981979, 0.976257861, 0.201177418, -0.0803006068, 0.0829100907, -0.689528942, -0.719496787, -0.200116128, 0.695756733, -0.689837694), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 21, Pla, 0.200, 0, 0.5, "Front", t, t, 0.300, sym, blo, 2, 2, 2, CF(-90.7569504, 1773.60718, 89.0673599, 0.976257861, 0.201177418, -0.0803006068, 0.0829100907, -0.689528942, -0.719496787, -0.200116128, 0.695756733, -0.689837694), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 21, Pla, 0.200, 0, 0.5, "Back", t, t, 0.300, sym, blo, 2, 2, 2, CF(-91.2387466, 1769.29028, 84.9283371, 0.976257861, 0.201177418, -0.0803006068, 0.0829100907, -0.689528942, -0.719496787, -0.200116128, 0.695756733, -0.689837694), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 26, Pla, 1, 0, 0.5, "BattleArmor", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(192.5, 86.4000015, -184.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, smo)
- createPart(PA, WS, 135, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 4, CF(192.5, 84.1999969, -184.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 3, 0.40, 4, CF(192.5, 85, -184.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 149, Pla, 0, 0.5, 0.5, "Center", t, t, 0.300, sym, blo, 4, 4, 4, CF(-102, 1757.66431, -106, 1, -1.01170595e-016, 1.09893671e-016, 1.01170595e-016, 1, -1.03020045e-016, -1.09893671e-016, 1.03020045e-016, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 149, Pla, 0.200, 0, 0.5, "Top", t, t, 0.300, sym, blo, 2, 2, 2, CF(-102, 1760.66431, -106, 1, -1.01170595e-016, 1.09893671e-016, 1.01170595e-016, 1, -1.03020045e-016, -1.09893671e-016, 1.03020045e-016, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 149, Pla, 0.200, 0, 0.5, "Bottom", t, t, 0.300, sym, blo, 2, 2, 2, CF(-102, 1754.66431, -106, 1, -1.01170595e-016, 1.09893671e-016, 1.01170595e-016, 1, -1.03020045e-016, -1.09893671e-016, 1.03020045e-016, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 149, Pla, 0.200, 0, 0.5, "Left", t, t, 0.300, sym, blo, 2, 2, 2, CF(-99, 1757.66431, -106, 1, -1.01170595e-016, 1.09893671e-016, 1.01170595e-016, 1, -1.03020045e-016, -1.09893671e-016, 1.03020045e-016, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 149, Pla, 0.200, 0, 0.5, "Right", t, t, 0.300, sym, blo, 2, 2, 2, CF(-105, 1757.66431, -106, 1, -1.01170595e-016, 1.09893671e-016, 1.01170595e-016, 1, -1.03020045e-016, -1.09893671e-016, 1.03020045e-016, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 149, Pla, 0.200, 0, 0.5, "Front", t, t, 0.300, sym, blo, 2, 2, 2, CF(-102, 1757.66431, -109, 1, -1.01170595e-016, 1.09893671e-016, 1.01170595e-016, 1, -1.03020045e-016, -1.09893671e-016, 1.03020045e-016, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 149, Pla, 0.200, 0, 0.5, "Back", t, t, 0.300, sym, blo, 2, 2, 2, CF(-102, 1757.66431, -103, 1, -1.01170595e-016, 1.09893671e-016, 1.01170595e-016, 1, -1.03020045e-016, -1.09893671e-016, 1.03020045e-016, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 28, Pla, 0, 0.5, 0.5, "Center", t, t, 0.300, sym, blo, 4, 4, 4, CF(139, 1777.91724, -91, 1, -1.01400253e-016, 1.10013109e-016, 1.01400253e-016, 1, -1.03197128e-016, -1.10013109e-016, 1.03197128e-016, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 28, Pla, 0.200, 0, 0.5, "Top", t, t, 0.300, sym, blo, 2, 2, 2, CF(139, 1780.91724, -91, 1, -1.01400253e-016, 1.10013109e-016, 1.01400253e-016, 1, -1.03197128e-016, -1.10013109e-016, 1.03197128e-016, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 28, Pla, 0.200, 0, 0.5, "Bottom", t, t, 0.300, sym, blo, 2, 2, 2, CF(139, 1774.91724, -91, 1, -1.01400253e-016, 1.10013109e-016, 1.01400253e-016, 1, -1.03197128e-016, -1.10013109e-016, 1.03197128e-016, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 28, Pla, 0.200, 0, 0.5, "Left", t, t, 0.300, sym, blo, 2, 2, 2, CF(142, 1777.91724, -91, 1, -1.01400253e-016, 1.10013109e-016, 1.01400253e-016, 1, -1.03197128e-016, -1.10013109e-016, 1.03197128e-016, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 28, Pla, 0.200, 0, 0.5, "Right", t, t, 0.300, sym, blo, 2, 2, 2, CF(136, 1777.91724, -91, 1, -1.01400253e-016, 1.10013109e-016, 1.01400253e-016, 1, -1.03197128e-016, -1.10013109e-016, 1.03197128e-016, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 28, Pla, 0.200, 0, 0.5, "Front", t, t, 0.300, sym, blo, 2, 2, 2, CF(139, 1777.91724, -94, 1, -1.01400253e-016, 1.10013109e-016, 1.01400253e-016, 1, -1.03197128e-016, -1.10013109e-016, 1.03197128e-016, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 28, Pla, 0.200, 0, 0.5, "Back", t, t, 0.300, sym, blo, 2, 2, 2, CF(139, 1777.91724, -88, 1, -1.01400253e-016, 1.10013109e-016, 1.01400253e-016, 1, -1.03197128e-016, -1.10013109e-016, 1.03197128e-016, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 196, Pla, 0, 0.5, 0.5, "Center", t, t, 0.300, sym, blo, 4, 4, 4, CF(150, 1781.54395, 127, 1, -1.00975036e-016, 1.10076339e-016, 1.00975036e-016, 1, -1.02892778e-016, -1.10076339e-016, 1.02892778e-016, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 196, Pla, 0.200, 0, 0.5, "Top", t, t, 0.300, sym, blo, 2, 2, 2, CF(150, 1784.54395, 127, 1, -1.00975036e-016, 1.10076339e-016, 1.00975036e-016, 1, -1.02892778e-016, -1.10076339e-016, 1.02892778e-016, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 196, Pla, 0.200, 0, 0.5, "Bottom", t, t, 0.300, sym, blo, 2, 2, 2, CF(150, 1778.54395, 127, 1, -1.00975036e-016, 1.10076339e-016, 1.00975036e-016, 1, -1.02892778e-016, -1.10076339e-016, 1.02892778e-016, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 196, Pla, 0.200, 0, 0.5, "Left", t, t, 0.300, sym, blo, 2, 2, 2, CF(153, 1781.54395, 127, 1, -1.00975036e-016, 1.10076339e-016, 1.00975036e-016, 1, -1.02892778e-016, -1.10076339e-016, 1.02892778e-016, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 196, Pla, 0.200, 0, 0.5, "Right", t, t, 0.300, sym, blo, 2, 2, 2, CF(147, 1781.54395, 127, 1, -1.00975036e-016, 1.10076339e-016, 1.00975036e-016, 1, -1.02892778e-016, -1.10076339e-016, 1.02892778e-016, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 196, Pla, 0.200, 0, 0.5, "Front", t, t, 0.300, sym, blo, 2, 2, 2, CF(150, 1781.54395, 124, 1, -1.00975036e-016, 1.10076339e-016, 1.00975036e-016, 1, -1.02892778e-016, -1.10076339e-016, 1.02892778e-016, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 196, Pla, 0.200, 0, 0.5, "Back", t, t, 0.300, sym, blo, 2, 2, 2, CF(150, 1781.54395, 130, 1, -1.00975036e-016, 1.10076339e-016, 1.00975036e-016, 1, -1.02892778e-016, -1.10076339e-016, 1.02892778e-016, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 151, Pla, 0, 0, 0.5, "Floor", t, t, 0.300, pla, blo, 400, 0.40, 400, CF(-7.62939453e-006, 0.200000763, 1.52587891e-005, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Back Wall", t, t, 0.300, bri, blo, 400, 30.0, 2, CF(-7.62939453e-006, 15.4000006, -198.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, wel, smo, smo, smo, stu)
- createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Front Wall", t, t, 0.300, bri, blo, 400, 30.0, 2, CF(-7.62939453e-006, 15.4000006, 199.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, wel, smo, smo, smo, stu)
- createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Right Wall", t, t, 0.300, bri, blo, 396, 30.0, 2, CF(199, 15.4000006, 1.52587891e-005, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, wel, smo, smo, smo, stu)
- createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Left Wall", t, t, 0.300, bri, blo, 396, 30.0, 2, CF(-199, 15.4000006, 1.52587891e-005, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, wel, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "House Platform", t, t, 0.300, pla, blo, 181, 0.40, 183, CF(105.499992, 0.600000739, 104.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, wel, smo, smo, smo, stu)
- createPart(PA, WS, 141, Pla, 0, 0, 0.5, "Castle Platform", t, t, 0.300, pla, blo, 186, 0.40, 183, CF(-104.000008, 0.600000739, 105.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, wel, smo, smo, smo, stu)
- createPart(PA, WS, 208, Pla, 0, 0, 0.5, "Front back path", t, t, 0.300, pla, blo, 26, 0.40, 371, CF(1.99999237, 0.600000739, 7.50001526, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, wel, smo, smo, smo, stu)
- createPart(PA, WS, 208, Pla, 0, 0, 0.5, "Left path", t, t, 0.300, pla, blo, 187, 0.40, 27, CF(-104.500008, 0.600000739, -1.49998474, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, wel, smo, smo, smo, stu)
- createPart(PA, WS, 208, Pla, 0, 0, 0.5, "Right path", t, t, 0.300, pla, blo, 182, 0.40, 27, CF(105.999992, 0.600000739, -1.49998474, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, wel, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Back Ledge", t, t, 0.300, pla, blo, 213, 17.2, 20, CF(-91.5, 9.19999504, -188, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, wel, smo, smo, smo, smo)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Tower Platform", t, t, 0.300, pla, blo, 184, 0.40, 162, CF(-103.000008, 0.600000739, -95.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, wel, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Brickyard Base", t, t, 0.300, pla, blo, 183, 0.40, 183, CF(106.499992, 0.600000739, -106.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, wel, smo, smo, smo, stu)
- createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 15.6, 1, CF(-173.5, 8.60000038, 134.800018, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, wel, smo, smo, smo, stu)
- createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 15.6, 1, CF(-160.5, 8.60000038, 134.800018, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, wel, smo, smo, smo, stu)
- createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 4, 1.20, 2, CF(-161, 17, 134.800018, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 4, 1.20, 2, CF(-173, 17, 134.800018, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0, "Block", t, t, 0.300, bri, blo, 1, 76.8, 12, CF(-167, 18.0856133, 96.3999939, 7.27176666e-005, 1.1920929e-006, -0.999999881, 0.999999881, 1.51395798e-005, 7.25984573e-005, 1.50203705e-005, -0.999999881, -1.07288361e-006), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 15.6, 1, CF(-173.5, 8.60000038, 56.8000145, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, wel, smo, smo, smo, stu)
- createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 15.6, 1, CF(-160.5, 8.60000038, 56.8000145, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, wel, smo, smo, smo, stu)
- createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 4, 1.20, 2, CF(-161, 17, 56.8000145, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 4, 1.20, 2, CF(-173, 17, 56.8000145, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0, "Block", t, t, 0.300, bri, blo, 1, 76.8, 12, CF(-167, 18.0855942, 18.3999939, 7.18832016e-005, -2.08616257e-007, -0.999999881, 0.999999881, 1.60336494e-005, 7.1823597e-005, 1.59442425e-005, -0.99999994, 2.98023224e-007), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 15.6, 1, CF(-173.5, 8.60000038, -21.1999817, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, wel, smo, smo, smo, stu)
- createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 15.6, 1, CF(-160.5, 8.60000038, -21.1999817, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, wel, smo, smo, smo, stu)
- createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 4, 1.20, 2, CF(-161, 17, -21.1999817, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 4, 1.20, 2, CF(-173, 17, -21.1999817, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0, "Block", t, t, 0.300, bri, blo, 1, 76.8, 12, CF(-167, 18.0856266, -59.6000061, 6.38365746e-005, -1.55866146e-005, -0.999999881, 0.999999881, 1.6450882e-005, 6.37471676e-005, 1.63316727e-005, -0.999999881, 1.56760216e-005), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 15.6, 1, CF(-173.5, 8.60000038, -98.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, wel, smo, smo, smo, stu)
- createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 15.6, 1, CF(-160.5, 8.60000038, -98.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, wel, smo, smo, smo, stu)
- createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 4, 1.20, 2, CF(-161, 17, -98.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 4, 1.20, 2, CF(-173, 17, -98.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0, "Block", t, t, 0.300, bri, blo, 1, 76.8, 12, CF(-167.161148, 9.72641563, -138.094131, -0.000738978386, -0.00337782502, -0.99999398, 0.975494385, -0.220024347, 2.23219395e-005, -0.220023096, -0.975488544, 0.00345766544), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 217, Pla, 0, 0, 0, "Block", t, t, 0.300, bri, blo, 1, 76.8, 12, CF(-109.052673, 1.28975105, -169.923386, 0, 0.999997616, 0.0022032666, 1, 0, 1.29803084e-007, 1.29803084e-007, 0.0022032666, -0.999997616), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 15.6, 1, CF(-146, 8.60000038, -162.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, wel, smo, smo, smo, stu)
- createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(-146, 17.4000015, -162.999985, 1, 0, 0, 0, -1, 0, 0, 0, -1), hin, stu, smo, smo, smo, inl)
- createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 15.6, 1, CF(-145.873642, 8.18978786, -177.50679, 0.999996126, -3.2122909e-005, -0.00278398907, 3.18320963e-005, 1, -0.000104503793, 0.00278399233, 0.000104414765, 0.999996126), smo, wel, smo, smo, smo, stu)
- createPart(PA, WS, 39, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(-145.87532, 16.9897346, -177.005875, -0.999996126, 3.2122909e-005, -0.00278398907, -3.18320963e-005, -1, -0.000104503793, -0.00278399233, -0.000104414765, 0.999996126), hin, stu, smo, smo, smo, inl)
- createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 10, 10, 10, CF(-36.0000076, 13.8000011, -12.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 8.40, 2, CF(-36.0000076, 4.80000067, -12.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, wel, smo, smo, smo, wel)
- createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 10, 10, 10, CF(-79.0000076, 13.8000011, -12.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 8.40, 2, CF(-79.0000076, 4.80000067, -12.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, wel, smo, smo, smo, wel)
- createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 10, 10, 10, CF(-120.000008, 13.8000011, -12.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 8.40, 2, CF(-120.000008, 4.80000067, -12.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, wel, smo, smo, smo, wel)
- createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 10, 10, 10, CF(-156, 13.8000011, -12.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 8.40, 2, CF(-156, 4.80000067, -12.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, wel, smo, smo, smo, wel)
- createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 10, 10, 10, CF(157, 13.8000011, -12.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 8.40, 2, CF(157, 4.80000067, -12.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, wel, smo, smo, smo, wel)
- createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 10, 10, 10, CF(113.999992, 13.8000011, -12.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 8.40, 2, CF(113.999992, 4.80000067, -12.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, wel, smo, smo, smo, wel)
- createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 10, 10, 10, CF(72.9999924, 13.8000011, -12.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 8.40, 2, CF(72.9999924, 4.80000067, -12.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, wel, smo, smo, smo, wel)
- createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 10, 10, 10, CF(36.9999924, 13.8000011, -12.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 8.40, 2, CF(36.9999924, 4.80000067, -12.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, wel, smo, smo, smo, wel)
- createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 10, 10, 10, CF(104, 42.6000023, -190.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 8.40, 2, CF(104, 33.6000023, -190.999985, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, wel, smo, smo, smo, wel)
- createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 10, 10, 10, CF(119.999992, 71.4000015, -171.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 8.40, 2, CF(119.999992, 62.4000015, -171.999985, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, wel, smo, smo, smo, wel)
- createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 3.60, 1, CF(35.4999847, 19.4000015, -188.499985, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, wel, smo, smo, smo, wel)
- createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 7, 7, 7, CF(35.4999847, 24.7000008, -188.499985, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 3.60, 1, CF(99.5, 31.4000015, -111.499985, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, wel, smo, smo, smo, wel)
- createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 7, 7, 7, CF(99.5, 36.7000008, -111.499985, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 3.60, 1, CF(77.4999924, 24.2000008, -124.499985, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, wel, smo, smo, smo, wel)
- createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 7, 7, 7, CF(77.4999924, 29.5, -124.499985, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 3.60, 1, CF(125.499992, 60.2000008, -108.499985, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, wel, smo, smo, smo, wel)
- createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 7, 7, 7, CF(125.499992, 65.5, -108.499985, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 3.60, 1, CF(73.4999924, 15.8000002, -104.5, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, wel, smo, smo, smo, wel)
- createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 7, 7, 7, CF(73.4999924, 21.1000004, -104.5, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 3.60, 1, CF(103.5, 23, -57.5, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, wel, smo, smo, smo, wel)
- createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 7, 7, 7, CF(103.5, 28.2999992, -57.5, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 10, 10, 10, CF(62.9999924, 27, -76, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 8.40, 2, CF(62.9999924, 18, -76, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, wel, smo, smo, smo, wel)
- createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 10, 10, 10, CF(164, 34.2000008, -81, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 8.40, 2, CF(164, 25.2000008, -81, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, wel, smo, smo, smo, wel)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 3.60, 1, CF(129.5, 2.60000086, -43.4999847, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, wel, smo, smo, smo, wel)
- createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 7, 7, 7, CF(129.5, 7.90000105, -43.4999847, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 3.60, 1, CF(166.5, 23, -71.5, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, wel, smo, smo, smo, wel)
- createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 7, 7, 7, CF(166.5, 28.2999992, -71.5, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 3.60, 1, CF(43.4999924, 2.60000086, -83.4999847, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, wel, smo, smo, smo, wel)
- createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 7, 7, 7, CF(43.4999924, 7.90000105, -83.4999847, -1, 0, 0, 0, -1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, blo, 16, 8, 1, CF(171, 36.400032, 91.5000153, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createDecal(DE, Part, "http://www.roblox.com/asset/?id=1008743", Enum.NormalId.Front)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 12, 1, CF(179.5, 34.400032, 91.5000153, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 18, 1.20, 1, CF(171, 41.0000305, 91.5000153, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 16, 1.20, 1, CF(171, 31.8000317, 91.5000153, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, wel, wel, stu)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 12, 1, CF(162.5, 34.400032, 91.5000153, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, blo, 16, 8, 1, CF(54.4999924, 8.80000114, -102.999985, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createDecal(DE, Part, "http://www.roblox.com/asset/?id=1008744", Enum.NormalId.Front)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 12, 1, CF(54.4999924, 6.80000114, -111.499985, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 18, 1.20, 1, CF(54.4999924, 13.4000015, -102.999985, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 16, 1.20, 1, CF(54.4999924, 4.20000076, -102.999985, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, wel, wel, stu)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 12, 1, CF(54.4999924, 6.80000067, -94.4999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, blo, 16, 8, 1, CF(34, 32.7999992, 112.500015, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createDecal(DE, Part, "http://www.roblox.com/asset/?id=1008745", Enum.NormalId.Front)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 12, 1, CF(42.5, 30.7999992, 112.500015, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 18, 1.20, 1, CF(34, 37.3999977, 112.500015, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 16, 1.20, 1, CF(34, 28.1999989, 112.500015, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, wel, wel, stu)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 12, 1, CF(25.5, 30.7999992, 112.500015, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, blo, 16, 8, 1, CF(-127, 22, 39.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createDecal(DE, Part, "http://www.roblox.com/asset/?id=1008748", Enum.NormalId.Front)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 12, 1, CF(-118.5, 20, 39.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 18, 1.20, 1, CF(-127, 26.6000004, 39.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 16, 1.20, 1, CF(-127, 17.3999996, 39.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, wel, wel, stu)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 12, 1, CF(-135.5, 20, 39.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(-86.0000076, 41.3999977, -94.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 1, CF(-85.5000076, 40.5999985, -94.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-85.0000076, 38.6000023, -88.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-86.0000076, 39.7999992, -88.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 13, CF(-91.5000076, 42.1999969, -95.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-82.0000076, 35, -88.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-80.0000076, 32.5999985, -88.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-81.0000076, 33.7999992, -88.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-86.0000076, 35.5999985, -94.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-83.0000076, 36.2000008, -88.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 13, 0.40, 13, CF(-92.5000076, 40.5999985, -89.4999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-79.0000076, 31.3999977, -88.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-84.0000076, 37.4000015, -88.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(-86.5000076, 49.8000031, -82.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(-86.5000076, 47.4000015, -82.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(-86.5000076, 43.7999992, -82.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 107, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(-86.5000076, 46.2000008, -82.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(-86.5000076, 51.0000038, -82.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(-86.5000076, 42.5999985, -82.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(-86.5000076, 45, -82.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 13, CF(-80.5000076, 42.1999969, -83.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(-98.0000076, 41.3999977, -82.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 13, CF(-98.5000076, 42.1999969, -89.4999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(-86.5000076, 48.6000023, -82.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 1, CF(-74.0000076, 40.5999985, -83.4999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-74.0000076, 25.6000004, -70.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 13, 0.40, 13, CF(-79.5000076, 30.5999985, -76.4999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-74.0000076, 25.6000004, -82.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 13, 0.40, 13, CF(-79.5000076, 30.5999985, -89.4999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-86.0000076, 25.6000004, -70.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-86.0000076, 25.6000004, -82.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-74.0000076, 25.6000004, -94.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 1, CF(-86.5000076, 30.5999985, -83.4999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-86.0000076, 25.6000004, -94.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 1, CF(-86.5000076, 30.6000004, -94.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-92.0000076, 27.3999996, -84.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-92.0000076, 26.2000027, -85.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-92.0000076, 29.8000011, -82.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-92.0000076, 28.6000004, -83.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 13, 0.40, 13, CF(-92.5000076, 30.6000004, -76.4999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-92.0000076, 21.3999996, -89.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-92.0000076, 25.0000019, -86.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-92.0000076, 22.6000004, -88.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-92.0000076, 23.8000011, -87.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-98.0000076, 25.6000004, -70.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-98.0000076, 25.6000004, -82.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 1, CF(-98.0000076, 30.5999985, -83.4999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-98.0000076, 25.6000004, -94.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 2, CF(-98.0000076, 30.5999985, -94.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(-98.0000076, 41.3999977, -94.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(-86.0000076, 41.3999977, -82.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(-74.0000076, 41.3999977, -82.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 1, CF(-85.5000076, 40.5999985, -83.4999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-86.0000076, 35.5999985, -82.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-74.0000076, 35.5999985, -82.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-98.0000076, 35.5999985, -94.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 12, CF(-98.5000076, 42.1999969, -76.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 13, 0.40, 13, CF(-92.5000076, 40.5999985, -76.4999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-98.0000076, 35.5999985, -82.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 13, 0.40, 13, CF(-79.5000076, 40.5999985, -76.4999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 13, CF(-73.5000076, 42.1999969, -77.4999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-74.0000076, 15.6000004, -94.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 13, 0.40, 13, CF(-79.5000076, 20.6000004, -89.4999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-86.0000076, 15.6000004, -94.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 13, 0.40, 13, CF(-92.5000076, 20.6000004, -89.4999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-74.0000076, 15.6000004, -82.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-86.0000076, 15.6000004, -82.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-98.0000076, 15.6000004, -94.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 1, CF(-86.5000076, 20.6000004, -82.4999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-98.0000076, 15.6000004, -82.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 1, CF(-98.0000076, 20.6000004, -82.4999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-88.0000076, 17.3999996, -76.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-89.0000076, 16.2000008, -76.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-86.0000076, 19.8000011, -76.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-87.0000076, 18.6000004, -76.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 13, 0.40, 13, CF(-79.5000076, 20.6000004, -76.4999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-93.0000076, 11.4000006, -76.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-90.0000076, 15, -76.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-92.0000076, 12.6000004, -76.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-91.0000076, 13.8000002, -76.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-74.0000076, 15.6000004, -70.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-86.0000076, 15.6000004, -70.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 1, CF(-86.5000076, 20.6000004, -70.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-98.0000076, 15.6000004, -70.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 2, CF(-98.0000076, 20.6000004, -70.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(-98.0000076, 41.3999977, -70.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(-86.0000076, 41.3999977, -70.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 13, CF(-92.5000076, 42.1999969, -70.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-98.0000076, 5.60000086, -94.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 13, 0.40, 13, CF(-92.5000076, 10.6000004, -89.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-98.0000076, 5.60000086, -82.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 13, 0.40, 13, CF(-92.5000076, 10.6000004, -76.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-86.0000076, 5.60000086, -94.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-86.0000076, 5.60000086, -82.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-98.0000076, 5.60000086, -70.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 1, CF(-85.5000076, 10.6000004, -82.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-86.0000076, 5.60000086, -70.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 1, CF(-85.5000076, 10.6000004, -70.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-80.0000076, 7.40000057, -80.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-80.0000076, 6.20000076, -79.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-80.0000076, 9.80000019, -82.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-80.0000076, 8.60000038, -81.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 13, 0.40, 13, CF(-79.5000076, 10.6000004, -89.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-80.0000076, 1.40000081, -75.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-80.0000076, 5.00000095, -78.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-80.0000076, 2.60000086, -76.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 4, CF(-80.0000076, 3.80000091, -77.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-74.0000076, 5.60000086, -94.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-74.0000076, 5.60000086, -82.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 1, CF(-74.0000076, 10.6000004, -82.4999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-74.0000076, 5.60000086, -70.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 2, CF(-74.0000076, 10.6000004, -70.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-98.0000076, 35.5999985, -70.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(-74.0000076, 41.3999977, -70.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-86.0000076, 35.5999985, -70.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 9.60, 2, CF(-74.0000076, 35.5999985, -70.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 13, CF(-79.5000076, 42.1999969, -70.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.80, 4, CF(-129, 5.60000086, -71.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-129, 5.00000095, -70.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.80, 2, CF(-142, 5.60000086, -68.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.80, 2, CF(-122, 5.60000086, -64.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.80, 12, CF(-121.5, 5.60000086, -57.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Bouncer", t, t, 0.300, pla, blo, 10, 0.40, 1, CF(-134, 5.40000105, -70.4999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), wel, inl, wel, wel, wel, smo)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Bouncer", t, t, 0.300, pla, blo, 10, 0.40, 1, CF(-122.5, 5.40000105, -58.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), wel, inl, wel, wel, wel, smo)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.80, 2, CF(-126, 5.60000086, -68.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 6, CF(-121, 5.00000095, -58.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.80, 6, CF(-120.5, 5.60000086, -58.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-124.000008, 5.00000095, -65.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Bouncer", t, t, 0.300, pla, blo, 16, 0.40, 16, CF(-134, 5.40000105, -58.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), wel, inl, wel, wel, wel, smo)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(-125.000008, 3.80000067, -67.9999847, 0, 1, 0, 1, 0, 0, 0, 0, -1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Bouncer", t, t, 0.300, pla, blo, 18, 0.40, 1, CF(-134, 5.40000105, -67.4999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), wel, inl, wel, wel, wel, smo)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Bouncer", t, t, 0.300, pla, blo, 14, 0.40, 2, CF(-124, 5.40000105, -58.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), wel, inl, wel, wel, wel, smo)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-122, 5.00000095, -53.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Bouncer", t, t, 0.300, pla, blo, 14, 0.40, 2, CF(-134, 5.40000105, -68.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), wel, inl, wel, wel, wel, smo)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-122.000008, 5.00000095, -63.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 6, CF(-134, 5.00000095, -71.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-139, 5.00000095, -70.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.80, 2, CF(-124, 5.60000086, -66.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-141, 5.00000095, -68.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.80, 2, CF(-140, 5.60000086, -70.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.80, 2, CF(-138, 5.60000086, -71.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Bouncer", t, t, 0.300, pla, blo, 16, 0.40, 1, CF(-125.5, 5.40000105, -58.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), wel, inl, wel, wel, wel, smo)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.80, 2, CF(-128, 5.60000086, -70.4999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(-125.000008, 1.80000079, -67.9999847, 0, 1, 0, 1, 0, 0, 0, 0, -1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Bouncer", t, t, 0.300, pla, blo, 18, 0.40, 1, CF(-134, 5.40000105, -50.4999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), wel, inl, wel, wel, wel, smo)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-127.000008, 5.00000095, -68.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.80, 6, CF(-134, 5.60000086, -71.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.80, 2, CF(-144, 5.60000086, -66.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(-143, 3.80000067, -67.9999847, 0, 0, -1, 1, 0, 0, 0, -1, 0), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 6, CF(-134, 5.00000095, -45.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.80, 6, CF(-134, 5.60000086, -45.4999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.80, 2, CF(-124, 5.60000086, -50.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.80, 2, CF(-126, 5.60000086, -48.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(-143, 1.80000079, -67.9999847, 0, 0, -1, 1, 0, 0, 0, -1, 0), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.80, 10, CF(-134, 5.60000086, -46.4999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-144, 5.00000095, -65.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Bouncer", t, t, 0.300, pla, blo, 14, 0.40, 2, CF(-144, 5.40000105, -58.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, smo)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.80, 2, CF(-146, 5.60000086, -64.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-127, 5.00000095, -48.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.80, 2, CF(-140, 5.60000086, -46.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-139, 5.00000095, -46.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-146, 5.00000095, -63.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Bouncer", t, t, 0.300, pla, blo, 14, 0.40, 2, CF(-134, 5.40000105, -48.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), wel, inl, wel, wel, wel, smo)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-124, 5.00000095, -51.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-129, 5.00000095, -46.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Bouncer", t, t, 0.300, pla, blo, 16, 0.40, 1, CF(-142.5, 5.40000105, -58.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, smo)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Bouncer", t, t, 0.300, pla, blo, 10, 0.40, 1, CF(-134, 5.40000105, -47.4999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), wel, inl, wel, wel, wel, smo)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.80, 2, CF(-122.5, 5.60000086, -52.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.80, 2, CF(-128, 5.60000086, -46.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(-125, 3.80000091, -49.9999847, 0, -1, 0, 1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(-125.000008, 1.80000079, -49.9999847, 0, -1, 0, 1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-146, 5.00000095, -53.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.80, 2, CF(-142, 5.60000086, -48.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.80, 2, CF(-144, 5.60000086, -50.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(-143, 3.80000067, -49.9999847, 0, -1, 0, 1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-144, 5.00000095, -51.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 6, CF(-147, 5.00000095, -58.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Bouncer", t, t, 0.300, pla, blo, 10, 0.40, 1, CF(-145.5, 5.40000105, -58.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, smo)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.80, 6, CF(-147.5, 5.60000086, -58.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(-143, 1.80000079, -49.9999847, 0, -1, 0, 1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 4, CF(-141, 5.00000095, -48.9999847, 0, 0, 1, 0, 1, 0, -1, 0, 0), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.80, 2, CF(-146, 5.60000086, -52.9999847, 0, 0, -1, 0, 1, 0, 1, 0, 0), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.80, 10, CF(-146.5, 5.60000086, -58.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), wel, inl, wel, wel, wel, stu)
- createPart(PA, WS, 5, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 27, 16.8, 36, CF(28.4999847, 9.20000076, -179.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 5, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 25, 16.8, 36, CF(86.4999924, 9.20000076, -179.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 5, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 13, 19.2, 18, CF(92.4999924, 10.4000006, -152.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 5, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 24, 21.6, 22, CF(86.9999924, 11.6000004, -132.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 99, 28.8, 100, CF(148.5, 15.2000008, -147.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 5, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 28, 2.40, 38, CF(49.9999924, 2, -50, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 5, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 43, 13.2, 45, CF(77.4999924, 7.39999962, -91.5, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 34, 4.80, 35, CF(80.9999924, 3.20000076, -51.5, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 27, 3.60, 17, CF(84.4999924, 7.39999962, -60.5, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 5, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 19, 1.20, 16, CF(86.4999924, 6.19999981, -44, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 19, 2.40, 15, CF(88.4999924, 10.3999996, -61.5, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 5, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 20, 2.40, 35, CF(88.9999924, 15.2000008, -88.5, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 5, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 2.40, 12, CF(94.9999924, 17.6000023, -87, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 5, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 99, 20.4, 45, CF(148.5, 11, -75, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 58, 13.2, 24, CF(166, 7.39999962, -40, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 23, 7.20, 4, CF(120.499992, 24.8000031, -95.4999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 13.2, 4, CF(151.5, 27.8000031, -95.4999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 13.2, 2, CF(122.499992, 36.2000008, -101.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 19, 28.8, 50, CF(122.499992, 44, -127.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 18, 28.8, 34, CF(122.999992, 44, -180.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 48, 28.8, 18, CF(156, 44, -188.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 15, 26.4, 7, CF(152.5, 42.7999992, -100.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 24, 24, 7, CF(168, 33.2000008, -93.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 29, 3.60, 6, CF(173.5, 47, -94.4999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 10, 25.2, 7, CF(193, 33.7999992, -93.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 7.20, 3, CF(191, 50, -95.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 28, 7.20, 3, CF(174, 52.4000015, -95.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 24, 6, CF(194, 41.6000023, -100.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 18, 28.8, 94, CF(189, 44, -150.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 48, 1.20, 73, CF(156, 30.2000008, -142.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 21, 25.2, 26, CF(187.5, 71, -184.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 13, 15.6, 16, CF(170.5, 66.1999969, -189.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 14, 12, 16, CF(157, 64.3999939, -189.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 8.40, 30, CF(144, 62.6000023, -182.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 4.80, 11, CF(136.5, 60.7999992, -181.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 10, 2.40, 7, CF(181, 15.1999998, -48.5, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 10, 2.40, 4, CF(181, 17.6000023, -50, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 48, 13.2, 5, CF(156, 45.7999992, -176.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 13, 1.20, 9, CF(143.5, 56.6000023, -169.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 2.40, 2, CF(138, 57.2000008, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 7, CF(135, 53, -166.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 42, 1.20, 9, CF(153, 53, -174.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 1.20, 6, CF(138, 57.8000031, -167.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 11, CF(140.5, 54.2000008, -168.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 13.2, 12, CF(132.5, 45.7999992, -168.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 21, 1.20, 9, CF(142.5, 57.8000031, -174.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 11, CF(143.5, 55.4000015, -167.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 13.2, 1, CF(128.5, 47, -162.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 3.60, 3, CF(176.5, 55.4000015, -159.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 3, CF(176.5, 53, -158.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 1, CF(170.5, 40.5999985, -155.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(164, 31.2999992, -155.499985, 0, 1, 0, 1, 0, 0, 0, 0, -1), smo, smo, smo, inl, stu, smo)
- createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(165, 31.2999992, -155.499985, 0, 1, 0, 1, 0, 0, 0, 0, -1), smo, smo, smo, inl, stu, smo)
- createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 2, CF(164.5, 32, -155.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, smo)
- createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(165, 31.2999992, -156.499985, 0, 1, 0, 1, 0, 0, 0, 0, -1), smo, smo, smo, inl, stu, smo)
- createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(164, 31.2999992, -156.499985, 0, 1, 0, 1, 0, 0, 0, 0, -1), smo, smo, smo, inl, stu, smo)
- createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 3, CF(164.5, 33.7000008, -156.799988, 1, 0, 0, 0, 0, -1, 0, 1, 0), wel, inl, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 14, 1.20, 13, CF(160, 57.8000031, -147.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(166.5, 32, -152.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 11, 0.40, 1, CF(174.5, 59.0000038, -163.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(171, 51.7999992, -159.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(170.5, 39.7999992, -153.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 29, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 11, 0.40, 1, CF(176.5, 58.6000023, -165.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 11, CF(173.5, 54.2000008, -151.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 11, 1.20, 7, CF(174.5, 57.8000031, -157.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 11, CF(178, 53, -151.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 13, 1.20, 9, CF(173.5, 57.8000031, -149.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 11, 0.40, 1, CF(174.5, 59.0000038, -160.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(166.5, 32, -147.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(170.5, 39.7999992, -148.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 29, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 11, 0.40, 1, CF(178.5, 58.6000023, -165.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 16, 1.20, 12, CF(161, 57.8000031, -173.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(171, 41, -159.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(171, 44.6000023, -159.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 1, CF(170.5, 40.5999985, -150.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 10, 8.40, 51, CF(175, 35, -153.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 1.20, 10, CF(163, 56.6000023, -155.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 16, 1.20, 13, CF(161, 57.8000031, -160.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(165, 31.2999992, -145.499985, 0, -1, 0, 1, 0, 0, 0, 0, 1), smo, smo, smo, inl, stu, smo)
- createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(164, 31.2999992, -145.499985, 0, -1, 0, 1, 0, 0, 0, 0, 1), smo, smo, smo, inl, stu, smo)
- createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 2, CF(164.5, 32, -144.999985, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, smo)
- createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(164, 31.2999992, -144.499985, 0, -1, 0, 1, 0, 0, 0, 0, 1), smo, smo, smo, inl, stu, smo)
- createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(165, 31.2999992, -144.499985, 0, -1, 0, 1, 0, 0, 0, 0, 1), smo, smo, smo, inl, stu, smo)
- createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 3, CF(164.5, 33.7000008, -144.199982, -1, 0, 0, 0, 0, -1, 0, -1, 0), wel, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 11, 2.40, 14, CF(146.5, 59.6000023, -160.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(171, 48.2000008, -159.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 2, CF(146, 54.2000008, -138.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 2, CF(146, 54.2000008, -159.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 13, 2.40, 1, CF(137.5, 57.2000008, -152.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(144, 44.6000023, -159.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 12, CF(148.5, 31.4000015, -152.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 15.6, 13, CF(141.5, 47, -156.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 10, CF(141, 55.4000015, -148.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(144, 41.0000038, -159.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 8.40, 73, CF(132.5, 35, -142.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 1.20, 13, CF(149, 56.6000023, -137.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 1.20, 14, CF(150, 56.6000023, -156.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 10, CF(148.5, 32.6000023, -153.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 8, CF(148.5, 33.8000031, -154.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 1.20, 9, CF(164.5, 55.4000015, -170.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 6, CF(148.5, 35.0000038, -155.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 11, 1.20, 9, CF(174.5, 57.8000031, -174.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 13, 1.20, 4, CF(171.5, 56.6000023, -176.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(156.5, 32, -152.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(144, 41, -138.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 11, 0.40, 6, CF(161.5, 33.4000015, -150.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 2, CF(148.5, 37.4000053, -157.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(144, 48.2000008, -159.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(156.5, 32, -147.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(144, 51.7999992, -159.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(138.5, 39.7999992, -132.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 1, CF(166, 40.5999985, -158.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 1, CF(138.5, 40.5999985, -134.999985, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 11, CF(138.5, 54.2000008, -141.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 1, CF(140.5, 40.5999985, -137.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(138.5, 39.7999992, -137.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(144, 51.7999992, -138.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(144, 48.1999969, -138.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 8.40, 21, CF(139, 35, -147.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(167.5, 39.7999992, -158.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(144, 44.5999985, -138.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 21, 1.20, 14, CF(142.5, 57.8000031, -145.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 11, 0.40, 1, CF(174.5, 59.0000038, -167.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 29, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 11, 0.40, 1, CF(170.5, 58.6000023, -165.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 29, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 11, 0.40, 1, CF(172.5, 58.6000023, -165.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 29, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 11, 0.40, 1, CF(174.5, 58.6000023, -165.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 119, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 11, 0.40, 1, CF(174.5, 59.0000038, -170.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 2, CF(169, 54.2000008, -159.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 2.40, 9, CF(141.5, 57.2000008, -157.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 1, CF(154.5, 40.5999985, -158.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 37, 8.40, 21, CF(151.5, 35, -168.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 1.20, 2, CF(149, 55.4000015, -138.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(157.5, 39.7999992, -158.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 11, CF(135, 53, -146.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 13.2, 1, CF(128.5, 47, -152.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 10.8, 11, CF(128.5, 35, -157.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(159, 31.2999992, -145.499985, 0, -1, 0, 1, 0, 0, 0, 0, 1), smo, smo, smo, inl, stu, smo)
- createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(158, 31.2999992, -145.499985, 0, -1, 0, 1, 0, 0, 0, 0, 1), smo, smo, smo, inl, stu, smo)
- createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 2, CF(158.5, 32, -144.999985, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, smo)
- createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(158, 31.2999992, -144.499985, 0, -1, 0, 1, 0, 0, 0, 0, 1), smo, smo, smo, inl, stu, smo)
- createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(159, 31.2999992, -144.499985, 0, -1, 0, 1, 0, 0, 0, 0, 1), smo, smo, smo, inl, stu, smo)
- createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 3, CF(158.5, 33.7000008, -144.199982, -1, 0, 0, 0, 0, -1, 0, -1, 0), wel, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 1.20, 2, CF(166, 55.4000015, -159.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(162.5, 39.7999992, -158.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 1, CF(159.5, 40.5999985, -158.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 11, 1.20, 11, CF(136.5, 55.4000015, -157.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(152.5, 39.7999992, -158.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 4, CF(148.5, 36.2000046, -156.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 13.2, 1, CF(121.5, 36.2000008, -152.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 11, CF(130, 54.2000008, -157.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 1.20, 2, CF(149, 55.4000015, -159.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 11, CF(149.5, 54.2000008, -167.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 11, CF(160.5, 54.2000008, -169.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 1.20, 11, CF(134.5, 53, -135.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 13.2, 1, CF(121.5, 36.2000008, -162.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(158, 31.2999992, -155.499985, 0, 1, 0, 1, 0, 0, 0, 0, -1), smo, smo, smo, inl, stu, smo)
- createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(159, 31.2999992, -155.499985, 0, 1, 0, 1, 0, 0, 0, 0, -1), smo, smo, smo, inl, stu, smo)
- createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 2, CF(158.5, 32, -155.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, smo)
- createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(159, 31.2999992, -156.499985, 0, 1, 0, 1, 0, 0, 0, 0, -1), smo, smo, smo, inl, stu, smo)
- createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 1, 1, 1, CF(158, 31.2999992, -156.499985, 0, 1, 0, 1, 0, 0, 0, 0, -1), smo, smo, smo, inl, stu, smo)
- createPart(PA, WS, 153, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 3, CF(158.5, 33.7000008, -156.799988, 1, 0, 0, 0, 0, -1, 0, 1, 0), wel, inl, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 1.20, 18, CF(148.5, 57.8000031, -161.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 10, CF(156, 55.4000015, -166.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 14, 1.20, 13, CF(160, 57.8000031, -134.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(171, 48.1999969, -138.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(171, 41, -138.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 2, CF(169, 54.2000008, -138.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(170.5, 39.7999992, -143.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 11, CF(175.5, 54.2000008, -139.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 11, CF(176.5, 53, -140.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 1, CF(146, 32, -125.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(144.5, 39.7999992, -127.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 1, CF(146, 34.4000015, -125.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 10, CF(146, 55.4000015, -126.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 8.40, 10, CF(142, 35, -123.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(171, 51.7999992, -138.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 3.60, 2, CF(171, 44.5999985, -138.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 13.2, 54, CF(179.5, 45.7999992, -147.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 10, CF(173.5, 55.4000015, -145.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 1, CF(146, 36.8000031, -125.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 1.20, 2, CF(166, 55.4000015, -138.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 13, 1.20, 9, CF(173.5, 57.8000031, -140.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 1, CF(170.5, 40.5999985, -134.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 1.20, 12, CF(164, 56.6000023, -139.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 11, CF(135, 53, -124.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(138.5, 39.7999992, -127.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 1.20, 9, CF(139.5, 54.2000008, -130.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 8.40, 20, CF(136, 35, -127.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 1, CF(138.5, 40.5999985, -129.999985, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 6, 0.40, 1, CF(142, 40.5999985, -127.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 13.2, 46, CF(132.5, 45.7999992, -129.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 21, 1.20, 13, CF(142.5, 57.8000031, -131.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 9, 0.40, 1, CF(170.5, 40.5999985, -143.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 1, CF(146, 36.8000031, -121.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(163.5, 39.7999992, -127.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 1, CF(146, 34.4000015, -121.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 6, 0.40, 1, CF(136, 40.5999985, -117.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 2, CF(138.5, 39.7999992, -118.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 1.20, 5, CF(149.5, 38.6000023, -123.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 1, CF(146, 32, -121.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(170.5, 39.7999992, -132.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(133.5, 39.7999992, -117.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 2, CF(133.5, 36.2000008, -105.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 1.20, 14, CF(143.5, 55.4000015, -115.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 11, CF(174.5, 54.2000008, -110.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 15, 16.8, 1, CF(152.5, 46.4000015, -104.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 1.20, 11, CF(177.5, 53, -118.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 1, CF(162, 32, -125.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(168.5, 39.7999992, -120.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 11, CF(177, 53, -129.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 8.40, 8, CF(171.5, 35, -124.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 1, CF(162, 36.8000031, -125.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 11, CF(165.5, 53, -100.499985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 21, 1.20, 13, CF(142.5, 56.6000023, -119.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 13, 1.20, 9, CF(173.5, 56.6000023, -113.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 14, 1.20, 13, CF(160, 56.6000023, -108.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 15, 8.40, 2, CF(152.5, 33.8000031, -105.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 1, CF(162, 34.4000015, -121.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 11, CF(174.5, 54.2000008, -123.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(178.5, 39.7999992, -120.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 13, 1.20, 9, CF(173.5, 57.8000031, -131.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 1, CF(165.5, 40.5999985, -120.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 1, CF(170.5, 40.5999985, -129.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 11, CF(163, 53, -108.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 1.20, 8, CF(152, 55.4000015, -108.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(173.5, 39.7999992, -120.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 1, CF(162, 36.8000031, -121.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 1.20, 19, CF(166.5, 55.4000015, -121.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 1, CF(162, 32, -121.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(163.5, 39.7999992, -120.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 7, 0.40, 1, CF(141.5, 40.5999985, -118.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(170.5, 39.7999992, -127.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 14, 1.20, 13, CF(160, 56.6000023, -121.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 1.20, 5, CF(158.5, 38.6000023, -123.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 6, 0.40, 1, CF(176, 40.5999985, -120.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(144.5, 39.7999992, -118.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 2, CF(143.5, 36.2000008, -105.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 7, 0.40, 1, CF(166.5, 40.5999985, -127.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 1, CF(162, 34.4000015, -125.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 1, CF(170.5, 40.5999985, -120.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 10, CF(155, 55.4000015, -118.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 1.20, 10, CF(138.5, 54.2000008, -118.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 14, 1.20, 13, CF(173, 55.4000015, -105.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 13, 1.20, 9, CF(173.5, 56.6000023, -122.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 9, CF(179.5, 56.6000023, -98.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 11, CF(134, 53, -113.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 11, 1.20, 6, CF(165.5, 56.6000023, -99.4999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 22.8, 9, CF(161, 41, -101.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 13, CF(162.5, 54.2000008, -115.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 11, CF(166.5, 54.2000008, -106.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 10, CF(97.4999924, 25.4000015, -129.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 10, CF(96.9999924, 24.2000008, -129.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 10, CF(97.9999924, 26.6000023, -129.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 10, CF(98.4999924, 27.8000031, -129.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 1.20, 10, CF(96.4999924, 23, -129.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 141, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 1.20, 1, CF(184, 27.8000031, -97, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 141, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 1.20, 2, CF(184, 26.6000023, -96.5, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 141, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 1.20, 3, CF(184, 25.4000015, -96, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 141, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 1.20, 4, CF(184, 24.2000008, -95.5, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 141, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 1.20, 5, CF(184, 23, -95, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 141, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 1.20, 6, CF(184, 21.7999992, -94.5, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 2.40, 1, CF(135.5, 54.8000107, -104.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(142, 54.8000107, -104.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 2.40, 1, CF(143, 52.4000092, -104.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 2.40, 1, CF(139, 52.4000092, -104.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 2.40, 1, CF(134.5, 52.4000092, -104.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 2.40, 1, CF(134, 50.0000076, -104.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 2.40, 1, CF(138, 50.0000076, -104.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 2.40, 1, CF(142.5, 50.0000076, -104.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 2.40, 1, CF(142.5, 47.6000061, -104.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(135, 47.6000061, -104.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 2.40, 1, CF(134, 45.2000046, -104.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 1, CF(139, 47.6000061, -104.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 2.40, 1, CF(138.5, 45.2000046, -104.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 2.40, 1, CF(143, 45.2000046, -104.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(142, 42.8000031, -105.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 2.40, 2, CF(135.5, 42.8000031, -105.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(135, 40.4000015, -104.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 2.40, 2, CF(141.5, 40.4000015, -105.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(142, 38, -104.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 2.40, 2, CF(135.5, 38, -105.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 2.40, 2, CF(134, 34.4000015, -105.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(135, 30.8000031, -105.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 2.40, 2, CF(141.5, 30.8000031, -105.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 2.40, 2, CF(142.5, 34.4000015, -105.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 2, CF(138.5, 36.2000008, -105.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 2, CF(135.5, 32.6000023, -105.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 2, CF(142, 32.6000023, -105.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 28, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 4.80, 7, CF(190, 56, -99.9999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(51.4999924, 31.4000092, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(48.4999924, 31.4000092, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(50.4999924, 32.6000099, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(50.4999924, 29.0000076, -166.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(53.4999924, 32.6000099, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(52.4999924, 30.2000084, -166.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(43.4999924, 27.8000069, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(44.4999924, 29.0000076, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(47.4999924, 29.0000076, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(45.4999924, 27.8000069, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(49.4999924, 30.2000084, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(46.4999924, 30.2000084, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(48.4999924, 31.4000092, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(53.4999924, 32.6000099, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(50.4999924, 32.6000099, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(51.4999924, 31.4000092, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(48.4999924, 27.8000069, -166.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 10, 1.20, 8, CF(57.9999924, 31.4000092, -166.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(42.4999924, 26.6000061, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(43.4999924, 25.4000053, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(41.4999924, 25.4000053, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 14, 1.20, 1, CF(57.9999924, 33.8000107, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(44.4999924, 29.0000076, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(47.4999924, 29.0000076, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(46.4999924, 30.2000084, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 14, 1.20, 1, CF(57.9999924, 33.8000107, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(49.4999924, 30.2000084, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(45.4999924, 25.4000053, -166.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(46.4999924, 26.6000061, -166.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(41.4999924, 23.0000038, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(39.4999924, 23.0000038, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(40.4999924, 24.2000046, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(43.4999924, 27.8000069, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(45.4999924, 27.8000069, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(63.4999924, 30.2000084, -166.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(62.4999924, 32.6000099, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(62.4999924, 32.6000099, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(44.4999924, 24.2000046, -166.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(43.4999924, 23.0000038, -166.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(39.4999924, 20.6000023, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(38.4999924, 21.8000031, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(41.4999924, 25.4000053, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(43.4999924, 25.4000053, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(42.4999924, 26.6000061, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(65.4999924, 32.6000099, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(65.4999924, 29.0000076, -166.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(64.4999924, 31.4000092, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(64.4999924, 31.4000092, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(41.4999924, 20.6000023, -166.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(42.4999924, 21.8000031, -166.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(37.4999924, 19.4000015, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(37.4999924, 20.6000023, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(37.4999924, 18.2000008, -170.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(41.4999924, 23.0000038, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(40.4999924, 24.2000046, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(39.4999924, 23.0000038, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(69.4999924, 30.2000084, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(67.4999924, 27.8000069, -166.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(67.4999924, 31.4000092, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(68.4999924, 29.0000076, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(66.4999924, 30.2000084, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(68.4999924, 29.0000076, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(66.4999924, 30.2000084, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(65.4999924, 32.6000099, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(67.4999924, 31.4000092, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(71.4999924, 29.0000076, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(72.4999924, 25.4000053, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(40.4999924, 19.4000015, -166.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(38.4999924, 21.8000031, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(70.4999924, 27.8000069, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(72.4999924, 23.0000038, -166.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(69.4999924, 26.6000061, -166.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(70.4999924, 25.4000053, -166.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(73.4999924, 26.6000061, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(72.4999924, 27.8000069, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(72.4999924, 25.4000053, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(71.4999924, 29.0000076, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(71.4999924, 24.2000046, -166.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(69.4999924, 30.2000084, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(70.4999924, 27.8000069, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(39.4999924, 18.2000008, -166.999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(37.4999924, 20.6000023, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(39.4999924, 20.6000023, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(37.4999924, 19.4000015, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(75.4999924, 24.2000046, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(76.4999924, 20.6000023, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(75.4999924, 19.4000015, -166.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(74.4999924, 25.4000053, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(74.4999924, 23.0000038, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(74.4999924, 25.4000053, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(74.4999924, 20.6000023, -166.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(73.4999924, 21.8000031, -166.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(74.4999924, 23.0000038, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(73.4999924, 26.6000061, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(72.4999924, 27.8000069, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(37.4999924, 18.2000008, -163.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(78.4999924, 19.4000015, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(78.4999924, 20.6000023, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(77.4999924, 21.8000031, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(78.4999924, 18.2000008, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(76.4999924, 23.0000038, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(76.4999924, 23.0000038, -170.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(76.4999924, 20.6000023, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(75.4999924, 24.2000046, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 8, CF(76.4999924, 18.2000008, -166.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(78.4999924, 20.6000023, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(78.4999924, 19.4000015, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(78.4999924, 18.2000008, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(77.4999924, 21.8000031, -163.499985, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 10, 1.20, 1, CF(113.499992, 44.5999985, -182.499985, 0, 0, -1, -1, 0, 0, 0, 1, 0), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(113.499992, 41.0999985, -180.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 10, 1.20, 1, CF(113.499992, 44.5999985, -179.499985, 0, 0, -1, -1, 0, 0, 0, 1, 0), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(113.499992, 49.0999985, -180.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(113.499992, 47.0999985, -180.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(113.499992, 45.0999985, -180.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(113.499992, 43.0999985, -180.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 10, 1.20, 1, CF(113.499992, 34.5999985, -182.499985, 0, 0, -1, -1, 0, 0, 0, 1, 0), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(113.499992, 31.0999985, -180.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 10, 1.20, 1, CF(113.499992, 34.5999985, -179.499985, 0, 0, -1, -1, 0, 0, 0, 1, 0), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(113.499992, 39.0999985, -180.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(113.499992, 37.0999985, -180.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(113.499992, 35.0999985, -180.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(113.499992, 33.0999985, -180.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 10, 1.20, 1, CF(113.499992, 54.5999985, -182.499985, 0, 0, -1, -1, 0, 0, 0, 1, 0), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(113.499992, 51.0999985, -180.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 10, 1.20, 1, CF(113.499992, 54.5999985, -179.499985, 0, 0, -1, -1, 0, 0, 0, 1, 0), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(113.499992, 59.0999985, -180.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(113.499992, 57.0999985, -180.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(113.499992, 55.0999985, -180.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 1, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(113.499992, 53.0999985, -180.999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 37, Pla, 0, 0, 0.5, "Ball", t, t, 0.300, sym, bal, 10, 10, 10, CF(177, 71.4000015, -139.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, smo, smo, smo, smo, smo)
- createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Pillar", t, t, 0.300, bri, blo, 2, 8.40, 2, CF(177, 62.4000015, -139.999985, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, wel, smo, smo, smo, wel)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 122, 13.2, 47, CF(-88.0000076, 7.39999962, 57.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 33, 10.8, 56, CF(-129.5, 19.400013, 69.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 26, 4.80, 8, CF(-126, 27.2000237, 47.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 4.80, 33, CF(-139.5, 27.2000122, 67.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 7.20, 35, CF(-140.5, 17.6000061, 114.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 15, 2.40, 23, CF(-129.5, 15.2000046, 108.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 10, 7.20, 12, CF(-132, 20.0000153, 103.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 2.40, 8, CF(-135.5, 17.6000061, 113.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 49, 13.2, 62, CF(-173.5, 7.39999962, 167.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 2.40, 8, CF(-167, 15.2000008, 137.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 52, 13.2, 117, CF(-123.000008, 7.39999962, 139.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 141, 13.2, 21, CF(-26.5000076, 7.39999962, 187.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 83, 1.20, 84, CF(-55.5000076, 13.3999996, 135.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 55, 10.8, 72, CF(-68.5000076, 19.4000015, 162.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 38, 24, 43, CF(-66.0000076, 36.8000107, 154.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 50, 7.20, 28, CF(10.9999924, 16.4000092, 163.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 57, 12, 25, CF(15.4999924, 6.79999924, 152.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 64, 1.20, 12, CF(-53.0000076, 13.3999996, 87.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 72, 12, 84, CF(-49.0000076, 6.79999924, 123.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 1.20, 2, CF(43, 2.60000038, 171, 3.42285418e-008, 0, -0.99999994, 0, 1, 0, 0.99999994, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 1.20, 84, CF(-91.0000076, 1.39999962, 123.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 141, 1.20, 12, CF(-26.5, 1.39999962, 171, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 4.80, 12, CF(-77.5000076, 27.2000027, 182.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 7.20, 10, CF(-74.5000076, 28.4000034, 181.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 9.60, 8, CF(-71.5000076, 29.6000023, 180.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 12, 9, CF(-68.5000076, 30.8000031, 180.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 14.4, 8, CF(-65.5000076, 32.0000076, 180.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 16.8, 11, CF(-62.5000076, 33.2000046, 181.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 19.2, 10, CF(-59.5000076, 34.4000015, 181.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 21.6, 8, CF(-54.0000076, 35.6000061, 180.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 2.40, 14, CF(-80.5000076, 26, 183.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 20, 2.40, 40, CF(-106.000008, 15.1999998, 178.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 2.40, 37, CF(-102.000008, 17.6000004, 179.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 2.40, 32, CF(-100.000008, 20.0000019, 182.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 18, CF(-99.0000076, 21.8000031, 189.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 22, 2.40, 77, CF(159.5, 24.8000069, 186.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 2.40, 6, CF(192.5, 27.2000008, 195, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 4, CF(194, 29.6000023, 196, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 26, 16.8, 71, CF(153.5, 15.2000008, 184.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 92, 6, 144, CF(152, 3.79999924, 125.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 16.8, 116, CF(193.5, 15.2000008, 139.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 32, 9.60, 8, CF(173, 23.6000328, 93.5000153, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 70, 2.40, 6, CF(195, 24.8000031, 140.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 20.4, 12, CF(193.500031, 14.5999994, 47.0000153, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 19, 3.60, 37, CF(188.5, 2.60000038, 35.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 16, 1.20, 5, CF(160, 3.80000019, 51.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 19, 2.40, 7, CF(161.5, 2, 50.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 20, 18, 35, CF(142, 9.80000019, 36.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 12, 48, CF(143, 12.7999992, 90.0000153, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 10, 2.40, 7, CF(152, 20, 91.0000153, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 26, 16.8, 34, CF(140, 15.2000055, 107.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 16, 12, 23, CF(142.5, 29.6000061, 109.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 151, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 16, 1.20, 23, CF(142.5, 36.2000046, 109.500015, 2.02815926e-007, 0, -0.99999994, 0, 1, 0, 0.99999994, 0, 2.02815926e-007), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 14, 2.40, 7, CF(127.499992, 24.8000031, 106.5, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 2.40, 7, CF(127.499992, 27.2000046, 107.5, 3.42285418e-008, 0, -0.99999994, 0, 1, 0, 0.99999994, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 10, 2.40, 7, CF(127.499992, 29.6000023, 108.5, 2.02815926e-007, 0, -1, 0, 1, 0, 1, 0, 2.02815926e-007), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 2.40, 7, CF(127.499992, 32, 109.5, 2.02815926e-007, 0, -0.99999994, 0, 1, 0, 0.99999994, 0, 2.02815926e-007), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 7, CF(127.499992, 34.4000015, 110.5, 2.02815926e-007, 0, -1, 0, 1, 0, 1, 0, 2.02815926e-007), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 14, 2.40, 7, CF(110.499992, 8, 116.5, 3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 2.40, 7, CF(110.499992, 10.4000006, 115.5, 3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 10, 2.40, 7, CF(110.499992, 12.8000002, 114.499992, 3.42285418e-008, 0, 0.99999994, 0, 1, 0, -0.99999994, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 105, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 2.40, 7, CF(110.499992, 15.1999998, 113.5, 3.42285418e-008, 0, 0.99999994, 0, 1, 0, -0.99999994, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 7, CF(110.499992, 17.6000023, 112.5, 3.42285418e-008, 0, 0.99999994, 0, 1, 0, -0.99999994, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 12, 48, CF(118.499992, 12.7999992, 133.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 16.8, 12, CF(135.5, 15.2000008, 134.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 7, CF(119.499992, 20, 132.500015, 3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 4.80, 22, CF(119.499992, 21.2000008, 146.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 1.20, 37, CF(127.999992, 24.2000008, 136.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 1.20, 25, CF(101.999992, 5, 143.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 217, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 62, 3.60, 89, CF(74.9999924, 2.60000038, 153.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 40, 2.40, 25, CF(63.9999924, 5.60000038, 130, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 24, 2.40, 20, CF(55.9999924, 8, 132.5, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 2.40, 13, CF(52.4999924, 10.3999996, 136, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 31, 8.40, 20, CF(59.4999924, 8.60000134, 152.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 28, 1.20, 50, CF(57.9999847, 13.4000006, 172.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 30, 1.20, 31, CF(50.9999847, 14.6000013, 168.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 51, 8.40, 24, CF(80.4999924, 8.60000038, 174.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 32, 3.60, 22, CF(87.9999924, 14.6000023, 186.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 21, 9.60, 12, CF(90.4999924, 21.2000122, 191.500015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 20, 24, 29, CF(34, 12.8000002, 125.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 40, 1.20, 25, CF(64.9999924, 1.39999962, 96.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 40, 13.2, 30, CF(66.9999924, 7.39999962, 43.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 24, 12, 28, CF(35, 6.79999924, 60.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 9.60, 8, CF(53, 5.60000038, 62.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 7.20, 8, CF(63, 4.39999962, 62.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 4.80, 8, CF(70.9999924, 3.20000076, 62.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 2.40, 8, CF(78.9999924, 2, 62.5, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 13, 1.20, 2, CF(135.5, 31.3999996, 52.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), mot, inl, smo, smo, smo, smo)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 12, 2, CF(141, 24.7999992, 52.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 21, 1.20, 1, CF(135.499924, 31.3993874, 50.5000038, 0.822911263, 0.568169892, 2.55058003e-005, 0.568169892, -0.822911263, -0.000194161403, -8.93276592e-005, 0.000174269226, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 6, 0.40, 6, CF(173, 23.4000015, 118, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 4, CF(173, 22.6000004, 118.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 21, 118.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 19, 118.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 17, 118.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 14.999999, 118.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 12.999999, 118.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 10.999999, 118.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 8.99999905, 118.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 4, CF(173, 7.39999914, 118.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 6, 0.40, 6, CF(173, 23.4000015, 137, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 4, CF(173, 22.6000004, 137.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 21, 137.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 19, 137.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 17, 137.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 14.999999, 137.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 12.999999, 137.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 10.999999, 137.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 8.99999905, 137.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 4, CF(173, 7.39999914, 137.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 6, 0.40, 6, CF(154, 23.4000015, 137, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 4, CF(154, 22.6000004, 137.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(154, 21, 137.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(154, 19, 137.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(154, 17, 137.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(154, 14.999999, 137.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(154, 12.999999, 137.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(154, 10.999999, 137.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(154, 8.99999905, 137.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 4, CF(154, 7.39999914, 137.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 6, 0.40, 6, CF(173, 23.4000015, 156, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 4, CF(173, 22.6000004, 156.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 21, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 19, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 17, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 14.999999, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 12.999999, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 10.999999, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(173, 8.99999905, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 4, CF(173, 7.39999914, 156.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 6, 0.40, 6, CF(154, 23.4000015, 156, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 4, CF(154, 22.6000004, 156.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(154, 21, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(154, 19, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(154, 17, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(154, 14.999999, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(154, 12.999999, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(154, 10.999999, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(154, 8.99999905, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 4, CF(154, 7.39999914, 156.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 6, 0.40, 6, CF(135, 23.4000015, 156, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 4, CF(135, 22.6000004, 156.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(135, 21, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(135, 19, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(135, 17, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(135, 14.999999, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(135, 12.999999, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(135, 10.999999, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(135, 8.99999905, 156.000015, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 4, CF(135, 7.39999914, 156.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(62.9999924, 24.7999973, 42.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(78.9999924, 29.5999966, 50.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(66.9999924, 24.7999973, 50.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(62.9999924, 22.3999977, 46.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(70.9999924, 27.1999969, 50.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(64.9999924, 22.3999977, 50.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 2.40, 2, CF(69.4999924, 22.3999977, 50.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(72.9999924, 24.7999973, 50.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(62.9999924, 19.9999981, 48.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(66.9999924, 19.9999981, 50.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(62.9999924, 17.5999985, 46.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(62.9999924, 15.1999989, 42.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(64.9999924, 17.5999985, 50.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(68.9999924, 17.5999985, 50.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(66.9999924, 15.1999989, 50.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(62.9999924, 15.1999989, 48.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(76.9999924, 27.1999969, 50.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(62.9999924, 22.3999977, 40.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(62.9999924, 19.9999981, 42.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(62.9999924, 17.5999985, 40.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 4, CF(50.9999924, 29.7999992, 34.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(50.9999924, 28.1999989, 34.0000153, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(50.9999924, 26.1999989, 34.0000153, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(50.9999924, 24.1999989, 34.0000153, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(50.9999924, 22.1999989, 34.0000153, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(50.9999924, 20.1999989, 34.0000153, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(50.9999924, 18.1999989, 34.0000153, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, sym, cyl, 2, 2, 2, CF(50.9999924, 16.1999989, 34.0000153, 0, 1, 0, -1, 0, 0, 0, 0, 1), wel, wel, wel, wel, wel, wel)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 4, CF(50.9999924, 14.5999994, 34.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(62.9999924, 22.3999977, 34.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(62.9999924, 24.7999973, 36.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(62.9999924, 17.5999985, 34.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 2.40, 2, CF(77.4999924, 22.3999977, 50.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(62.9999924, 15.1999989, 36.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 27.1999969, 48.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(78.9999924, 24.7999973, 50.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(62.9999924, 19.9999981, 36.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(62.9999924, 27.1999969, 34.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 24.7999973, 46.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 2.40, 2, CF(63.9999924, 19.9999981, 32.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(64.9999924, 17.5999985, 32.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(64.9999924, 15.1999989, 32.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(72.9999924, 22.3999977, 32.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 24.7999973, 40.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(76.9999924, 24.7999973, 32.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(64.9999924, 24.7999973, 32.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(66.9999924, 22.3999977, 32.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(70.9999924, 24.7999973, 32.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(70.9999924, 15.1999989, 32.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 27.1999969, 36.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 29.5999966, 34.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(66.9999924, 27.1999969, 32.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(74.9999924, 17.5999985, 32.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(72.9999924, 27.1999969, 32.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(78.9999924, 27.1999969, 32.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(76.9999924, 29.5999966, 32.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(78.9999924, 19.9999981, 50.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(64.9999924, 29.5999966, 32.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 22.3999977, 48.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 24.7999973, 34.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(78.9999924, 22.3999977, 32.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(76.9999924, 19.9999981, 32.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 22.3999977, 42.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 2.40, 2, CF(77.9999924, 17.5999985, 50.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 22.3999977, 36.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 19.9999981, 46.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 19.9999981, 40.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(76.9999924, 15.1999989, 32.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(78.9999924, 15.1999989, 50.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 17.5999985, 48.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(78.9999924, 17.5999985, 32.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 19.9999981, 34.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 17.5999985, 42.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 17.5999985, 36.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 15.1999989, 46.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 15.1999989, 40.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(80.9999924, 15.1999989, 34.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(188.5, 2.60000086, -16.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 17, CF(188.5, 15.4000015, -8.49998474, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(188.5, 6.20000076, 19.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 107, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(188.5, 9.80000114, 19.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(188.5, 9.80000114, -16.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 8, CF(144, 19.3999996, 19.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(188.5, 2.60000086, 1.52587891e-005, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(188.5, 13.4000015, 1.52587891e-005, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(188.5, 9.80000114, 1.52587891e-005, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 107, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(188.5, 6.20000076, 1.52587891e-005, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(192.500031, 19.3999996, 65.0000153, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 19, CF(188.5, 15.4000015, 9.50001526, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 8, CF(136, 20, 19.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(188.5, 13.4000015, 19.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 22, CF(188.5, 15.4000015, 30.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 8, CF(154.5, 19, 38.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(188.5, 6.20000076, 38.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 107, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(188.5, 9.80000114, 38.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(188.5, 13.4000015, 38.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 107, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(172, 6.20000076, 38.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(172, 9.79999924, 38.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(172, 13.3999996, 38.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 107, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(158, 6.20000076, 38.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(158, 9.79999924, 38.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(158, 17, 38.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 14, CF(165.5, 19, 38.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 9, CF(177, 19, 38.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 5, CF(185.5, 16.2000008, 38.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 5, CF(184.5, 17.4000015, 38.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 5, CF(183.5, 18.6000023, 38.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(172, 2.60000086, 38.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(158, 2.60000086, 38.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(158, 13.3999996, 38.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(172, 17, 38.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 12, CF(135.5, 19, 58.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 13, CF(192.500031, 25, 58.5000153, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 2.40, 2, CF(135.5, 17.6000004, 64.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(192.5, 8.59999943, 65.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 107, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(192.500031, 12.1999989, 65.0000153, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(192.500031, 15.7999992, 65.0000153, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(192.500031, 23, 65.0000153, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 2.40, 2, CF(135.5, 17.6000004, 75.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 11, CF(135.5, 19, 81.0000153, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 11, CF(135.5, 19, 70.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 17, CF(192.500031, 25, 73.5000153, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 2.40, 2, CF(135.5, 15.1999998, 75.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 8, CF(132.5, 19.3999996, 39.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 2.40, 2, CF(135.5, 15.1999998, 64.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 8, CF(132.5, 20, 31.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 8, CF(132.5, 20, 23.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 107, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(135.5, 12.1999998, 75.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 107, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(135.5, 12.1999998, 64.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(135.5, 8.59999943, 75.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(163.5, 24.2000065, 99.5000153, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 16.8, 10, CF(173, 15.1999989, 100.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 23, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(135.5, 8.59999943, 64.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(182.5, 24.2000008, 99.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 8, CF(149, 38.0000038, 102.000015, 2.02815926e-007, 0, -0.99999994, 0, 1, 0, 0.99999994, 0, 2.02815926e-007), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 7, CF(141.5, 38.0000038, 102.000015, 2.02815926e-007, 0, -0.99999994, 0, 1, 0, 0.99999994, 0, 2.02815926e-007), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 7, CF(134.5, 38.0000038, 102.000015, 2.02815926e-007, 0, -0.99999994, 0, 1, 0, 0.99999994, 0, 2.02815926e-007), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(173, 24.2000065, 108.500015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 7, CF(153.5, 38.0000038, 105.000015, 0.99999994, 0, 2.02815926e-007, 0, 1, 0, -2.02815926e-007, 0, 0.99999994), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 19, 1.20, 19, CF(182.5, 25.4000015, 108.500015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 5, CF(131.5, 38.0000038, 105.000015, 0.99999994, 0, 2.02815926e-007, 0, 1, 0, -2.02815926e-007, 0, 0.99999994), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 19, 1.20, 19, CF(163.5, 25.4000072, 108.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 8, CF(153.5, 38.0000038, 112.500015, 0.99999994, 0, 2.02815926e-007, 0, 1, 0, -2.02815926e-007, 0, 0.99999994), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(182.5, 24.2000008, 118.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(163.5, 24.2000065, 118.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 7, CF(150.5, 38.0000038, 117.000015, 2.02815926e-007, 0, -0.99999994, 0, 1, 0, 0.99999994, 0, 2.02815926e-007), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 7, CF(143.5, 38.0000038, 117.000015, 2.02815926e-007, 0, -0.99999994, 0, 1, 0, 0.99999994, 0, 2.02815926e-007), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 4, CF(131.5, 38.0000038, 115.500015, 0.99999994, 0, 2.02815926e-007, 0, 1, 0, -2.02815926e-007, 0, 0.99999994), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 8, CF(136, 38.0000038, 117.000015, 2.02815926e-007, 0, -0.99999994, 0, 1, 0, 0.99999994, 0, 2.02815926e-007), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 19, 1.20, 19, CF(182.5, 25.4000015, 127.500015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(173, 24.2000008, 127.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 19, 1.20, 19, CF(163.5, 25.4000015, 127.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(154, 24.2000065, 127.500015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 19, 1.20, 19, CF(144.5, 25.4000015, 127.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(182.5, 24.2000008, 137.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(135, 24.2000065, 127.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(163.5, 24.2000008, 137.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(144.5, 24.2000008, 137.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 19, 1.20, 19, CF(163.5, 25.4000015, 146.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(173, 24.2000008, 146.500015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 19, 1.20, 19, CF(182.5, 25.4000015, 146.500015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(154, 24.2000008, 146.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 19, 1.20, 19, CF(144.5, 25.4000015, 146.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(163, 46.2000084, 151.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(159, 41.6000061, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(161, 44.0000076, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(161, 39.2000046, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(161, 34.4000015, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(159, 36.8000031, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(155, 34.4000015, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 32, 153.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(159, 32, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(161, 29.6000004, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(159, 27.2000008, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(153, 27.2000008, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(147, 27.2000008, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(182.5, 24.2000008, 156.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(153, 41.6000061, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(135, 24.2000008, 146.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(149, 29.6000004, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(153, 32, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(155, 29.6000004, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 27.2000008, 153.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(163.5, 24.2000008, 156.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(154.004761, 47.9826889, 151.499329, 0.00029113132, -0.000255555642, 0.99999994, -6.18385093e-005, 0.99999994, 0.000255573628, -0.99999994, -6.19129132e-005, 0.000291115488), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(162.5, 52.8000107, 151.500015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(154.00354, 52.782692, 151.499023, 0.00029113132, -0.000255555642, 0.99999994, -6.18385093e-005, 0.99999994, 0.000255573628, -0.99999994, -6.19129132e-005, 0.000291115488), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(162.5, 50.4000092, 151.500015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 9, 0.40, 1, CF(158.5, 47.0000076, 150.500015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 9, 0.40, 1, CF(149.5, 47.0000076, 150.500015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(162.5, 48.0000076, 151.500015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(154.00415, 50.3826904, 151.499176, 0.00029113132, -0.000255555642, 0.99999994, -6.18385093e-005, 0.99999994, 0.000255573628, -0.99999994, -6.19129132e-005, 0.000291115488), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(154, 46.2000084, 151.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 41.6000061, 153.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 44.0000076, 155.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(147, 41.6000061, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(155, 44.0000076, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(155, 39.2000046, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(149, 39.2000046, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(149, 34.4000015, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 29.6000004, 153.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(147, 32, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(149, 44.0000076, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(162.5, 55.2000122, 151.500015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 39.2000046, 155.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 2.40, 2, CF(163, 34.4000015, 154.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 36.8000031, 153.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(153, 36.8000031, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(147, 36.8000031, 151.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 2.40, 2, CF(163, 29.6000004, 154.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(144.5, 24.2000008, 156.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(154.00293, 55.1826935, 151.498871, 0.00029113132, -0.000255555642, 0.99999994, -6.18385093e-005, 0.99999994, 0.000255573628, -0.99999994, -6.19129132e-005, 0.000291115488), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(145.499252, 50.3893661, 151.498291, 1, 5.83207002e-005, 2.50028988e-005, -5.83210276e-005, 1, 1.29635328e-005, -2.50021421e-005, -1.29649916e-005, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(145.49939, 52.7893677, 151.49826, 1, 5.83207002e-005, 2.50028988e-005, -5.83210276e-005, 1, 1.29635328e-005, -2.50021421e-005, -1.29649916e-005, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(145.499115, 47.9893646, 151.498322, 1, 5.83207002e-005, 2.50028988e-005, -5.83210276e-005, 1, 1.29635328e-005, -2.50021421e-005, -1.29649916e-005, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 10, 0.40, 1, CF(163.5, 47.0000076, 155.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 10, 0.40, 10, CF(159, 45.4000092, 155.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(145, 46.2000084, 151.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 44.0000076, 153.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 27.2000008, 155.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 2.40, 14, CF(182, 7.99999905, 167.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 39.2000046, 153.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 34.4000015, 153.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 32, 155.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 36.8000031, 159.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 2.40, 2, CF(188, 22.3999977, 167.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 1.20, 8, CF(158.000656, 58.1732597, 155.997513, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel)
- createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 1.20, 9, CF(158.501312, 56.9840927, 155.500076, 0.99999994, -0.000255555642, -0.00029113132, 0.000255573628, 0.99999994, 6.18385093e-005, 0.000291115488, -6.19129132e-005, 0.99999994), wel, inl, wel, wel, wel, wel)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(145.499527, 55.1893692, 151.49823, 1, 5.83207002e-005, 2.50028988e-005, -5.83210276e-005, 1, 1.29635328e-005, -2.50021421e-005, -1.29649916e-005, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 41.6000061, 159.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 10, 0.40, 10, CF(149, 45.4000092, 155.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 41.6000061, 155.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 2.40, 12, CF(183, 10.3999996, 167.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 2.40, 10, CF(184, 12.7999992, 167.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 2.40, 8, CF(185, 15.1999989, 167.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 2.40, 6, CF(186, 17.5999985, 167.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 226, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 2.40, 4, CF(187, 19.9999981, 167.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 36.8000031, 155.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 10, 0.40, 1, CF(144.5, 47.0000076, 155.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(173, 24.2000008, 165.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 8, CF(157.500336, 59.3731956, 156.997437, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel)
- createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 1.20, 9, CF(149.501312, 56.9817924, 155.497452, 0.99999994, -0.000255555642, -0.00029113132, 0.000255573628, 0.99999994, 6.18385093e-005, 0.000291115488, -6.19129132e-005, 0.99999994), wel, inl, wel, wel, wel, wel)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 1.20, 8, CF(150.000656, 58.1711884, 155.997498, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(162.5, 50.4000092, 160.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(162.5, 48.0000076, 160.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 44.0000076, 161.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(163, 46.2000084, 160.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 39.2000046, 161.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(163, 29.6000004, 163.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 2.40, 2, CF(163, 34.4000015, 162.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(125.499992, 24.2000008, 156.000015, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 34.4000015, 159.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 29.6000004, 159.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(154, 24.2000008, 165.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 8, CF(156.500031, 60.5730057, 157.997345, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 1.20, 8, CF(150.500031, 60.5714531, 157.997345, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel)
- createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 8, CF(150.500336, 59.3713837, 156.997421, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(162.5, 52.8000107, 160.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 44.0000076, 159.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 39.2000046, 159.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 36.8000031, 161.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 32, 161.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 32, 165.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 27.2000008, 161.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 27.2000008, 165.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 19, 1.20, 19, CF(163.5, 25.4000015, 165.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(162.5, 55.2000122, 160.000015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 36.8000031, 165.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 10, 1.20, 10, CF(153.99971, 61.7724915, 159.997269, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 1.20, 8, CF(153.999405, 62.9724922, 159.997192, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel)
- createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 6, CF(153.9991, 64.172493, 159.997116, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(145.501678, 50.3810463, 159.996704, 0.99999994, -0.000255555642, -0.00029113132, 0.000255573628, 0.99999994, 6.18385093e-005, 0.000291115488, -6.19129132e-005, 0.99999994), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(145.502289, 47.9810448, 159.996857, 0.99999994, -0.000255555642, -0.00029113132, 0.000255573628, 0.99999994, 6.18385093e-005, 0.000291115488, -6.19129132e-005, 0.99999994), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(145.501068, 52.7810478, 159.996552, 0.99999994, -0.000255555642, -0.00029113132, 0.000255573628, 0.99999994, 6.18385093e-005, 0.000291115488, -6.19129132e-005, 0.99999994), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 10, 0.40, 1, CF(163.5, 47.0000076, 165.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 41.6000061, 165.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 41.6000061, 161.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 39.2000046, 167.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 1.20, 4, CF(150.500015, 60.5718498, 163.997345, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 27.2000008, 167.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(159, 34.4000015, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(161, 27.2000008, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(155, 27.2000008, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 44.0000076, 167.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(153.998489, 66.5724869, 159.996964, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(161, 32, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 34.4000015, 165.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 29.6000004, 165.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(145.500458, 55.1810493, 159.996399, 0.99999994, -0.000255555642, -0.00029113132, 0.000255573628, 0.99999994, 6.18385093e-005, 0.000291115488, -6.19129132e-005, 0.99999994), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 1.20, 8, CF(158.000641, 58.1737862, 163.997513, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 1.20, 4, CF(153.998795, 65.3724899, 159.99704, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 34.4000015, 167.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(145, 46.2000084, 160.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(163, 29.6000004, 167.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 10, 0.40, 10, CF(159, 45.4000092, 165.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(159, 29.6000004, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 19, 1.20, 19, CF(144.5, 25.4000015, 165.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 17, 1.20, 2, CF(135, 24.2000008, 165.500015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 1.20, 9, CF(158.498688, 56.9846497, 164.500076, 0.99999994, -0.000255555642, -0.00029113132, 0.000255573628, 0.99999994, 6.18385093e-005, 0.000291115488, -6.19129132e-005, 0.99999994), wel, inl, wel, wel, wel, wel)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(155, 32, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(153, 29.6000004, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 6, CF(157.500336, 59.3736572, 163.997437, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(161, 36.8000031, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 39.2000046, 165.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 4, CF(156.500015, 60.5734024, 163.997345, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel)
- createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 9, 1.20, 9, CF(149.498688, 56.9823494, 164.497452, 0.99999994, -0.000255555642, -0.00029113132, 0.000255573628, 0.99999994, 6.18385093e-005, 0.000291115488, -6.19129132e-005, 0.99999994), wel, inl, wel, wel, wel, wel)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 8, 1.20, 8, CF(150.000641, 58.1717148, 163.997498, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(162.5, 55.2000122, 168.500015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(162.5, 52.8000107, 168.500015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(162.5, 48.0000076, 168.500015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(162.5, 50.4000092, 168.500015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(161, 41.6000061, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(159, 44.0000076, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 9, 0.40, 1, CF(158.5, 47.0000076, 169.500015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 10, 0.40, 1, CF(144.5, 47.0000076, 165.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 41.6000061, 167.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(155, 41.6000061, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 10, 0.40, 2, CF(145, 45.4000092, 165.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 36.8000031, 167.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 32, 167.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(153, 34.4000015, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(147, 29.6000004, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(149, 32, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(147, 34.4000015, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(163, 46.2000084, 169.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 21, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 7, 1.20, 6, CF(150.500336, 59.3718452, 163.997421, 0.99999994, -0.000259046617, -1.32050195e-006, 0.000259046676, 0.99999994, 6.58512654e-005, 1.30344324e-006, -6.58516001e-005, 1), wel, inl, wel, wel, wel, wel)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(145, 44.0000076, 165.000015, -3.42285418e-008, 0, 1, 0, 1, 0, -1, 0, -3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(159, 39.2000046, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(153, 39.2000046, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(155, 36.8000031, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(149, 36.8000031, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(149, 27.2000008, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(153.999207, 50.3837433, 168.499176, 0.00029113132, -0.000255555642, 0.99999994, -6.18385093e-005, 0.99999994, 0.000255573628, -0.99999994, -6.19129132e-005, 0.000291115488), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(153.999817, 47.9837418, 168.499329, 0.00029113132, -0.000255555642, 0.99999994, -6.18385093e-005, 0.99999994, 0.000255573628, -0.99999994, -6.19129132e-005, 0.000291115488), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(153.998596, 52.7837448, 168.499023, 0.00029113132, -0.000255555642, 0.99999994, -6.18385093e-005, 0.99999994, 0.000255573628, -0.99999994, -6.19129132e-005, 0.000291115488), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(153.997986, 55.1837463, 168.498871, 0.00029113132, -0.000255555642, 0.99999994, -6.18385093e-005, 0.99999994, 0.000255573628, -0.99999994, -6.19129132e-005, 0.000291115488), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(154, 46.2000084, 169.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(145.499817, 47.9815712, 168.496857, 0.99999994, -0.000255555642, -0.00029113132, 0.000255573628, 0.99999994, 6.18385093e-005, 0.000291115488, -6.19129132e-005, 0.99999994), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(149, 41.6000061, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(147, 44.0000076, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 2, 0.40, 8, CF(150, 45.4000092, 169.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 9, 0.40, 1, CF(149.5, 47.0000076, 169.500015, 1, 0, 3.42285418e-008, 0, 1, 0, -3.42285418e-008, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(153, 44.0000076, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 2, CF(147, 39.2000046, 169.000015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(145.498596, 52.7815742, 168.496552, 0.99999994, -0.000255555642, -0.00029113132, 0.000255573628, 0.99999994, 6.18385093e-005, 0.000291115488, -6.19129132e-005, 0.99999994), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(145.499207, 50.3815727, 168.496704, 0.99999994, -0.000255555642, -0.00029113132, 0.000255573628, 0.99999994, 6.18385093e-005, 0.000291115488, -6.19129132e-005, 0.99999994), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 1, CF(145.497986, 55.1815758, 168.496399, 0.99999994, -0.000255555642, -0.00029113132, 0.000255573628, 0.99999994, 6.18385093e-005, 0.000291115488, -6.19129132e-005, 0.99999994), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 2, CF(145, 46.2000084, 169.000015, 3.42285418e-008, 0, -1, 0, 1, 0, 1, 0, 3.42285418e-008), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 107, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(188.5, 6.20000076, -16.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 11, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 3.60, 2, CF(188.5, 13.4000015, -16.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 5, 0.40, 17, CF(188.5, 15.4000015, -25.4999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 43.8000145, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 43.400013, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 45.8000145, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 46.200016, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 44.6000137, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 45.0000153, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 42.2000122, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 41.0000114, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 41.400013, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 44.6000137, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 43.400013, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 41.0000114, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 42.2000122, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 42.6000137, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 45.8000145, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 39.8000107, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 40.2000122, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 38.6000099, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 38.6000099, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 39.0000114, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 39.8000107, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 37.8000107, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 36.2000084, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 36.6000099, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 35.0000076, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 37.4000092, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 36.2000084, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 37.4000092, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 35.0000076, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 35.4000092, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 33.8000069, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 33.8000069, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 34.2000084, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 33.0000076, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 32.6000061, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 32.6000061, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 31.4000053, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 31.800005, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 31.4000053, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 30.6000042, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 30.2000046, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 30.2000046, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 29.0000038, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 29.4000034, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 29.0000038, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 28.2000027, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 27.8000031, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 27.8000031, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 102, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 3, CF(153.5, 27.0000019, 164.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), wel, inl, wel, smo, smo, wel)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 26.6000023, 166.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 45, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 1, CF(153.5, 26.6000023, 162.500015, -1, 0, -3.42285418e-008, 0, 1, 0, 3.42285418e-008, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 14, CF(-85.5000076, 14.1999998, 87.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 14, CF(-87.5000076, 14.1999998, 87.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 14, CF(-89.5000076, 14.1999998, 87.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 14, CF(-91.5000076, 14.1999998, 87.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 14, CF(-93.5000076, 14.1999998, 87.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 14, CF(-95.5000076, 14.1999998, 87.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 24, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 1, 0.40, 14, CF(-97.5000076, 14.1999989, 87.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 10, 1.20, 1, CF(-63.5000076, 19, 60.5000153, 0, -1, 0, -1, 0, 0, 0, 0, -1), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-65.0000076, 15.5, 60.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 10, 1.20, 1, CF(-66.5000076, 19, 60.5000153, 0, -1, 0, -1, 0, 0, 0, 0, -1), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-65.0000076, 23.5, 60.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-65.0000076, 21.5, 60.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-65.0000076, 19.5, 60.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-65.0000076, 17.5, 60.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 5, 2.40, 1, CF(-42.5000076, 37.5999947, 59.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-52.0000076, 22.3999977, 62.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 10.8, 2, CF(-52.0000076, 19.3999996, 59.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-44.0000076, 39.3999939, 59.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 10, 1.20, 1, CF(-46.5000076, 30.2000008, 59.5000153, 0, -1, 0, -1, 0, 0, 0, 0, -1), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-48.0000076, 26.7000008, 59.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 38, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 10, 1.20, 1, CF(-49.5000076, 30.2000008, 59.5000153, 0, -1, 0, -1, 0, 0, 0, 0, -1), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-48.0000076, 34.7000008, 59.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-48.0000076, 32.7000008, 59.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-48.0000076, 30.7000008, 59.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 106, Pla, 0, 0, 0.5, "Block", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-48.0000076, 28.7000008, 59.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, smo, wel, wel, wel, smo)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 8, CF(-49.0000076, 25, 56.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 10.8, 2, CF(-52.0000076, 30.6000004, 59.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-81.0000076, 28.199995, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-81.0000076, 22.3999977, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-80.0000076, 26.3999958, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-76.0000076, 22.3999977, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-80.0000076, 19.9999981, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-76.0000076, 28.199995, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 15, CF(-75.5000076, 24.1999969, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-81.0000076, 17.5999985, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-70.0000076, 17.5999985, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-74.0000076, 19.9999981, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-76.0000076, 17.5999985, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-70.0000076, 22.3999977, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 10, CF(-71.0000076, 24.9999962, 55.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-74.0000076, 26.3999958, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-71.0000076, 28.199995, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 10, CF(-79.0000076, 24.9999962, 55.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-68.0000076, 19.9999981, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-68.0000076, 15.1999989, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-74.0000076, 15.1999989, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-68.0000076, 26.3999958, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-66.0000076, 28.199995, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-62.0000076, 15.1999989, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-64.0000076, 22.3999977, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-64.0000076, 17.5999985, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-62.0000076, 19.9999981, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-61.0000076, 28.199995, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 10, CF(-63.0000076, 24.9999962, 55.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-62.0000076, 26.3999958, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 15, CF(-60.5000076, 24.1999969, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-80.0000076, 15.1999989, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-56.0000076, 15.1999989, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-58.0000076, 17.5999985, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-58.0000076, 22.3999977, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-56.0000076, 26.3999958, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-56.0000076, 19.9999981, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(-54.0000076, 17.5999985, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 6, 0.40, 10, CF(-56.0000076, 24.9999962, 55.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(-54.0000076, 22.3999977, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-56.0000076, 28.199995, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 15, CF(-60.5000076, 24.1999969, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-58.0000076, 22.3999977, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-64.0000076, 22.3999977, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-56.0000076, 19.9999981, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-70.0000076, 22.3999977, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-76.0000076, 22.3999977, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(-54.0000076, 22.3999977, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 15, CF(-75.5000076, 24.1999969, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-56.0000076, 15.1999989, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(-54.0000076, 17.5999985, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-68.0000076, 19.9999981, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-70.0000076, 17.5999985, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-81.0000076, 17.5999985, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-81.0000076, 22.3999977, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-62.0000076, 19.9999981, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-64.0000076, 17.5999985, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-62.0000076, 15.1999989, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-74.0000076, 19.9999981, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-76.0000076, 17.5999985, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-80.0000076, 19.9999981, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-58.0000076, 17.5999985, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-68.0000076, 15.1999989, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-74.0000076, 15.1999989, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-80.0000076, 15.1999989, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 2, CF(-42.0000076, 35.3999939, 59.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 15, CF(-52.0000076, 24.1999969, 82.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 22.3999977, 85.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(-52.0000076, 22.3999977, 89.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-43.5000076, 28.199995, 82.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 10, CF(-48.0000076, 24.9999962, 80.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 17.5999985, 85.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 6, 0.40, 10, CF(-48.0000076, 24.9999962, 87.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 19.9999981, 81.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(-52.0000076, 17.5999985, 89.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 15.1999998, 87.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 15.1999989, 81.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 19.9999981, 87.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-43.5000076, 26.3999958, 87.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-43.5000076, 26.3999958, 81.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 15, CF(-44.0000076, 24.1999969, 82.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-43.5000076, 28.199995, 87.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 22.3999977, 85.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(-44.0000076, 22.3999977, 89.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 22.3999977, 79.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 20, 87.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 17.5999985, 79.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 22.3999977, 79.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-43.5000076, 28.199995, 77.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 20, 81.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 17.5999985, 79.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 15.1999989, 75.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-43.5000076, 26.3999958, 75.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(-44.0000076, 17.6000004, 89.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 15.1999989, 81.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 17.6000004, 85.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 19.9999981, 75.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 15.1999998, 87.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 19.9999981, 75.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 15.1999989, 75.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-43.5000076, 28.199995, 72.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 22.3999977, 73.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 22.3999977, 73.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 17.5999985, 73.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 10, CF(-48.0000076, 24.9999962, 72.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 17.5999985, 73.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 19.9999981, 69.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-43.5000076, 26.3999958, 69.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-43.5000076, 28.199995, 67.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 15, CF(-44.0000076, 24.1999969, 67.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 19.9999981, 69.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 15.1999989, 69.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 15, CF(-52.0000076, 24.1999969, 67.5000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 17.5999985, 67.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 15.1999989, 69.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 22.3999977, 67.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 10.8, 2, CF(-60.0000076, 19.3999996, 67.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 17.5999985, 67.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 22.3999977, 67.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 10, CF(-48.0000076, 24.9999962, 64.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 8, CF(-57.0000076, 25, 64.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 15.1999989, 63.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 15.1999989, 63.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 19.9999981, 63.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 19.9999981, 63.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-43.5000076, 26.3999958, 63.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-52.0000076, 17.5999985, 62.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 8, CF(-41.0000076, 33.5999947, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 8, CF(-49.0000076, 36.2000008, 56.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 8, CF(-41.0000076, 36.1999931, 56.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-39.0000076, 39.3999939, 59.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-42.0000076, 26.3999958, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 2.40, 1, CF(-37.5000076, 37.5999947, 57.5000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 8, CF(-41.0000076, 28.7999954, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-43.5000076, 28.199995, 62.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-44.0000076, 22.3999977, 62.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-42.0000076, 31.199995, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 15.1999989, 49.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 2.40, 1, CF(-38.5000076, 37.5999947, 59.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-37.5000076, 39.3999939, 59.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 4, 2.40, 1, CF(-52.5000076, 37.5999947, 50.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 8, CF(-52.0000076, 17.5999985, 48.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 8, CF(-49.0000076, 24.9999962, 48.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 1, CF(-52.5000076, 39.3999939, 50.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-44.0000076, 17.5999985, 62.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 31.199995, 49.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 19.9999981, 49.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-38.0000076, 33.5999947, 55.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 8, CF(-52.0000076, 24.1999969, 48.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-38.0000076, 31.199995, 57.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-42.0000076, 19.9999981, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 26.3999958, 49.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 14, CF(-38.0000076, 35.3999939, 53.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-37.5000076, 39.3999939, 54.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 1.20, 2, CF(-42.0000076, 24.1999969, 59.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 8, CF(-52.0000076, 22.3999977, 48.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 8, CF(-41.0000076, 24.9999962, 56.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 8, CF(-41.0000076, 22.3999977, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-37.5000076, 37.5999947, 53.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 8, CF(-52.0000076, 33.5999947, 48.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 8, CF(-43.0000076, 19.9999981, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-38.0000076, 22.3999977, 49.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 14, 1.20, 2, CF(-44.0000076, 24.1999969, 45.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-48.0000076, 22.3999977, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 8, CF(-41.0000076, 17.5999985, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 8, CF(-43.0000076, 15.1999989, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-48.0000076, 17.5999985, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-38.0000076, 26.3999958, 51.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-42.0000076, 15.1999989, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 8, CF(-52.0000076, 35.3999939, 48.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-50.0000076, 19.9999981, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(-38.0000076, 31.199995, 49.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 8, CF(-49.0000076, 36.1999931, 48.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-38.0000076, 33.5999947, 49.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 8, CF(-52.0000076, 28.7999954, 48.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-50.0000076, 15.1999989, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-50.0000076, 26.3999958, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-38.0000076, 22.3999977, 55.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 8, CF(-41.0000076, 22.3999977, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 8, CF(-41.0000076, 17.5999985, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-38.0000076, 28.7999954, 56.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-38.0000076, 26.3999958, 57.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-49.0000076, 28.7999954, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 8, CF(-41.0000076, 24.9999962, 48.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 14, CF(-38.0000076, 24.1999969, 53.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-38.0000076, 28.7999954, 48.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 2.40, 1, CF(-52.5000076, 37.5999947, 46.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-38.0000076, 17.5999985, 49.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 14, 1.20, 2, CF(-44.0000076, 35.3999939, 45.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-38.0000076, 19.9999981, 51.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-38.0000076, 19.9999981, 57.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-37.5000076, 39.3999939, 49.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 8, CF(-41.0000076, 36.1999931, 48.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 8, CF(-41.0000076, 33.5999947, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-38.0000076, 17.5999985, 55.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-40.0000076, 28.7999954, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-38.0000076, 26.3999958, 46.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-48.0000076, 33.5999947, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 8, CF(-43.0000076, 26.3999958, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-41.0000076, 31.199995, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-37.5000076, 37.5999947, 47.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-52.5000076, 39.3999939, 45.0000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-38.0000076, 31.199995, 46.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-50.0000076, 31.199995, 45.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-38.0000076, 19.9999981, 46.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-38.0000076, 15.1999989, 51.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-38.0000076, 15.1999989, 57.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-38.0000076, 15.1999989, 46.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-50.0000076, 37.5999947, 44.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 2.40, 1, CF(-39.5000076, 37.5999947, 44.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-43.0000076, 39.3999939, 44.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-44.0000076, 37.5999947, 44.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-48.0000076, 39.3999939, 44.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-38.0000076, 39.3999939, 44.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-111.000008, 28.199995, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-111.000008, 22.3999977, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-110.000008, 26.3999958, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-106.000008, 22.3999977, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-110.000008, 19.9999981, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-106.000008, 28.199995, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 15, CF(-105.500008, 24.1999969, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-111.000008, 17.5999985, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-100.000008, 17.5999985, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-104.000008, 19.9999981, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-106.000008, 17.5999985, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-100.000008, 22.3999977, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 10, CF(-101.000008, 24.9999962, 55.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-104.000008, 26.3999958, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-101.000008, 28.199995, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 10, CF(-109.000008, 24.9999962, 55.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-98.0000076, 19.9999981, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-98.0000076, 15.1999989, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-104.000008, 15.1999989, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-98.0000076, 26.3999958, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-96.0000076, 28.199995, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-92.0000076, 15.1999989, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-94.0000076, 22.3999977, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-94.0000076, 17.5999985, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-92.0000076, 19.9999981, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-91.0000076, 28.199995, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 10, CF(-93.0000076, 24.9999962, 55.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-92.0000076, 26.3999958, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 15, CF(-90.5000076, 24.1999969, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-110.000008, 15.1999989, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-86.0000076, 15.1999989, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-88.0000076, 17.5999985, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-88.0000076, 22.3999977, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-86.0000076, 26.3999958, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-86.0000076, 19.9999981, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(-84.0000076, 17.5999985, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 6, 0.40, 10, CF(-86.0000076, 24.9999962, 55.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(-84.0000076, 22.3999977, 51.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-86.0000076, 28.199995, 50.5000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 15, CF(-90.5000076, 24.1999969, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-88.0000076, 22.3999977, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-94.0000076, 22.3999977, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-86.0000076, 19.9999981, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-100.000008, 22.3999977, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-106.000008, 22.3999977, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(-84.0000076, 22.3999977, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 15, CF(-105.500008, 24.1999969, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-86.0000076, 15.1999989, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 2, CF(-84.0000076, 17.5999985, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-98.0000076, 19.9999981, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-100.000008, 17.5999985, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-111.000008, 17.5999985, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-111.000008, 22.3999977, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-92.0000076, 19.9999981, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-94.0000076, 17.5999985, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-92.0000076, 15.1999989, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-104.000008, 19.9999981, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-106.000008, 17.5999985, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-110.000008, 19.9999981, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-88.0000076, 17.5999985, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-98.0000076, 15.1999989, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-104.000008, 15.1999989, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 199, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-110.000008, 15.1999989, 59.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-44.0000076, 22.3999996, 92.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-43.5000076, 26.3999977, 93.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-43.5000076, 28.1999969, 93.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-43.5000076, 28.1999969, 103.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 10, CF(-48.0000076, 22.3999996, 100.500015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 22.3999996, 97.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 20, 99.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 17.6000004, 97.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 15.1999998, 99.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 15.1999998, 93.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-44.0000076, 17.6000004, 92.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 20, 93.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 10, CF(-48.0000076, 21.7999973, 102.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 10, CF(-48.0000076, 22.9999981, 102.500015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 10, CF(-48.0000076, 24.1999989, 104.500015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 13, 1.20, 2, CF(-44.0000076, 24.1999989, 96.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 10, CF(-48.0000076, 24.9999981, 100.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 6, 0.40, 10, CF(-48.0000076, 24.9999981, 93.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-43.5000076, 26.3999977, 105.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-43.5000076, 26.3999977, 99.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-43.5000076, 28.1999969, 98.0000153, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-48.0000076, 20, 101.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 10, CF(-48.0000076, 17.6000004, 101.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 10, CF(-52.0000076, 22.3999996, 95.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 13, 1.20, 2, CF(-52.0000076, 24.1999989, 96.5000153, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 10, CF(-48.0000076, 24.9999981, 108.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-43.5000076, 28.1999969, 108.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 15.1999998, 117.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 10, CF(-48.0000076, 21.7999973, 114.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-48.0000076, 15.1999998, 115.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 15.1999998, 117.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 8, 0.40, 10, CF(-48.0000076, 24.9999981, 116.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 10, CF(-48.0000076, 17.6000004, 115.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 20, 117.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 10, CF(-48.0000076, 22.3999996, 115.500015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-48.0000076, 20, 115.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 20, 117.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 15.1999998, 99.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 20, 99.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-48.0000076, 15.1999998, 101.000015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 10, CF(-52.0000076, 17.6000004, 95.0000153, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 15.1999998, 93.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 20, 93.0000153, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 10, CF(-48.0000076, 22.9999981, 113.500015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 3, 1.20, 10, CF(-48.0000076, 24.1999989, 111.500015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-43.5000076, 26.3999977, 117.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-43.5000076, 26.3999977, 111.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-43.5000076, 28.1999969, 113.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-43.5000076, 28.1999969, 118.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 15.1999998, 123.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 15.1999998, 123.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 17.6000004, 119.000015, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 10, CF(-44.0000076, 17.6000004, 121.000015, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 22.3999996, 119.000015, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 10, CF(-44.0000076, 22.3999996, 121.000015, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-44.0000076, 20, 123.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 6, CF(-52.0000076, 20, 123.000015, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 13, 1.20, 2, CF(-44.0000076, 24.1999989, 119.500015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 13, 1.20, 2, CF(-52.0000076, 24.1999989, 119.500015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, pla, blo, 6, 0.40, 10, CF(-48.0000076, 24.9999981, 123.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 6, 2.40, 1, CF(-43.5000076, 26.3999977, 123.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-52.0000076, 17.6000004, 124.000015, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 27, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 2.40, 4, CF(-52.0000076, 22.3999996, 124.000015, 1, 0, 0, 0, 1, 0, 0, 0, 1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 194, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 2, 1.20, 1, CF(-43.5000076, 28.1999969, 123.000015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 6, CF(-90.0000076, 10.3999996, 164.500015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 4, CF(-95.0000076, 10.3999996, 164.500015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 6, CF(-92.0000076, 8, 164.500015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 4, CF(-87.0000076, 8, 164.500015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createDecal(DE, Part, "http://www.roblox.com/asset/?id=1361904", Enum.NormalId.Right)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(-86.0000076, 10.3999996, 164.500015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 6, CF(-88.0000076, 12.1999998, 164.500015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 1.20, 6, CF(-94.0000076, 12.1999998, 164.500015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(-96.0000076, 8, 164.500015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 4, CF(-95.0000076, 5.5999999, 164.500015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 6, CF(-90.0000076, 5.5999999, 164.500015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(-86.0000076, 5.5999999, 164.500015, 0, 0, 1, 0, 1, 0, -1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 4, CF(-87.0000076, 3.19999981, 164.500015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 6, CF(-92.0000076, 3.19999981, 164.500015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 26, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 1, 2.40, 2, CF(-96.0000076, 3.19999981, 164.500015, 0, 0, -1, 0, 1, 0, 1, 0, 0), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 2.40, 8, CF(-91, 3.20000005, 85, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 2.40, 6, CF(-91, 5.5999999, 84, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 2.40, 4, CF(-91, 8, 83, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- createPart(PA, WS, 192, Pla, 0, 0, 0.5, "Smooth Block Model", t, t, 0.300, bri, blo, 12, 2.40, 2, CF(-91, 10.4000006, 82, -1, 0, 0, 0, 1, 0, 0, 0, -1), smo, inl, smo, smo, smo, stu)
- print("Done creating map from .gdf format. This script may now be deleted")
- end)
- SpamBlocks.Name = "SpamBlocks"
- SpamBlocks.Parent = Frame
- SpamBlocks.BackgroundColor3 = Color3.new(0, 0, 0)
- SpamBlocks.BackgroundTransparency = 0.60000002384186
- SpamBlocks.BorderColor3 = Color3.new(0, 1, 1)
- SpamBlocks.BorderSizePixel = 3
- SpamBlocks.Position = UDim2.new(0, 0, 0.274725288, 0)
- SpamBlocks.Size = UDim2.new(0, 497, 0, 50)
- SpamBlocks.Font = Enum.Font.SciFi
- SpamBlocks.FontSize = Enum.FontSize.Size14
- SpamBlocks.Text = "SpamBlocks"
- SpamBlocks.TextColor3 = Color3.new(0.666667, 1, 1)
- SpamBlocks.TextScaled = true
- SpamBlocks.TextSize = 14
- SpamBlocks.TextWrapped = true
- SpamBlocks.MouseButton1Down:connect(function()
- while true do wait() Instance.new("Part",Workspace) end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement