Advertisement
H3VL

fg

Oct 19th, 2017
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 486.54 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local GrabKnifev3 = Instance.new("TextButton")
  6. local CrossRoad = Instance.new("TextButton")
  7. local SpamBlocks = Instance.new("TextButton")
  8. local TextButton = Instance.new("TextButton")
  9.  
  10. -- Properties
  11.  
  12. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  13.  
  14. Frame.Parent = ScreenGui
  15. Frame.Active = true
  16. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  17. Frame.Position = UDim2.new(0.208178446, 0, 0.132411063, 0)
  18. Frame.Size = UDim2.new(0, 497, 0, 364)
  19.  
  20. GrabKnifev3.Name = "GrabKnifev3"
  21. GrabKnifev3.Parent = Frame
  22. GrabKnifev3.BackgroundColor3 = Color3.new(0, 0, 0)
  23. GrabKnifev3.BackgroundTransparency = 0.60000002384186
  24. GrabKnifev3.BorderColor3 = Color3.new(0, 1, 1)
  25. GrabKnifev3.BorderSizePixel = 3
  26. GrabKnifev3.Size = UDim2.new(0, 497, 0, 50)
  27. GrabKnifev3.Font = Enum.Font.SciFi
  28. GrabKnifev3.FontSize = Enum.FontSize.Size14
  29. GrabKnifev3.Text = "GrabKnifeV3"
  30. GrabKnifev3.TextColor3 = Color3.new(0.666667, 1, 1)
  31. GrabKnifev3.TextScaled = true
  32. GrabKnifev3.TextSize = 14
  33. GrabKnifev3.TextWrapped = true
  34. GrabKnifev3.MouseButton1Down:connect(function()
  35. math.randomseed(tick())
  36. local player = game.Players.LocalPlayer
  37. local rekt = {}
  38. local paralyzed = false
  39. local curpoint = nil
  40. local curpart = nil
  41. local finishnum = 1
  42. local zombiemode = false
  43. local zombies = {}
  44. local lastgui = nil
  45. local mouse = player:GetMouse()
  46.  
  47. function getplr(char)
  48. local plr = nil
  49. for i,v in pairs(game.Players:GetChildren()) do
  50. if v.Character == char then
  51. plr = v
  52. end
  53. end
  54. return plr
  55. end
  56.  
  57. function bleed(frick)
  58. while frick.Parent ~= nil do
  59. local reeee = coroutine.wrap(function()
  60. local thing = Instance.new('Part',game.Workspace)
  61. thing.Size = Vector3.new(0.2,0.2,0.2)
  62. thing.CFrame = frick.CFrame
  63. thing.Shape = Enum.PartType.Ball
  64. thing.CFrame = frick.CFrame
  65. thing.Transparency = 1
  66. thing.BrickColor = BrickColor.new('Maroon')
  67. thing.Material = Enum.Material.SmoothPlastic
  68. thing.Name = "Blood"
  69. thing.CanCollide =false
  70. local rawrxd = Instance.new('BodyForce',thing)
  71. rawrxd.Force = frick.CFrame.upVector*(math.random()*2)+Vector3.new(math.random(-5, 5)/10,1.5,0)
  72. local coru = coroutine.wrap(function()
  73. wait(0.01)
  74. rawrxd:Destroy()
  75. end)
  76. coru()
  77. local ree = Instance.new('ParticleEmitter',thing)
  78. ree.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.fromRGB(100,0,0)),ColorSequenceKeypoint.new(1,Color3.fromRGB(100,0,0))})
  79. ree.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.1),NumberSequenceKeypoint.new(1,0.1)})
  80. ree.Texture = 'rbxassetid://867743272'
  81. ree.Lifetime = NumberRange.new(0.4)
  82. ree.Rate = 50
  83. ree.LockedToPart = true
  84. ree.Speed = NumberRange.new(0, 2)
  85.  
  86. thing.Touched:connect(function(tou)
  87. 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
  88. local pos = Vector3.new(thing.Position.X,(tou.Position.Y+(tou.Size.Y/2))+0.02,thing.Position.Z)
  89. thing:Destroy()
  90. if tou.Name == "BloodPuddle" then
  91. local reee = tou.CFrame
  92. if tou.Transparency > -0.2 then
  93. tou.Transparency = tou.Transparency -0.1
  94. end
  95. if tou.Size.X < 10 then
  96. tou.Size = tou.Size+Vector3.new(0.1,0,0.1)
  97. tou.CFrame = reee
  98. end
  99. else
  100. local bloodlol = Instance.new('Part',workspace)
  101. bloodlol.Size=Vector3.new(1,0.2,1)
  102. bloodlol.Name = "BloodPuddle"
  103. bloodlol.Anchored = true
  104. bloodlol.CanCollide = false
  105. bloodlol.Material = Enum.Material.SmoothPlastic
  106. bloodlol.BrickColor = BrickColor.new('Maroon')
  107. local cyl = Instance.new('CylinderMesh',bloodlol)
  108. cyl.Scale = Vector3.new(1,0.1,1)
  109. bloodlol.CFrame = CFrame.new(pos)
  110. local coru=coroutine.wrap(function()
  111. while bloodlol.Parent ~= nil do
  112. if bloodlol.Transparency < 1 then
  113. bloodlol.Transparency = bloodlol.Transparency+0.05
  114. else
  115. bloodlol:Destroy()
  116. end
  117. wait(0.1)
  118. end
  119. end)
  120. coru()
  121. end
  122. end
  123. end)
  124. local coru = coroutine.wrap(function()
  125. wait(1)
  126. thing:Destroy()
  127. end)
  128. coru()
  129. end)
  130. reeee()
  131. wait()
  132. end
  133. end
  134.  
  135. function killz(playa,hitz,kneef,explode,pool,head,charred,override)
  136. local soundy = false
  137. local heyy = hitz
  138. if hitz == "Right Arm" then
  139. local Limb = playa:FindFirstChild("Right Arm")
  140. local ters = playa:FindFirstChild('Torso')
  141. if Limb and ters then
  142. if ters:FindFirstChild('Right Shoulder') then ters["Right Shoulder"]:Destroy() end
  143. for i,v in pairs(Limb:GetChildren()) do
  144. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  145. v:Destroy()
  146. end
  147. end
  148. Limb.CFrame = ters.CFrame * CFrame.new(1.5, 0, 0)
  149. local Joint = Instance.new("Rotate")
  150. Joint.Name = "RightShoulder"
  151. Joint.Part0 = ters
  152. Joint.Part1 = Limb
  153. Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  154. Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  155. Joint.Parent = ters
  156. if charred and zombiemode == false then
  157. Limb.BrickColor = BrickColor.new('Black')
  158. local fire = Instance.new('Fire',Limb)
  159. fire.Heat = 5
  160. fire.Size = 5
  161. game:GetService('Debris'):AddItem(fire,2)
  162. local coru=coroutine.wrap(function()
  163. wait(2)
  164. for i,v in pairs(Limb:GetChildren()) do
  165. if v:IsA('ParticleEmitter') then
  166. v:Destroy()
  167. end
  168. end
  169. end)
  170. coru()
  171. end
  172. local B = Instance.new("Part")
  173. B.TopSurface = 0
  174. B.BottomSurface = 0
  175. B.formFactor = "Symmetric"
  176. B.Size = Vector3.new(1, 1, 1)
  177. B.Transparency = 1
  178. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  179. B.Parent = playa
  180. local W = Instance.new("Weld")
  181. W.Part0 = Limb
  182. W.Part1 = B
  183. W.C0 = CFrame.new(0, -0.5, 0)
  184. W.Parent = Limb
  185. if kneef then
  186. local coru = coroutine.wrap(function()
  187. local uno = Instance.new('Part',workspace)
  188. local dos = Instance.new('Part',workspace)
  189. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  190. dos.CFrame = kneef["big ass knife"].CFrame
  191. local weld = Instance.new('Weld',kneef["big ass knife"])
  192. weld.Part0 = playa:FindFirstChild(hitz)
  193. weld.Part1 = kneef["big ass knife"]
  194. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  195. uno:Destroy()
  196. dos:Destroy()
  197. playa:FindFirstChild(hitz).Anchored = false
  198. for i, v in pairs(kneef:GetChildren()) do
  199. if v:IsA('BasePart') then
  200. v.Anchored = false
  201. end
  202. end
  203. if zombiemode == false or override then
  204. wait()
  205. end
  206. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  207. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  208. end
  209. local bleedpart = Instance.new("Part", kneef)
  210. bleedpart.CanCollide = false
  211. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  212. bleedpart.CFrame = kneef["big ass knife"].CFrame
  213. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  214. bleedpart.Transparency = 1
  215.  
  216. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  217. bleedpartweld.Part0 = kneef["big ass knife"]
  218. bleedpartweld.Part1 = bleedpart
  219. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  220. local coru = coroutine.wrap(function()
  221. bleed(bleedpart)
  222. end)
  223. coru()
  224. game:GetService('Debris'):AddItem(bleedpart,2)
  225. end)
  226. coru()
  227. end
  228. end
  229. elseif hitz == "Left Arm" then
  230. local Limb = playa:FindFirstChild("Left Arm")
  231. local ters = playa:FindFirstChild('Torso')
  232. if Limb and ters then
  233. if ters:FindFirstChild('Left Shoulder') then ters["Left Shoulder"]:Destroy() end
  234. for i,v in pairs(Limb:GetChildren()) do
  235. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  236. v:Destroy()
  237. end
  238. end
  239. Limb.CFrame = ters.CFrame * CFrame.new(-1.5, 0, 0)
  240. local Joint = Instance.new("Rotate")
  241. Joint.Name = "LeftShoulder"
  242. Joint.Part0 = ters
  243. Joint.Part1 = Limb
  244. Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  245. Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  246. Joint.Parent = ters
  247. if charred and zombiemode == false then
  248. Limb.BrickColor = BrickColor.new('Black')
  249. local fire = Instance.new('Fire',Limb)
  250. fire.Heat = 5
  251. fire.Size = 5
  252. game:GetService('Debris'):AddItem(fire,2)
  253. local coru=coroutine.wrap(function()
  254. wait(2)
  255. for i,v in pairs(Limb:GetChildren()) do
  256. if v:IsA('ParticleEmitter') then
  257. v:Destroy()
  258. end
  259. end
  260. end)
  261. coru()
  262. end
  263.  
  264. local B = Instance.new("Part")
  265. B.TopSurface = 0
  266. B.BottomSurface = 0
  267. B.formFactor = "Symmetric"
  268. B.Size = Vector3.new(1, 1, 1)
  269. B.CanCollide = true
  270. B.Transparency = 1
  271. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  272. B.Parent = playa
  273. local W = Instance.new("Weld")
  274. W.Part0 = ters
  275. W.Part1 = B
  276. W.C0 = CFrame.new(0, -0.5, 0)
  277. W.Parent = Limb
  278. if kneef then
  279. local coru = coroutine.wrap(function()
  280. local uno = Instance.new('Part',workspace)
  281. local dos = Instance.new('Part',workspace)
  282. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  283. dos.CFrame = kneef["big ass knife"].CFrame
  284. local weld = Instance.new('Weld',kneef["big ass knife"])
  285. weld.Part0 = playa:FindFirstChild(hitz)
  286. weld.Part1 = kneef["big ass knife"]
  287. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  288. uno:Destroy()
  289. dos:Destroy()
  290. playa:FindFirstChild(hitz).Anchored = false
  291. for i, v in pairs(kneef:GetChildren()) do
  292. if v:IsA('BasePart') then
  293. v.Anchored = false
  294. end
  295. end
  296. if zombiemode == false or override then
  297. wait()
  298. end
  299. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  300. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  301. end
  302. local bleedpart = Instance.new("Part", kneef)
  303. bleedpart.CanCollide = false
  304. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  305. bleedpart.CFrame = kneef["big ass knife"].CFrame
  306. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  307. bleedpart.Transparency = 1
  308.  
  309. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  310. bleedpartweld.Part0 = kneef["big ass knife"]
  311. bleedpartweld.Part1 = bleedpart
  312. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  313. local coru = coroutine.wrap(function()
  314. bleed(bleedpart)
  315. end)
  316. coru()
  317. game:GetService('Debris'):AddItem(bleedpart,2)
  318. end)
  319. coru()
  320. end
  321. end
  322. elseif hitz == "Right Leg" then
  323. local Limb = playa:FindFirstChild("Right Leg")
  324. local ters = playa:FindFirstChild('Torso')
  325. if Limb and ters then
  326. if ters:FindFirstChild('Right Hip') then ters["Right Hip"]:Destroy() end
  327. for i,v in pairs(Limb:GetChildren()) do
  328. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  329. v:Destroy()
  330. end
  331. end
  332. Limb.CFrame = ters.CFrame * CFrame.new(0.5, -2, 0)
  333. local Joint = Instance.new("Rotate")
  334. Joint.Name = "Right Hip"
  335. Joint.Part0 = ters
  336. Joint.Part1 = Limb
  337. Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  338. Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  339. Joint.Parent = ters
  340. if charred and zombiemode == false then
  341. Limb.BrickColor = BrickColor.new('Black')
  342. local fire = Instance.new('Fire',Limb)
  343. fire.Heat = 5
  344. fire.Size = 5
  345. game:GetService('Debris'):AddItem(fire,2)
  346. local coru=coroutine.wrap(function()
  347. wait(2)
  348. for i,v in pairs(Limb:GetChildren()) do
  349. if v:IsA('ParticleEmitter') then
  350. v:Destroy()
  351. end
  352. end
  353. end)
  354. coru()
  355. end
  356. local B = Instance.new("Part")
  357. B.TopSurface = 0
  358. B.BottomSurface = 0
  359. B.formFactor = "Symmetric"
  360. B.Size = Vector3.new(1, 1, 1)
  361. B.Transparency = 1
  362. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  363. B.Parent = playa
  364. local W = Instance.new("Weld")
  365. W.Part0 = Limb
  366. W.Part1 = B
  367. W.C0 = CFrame.new(0, -0.5, 0)
  368. W.Parent = Limb
  369. if kneef then
  370. local coru = coroutine.wrap(function()
  371. local uno = Instance.new('Part',workspace)
  372. local dos = Instance.new('Part',workspace)
  373. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  374. dos.CFrame = kneef["big ass knife"].CFrame
  375. local weld = Instance.new('Weld',kneef["big ass knife"])
  376. weld.Part0 = playa:FindFirstChild(hitz)
  377. weld.Part1 = kneef["big ass knife"]
  378. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  379. uno:Destroy()
  380. dos:Destroy()
  381. playa:FindFirstChild(hitz).Anchored = false
  382. for i, v in pairs(kneef:GetChildren()) do
  383. if v:IsA('BasePart') then
  384. v.Anchored = false
  385. end
  386. end
  387. if zombiemode == false or override then
  388. wait()
  389. end
  390. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  391. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  392. end
  393. local bleedpart = Instance.new("Part", kneef)
  394. bleedpart.CanCollide = false
  395. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  396. bleedpart.CFrame = kneef["big ass knife"].CFrame
  397. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  398. bleedpart.Transparency = 1
  399.  
  400. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  401. bleedpartweld.Part0 = kneef["big ass knife"]
  402. bleedpartweld.Part1 = bleedpart
  403. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  404. local coru = coroutine.wrap(function()
  405. bleed(bleedpart)
  406. end)
  407. coru()
  408. game:GetService('Debris'):AddItem(bleedpart,2)
  409. end)
  410. coru()
  411. end
  412. if playa then
  413. table.insert(rekt,playa)
  414. end
  415. end
  416. elseif hitz == "Left Leg" then
  417. local Limb = playa:FindFirstChild("Left Leg")
  418. local ters = playa:FindFirstChild('Torso')
  419. if Limb and ters then
  420. if ters:FindFirstChild('Left Hip') then ters["Left Hip"]:Destroy() end
  421. for i,v in pairs(Limb:GetChildren()) do
  422. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  423. v:Destroy()
  424. end
  425. end
  426. Limb.CFrame = ters.CFrame * CFrame.new(0.5, -2, 0)
  427. Limb.CFrame = ters.CFrame * CFrame.new(-0.5, -2, 0)
  428. local Joint = Instance.new("Rotate")
  429. Joint.Name = "LeftHip"
  430. Joint.Part0 = ters
  431. Joint.Part1 = Limb
  432. Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  433. Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  434. Joint.Parent = ters
  435. if charred and zombiemode == false then
  436. Limb.BrickColor = BrickColor.new('Black')
  437. local fire = Instance.new('Fire',Limb)
  438. fire.Heat = 5
  439. fire.Size = 5
  440. game:GetService('Debris'):AddItem(fire,2)
  441. local coru=coroutine.wrap(function()
  442. wait(2)
  443. for i,v in pairs(Limb:GetChildren()) do
  444. if v:IsA('ParticleEmitter') then
  445. v:Destroy()
  446. end
  447. end
  448. end)
  449. coru()
  450. end
  451.  
  452. local B = Instance.new("Part")
  453. B.TopSurface = 0
  454. B.BottomSurface = 0
  455. B.formFactor = "Symmetric"
  456. B.Size = Vector3.new(1, 1, 1)
  457. B.Transparency = 1
  458. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  459. B.Parent = playa
  460. local W = Instance.new("Weld")
  461. W.Part0 = Limb
  462. W.Part1 = B
  463. W.C0 = CFrame.new(0, -0.5, 0)
  464. W.Parent = Limb
  465. Limb.CanCollide = false
  466. if kneef then
  467. local coru = coroutine.wrap(function()
  468. local uno = Instance.new('Part',workspace)
  469. local dos = Instance.new('Part',workspace)
  470. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  471. dos.CFrame = kneef["big ass knife"].CFrame
  472. local weld = Instance.new('Weld',kneef["big ass knife"])
  473. weld.Part0 = playa:FindFirstChild(hitz)
  474. weld.Part1 = kneef["big ass knife"]
  475. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  476. uno:Destroy()
  477. dos:Destroy()
  478. playa:FindFirstChild(hitz).Anchored = false
  479. for i, v in pairs(kneef:GetChildren()) do
  480. if v:IsA('BasePart') then
  481. v.Anchored = false
  482. end
  483. end
  484. if zombiemode == false or override then
  485. wait()
  486. end
  487. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  488. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  489. end
  490. local bleedpart = Instance.new("Part", kneef)
  491. bleedpart.CanCollide = false
  492. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  493. bleedpart.CFrame = kneef["big ass knife"].CFrame
  494. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  495. bleedpart.Transparency = 1
  496.  
  497. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  498. bleedpartweld.Part0 = kneef["big ass knife"]
  499. bleedpartweld.Part1 = bleedpart
  500. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  501. local coru = coroutine.wrap(function()
  502. bleed(bleedpart)
  503. end)
  504. coru()
  505. game:GetService('Debris'):AddItem(bleedpart,2)
  506. end)
  507. coru()
  508. end
  509. if playa then
  510. table.insert(rekt,playa)
  511. end
  512. end
  513. elseif playa then
  514. if finishnum ~= 1 then
  515. local coru=coroutine.wrap(function()
  516. player.Character.Head.Psycho.Playing = true
  517. wait(3)
  518. player.Character.Head.Psycho.Playing = false
  519. end)
  520. coru()
  521. end
  522. local playa2 = playa
  523. playa.Archivable = true
  524. local playa = playa:Clone()
  525. playa.Archivable = false
  526. playa2:Destroy()
  527. playa.Parent = workspace
  528. local Gibs = game.Workspace
  529. local Torso = playa.Torso
  530. local Head = playa:FindFirstChild("Head")
  531. local function Scan(ch)
  532. local e
  533. for e = 1,#ch do
  534. Scan(ch[e]:GetChildren())
  535. 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
  536. ch[e]:remove()
  537. end
  538. end
  539. end
  540. Scan(playa:GetChildren())
  541. if playa:FindFirstChild('HumanoidRootPart') and (zombiemode == false or override) then
  542. playa:FindFirstChild('HumanoidRootPart'):Destroy()
  543. end
  544. local hum2 = playa:FindFirstChildOfClass("Humanoid")
  545. if zombiemode == true and override == false then
  546. soundy = true
  547. end
  548. if string.sub(hum2.Parent.Name,string.len(hum2.Parent.Name)-8,string.len(hum2.Parent.Name)) ~= "'s Zombie" then
  549. override = true
  550. end
  551. if hum2 ~= nil then
  552. hum2.Name = "Humanoid2"
  553. hum2.Health = 0
  554. if zombiemode == false or override == true then
  555. table.insert(rekt,hum2.Parent)
  556. else
  557. local gyro = Instance.new('BodyGyro',Torso)
  558. hum2.PlatformStand = false
  559. for i,v in pairs(hum2.Parent.Torso:GetChildren()) do
  560. if v:IsA('BodyGyro') then v:Destroy() end
  561. end
  562. if playa:FindFirstChild('HumanoidRootPart') then
  563. hum2.Parent.HumanoidRootPart.CFrame = hum2.Parent.Torso.CFrame
  564. local weldcrucial = Instance.new('Weld',hum2.Parent.HumanoidRootPart)
  565. weldcrucial.Part0 = hum2.Parent.HumanoidRootPart
  566. weldcrucial.Part1 = hum2.Parent.Torso
  567. end
  568. end
  569. end
  570. local ch = playa:GetChildren()
  571. local i
  572. for i = 1,#ch do
  573. if ch[i].Name == "THandle1" or ch[i].Name == "THandle2" then
  574. ch[i]:remove()
  575. end
  576. end
  577.  
  578. if Head then
  579. local Neck = Instance.new("Weld")
  580. Neck.Name = "Neck"
  581. Neck.Part0 = Torso
  582. Neck.Part1 = Head
  583. if pool then
  584. local part = Instance.new('Part',Torso)
  585. part.Position = Vector3.new(0,10,0)
  586. part.Size = Vector3.new(0.2,0.2,0.2)
  587. part.Transparency = 1
  588. part.CanCollide = false
  589. local we = Instance.new('Weld',Torso)
  590. we.Part0 = Torso
  591. we.Part1 = part
  592. we.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  593. local coru=coroutine.wrap(function()
  594. bleed(part)
  595. end)
  596. coru()
  597. end
  598. if head == false or head == nil then
  599. Neck.C0 = CFrame.new(0, 1.5, 0)
  600. else
  601. Neck.C0 = CFrame.new(0, 1.5, 0.2)*CFrame.Angles(0.5, 0.25, 0.25)
  602. local bleedpart = Instance.new("Part", Torso)
  603. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  604. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  605. bleedpart.CanCollide = false
  606. bleedpart.Position = Head.Position + Vector3.new(0, 1, 0)
  607. bleedpart.Transparency = 1
  608.  
  609. local bleedpartweld = Instance.new("Weld", Torso)
  610. bleedpartweld.Part0 = Torso
  611. bleedpartweld.Part1 = bleedpart
  612. bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  613. local coru = coroutine.wrap(function()
  614. bleed(bleedpart)
  615. end)
  616. coru()
  617. end
  618. Neck.C1 = CFrame.new()
  619. Neck.Parent = Torso
  620. end
  621. local Limb = playa:FindFirstChild("Right Arm")
  622. if Limb then
  623.  
  624. Limb.CFrame = Torso.CFrame * CFrame.new(1.5, 0, 0)
  625. local Joint = Instance.new("Rotate")
  626. Joint.Name = "RightShoulder"
  627. Joint.Part0 = Torso
  628. Joint.Part1 = Limb
  629. Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  630. Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  631. Joint.Parent = Torso
  632.  
  633. local B = Instance.new("Part")
  634. B.TopSurface = 0
  635. B.BottomSurface = 0
  636. B.formFactor = "Symmetric"
  637. B.Size = Vector3.new(1, 1, 1)
  638. B.Transparency = 1
  639. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  640. B.Parent = playa
  641. local W = Instance.new("Weld")
  642. W.Part0 = Limb
  643. W.Part1 = B
  644. W.C0 = CFrame.new(0, -0.5, 0)
  645. W.Parent = Limb
  646. end
  647. local Limb = playa:FindFirstChild("Left Arm")
  648. if Limb then
  649.  
  650. Limb.CFrame = Torso.CFrame * CFrame.new(-1.5, 0, 0)
  651. local Joint = Instance.new("Rotate")
  652. Joint.Name = "LeftShoulder"
  653. Joint.Part0 = Torso
  654. Joint.Part1 = Limb
  655. Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  656. Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  657. Joint.Parent = Torso
  658.  
  659. local B = Instance.new("Part")
  660. B.TopSurface = 0
  661. B.BottomSurface = 0
  662. B.formFactor = "Symmetric"
  663. B.Size = Vector3.new(1, 1, 1)
  664. B.Transparency = 1
  665. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  666. B.Parent = playa
  667. local W = Instance.new("Weld")
  668. W.Part0 = Limb
  669. W.Part1 = B
  670. W.C0 = CFrame.new(0, -0.5, 0)
  671. W.Parent = Limb
  672. end
  673. local Limb = playa:FindFirstChild("Right Leg")
  674. if Limb then
  675. Limb.CanCollide = false
  676. Limb.CFrame = Torso.CFrame * CFrame.new(0.5, -2, 0)
  677. local Joint = Instance.new("Rotate")
  678. Joint.Name = "RightHip"
  679. Joint.Part0 = Torso
  680. Joint.Part1 = Limb
  681. Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  682. Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  683. Joint.Parent = Torso
  684.  
  685. local B = Instance.new("Part")
  686. B.TopSurface = 0
  687. B.BottomSurface = 0
  688. B.formFactor = "Symmetric"
  689. B.Size = Vector3.new(1, 1, 1)
  690. B.Transparency = 1
  691. B.CanCollide = true
  692. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  693. B.Parent = playa
  694. local W = Instance.new("Weld")
  695. W.Part0 = Limb
  696. W.Part1 = B
  697. W.C0 = CFrame.new(0, -0.5, 0)
  698. W.Parent = Limb
  699. end
  700. local Limb = playa:FindFirstChild("Left Leg")
  701. if Limb then
  702. Limb.CanCollide = false
  703. Limb.CFrame = Torso.CFrame * CFrame.new(-0.5, -2, 0)
  704. local Joint = Instance.new("Rotate")
  705. Joint.Name = "LeftHip"
  706. Joint.Part0 = Torso
  707. Joint.Part1 = Limb
  708. Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  709. Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  710. Joint.Parent = Torso
  711.  
  712. local B = Instance.new("Part")
  713. B.TopSurface = 0
  714. B.BottomSurface = 0
  715. if zombiemode == false or override then
  716. B.CanCollide = true
  717. end
  718. B.formFactor = "Symmetric"
  719. B.Size = Vector3.new(1, 1, 1)
  720. B.Transparency = 1
  721. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  722. B.Parent = playa
  723. local W = Instance.new("Weld")
  724. W.Part0 = Limb
  725. W.Part1 = B
  726. W.C0 = CFrame.new(0, -0.5, 0)
  727. W.Parent = Limb
  728. end
  729. --[[
  730. local Bar = Instance.new("Part")
  731. Bar.TopSurface = 0
  732. Bar.BottomSurface = 0
  733. Bar.formFactor = "Symmetric"
  734. Bar.Size = Vector3.new(1, 1, 1)
  735. Bar.Transparency = 1
  736. Bar.CFrame = Torso.CFrame * CFrame.new(0, 0.5, 0)
  737. Bar.Parent = playa
  738. local Weld = Instance.new("Weld")
  739. Weld.Part0 = Torso
  740. Weld.Part1 = Bar
  741. Weld.C0 = CFrame.new(0, 0.5, 0)
  742. Weld.Parent = Torso
  743. --]]
  744. playa.Parent = Gibs
  745. if kneef and explode == nil then
  746. local coru = coroutine.wrap(function()
  747. if playa:FindFirstChild(hitz) then
  748. local uno = Instance.new('Part',workspace)
  749. local dos = Instance.new('Part',workspace)
  750. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  751. dos.CFrame = kneef["big ass knife"].CFrame
  752. local weld = Instance.new('Weld',kneef["big ass knife"])
  753. weld.Part0 = playa:FindFirstChild(hitz)
  754. weld.Part1 = kneef["big ass knife"]
  755. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  756. uno:Destroy()
  757. dos:Destroy()
  758. playa:FindFirstChild(hitz).Anchored = false
  759. for i, v in pairs(kneef:GetChildren()) do
  760. if v:IsA('BasePart') then
  761. v.Anchored = false
  762. end
  763. end
  764. if explode == nil or explode == false then
  765. local bleedpart = Instance.new("Part", kneef)
  766. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  767. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  768. bleedpart.CanCollide = false
  769. bleedpart.Position = Head.Position + Vector3.new(0, 1, 0)
  770. bleedpart.Transparency = 1
  771.  
  772. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  773. bleedpartweld.Part0 = kneef["big ass knife"]
  774. bleedpartweld.Part1 = bleedpart
  775. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  776. local coru = coroutine.wrap(function()
  777. bleed(bleedpart)
  778. end)
  779. coru()
  780. end
  781. end
  782. if zombiemode == false or override then
  783. wait()
  784. end
  785. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  786. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  787. end
  788. end)
  789. coru()
  790. end
  791. if explode then
  792. local movevector = CFrame.new(explode.Position,Torso.Position).lookVector
  793. local repulse = Instance.new('BodyForce',Torso)
  794. repulse.Force = movevector*10000 + Vector3.new(0,5000,0)
  795. game.Debris:AddItem(repulse,0.05)
  796. end
  797. if charred and zombiemode == false then
  798. for i,v in pairs(playa:GetChildren()) do
  799. if v:IsA('BasePart') then
  800. v.BrickColor = BrickColor.Black()
  801. local fire = Instance.new('Fire',v)
  802. fire.Size = 5
  803. fire.Heat = 5
  804. elseif v:IsA('Accessory') then
  805. for a,c in pairs(v:GetChildren()) do
  806. if c:IsA('BasePart') then
  807. c.BrickColor = BrickColor.Black()
  808. local fire = Instance.new('Fire',v)
  809. fire.Size = 5
  810. fire.Heat = 5
  811. for o,p in pairs(c:GetChildren()) do
  812. if p:IsA("SpecialMesh") then
  813. p.TextureId = ""
  814. end
  815. end
  816. end
  817. end
  818. end
  819. end
  820. end
  821. if soundy then
  822. local sound = Instance.new('Sound',Head)
  823. sound.SoundId = 'rbxassetid://903640857'
  824. sound.Volume = 1
  825. sound:Play()
  826. sound.Ended:connect(function()
  827. sound:Destroy()
  828. local ambient = Instance.new('Sound',Head)
  829. ambient.Volume = 0.25
  830. ambient.Looped = true
  831. ambient.SoundId = 'rbxassetid://903641031'
  832. ambient:Play()
  833. end)
  834. end
  835. if override then
  836. 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
  837. local coru = coroutine.wrap(function()
  838. wait(4.5)
  839. hum2.Parent.Name = hum2.Parent.Name.."'s Zombie"
  840. hum2.HipHeight = 0.2
  841. wait(0.5)
  842. killz(hum2.Parent,"Head",nil,nil,false,false,false,false)
  843. end)
  844. coru()
  845. else
  846. game:GetService('Debris'):AddItem(playa, 12)
  847. end
  848. else
  849. hum2.Health = 0
  850. table.insert(zombies,playa)
  851. local attack = Instance.new('Sound',Head)
  852. attack.SoundId = 'rbxassetid://903641424'
  853. attack.Volume = 2
  854. for i,v in pairs(playa:GetChildren()) do
  855. if v:IsA('BasePart') and v:FindFirstChildOfClass('TouchTransmitter') == nil then
  856. v.Touched:connect(function(hit)
  857. if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') then
  858. local found = false
  859. if hit.Parent == player.Character then
  860. found = true
  861. end
  862. for a,c in pairs(zombies) do
  863. if c == hit.Parent then
  864. found = true
  865. end
  866. end
  867. if found == false and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 then
  868. attack:Play()
  869. if hit.Parent:FindFirstChildOfClass('Humanoid').Health - 2 <= 0 then
  870. hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  871. wait()
  872. killz(hit.Parent,"Head")
  873. else
  874. hit.Parent:FindFirstChildOfClass('Humanoid'):TakeDamage(2)
  875. end
  876. end
  877. end
  878. end)
  879. end
  880. end
  881. local coru = coroutine.wrap(function()
  882. wait(2)
  883. for i,v in pairs(playa:GetChildren()) do
  884. if v:IsA('BasePart') then
  885. for a,c in pairs(v:GetChildren()) do
  886. if c:IsA('Fire') or c:IsA('ParticleEmitter') then
  887. c:Destroy()
  888. end
  889. end
  890. elseif v:IsA('Accessory') then
  891. for a,c in pairs(v:GetChildren()) do
  892. if c:IsA('BasePart') then
  893. for b,d in pairs(c:GetChildren()) do
  894. if d:IsA('Fire') or d:IsA('ParticleEmitter') then
  895. d:Destroy()
  896. end
  897. end
  898. end
  899. end
  900. end
  901. end
  902. end)
  903. coru()
  904. end
  905. end
  906. end
  907.  
  908. mouse.KeyDown:connect(function(key)
  909. if key == "t" and mouse.Target then
  910. local hum = mouse.Target.Parent:FindFirstChildOfClass('Humanoid')
  911. if hum == nil then hum = mouse.Target.Parent.Parent:FindFirstChildOfClass('Humanoid') end
  912. if curpoint == nil then
  913. if hum and hum.Parent:FindFirstChild('Head') then
  914. curpart = hum.Parent.Head
  915. else
  916. curpart = nil
  917. curpoint = mouse.Hit.p
  918. end
  919. if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
  920. notify("ZOMBIE TARGET SET",false)
  921. else
  922. curpart = nil
  923. curpoint = nil
  924. if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
  925. notify("ZOMBIE TARGET REMOVED",false)
  926. end
  927. elseif key == "y" then
  928. for o,p in pairs(zombies) do
  929. local coru = coroutine.wrap(function()
  930. if p:FindFirstChild('Torso') then
  931. killz(p,"Head",nil,nil,false,false,false,true)
  932. else
  933. table.remove(zombies,o)
  934. end
  935. end)
  936. coru()
  937. wait()
  938. end
  939. for i,v in pairs(zombies) do
  940. table.remove(zombies,i)
  941. end
  942. if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
  943. notify("ZOMBIES TERMINATED",false)
  944. end
  945. end)
  946.  
  947. function nub()
  948. repeat wait() until player.Character and player.Character:FindFirstChild('Torso')
  949. local me = player.Character
  950. local point = me.HumanoidRootPart
  951. local playergui = player.PlayerGui
  952. local rightshoulderz = me.Torso["Right Shoulder"]:Clone()
  953. local leftshoulderz = me.Torso["Left Shoulder"]:Clone()
  954. local torsojoint = me.HumanoidRootPart["RootJoint"]:Clone()
  955. local lefthipz = me.Torso["Left Hip"]:Clone()
  956. local righthipz = me.Torso["Right Hip"]:Clone()
  957. local mode = "kill"
  958. local lerpz = false
  959. local active = false
  960. local acting = false
  961. local hit = false
  962. local canClick = true
  963. local stabbing = false
  964. local grabbing = false
  965. local finishing = false
  966. local kyssing = false
  967. local canbackgroundmusic = true
  968. local cancolorfilter = true
  969. local spinboolean = false
  970. local grabbed = nil
  971. local doing = false
  972. local rightshoulder = nil
  973. local leftshoulder = nil
  974. local headweld = nil
  975. local knifeparts = {}
  976. local usable = true
  977. finishnum = 1
  978.  
  979. function notify(msg,forever)
  980. local doit = coroutine.wrap(function()
  981. local gui = Instance.new('ScreenGui',playergui)
  982. gui.Name = "Notification"
  983. local frame = Instance.new('Frame',gui)
  984. frame.Position = UDim2.new(0,0,0,0)
  985. frame.Size = UDim2.new(1,0,0.2,0)
  986. frame.BackgroundTransparency = 1
  987. local txt = Instance.new('TextLabel',frame)
  988. txt.TextColor3 = Color3.new(255,255,255)
  989. txt.TextStrokeColor3 = Color3.new(0, 0, 0)
  990. txt.TextStrokeTransparency = 0
  991. txt.BackgroundTransparency = 1
  992. txt.Text = ""
  993. txt.Size = UDim2.new(1,0,0.3,0)
  994. txt.Position = UDim2.new(0,0,0.4,0)
  995. txt.TextScaled = true
  996. txt.Font = "Code"
  997. txt.TextXAlignment = "Center"
  998. local tap = Instance.new("Sound")
  999. tap.Parent = gui
  1000. tap.SoundId = "rbxassetid://147982968"
  1001. tap.TimePosition = 0.1
  1002. local str = msg
  1003. local len = string.len(str)
  1004. for i=1,len do
  1005. txt.Text = string.sub(str,1,i)
  1006. pitche = math.random(20, 40)/10
  1007. tap.PlaybackSpeed = pitche
  1008. tap:Play()
  1009. wait(0.01)
  1010. end
  1011. if forever == false then
  1012. wait(1)
  1013. while txt.TextTransparency < 1 do
  1014. txt.TextTransparency = txt.TextTransparency + 0.1
  1015. txt.TextStrokeTransparency = txt.TextStrokeTransparency + 0.1
  1016. wait(0.001)
  1017. end
  1018. gui:Destroy()
  1019. end
  1020. end)
  1021. doit()
  1022. end
  1023.  
  1024. wait(0.5)
  1025. notify("PRESS [Z] TO EQUIP KNIFE || Created by mustardfoot and Tollonis",true)
  1026. local laugh = Instance.new('Sound',me.Head)
  1027. laugh.SoundId = 'rbxassetid://378827985'
  1028. laugh.Name = "Psycho"
  1029. laugh.Volume = 5
  1030. -- 1 - bitch ass knife
  1031. local obj1 = Instance.new("Model")
  1032. obj1.Name = "bitch ass knife"
  1033. obj1.Parent = game.Workspace
  1034.  
  1035. -- 2 - Grab
  1036. local obj2 = Instance.new("Part")
  1037. obj2.CFrame = CFrame.new(Vector3.new(20.4525032, 6.14501333, -134.399979)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  1038. obj2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1039. obj2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1040. obj2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1041. obj2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1042. obj2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1043. obj2.Material = Enum.Material.Concrete
  1044. obj2.Size = Vector3.new(1, 0.25, 0.25)
  1045. obj2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1046. obj2.Anchored = true
  1047. obj2.BrickColor = BrickColor.new("Black")
  1048. obj2.Friction = 0.30000001192093
  1049. obj2.Shape = Enum.PartType.Cylinder
  1050. obj2.Name = "Grab"
  1051. obj2.Parent = obj1
  1052.  
  1053. -- 3 - handletopcap
  1054. local obj3 = Instance.new("Part")
  1055. obj3.CFrame = CFrame.new(Vector3.new(19.9725456, 6.14502859, -134.399933)) * CFrame.Angles(0, 1.5707963705063, 0)
  1056. obj3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1057. obj3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1058. obj3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1059. obj3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1060. obj3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1061. obj3.Material = Enum.Material.Concrete
  1062. obj3.Size = Vector3.new(0.349999994, 0.349999994, 0.349999994)
  1063. obj3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1064. obj3.Anchored = true
  1065. obj3.BrickColor = BrickColor.new("Black")
  1066. obj3.Friction = 0.30000001192093
  1067. obj3.Shape = Enum.PartType.Ball
  1068. obj3.Name = "handletopcap"
  1069. obj3.Parent = obj1
  1070.  
  1071. -- 4 - handlebottomcap
  1072. local obj4 = Instance.new("Part")
  1073. obj4.CFrame = CFrame.new(Vector3.new(20.9725285, 6.14502859, -134.399918)) * CFrame.Angles(0, 1.5707963705063, 0)
  1074. obj4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1075. obj4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1076. obj4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1077. obj4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1078. obj4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1079. obj4.Material = Enum.Material.Concrete
  1080. obj4.Size = Vector3.new(0.25, 0.25, 0.25)
  1081. obj4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1082. obj4.Anchored = true
  1083. obj4.BrickColor = BrickColor.new("Black")
  1084. obj4.Friction = 0.30000001192093
  1085. obj4.Shape = Enum.PartType.Ball
  1086. obj4.Name = "handlebottomcap"
  1087. obj4.Parent = obj1
  1088.  
  1089. -- 5 - handleguardmid
  1090. local obj5 = Instance.new("Part")
  1091. obj5.CFrame = CFrame.new(Vector3.new(19.9474983, 6.14502859, -134.399918)) * CFrame.Angles(0, 1.5707963705063, 0)
  1092. obj5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1093. obj5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1094. obj5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1095. obj5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1096. obj5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1097. obj5.Material = Enum.Material.Concrete
  1098. obj5.Size = Vector3.new(0.349999994, 0.349999994, 0.100000001)
  1099. obj5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1100. obj5.Anchored = true
  1101. obj5.BrickColor = BrickColor.new("Black")
  1102. obj5.Friction = 0.30000001192093
  1103. obj5.Shape = Enum.PartType.Block
  1104. obj5.Name = "handleguardmid"
  1105. obj5.Parent = obj1
  1106.  
  1107. -- 6 - handleguardcap1
  1108. local obj6 = Instance.new("Part")
  1109. obj6.CFrame = CFrame.new(Vector3.new(19.9474983, 6.32502794, -134.399918)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  1110. obj6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1111. obj6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1112. obj6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1113. obj6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1114. obj6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1115. obj6.Material = Enum.Material.Concrete
  1116. obj6.Size = Vector3.new(0.100000001, 0.349999994, 0.349999994)
  1117. obj6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1118. obj6.Anchored = true
  1119. obj6.BrickColor = BrickColor.new("Black")
  1120. obj6.Friction = 0.30000001192093
  1121. obj6.Shape = Enum.PartType.Cylinder
  1122. obj6.Name = "handleguardcap1"
  1123. obj6.Parent = obj1
  1124.  
  1125. -- 7 - handleguardcap2
  1126. local obj7 = Instance.new("Part")
  1127. obj7.CFrame = CFrame.new(Vector3.new(19.9474983, 5.97502899, -134.399918)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  1128. obj7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1129. obj7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1130. obj7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1131. obj7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1132. obj7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1133. obj7.Material = Enum.Material.Concrete
  1134. obj7.Size = Vector3.new(0.100000009, 0.349999994, 0.349999994)
  1135. obj7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1136. obj7.Anchored = true
  1137. obj7.BrickColor = BrickColor.new("Black")
  1138. obj7.Friction = 0.30000001192093
  1139. obj7.Shape = Enum.PartType.Cylinder
  1140. obj7.Name = "handleguardcap2"
  1141. obj7.Parent = obj1
  1142.  
  1143. -- 8 - big ass knife
  1144. local obj8 = Instance.new("Part")
  1145. obj8.CFrame = CFrame.new(Vector3.new(18.4375095, 6.14502859, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
  1146. obj8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1147. obj8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1148. obj8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1149. obj8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1150. obj8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1151. obj8.Material = Enum.Material.Metal
  1152. obj8.Size = Vector3.new(0.0500000007, 0.280000001, 0.839999795)
  1153. obj8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1154. obj8.Anchored = true
  1155. obj8.BrickColor = BrickColor.new("Lily white")
  1156. obj8.Friction = 0.30000001192093
  1157. obj8.Shape = Enum.PartType.Block
  1158. obj8.Name = "big ass knife"
  1159. obj8.Parent = obj1
  1160.  
  1161. -- 9 - Mesh
  1162. local obj9 = Instance.new("BlockMesh")
  1163. obj9.Scale = Vector3.new(0.5, 1, 1)
  1164. obj9.Parent = obj8
  1165.  
  1166. -- 10 - big ass knife
  1167. local obj10 = Instance.new("Part")
  1168. obj10.CFrame = CFrame.new(Vector3.new(19.7425137, 6.14502859, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
  1169. obj10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1170. obj10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1171. obj10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1172. obj10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1173. obj10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1174. obj10.Material = Enum.Material.Metal
  1175. obj10.Size = Vector3.new(0.0500000007, 0.280000001, 0.289999962)
  1176. obj10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1177. obj10.Anchored = true
  1178. obj10.BrickColor = BrickColor.new("Lily white")
  1179. obj10.Friction = 0.30000001192093
  1180. obj10.Shape = Enum.PartType.Block
  1181. obj10.Name = "big ass knife"
  1182. obj10.Parent = obj1
  1183. local knife = obj10
  1184.  
  1185. -- 11 - Mesh
  1186. local obj11 = Instance.new("BlockMesh")
  1187. obj11.Scale = Vector3.new(0.5, 1, 1)
  1188. obj11.Parent = obj10
  1189.  
  1190. -- 12 - big ass knife
  1191. local obj12 = Instance.new("Part")
  1192. obj12.CFrame = CFrame.new(Vector3.new(19.1075306, 6.08502865, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
  1193. obj12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1194. obj12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1195. obj12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1196. obj12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1197. obj12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1198. obj12.Material = Enum.Material.Metal
  1199. obj12.Size = Vector3.new(0.0500000007, 0.159999996, 0.979999959)
  1200. obj12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1201. obj12.Anchored = true
  1202. obj12.BrickColor = BrickColor.new("Lily white")
  1203. obj12.Friction = 0.30000001192093
  1204. obj12.Shape = Enum.PartType.Block
  1205. obj12.Name = "big ass knife"
  1206. obj12.Parent = obj1
  1207.  
  1208. -- 13 - Mesh
  1209. local obj13 = Instance.new("BlockMesh")
  1210. obj13.Scale = Vector3.new(0.5, 1, 1)
  1211. obj13.Parent = obj12
  1212.  
  1213. -- 14 - serration
  1214. local obj14 = Instance.new("WedgePart")
  1215. obj14.CFrame = CFrame.new(Vector3.new(19.4963322, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1216. obj14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1217. obj14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1218. obj14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1219. obj14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1220. obj14.Material = Enum.Material.Metal
  1221. obj14.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1222. obj14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1223. obj14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1224. obj14.Anchored = true
  1225. obj14.BrickColor = BrickColor.new("Lily white")
  1226. obj14.Friction = 0.30000001192093
  1227. obj14.Name = "serration"
  1228. obj14.Parent = obj1
  1229.  
  1230. -- 15 - Mesh
  1231. local obj15 = Instance.new("BlockMesh")
  1232. obj15.Scale = Vector3.new(0.5, 1, 1)
  1233. obj15.Parent = obj14
  1234.  
  1235. -- 16 - serration
  1236. local obj16 = Instance.new("WedgePart")
  1237. obj16.CFrame = CFrame.new(Vector3.new(19.2763138, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1238. obj16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1239. obj16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1240. obj16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1241. obj16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1242. obj16.Material = Enum.Material.Metal
  1243. obj16.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1244. obj16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1245. obj16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1246. obj16.Anchored = true
  1247. obj16.BrickColor = BrickColor.new("Lily white")
  1248. obj16.Friction = 0.30000001192093
  1249. obj16.Name = "serration"
  1250. obj16.Parent = obj1
  1251.  
  1252. -- 17 - Mesh
  1253. local obj17 = Instance.new("BlockMesh")
  1254. obj17.Scale = Vector3.new(0.5, 1, 1)
  1255. obj17.Parent = obj16
  1256.  
  1257. -- 18 - serration
  1258. local obj18 = Instance.new("WedgePart")
  1259. obj18.CFrame = CFrame.new(Vector3.new(19.3863068, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1260. obj18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1261. obj18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1262. obj18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1263. obj18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1264. obj18.Material = Enum.Material.Metal
  1265. obj18.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1266. obj18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1267. obj18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1268. obj18.Anchored = true
  1269. obj18.BrickColor = BrickColor.new("Lily white")
  1270. obj18.Friction = 0.30000001192093
  1271. obj18.Name = "serration"
  1272. obj18.Parent = obj1
  1273.  
  1274. -- 19 - Mesh
  1275. local obj19 = Instance.new("BlockMesh")
  1276. obj19.Scale = Vector3.new(0.5, 1, 1)
  1277. obj19.Parent = obj18
  1278.  
  1279. -- 20 - serration
  1280. local obj20 = Instance.new("WedgePart")
  1281. obj20.CFrame = CFrame.new(Vector3.new(19.5963173, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1282. obj20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1283. obj20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1284. obj20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1285. obj20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1286. obj20.Material = Enum.Material.Metal
  1287. obj20.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1288. obj20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1289. obj20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1290. obj20.Anchored = true
  1291. obj20.BrickColor = BrickColor.new("Lily white")
  1292. obj20.Friction = 0.30000001192093
  1293. obj20.Name = "serration"
  1294. obj20.Parent = obj1
  1295.  
  1296. -- 21 - Mesh
  1297. local obj21 = Instance.new("BlockMesh")
  1298. obj21.Scale = Vector3.new(0.5, 1, 1)
  1299. obj21.Parent = obj20
  1300.  
  1301. -- 22 - serration
  1302. local obj22 = Instance.new("WedgePart")
  1303. obj22.CFrame = CFrame.new(Vector3.new(19.1663074, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1304. obj22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1305. obj22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1306. obj22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1307. obj22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1308. obj22.Material = Enum.Material.Metal
  1309. obj22.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1310. obj22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1311. obj22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1312. obj22.Anchored = true
  1313. obj22.BrickColor = BrickColor.new("Lily white")
  1314. obj22.Friction = 0.30000001192093
  1315. obj22.Name = "serration"
  1316. obj22.Parent = obj1
  1317.  
  1318. -- 23 - Mesh
  1319. local obj23 = Instance.new("BlockMesh")
  1320. obj23.Scale = Vector3.new(0.5, 1, 1)
  1321. obj23.Parent = obj22
  1322.  
  1323. -- 24 - serration
  1324. local obj24 = Instance.new("WedgePart")
  1325. obj24.CFrame = CFrame.new(Vector3.new(18.9663048, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1326. obj24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1327. obj24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1328. obj24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1329. obj24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1330. obj24.Material = Enum.Material.Metal
  1331. obj24.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1332. obj24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1333. obj24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1334. obj24.Anchored = true
  1335. obj24.BrickColor = BrickColor.new("Lily white")
  1336. obj24.Friction = 0.30000001192093
  1337. obj24.Name = "serration"
  1338. obj24.Parent = obj1
  1339.  
  1340. -- 25 - Mesh
  1341. local obj25 = Instance.new("BlockMesh")
  1342. obj25.Scale = Vector3.new(0.5, 1, 1)
  1343. obj25.Parent = obj24
  1344.  
  1345. -- 26 - serration
  1346. local obj26 = Instance.new("WedgePart")
  1347. obj26.CFrame = CFrame.new(Vector3.new(18.8562984, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1348. obj26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1349. obj26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1350. obj26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1351. obj26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1352. obj26.Material = Enum.Material.Metal
  1353. obj26.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1354. obj26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1355. obj26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1356. obj26.Anchored = true
  1357. obj26.BrickColor = BrickColor.new("Lily white")
  1358. obj26.Friction = 0.30000001192093
  1359. obj26.Name = "serration"
  1360. obj26.Parent = obj1
  1361.  
  1362. -- 27 - Mesh
  1363. local obj27 = Instance.new("BlockMesh")
  1364. obj27.Scale = Vector3.new(0.5, 1, 1)
  1365. obj27.Parent = obj26
  1366.  
  1367. -- 28 - serration
  1368. local obj28 = Instance.new("WedgePart")
  1369. obj28.CFrame = CFrame.new(Vector3.new(19.0663071, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1370. obj28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1371. obj28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1372. obj28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1373. obj28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1374. obj28.Material = Enum.Material.Metal
  1375. obj28.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1376. obj28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1377. obj28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1378. obj28.Anchored = true
  1379. obj28.BrickColor = BrickColor.new("Lily white")
  1380. obj28.Friction = 0.30000001192093
  1381. obj28.Name = "serration"
  1382. obj28.Parent = obj1
  1383.  
  1384. -- 29 - Mesh
  1385. local obj29 = Instance.new("BlockMesh")
  1386. obj29.Scale = Vector3.new(0.5, 1, 1)
  1387. obj29.Parent = obj28
  1388.  
  1389. -- 30 - knifetip1
  1390. local obj30 = Instance.new("WedgePart")
  1391. obj30.CFrame = CFrame.new(Vector3.new(18.0163059, 6.14381599, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1392. obj30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1393. obj30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1394. obj30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1395. obj30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1396. obj30.Material = Enum.Material.Metal
  1397. obj30.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1398. obj30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1399. obj30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1400. obj30.Anchored = true
  1401. obj30.BrickColor = BrickColor.new("Lily white")
  1402. obj30.Friction = 0.30000001192093
  1403. obj30.Name = "knifetip1"
  1404. obj30.Parent = obj1
  1405.  
  1406. -- 31 - Mesh
  1407. local obj31 = Instance.new("BlockMesh")
  1408. obj31.Scale = Vector3.new(0.5, 1, 1)
  1409. obj31.Parent = obj30
  1410.  
  1411. -- 32 - redstuff
  1412. local obj32 = Instance.new("Part")
  1413. obj32.CFrame = CFrame.new(Vector3.new(19.9470005, 5.9749999, -134.399994)) * CFrame.Angles(-0, 0, -0)
  1414. obj32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1415. obj32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1416. obj32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1417. obj32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1418. obj32.Material = Enum.Material.SmoothPlastic
  1419. obj32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1420. obj32.Size = Vector3.new(0.0500000007, 0.360000014, 0.360000014)
  1421. obj32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1422. obj32.BrickColor = BrickColor.new("Institutional white")
  1423. obj32.Friction = 0.30000001192093
  1424. obj32.Shape = Enum.PartType.Cylinder
  1425. obj32.Name = "redstuff"
  1426. obj32.Anchored = true
  1427. obj32.Parent = obj1
  1428.  
  1429.  
  1430. -- 33 - redstuff
  1431. local obj33 = Instance.new("Part")
  1432. obj33.CFrame = CFrame.new(Vector3.new(18.9800053, 6.1400156, -134.404984)) * CFrame.Angles(-0, 0, -0)
  1433. obj33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1434. obj33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1435. obj33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1436. obj33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1437. obj33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1438. obj33.Material = Enum.Material.SmoothPlastic
  1439. obj33.Size = Vector3.new(1.81999993, 0.100000001, 0.0500000007)
  1440. obj33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1441. obj33.BrickColor = BrickColor.new("Institutional white")
  1442. obj33.Friction = 0.30000001192093
  1443. obj33.Shape = Enum.PartType.Block
  1444. obj33.Name = "redstuff"
  1445. obj33.Anchored = true
  1446. obj33.Parent = obj1
  1447.  
  1448. -- 34 - redstuff
  1449. local obj34 = Instance.new("Part")
  1450. obj34.CFrame = CFrame.new(Vector3.new(19.9470005, 6.32499981, -134.399994)) * CFrame.Angles(-0, 0, -0)
  1451. obj34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1452. obj34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1453. obj34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1454. obj34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1455. obj34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1456. obj34.Size = Vector3.new(0.0500000007, 0.360000014, 0.360000014)
  1457. obj34.Material = Enum.Material.SmoothPlastic
  1458. obj34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1459. obj34.BrickColor = BrickColor.new("Institutional white")
  1460. obj34.Friction = 0.30000001192093
  1461. obj34.Shape = Enum.PartType.Cylinder
  1462. obj34.Name = "redstuff"
  1463. obj34.Anchored = true
  1464. obj34.Parent = obj1
  1465.  
  1466. -- 35 - redstuff
  1467. local obj35 = Instance.new("Part")
  1468. obj35.CFrame = CFrame.new(Vector3.new(19.8830166, 6.14501476, -134.399963)) * CFrame.Angles(-0, 0, -0)
  1469. obj35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1470. obj35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1471. obj35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1472. obj35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1473. obj35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1474. obj35.Size = Vector3.new(0.0500000007, 0.319999993, 0.319999993)
  1475. obj35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1476. obj35.BrickColor = BrickColor.new("Institutional white")
  1477. obj35.Friction = 0.30000001192093
  1478. obj35.Shape = Enum.PartType.Cylinder
  1479. obj35.Material = Enum.Material.SmoothPlastic
  1480. obj35.Name = "redstuff"
  1481. obj35.Anchored = true
  1482. obj35.Parent = obj1
  1483.  
  1484. -- 36 - redstuff
  1485. local obj36 = Instance.new("Part")
  1486. obj36.CFrame = CFrame.new(Vector3.new(20.9430103, 6.14501476, -134.399963)) * CFrame.Angles(-0, 0, -0)
  1487. obj36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1488. obj36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1489. obj36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1490. obj36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1491. obj36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1492. obj36.Material = Enum.Material.SmoothPlastic
  1493. obj36.Size = Vector3.new(0.0500000007, 0.25999999, 0.25999999)
  1494. obj36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1495. obj36.BrickColor = BrickColor.new("Institutional white")
  1496. obj36.Friction = 0.30000001192093
  1497. obj36.Shape = Enum.PartType.Cylinder
  1498. obj36.Name = "redstuff"
  1499. obj36.Anchored = true
  1500. obj36.Parent = obj1
  1501.  
  1502. -- 37 - redstuff
  1503. local obj37 = Instance.new("WedgePart")
  1504. obj37.CFrame = CFrame.new(Vector3.new(18.066288, 6.14381599, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  1505. obj37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1506. obj37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1507. obj37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1508. obj37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1509. obj37.Material = Enum.Material.SmoothPlastic
  1510. obj37.Size = Vector3.new(0.0500000007, 0.0700000003, 0.0700000003)
  1511. obj37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1512. obj37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1513. obj37.Anchored = true
  1514. obj37.BrickColor = BrickColor.new("Institutional white")
  1515. obj37.Friction = 0.30000001192093
  1516. obj37.Name = "redstuff"
  1517. obj37.Anchored = true
  1518. obj37.Parent = obj1
  1519.  
  1520. -- 38 - redstuff
  1521. local obj38 = Instance.new("Part")
  1522. obj38.CFrame = CFrame.new(Vector3.new(20.1230125, 6.14501476, -134.399979)) * CFrame.Angles(-0, 0, -0)
  1523. obj38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1524. obj38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1525. obj38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1526. obj38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1527. obj38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1528. obj38.Material = Enum.Material.SmoothPlastic
  1529. obj38.Size = Vector3.new(0.0500000007, 0.25999999, 0.25999999)
  1530. obj38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1531. obj38.BrickColor = BrickColor.new("Institutional white")
  1532. obj38.Friction = 0.30000001192093
  1533. obj38.Shape = Enum.PartType.Cylinder
  1534. obj38.Name = "redstuff"
  1535. obj38.Anchored = true
  1536. obj38.Parent = obj1
  1537.  
  1538. local function recurse(objnum)
  1539. table.insert(knifeparts,{objnum,objnum.Parent})
  1540. for i,v in pairs(objnum:GetChildren()) do
  1541. recurse(v)
  1542. end
  1543. end
  1544.  
  1545. recurse(obj1)
  1546.  
  1547. local audio = Instance.new('Sound',knife)
  1548. audio.Volume = 2
  1549.  
  1550. local audio2 = Instance.new('Sound',knife)
  1551. audio2.Volume = 2
  1552.  
  1553. local holdpart = Instance.new("Part")
  1554. holdpart.Parent = me
  1555. holdpart.Size = Vector3.new(0.4, 0.4, 0.2)
  1556. holdpart.Position = me.Head.Position + Vector3.new(0, 1, 0)
  1557. holdpart.BrickColor = BrickColor.new("Burnt Sienna")
  1558.  
  1559. local previous = nil
  1560. for i,v in pairs(obj1:GetChildren()) do
  1561. if v:IsA('BasePart') then
  1562. if previous then
  1563. local weld = Instance.new('Weld',v)
  1564. weld.Part0 = v
  1565. weld.Part1 = previous
  1566. weld.C0 = v.CFrame:inverse() * previous.CFrame
  1567. previous.Anchored = false
  1568. previous.CanCollide = false
  1569. local vee = v
  1570. weld.AncestryChanged:connect(function(mez,par)
  1571. wait()
  1572. weld.Parent = vee
  1573. end)
  1574. end
  1575. previous = v
  1576. end
  1577. end
  1578. previous.Anchored = false
  1579. previous.CanCollide = false
  1580.  
  1581. local holdpartweld = Instance.new("Weld", me.Torso)
  1582. holdpartweld.Part0 = me.Torso
  1583. holdpartweld.Part1 = holdpart
  1584. holdpartweld.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-1, -0.8, 0.15)
  1585.  
  1586. holdpartweld.AncestryChanged:connect(function(mez,par)
  1587. if par ~= me.Torso then
  1588. wait()
  1589. holdpartweld.Parent = me.Torso
  1590. end
  1591. end)
  1592.  
  1593. local knifeweld = Instance.new('Weld',me.Torso)
  1594. knifeweld.Part0 = me.Torso
  1595. knifeweld.Part1 = obj2
  1596. knifeweld.C1 = CFrame.Angles(0,math.rad(90),0) * CFrame.new(1, 0.8, 0.55)
  1597. knifeweld.AncestryChanged:connect(function(mez,par)
  1598. if par ~= me.Torso then
  1599. wait()
  1600. knifeweld.Parent = me.Torso
  1601. end
  1602. end)
  1603. local ScreenGui = Instance.new("ScreenGui")
  1604. local CustomizeGui = Instance.new("Frame")
  1605. local Customize = Instance.new("TextLabel")
  1606. local ClosestColor = Instance.new("TextLabel")
  1607. local Line = Instance.new("TextLabel")
  1608. local Color = Instance.new("ImageLabel")
  1609. local Close = Instance.new("TextButton")
  1610. local RedHue = Instance.new("TextLabel")
  1611. local GreenHue = Instance.new("TextLabel")
  1612. local RedInput = Instance.new("TextBox")
  1613. local BlueHue = Instance.new("TextLabel")
  1614. local GreenInput = Instance.new("TextBox")
  1615. local TransInput = Instance.new("TextBox")
  1616. local BlueInput = Instance.new("TextBox")
  1617. local Message = Instance.new("TextLabel")
  1618. local Message2 = Instance.new("TextLabel")
  1619. local TrailTransparency = Instance.new("TextLabel")
  1620. local TrailInput = Instance.new("TextBox")
  1621. local MusicOption = Instance.new("TextButton")
  1622. local ScreenOption = Instance.new("TextButton")
  1623. local ScreenOptionTxt = Instance.new("TextLabel")
  1624. local MusicOptionTxt = Instance.new("TextLabel")
  1625.  
  1626. -- Properties
  1627.  
  1628. ScreenGui.Parent = playergui
  1629.  
  1630. CustomizeGui.Name = "CustomizeGui"
  1631. CustomizeGui.Parent = ScreenGui
  1632. CustomizeGui.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  1633. CustomizeGui.BackgroundTransparency = 0.5
  1634. CustomizeGui.BorderColor3 = Color3.new(0, 0, 0)
  1635. CustomizeGui.BorderSizePixel = 2
  1636. CustomizeGui.Position = UDim2.new(0, 0, 0.5, 0)
  1637. CustomizeGui.Size = UDim2.new(0.449999988, 0, 0.449999988, 0)
  1638.  
  1639. Customize.Name = "Customize"
  1640. Customize.Parent = CustomizeGui
  1641. Customize.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  1642. Customize.BackgroundTransparency = 0.75
  1643. Customize.BorderSizePixel = 0
  1644. Customize.Size = UDim2.new(1, 0, 0.200000003, 0)
  1645. Customize.FontSize = Enum.FontSize.Size28
  1646. Customize.Text = "ACCENT COLOR CUSTOMIZATION"
  1647. Customize.TextColor3 = Color3.new(1, 1, 1)
  1648. Customize.TextScaled = true
  1649. Customize.TextSize = 25
  1650. Customize.TextStrokeTransparency = 0.5
  1651. Customize.TextWrapped = true
  1652.  
  1653. ClosestColor.Name = "ClosestColor"
  1654. ClosestColor.Parent = CustomizeGui
  1655. ClosestColor.BackgroundColor3 = Color3.new(1, 1, 1)
  1656. ClosestColor.BackgroundTransparency = 1
  1657. ClosestColor.Position = UDim2.new(0, 0, 0.850000024, 0)
  1658. ClosestColor.Size = UDim2.new(1, 0, 0.150000006, 0)
  1659. ClosestColor.Font = Enum.Font.SourceSansLight
  1660. ClosestColor.FontSize = Enum.FontSize.Size32
  1661. ClosestColor.Text = "Your color is closest to Institutional White"
  1662. ClosestColor.TextColor3 = Color3.new(1, 1, 1)
  1663. ClosestColor.TextSize = 30
  1664. ClosestColor.TextStrokeTransparency = 0.5
  1665.  
  1666. Line.Name = "Line"
  1667. Line.Parent = CustomizeGui
  1668. Line.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1669. Line.BackgroundTransparency = 0.5
  1670. Line.BorderColor3 = Color3.new(0, 0, 0)
  1671. Line.BorderSizePixel = 0
  1672. Line.Position = UDim2.new(0, 0, 0.200000003, 0)
  1673. Line.Size = UDim2.new(1, 0, 0.0299999993, 0)
  1674. Line.Font = Enum.Font.SourceSans
  1675. Line.FontSize = Enum.FontSize.Size14
  1676. Line.Text = " "
  1677. Line.TextSize = 14
  1678.  
  1679. Color.Name = "Color"
  1680. Color.Parent = CustomizeGui
  1681. Color.BackgroundColor3 = Color3.new(1, 1, 1)
  1682. Color.BorderSizePixel = 0
  1683. Color.Position = UDim2.new(0.699999988, 0, 0.419999987, 0)
  1684. Color.Size = UDim2.new(0.300000012, 0, 0.300000012, 0)
  1685. Color.SizeConstraint = Enum.SizeConstraint.RelativeYY
  1686.  
  1687. MusicOption.Parent = CustomizeGui
  1688. MusicOption.Name = "MusicOption"
  1689. MusicOption.BackgroundColor3 = Color3.new(0, 1, 0)
  1690. MusicOption.BorderSizePixel = 1
  1691. MusicOption.Position = UDim2.new(0.01, 0, -0.12, 0)
  1692. MusicOption.Size = UDim2.new(0.05, 0, 0.1, 0)
  1693. MusicOption.Text = ""
  1694. MusicOption.BackgroundTransparency = 0.5
  1695.  
  1696. ScreenOption.Parent = CustomizeGui
  1697. ScreenOption.Name = "ScreenOption"
  1698. ScreenOption.BackgroundColor3 = Color3.new(0, 1, 0)
  1699. ScreenOption.BorderSizePixel = 1
  1700. ScreenOption.Position = UDim2.new(0.01, 0, -0.23, 0)
  1701. ScreenOption.Size = UDim2.new(0.05, 0, 0.1, 0)
  1702. ScreenOption.Text = ""
  1703. ScreenOption.BackgroundTransparency = 0.5
  1704.  
  1705. ScreenOptionTxt.Name = "ScreenOptionTxt"
  1706. ScreenOptionTxt.Parent = CustomizeGui
  1707. ScreenOptionTxt.BackgroundColor3 = Color3.new(1, 1, 1)
  1708. ScreenOptionTxt.BackgroundTransparency = 1
  1709. ScreenOptionTxt.Position = UDim2.new(0.07, 0, -0.23, 0)
  1710. ScreenOptionTxt.Size = UDim2.new(1, 0, 0.07, 0)
  1711. ScreenOptionTxt.Font = Enum.Font.SourceSans
  1712. ScreenOptionTxt.FontSize = Enum.FontSize.Size24
  1713. ScreenOptionTxt.Text = "Psychopath Red Filter"
  1714. ScreenOptionTxt.TextColor3 = Color3.new(1, 1, 1)
  1715. ScreenOptionTxt.TextScaled = true
  1716. ScreenOptionTxt.TextSize = 20
  1717. ScreenOptionTxt.TextStrokeColor3 = Color3.new(0, 0, 0)
  1718. ScreenOptionTxt.TextStrokeTransparency = 0.5
  1719. ScreenOptionTxt.TextWrapped = true
  1720. ScreenOptionTxt.TextXAlignment = "Left"
  1721.  
  1722. MusicOptionTxt.Name = "MusicOptionTxt"
  1723. MusicOptionTxt.Parent = CustomizeGui
  1724. MusicOptionTxt.BackgroundColor3 = Color3.new(1, 1, 1)
  1725. MusicOptionTxt.BackgroundTransparency = 1
  1726. MusicOptionTxt.Position = UDim2.new(0.07, 0, -0.12, 0)
  1727. MusicOptionTxt.Size = UDim2.new(1, 0, 0.07, 0)
  1728. MusicOptionTxt.Font = Enum.Font.SourceSans
  1729. MusicOptionTxt.FontSize = Enum.FontSize.Size24
  1730. MusicOptionTxt.Text = "Psychopath Background Music"
  1731. MusicOptionTxt.TextColor3 = Color3.new(1, 1, 1)
  1732. MusicOptionTxt.TextScaled = true
  1733. MusicOptionTxt.TextSize = 20
  1734. MusicOptionTxt.TextStrokeColor3 = Color3.new(0, 0, 0)
  1735. MusicOptionTxt.TextStrokeTransparency = 0.5
  1736. MusicOptionTxt.TextWrapped = true
  1737. MusicOptionTxt.TextXAlignment = "Left"
  1738.  
  1739. Close.Name = "Close"
  1740. Close.Parent = CustomizeGui
  1741. Close.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  1742. Close.BackgroundTransparency = 0.5
  1743. Close.BorderColor3 = Color3.new(0, 0, 0)
  1744. Close.BorderSizePixel = 2
  1745. Close.Position = UDim2.new(1.005, 0, 0, 0)
  1746. Close.Size = UDim2.new(0.100000001, 0, 0.2, 0)
  1747. Close.Font = Enum.Font.SourceSans
  1748. Close.FontSize = Enum.FontSize.Size14
  1749. Close.Text = "X"
  1750. Close.TextColor3 = Color3.new(1, 1, 1)
  1751. Close.TextScaled = true
  1752. Close.TextSize = 14
  1753. Close.TextStrokeTransparency = 0
  1754. Close.TextWrapped = true
  1755.  
  1756. RedHue.Name = "RedHue"
  1757. RedHue.Parent = CustomizeGui
  1758. RedHue.BackgroundColor3 = Color3.new(1, 1, 1)
  1759. RedHue.BackgroundTransparency = 1
  1760. RedHue.Position = UDim2.new(0.100000001, 0, 0.400000006, 0)
  1761. RedHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  1762. RedHue.Font = Enum.Font.SourceSans
  1763. RedHue.FontSize = Enum.FontSize.Size24
  1764. RedHue.Text = "RED Hue Value: "
  1765. RedHue.TextColor3 = Color3.new(1, 1, 1)
  1766. RedHue.TextScaled = true
  1767. RedHue.TextSize = 20
  1768. RedHue.TextStrokeColor3 = Color3.new(1, 0, 0)
  1769. RedHue.TextStrokeTransparency = 0.75
  1770. RedHue.TextWrapped = true
  1771.  
  1772. GreenHue.Name = "GreenHue"
  1773. GreenHue.Parent = CustomizeGui
  1774. GreenHue.BackgroundColor3 = Color3.new(1, 1, 1)
  1775. GreenHue.BackgroundTransparency = 1
  1776. GreenHue.Position = UDim2.new(0.100000001, 0, 0.5, 0)
  1777. GreenHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  1778. GreenHue.Font = Enum.Font.SourceSans
  1779. GreenHue.FontSize = Enum.FontSize.Size24
  1780. GreenHue.Text = "GREEN Hue Value:"
  1781. GreenHue.TextColor3 = Color3.new(1, 1, 1)
  1782. GreenHue.TextScaled = true
  1783. GreenHue.TextSize = 20
  1784. GreenHue.TextStrokeColor3 = Color3.new(0, 1, 0)
  1785. GreenHue.TextStrokeTransparency = 0.75
  1786. GreenHue.TextWrapped = true
  1787.  
  1788. RedInput.Name = "RedInput"
  1789. RedInput.Parent = CustomizeGui
  1790. RedInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1791. RedInput.BackgroundTransparency = 0.5
  1792. RedInput.BorderSizePixel = 0
  1793. RedInput.Position = UDim2.new(0.419999987, 0, 0.425000007, 0)
  1794. RedInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  1795. RedInput.Font = Enum.Font.SourceSans
  1796. RedInput.FontSize = Enum.FontSize.Size14
  1797. RedInput.Text = "255"
  1798. RedInput.TextColor3 = Color3.new(1, 1, 1)
  1799. RedInput.TextSize = 14
  1800. RedInput.TextStrokeTransparency = 0
  1801.  
  1802. BlueHue.Name = "BlueHue"
  1803. BlueHue.Parent = CustomizeGui
  1804. BlueHue.BackgroundColor3 = Color3.new(1, 1, 1)
  1805. BlueHue.BackgroundTransparency = 1
  1806. BlueHue.Position = UDim2.new(0.100000001, 0, 0.600000024, 0)
  1807. BlueHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  1808. BlueHue.Font = Enum.Font.SourceSans
  1809. BlueHue.FontSize = Enum.FontSize.Size24
  1810. BlueHue.Text = "BLUE Hue Value:"
  1811. BlueHue.TextColor3 = Color3.new(1, 1, 1)
  1812. BlueHue.TextScaled = true
  1813. BlueHue.TextSize = 20
  1814. BlueHue.TextStrokeColor3 = Color3.new(0, 0, 1)
  1815. BlueHue.TextStrokeTransparency = 0.75
  1816. BlueHue.TextWrapped = true
  1817.  
  1818. TrailTransparency.Name = "TrailTransparency"
  1819. TrailTransparency.Parent = CustomizeGui
  1820. TrailTransparency.BackgroundColor3 = Color3.new(1, 1, 1)
  1821. TrailTransparency.BackgroundTransparency = 1
  1822. TrailTransparency.Position = UDim2.new(0.090000001, 0, 0.700000024, 0)
  1823. TrailTransparency.Size = UDim2.new(0.310000012, 0, 0.100000001, 0)
  1824. TrailTransparency.Font = Enum.Font.SourceSans
  1825. TrailTransparency.FontSize = Enum.FontSize.Size24
  1826. TrailTransparency.Text = "Trail Transparency:"
  1827. TrailTransparency.TextColor3 = Color3.new(1, 1, 1)
  1828. TrailTransparency.TextScaled = true
  1829. TrailTransparency.TextSize = 20
  1830. TrailTransparency.TextStrokeColor3 = Color3.new(0, 0, 0)
  1831. TrailTransparency.TextWrapped = true
  1832.  
  1833. GreenInput.Name = "GreenInput"
  1834. GreenInput.Parent = CustomizeGui
  1835. GreenInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1836. GreenInput.BackgroundTransparency = 0.5
  1837. GreenInput.BorderSizePixel = 0
  1838. GreenInput.Position = UDim2.new(0.419999987, 0, 0.524999976, 0)
  1839. GreenInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  1840. GreenInput.Font = Enum.Font.SourceSans
  1841. GreenInput.FontSize = Enum.FontSize.Size14
  1842. GreenInput.Text = "255"
  1843. GreenInput.TextColor3 = Color3.new(1, 1, 1)
  1844. GreenInput.TextSize = 14
  1845. GreenInput.TextStrokeTransparency = 0
  1846.  
  1847. TransInput.Name = "TransInput"
  1848. TransInput.Parent = CustomizeGui
  1849. TransInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1850. TransInput.BackgroundTransparency = 0.5
  1851. TransInput.BorderSizePixel = 0
  1852. TransInput.Position = UDim2.new(0.419999987, 0, 0.725000024, 0)
  1853. TransInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  1854. TransInput.Font = Enum.Font.SourceSans
  1855. TransInput.FontSize = Enum.FontSize.Size14
  1856. TransInput.Text = "50"
  1857. TransInput.TextColor3 = Color3.new(1, 1, 1)
  1858. TransInput.TextSize = 14
  1859. TransInput.TextStrokeTransparency = 0
  1860.  
  1861. BlueInput.Name = "BlueInput"
  1862. BlueInput.Parent = CustomizeGui
  1863. BlueInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1864. BlueInput.BackgroundTransparency = 0.5
  1865. BlueInput.BorderSizePixel = 0
  1866. BlueInput.Position = UDim2.new(0.419999987, 0, 0.625, 0)
  1867. BlueInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  1868. BlueInput.Font = Enum.Font.SourceSans
  1869. BlueInput.FontSize = Enum.FontSize.Size14
  1870. BlueInput.Text = "255"
  1871. BlueInput.TextColor3 = Color3.new(1, 1, 1)
  1872. BlueInput.TextSize = 14
  1873. BlueInput.TextStrokeTransparency = 0
  1874.  
  1875. Message.Name = "Message"
  1876. Message.Parent = CustomizeGui
  1877. Message.BackgroundColor3 = Color3.new(1, 1, 1)
  1878. Message.BackgroundTransparency = 1
  1879. Message.Position = UDim2.new(0, 0, 0.2500004, 0)
  1880. Message.Size = UDim2.new(1, 0, 0.100000006, 0)
  1881. Message.Font = Enum.Font.SourceSans
  1882. Message.FontSize = Enum.FontSize.Size18
  1883. Message.Text = "|| Inputs must be values ||"
  1884. Message.TextColor3 = Color3.new(1, 1, 1)
  1885. Message.TextScaled = true
  1886. Message.TextSize = 15
  1887. Message.TextStrokeTransparency = 0.75
  1888. Message.TextWrapped = true
  1889.  
  1890. local attun = Instance.new("Attachment", knife)
  1891. attun.Position = Vector3.new(0, 0.1, -1.75)
  1892. local atdos = Instance.new("Attachment", knife)
  1893. atdos.Position = Vector3.new(0, -0.1, 0.5)
  1894. local trail = Instance.new("Trail", knife)
  1895. trail.LightEmission = 0.5
  1896. trail.Attachment0 = attun
  1897. trail.Attachment1 = atdos
  1898. trail.Lifetime = 0.175
  1899. trail.MinLength = 0
  1900. trail.Enabled = false
  1901.  
  1902. function updatez()
  1903. local rc = tonumber(RedInput.Text)
  1904. local gc = tonumber(GreenInput.Text)
  1905. local bc = tonumber(BlueInput.Text)
  1906. local tcupd = tonumber(TransInput.Text)
  1907. if rc == nil then
  1908. rc = 0
  1909. end
  1910. if gc == nil then
  1911. gc = 0
  1912. end
  1913. if bc == nil then
  1914. bc = 0
  1915. end
  1916. if tcupd == nil then
  1917. tcupd = 0
  1918. end
  1919. local tc = tcupd/100
  1920. Color.BackgroundColor3 = Color3.fromRGB(rc,gc,bc)
  1921. ClosestColor.Text = "Your color is closest to "..tostring(BrickColor.new(Color3.fromRGB(rc,gc,bc)))
  1922. obj32.Color = Color3.fromRGB(rc,gc,bc)
  1923. obj33.Color = Color3.fromRGB(rc,gc,bc)
  1924. obj34.Color = Color3.fromRGB(rc,gc,bc)
  1925. obj35.Color = Color3.fromRGB(rc,gc,bc)
  1926. obj36.Color = Color3.fromRGB(rc,gc,bc)
  1927. obj37.Color = Color3.fromRGB(rc,gc,bc)
  1928. obj38.Color = Color3.fromRGB(rc,gc,bc)
  1929. trail.Color = ColorSequence.new(Color3.fromRGB(rc, gc, bc))
  1930. trail.Transparency = NumberSequence.new(tc)
  1931. TrailTransparency.TextStrokeTransparency = tc
  1932. end
  1933.  
  1934. RedInput.Changed:connect(function(val)
  1935. if val == "Text" and tonumber(RedInput.Text) then
  1936. RedInput.Text = tostring(tonumber(RedInput.Text))
  1937. if tonumber(RedInput.Text) > 255 then
  1938. RedInput.Text = '255'
  1939. end
  1940. elseif val == "Text" then
  1941. RedInput.Text = ""
  1942. end
  1943. updatez()
  1944. end)
  1945. GreenInput.Changed:connect(function(val)
  1946. if val == "Text" and tonumber(GreenInput.Text) then
  1947. GreenInput.Text = tostring(tonumber(GreenInput.Text))
  1948. if tonumber(GreenInput.Text) > 255 then
  1949. GreenInput.Text = '255'
  1950. end
  1951. elseif val == "Text" then
  1952. GreenInput.Text = ""
  1953. end
  1954. updatez()
  1955. end)
  1956. BlueInput.Changed:connect(function(val)
  1957. if val == "Text" and tonumber(BlueInput.Text) then
  1958. BlueInput.Text = tostring(tonumber(BlueInput.Text))
  1959. if tonumber(BlueInput.Text) > 255 then
  1960. BlueInput.Text = '255'
  1961. end
  1962. elseif val == "Text" then
  1963. BlueInput.Text = ""
  1964. end
  1965. updatez()
  1966. end)
  1967. TransInput.Changed:connect(function(val)
  1968. if val == "Text" and tonumber(TransInput.Text) then
  1969. TransInput.Text = tostring(tonumber(TransInput.Text))
  1970. if tonumber(TransInput.Text) > 100 then
  1971. TransInput.Text = '100'
  1972. end
  1973. elseif val == "Text" then
  1974. TransInput.Text = ""
  1975. end
  1976. updatez()
  1977. end)
  1978.  
  1979. Close.MouseButton1Click:connect(function()
  1980. if lerpz == false then
  1981. lerpz = true
  1982. if Close.Text ~= "+" then
  1983. CustomizeGui:TweenPosition(UDim2.new(-0.45,0,0.5,0,Enum.EasingDirection.Out,Enum.EasingStyle.Quint,2))
  1984. for i=1,10 do
  1985. Close.TextTransparency = i/10
  1986. Close.TextStrokeTransparency = i/10
  1987. wait(0.01)
  1988. end
  1989. Close.Text = "+"
  1990. for i=1,10 do
  1991. Close.TextTransparency = (10-i+1)/10
  1992. Close.TextStrokeTransparency = (10-i+1)/10
  1993. wait(0.01)
  1994. end
  1995. lerpz = false
  1996. else
  1997. CustomizeGui:TweenPosition(UDim2.new(0,0,0.5,0,Enum.EasingDirection.Out,Enum.EasingStyle.Quint,2))
  1998. for i=1,10 do
  1999. Close.TextTransparency = i/10
  2000. Close.TextStrokeTransparency = i/10
  2001. wait(0.01)
  2002. end
  2003. Close.Text = "X"
  2004. for i=1,10 do
  2005. Close.TextTransparency = (10-i+1)/10
  2006. Close.TextStrokeTransparency = (10-i+1)/10
  2007. wait(0.01)
  2008. end
  2009. lerpz = false
  2010. end
  2011. end
  2012. end)
  2013.  
  2014. MusicOption.MouseButton1Click:connect(function()
  2015. if canbackgroundmusic == true then
  2016. canbackgroundmusic = false
  2017. MusicOption.BackgroundColor3 = Color3.new(1, 0, 0)
  2018. else
  2019. canbackgroundmusic = true
  2020. MusicOption.BackgroundColor3 = Color3.new(0, 1, 0)
  2021. end
  2022. end)
  2023.  
  2024. ScreenOption.MouseButton1Click:connect(function()
  2025. if cancolorfilter == true then
  2026. cancolorfilter = false
  2027. ScreenOption.BackgroundColor3 = Color3.new(1, 0, 0)
  2028. else
  2029. cancolorfilter = true
  2030. ScreenOption.BackgroundColor3 = Color3.new(0, 1, 0)
  2031. end
  2032. end)
  2033.  
  2034. function equip()
  2035. local doit = coroutine.wrap(function()
  2036. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') then
  2037. acting = true
  2038. local arm = me["Right Arm"]
  2039. local arm2 = me["Left Arm"]
  2040. local tors = me.Torso
  2041. local weld = Instance.new('Weld',arm)
  2042. weld.Part0 = arm
  2043. weld.Part1 = tors
  2044. weld.C0 = CFrame.new(-1.5,0,0)
  2045. local weld2 = Instance.new("Weld", arm2)
  2046. weld2.Part0 = arm2
  2047. weld2.Part1 = tors
  2048. weld2.C0 = CFrame.new(1.5, 0, 0)
  2049. wait(0.001)
  2050. for i = 0,1,0.1 do
  2051. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  2052. weld.C0 = weld.C0:lerp(CFrame.new(-0.2,0.2,-0.5)*CFrame.Angles(0,-3.1,0.9),i)
  2053. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0.6, 0) * CFrame.Angles(0,0,0.5),i)
  2054. wait(0.001)
  2055. end
  2056. wait(0.15)
  2057. trail.Enabled = true
  2058. for i = 0,1,0.1 do
  2059. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  2060. weld.C0 = weld.C0:lerp(CFrame.new(-0.5,2,0)*CFrame.Angles(0,0,-1.55),i)
  2061. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0, 0), i)
  2062. wait(0.001)
  2063. end
  2064. trail.Enabled = false
  2065. wait(0.2)
  2066. for i = 0,1,0.1 do
  2067. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  2068. weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0,0),i)
  2069. wait(0.001)
  2070. end
  2071. weld:Destroy()
  2072. weld2:Remove()
  2073. if tors ~= nil then
  2074. rightshoulderz:Clone().Parent = me.Torso
  2075. leftshoulderz:Clone().Parent = me.Torso
  2076. end
  2077. end
  2078. acting = false
  2079. end)
  2080. doit()
  2081. end
  2082.  
  2083. function kysnigga()
  2084. if kyssing == true then return end
  2085. kyssing = true
  2086. acting = true
  2087. decearingTHING = math.random(1, 100)
  2088. if decearingTHING == 4 then
  2089. decearingEGG = Instance.new("Sound", me.Torso)
  2090. decearingEGG.SoundId = "rbxassetid://138084557"
  2091. decearingEGG.PlaybackSpeed = math.random(10, 12) / 10
  2092. decearingEGG.TimePosition = 0.2
  2093. decearingEGG:Play()
  2094. end
  2095. me.Humanoid.WalkSpeed = 0
  2096. me.Humanoid.JumpPower = 0
  2097.  
  2098. local rightarm = Instance.new("Weld", me.Torso)
  2099. rightarm.Part0 = me.Torso
  2100. rightarm.Part1 = me["Right Arm"]
  2101. rightarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
  2102.  
  2103. local leftarm = Instance.new("Weld", me.Torso)
  2104. leftarm.Part0 = me.Torso
  2105. leftarm.Part1 = me["Left Arm"]
  2106. leftarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-1.5, 0, 0)
  2107.  
  2108. local tors = Instance.new("Weld", me.HumanoidRootPart)
  2109. tors.Part0 = me.HumanoidRootPart
  2110. tors.Part1 = me.Torso
  2111. tors.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 0)
  2112.  
  2113. local rightleg = Instance.new("Weld", me.Torso)
  2114. rightleg.Part0 = me.Torso
  2115. rightleg.Part1 = me["Right Leg"]
  2116. rightleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0.5, -2, 0)
  2117.  
  2118. local leftleg = Instance.new("Weld", me.Torso)
  2119. leftleg.Part0 = me.Torso
  2120. leftleg.Part1 = me["Left Leg"]
  2121. leftleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-0.5, -2, 0)
  2122.  
  2123. for i = 0, 1, 0.03 do
  2124. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-10), 0, 0), i)
  2125. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-80), 0, 0), i)
  2126. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-80), 0, 0), i)
  2127. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), i)
  2128. wait()
  2129. end
  2130. for i = 0, 1, 0.03 do
  2131. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(5), 0, 0), i)
  2132. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, 0.15) * CFrame.Angles(math.rad(-95), 0, 0), i)
  2133. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, 0.15) * CFrame.Angles(math.rad(-95), 0, 0), i)
  2134. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0.3, -1.5) * CFrame.Angles(math.rad(90), 0, math.rad(-35)), i)
  2135. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0.3, -1.5) * CFrame.Angles(math.rad(90), 0, math.rad(35)), i)
  2136. knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
  2137. wait()
  2138. end
  2139. local bleedzer = Instance.new('Part',me.Torso)
  2140. bleedzer.CFrame = me.Torso.CFrame
  2141. bleedzer.Size = Vector3.new(0.1,0.1,0.1)
  2142. bleedzer.Transparency = 1
  2143. bleedzer.CanCollide = false
  2144. local weld = Instance.new('Weld',bleedzer)
  2145. weld.Part0 = bleedzer
  2146. weld.Part1 = me.Torso
  2147. weld.C0= CFrame.new(0,0,0)*CFrame.Angles(math.rad(-90),0,0)
  2148. local woodpekker = coroutine.wrap(function()
  2149. bleed(bleedzer)
  2150. end)
  2151. woodpekker()
  2152. audio.SoundId = "rbxassetid://199977936"
  2153. audio.PlaybackSpeed = 1.5
  2154. audio:Play()
  2155. audio2.SoundId = "rbxassetid://220834019"
  2156. audio2.PlaybackSpeed = 1
  2157. audio2.TimePosition = 0.1
  2158. audio2:Play()
  2159. for i = 0, 1, 0.1 do
  2160. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
  2161. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  2162. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  2163. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0, 0) * CFrame.Angles(math.rad(70), 0, math.rad(-35)), i)
  2164. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0, 0) * CFrame.Angles(math.rad(70), 0, math.rad(35)), i)
  2165. knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
  2166. wait()
  2167. end
  2168. wait(1)
  2169. audio.SoundId = "rbxassetid://210943487"
  2170. audio.TimePosition = 0.2
  2171. audio.PlaybackSpeed = 0.75
  2172. audio:Play()
  2173. for i = 0, 1, 0.03 do
  2174. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
  2175. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  2176. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  2177. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0.3, -1.5) * CFrame.Angles(math.rad(70), 0, math.rad(-35)), i)
  2178. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0.3, -1.5) * CFrame.Angles(math.rad(70), 0, math.rad(35)), i)
  2179. knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
  2180. wait()
  2181. end
  2182. for i = 0, 1, 0.03 do
  2183. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, -0.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), i)
  2184. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1.5, 0, -0.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), i)
  2185. knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0), i)
  2186. wait()
  2187. end
  2188. wait(0.24)
  2189. if me:FindFirstChildOfClass('Humanoid') then
  2190. me:FindFirstChildOfClass('Humanoid').Health = 0
  2191. end
  2192. wait(0.01)
  2193. killz(me,me.Torso.Name,nil,nil,true)
  2194.  
  2195. tors:Remove()
  2196. rightarm:Remove()
  2197. rightleg:Remove()
  2198. leftleg:Remove()
  2199. leftarm:Remove()
  2200. rightshoulderz:Clone().Parent = me.Torso
  2201. leftshoulderz:Clone().Parent = me.Torso
  2202. torsojoint:Clone().Parent = me.HumanoidRootPart
  2203. lefthipz:Clone().Parent = me.Torso
  2204. righthipz:Clone().Parent = me.Torso
  2205. me.Humanoid.JumpPower = 50
  2206. me.Humanoid.WalkSpeed = 16
  2207. acting = false
  2208. canClick = true
  2209. doing = false
  2210. hit = false
  2211. kyssing = false
  2212. if decearingTHING == 4 then
  2213. decearingEGG:Remove()
  2214. end
  2215. end
  2216.  
  2217. function bleedout()
  2218. local doit = coroutine.wrap(function()
  2219. local targe = grabbed
  2220. local num = 0
  2221. while targe and targe:FindFirstChildOfClass('Humanoid') and targe:FindFirstChildOfClass('Humanoid').Health > 0 and num < 11 do
  2222. if targe.Head:FindFirstChild('Died') then
  2223. tone = math.random(6, 12) / 10
  2224. targe.Head.Died.PlaybackSpeed = tone
  2225. targe.Head.Died:Play()
  2226. else
  2227. local deathsound = Instance.new('Sound',targe.Head)
  2228. deathsound.Name = "Died"
  2229. deathsound.SoundId = 'rbxasset://sounds/uuhhh.mp3'
  2230. deathsound.Volume = 0.65
  2231. deathsound.EmitterSize = 5
  2232. deathsound.MaxDistance = 150
  2233. tone = math.random(5, 15) / 10
  2234. targe.Head.Died.PlaybackSpeed = tone
  2235. targe.Head.Died:Play()
  2236. end
  2237. targe:FindFirstChildOfClass('Humanoid').Health = targe:FindFirstChildOfClass('Humanoid').Health - 7
  2238. num = num+1
  2239. wait(0.325)
  2240. end
  2241. targe:FindFirstChildOfClass('Humanoid').Health = 0
  2242. wait()
  2243. killz(targe,'Head',nil,nil,false,true)
  2244. wait(2)
  2245. targe:Remove()
  2246. end)
  2247. doit()
  2248. end
  2249.  
  2250. function liedown()
  2251. local doit = coroutine.wrap(function()
  2252. local targe = grabbed
  2253. wait(2)
  2254. if targe and targe:FindFirstChildOfClass('Humanoid') then
  2255. targe:FindFirstChildOfClass('Humanoid').PlatformStand = false
  2256. end
  2257. end)
  2258. doit()
  2259. end
  2260.  
  2261. function grab()
  2262. local doit = coroutine.wrap(function()
  2263. acting = true
  2264. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 3
  2265. local arm = me["Right Arm"]
  2266. local tors = me.Torso
  2267. local arm2 = me["Left Arm"]
  2268. local humanroot = me.HumanoidRootPart
  2269. local weld2 = Instance.new('Weld',arm)
  2270. weld2.Part0 = arm
  2271. weld2.Part1 = tors
  2272. weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  2273. local weld3 = Instance.new('Weld',arm2)
  2274. weld3.Part0 = arm2
  2275. weld3.Part1 = tors
  2276. weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
  2277. for i = 0,1,0.05 do
  2278. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or humanroot == nil then return end
  2279. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
  2280. weld3.C0 = weld3.C0:lerp(CFrame.new(1.2,1.3,0)*CFrame.Angles(0,0,1.2),i)
  2281. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), -1.55) * CFrame.new(0, 0.95, 0)
  2282. wait(0.01)
  2283. end
  2284. grabbing = true
  2285. trail.Enabled = true
  2286. for i = 0,1,0.10 do
  2287. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or humanroot == nil then return end
  2288. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.5, 0, -1.3), i)
  2289. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.5, 0, 1.1), i)
  2290. wait(0.01)
  2291. end
  2292. trail.Enabled = false
  2293. wait(0.5)
  2294. grabbing = false
  2295. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 3
  2296. if grabbed == nil then
  2297. for i = 0,1,0.1 do
  2298. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil then return end
  2299. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  2300. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
  2301. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
  2302. wait(0.001)
  2303. end
  2304. weld2:Destroy()
  2305. weld3:Destroy()
  2306. rightshoulderz:Clone().Parent = me.Torso
  2307. leftshoulderz:Clone().Parent = me.Torso
  2308. acting = false
  2309. canClick = true
  2310. end
  2311. end)
  2312. doit()
  2313. end
  2314.  
  2315. function kill()
  2316. paralyzed = false
  2317. if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then hardrelease() return end
  2318. targetweld = grabbed.Torso.TargetWeld
  2319. targetweld2 = nil
  2320. local reee = grabbed:FindFirstChild("Left Arm")
  2321. if reee and reee:FindFirstChild("Weld") then
  2322. targetweld2 = reee.Weld
  2323. end
  2324. for i, v in pairs(grabbed:GetChildren()) do
  2325. if v.Name == "Part" then
  2326. v.CanCollide = true
  2327. end
  2328. end
  2329. targetweld3pt = grabbed:FindFirstChild("Right Arm")
  2330. local targetrightshoulder = rightshoulder
  2331. local targetleftshoulder = leftshoulder
  2332. local targetweld3 = Instance.new("Weld", targetweld3pt)
  2333. targetweld3.Part0 = grabbed.Torso
  2334. targetweld3.Part1 = targetweld3pt
  2335. targetweld3.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
  2336.  
  2337. local doit = coroutine.wrap(function()
  2338. local arm = me["Right Arm"]
  2339. local tors = grabbed.Torso
  2340. local arm2 = me["Left Arm"]
  2341. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  2342. doing = true
  2343. local weld2 = arm:FindFirstChildOfClass('Weld')
  2344. local weld3 = arm2:FindFirstChildOfClass('Weld')
  2345. local humanroot = me.HumanoidRootPart
  2346.  
  2347. for i = 0,1,0.1 do
  2348. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  2349. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.9, 0, -1.4), i)
  2350. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 0.5, -0.5)* CFrame.Angles(-1.5, 0.4, 1.1), i)
  2351. wait(0.01)
  2352. end
  2353.  
  2354. audio:Stop()
  2355. audio.SoundId = "rbxassetid://517040733"
  2356. tone = math.random(1, 3)
  2357. if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0.3 end
  2358. if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0.1 end
  2359. if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0.2 end
  2360. audio:Play()
  2361.  
  2362. local bleedpart = Instance.new("Part", grabbed)
  2363. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  2364. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  2365. bleedpart.CanCollide = false
  2366. bleedpart.Position = grabbed.Head.Position + Vector3.new(0, 1, 0)
  2367. bleedpart.Transparency = 1
  2368.  
  2369. local bleedpartweld = Instance.new("Weld", grabbed.Torso)
  2370. bleedpartweld.Part0 = grabbed.Torso
  2371. bleedpartweld.Part1 = bleedpart
  2372. bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  2373. local coru=coroutine.wrap(function()
  2374. bleed(bleedpart)
  2375. end)
  2376. coru()
  2377.  
  2378. local slightthrow = Instance.new("BodyThrust", grabbed.Torso)
  2379. slightthrow.Force = Vector3.new(0, 0, -2500)
  2380.  
  2381. local slightthrow2 = Instance.new("BodyAngularVelocity", grabbed.Torso)
  2382. slightthrow2.AngularVelocity = Vector3.new(0, -1000, 0)
  2383. slightthrow2.MaxTorque = Vector3.new(1000, 1000, 1000)
  2384.  
  2385. if grabbed:FindFirstChildOfClass('Humanoid') then
  2386. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
  2387. end
  2388.  
  2389. killz(grabbed,'Left Leg')
  2390. killz(grabbed,'Left Arm')
  2391. killz(grabbed,'Right Leg')
  2392. killz(grabbed,'Right Arm')
  2393.  
  2394. trail.Enabled = true
  2395.  
  2396. for i = 0,1,0.2 do
  2397. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  2398. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 1.7, -0.5)* CFrame.Angles(-0.25, 0, -1.4), i)
  2399. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1.6, -0.5)* CFrame.Angles(-1.5, -1, 1.1), i)
  2400. wait(0.01)
  2401. end
  2402.  
  2403. trail.Enabled = false
  2404.  
  2405. bleedout()
  2406.  
  2407. rightshoulderz:Clone().Parent = me.Torso
  2408. leftshoulderz:Clone().Parent = me.Torso
  2409. grabbed = nil
  2410.  
  2411. if humanroot:FindFirstChild('Holder') then
  2412. humanroot.Holder:Destroy()
  2413. end
  2414.  
  2415. wait(0.2)
  2416. slightthrow:Remove()
  2417. slightthrow2:Remove()
  2418. for i = 0,1,0.05 do
  2419. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  2420. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5, 0, 0)* CFrame.Angles(0, 0, 0), i)
  2421. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5, 0, 0)* CFrame.Angles(0, 0, 0), i)
  2422. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
  2423. wait(0.01)
  2424. end
  2425.  
  2426. weld2:Destroy()
  2427. weld3:Destroy()
  2428. targetweld = nil
  2429. targetweld2 = nil
  2430. targetweld3 = nil
  2431. rightshoulderz:Clone().Parent = me.Torso
  2432. leftshoulderz:Clone().Parent = me.Torso
  2433. acting = false
  2434. canClick = true
  2435. doing = false
  2436. end)
  2437. doit()
  2438. end
  2439.  
  2440. function finish()
  2441. if finishing == true then return end
  2442. finishing = true
  2443. acting = true
  2444. decearingTHING = math.random(1, 100)
  2445. if decearingTHING == 4 then
  2446. decearingEGG = Instance.new("Sound", me.Torso)
  2447. decearingEGG.SoundId = "rbxassetid://138084557"
  2448. decearingEGG.PlaybackSpeed = math.random(10, 12) / 10
  2449. decearingEGG.TimePosition = 0.2
  2450. decearingEGG:Play()
  2451. end
  2452. me.Humanoid.WalkSpeed = 0
  2453. me.Humanoid.JumpPower = 0
  2454.  
  2455. local rightarm = Instance.new("Weld", me.Torso)
  2456. rightarm.Part0 = me.Torso
  2457. rightarm.Part1 = me["Right Arm"]
  2458. rightarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
  2459.  
  2460. local tors = Instance.new("Weld", me.HumanoidRootPart)
  2461. tors.Part0 = me.HumanoidRootPart
  2462. tors.Part1 = me.Torso
  2463. tors.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 0)
  2464.  
  2465. local rightleg = Instance.new("Weld", me.Torso)
  2466. rightleg.Part0 = me.Torso
  2467. rightleg.Part1 = me["Right Leg"]
  2468. rightleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0.5, -2, 0)
  2469.  
  2470. local leftleg = Instance.new("Weld", me.Torso)
  2471. leftleg.Part0 = me.Torso
  2472. leftleg.Part1 = me["Left Leg"]
  2473. leftleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-0.5, -2, 0)
  2474.  
  2475. for i = 0, 1, 0.05 do
  2476. tors.C0 = tors.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(15), 0, 0), i)
  2477. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -2, 0.2) * CFrame.Angles(math.rad(-15), 0, 0), i)
  2478. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -2, 0.2) * CFrame.Angles(math.rad(-15), 0, 0), i)
  2479. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, 0) * CFrame.Angles(math.rad(179), math.rad(179), 0), i)
  2480. wait()
  2481. end
  2482. for i=1,finishnum do
  2483. local num1 = 0.5
  2484. local num2 = 0.5
  2485. local num3 = 0.25
  2486. if finishnum ~= 1 then
  2487. num3 = 0
  2488. end
  2489. trail.Enabled = true
  2490. for i = 0, 1, num1 do
  2491. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-60), 0, 0), i)
  2492. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1.5, 0) * CFrame.Angles(math.rad(0), 0, 0), i)
  2493. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -0.7, -1) * CFrame.Angles(math.rad(10), 0, 0), i)
  2494. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, -1) * CFrame.Angles(math.rad(160), math.rad(150), 0), i)
  2495. wait()
  2496. end
  2497. wait()
  2498. for i = 0, 1, num2 do
  2499. tors.C0 = tors.C0:lerp(CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
  2500. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1.5, 0) * CFrame.Angles(math.rad(-30), 0, 0), i)
  2501. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -0.7, -1) * CFrame.Angles(math.rad(-20), 0, 0), i)
  2502. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, 0.2) * CFrame.Angles(math.rad(250), math.rad(180), 0), i)
  2503. wait()
  2504. end
  2505. trail.Enabled = false
  2506. wait(num3)
  2507. end
  2508. wait()
  2509. for i = 0, 1, 0.05 do
  2510. tors.C0 = tors.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), i)
  2511. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -2, 0) * CFrame.Angles(0, 0, 0), i)
  2512. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -2, 0) * CFrame.Angles(0, 0, 0), i)
  2513. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, 0) * CFrame.Angles(0, 0, 0), i)
  2514. wait()
  2515. end
  2516. tors:Remove()
  2517. rightarm:Remove()
  2518. rightleg:Remove()
  2519. leftleg:Remove()
  2520. rightshoulderz:Clone().Parent = me.Torso
  2521. leftshoulderz:Clone().Parent = me.Torso
  2522. torsojoint:Clone().Parent = me.HumanoidRootPart
  2523. lefthipz:Clone().Parent = me.Torso
  2524. righthipz:Clone().Parent = me.Torso
  2525. me.Humanoid.JumpPower = 50
  2526. me.Humanoid.WalkSpeed = 16
  2527. acting = false
  2528. canClick = true
  2529. doing = false
  2530. hit = false
  2531. finishing = false
  2532. if decearingTHING == 4 then
  2533. decearingEGG:Remove()
  2534. end
  2535. end
  2536.  
  2537. function throw()
  2538. if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then return end
  2539. paralyzed = false
  2540. targetweld = grabbed.Torso.TargetWeld
  2541. local ree = grabbed:FindFirstChild("Left Arm")
  2542. targetweld2 =nil
  2543. if ree and ree:FindFirstChild("Weld") then
  2544. targetweld2 = ree.Weld
  2545. end
  2546.  
  2547. for i, v in pairs(grabbed:GetChildren()) do
  2548. if v.Name == "Part" then
  2549. v.CanCollide = true
  2550. end
  2551. end
  2552.  
  2553.  
  2554. local doit = coroutine.wrap(function()
  2555. local arm = me["Right Arm"]
  2556. local tors = grabbed.Torso
  2557. local arm2 = me["Left Arm"]
  2558. local targrightshoulder = rightshoulder
  2559.  
  2560. local targleftshoulder = leftshoulder
  2561. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  2562. doing = true
  2563. local weld2 = arm:FindFirstChildOfClass('Weld')
  2564. local weld3 = arm2:FindFirstChildOfClass('Weld')
  2565. local humanroot = me.HumanoidRootPart
  2566.  
  2567. for i = 0,1,0.2 do
  2568. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  2569. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 1.7, -0.5)* CFrame.Angles(-0.25, 1, -1.4), i)
  2570. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1.6, -0.5)* CFrame.Angles(-1.5, -1, 1.1), i)
  2571. targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0, 0, 0), i)
  2572. if targetweld2 then
  2573. targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0, 0)*CFrame.Angles(0, 0, 0), i)
  2574. end
  2575. wait(0.01)
  2576. end
  2577.  
  2578. audio:Stop()
  2579. audio.SoundId = "rbxassetid://536642316"
  2580. tone = math.random(1, 3)
  2581. if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0.08 end
  2582. if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0.1 end
  2583. if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0.12 end
  2584. audio:Play()
  2585.  
  2586. local slightthrow = Instance.new("BodyVelocity", grabbed.Torso)
  2587. slightthrow.Velocity = Vector3.new(0,20,0)+(me.Torso.CFrame.lookVector*20)
  2588. slightthrow.P = 5000
  2589. slightthrow.MaxForce = Vector3.new(9000001,9000001,9000001)
  2590. local point = grabbed.Torso.Position
  2591. local aaaaaa = grabbed
  2592. liedown()
  2593.  
  2594. rightshoulderz:Clone().Parent = me.Torso
  2595. leftshoulderz:Clone().Parent = me.Torso
  2596. grabbed = nil
  2597.  
  2598. if humanroot:FindFirstChild('Holder') then
  2599. humanroot.Holder:Destroy()
  2600. end
  2601. local coru = coroutine.wrap(function()
  2602. while aaaaaa and aaaaaa:FindFirstChild('Torso') and (aaaaaa.Torso.Position-point).magnitude < 5 do wait(0.001) end
  2603. if aaaaaa:FindFirstChildOfClass('Humanoid') then
  2604. aaaaaa:FindFirstChildOfClass('Humanoid').Name = "Humanoid"
  2605. aaaaaa:FindFirstChildOfClass('Humanoid').JumpPower = 50
  2606. aaaaaa:FindFirstChildOfClass('Humanoid').WalkSpeed = 16
  2607. end
  2608. slightthrow:Remove()
  2609. end)
  2610. coru()
  2611.  
  2612. for i = 0,1,0.05 do
  2613. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  2614. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  2615. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
  2616. wait(0.01)
  2617. end
  2618. weld2:Destroy()
  2619. weld3:Destroy()
  2620. targetweld:Remove()
  2621. if targetweld2 then
  2622. targetweld2:Remove()
  2623. end
  2624. if rightshoulder then
  2625. rightshoulder:Clone().Parent = tors
  2626. end
  2627. if leftshoulder then
  2628. leftshoulder:Clone().Parent = tors
  2629. end
  2630. headweld:Clone().Parent = tors
  2631. rightshoulderz:Clone().Parent = me.Torso
  2632. leftshoulderz:Clone().Parent = me.Torso
  2633. acting = false
  2634. canClick = true
  2635. doing = false
  2636. end)
  2637. doit()
  2638. end
  2639.  
  2640. cfn,ang,mr,int=CFrame.new,CFrame.Angles,math.rad,Instance.new
  2641. bc=BrickColor.new
  2642. local minimumsize = Vector3.new(0.7,0.7,0.7)
  2643. local surface_between_splitted_parts = 'SmoothNoOutlines'
  2644. local fragmentable = workspace
  2645. local list = {}
  2646. local brickcount = 0
  2647. local storage = {}
  2648. local fillup = 1000
  2649. local maximumstorage = 2000
  2650. local storage_position = Vector3.new(0,0,5000)
  2651. local stored_partsize = Vector3.new(1,1,1)
  2652. local parts_created_per_frame = 5
  2653.  
  2654. local minimumsize = Vector3.new(0.7,0.7,0.7)
  2655. local surface_between_splitted_parts = 'SmoothNoOutlines'
  2656. local fragmentable = workspace
  2657. local list = {}
  2658. local brickcount = 0
  2659. local storage = {}
  2660. local fillup = 1000
  2661. local maximumstorage = 2000
  2662. local storage_position = Vector3.new(0,0,5000)
  2663. local stored_partsize = Vector3.new(1,1,1)
  2664. local parts_created_per_frame = 5
  2665.  
  2666.  
  2667. function fragmentate(cframe,size,color,explosion_position,explosion_blastradius,backsurface,bottomsurface,frontsurface,leftsurface,rightsurface,topsurface,transparency,reflectance,material)
  2668. local xi = size.X >= minimumsize.X*(1+explosion_blastradius/16) and 2 or 1
  2669. local yi = size.Y >= minimumsize.Y*(1+explosion_blastradius/16) and 2 or 1
  2670. local zi = size.Z >= minimumsize.Z*(1+explosion_blastradius/16) and 2 or 1
  2671. if xi == 1 and yi == 1 and zi == 1 or (cframe.p-explosion_position).magnitude > size.magnitude/2 + explosion_blastradius then
  2672. if xi == 1 and yi == 1 and zi == 1 then return end
  2673. if #storage > 0 then
  2674. local p = storage[1]
  2675. p.BrickColor = color
  2676. p.Size = size
  2677. p.Anchored = false
  2678. p.BackSurface = backsurface
  2679. p.BottomSurface = bottomsurface
  2680. p.FrontSurface = frontsurface
  2681. p.LeftSurface = leftsurface
  2682. p.RightSurface = rightsurface
  2683. p.TopSurface = topsurface
  2684. p.Transparency = transparency
  2685. p.CFrame = cframe
  2686. p.Reflectance = reflectance
  2687. p.Material = material
  2688. game:GetService('Debris'):AddItem(p,30)
  2689. p:BreakJoints()
  2690. table.remove(storage,1)
  2691. else
  2692. local p = Instance.new("Part",fragmentable)
  2693. p.BrickColor = color
  2694. p.FormFactor = "Custom"
  2695. p.Size = size
  2696. p.BackSurface = backsurface
  2697. p.BottomSurface = bottomsurface
  2698. p.FrontSurface = frontsurface
  2699. p.LeftSurface = leftsurface
  2700. p.RightSurface = rightsurface
  2701. p.TopSurface = topsurface
  2702. p.Transparency = transparency
  2703. p.Material = material
  2704. if p.Transparency>0.285 then
  2705. p.Anchored = false
  2706. else
  2707. p.Anchored=false
  2708. p.Material='Wood'
  2709. game:GetService('Debris'):AddItem(p,10)
  2710. end
  2711. p.CFrame = cframe
  2712. p.Reflectance = reflectance
  2713. p:BreakJoints()
  2714. end
  2715. return
  2716. end
  2717. local mody = math.random(-125,125)/1000
  2718. for y = 1,yi do
  2719. if math.random()> 0.5 then
  2720. local modx = math.random(-125,125)/1000
  2721. for x = 1,xi do
  2722. local modz = math.random(-125,125)/1000
  2723. for z = 1,zi do --offset = x/xi-0.75+modx)
  2724. 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)),
  2725. 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,
  2726. 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,
  2727. z~=zi and surface_between_splitted_parts or backsurface,y==2 and surface_between_splitted_parts or bottomsurface,
  2728. 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,
  2729. y~=yi and surface_between_splitted_parts or topsurface,transparency,reflectance,material)
  2730. end
  2731.  
  2732. end
  2733. else
  2734. local modz = math.random(-125,125)/1000
  2735. for z = 1,zi do
  2736. local modx = math.random(-125,125)/1000
  2737. for x = 1,xi do
  2738. 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)),
  2739. 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,
  2740. zi == 2 and size.Z*(1-2*math.abs(z/zi-0.75+modz)) or size.Z),color,explosion_position,explosion_blastradius,
  2741. z~=zi and surface_between_splitted_parts or backsurface,y==2 and surface_between_splitted_parts or bottomsurface,
  2742. 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,
  2743. y~=yi and surface_between_splitted_parts or topsurface,transparency,reflectance,material)
  2744. end
  2745. end
  2746. end
  2747. end
  2748. end
  2749.  
  2750. function start_fragmentation(position,radius,nuh)
  2751. local search = Region3.new(position-Vector3.new(radius,radius,radius)*1.1,position+Vector3.new(radius,radius,radius)*1.1)
  2752. repeat
  2753. local finish = false
  2754. local parts = workspace:FindPartsInRegion3WithIgnoreList(search,list,100)
  2755. for i = 1,#parts do
  2756. table.insert(list,1,parts[i])
  2757. end
  2758. finish = true
  2759. until #parts < 100 and finish
  2760. local t = tick()
  2761. for i = 1,#list do
  2762. local p = list[i]
  2763. 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
  2764. 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)
  2765. if #storage < maximumstorage and p.Shape == "Block" then
  2766. p.Anchored = false
  2767. p.FormFactor = "Custom"
  2768. p.Size = stored_partsize
  2769. p.Position = storage_position
  2770. table.insert(storage,1,p)
  2771. else
  2772. p:Destroy()
  2773. end
  2774. end
  2775. 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
  2776. 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)
  2777. if #storage < maximumstorage and p.Shape == "Block" then
  2778. p.Anchored = false
  2779. p.Material='Wood'
  2780. p.FormFactor = "Custom"
  2781. p.Size = stored_partsize
  2782. p.Position = storage_position
  2783. table.insert(storage,1,p)
  2784. else
  2785. p:Destroy()
  2786. end
  2787. end
  2788. end
  2789. list = {}
  2790. end
  2791.  
  2792.  
  2793. function fling()
  2794. local doit = coroutine.wrap(function()
  2795. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') then
  2796. acting = true
  2797. for i=1,finishnum do
  2798. local weld2 = Instance.new('Weld',me["Right Arm"])
  2799. weld2.Part0 = me["Right Arm"]
  2800. weld2.Part1 = me["Torso"]
  2801. weld2.C0 = CFrame.new(-1.5,0,0)
  2802. if finishnum == 1 then
  2803. for i = 0,1,0.05 do
  2804. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  2805. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
  2806. wait(0.01)
  2807. end
  2808. end
  2809. audio.SoundId = "rbxassetid://166083610"
  2810. audio.PlaybackSpeed = 1
  2811. audio.TimePosition = 0.1
  2812. audio:Play()
  2813. if finishnum == 1 then
  2814. for i = 0,1,0.5 do
  2815. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  2816. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
  2817. wait(0.001)
  2818. end
  2819. end
  2820. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  2821. local knofe = obj1:Clone()
  2822. for i, v in pairs(obj1:GetChildren()) do
  2823. if v:IsA('BasePart') then
  2824. v.Transparency = 1
  2825. end
  2826. end
  2827. knofe.Parent = workspace
  2828. knofe.Name = "Projectile"
  2829. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  2830. knofe:FindFirstChild("Trail", true).Enabled = true
  2831. local heck = Instance.new('BodyVelocity',knofe.Grab)
  2832. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
  2833. local coru = coroutine.wrap(function()
  2834. wait(0.45)
  2835. if heck then
  2836. heck:Destroy()
  2837. end
  2838. end)
  2839. coru()
  2840. local able = true
  2841. knofe["big ass knife"].Touched:connect(function(hit)
  2842. 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
  2843. local thing = hit.Parent:FindFirstChildOfClass('Humanoid')
  2844. local ree = hit.Parent
  2845. if thing == nil then
  2846. ree = hit.Parent.Parent
  2847. end
  2848. if ree:FindFirstChildOfClass('Humanoid').Health > 0 then
  2849. knofe:FindFirstChild("Trail", true).Enabled = false
  2850. game:GetService('Debris'):AddItem(knofe,5)
  2851. tone = math.random(1, 3)
  2852. local sound = Instance.new('Sound',knofe.Grab)
  2853. if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
  2854. if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
  2855. if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
  2856. sound.PlaybackSpeed = 1
  2857. sound:Play()
  2858. for i, v in pairs(knofe:GetChildren()) do
  2859. if v:IsA('BasePart') then
  2860. v.CanCollide = true
  2861. v.Anchored = true
  2862. end
  2863. end
  2864. hit.Anchored = true
  2865. if ree:FindFirstChildOfClass('Humanoid') and hit.Name == "Torso" or hit.Name == "Head" then
  2866. ree:FindFirstChildOfClass('Humanoid').Health = 0
  2867. end
  2868. wait()
  2869. killz(ree,hit.Name,knofe)
  2870. else
  2871. knofe:FindFirstChild("Trail", true).Enabled = false
  2872. heck.Velocity = Vector3.new(0,0,0)
  2873. heck:Destroy()
  2874. game:GetService('Debris'):AddItem(knofe,5)
  2875. tone = math.random(1, 3)
  2876. local sound = Instance.new('Sound',knofe.Grab)
  2877. if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
  2878. if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
  2879. if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
  2880. sound.PlaybackSpeed = 1
  2881. sound:Play()
  2882. for i, v in pairs(knofe:GetChildren()) do
  2883. if v:IsA('BasePart') then
  2884. v.Anchored = false
  2885. end
  2886. end
  2887. hit.Anchored = true
  2888. wait(0.001)
  2889. hit.Anchored = false
  2890. for i, v in pairs(knofe:GetChildren()) do
  2891. if v:IsA('BasePart') then
  2892. v.Anchored = false
  2893. end
  2894. end
  2895. if knofe then
  2896. local coru = coroutine.wrap(function()
  2897. if hit then
  2898. local uno = Instance.new('Part',workspace)
  2899. local dos = Instance.new('Part',workspace)
  2900. uno.CFrame = hit.CFrame
  2901. dos.CFrame = knofe["big ass knife"].CFrame
  2902. local weld = Instance.new('Weld',knofe["big ass knife"])
  2903. weld.Part0 = hit
  2904. weld.Part1 = knofe["big ass knife"]
  2905. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  2906. uno:Destroy()
  2907. dos:Destroy()
  2908. end
  2909. end)
  2910. coru()
  2911. end
  2912. end
  2913. elseif hit.Parent and hit.Parent ~= me and hit.Parent.Parent ~= me and hit.CanCollide and knofe.Grab.CanCollide == false then
  2914. if hit.Transparency and (hit.Transparency<=0.285 or hit:GetMass()<=3000) then
  2915. knofe:FindFirstChild("Trail", true).Enabled = false
  2916. local sound = Instance.new('Sound',knofe.Grab)
  2917. sound.SoundId = 'rbxassetid://267585646'
  2918. sound:Play()
  2919. for i,v in pairs(knofe:GetChildren()) do
  2920. if v:IsA('BasePart') then
  2921. v.Anchored = true
  2922. end
  2923. end
  2924. wait()
  2925. heck.Velocity = Vector3.new(0,0,0)
  2926. heck:Destroy()
  2927. local uno = Instance.new('Part',workspace)
  2928. local dos = Instance.new('Part',workspace)
  2929. uno.CFrame = hit.CFrame
  2930. dos.CFrame = knofe["big ass knife"].CFrame
  2931. local weld = Instance.new('Weld',knofe["big ass knife"])
  2932. weld.Part0 = hit
  2933. weld.Part1 = knofe["big ass knife"]
  2934. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  2935. uno:Destroy()
  2936. dos:Destroy()
  2937. for i,v in pairs(knofe:GetChildren()) do
  2938. if v:IsA('BasePart') then
  2939. v.Anchored = false
  2940. end
  2941. end
  2942. game:GetService('Debris'):AddItem(knofe,5)
  2943. for i,v in pairs(knofe:GetChildren()) do
  2944. if v:IsA('BasePart') then
  2945. v.CanCollide = true
  2946. end
  2947. end
  2948. end
  2949. 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
  2950. knofe:FindFirstChild("Trail", true).Enabled = false
  2951. able = false
  2952. local sound = Instance.new('Sound',knofe.Grab)
  2953. sound.SoundId = 'rbxassetid://144884907'
  2954. sound:Play()
  2955. local coru = coroutine.wrap(function()
  2956. start_fragmentation(knofe["big ass knife"].Position,1.25,knofe)
  2957. end)
  2958. coru()
  2959. end
  2960. end
  2961. end)
  2962. if finishnum == 1 then
  2963. for i= 0,1,0.1 do
  2964. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  2965. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  2966. wait(0.001)
  2967. end
  2968. else
  2969. for i= 0,1,0.5 do
  2970. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  2971. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  2972. wait(0.001)
  2973. end
  2974. end
  2975. for i,v in pairs(obj1:GetChildren()) do
  2976. if v:IsA('BasePart') then
  2977. v.Transparency = 0
  2978. end
  2979. end
  2980. weld2:Destroy()
  2981. rightshoulderz:Clone().Parent = me.Torso
  2982. end
  2983. acting = false
  2984. canClick = true
  2985. end
  2986. end)
  2987. doit()
  2988. end
  2989.  
  2990. function instasplode()
  2991. local coru = coroutine.wrap(function()
  2992. acting = true
  2993. for i=1,1 do
  2994. local weld2 = Instance.new('Weld',me["Right Arm"])
  2995. weld2.Part0 = me["Right Arm"]
  2996. weld2.Part1 = me["Torso"]
  2997. weld2.C0 = CFrame.new(-1.5,0,0)
  2998. if finishnum == 1 then
  2999. for i = 0,1,0.05 do
  3000. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3001. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
  3002. wait(0.01)
  3003. end
  3004. end
  3005. weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
  3006. audio.SoundId = "rbxassetid://166083610"
  3007. audio.PlaybackSpeed = 1
  3008. audio.TimePosition = 0.1
  3009. audio:Play()
  3010. if finishnum == 1 then
  3011. for i = 0,1,0.5 do
  3012. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3013. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
  3014. wait(0.001)
  3015. end
  3016. end
  3017. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  3018. local knofe = obj1:Clone()
  3019. for i,v in pairs(obj1:GetChildren()) do
  3020. if v:IsA('BasePart') then
  3021. v.Transparency = 1
  3022. end
  3023. end
  3024. knofe.Parent = workspace
  3025. knofe.Name = "Projectile"
  3026. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  3027. knofe:FindFirstChild("Trail", true).Enabled = false
  3028. fireofjesUS = Instance.new("Fire", knofe.Grab)
  3029. local heck = Instance.new('BodyVelocity',knofe.Grab)
  3030. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
  3031. local coru = coroutine.wrap(function()
  3032. wait(0.45)
  3033. if heck then
  3034. heck:Destroy()
  3035. end
  3036. end)
  3037. coru()
  3038. knofe["big ass knife"].Touched:connect(function(hit)
  3039. if hit.Parent ~= me and hit.Parent.Parent ~= me and hit.Transparency < 1 and knofe.Grab.CanCollide == false then
  3040. heck.Velocity = Vector3.new(0,0,0)
  3041. heck:Destroy()
  3042. for i,v in pairs(knofe:GetChildren()) do
  3043. if v:IsA('BasePart') then
  3044. v.CanCollide = true
  3045. end
  3046. end
  3047. local hum = hit.Parent:FindFirstChildOfClass('Humanoid')
  3048. if hum == nil then
  3049. hum = hit.Parent.Parent:FindFirstChildOfClass('Humanoid')
  3050. end
  3051. if knofe then
  3052. local coru = coroutine.wrap(function()
  3053. if hit then
  3054. local uno = Instance.new('Part',workspace)
  3055. local dos = Instance.new('Part',workspace)
  3056. uno.CFrame = hit.CFrame
  3057. dos.CFrame = knofe["big ass knife"].CFrame
  3058. local weld = Instance.new('Weld',knofe["big ass knife"])
  3059. weld.Part0 = hit
  3060. weld.Part1 = knofe["big ass knife"]
  3061. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  3062. uno:Destroy()
  3063. dos:Destroy()
  3064. end
  3065. end)
  3066. coru()
  3067. end
  3068. local sound = Instance.new('Sound',knofe.Grab)
  3069. sound.Name = "BOOM"
  3070. sound.EmitterSize = 25
  3071. sound.SoundId = 'rbxassetid://476477344'
  3072. sound.Volume = 0.5
  3073. sound:Play()
  3074. local exppart = Instance.new("Part", game.Workspace)
  3075. exppart.Size = Vector3.new(0.2, 0.2, 0.2)
  3076. exppart.Anchored = true
  3077. exppart.CanCollide = false
  3078. exppart.CFrame = CFrame.new(knofe.Grab.CFrame.p)
  3079. exppart.Transparency = 1
  3080. local expaccent = Instance.new("ParticleEmitter", exppart)
  3081. expaccent.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 0, 0))})
  3082. expaccent.LightEmission = 0.2
  3083. expaccent.LightInfluence = 0.3
  3084. expaccent.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
  3085. expaccent.Acceleration = Vector3.new(0, 30, 0)
  3086. expaccent.Drag = 15
  3087. expaccent.LockedToPart = false
  3088. expaccent.Lifetime = NumberRange.new(0.5, 1.5)
  3089. expaccent.Rate = 2000
  3090. expaccent.Speed = NumberRange.new(0,0)
  3091. expaccent.SpreadAngle = Vector2.new(360, 360)
  3092. expaccent:Clone().Parent = exppart
  3093. expaccent:Clone().Parent = exppart
  3094. local exp = Instance.new('Explosion',game.Workspace)
  3095. exp.Position = knofe["big ass knife"].Position
  3096. exp.ExplosionType = Enum.ExplosionType.NoCraters
  3097. exp.BlastRadius = 5
  3098. exp.Visible = false
  3099. exp.BlastPressure = 0
  3100. exp.DestroyJointRadiusPercent = 0
  3101. exp.Hit:connect(function(hit)
  3102. if hit.Parent and hit.Parent ~= me and hit.Parent.Name ~= "bitch ass knife" then
  3103. wait(0.001)
  3104. tgt = hit
  3105. local coru=coroutine.wrap(function(tgtt)
  3106. local fireofgods = Instance.new("Fire", tgtt)
  3107. fireofgods.Size = 0
  3108. fireofgods.Heat = 0
  3109. local fireofgodsaccent = expaccent:Clone()
  3110. fireofgodsaccent.Parent = hit
  3111. fireofgodsaccent.Rate = 0
  3112. fireofgodsaccent.Speed = NumberRange.new(5, 50)
  3113. fireofgodsaccent.SpreadAngle = Vector2.new(45, 45)
  3114. fireofgodsaccent.Acceleration = Vector3.new(0, 20, 0)
  3115.  
  3116. while fireofgods.Size < 10 do
  3117. fireofgods.Size = fireofgods.Size + 0.1
  3118. fireofgods.Heat = fireofgods.Heat + 0.1
  3119. fireofgodsaccent.Rate = fireofgodsaccent.Rate + 1
  3120. wait()
  3121. end
  3122. if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') == nil and hit.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil then
  3123. hit:BreakJoints()
  3124. elseif hit.Parent and hit.Parent:IsA('Accessory') then
  3125. for i,v in pairs(hit:GetChildren()) do
  3126. if v:IsA('SpecialMesh') then
  3127. v.TextureId = ""
  3128. end
  3129. end
  3130. end
  3131. hit.BrickColor = BrickColor.new("Black")
  3132. for i,v in pairs(hit.Parent:GetChildren()) do
  3133. if v:IsA('Shirt') or v:IsA('Pants') then
  3134. v:Destroy()
  3135. end
  3136. end
  3137.  
  3138. while fireofgods.Size > 5 do
  3139. fireofgods.Size = fireofgods.Size - 0.1
  3140. fireofgods.Heat = fireofgods.Heat - 0.1
  3141. wait()
  3142. end
  3143. fireofgods:Destroy()
  3144. if hit.Parent then
  3145. if hit.Parent:FindFirstChildOfClass('Humanoid') == nil and hit.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil then
  3146. local p = hit
  3147. 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)
  3148. hit:Remove()
  3149. elseif hit.Parent:FindFirstChildOfClass('Humanoid') ~= nil then
  3150. print(hit.Name)
  3151. if hit.Name == "Torso" or hit.Name == "Head" then
  3152. print('ohhh YAAAA')
  3153. hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  3154. end
  3155. wait()
  3156. killz(hit.Parent,hit.Name,nil,nil,false,false,true)
  3157. end
  3158. end
  3159. end)
  3160. coru(tgt)
  3161. end
  3162. end)
  3163. local explosionaccenttimeout = coroutine.wrap(function()
  3164. wait(0.2)
  3165. for i, exploodn in pairs(exppart:GetChildren()) do
  3166. exploodn.Enabled = false
  3167. end
  3168. wait(2)
  3169. for i, exploodn in pairs(exppart:GetChildren()) do
  3170. exploodn:Remove()
  3171. end
  3172. end)
  3173. explosionaccenttimeout()
  3174. for i,v in pairs(knofe:GetChildren()) do
  3175. if v:IsA('BasePart') then
  3176. v.Transparency = 1
  3177. end
  3178. end
  3179. exp.AncestryChanged:connect(function() knofe:Destroy() end)
  3180. coru()
  3181. end
  3182. end)
  3183. if finishnum == 1 then
  3184. for i= 0,1,0.1 do
  3185. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3186. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  3187. wait(0.001)
  3188. end
  3189. else
  3190. wait(0.1)
  3191. end
  3192. weld2.C0 = CFrame.new(-1.5,0,0)
  3193. for i,v in pairs(obj1:GetChildren()) do
  3194. if v:IsA('BasePart') then
  3195. v.Transparency = 0
  3196. end
  3197. end
  3198. weld2:Destroy()
  3199. rightshoulderz:Clone().Parent = me.Torso
  3200. end
  3201. acting = false
  3202. canClick = true
  3203. end)
  3204. coru()
  3205. end
  3206.  
  3207. function fireworkit()
  3208. local coru = coroutine.wrap(function()
  3209. acting = true
  3210. local ree = 1
  3211. if finishnum > 1 then
  3212. ree = 3
  3213. end
  3214. for i=1,ree do
  3215. local weld2 = Instance.new('Weld',me["Right Arm"])
  3216. weld2.Part0 = me["Right Arm"]
  3217. weld2.Part1 = me["Torso"]
  3218. weld2.C0 = CFrame.new(-1.5,0,0)
  3219. weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
  3220. audio.SoundId = "rbxassetid://166083610"
  3221. audio.PlaybackSpeed = 1
  3222. audio.TimePosition = 0.1
  3223. audio:Play()
  3224. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  3225. local knofe = obj1:Clone()
  3226. for i,v in pairs(obj1:GetChildren()) do
  3227. if v:IsA('BasePart') then
  3228. v.Transparency = 1
  3229. end
  3230. end
  3231. local sound = Instance.new('Sound',knofe.Grab)
  3232. sound.Volume = 0.25
  3233. sound.EmitterSize = 200
  3234. sound.MaxDistance = 300
  3235. sound.SoundId = 'rbxassetid://551051176'
  3236. sound:Play()
  3237. knofe.Parent = workspace
  3238. knofe.Name = "Projectile"
  3239. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  3240. local partic = Instance.new('ParticleEmitter',knofe.Grab)
  3241. 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))})
  3242. partic.LightEmission = 0.5
  3243. partic.LightInfluence = 0
  3244. partic.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5),NumberSequenceKeypoint.new(1,0.15)})
  3245. partic.Rotation = NumberRange.new(0,90)
  3246. partic.SpreadAngle = Vector2.new(5,5)
  3247. partic.Speed = NumberRange.new(20)
  3248. partic.Texture = 'rbxassetid://603193846'
  3249. partic.EmissionDirection = Enum.NormalId.Left
  3250. partic.Lifetime = NumberRange.new(0.5,1)
  3251. partic.Rate = 100
  3252. local heck = Instance.new('BodyVelocity',knofe.Grab)
  3253. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*240
  3254. local coru=coroutine.wrap(function()
  3255. wait(1.2)
  3256. sound:Destroy()
  3257. local sound2 = Instance.new('Sound',workspace)
  3258. sound2.SoundId = 'rbxassetid://138080762'
  3259. sound2:Play()
  3260. if heck then
  3261. heck:Destroy()
  3262. end
  3263. for i,v in pairs(knofe:GetChildren()) do
  3264. v.Anchored = true
  3265. end
  3266. partic.Enabled = false
  3267. local colorscheme = math.random(1,4)
  3268. --1 - red & orange
  3269. --2 - blue & pink
  3270. --3 - green & purple
  3271. --4 - blue, red, white
  3272. local colar1 = Color3.fromRGB(255,0,0)
  3273. local colar2 = Color3.fromRGB(255,125,0)
  3274. local colar3 = Color3.fromRGB(255,255,255)
  3275. if colorscheme == 2 then
  3276. colar1 = Color3.fromRGB(0,132,255)
  3277. colar2 = Color3.fromRGB(243,105,255)
  3278. elseif colorscheme == 3 then
  3279. colar1 = Color3.fromRGB(76,255,0)
  3280. colar2 = Color3.fromRGB(128,0,255)
  3281. elseif colorscheme == 4 then
  3282. colar2 = Color3.fromRGB(0,132,255)
  3283. end
  3284. local partic2 = Instance.new('ParticleEmitter',knofe.Grab)
  3285. partic2.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar1),ColorSequenceKeypoint.new(1,colar1)})
  3286. partic2.LightEmission = 0.5
  3287. partic2.LightInfluence = 0
  3288. partic2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5),NumberSequenceKeypoint.new(1,0.1)})
  3289. partic2.Rotation = NumberRange.new(0,90)
  3290. partic2.SpreadAngle = Vector2.new(180,180)
  3291. partic2.Speed = NumberRange.new(20)
  3292. partic2.Texture = 'rbxassetid://603193846'
  3293. partic2.EmissionDirection = Enum.NormalId.Right
  3294. partic2.Lifetime = NumberRange.new(2,2.5)
  3295. partic2.Rate = 1000
  3296. partic2.Drag = 1
  3297. local partic3 = partic2:Clone()
  3298. partic3.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar2),ColorSequenceKeypoint.new(1,colar2)})
  3299. partic3.Parent = knofe.Grab
  3300. if colorscheme == 4 then
  3301. local partic4 = partic2:Clone()
  3302. partic4.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar3),ColorSequenceKeypoint.new(1,colar3)})
  3303. partic4.Parent = knofe.Grab
  3304. end
  3305. wait(1)
  3306. for i,v in pairs(knofe.Grab:GetChildren()) do
  3307. if v:IsA('ParticleEmitter') then
  3308. v.Enabled = false
  3309. end
  3310. end
  3311. sound:Destroy()
  3312. wait(2)
  3313. knofe:Destroy()
  3314. end)
  3315. coru()
  3316. wait(0.1)
  3317. weld2.C0 = CFrame.new(-1.5,0,0)
  3318. for i,v in pairs(obj1:GetChildren()) do
  3319. if v:IsA('BasePart') then
  3320. v.Transparency = 0
  3321. end
  3322. end
  3323. weld2:Destroy()
  3324. rightshoulderz:Clone().Parent = me.Torso
  3325. end
  3326. acting = false
  3327. canClick = true
  3328. end)
  3329. coru()
  3330. end
  3331.  
  3332. function paralyze()
  3333. local coru = coroutine.wrap(function()
  3334. if paralyzed == true then return end
  3335. paralyzed = true
  3336. local arm = me["Right Arm"]
  3337. local tors = grabbed.Torso
  3338. local arm2 = me["Left Arm"]
  3339. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  3340. doing = true
  3341. local weld2 = arm:FindFirstChildOfClass('Weld')
  3342. local weld3 = arm2:FindFirstChildOfClass('Weld')
  3343. local humanroot = me.HumanoidRootPart
  3344. for i = 0,1,0.075 do
  3345. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-2, 0, -1.5), i)
  3346. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.4, 0, 1.1), i)
  3347. wait(0.01)
  3348. end
  3349. for i = 0,1,0.30 do
  3350. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-0.75, 0, -1.75), i)
  3351. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.4, 0, 1.1), i)
  3352. wait(0.01)
  3353. end
  3354. killz(grabbed,'Left Leg')
  3355. killz(grabbed,'Left Arm')
  3356. killz(grabbed,'Right Leg')
  3357. killz(grabbed,'Right Arm')
  3358.  
  3359. for i, v in pairs(grabbed:GetChildren()) do
  3360. if v.Name == "Part" then
  3361. v.CanCollide = false
  3362. end
  3363. end
  3364.  
  3365. audio:Stop()
  3366. audio.SoundId = "rbxassetid://2801263"
  3367. tone = math.random(1, 3)
  3368. if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0 end
  3369. if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0 end
  3370. if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0 end
  3371. audio:Play()
  3372.  
  3373. local bleedpart = Instance.new("Part", grabbed)
  3374. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  3375. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  3376. bleedpart.CanCollide = false
  3377. bleedpart.Position = grabbed.Head.Position + Vector3.new(0, 1, 0)
  3378. bleedpart.Transparency = 1
  3379.  
  3380. local bleedpartweld = Instance.new("Weld", grabbed.Torso)
  3381. bleedpartweld.Part0 = grabbed.Torso
  3382. bleedpartweld.Part1 = bleedpart
  3383. bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  3384. local cuntruu=coroutine.wrap(function()
  3385. bleed(bleedpart)
  3386. end)
  3387. local thicc = coroutine.wrap(function()
  3388. wait(3)
  3389. bleedpart:Remove()
  3390. end)
  3391. cuntruu()
  3392. thicc()
  3393.  
  3394. for i = 0,1,0.075 do
  3395. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.5, 0, -1.3), i)
  3396. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.5, 0, 1.1), i)
  3397. wait(0.01)
  3398. end
  3399. acting = true
  3400. canClick = true
  3401. doing = false
  3402. end)
  3403. coru()
  3404. end
  3405.  
  3406. function explode()
  3407. local coru = coroutine.wrap(function()
  3408. acting = true
  3409. for i=1,finishnum do
  3410. local weld2 = Instance.new('Weld',me["Right Arm"])
  3411. weld2.Part0 = me["Right Arm"]
  3412. weld2.Part1 = me["Torso"]
  3413. weld2.C0 = CFrame.new(-1.5,0,0)
  3414. if finishnum == 1 then
  3415. for i = 0,1,0.05 do
  3416. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3417. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
  3418. wait(0.01)
  3419. end
  3420. end
  3421. weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
  3422. audio.SoundId = "rbxassetid://166083610"
  3423. audio.PlaybackSpeed = 1
  3424. audio.TimePosition = 0.1
  3425. audio:Play()
  3426. if finishnum == 1 then
  3427. for i = 0,1,0.5 do
  3428. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3429. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
  3430. wait(0.001)
  3431. end
  3432. end
  3433. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  3434. local knofe = obj1:Clone()
  3435. for i,v in pairs(obj1:GetChildren()) do
  3436. if v:IsA('BasePart') then
  3437. v.Transparency = 1
  3438. end
  3439. end
  3440. knofe.Parent = workspace
  3441. knofe.Name = "Projectile"
  3442. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  3443. knofe:FindFirstChild("Trail", true).Enabled = false
  3444. local heck = Instance.new('BodyVelocity',knofe.Grab)
  3445. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
  3446. local coru = coroutine.wrap(function()
  3447. wait(0.45)
  3448. if heck then
  3449. heck:Destroy()
  3450. end
  3451. end)
  3452. coru()
  3453. knofe["big ass knife"].Touched:connect(function(hit)
  3454. if hit.Parent ~= me and hit.Parent.Parent ~= me and hit.Transparency < 1 and knofe.Grab.CanCollide == false then
  3455. heck.Velocity = Vector3.new(0,0,0)
  3456. heck:Destroy()
  3457. for i,v in pairs(knofe:GetChildren()) do
  3458. if v:IsA('BasePart') then
  3459. v.CanCollide = true
  3460. end
  3461. end
  3462. local hum = hit.Parent:FindFirstChildOfClass('Humanoid')
  3463. if hum == nil then
  3464. hum = hit.Parent.Parent:FindFirstChildOfClass('Humanoid')
  3465. end
  3466. if hum then
  3467. tone = math.random(1, 3)
  3468. local sound = Instance.new('Sound',knofe.Grab)
  3469. if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
  3470. if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
  3471. if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
  3472. sound.PlaybackSpeed = 1
  3473. sound:Play()
  3474. else
  3475. local sound = Instance.new('Sound',knofe.Grab)
  3476. sound.SoundId = 'rbxassetid://267585646'
  3477. sound:Play()
  3478. end
  3479. if knofe then
  3480. local coru = coroutine.wrap(function()
  3481. if hit then
  3482. local uno = Instance.new('Part',workspace)
  3483. local dos = Instance.new('Part',workspace)
  3484. uno.CFrame = hit.CFrame
  3485. dos.CFrame = knofe["big ass knife"].CFrame
  3486. local weld = Instance.new('Weld',knofe["big ass knife"])
  3487. weld.Part0 = hit
  3488. weld.Part1 = knofe["big ass knife"]
  3489. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  3490. uno:Destroy()
  3491. dos:Destroy()
  3492. end
  3493. end)
  3494. coru()
  3495. end
  3496. local coru = coroutine.wrap(function()
  3497. for i=1,15,0.7 do
  3498. local sound = Instance.new('Sound',knofe.Grab)
  3499. if knofe then
  3500. if knofe.serration.BrickColor == BrickColor.new('Really red') then
  3501. for i, v in pairs(knofe:GetChildren()) do
  3502. if v.Name == "big ass knife" or v.Name == "serration" or v.Name == "knifetip1" or v.Name == "fricc" then
  3503. v.BrickColor = BrickColor.new('Lily white')
  3504. v.Material = Enum.Material.SmoothPlastic
  3505. end
  3506. end
  3507. else
  3508. for i,v in pairs(knofe:GetChildren()) do
  3509. if v.Name == "big ass knife" or v.Name == "serration" or v.Name == "knifetip1" or v.Name == "fricc" then
  3510. v.BrickColor = BrickColor.new('Really red')
  3511. v.Material = Enum.Material.Neon
  3512. sound.SoundId = 'rbxassetid://300473653'
  3513. sound.Volume = 0.75
  3514. sound.TimePosition = 0.05
  3515. sound.EmitterSize = 25
  3516. sound.PlaybackSpeed = 1
  3517. sound:Play()
  3518. end
  3519. end
  3520. end
  3521. wait(1/i)
  3522. sound:Destroy()
  3523. end
  3524. end
  3525. local sound = Instance.new('Sound',knofe.Grab)
  3526. sound.Name = "BOOM"
  3527. sound.EmitterSize = 25
  3528. sound.SoundId = 'rbxassetid://12222084'
  3529. sound.TimePosition = 0.1
  3530. sound.Volume = 0.5
  3531. sound:Play()
  3532. local exppart = Instance.new("Part", game.Workspace)
  3533. exppart.Size = Vector3.new(0.2, 0.2, 0.2)
  3534. exppart.Anchored = true
  3535. exppart.CanCollide = false
  3536. exppart.CFrame = CFrame.new(knofe.Grab.CFrame.p)
  3537. exppart.Transparency = 1
  3538. local expaccent = Instance.new("ParticleEmitter", exppart)
  3539. expaccent.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 0, 0))})
  3540. expaccent.LightEmission = 0.2
  3541. expaccent.LightInfluence = 0.3
  3542. expaccent.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
  3543. expaccent.Acceleration = Vector3.new(0, -8, 0)
  3544. expaccent.Drag = 15
  3545. expaccent.LockedToPart = true
  3546. expaccent.Lifetime = NumberRange.new(0.5, 1.5)
  3547. expaccent.Rate = 2000
  3548. expaccent.Speed = NumberRange.new(10, 150)
  3549. expaccent.SpreadAngle = Vector2.new(360, 360)
  3550.  
  3551. local exp = Instance.new('Explosion',game.Workspace)
  3552. exp.Position = knofe["big ass knife"].Position
  3553. exp.ExplosionType = Enum.ExplosionType.NoCraters
  3554. exp.BlastRadius = 10
  3555. exp.BlastPressure = 100000
  3556. exp.DestroyJointRadiusPercent = 1
  3557. exp.Hit:connect(function(hit)
  3558. if hit.Parent and hit.Parent ~= me and hit.Parent:FindFirstChildOfClass('Humanoid') then
  3559. if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Name == "Torso" or hit.Name == "Head" then
  3560. hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  3561. end
  3562. wait(0.001)
  3563. local coru=coroutine.wrap(function()
  3564. killz(hit.Parent,'Head',knofe,exp)
  3565. end)
  3566. coru()
  3567. elseif hit.Parent and hit.Parent ~= workspace and hit.Parent ~= me then
  3568. if hit.Parent.Name ~= "Projectile" then
  3569. hit.Parent:BreakJoints()
  3570. end
  3571. elseif hit.Parent and hit.Parent ~= me then
  3572. hit:BreakJoints()
  3573. end
  3574. end)
  3575. local explosionaccenttimeout = coroutine.wrap(function()
  3576. wait(0.2)
  3577. expaccent.Enabled = false
  3578. wait(2)
  3579. exppart:Remove()
  3580. end)
  3581. explosionaccenttimeout()
  3582. for i,v in pairs(knofe:GetChildren()) do
  3583. if v:IsA('BasePart') then
  3584. v.Transparency = 1
  3585. end
  3586. end
  3587. exp.AncestryChanged:connect(function() knofe:Destroy() end)
  3588. end)
  3589. coru()
  3590. end
  3591. end)
  3592. if finishnum == 1 then
  3593. for i= 0,1,0.1 do
  3594. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3595. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  3596. wait(0.001)
  3597. end
  3598. else
  3599. wait(0.1)
  3600. end
  3601. weld2.C0 = CFrame.new(-1.5,0,0)
  3602. for i,v in pairs(obj1:GetChildren()) do
  3603. if v:IsA('BasePart') then
  3604. v.Transparency = 0
  3605. end
  3606. end
  3607. weld2:Destroy()
  3608. rightshoulderz:Clone().Parent = me.Torso
  3609. end
  3610. acting = false
  3611. canClick = true
  3612. end)
  3613. coru()
  3614. end
  3615.  
  3616. function release()
  3617. if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then return end
  3618. targetweld = grabbed.Torso.TargetWeld
  3619. local ree= grabbed:FindFirstChild("Left Arm")
  3620. targetweld2 = nil
  3621. if ree and ree:FindFirstChild("Weld") then
  3622. targetweld2 = ree.Weld
  3623. end
  3624. for i, v in pairs(grabbed:GetChildren()) do
  3625. if v.Name == "Part" then
  3626. v.CanCollide = true
  3627. end
  3628. end
  3629. paralyzed = false
  3630. local doit = coroutine.wrap(function()
  3631. local arm = me["Right Arm"]
  3632. local tors = grabbed.Torso
  3633. local arm2 = me["Left Arm"]
  3634. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  3635. doing = true
  3636. local weld2 = arm:FindFirstChildOfClass('Weld')
  3637. local weld3 = arm2:FindFirstChildOfClass('Weld')
  3638. local humanroot = me.HumanoidRootPart
  3639.  
  3640. if grabbed:FindFirstChildOfClass('Humanoid') then
  3641. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = false
  3642. end
  3643.  
  3644. rightshoulderz:Clone().Parent = me.Torso
  3645. leftshoulderz:Clone().Parent = me.Torso
  3646. if grabbed:FindFirstChildOfClass('Humanoid') then
  3647. grabbed:FindFirstChildOfClass('Humanoid').Name = "Humanoid"
  3648. grabbed:FindFirstChildOfClass('Humanoid').JumpPower = 50
  3649. grabbed:FindFirstChildOfClass('Humanoid').WalkSpeed = 16
  3650. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = false
  3651. end
  3652. grabbed = nil
  3653.  
  3654. if humanroot:FindFirstChild('Holder') then
  3655. humanroot.Holder:Destroy()
  3656. end
  3657.  
  3658. for i = 0,1,0.1 do
  3659. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  3660. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  3661. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
  3662. targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0, 0, 0), i)
  3663. if targetweld2 then
  3664. targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0, 0)*CFrame.Angles(0, 0, 0), i)
  3665. end
  3666. wait(0.01)
  3667. end
  3668.  
  3669. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0.2)
  3670. weld2:Destroy()
  3671. weld3:Destroy()
  3672. targetweld:Remove()
  3673. if targetweld2 then
  3674. targetweld2:Remove()
  3675. end
  3676. if rightshoulder then
  3677. rightshoulder:Clone().Parent = tors
  3678. end
  3679. if leftshoulder then
  3680. leftshoulder:Clone().Parent = tors
  3681. end
  3682. headweld:Clone().Parent = tors
  3683. rightshoulderz:Clone().Parent = me.Torso
  3684. leftshoulderz:Clone().Parent = me.Torso
  3685. acting = false
  3686. canClick = true
  3687. doing = false
  3688. end)
  3689. doit()
  3690. end
  3691.  
  3692. function stabwithpassion()
  3693. local doit = coroutine.wrap(function()
  3694. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') and me:FindFirstChild('Left Arm') then
  3695. acting = true
  3696. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 10
  3697. local arm = me["Right Arm"]
  3698. local tors = me.Torso
  3699. local arm2 = me["Left Arm"]
  3700. local humanroot = me.HumanoidRootPart
  3701. local weld = Instance.new('Weld',tors)
  3702. weld.Part0 = tors
  3703. weld.Part1 = humanroot
  3704. weld.C0 = CFrame.new(0,0,0) * CFrame.Angles(0, 0, 0)
  3705. local weld2 = Instance.new('Weld',arm)
  3706. weld2.Part0 = arm
  3707. weld2.Part1 = tors
  3708. weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  3709. local weld3 = Instance.new('Weld',arm2)
  3710. weld3.Part0 = arm2
  3711. weld3.Part1 = tors
  3712. weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
  3713.  
  3714. for i = 0,1,0.15 do
  3715. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  3716. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(20),0),i)
  3717. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
  3718. knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(90), -1.55) * CFrame.new(0, 0.95, 0), i)
  3719. wait(0.01)
  3720. end
  3721. wait(0.001)
  3722. trail.Enabled = true
  3723. stabbing = true
  3724. audio2.SoundId = 'rbxassetid://608537390'
  3725. audio2:Play()
  3726. for i = 0,1,0.2 do
  3727. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  3728. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(-45),0),i)
  3729. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.6,0.8,-1)*CFrame.Angles(math.rad(-90),0,-1),i)
  3730. wait(0.01)
  3731. end
  3732. trail.Enabled = false
  3733. wait(0.1)
  3734. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 10
  3735. stabbing = false
  3736. wait(0.001)
  3737. for i = 0,1,0.075 do
  3738. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  3739. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0,0),i)
  3740. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0)*CFrame.Angles(0,0,0),i)
  3741. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0)*CFrame.Angles(0,0,0),i)
  3742. knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0), i)
  3743. wait(0.01)
  3744. end
  3745. weld:Destroy()
  3746. weld2:Destroy()
  3747. weld3:Destroy()
  3748. torsojoint:Clone().Parent = humanroot
  3749. rightshoulderz:Clone().Parent = me.Torso
  3750. leftshoulderz:Clone().Parent = me.Torso
  3751. canClick = true
  3752. hit = false
  3753. acting = false
  3754. end
  3755. end)
  3756. doit()
  3757. end
  3758.  
  3759. function stab()
  3760. local doit = coroutine.wrap(function()
  3761. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') and me:FindFirstChild('Left Arm') then
  3762. acting = true
  3763. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 3
  3764. local arm = me["Right Arm"]
  3765. local tors = me.Torso
  3766. local arm2 = me["Left Arm"]
  3767. local humanroot = me.HumanoidRootPart
  3768. local weld = Instance.new('Weld',tors)
  3769. weld.Part0 = tors
  3770. weld.Part1 = humanroot
  3771. weld.C0 = CFrame.new(0,0,0) * CFrame.Angles(0, 0, 0)
  3772. local weld2 = Instance.new('Weld',arm)
  3773. weld2.Part0 = arm
  3774. weld2.Part1 = tors
  3775. weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  3776. local weld3 = Instance.new('Weld',arm2)
  3777. weld3.Part0 = arm2
  3778. weld3.Part1 = tors
  3779. weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
  3780.  
  3781. for i = 0,1,0.1 do
  3782. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  3783. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0.3,0),i)
  3784. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
  3785. wait(0.01)
  3786. end
  3787. wait(0.001)
  3788. trail.Enabled = true
  3789. stabbing = true
  3790. audio2.SoundId = 'rbxassetid://608537390'
  3791. audio2:Play()
  3792. for i = 0,1,0.25 do
  3793. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  3794. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,-0.3,0),i)
  3795. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.6,0.8,0.5)*CFrame.Angles(-0.5,0,-0.5),i)
  3796. wait(0.01)
  3797. end
  3798. trail.Enabled = false
  3799. wait(0.1)
  3800. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 3
  3801. for i = 0,1,0.25 do
  3802. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  3803. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0.3,0),i)
  3804. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.6,-0.3)*CFrame.Angles(0.5,0,-0.5),i)
  3805. wait(0.01)
  3806. end
  3807. stabbing = false
  3808. wait(0.001)
  3809. for i = 0,1,0.05 do
  3810. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  3811. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0,0),i)
  3812. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0)*CFrame.Angles(0,0,0),i)
  3813. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0)*CFrame.Angles(0,0,0),i)
  3814. wait(0.01)
  3815. end
  3816. weld:Destroy()
  3817. weld2:Destroy()
  3818. weld3:Destroy()
  3819. torsojoint:Clone().Parent = humanroot
  3820. rightshoulderz:Clone().Parent = me.Torso
  3821. leftshoulderz:Clone().Parent = me.Torso
  3822. canClick = true
  3823. hit = false
  3824. acting = false
  3825. end
  3826. end)
  3827. doit()
  3828. end
  3829. function hardrelease()
  3830. rightshoulderz:Clone().Parent = me.Torso
  3831. leftshoulderz:Clone().Parent = me.Torso
  3832. if me:FindFirstChild('Right Arm') then
  3833. for i,v in pairs(me["Right Arm"]:GetChildren()) do
  3834. if v:IsA('Weld') then
  3835. v:Destroy()
  3836. end
  3837. end
  3838. end
  3839. if me:FindFirstChild('Left Arm') then
  3840. for i,v in pairs(me["Left Arm"]:GetChildren()) do
  3841. if v:IsA('Weld') then
  3842. v:Destroy()
  3843. end
  3844. end
  3845. end
  3846. acting = false
  3847. canClick = true
  3848. doing = false
  3849. grabbed = nil
  3850. end
  3851. function unequip()
  3852. local doit = coroutine.wrap(function()
  3853. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') then
  3854. acting = true
  3855. local arm = me["Right Arm"]
  3856. local arm2 = me["Left Arm"]
  3857. local tors = me.Torso
  3858. local weld = Instance.new('Weld',arm)
  3859. weld.Part0 = arm
  3860. weld.Part1 = tors
  3861. weld.C0 = CFrame.new(-1.5,0,0)
  3862. local weld2 = Instance.new("Weld", arm2)
  3863. weld2.Part0 = arm2
  3864. weld2.Part1 = tors
  3865. weld2.C0 = CFrame.new(1.5, 0, 0)
  3866. wait(0.001)
  3867. trail.Enabled = true
  3868. for i = 0,1,0.1 do
  3869. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  3870. weld.C0 = weld.C0:lerp(CFrame.new(-0.2,0.2,-0.5)*CFrame.Angles(0,-3.1,0.9),i)
  3871. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0.6, 0) * CFrame.Angles(0,0,0.5),i)
  3872. wait(0.001)
  3873. end
  3874. trail.Enabled = false
  3875. wait(0.25)
  3876. for i = 0,1,0.1 do
  3877. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  3878. weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0,0),i)
  3879. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0, 0), i)
  3880. wait(0.01)
  3881. end
  3882. weld:Destroy()
  3883. weld2:Remove()
  3884. if tors ~= nil then
  3885. rightshoulderz:Clone().Parent = me.Torso
  3886. leftshoulderz:Clone().Parent = me.Torso
  3887. end
  3888. acting = false
  3889. end
  3890. end)
  3891. doit()
  3892. end
  3893.  
  3894. mouse.KeyDown:connect(function(key)
  3895. if usable == true then
  3896. if key == "z" then
  3897. if active == false and acting == false then
  3898. active = true
  3899. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3900. notify("KNIFE EQUIPPED",false)
  3901. audio:Stop()
  3902. audio.SoundId = 'rbxassetid://608618332'
  3903. equip()
  3904. wait(0.6)
  3905. audio:Play()
  3906. knifeweld.Part0 = me["Right Arm"]
  3907. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
  3908. elseif acting == false then
  3909. active = false
  3910. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3911. audio:Stop()
  3912. audio.SoundId = 'rbxassetid://608538233'
  3913. unequip()
  3914. notify("KNIFE UNEQUIPPED",false)
  3915. wait(0.3)
  3916. audio:Play()
  3917. knifeweld.Part0 = me.Torso
  3918. knifeweld.C1 = CFrame.Angles(0,math.rad(90),0) * CFrame.new(1, 0.8, 0.55)
  3919. canClick = true
  3920. end
  3921. elseif key == "f" then
  3922. if mode == 'kill' or active == false then return end
  3923. mode = "kill"
  3924. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3925. notify("MODE || KILL || [F]",false)
  3926. elseif key == "e" then
  3927. if mode == 'throw' or active == false then return end
  3928. mode = "throw"
  3929. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3930. notify("MODE || PUSH || [E]",false)
  3931. elseif key == "q" then
  3932. if mode == 'release' or active == false then return end
  3933. mode = "release"
  3934. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3935. notify("MODE || RELEASE || [Q]",false)
  3936. elseif key == "x" then
  3937. if mode == 'stab' or active == false or acting == true then return end
  3938. mode = "stab"
  3939. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3940. notify("MODE || STAB || [X]",false)
  3941. elseif key == "c" then
  3942. if mode == 'fling' or active == false or acting == true then return end
  3943. mode = "fling"
  3944. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3945. notify("MODE || THROW || [C]",false)
  3946. elseif key == "b" then
  3947. if mode == 'instasplode' or active == false or acting == true then return end
  3948. mode = "instasplode"
  3949. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3950. notify("MODE || MOLOTOV || [B]",false)
  3951. elseif key == "r" then
  3952. if mode == 'paralyze' or active == false then return end
  3953. mode = "paralyze"
  3954. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3955. notify("MODE || PARALYZE || [R]",false)
  3956. elseif key == "v" then
  3957. if mode == 'explode' or active == false or acting == true then return end
  3958. mode = "explode"
  3959. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3960. notify("MODE || EXPLODE || [V]",false)
  3961. elseif key == "k" then
  3962. if mode == 'suicide' or active == false or acting == true then return end
  3963. mode = "suicide"
  3964. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3965. notify("MODE || SUICIDE || [K]",false)
  3966. elseif key == "h" then
  3967. if mode == 'firework' or active == false or acting == true then return end
  3968. mode = "firework"
  3969. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3970. notify("MODE || FIREWORK || [H]",false)
  3971. elseif key == "g" then
  3972. if mode == 'finish' or active == false then return end
  3973. mode = "finish"
  3974. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3975. local welp = "ON"
  3976. if finishnum == 1 then
  3977. welp = "OFF"
  3978. end
  3979. notify("MODE || FINISH || [G] || "..welp,false)
  3980. elseif key == "n" then
  3981. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3982. if zombiemode == false then
  3983. notify("ZOMBIE MODE ON || [N]",false)
  3984. zombiemode = true
  3985. else
  3986. notify("ZOMBIE MODE OFF || [N]",false)
  3987. zombiemode = false
  3988. end
  3989. elseif key == "m" then
  3990. if finishnum == 1 then
  3991. finishnum = 15
  3992. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  3993. notify("PSYCHOPATH MODE ON || [M]",false)
  3994. if cancolorfilter then
  3995. local Sp00kyGui = Instance.new("ScreenGui")
  3996. local ImageLabel = Instance.new("ImageLabel")
  3997.  
  3998. -- Properties
  3999.  
  4000. Sp00kyGui.Parent = playergui
  4001. Sp00kyGui.Name = "REEEEEEEE"
  4002.  
  4003. ImageLabel.Parent = Sp00kyGui
  4004. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  4005. ImageLabel.BackgroundTransparency = 1
  4006. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  4007. ImageLabel.Image = "rbxassetid://74443700"
  4008. ImageLabel.ImageColor3 = Color3.new(1, 0, 0)
  4009. end
  4010. if canbackgroundmusic == true then
  4011. local sound = Instance.new('Sound',playergui)
  4012. sound.Name = 'PSYCHOPAAAATH'
  4013. sound.SoundId = 'rbxassetid://220875210'
  4014. sound.Looped = true
  4015. sound.Volume = 0.5
  4016. sound:Play()
  4017. end
  4018. else
  4019. finishnum = 1
  4020. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4021. notify("PSYCHOPATH MODE OFF || [M]",false)
  4022. for i,v in pairs(playergui:GetChildren()) do
  4023. if v.Name == "REEEEEEEE" then
  4024. v:Destroy()
  4025. end
  4026. end
  4027. local thisniggarighthere = playergui:FindFirstChild('PSYCHOPAAAATH')
  4028. if thisniggarighthere then thisniggarighthere:Destroy() end
  4029. end
  4030. end
  4031. end
  4032. end)
  4033.  
  4034. mouse.Button1Down:connect(function()
  4035. if active == false or usable == false then return end
  4036. if canClick == true and acting == false then
  4037. if mode == "stab" and finishnum == 1 then
  4038. canClick = false
  4039. stab()
  4040. elseif mode == "stab" and finishnum == 15 then
  4041. canClick = false
  4042. stabwithpassion()
  4043. elseif mode == "fling" then
  4044. canClick = false
  4045. fling()
  4046. elseif mode == "explode" then
  4047. canClick = false
  4048. explode()
  4049. elseif mode == "instasplode" then
  4050. canClick = false
  4051. instasplode()
  4052. elseif mode == "finish" then
  4053. canClick = false
  4054. finish()
  4055. elseif mode == "suicide" then
  4056. canClick = false
  4057. kysnigga()
  4058. elseif mode == "firework" then
  4059. canClick = false
  4060. fireworkit()
  4061. else
  4062. canClick = false
  4063. grab()
  4064. end
  4065. else
  4066. if grabbed ~= nil and doing == false then
  4067. if mode == "release" then
  4068. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  4069. release()
  4070. else
  4071. hardrelease()
  4072. end
  4073. elseif mode == "kill" then
  4074. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  4075. kill()
  4076. else
  4077. hardrelease()
  4078. end
  4079. elseif mode == "paralyze" then
  4080. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  4081. paralyze()
  4082. else
  4083. hardrelease()
  4084. end
  4085. elseif mode == "throw" then
  4086. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  4087. throw()
  4088. else
  4089. hardrelease()
  4090. end
  4091. elseif mode == "explode" then
  4092. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  4093. throw()
  4094. else
  4095. hardrelease()
  4096. end
  4097. end
  4098. end
  4099. end
  4100. end)
  4101.  
  4102. knife.Touched:connect(function(hitz)
  4103. if hitz.Parent and hitz.Parent:FindFirstChildOfClass("Humanoid") and hitz.Parent:FindFirstChild('Torso') and acting == true then
  4104. if mode == "stab" and stabbing == true and hit == false then
  4105. hit = true
  4106. tone = math.random(1, 3)
  4107. audio:Stop()
  4108. if tone == 1 then audio.SoundId = "rbxassetid://220833967" end
  4109. if tone == 2 then audio.SoundId = "rbxassetid://220833976" end
  4110. if tone == 3 then audio.SoundId = "rbxassetid://220834000" end
  4111. audio.PlaybackSpeed = 1
  4112. audio:Play()
  4113. killz(hitz.Parent,'Left Leg')
  4114. killz(hitz.Parent,'Left Arm')
  4115. killz(hitz.Parent,'Right Leg')
  4116. killz(hitz.Parent,'Right Arm')
  4117. elseif mode == "finish" and finishing == true then
  4118. print('PSYCHOPATH MODE REEEEEEEEEEEEEEEE')
  4119. tone = math.random(1, 3)
  4120. audio:Stop()
  4121. if tone == 1 then audio.SoundId = "rbxassetid://220833967" end
  4122. if tone == 2 then audio.SoundId = "rbxassetid://220833976" end
  4123. if tone == 3 then audio.SoundId = "rbxassetid://220834000" end
  4124. audio.PlaybackSpeed = 1
  4125. audio:Play()
  4126. if hit == false then
  4127. hitz.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  4128. wait()
  4129. killz(hitz.Parent,'Head',nil,false,true)
  4130. end
  4131. hit = true
  4132. elseif grabbed == nil and grabbing == true and hit == false then
  4133. if hitz.Parent:FindFirstChildOfClass("Humanoid").Health > 0 and hitz.Parent:FindFirstChild('Torso') and hitz.Parent.Torso:FindFirstChild('Neck') then
  4134. grabbed = hitz.Parent
  4135. local weldz = Instance.new('Weld',point)
  4136. weldz.Name = "Holder"
  4137. weldz.Part0 = point
  4138. weldz.Part1 = hitz.Parent.Torso
  4139. weldz.C0 = CFrame.new(0,0,-1.2)
  4140. end
  4141. end
  4142. end
  4143. end)
  4144.  
  4145. player.CharacterAdded:connect(function()
  4146. usable = false
  4147. for i,v in pairs(playergui:GetChildren()) do
  4148. if v.Name == "REEEEEEEE" or v.Name == 'PSYCHOPAAAATH' then
  4149. v:Destroy()
  4150. end
  4151. end
  4152. end)
  4153. while usable do
  4154. local coru = coroutine.wrap(function()
  4155. for i,v in pairs(knifeparts) do
  4156. local function try()
  4157. if v[1].Parent ~= v[2] then
  4158. v[1].Parent = v[2]
  4159. end
  4160. end
  4161. pcall(try)
  4162. end
  4163. if grabbed ~= nil then
  4164. if grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  4165. for i,v in pairs(grabbed:GetChildren()) do
  4166. if v:IsA('Tool') then
  4167. local model = Instance.new('Model',workspace)
  4168. v.Parent = model
  4169. model:TranslateBy(Vector3.new(3,0,0))
  4170. end
  4171. end
  4172. grabbed:FindFirstChildOfClass('Humanoid').Name = "Hoomanoid"
  4173. grabbed:FindFirstChildOfClass('Humanoid').JumpPower = 0
  4174. grabbed:FindFirstChildOfClass('Humanoid').WalkSpeed = 0
  4175. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
  4176. grabweld = grabbed.Torso:FindFirstChild("TargetWeld")
  4177. if grabweld ~= nil then return end
  4178. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
  4179. if grabbed.Torso:FindFirstChild('Left Shoulder') then
  4180. leftshoulder = grabbed.Torso["Left Shoulder"]:Clone()
  4181. end
  4182. if grabbed.Torso:FindFirstChild('Right Shoulder') then
  4183. rightshoulder = grabbed.Torso["Right Shoulder"]:Clone()
  4184. end
  4185. headweld = grabbed.Torso["Neck"]:Clone()
  4186. local targetweld = Instance.new('Weld',grabbed.Torso)
  4187. targetweld.Part0 = grabbed.Torso
  4188. targetweld.Part1 = grabbed.Head
  4189. targetweld.Name = "TargetWeld"
  4190. targetweld.C0 = CFrame.new(0,1.5,0) * CFrame.Angles(0, 0, 0)
  4191. if grabbed:FindFirstChild('Left Arm') then
  4192. local targetweld2 = Instance.new('Weld',grabbed["Left Arm"])
  4193. targetweld2.Part0 = grabbed.Torso
  4194. targetweld2.Part1 = grabbed["Left Arm"]
  4195. targetweld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  4196. end
  4197.  
  4198. for i = 0,1,0.1 do
  4199. if me:FindFirstChild("Left Arm") == nil or me:FindFirstChild("Torso") == nil or targetweld == nil then return end
  4200. targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0.25, 0, 0), i)
  4201. if targetweld2 then
  4202. targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0.5, 0)*CFrame.Angles(0, 0, -0.55), i)
  4203. end
  4204. wait(0.001)
  4205. end
  4206. end
  4207. end
  4208. end)
  4209. coru()
  4210. wait()
  4211. end
  4212.  
  4213. end
  4214. local coru=coroutine.wrap(function()
  4215. nub()
  4216. end)
  4217. coru()
  4218.  
  4219. player.CharacterAppearanceLoaded:connect(function()
  4220. local coru =coroutine.wrap(function()
  4221. nub()
  4222. end)
  4223. coru()
  4224. end)
  4225.  
  4226. while true do
  4227. local coru=coroutine.wrap(function()
  4228. if grabbed then
  4229. v:FindFirstChildOfClass('Humanoid').Jump = false
  4230. v:FindFirstChildOfClass('Humanoid').Sit = false
  4231. v:FindFirstChildOfClass('Humanoid').JumpPower = 0
  4232. v:FindFirstChildOfClass('Humanoid').PlatformStand = true
  4233. v:FindFirstChildOfClass('Humanoid').Name = "No escape."
  4234. end
  4235. for i,v in pairs(rekt) do
  4236. if v and v:FindFirstChildOfClass('Humanoid') then
  4237. for a,c in pairs(v:GetChildren()) do
  4238. if c:IsA('Tool') then
  4239. local model = Instance.new('Model',workspace)
  4240. c.Parent = model
  4241. model:TranslateBy(Vector3.new(3,0,0))
  4242. end
  4243. end
  4244. v:FindFirstChildOfClass('Humanoid').Jump = false
  4245. v:FindFirstChildOfClass('Humanoid').Sit = false
  4246. v:FindFirstChildOfClass('Humanoid').JumpPower = 0
  4247. v:FindFirstChildOfClass('Humanoid').PlatformStand = true
  4248. v:FindFirstChildOfClass('Humanoid').Name = "No escape."
  4249. local thing = getplr(v)
  4250. if thing then
  4251. thing.CameraMinZoomDistance = 3
  4252. end
  4253. else
  4254. local thing = getplr(v)
  4255. if thing then
  4256. thing.CameraMinZoomDistance = 0.5
  4257. end
  4258. table.remove(rekt,i)
  4259. end
  4260. end
  4261. end)
  4262. coru()
  4263. local coru2 = coroutine.wrap(function()
  4264. if curpart then
  4265. curpoint = curpart.CFrame.p
  4266. end
  4267. if lastgui then
  4268. lastgui:Destroy()
  4269. lastgui = nil
  4270. end
  4271. if curpoint then
  4272. lastgui = Instance.new('BillboardGui',player.PlayerGui)
  4273. lastgui.AlwaysOnTop = true
  4274. lastgui.MaxDistance = 0
  4275. lastgui.Size = UDim2.new(5,0,5,0)
  4276. if curpart == nil then
  4277. lastgui.Adornee = workspace
  4278. lastgui.StudsOffsetWorldSpace = curpoint
  4279. else
  4280. lastgui.Adornee = curpart
  4281. end
  4282. local cross = Instance.new('ImageLabel',lastgui)
  4283. cross.BackgroundTransparency = 1
  4284. cross.Size = UDim2.new(1,0,1,0)
  4285. cross.Image = 'rbxassetid://316279304'
  4286. for i,v in pairs(zombies) do
  4287. if v:FindFirstChildOfClass('Humanoid') then
  4288. v:FindFirstChildOfClass('Humanoid').WalkToPoint = curpoint
  4289. end
  4290. end
  4291. else
  4292. for i,v in pairs(zombies) do
  4293. if v:FindFirstChildOfClass('Humanoid') and v:FindFirstChild('Head') then
  4294. v:FindFirstChildOfClass('Humanoid').WalkToPoint = v.Head.Position
  4295. end
  4296. end
  4297. end
  4298. end)
  4299. coru2()
  4300. wait()
  4301. end
  4302. end)
  4303.  
  4304. CrossRoad.Name = "CrossRoad"
  4305. CrossRoad.Parent = Frame
  4306. CrossRoad.BackgroundColor3 = Color3.new(0, 0, 0)
  4307. CrossRoad.BackgroundTransparency = 0.60000002384186
  4308. CrossRoad.BorderColor3 = Color3.new(0, 1, 1)
  4309. CrossRoad.BorderSizePixel = 3
  4310. CrossRoad.Position = UDim2.new(0, 0, 0.137362644, 0)
  4311. CrossRoad.Size = UDim2.new(0, 497, 0, 50)
  4312. CrossRoad.Font = Enum.Font.SciFi
  4313. CrossRoad.FontSize = Enum.FontSize.Size14
  4314. CrossRoad.Text = "CrossRoad"
  4315. CrossRoad.TextColor3 = Color3.new(0.666667, 1, 1)
  4316. CrossRoad.TextScaled = true
  4317. CrossRoad.TextSize = 14
  4318. CrossRoad.TextWrapped = true
  4319. CrossRoad.MouseButton1Down:connect(function()
  4320. Model = Instance.new("Model") Model.Parent = workspace Model.Name = "gdfPlace"
  4321. PA="Part" DE="Decal" BM="BlockMesh" BL="BlockMesh" CY="CylinderMesh" SP="SpecialMesh" WE="WedgePart" TR="TrussPart"
  4322. WS = workspace t = true f = false
  4323. smo = "Smooth" glu = "Glue" wel = "Weld" stu = "Studs" inl = "Inlet" uni = "Universal" hin = "Hinge" mot = "Motor" ste = "SteppingMotor"
  4324. sym = "Symmetric" bri = "Brick" pla = "Plate" cus = "Custom" bal = "Ball" blo = "Block" cyl = "Cylinder"
  4325. Pla = "Plastic" Woo = "Wood" Sla = "Slate" Con = "Concrete" Cor = "CorrodedMetal" Dia = "DiamondPlate" Foi = "Foil" Gra = "Grass" Ice = "Ice" CF = CFrame.new
  4326. function createPart(className,Parent,BrickColor2,Material,Reflectance,Transparency,Elasticity, Name,Anchored,CanCollide,Friction,formFactor,Shape,x,y,z,CFrame,
  4327. BackSurface,BottomSurface,FrontSurface,LeftSurface,RightSurface,TopSurface)
  4328. Part = Instance.new(className) Part.Parent = Model Part.BrickColor = BrickColor.new(BrickColor2) Part.Material = Material Part.Reflectance = Reflectance
  4329. Part.Transparency = Transparency Part.Elasticity = Elasticity Part.Name = Name Part.Anchored = Anchored Part.CanCollide = CanCollide
  4330. Part.Friction = Friction Part.formFactor = formFactor Part.Shape = Shape Part.Size = Vector3.new(x,y,z) Part.CFrame = CFrame
  4331. Part.BackSurface = BackSurface Part.BottomSurface = BottomSurface Part.FrontSurface = FrontSurface Part.LeftSurface = LeftSurface
  4332. Part.RightSurface = RightSurface Part.TopSurface = TopSurface
  4333. end
  4334. function createTrussPart(className,Parent,BrickColor2,Material,Reflectance,Transparency,Elasticity, Name,Anchored,CanCollide,Friction,x,y,z,CFrame,
  4335. BackSurface,BottomSurface,FrontSurface,LeftSurface,RightSurface,TopSurface)
  4336. Part = Instance.new(className) Part.Parent = Model Part.BrickColor = BrickColor.new(BrickColor2) Part.Material = Material
  4337. Part.Reflectance = Reflectance Part.Transparency = Transparency Part.Elasticity = Elasticity Part.Name = Name
  4338. Part.Anchored = Anchored Part.CanCollide = CanCollide Part.Friction = Friction Part.Size = Vector3.new(x,y,z) Part.CFrame = CFrame
  4339. Part.BackSurface = BackSurface Part.BottomSurface = BottomSurface Part.FrontSurface = FrontSurface Part.LeftSurface = LeftSurface
  4340. Part.RightSurface = RightSurface Part.TopSurface = TopSurface
  4341. end
  4342. function createWedgePart(className,Parent,BrickColor2,Material,Reflectance,Transparency,Elasticity, Name,Anchored,CanCollide,Friction,x,y,z,CFrame,
  4343. BackSurface,BottomSurface,FrontSurface,LeftSurface,RightSurface,TopSurface)
  4344. Part = Instance.new(className) Part.Parent = Model Part.BrickColor = BrickColor.new(BrickColor2) Part.Material = Material
  4345. Part.Reflectance = Reflectance Part.Transparency = Transparency Part.Elasticity = Elasticity Part.Name = Name
  4346. Part.Anchored = Anchored Part.CanCollide = CanCollide Part.Friction = Friction Part.Size = Vector3.new(x,y,z) Part.CFrame = CFrame
  4347. Part.BackSurface = BackSurface Part.BottomSurface = BottomSurface Part.FrontSurface = FrontSurface Part.LeftSurface = LeftSurface
  4348. Part.RightSurface = RightSurface Part.TopSurface = TopSurface
  4349. end
  4350. function createMesh(className,Parent,x,y,z,x1,y1,z1,x2,y2,z2)
  4351. Mesh = Instance.new(className) Mesh.Parent = Parent Mesh.Offset = Vector3.new(x,y,z)
  4352. Mesh.Scale = Vector3.new(x1,y1,z1) Mesh.VertexColor = Vector3.new(x2,y2,z2)
  4353. end
  4354. function createSpecialMesh(className,Parent,x,y,z,x1,y1,z1,x2,y2,z2,MeshType,TextureId,MeshId)
  4355. Mesh = Instance.new(className) Mesh.Parent = Parent Mesh.Offset = Vector3.new(x,y,z) Mesh.Scale = Vector3.new(x1,y1,z1)
  4356. Mesh.VertexColor = Vector3.new(x2,y2,z2) Mesh.MeshType = MeshType Mesh.TextureId = TextureId Mesh.MeshId = MeshId
  4357. end
  4358. function createDecal(className,Parent,Texture,Face)
  4359. Decal = Instance.new(className) Decal.Parent = Parent Decal.Texture = Texture Decal.Face = Face
  4360. end
  4361. --Script in .gdf format, made by HatHelper
  4362. 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)
  4363. createDecal(DE, Part, "http://www.roblox.com/asset/?id=14417348", Enum.NormalId.Top)
  4364. 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)
  4365. createSpecialMesh(SP, Part, 0, 0, 0, 1.25, 1.25, 1.25, 1, 1, 1, Enum.MeshType.Head, "", "")
  4366. createDecal(DE, Part, "http://www.roblox.com/asset/?id=7076053", Enum.NormalId.Front)
  4367. 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)
  4368. createDecal(DE, Part, "http://www.roblox.com/asset/?id=31468898", Enum.NormalId.Front)
  4369. 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)
  4370. 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)
  4371. 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)
  4372. 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)
  4373. 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)
  4374. 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")
  4375. 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)
  4376. 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")
  4377. 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)
  4378. 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")
  4379. 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)
  4380. 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)
  4381. 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)
  4382. 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)
  4383. 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)
  4384. 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)
  4385. 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)
  4386. 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)
  4387. 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)
  4388. 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)
  4389. 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)
  4390. 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)
  4391. 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)
  4392. 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)
  4393. 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)
  4394. 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)
  4395. 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)
  4396. 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)
  4397. 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)
  4398. 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)
  4399. 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)
  4400. 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)
  4401. 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)
  4402. 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)
  4403. 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)
  4404. 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)
  4405. 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)
  4406. 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)
  4407. 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)
  4408. 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)
  4409. 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)
  4410. 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)
  4411. 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)
  4412. 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)
  4413. 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)
  4414. 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)
  4415. 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)
  4416. 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)
  4417. 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)
  4418. 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)
  4419. 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)
  4420. 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)
  4421. 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)
  4422. 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)
  4423. 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)
  4424. 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)
  4425. 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)
  4426. 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)
  4427. 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)
  4428. 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)
  4429. 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)
  4430. 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)
  4431. 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)
  4432. 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)
  4433. 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)
  4434. 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)
  4435. 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)
  4436. 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)
  4437. 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)
  4438. 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)
  4439. 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)
  4440. 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)
  4441. 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)
  4442. 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)
  4443. 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)
  4444. 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)
  4445. 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)
  4446. 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)
  4447. 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)
  4448. 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)
  4449. 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)
  4450. 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)
  4451. 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)
  4452. 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)
  4453. 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)
  4454. 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)
  4455. 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)
  4456. 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)
  4457. 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)
  4458. 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)
  4459. 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)
  4460. 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)
  4461. 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)
  4462. 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)
  4463. 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)
  4464. 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)
  4465. 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)
  4466. 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)
  4467. 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)
  4468. 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)
  4469. 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)
  4470. 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)
  4471. 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)
  4472. 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)
  4473. 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)
  4474. 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)
  4475. 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)
  4476. 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)
  4477. 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)
  4478. 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)
  4479. 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)
  4480. 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)
  4481. 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)
  4482. 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)
  4483. 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)
  4484. 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)
  4485. 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)
  4486. 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)
  4487. 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)
  4488. 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)
  4489. 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)
  4490. 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)
  4491. 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)
  4492. createDecal(DE, Part, "http://www.roblox.com/asset/?id=1008743", Enum.NormalId.Front)
  4493. 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)
  4494. 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)
  4495. 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)
  4496. 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)
  4497. 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)
  4498. createDecal(DE, Part, "http://www.roblox.com/asset/?id=1008744", Enum.NormalId.Front)
  4499. 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)
  4500. 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)
  4501. 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)
  4502. 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)
  4503. 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)
  4504. createDecal(DE, Part, "http://www.roblox.com/asset/?id=1008745", Enum.NormalId.Front)
  4505. 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)
  4506. 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)
  4507. 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)
  4508. 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)
  4509. 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)
  4510. createDecal(DE, Part, "http://www.roblox.com/asset/?id=1008748", Enum.NormalId.Front)
  4511. 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)
  4512. 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)
  4513. 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)
  4514. 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)
  4515. 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)
  4516. 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)
  4517. 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)
  4518. 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)
  4519. 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)
  4520. 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)
  4521. 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)
  4522. 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)
  4523. 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)
  4524. 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)
  4525. 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)
  4526. 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)
  4527. 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)
  4528. 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)
  4529. 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)
  4530. 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)
  4531. 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)
  4532. 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)
  4533. 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)
  4534. 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)
  4535. 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)
  4536. 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)
  4537. 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)
  4538. 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)
  4539. 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)
  4540. 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)
  4541. 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)
  4542. 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)
  4543. 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)
  4544. 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)
  4545. 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)
  4546. 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)
  4547. 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)
  4548. 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)
  4549. 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)
  4550. 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)
  4551. 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)
  4552. 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)
  4553. 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)
  4554. 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)
  4555. 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)
  4556. 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)
  4557. 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)
  4558. 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)
  4559. 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)
  4560. 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)
  4561. 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)
  4562. 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)
  4563. 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)
  4564. 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)
  4565. 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)
  4566. 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)
  4567. 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)
  4568. 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)
  4569. 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)
  4570. 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)
  4571. 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)
  4572. 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)
  4573. 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)
  4574. 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)
  4575. 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)
  4576. 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)
  4577. 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)
  4578. 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)
  4579. 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)
  4580. 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)
  4581. 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)
  4582. 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)
  4583. 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)
  4584. 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)
  4585. 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)
  4586. 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)
  4587. 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)
  4588. 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)
  4589. 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)
  4590. 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)
  4591. 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)
  4592. 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)
  4593. 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)
  4594. 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)
  4595. 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)
  4596. 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)
  4597. 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)
  4598. 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)
  4599. 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)
  4600. 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)
  4601. 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)
  4602. 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)
  4603. 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)
  4604. 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)
  4605. 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)
  4606. 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)
  4607. 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)
  4608. 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)
  4609. 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)
  4610. 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)
  4611. 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)
  4612. 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)
  4613. 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)
  4614. 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)
  4615. 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)
  4616. 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)
  4617. 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)
  4618. 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)
  4619. 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)
  4620. 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)
  4621. 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)
  4622. 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)
  4623. 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)
  4624. 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)
  4625. 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)
  4626. 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)
  4627. 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)
  4628. 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)
  4629. 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)
  4630. 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)
  4631. 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)
  4632. 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)
  4633. 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)
  4634. 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)
  4635. 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)
  4636. 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)
  4637. 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)
  4638. 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)
  4639. 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)
  4640. 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)
  4641. 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)
  4642. 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)
  4643. 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)
  4644. 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)
  4645. 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)
  4646. 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)
  4647. 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)
  4648. 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)
  4649. 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)
  4650. 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)
  4651. 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)
  4652. 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)
  4653. 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)
  4654. 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)
  4655. 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)
  4656. 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)
  4657. 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)
  4658. 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)
  4659. 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)
  4660. 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)
  4661. 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)
  4662. 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)
  4663. 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)
  4664. 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)
  4665. 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)
  4666. 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)
  4667. 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)
  4668. 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)
  4669. 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)
  4670. 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)
  4671. 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)
  4672. 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)
  4673. 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)
  4674. 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)
  4675. 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)
  4676. 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)
  4677. 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)
  4678. 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)
  4679. 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)
  4680. 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)
  4681. 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)
  4682. 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)
  4683. 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)
  4684. 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)
  4685. 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)
  4686. 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)
  4687. 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)
  4688. 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)
  4689. 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)
  4690. 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)
  4691. 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)
  4692. 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)
  4693. 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)
  4694. 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)
  4695. 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)
  4696. 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)
  4697. 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)
  4698. 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)
  4699. 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)
  4700. 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)
  4701. 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)
  4702. 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)
  4703. 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)
  4704. 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)
  4705. 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)
  4706. 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)
  4707. 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)
  4708. 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)
  4709. 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)
  4710. 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)
  4711. 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)
  4712. 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)
  4713. 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)
  4714. 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)
  4715. 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)
  4716. 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)
  4717. 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)
  4718. 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)
  4719. 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)
  4720. 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)
  4721. 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)
  4722. 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)
  4723. 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)
  4724. 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)
  4725. 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)
  4726. 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)
  4727. 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)
  4728. 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)
  4729. 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)
  4730. 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)
  4731. 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)
  4732. 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)
  4733. 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)
  4734. 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)
  4735. 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)
  4736. 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)
  4737. 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)
  4738. 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)
  4739. 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)
  4740. 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)
  4741. 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)
  4742. 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)
  4743. 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)
  4744. 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)
  4745. 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)
  4746. 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)
  4747. 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)
  4748. 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)
  4749. 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)
  4750. 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)
  4751. 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)
  4752. 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)
  4753. 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)
  4754. 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)
  4755. 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)
  4756. 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)
  4757. 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)
  4758. 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)
  4759. 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)
  4760. 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)
  4761. 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)
  4762. 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)
  4763. 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)
  4764. 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)
  4765. 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)
  4766. 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)
  4767. 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)
  4768. 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)
  4769. 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)
  4770. 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)
  4771. 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)
  4772. 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)
  4773. 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)
  4774. 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)
  4775. 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)
  4776. 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)
  4777. 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)
  4778. 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)
  4779. 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)
  4780. 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)
  4781. 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)
  4782. 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)
  4783. 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)
  4784. 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)
  4785. 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)
  4786. 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)
  4787. 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)
  4788. 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)
  4789. 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)
  4790. 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)
  4791. 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)
  4792. 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)
  4793. 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)
  4794. 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)
  4795. 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)
  4796. 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)
  4797. 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)
  4798. 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)
  4799. 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)
  4800. 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)
  4801. 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)
  4802. 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)
  4803. 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)
  4804. 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)
  4805. 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)
  4806. 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)
  4807. 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)
  4808. 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)
  4809. 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)
  4810. 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)
  4811. 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)
  4812. 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)
  4813. 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)
  4814. 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)
  4815. 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)
  4816. 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)
  4817. 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)
  4818. 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)
  4819. 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)
  4820. 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)
  4821. 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)
  4822. 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)
  4823. 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)
  4824. 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)
  4825. 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)
  4826. 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)
  4827. 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)
  4828. 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)
  4829. 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)
  4830. 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)
  4831. 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)
  4832. 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)
  4833. 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)
  4834. 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)
  4835. 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)
  4836. 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)
  4837. 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)
  4838. 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)
  4839. 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)
  4840. 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)
  4841. 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)
  4842. 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)
  4843. 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)
  4844. 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)
  4845. 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)
  4846. 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)
  4847. 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)
  4848. 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)
  4849. 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)
  4850. 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)
  4851. 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)
  4852. 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)
  4853. 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)
  4854. 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)
  4855. 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)
  4856. 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)
  4857. 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)
  4858. 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)
  4859. 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)
  4860. 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)
  4861. 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)
  4862. 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)
  4863. 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)
  4864. 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)
  4865. 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)
  4866. 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)
  4867. 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)
  4868. 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)
  4869. 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)
  4870. 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)
  4871. 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)
  4872. 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)
  4873. 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)
  4874. 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)
  4875. 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)
  4876. 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)
  4877. 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)
  4878. 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)
  4879. 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)
  4880. 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)
  4881. 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)
  4882. 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)
  4883. 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)
  4884. 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)
  4885. 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)
  4886. 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)
  4887. 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)
  4888. 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)
  4889. 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)
  4890. 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)
  4891. 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)
  4892. 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)
  4893. 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)
  4894. 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)
  4895. 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)
  4896. 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)
  4897. 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)
  4898. 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)
  4899. 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)
  4900. 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)
  4901. 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)
  4902. 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)
  4903. 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)
  4904. 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)
  4905. 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)
  4906. 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)
  4907. 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)
  4908. 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)
  4909. 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)
  4910. 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)
  4911. 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)
  4912. 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)
  4913. 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)
  4914. 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)
  4915. 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)
  4916. 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)
  4917. 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)
  4918. 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)
  4919. 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)
  4920. 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)
  4921. 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)
  4922. 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)
  4923. 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)
  4924. 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)
  4925. 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)
  4926. 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)
  4927. 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)
  4928. 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)
  4929. 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)
  4930. 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)
  4931. 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)
  4932. 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)
  4933. 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)
  4934. 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)
  4935. 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)
  4936. 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)
  4937. 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)
  4938. 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)
  4939. 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)
  4940. 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)
  4941. 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)
  4942. 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)
  4943. 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)
  4944. 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)
  4945. 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)
  4946. 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)
  4947. 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)
  4948. 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)
  4949. 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)
  4950. 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)
  4951. 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)
  4952. 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)
  4953. 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)
  4954. 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)
  4955. 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)
  4956. 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)
  4957. 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)
  4958. 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)
  4959. 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)
  4960. 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)
  4961. 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)
  4962. 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)
  4963. 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)
  4964. 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)
  4965. 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)
  4966. 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)
  4967. 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)
  4968. 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)
  4969. 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)
  4970. 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)
  4971. 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)
  4972. 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)
  4973. 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)
  4974. 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)
  4975. 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)
  4976. 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)
  4977. 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)
  4978. 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)
  4979. 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)
  4980. 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)
  4981. 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)
  4982. 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)
  4983. 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)
  4984. 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)
  4985. 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)
  4986. 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)
  4987. 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)
  4988. 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)
  4989. 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)
  4990. 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)
  4991. 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)
  4992. 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)
  4993. 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)
  4994. 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)
  4995. 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)
  4996. 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)
  4997. 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)
  4998. 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)
  4999. 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)
  5000. 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)
  5001. 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)
  5002. 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)
  5003. 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)
  5004. 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)
  5005. 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)
  5006. 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)
  5007. 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)
  5008. 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)
  5009. 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)
  5010. 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)
  5011. 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)
  5012. 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)
  5013. 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)
  5014. 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)
  5015. 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)
  5016. 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)
  5017. 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)
  5018. 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)
  5019. 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)
  5020. 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)
  5021. 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)
  5022. 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)
  5023. 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)
  5024. 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)
  5025. 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)
  5026. 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)
  5027. 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)
  5028. 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)
  5029. 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)
  5030. 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)
  5031. 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)
  5032. 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)
  5033. 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)
  5034. 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)
  5035. 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)
  5036. 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)
  5037. 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)
  5038. 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)
  5039. 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)
  5040. 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)
  5041. 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)
  5042. 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)
  5043. 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)
  5044. 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)
  5045. 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)
  5046. 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)
  5047. 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)
  5048. 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)
  5049. 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)
  5050. 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)
  5051. 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)
  5052. 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)
  5053. 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)
  5054. 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)
  5055. 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)
  5056. 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)
  5057. 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)
  5058. 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)
  5059. 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)
  5060. 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)
  5061. 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)
  5062. 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)
  5063. 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)
  5064. 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)
  5065. 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)
  5066. 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)
  5067. 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)
  5068. 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)
  5069. 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)
  5070. 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)
  5071. 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)
  5072. 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)
  5073. 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)
  5074. 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)
  5075. 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)
  5076. 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)
  5077. 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)
  5078. 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)
  5079. 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)
  5080. 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)
  5081. 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)
  5082. 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)
  5083. 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)
  5084. 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)
  5085. 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)
  5086. 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)
  5087. 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)
  5088. 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)
  5089. 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)
  5090. 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)
  5091. 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)
  5092. 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)
  5093. 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)
  5094. 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)
  5095. 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)
  5096. 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)
  5097. 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)
  5098. 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)
  5099. 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)
  5100. 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)
  5101. 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)
  5102. 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)
  5103. 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)
  5104. 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)
  5105. 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)
  5106. 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)
  5107. 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)
  5108. 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)
  5109. 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)
  5110. 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)
  5111. 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)
  5112. 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)
  5113. 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)
  5114. 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)
  5115. 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)
  5116. 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)
  5117. 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)
  5118. 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)
  5119. 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)
  5120. 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)
  5121. 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)
  5122. 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)
  5123. 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)
  5124. 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)
  5125. 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)
  5126. 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)
  5127. 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)
  5128. 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)
  5129. 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)
  5130. 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)
  5131. 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)
  5132. 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)
  5133. 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)
  5134. 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)
  5135. 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)
  5136. 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)
  5137. 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)
  5138. 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)
  5139. 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)
  5140. 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)
  5141. 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)
  5142. 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)
  5143. 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)
  5144. 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)
  5145. 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)
  5146. 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)
  5147. 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)
  5148. 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)
  5149. 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)
  5150. 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)
  5151. 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)
  5152. 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)
  5153. 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)
  5154. 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)
  5155. 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)
  5156. 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)
  5157. 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)
  5158. 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)
  5159. 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)
  5160. 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)
  5161. 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)
  5162. 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)
  5163. 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)
  5164. 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)
  5165. 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)
  5166. 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)
  5167. 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)
  5168. 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)
  5169. 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)
  5170. 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)
  5171. 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)
  5172. 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)
  5173. 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)
  5174. 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)
  5175. 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)
  5176. 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)
  5177. 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)
  5178. 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)
  5179. 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)
  5180. 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)
  5181. 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)
  5182. 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)
  5183. 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)
  5184. 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)
  5185. 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)
  5186. 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)
  5187. 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)
  5188. 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)
  5189. 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)
  5190. 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)
  5191. 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)
  5192. 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)
  5193. 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)
  5194. 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)
  5195. 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)
  5196. 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)
  5197. 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)
  5198. 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)
  5199. 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)
  5200. 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)
  5201. 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)
  5202. 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)
  5203. 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)
  5204. 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)
  5205. 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)
  5206. 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)
  5207. 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)
  5208. 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)
  5209. 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)
  5210. 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)
  5211. 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)
  5212. 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)
  5213. 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)
  5214. 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)
  5215. 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)
  5216. 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)
  5217. 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)
  5218. 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)
  5219. 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)
  5220. 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)
  5221. 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)
  5222. 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)
  5223. 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)
  5224. 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)
  5225. 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)
  5226. 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)
  5227. 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)
  5228. 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)
  5229. 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)
  5230. 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)
  5231. 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)
  5232. 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)
  5233. 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)
  5234. 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)
  5235. 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)
  5236. 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)
  5237. 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)
  5238. 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)
  5239. 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)
  5240. 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)
  5241. 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)
  5242. 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)
  5243. 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)
  5244. 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)
  5245. 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)
  5246. 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)
  5247. 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)
  5248. 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)
  5249. 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)
  5250. 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)
  5251. 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)
  5252. 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)
  5253. 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)
  5254. 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)
  5255. 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)
  5256. 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)
  5257. 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)
  5258. 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)
  5259. 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)
  5260. 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)
  5261. 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)
  5262. 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)
  5263. 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)
  5264. 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)
  5265. 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)
  5266. 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)
  5267. 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)
  5268. 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)
  5269. 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)
  5270. 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)
  5271. 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)
  5272. 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)
  5273. 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)
  5274. 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)
  5275. 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)
  5276. 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)
  5277. 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)
  5278. 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)
  5279. 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)
  5280. 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)
  5281. 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)
  5282. 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)
  5283. 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)
  5284. 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)
  5285. 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)
  5286. 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)
  5287. 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)
  5288. 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)
  5289. 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)
  5290. 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)
  5291. 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)
  5292. 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)
  5293. 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)
  5294. 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)
  5295. 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)
  5296. 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)
  5297. 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)
  5298. 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)
  5299. 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)
  5300. 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)
  5301. 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)
  5302. 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)
  5303. 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)
  5304. 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)
  5305. 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)
  5306. 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)
  5307. 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)
  5308. 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)
  5309. 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)
  5310. 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)
  5311. 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)
  5312. 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)
  5313. 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)
  5314. 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)
  5315. 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)
  5316. 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)
  5317. 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)
  5318. 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)
  5319. 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)
  5320. 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)
  5321. 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)
  5322. 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)
  5323. 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)
  5324. 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)
  5325. 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)
  5326. 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)
  5327. 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)
  5328. 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)
  5329. 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)
  5330. 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)
  5331. 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)
  5332. 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)
  5333. 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)
  5334. 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)
  5335. 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)
  5336. 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)
  5337. 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)
  5338. 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)
  5339. 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)
  5340. 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)
  5341. 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)
  5342. 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)
  5343. 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)
  5344. 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)
  5345. 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)
  5346. 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)
  5347. 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)
  5348. 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)
  5349. 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)
  5350. 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)
  5351. 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)
  5352. 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)
  5353. 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)
  5354. 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)
  5355. 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)
  5356. 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)
  5357. 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)
  5358. 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)
  5359. 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)
  5360. 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)
  5361. 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)
  5362. 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)
  5363. 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)
  5364. 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)
  5365. 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)
  5366. 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)
  5367. 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)
  5368. 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)
  5369. 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)
  5370. 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)
  5371. 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)
  5372. 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)
  5373. 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)
  5374. 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)
  5375. 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)
  5376. 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)
  5377. 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)
  5378. 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)
  5379. 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)
  5380. 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)
  5381. 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)
  5382. 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)
  5383. 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)
  5384. 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)
  5385. 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)
  5386. 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)
  5387. 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)
  5388. 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)
  5389. 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)
  5390. 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)
  5391. 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)
  5392. 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)
  5393. 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)
  5394. 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)
  5395. 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)
  5396. 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)
  5397. 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)
  5398. 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)
  5399. 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)
  5400. 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)
  5401. 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)
  5402. 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)
  5403. 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)
  5404. 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)
  5405. 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)
  5406. 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)
  5407. 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)
  5408. 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)
  5409. 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)
  5410. 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)
  5411. 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)
  5412. 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)
  5413. 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)
  5414. 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)
  5415. 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)
  5416. 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)
  5417. 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)
  5418. 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)
  5419. 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)
  5420. 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)
  5421. 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)
  5422. 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)
  5423. 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)
  5424. 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)
  5425. 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)
  5426. 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)
  5427. 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)
  5428. 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)
  5429. 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)
  5430. 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)
  5431. 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)
  5432. 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)
  5433. 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)
  5434. 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)
  5435. 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)
  5436. 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)
  5437. 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)
  5438. 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)
  5439. 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)
  5440. 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)
  5441. 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)
  5442. 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)
  5443. 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)
  5444. 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)
  5445. 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)
  5446. 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)
  5447. 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)
  5448. 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)
  5449. 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)
  5450. 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)
  5451. 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)
  5452. 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)
  5453. 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)
  5454. 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)
  5455. 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)
  5456. 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)
  5457. 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)
  5458. 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)
  5459. 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)
  5460. 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)
  5461. 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)
  5462. 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)
  5463. 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)
  5464. 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)
  5465. 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)
  5466. 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)
  5467. 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)
  5468. 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)
  5469. 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)
  5470. 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)
  5471. 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)
  5472. 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)
  5473. 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)
  5474. 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)
  5475. 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)
  5476. 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)
  5477. 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)
  5478. 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)
  5479. 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)
  5480. 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)
  5481. 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)
  5482. 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)
  5483. 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)
  5484. 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)
  5485. 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)
  5486. 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)
  5487. 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)
  5488. 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)
  5489. 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)
  5490. 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)
  5491. 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)
  5492. 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)
  5493. 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)
  5494. 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)
  5495. 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)
  5496. 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)
  5497. 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)
  5498. 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)
  5499. 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)
  5500. 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)
  5501. 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)
  5502. 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)
  5503. 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)
  5504. 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)
  5505. 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)
  5506. 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)
  5507. 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)
  5508. 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)
  5509. 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)
  5510. 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)
  5511. 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)
  5512. 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)
  5513. 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)
  5514. 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)
  5515. 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)
  5516. 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)
  5517. 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)
  5518. 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)
  5519. 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)
  5520. 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)
  5521. 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)
  5522. 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)
  5523. 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)
  5524. 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)
  5525. 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)
  5526. 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)
  5527. 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)
  5528. 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)
  5529. 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)
  5530. 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)
  5531. 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)
  5532. 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)
  5533. 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)
  5534. 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)
  5535. 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)
  5536. 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)
  5537. 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)
  5538. 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)
  5539. 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)
  5540. 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)
  5541. 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)
  5542. 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)
  5543. 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)
  5544. 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)
  5545. 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)
  5546. 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)
  5547. 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)
  5548. 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)
  5549. 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)
  5550. 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)
  5551. 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)
  5552. 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)
  5553. 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)
  5554. 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)
  5555. 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)
  5556. 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)
  5557. 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)
  5558. 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)
  5559. 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)
  5560. 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)
  5561. 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)
  5562. 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)
  5563. 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)
  5564. 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)
  5565. 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)
  5566. 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)
  5567. 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)
  5568. 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)
  5569. 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)
  5570. 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)
  5571. 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)
  5572. 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)
  5573. 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)
  5574. 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)
  5575. 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)
  5576. 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)
  5577. 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)
  5578. 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)
  5579. 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)
  5580. 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)
  5581. 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)
  5582. 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)
  5583. 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)
  5584. 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)
  5585. 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)
  5586. 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)
  5587. 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)
  5588. 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)
  5589. 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)
  5590. 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)
  5591. 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)
  5592. 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)
  5593. 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)
  5594. 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)
  5595. 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)
  5596. 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)
  5597. 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)
  5598. 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)
  5599. 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)
  5600. 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)
  5601. 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)
  5602. 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)
  5603. 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)
  5604. 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)
  5605. 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)
  5606. 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)
  5607. 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)
  5608. 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)
  5609. 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)
  5610. 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)
  5611. 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)
  5612. 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)
  5613. 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)
  5614. 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)
  5615. 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)
  5616. 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)
  5617. 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)
  5618. 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)
  5619. 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)
  5620. 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)
  5621. 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)
  5622. 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)
  5623. 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)
  5624. 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)
  5625. 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)
  5626. 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)
  5627. 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)
  5628. 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)
  5629. 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)
  5630. 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)
  5631. 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)
  5632. 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)
  5633. 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)
  5634. 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)
  5635. 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)
  5636. 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)
  5637. 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)
  5638. 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)
  5639. 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)
  5640. 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)
  5641. 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)
  5642. 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)
  5643. 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)
  5644. 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)
  5645. 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)
  5646. 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)
  5647. 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)
  5648. 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)
  5649. 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)
  5650. 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)
  5651. 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)
  5652. 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)
  5653. 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)
  5654. 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)
  5655. 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)
  5656. 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)
  5657. 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)
  5658. 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)
  5659. 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)
  5660. 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)
  5661. 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)
  5662. 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)
  5663. 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)
  5664. 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)
  5665. 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)
  5666. 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)
  5667. 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)
  5668. 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)
  5669. 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)
  5670. 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)
  5671. 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)
  5672. 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)
  5673. 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)
  5674. 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)
  5675. 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)
  5676. 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)
  5677. 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)
  5678. 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)
  5679. 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)
  5680. 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)
  5681. 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)
  5682. 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)
  5683. 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)
  5684. 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)
  5685. 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)
  5686. 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)
  5687. 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)
  5688. 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)
  5689. 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)
  5690. 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)
  5691. 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)
  5692. 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)
  5693. 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)
  5694. 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)
  5695. 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)
  5696. 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)
  5697. 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)
  5698. 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)
  5699. 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)
  5700. 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)
  5701. 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)
  5702. 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)
  5703. 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)
  5704. 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)
  5705. 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)
  5706. 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)
  5707. 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)
  5708. 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)
  5709. 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)
  5710. 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)
  5711. 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)
  5712. 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)
  5713. 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)
  5714. 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)
  5715. 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)
  5716. 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)
  5717. 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)
  5718. 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)
  5719. 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)
  5720. 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)
  5721. 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)
  5722. 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)
  5723. 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)
  5724. 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)
  5725. 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)
  5726. 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)
  5727. 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)
  5728. 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)
  5729. 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)
  5730. 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)
  5731. 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)
  5732. 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)
  5733. 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)
  5734. 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)
  5735. 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)
  5736. 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)
  5737. 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)
  5738. 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)
  5739. 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)
  5740. 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)
  5741. 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)
  5742. 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)
  5743. 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)
  5744. 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)
  5745. 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)
  5746. 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)
  5747. 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)
  5748. 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)
  5749. 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)
  5750. 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)
  5751. 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)
  5752. 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)
  5753. 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)
  5754. 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)
  5755. 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)
  5756. 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)
  5757. 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)
  5758. 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)
  5759. 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)
  5760. 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)
  5761. 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)
  5762. 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)
  5763. 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)
  5764. 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)
  5765. 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)
  5766. 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)
  5767. 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)
  5768. 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)
  5769. 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)
  5770. 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)
  5771. 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)
  5772. 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)
  5773. 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)
  5774. 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)
  5775. 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)
  5776. 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)
  5777. 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)
  5778. 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)
  5779. 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)
  5780. 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)
  5781. 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)
  5782. 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)
  5783. 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)
  5784. 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)
  5785. 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)
  5786. 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)
  5787. 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)
  5788. 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)
  5789. 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)
  5790. 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)
  5791. 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)
  5792. 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)
  5793. 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)
  5794. 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)
  5795. 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)
  5796. 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)
  5797. 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)
  5798. 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)
  5799. 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)
  5800. 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)
  5801. 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)
  5802. 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)
  5803. 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)
  5804. 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)
  5805. 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)
  5806. 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)
  5807. 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)
  5808. 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)
  5809. 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)
  5810. 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)
  5811. 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)
  5812. 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)
  5813. 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)
  5814. 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)
  5815. 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)
  5816. 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)
  5817. 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)
  5818. 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)
  5819. 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)
  5820. 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)
  5821. 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)
  5822. 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)
  5823. 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)
  5824. 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)
  5825. 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)
  5826. 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)
  5827. 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)
  5828. 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)
  5829. 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)
  5830. 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)
  5831. 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)
  5832. 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)
  5833. 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)
  5834. 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)
  5835. 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)
  5836. 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)
  5837. 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)
  5838. 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)
  5839. 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)
  5840. 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)
  5841. 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)
  5842. 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)
  5843. 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)
  5844. 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)
  5845. 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)
  5846. 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)
  5847. 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)
  5848. 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)
  5849. 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)
  5850. 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)
  5851. 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)
  5852. 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)
  5853. 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)
  5854. 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)
  5855. 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)
  5856. 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)
  5857. 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)
  5858. 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)
  5859. 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)
  5860. 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)
  5861. 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)
  5862. 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)
  5863. 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)
  5864. 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)
  5865. 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)
  5866. 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)
  5867. 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)
  5868. 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)
  5869. 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)
  5870. 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)
  5871. 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)
  5872. 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)
  5873. 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)
  5874. 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)
  5875. 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)
  5876. 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)
  5877. 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)
  5878. 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)
  5879. 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)
  5880. 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)
  5881. 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)
  5882. 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)
  5883. 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)
  5884. 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)
  5885. 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)
  5886. 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)
  5887. 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)
  5888. 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)
  5889. 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)
  5890. 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)
  5891. 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)
  5892. 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)
  5893. 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)
  5894. 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)
  5895. 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)
  5896. 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)
  5897. 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)
  5898. 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)
  5899. 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)
  5900. 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)
  5901. 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)
  5902. 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)
  5903. 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)
  5904. 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)
  5905. 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)
  5906. 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)
  5907. 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)
  5908. 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)
  5909. 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)
  5910. 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)
  5911. 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)
  5912. 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)
  5913. 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)
  5914. 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)
  5915. 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)
  5916. 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)
  5917. 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)
  5918. 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)
  5919. 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)
  5920. 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)
  5921. 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)
  5922. 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)
  5923. 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)
  5924. 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)
  5925. 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)
  5926. 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)
  5927. 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)
  5928. 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)
  5929. 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)
  5930. 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)
  5931. 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)
  5932. 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)
  5933. 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)
  5934. 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)
  5935. 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)
  5936. 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)
  5937. 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)
  5938. 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)
  5939. 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)
  5940. 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)
  5941. 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)
  5942. 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)
  5943. 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)
  5944. 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)
  5945. 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)
  5946. 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)
  5947. 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)
  5948. 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)
  5949. 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)
  5950. 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)
  5951. 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)
  5952. 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)
  5953. 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)
  5954. 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)
  5955. 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)
  5956. 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)
  5957. 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)
  5958. 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)
  5959. 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)
  5960. 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)
  5961. 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)
  5962. 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)
  5963. 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)
  5964. 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)
  5965. 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)
  5966. 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)
  5967. 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)
  5968. 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)
  5969. 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)
  5970. 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)
  5971. 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)
  5972. 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)
  5973. 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)
  5974. 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)
  5975. 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)
  5976. 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)
  5977. 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)
  5978. 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)
  5979. 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)
  5980. 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)
  5981. 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)
  5982. 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)
  5983. 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)
  5984. 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)
  5985. 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)
  5986. 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)
  5987. 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)
  5988. 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)
  5989. 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)
  5990. 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)
  5991. 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)
  5992. 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)
  5993. 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)
  5994. 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)
  5995. 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)
  5996. 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)
  5997. 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)
  5998. 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)
  5999. 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)
  6000. 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)
  6001. 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)
  6002. 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)
  6003. 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)
  6004. 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)
  6005. 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)
  6006. 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)
  6007. 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)
  6008. 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)
  6009. 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)
  6010. 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)
  6011. 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)
  6012. 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)
  6013. 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)
  6014. 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)
  6015. 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)
  6016. 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)
  6017. 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)
  6018. 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)
  6019. 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)
  6020. 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)
  6021. 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)
  6022. 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)
  6023. 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)
  6024. 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)
  6025. 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)
  6026. 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)
  6027. 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)
  6028. 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)
  6029. 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)
  6030. 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)
  6031. 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)
  6032. 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)
  6033. 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)
  6034. 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)
  6035. 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)
  6036. 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)
  6037. 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)
  6038. 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)
  6039. 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)
  6040. 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)
  6041. createDecal(DE, Part, "http://www.roblox.com/asset/?id=1361904", Enum.NormalId.Right)
  6042. 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)
  6043. 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)
  6044. 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)
  6045. 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)
  6046. 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)
  6047. 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)
  6048. 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)
  6049. 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)
  6050. 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)
  6051. 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)
  6052. 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)
  6053. 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)
  6054. 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)
  6055. 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)
  6056. print("Done creating map from .gdf format. This script may now be deleted")
  6057. end)
  6058.  
  6059. SpamBlocks.Name = "SpamBlocks"
  6060. SpamBlocks.Parent = Frame
  6061. SpamBlocks.BackgroundColor3 = Color3.new(0, 0, 0)
  6062. SpamBlocks.BackgroundTransparency = 0.60000002384186
  6063. SpamBlocks.BorderColor3 = Color3.new(0, 1, 1)
  6064. SpamBlocks.BorderSizePixel = 3
  6065. SpamBlocks.Position = UDim2.new(0, 0, 0.274725288, 0)
  6066. SpamBlocks.Size = UDim2.new(0, 497, 0, 50)
  6067. SpamBlocks.Font = Enum.Font.SciFi
  6068. SpamBlocks.FontSize = Enum.FontSize.Size14
  6069. SpamBlocks.Text = "SpamBlocks"
  6070. SpamBlocks.TextColor3 = Color3.new(0.666667, 1, 1)
  6071. SpamBlocks.TextScaled = true
  6072. SpamBlocks.TextSize = 14
  6073. SpamBlocks.TextWrapped = true
  6074. SpamBlocks.MouseButton1Down:connect(function()
  6075. while true do wait() Instance.new("Part",Workspace) end
  6076. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement