Axeuer

Untitled

Mar 24th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 799.31 KB | None | 0 0
  1. --------------------------This is an Official script from Duelist--------------------------
  2. ---{-------------------- -------------------}---
  3. ---{-------------------- / \ -------------------}---
  4. ---{-------------------- II -------------------}---
  5. ---{-------------------- II -------------------}---
  6. ---{-------------------- II -------------------}---
  7. ---{-------------------- A========A -------------------}---
  8. ---{-------------------- II -------------------}---
  9. ---{-------------------- II -------------------}---
  10. ---{-------------------- W -------------------}---
  11. -------------------------------------------------------------------------------------------------------------
  12. local plr = game.Players.LocalPlayer
  13. local char = game.Workspace:WaitForChild(plr.Name)
  14. local m = plr:GetMouse()
  15. local trans = false
  16. local realdeb = false
  17. local PGui = plr:WaitForChild("PlayerGui")
  18. local chat = game:GetService"Chat"
  19. local Head = char:WaitForChild"Head"
  20. local Torso = char:WaitForChild"Torso"
  21. local HRP = char:WaitForChild"HumanoidRootPart"
  22. local RArm = char:WaitForChild"Right Arm"
  23. local LArm = char:WaitForChild"Left Arm"
  24. local RLeg = char:WaitForChild"Right Leg"
  25. local LLeg = char:WaitForChild"Left Leg"
  26. local Hum = char:WaitForChild'Humanoid'
  27. local lastspeed = Hum.WalkSpeed
  28. msgz = Instance.new("Message", PGui)
  29. msgz.Text = ""
  30. game.Debris:AddItem(msgz, 6.5)
  31. local part = Instance.new"Part"
  32. part.Name = "TransformationPart"
  33. part.FormFactor = "Custom"
  34. part.Size = Vector3.new(1,1,1)
  35. part.Material = "SmoothPlastic"
  36. part.TopSurface = "Smooth"
  37. part.BottomSurface = "Smooth"
  38. part.Anchored = true
  39. part.CanCollide = false
  40.  
  41. local Joints = {Head = Torso.Neck, Torso = HRP.RootJoint, RArm = Torso["Right Shoulder"], LArm = Torso["Left Shoulder"], RLeg = Torso["Right Hip"], LLeg = Torso["Left Hip"]}
  42. local Refresh = function()
  43. Joints.Head.C0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  44. Joints.Torso.C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  45. Joints.RArm.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  46. Joints.LArm.C0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  47. Joints.RLeg.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  48. Joints.LLeg.C0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  49. Joints.Head.C1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  50. Joints.Torso.C1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  51. Joints.RArm.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  52. Joints.LArm.C1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  53. Joints.RLeg.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  54. Joints.LLeg.C1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  55. end
  56.  
  57. local Anims = {Scrunch = function(active)
  58. if active then
  59. for i = 0, 10, 0.5 do
  60. wait(0.016666666666667)
  61. Joints.RArm.C0 = Joints.RArm.C0 * CFrame.Angles(math.rad(-30) / 10, 0, 0)
  62. Joints.LArm.C0 = Joints.LArm.C0 * CFrame.Angles(math.rad(-30) / 10, 0, 0)
  63. Joints.RLeg.C0 = Joints.RLeg.C0 * CFrame.Angles(-0.01, -0.02, 0.01)
  64. Joints.LLeg.C0 = Joints.LLeg.C0 * CFrame.Angles(-0.01, 0.02, 0.01)
  65. end
  66. else
  67. do
  68. for i = 0, 10, 0.5 do
  69. wait(0.016666666666667)
  70. Joints.RArm.C0 = Joints.RArm.C0 * CFrame.Angles(math.rad(-30) / 10, 0, 0):inverse()
  71. Joints.LArm.C0 = Joints.LArm.C0 * CFrame.Angles(math.rad(-30) / 10, 0, 0):inverse()
  72. Joints.RLeg.C0 = Joints.RLeg.C0 * CFrame.Angles(-0.01, -0.02, 0.01):inverse()
  73. Joints.LLeg.C0 = Joints.LLeg.C0 * CFrame.Angles(-0.01, 0.02, 0.01):inverse()
  74. end
  75. Refresh()
  76. end
  77. end
  78. end
  79. , Implode = function(active)
  80. if active then
  81. for i = 0, 10, 0.75 do
  82. wait(0.016666666666667)
  83. Joints.RArm.C0 = Joints.RArm.C0 * CFrame.Angles(-0.025, -0.055, 0.155)
  84. Joints.LArm.C0 = Joints.LArm.C0 * CFrame.Angles(-0.025, 0.055, -0.155)
  85. Joints.RLeg.C0 = Joints.RLeg.C0 * CFrame.Angles(-0.015, -0.025, -0.015)
  86. Joints.LLeg.C0 = Joints.LLeg.C0 * CFrame.Angles(-0.015, 0.025, -0.015)
  87. end
  88. else
  89. do
  90. for i = 0, 10, 0.75 do
  91. wait(0.016666666666667)
  92. Joints.RArm.C0 = Joints.RArm.C0 * CFrame.Angles(-0.025, -0.055, 0.155):inverse()
  93. Joints.LArm.C0 = Joints.LArm.C0 * CFrame.Angles(-0.025, 0.055, -0.155):inverse()
  94. Joints.RLeg.C0 = Joints.RLeg.C0 * CFrame.Angles(-0.015, -0.025, -0.015):inverse()
  95. Joints.LLeg.C0 = Joints.LLeg.C0 * CFrame.Angles(-0.015, 0.025, -0.015):inverse()
  96. end
  97. end
  98. end
  99. end
  100. }
  101.  
  102. local transform = function()
  103. if (trans == false and realdeb == false) then
  104. trans = true
  105. Hum.WalkSpeed = 0
  106. local area = part:Clone()
  107. area.CFrame = Torso.CFrame
  108. area.Parent = workspace
  109. Torso.Anchored = true
  110. for i=1,10 do
  111. area.CFrame = area.CFrame * CFrame.new(0,1,0)
  112. Torso.CFrame = area.CFrame
  113. wait()
  114. end
  115. local weld2 = Instance.new("Weld", area)
  116. weld2.Part0 = area
  117. weld2.Part1 = Torso
  118. weld2.C0 = CFrame.new()
  119. Torso.Anchored = false
  120. delay(0,function()
  121. end)
  122. delay(0,function()
  123. chat:Chat(char["Head"],"You... Mortals.. Dare to defie a GOD","Red")
  124. wait(1.4)
  125. chat:Chat(char["Head"],"...., You're a pathetic weakling who needs to face an immortal being....","Red")
  126. wait(1.4)
  127. chat:Chat(char["Head"],"This is the ancient arcs true form... OSU ACTIVATE","Red")
  128. end)
  129. delay(0,function()
  130. for i=1,5 do
  131. wait()
  132. delay(0,function()
  133. local dzI = 100
  134. while dzI > 10 do
  135. dzI = dzI - 1
  136. local p = Instance.new("Part", char.Head)
  137. p.Anchored = false
  138. p.CanCollide = false
  139. p.Size = Vector3.new(math.random(1,4),math.random(1,4),math.random(1,4))
  140. p.Material = "Neon"
  141. local kekz2 = math.random(1,2)
  142. if kekz2 == 2 then
  143. p.BrickColor = BrickColor.new("Royal purple")
  144. else
  145. p.BrickColor = BrickColor.new("Royal purple")
  146. end
  147. p.CFrame = char.Torso.CFrame*CFrame.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
  148. local t = Instance.new("BodyPosition", p)
  149. t.P = 20000
  150. t.Position = char.Torso.Position
  151. game:service("Debris"):AddItem(p, 0.4)
  152. wait()
  153. delay(0,function()
  154. for i=1,10 do
  155. p.Transparency = i/10
  156. p.CFrame = p.CFrame*CFrame.fromEulerAnglesXYZ(math.random(-20,20),0,math.random(-20,20))
  157. wait()
  158. end
  159. p:Remove()
  160. end)
  161. end
  162. end)
  163. end
  164. end)
  165. delay(0,function()
  166. for q=1,120 do
  167. local xz = Instance.new("Part",plr.Character)
  168. xz.CFrame = plr.Character.Torso.CFrame*CFrame.new(math.random(-450,450),math.random(-450,450),math.random(-450,450))
  169. xz.Anchored = true
  170. xz.Transparency = 1
  171. xz.CanCollide = false
  172. wait(0.04)
  173. local pos2 = xz.Position
  174. local pos = plr.Character.Torso.Position
  175. local radius = math.random(1,1.5)
  176. local numParts = math.random(5,15)
  177. local model = plr.Character.Torso
  178. local lv = CFrame.new(pos,pos2).lookVector
  179. local dist = (pos-pos2).magnitude
  180. local dbp = dist/numParts
  181. local last = pos
  182. for i = 1,numParts do
  183. local p = Instance.new("Part",model)
  184. p.FormFactor = "Symmetric"
  185. p.Size = Vector3.new(1,1,1)
  186. p.CanCollide = false
  187. p.Anchored = true
  188. p.Material = "Neon"
  189. local kekz2 = math.random(1,2)
  190. if kekz2 == 2 then
  191. p.BrickColor = BrickColor.new("Royal purple")
  192. else
  193. p.BrickColor = BrickColor.new("Royal purple")
  194. end
  195. p.Transparency = 0.5
  196. local x = math.random(-2,2)/2*dbp/4
  197. local y = math.random(-2,2)/2*dbp/4
  198. local p2 = CFrame.new(pos+lv*(i*dbp),pos2+lv)*CFrame.new(x,y,0)
  199. local dist2 = (p2.p-last).magnitude
  200. local mid = (p2.p+last)/2
  201. local m = Instance.new("BlockMesh",p)
  202. m.Scale = Vector3.new(radius,radius,dist2)
  203. p.CFrame = CFrame.new(mid,p2.p)
  204. last = p2.p
  205. game:GetService("Debris"):AddItem(p,0.2)
  206. end
  207. wait()
  208. xz:remove()
  209. end
  210.  
  211. kekd = false
  212. end)
  213. Anims.Scrunch(true)
  214. for i = 1, 8 do
  215. wait(0.9)
  216. for i = 1, math.random(4, 6) do
  217. local p = part:Clone()
  218. p.Parent = Torso
  219. p.Anchored = false
  220. p.CFrame = Torso.CFrame
  221. p.CanCollide = false
  222. -- game:service("Debris"):AddItem(p, 0.2)
  223. local kekz2 = math.random(1,2)
  224. if kekz2 == 2 then
  225. p.BrickColor = BrickColor.new("Royal purple")
  226. else
  227. p.BrickColor = BrickColor.new("Royal purple")
  228. end
  229. local w = Instance.new("Weld", p)
  230. w.Part0 = p
  231. w.Part1 = Torso
  232. w.C0 = w.C0 * CFrame.Angles(math.random() * 6.28, math.random() * 6.28, math.random() * 6.28)
  233. local m = Instance.new("CylinderMesh", p)
  234. m.Scale = Vector3.new(math.random() * 3, 320, math.random() * 3)
  235. coroutine.resume(coroutine.create(function()
  236. for i = 1, 25 do
  237. wait(0.071428571428571)
  238. w.C0 = w.C0 * CFrame.Angles(0.05, 0.05, 0.05)
  239. p.Transparency = i / 25
  240. end
  241. pcall(game.Destroy, p)
  242. end
  243. ))
  244. end
  245. end
  246. coroutine.resume(coroutine.create(function()
  247. for i = 1, 6 do
  248. wait(0.9)
  249. --Player.Character.Torso.Anchored = true
  250. coroutine.resume(coroutine.create(function()
  251. local p = part:Clone()
  252. p.Parent = Torso
  253. p.Anchored = false
  254. p.CanCollide = false
  255. p.CFrame = Torso.CFrame
  256. local kekz2 = math.random(1,2)
  257. if kekz2 == 2 then
  258. p.BrickColor = BrickColor.new("Royal purple")
  259. else
  260. p.BrickColor = BrickColor.new("Royal purple")
  261. end
  262. --game:service("Debris"):AddItem(p, 0.2)
  263. local w = Instance.new("Weld", p)
  264. w.Part0 = p
  265. w.Part1 = Torso
  266. w.C0 = w.C0 * CFrame.Angles(0, math.rad(90), 0)
  267. local m = Instance.new("SpecialMesh", p)
  268. m.MeshId = "rbxassetid://3270017"
  269. m.Scale = Vector3.new(10, 10, 5)
  270. coroutine.resume(coroutine.create(function()
  271. for i = 1, 25 do
  272. wait(0.071428571428571)
  273. w.C0 = w.C0 * CFrame.Angles(-0.05, 0.05 * math.random(), 0.05 * math.random())
  274. m.Scale = m.Scale + Vector3.new(3, 3, 1.5)
  275. p.Transparency = i / 25
  276. end
  277. pcall(game.Destroy, p)
  278. end
  279. ))
  280. end
  281. ))
  282. local p = part:Clone()
  283. do
  284. p.Parent = Torso
  285. p.Anchored = false
  286. p.CFrame = Torso.CFrame
  287. p.CanCollide = false
  288. -- game:service("Debris"):AddItem(p, 0.2)
  289. local kekz2 = math.random(1,2)
  290. if kekz2 == 2 then
  291. p.BrickColor = BrickColor.new("Royal purple")
  292. else
  293. p.BrickColor = BrickColor.new("Royal purple")
  294. end
  295. local w = Instance.new("Weld", p)
  296. w.Part0 = p
  297. w.Part1 = Torso
  298. local m = Instance.new("SpecialMesh", p)
  299. m.MeshId = "rbxassetid://3270017"
  300. m.Scale = Vector3.new(10, 10, 5)
  301. coroutine.resume(coroutine.create(function()
  302. for i = 1, 25 do
  303. wait(0.071428571428571)
  304. w.C0 = w.C0 * CFrame.Angles(0.05 * math.random(), -0.05 * math.random(), -0.05 * math.random())
  305. m.Scale = m.Scale + Vector3.new(3, 3, 1.5)
  306. p.Transparency = i / 25
  307. end
  308. pcall(game.Destroy, p)
  309. end
  310. ))
  311. end
  312. end
  313. end
  314. ))
  315. for i=1, 6 do
  316. wait(0.9)
  317. for i = 1, math.random(4, 6) do
  318. local p = part:Clone()
  319. p.Parent = Torso
  320. p.Anchored = false
  321. p.CFrame = Torso.CFrame
  322. local kekz2 = math.random(1,2)
  323. if kekz2 == 2 then
  324. p.BrickColor = BrickColor.new("Royal purple")
  325. else
  326. p.BrickColor = BrickColor.new("Royal purple")
  327. end
  328. local me = Instance.new("SpecialMesh",p)
  329. me.MeshId = "rbxassetid://9982590"
  330. me.Scale = Vector3.new(4,4,4)
  331. delay(0,function()
  332. for i=1,10 do
  333. p.Transparency = i/10
  334. p.CFrame = p.CFrame * CFrame.Angles(math.rad(math.random(-20,20)/50),math.rad(math.random(-20,20)/50),0)
  335. me.Scale = me.Scale + Vector3.new(4,4,4)
  336. wait()
  337. end
  338. p:Destroy()
  339. end)
  340. wait()
  341. end
  342. end
  343. Torso.Anchored = true
  344. for i=1,10 do
  345. Torso.CFrame = Torso.CFrame * CFrame.new(0,-1,0)
  346. area.CFrame = Torso.CFrame
  347. wait()
  348. end
  349. realdeb = true
  350. Hum.WalkSpeed = 16
  351. Anims.Scrunch(false)
  352. Torso.Anchored = false
  353. area:Destroy()
  354. end
  355. end
  356.  
  357. local off = function()
  358. if (realdeb == true and trans == true) then
  359. trans = false
  360. Hum.WalkSpeed = 0
  361. delay(0,function()
  362. for q=1,120 do
  363. local xz = Instance.new("Part",plr.Character)
  364. xz.CFrame = plr.Character.Torso.CFrame*CFrame.new(math.random(-450,450),math.random(-450,450),math.random(-450,450))
  365. xz.Anchored = true
  366. xz.Transparency = 1
  367. xz.CanCollide = false
  368. wait(0.04)
  369. local pos2 = xz.Position
  370. local pos = plr.Character.Torso.Position
  371. local radius = math.random(1,1.5)
  372. local numParts = math.random(5,15)
  373. local model = plr.Character.Torso
  374. local lv = CFrame.new(pos,pos2).lookVector
  375. local dist = (pos-pos2).magnitude
  376. local dbp = dist/numParts
  377. local last = pos
  378. for i = 1,numParts do
  379. local p = Instance.new("Part",model)
  380. p.FormFactor = "Symmetric"
  381. p.Size = Vector3.new(1,1,1)
  382. p.CanCollide = false
  383. p.Anchored = true
  384. p.Material = "Neon"
  385. local kekz2 = math.random(1,2)
  386. if kekz2 == 2 then
  387. p.BrickColor = BrickColor.new("Royal purple")
  388. else
  389. p.BrickColor = BrickColor.new("Royal purple")
  390. end
  391. p.Transparency = 0.5
  392. local x = math.random(-2,2)/2*dbp/4
  393. local y = math.random(-2,2)/2*dbp/4
  394. local p2 = CFrame.new(pos+lv*(i*dbp),pos2+lv)*CFrame.new(x,y,0)
  395. local dist2 = (p2.p-last).magnitude
  396. local mid = (p2.p+last)/2
  397. local m = Instance.new("BlockMesh",p)
  398. m.Scale = Vector3.new(radius,radius,dist2)
  399. p.CFrame = CFrame.new(mid,p2.p)
  400. last = p2.p
  401. game:GetService("Debris"):AddItem(p,0.2)
  402. end
  403. wait()
  404. xz:remove()
  405. end
  406. end)
  407. Anims.Scrunch(true)
  408. for i = 1, 8 do
  409. wait(0.9)
  410. for i = 1, math.random(4, 6) do
  411. local p = part:Clone()
  412. p.Parent = Torso
  413. p.Anchored = false
  414. p.CFrame = Torso.CFrame
  415. p.CanCollide = false
  416. -- game:service("Debris"):AddItem(p, 0.2)
  417. local kekz2 = math.random(1,2)
  418. if kekz2 == 2 then
  419. p.BrickColor = BrickColor.new("Royal purple")
  420. else
  421. p.BrickColor = BrickColor.new("Royal purple")
  422. end
  423. local w = Instance.new("Weld", p)
  424. w.Part0 = p
  425. w.Part1 = Torso
  426. w.C0 = w.C0 * CFrame.Angles(math.random() * 6.28, math.random() * 6.28, math.random() * 6.28)
  427. local m = Instance.new("CylinderMesh", p)
  428. m.Scale = Vector3.new(math.random() * 3, 320, math.random() * 3)
  429. coroutine.resume(coroutine.create(function()
  430. for i = 1, 25 do
  431. wait(0.071428571428571)
  432. w.C0 = w.C0 * CFrame.Angles(0.05, 0.05, 0.05)
  433. p.Transparency = i / 25
  434. end
  435. pcall(game.Destroy, p)
  436. end
  437. ))
  438. end
  439. end
  440. Anims.Scrunch(false)
  441. Hum.WalkSpeed = 16
  442. realdeb = false
  443. end
  444. end
  445.  
  446.  
  447. m.KeyDown:connect(function(key)
  448. local k = key:lower()
  449. if key == "m" then
  450. if (trans == false and realdeb == false) then
  451. transform()
  452. elseif (trans == true and realdeb == true) then
  453. off()
  454. end
  455. end
  456. end)
  457.  
  458.  
  459. local plr = game.Players.LocalPlayer
  460. repeat wait() until plr.Character
  461. local char = plr.Character
  462. local larm = char["Left Arm"]
  463. local rarm = char["Right Arm"]
  464. local lleg = char["Left Leg"]
  465. local rleg = char["Right Leg"]
  466. local torso = char.Torso
  467. local head = char.Head
  468.  
  469. local face = Instance.new("Decal",head)
  470. face.Texture = "rbxassetid://640433971"
  471.  
  472. p = game.Players.LocalPlayer
  473.  
  474. char = p.Character
  475.  
  476. pchar = char
  477.  
  478. hat=Instance.new("Part",char)
  479.  
  480. hat.Size = Vector3.new(2, 2, 2)
  481.  
  482. hatm = Instance.new("SpecialMesh",hat)
  483.  
  484. hatm.MeshType = "FileMesh"
  485.  
  486. hatm.MeshId = "http://www.roblox.com/asset/?id="
  487.  
  488. hatm.TextureId = "http://www.roblox.com/asset/?id="
  489.  
  490. hatw = Instance.new("Weld",hat)
  491.  
  492. hatw.Part0 = hat
  493.  
  494. hatw.Part1 = char.Head
  495.  
  496. if head:FindFirstChild("face") then
  497. head.face:Destroy()
  498. end
  499.  
  500. local ArtificiaLeftHipB = Instance.new("BindableEvent", script)
  501. ArtificiaLeftHipB.Name = "Heartbeat"
  502. script:WaitForChild("Heartbeat")
  503. local p = game.Players.LocalPlayer
  504. local char = p.Character
  505. local mouse = p:GetMouse()
  506. local larm = char["Left Arm"]
  507. local rarm = char["Right Arm"]
  508. local lleg = char["Left Leg"]
  509. local rleg = char["Right Leg"]
  510. local hed = char.Head
  511. local torso = char.Torso
  512. local hum = char.Humanoid
  513. local cam = game.Workspace.CurrentCamera
  514. local root = char.HumanoidRootPart
  515. local deb = false
  516. local Neck = torso:WaitForChild("Neck")
  517. local shot = 0
  518. local debris=game:service"Debris"
  519. local CanAttack = true
  520. local l = game:GetService("Lighting")
  521. local rs = game:GetService("RunService").RenderStepped
  522. local animpose = "Idle"
  523. local lastanimpose = "Idle"
  524. local stanceToggle = "Normal"
  525. local Hood = false
  526. local holy = true --[[ change to true if u want him flying ]]
  527. local Trails = true --[[ change to true for glow trails comming from eyes ]]--
  528. local Shield = false
  529. local eColors = {"Royal purple", "Really black"}
  530. local cf = CFrame.new
  531. local euler = CFrame.fromEulerAnglesXYZ
  532. local vt = Vector3.new
  533. local angles = CFrame.Angles
  534. local attacktype=1
  535. local Melee = true
  536. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  537. math.randomseed(os.time())
  538.  
  539. RA,LA,RL,LL,H,T = char["Right Arm"],char["Left Arm"],char["Right Leg"],char["Left Leg"],char.Head,char.Torso
  540. RS,LS,RH,LH,N = T["Right Shoulder"],T["Left Shoulder"],T["Right Hip"],T["Left Hip"],T.Neck
  541. Settings,Pr0mMode,ArielMode,InternalMode,Heart = {Colors = {BrickColor.new("Really black"),BrickColor.new("New Yeller")};ExplosionColors = {BrickColor.new("Really black"),BrickColor.new("New Yeller"),BrickColor.new("Really red"),BrickColor.new("Institutional white")}},p.Name == "Fir3bl4ze",p.Name == "Paul072" or p.Name == "KillBecca62",p.Name == "InternalRecursion" or p.Name == "RecursionAltInternal",p.Name == "heartstar1"
  542. Debounces = {
  543. CanAttack = true;
  544. CanJoke = true;
  545. NoIdl = false;
  546. Slashing = false;
  547. Slashed = false;
  548. Slapping = false;
  549. Slapped = false;
  550. ks = false;
  551. }
  552.  
  553. local Touche = {char.Name, }
  554. local Character = p.Character
  555.  
  556.  
  557. mouse.KeyDown:connect(function(key)
  558. if key == "l" then
  559. if Debounces.CanJoke == true then
  560. Debounces.CanJoke = false
  561. z = Instance.new("Sound",char)
  562. z.SoundId = "rbxassetid://670991496"
  563. z.Pitch = 1
  564. z.Volume = 9
  565. wait()
  566. z:Play()
  567. wait(6)
  568. z:Destroy()
  569. if Debounces.CanJoke == false then
  570. Debounces.CanJoke = true
  571. end
  572. end
  573. end
  574. end)
  575. ----------------------------------------------------
  576. mouse.KeyDown:connect(function(key)
  577. if key == "j" then
  578. if Debounces.CanJoke == true then
  579. Debounces.CanJoke = false
  580. z = Instance.new("Sound",char)
  581. z.SoundId = "rbxassetid://291699665"
  582. z.Pitch = .44
  583. z.Volume = 9
  584. wait()
  585. z:Play()
  586. wait(6)
  587. z:Destroy()
  588. if Debounces.CanJoke == false then
  589. Debounces.CanJoke = true
  590. end
  591. end
  592. end
  593. end)
  594. ----------------------------------------------------
  595. pcall(function()char.Shirt:Destroy()
  596. char.Pants:Destroy()
  597. end)
  598. shirt = Instance.new("Shirt", char)
  599. shirt.Name = "Shirt"
  600. pants = Instance.new("Pants", char)
  601. pants.Name = "Pants"
  602. char.Shirt.ShirtTemplate = "rbxassetid://653303239"
  603. char.Pants.PantsTemplate = "rbxassetid://208263510"
  604. ----------------------------------------------------
  605. mouse.KeyDown:connect(function(key)
  606. if key == "k" then
  607. if Debounces.CanJoke == true then
  608. Debounces.CanJoke = false
  609. z = Instance.new("Sound",char)
  610. z.SoundId = "rbxassetid://230707106"
  611. z.Pitch = .76
  612. z.Volume = 9
  613. wait()
  614. z:Play()
  615. wait(25)
  616. z:Destroy()
  617. if Debounces.CanJoke == false then
  618. Debounces.CanJoke = true
  619. end
  620. end
  621. end
  622. end)
  623.  
  624. wait()
  625. local Player = game:service("Players").LocalPlayer
  626. local ch = Player.Character
  627. local occ = Instance.new("BoolValue", ch)
  628. occ.Name = "Occupied"
  629. local swi = Instance.new("StringValue", ch)
  630. swi.Name = "switch"
  631. local trans = Instance.new("BoolValue", ch)
  632. trans.Name = "trans"
  633. repeat wait() until ch.Humanoid ~= nil
  634. ch.Humanoid.Died:connect(function()
  635. Player.CharacterAdded:connect(function(chz)
  636. local occ = Instance.new("BoolValue", chz)
  637. occ.Name = "Occupied"
  638. local swi = Instance.new("StringValue", chz)
  639. swi.Name = "switch"
  640. local trans = Instance.new("BoolValue", chz)
  641. trans.Name = "trans"
  642. end
  643. )
  644. end)
  645. local PGui = Player:WaitForChild("PlayerGui")
  646. local Character = Player.Character
  647. local Humanoid = Character:WaitForChild("Humanoid")
  648. local WS = Humanoid.WalkSpeed
  649. local Head = Character:WaitForChild("Head")
  650. local Torso = Character:WaitForChild("Torso")
  651. local HRP = Character:WaitForChild("HumanoidRootPart")
  652. local RArm = Character:WaitForChild("Right Arm")
  653. local LArm = Character:WaitForChild("Left Arm")
  654. local RLeg = Character:WaitForChild("Right Leg")
  655. local LLeg = Character:WaitForChild("Left Leg")
  656. msgz = Instance.new("Message", PGui)
  657. msgz.Text = "Please say in the chat osu!"
  658. game.Debris:AddItem(msgz, 6.5)
  659. local Joints = {Head = Torso.Neck, Torso = HRP.RootJoint, RArm = Torso["Right Shoulder"], LArm = Torso["Left Shoulder"], RLeg = Torso["Right Hip"], LLeg = Torso["Left Hip"]}
  660. local Refresh = function()
  661. Joints.Head.C0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  662. Joints.Torso.C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  663. Joints.RArm.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  664. Joints.LArm.C0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  665. Joints.RLeg.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  666. Joints.LLeg.C0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  667. Joints.Head.C1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  668. Joints.Torso.C1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  669. Joints.RArm.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  670. Joints.LArm.C1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  671. Joints.RLeg.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  672. Joints.LLeg.C1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  673. end
  674.  
  675. local Transformed, Occupied = false, false
  676. local Create = assert(LoadLibrary("RbxUtility")).Create
  677. local Part = Create("Part")({TopSurface = 0, BottomSurface = 0, formFactor = "Custom", Size = Vector3.new(1, 1, 1), Anchored = true, CanCollide = false})
  678. local Anims = {Scrunch = function(active)
  679. if active then
  680. for i = 0, 10, 0.5 do
  681. wait()
  682. Joints.Torso.C0 = Joints.Torso.C0 * CFrame.Angles(0.01, 0, 0)
  683. Joints.RArm.C0 = Joints.RArm.C0 * CFrame.new(0.05, -0.05, -0.02) * CFrame.Angles(math.rad(40) / 10, math.rad(20) / 10, math.rad(80) / 10)
  684. Joints.LArm.C0 = Joints.LArm.C0 * CFrame.new(-0.05, -0.05, -0.02) * CFrame.Angles(math.rad(40) / 10, -math.rad(20) / 10, -math.rad(80) / 10)
  685. Joints.RLeg.C0 = Joints.RLeg.C0 * CFrame.Angles(-0.01, -0.02, 0.01)
  686. Joints.LLeg.C0 = Joints.LLeg.C0 * CFrame.Angles(-0.01, 0.02, 0.01)
  687. end
  688. else
  689. do
  690. for i = 0, 10, 0.5 do
  691. wait()
  692. Joints.Torso.C0 = Joints.Torso.C0 * CFrame.Angles(0.01, 0, 0):inverse()
  693. Joints.RArm.C0 = Joints.RArm.C0 * CFrame.Angles(math.rad(40) / 10, math.rad(20) / 10, math.rad(80) / 10):inverse() * CFrame.new(-0.05, 0.05, 0.02)
  694. Joints.LArm.C0 = Joints.LArm.C0 * CFrame.Angles(math.rad(40) / 10, -math.rad(20) / 10, -math.rad(80) / 10):inverse() * CFrame.new(0.05, 0.05, 0.02)
  695. Joints.RLeg.C0 = Joints.RLeg.C0 * CFrame.Angles(-0.01, -0.02, 0.01):inverse()
  696. Joints.LLeg.C0 = Joints.LLeg.C0 * CFrame.Angles(-0.01, 0.02, 0.01):inverse()
  697. end
  698. Refresh()
  699. end
  700. end
  701. end
  702. , Implode = function(active)
  703. if active then
  704. for i = 0, 10, 0.75 do
  705. wait()
  706. Joints.Head.C0 = Joints.Head.C0 * CFrame.Angles(-0.025, 0, 0)
  707. Joints.Torso.C0 = Joints.Torso.C0 * CFrame.Angles(-0.005, 0, 0)
  708. Joints.RArm.C0 = Joints.RArm.C0 * CFrame.Angles(-0.025, -0.055, 0.055)
  709. Joints.LArm.C0 = Joints.LArm.C0 * CFrame.Angles(-0.025, 0.055, -0.055)
  710. Joints.RLeg.C0 = Joints.RLeg.C0 * CFrame.Angles(-0.015, -0.025, -0.015)
  711. Joints.LLeg.C0 = Joints.LLeg.C0 * CFrame.Angles(-0.015, 0.025, -0.015)
  712. end
  713. else
  714. do
  715. for i = 0, 10, 0.75 do
  716. wait()
  717. Joints.Head.C0 = Joints.Head.C0 * CFrame.Angles(-0.025, 0, 0):inverse()
  718. Joints.Torso.C0 = Joints.Torso.C0 * CFrame.Angles(-0.005, 0, 0):inverse()
  719. Joints.RArm.C0 = Joints.RArm.C0 * CFrame.Angles(-0.025, -0.055, 0.055):inverse()
  720. Joints.LArm.C0 = Joints.LArm.C0 * CFrame.Angles(-0.025, 0.055, -0.055):inverse()
  721. Joints.RLeg.C0 = Joints.RLeg.C0 * CFrame.Angles(-0.015, -0.025, -0.015):inverse()
  722. Joints.LLeg.C0 = Joints.LLeg.C0 * CFrame.Angles(-0.015, 0.025, -0.015):inverse()
  723. end
  724. end
  725. end
  726. end
  727. }
  728. Flash = function(Par, Col, Duration, Delay, Async)
  729. pcall(function()
  730. Par = Par or PGui
  731. if not Col then
  732. Col = BrickColor:White().Color
  733. Duration = Duration or 10
  734. if not Delay then
  735. Delay = 1 / Duration
  736. local G = Create("ScreenGui")({Parent = Par})
  737. if not Col then
  738. local F = Create("Frame")({Parent = G, BorderSizePixel = 0, Size = UDim2.new(1.2, 0, 1.2, 0), Position = UDim2.new(), ZIndex = 10, BackgroundColor3 = Color3.new(0, 0, 0), Transparency = 0})
  739. local f = function()
  740. for i = 0, Duration, Delay do
  741. wait()
  742. F.Transparency = i / Duration
  743. end
  744. pcall(game.Destroy, G)
  745. end
  746.  
  747. if Async then
  748. f = coroutine.wrap(f)
  749. end
  750. return f()
  751. end
  752. end
  753. end
  754. end
  755. )
  756. end
  757.  
  758. Shake = function(Duration, Delay, Async, Distance)
  759. pcall(function()
  760. local Cam = workspace.CurrentCamera
  761. Duration = Duration or 10
  762. if not Delay then
  763. Delay = 1 / Duration
  764. Distance = Distance or 15
  765. local f = function()
  766. for i = 0, Duration, Delay do
  767. wait()
  768. local R = Cam.CoordinateFrame - Cam.CoordinateFrame.p
  769. local Scroll = Cam.CoordinateFrame.p - Cam.Focus.p.magnitude
  770. local NewF = CFrame.new(Cam.Focus.p) * R * CFrame.new(math.random(-Distance, Distance) / (Distance / 0.25), math.random(-Distance, Distance) / (Distance / 0.25), math.random(-Distance, Distance) / (Distance / 0.25))
  771. Cam.CoordinateFrame = NewF * CFrame.new(0, 0, Scroll)
  772. end
  773. end
  774.  
  775. if Async then
  776. f = coroutine.wrap(f)
  777. end
  778. return f()
  779. end
  780. end
  781. )
  782. end
  783.  
  784. Sound = function(Prnt, Id, Pit, Vol)
  785. pcall(function()
  786. local cp = game:service("ContentProvider")
  787. if type(Id) == "number" then
  788. cp:Preload("rbxassetid://" .. Id)
  789. Id = "rbxassetid://" .. Id
  790. else
  791. if type(Id) == "string" then
  792. cp:Preload(Id)
  793. Id = Id
  794. end
  795. end
  796. local S = Create("Sound")({Parent = Prnt or workspace, SoundId = Id, Volume = Vol or 1, Pitch = Pit or 1})
  797. S:Play()
  798. S:Stop()
  799. S:Play()
  800. game:service("Debris"):AddItem(S, 0.9)
  801. end
  802. )
  803. end
  804.  
  805. local Chat = function(Source, Txt, Col)
  806. if not Source then
  807. Source = Head
  808. end
  809. local c = game:service("Chat")
  810. if not Col then
  811. c:Chat(Source, Txt, math.random(0, 2))
  812. end
  813. end
  814.  
  815. Transform = function(active)
  816. if active and not Occupied and not Transformed then
  817. Occupied = true
  818. Humanoid.WalkSpeed = 0
  819. local cp = game:service("ContentProvider")
  820. Hair = {}
  821. mp = Part:clone()
  822. mp.Parent = Head
  823. mp.CFrame = Head.CFrame
  824. mp.Name = "Main"
  825. mp.Transparency = 1
  826. mp.Anchored = false
  827. local w = Create("Weld")({Parent = mp, Part0 = mp, Part1 = Head, C0 = CFrame.new()})
  828. cp:Preload("rbxassetid://9982590", "rbxassetid://3270017", "rbxassetid://13425802", "rbxassetid://98444143", "rbxassetid://98444243")
  829. for i = 1, 10 do
  830. local h = Part:clone()
  831. do
  832. h.CFrame = Head.CFrame
  833. h.Parent = mp
  834. h.Transparency = 1
  835. h.Size = Vector3.new(0.2, 0.2, 0.2)
  836. h.Anchored = false
  837. h:BreakJoints()
  838. local w = Create("Weld")({Parent = h, Part0 = h, Part1 = Head, C0 = CFrame.new()})
  839. local m = Create("SpecialMesh")({Parent = h, MeshType = "FileMesh", MeshId = "rbxassetid://13425802", TextureId = "rbxassetid://174185967", Scale = Vector3.new(0.15, 0.05, 0.15)})
  840. if i > 1 then
  841. m.Scale = Vector3.new(1, 1.15, 1)
  842. m.MeshId = "rbxassetid://98444143"
  843. end
  844. table.insert(Hair, h)
  845. end
  846. end
  847. Hair[1].Weld.C0 = CFrame.new(0.7, -0.3, -0.35) * CFrame.Angles(0, math.rad(90), 0.6)
  848. Hair[2].Weld.C0 = CFrame.new(0, -0.7, -0.2) * CFrame.Angles(0.2, 0, 0)
  849. Hair[3].Weld.C0 = CFrame.new(0, -0.6, -0.2) * CFrame.Angles(1.25, math.rad(180), 0)
  850. Hair[4].Weld.C0 = CFrame.new(0.1, -0.6, -0.4) * CFrame.Angles(0.35, -0.2, -0.5)
  851. Hair[5].Weld.C0 = CFrame.new(-0.1, -0.6, -0.4) * CFrame.Angles(0.35, 0.2, 0.5)
  852. Hair[4].Mesh.Scale = Vector3.new(0.7, 0.95, 1)
  853. Hair[6].Weld.C0 = CFrame.new(0, -1, -0.4)
  854. Hair[5].Mesh.Scale = Hair[4].Mesh.Scale
  855. Hair[6].Mesh.Scale = Hair[4].Mesh.Scale
  856. Hair[7].Weld.C0 = CFrame.new(0, -1.1, -0.025) * CFrame.Angles(-1, 0, 0)
  857. Hair[8].Weld.C0 = Hair[7].Weld.C0 * CFrame.new(0, 0.1, -0.035) * CFrame.Angles(-0.55, 0, 0)
  858. Hair[9].Weld.C0 = Hair[8].Weld.C0 * CFrame.new(0, 0.1, -0.35) * CFrame.Angles(-0.55, 0, 0)
  859. Hair[10].Weld.C0 = Hair[9].Weld.C0 * CFrame.new(0, 0.1, -0.25) * CFrame.Angles(-0.55, 0, 0)
  860. Sound(Head, 98333808, 1, 0.85)
  861. Sound(Head, 2248511, 0.25, 0.55)
  862. for i = 1, 6 do
  863. Hair[i].Transparency = 0
  864. end
  865. for _,v in pairs(Character:GetChildren()) do
  866. if v.Name == "Hair" then
  867. v.Transparency = 1
  868. end
  869. end
  870. wait()
  871. Chat(nil, ".....", "Blue")
  872. SSF = Create("Fire")({Parent = HRP, Color = Color3.new(0.5,0.05,1), Heat = 10, SecondaryColor = Color3.new(0.5,0.05,1), Size = 7})
  873. Anims.Scrunch(true)
  874. Chat(nil, "....", "Red")
  875. for i = 1, 3 do
  876. Shake(25, 0.5, 5)
  877. Flash(nil, BrickColor.new("Royal purple").Color, 10, 0.25, true)
  878. Sound(Head, 2101137, 0.5, 0.8)
  879. Sound(Head, 3264793, 0.55, 0.9)
  880. local h = Part:clone()
  881. h.CFrame = Torso.CFrame
  882. h.Parent = Torso
  883. h.Transparency = 1
  884. h.Size = Vector3.new(1, 1, 1)
  885. h.Anchored = false
  886. h.BrickColor = BrickColor.new("Royal purple")
  887. h.Material = "Neon"
  888. h:BreakJoints()
  889. local w = Create("Weld")({Parent = h, Part0 = h, Part1 = HRP, C0 = CFrame.new()})
  890. local m = Create("SpecialMesh")({Parent = h, MeshType = "FileMesh", MeshId = "rbxassetid://9982590", Scale = Vector3.new()})
  891. for _i = 60, 0, -1 do
  892. w.C0 = w.C0 * CFrame.Angles(0.2, 0.2, 0.2)
  893. m.Scale = Vector3.new(_i, _i, _i) / 5
  894. h.Transparency = -(_i / 60) + 1
  895. wait()
  896. end
  897. h:Destroy()
  898. end
  899. coroutine.resume(coroutine.create(function()
  900. Shake(65, 0.5, 10)
  901. for i = 1, 5 do
  902. cols = {"New Yeller", "Royal purple", "Really black"}
  903. Flash(nil, BrickColor.new(cols[math.random(1, #cols)]).Color, 10, 0.75, true)
  904. Sound(Head, 2974249, 0.65, 0.9)
  905. Sound(Head, 2974000, 0.65, 0.9)
  906. Sound(Head, 2101137, 0.45, 0.6)
  907. local h = Part:clone()
  908. do
  909. h.CFrame = Torso.CFrame
  910. h.Parent = Torso
  911. h.Transparency = 1
  912. h.Size = Vector3.new(1, 1, 1)
  913. h.Anchored = false
  914. h.BrickColor = BrickColor.new("Royal purple")
  915. h.Material = "Neon"
  916. h:BreakJoints()
  917. local w = Create("Weld")({Parent = h, Part0 = h, Part1 = HRP, C0 = CFrame.new() * CFrame.Angles(math.rad(90), 0, 0)})
  918. local m = Create("SpecialMesh")({Parent = h, MeshType = "Sphere", Scale = Vector3.new(1, 1, 1)})
  919. coroutine.resume(coroutine.create(function()
  920. local org = w.C0
  921. for _i = 1, 50 do
  922. wait(0.05)
  923. w.C0 = org * CFrame.new(math.random() - 0.5, 0, math.random() - 0.5)
  924. m.Scale = Vector3.new(_i, _i, _i)
  925. h.Transparency = _i / 50
  926. end
  927. h:Destroy()
  928. end
  929. ))
  930. wait()
  931. end
  932. end
  933. end
  934. ))
  935. coroutine.resume(coroutine.create(function()
  936. for i = 1, 5 do
  937. local h = Part:clone()
  938. do
  939. h.CFrame = Torso.CFrame
  940. h.Parent = Torso
  941. h.Transparency = 1
  942. h.Size = Vector3.new(1, 1, 1)
  943. h.Anchored = false
  944. h.BrickColor = BrickColor.new("Royal purple")
  945. h.Material = "Neon"
  946. h:BreakJoints()
  947. local w = Create("Weld")({Parent = h, Part0 = h, Part1 = HRP, C0 = CFrame.new() * CFrame.Angles(math.rad(90), 0, 0)})
  948. local m = Create("SpecialMesh")({Parent = h, MeshType = "FileMesh", MeshId = "rbxassetid://3270017", Scale = Vector3.new(1, 1, 1)})
  949. coroutine.resume(coroutine.create(function()
  950. local org = w.C0
  951. for _i = 1, 50 do
  952. wait(0.05)
  953. w.C0 = org * CFrame.new(math.random() - 0.5, 0, math.random() - 0.5)
  954. m.Scale = Vector3.new(_i * 2, _i * 2, _i / 2.5)
  955. h.Transparency = _i / 50
  956. end
  957. h:Destroy()
  958. end
  959. ))
  960. wait()
  961. end
  962. end
  963. end
  964. ))
  965. coroutine.resume(coroutine.create(function()
  966. Chat(nil, "HAAA!", "Red")
  967. for _ = 7, 10 do
  968. for i = 1, 0, -0.05 do
  969. wait(0.03030303030303)
  970. Hair[_].Transparency = i
  971. Hair[_].Mesh.Scale = Hair[_].Mesh.Scale + Vector3.new(0, 0.015, 0)
  972. Hair[_].Weld.C0 = Hair[_].Weld.C0 * CFrame.new(0, 0, -0.0025)
  973. end
  974. end
  975. for _,v in pairs(Hair) do
  976. v.Transparency = 0
  977. end
  978. Chat(nil, "....", "Red")
  979. end
  980. ))
  981. Anims.Scrunch(false)
  982. Anims.Implode(true)
  983. SSF.Heat = 20
  984. SSF.Size = 12
  985. for i = 1, 5 do
  986. local h = Part:clone()
  987. h.CFrame = Torso.CFrame
  988. h.Parent = Torso
  989. h.Transparency = 1
  990. h.Size = Vector3.new(1, 1, 1)
  991. h.Anchored = false
  992. h.BrickColor = BrickColor.new("Royal purple")
  993. h.Material = "Neon"
  994. h:BreakJoints()
  995. local w = Create("Weld")({Parent = h, Part0 = h, Part1 = HRP, C0 = CFrame.new() * CFrame.Angles(math.rad(90), 0, 0)})
  996. local m = Create("SpecialMesh")({Parent = h, MeshType = "FileMesh", MeshId = "rbxassetid://3270017", Scale = Vector3.new(1, 1, 1)})
  997. coroutine.resume(coroutine.create(function()
  998. local org = w.C0
  999. for _i = 1, 50 do
  1000. wait(0.05)
  1001. w.C0 = org * CFrame.new(math.random() - 0.5, 0, math.random() - 0.5)
  1002. m.Scale = Vector3.new(_i / 5, _i / 5, _i * 30)
  1003. h.Transparency = _i / 50
  1004. end
  1005. h:Destroy()
  1006. end
  1007. ))
  1008. wait(0.7)
  1009. end
  1010. Sound(Head, 98333808, 1, 0.85)
  1011. Sound(Head, 2248511, 0.65, 0.65)
  1012. Chat(nil, "And now..")
  1013. Anims.Implode(false)
  1014. Humanoid.WalkSpeed = 16
  1015. Transformed = true
  1016. Occupied = false
  1017. else
  1018. do
  1019. if not active and not Occupied and Transformed then
  1020. Occupied = true
  1021. Anims.Scrunch(true)
  1022. Humanoid.WalkSpeed = 0
  1023. Sound(Head, 2248511, 0.75, 0.6)
  1024. Sound(Head, 2691586, 0.7, 0.4)
  1025. Sound(Head, 2785493, 0.55, 0.9)
  1026. Sound(Head, 2785493, 0.7, 0.7)
  1027. Shake(15, 0.5, 20)
  1028. Flash(nil, Color3.new(0.5,0.05,1), 7, 0.1, true)
  1029. coroutine.resume(coroutine.create(function()
  1030. wait(2)
  1031. for i = 1, 0, -0.05 do
  1032. wait()
  1033. for _,v in next do
  1034. if v.Name == "Hair" then
  1035. v.Transparency = i
  1036. end
  1037. end
  1038. end
  1039. for _,v in pairs(Character:GetChildren()) do
  1040. if v.Name == "Hair" then
  1041. v.Transparency = 0
  1042. end
  1043. end
  1044. end
  1045. ))
  1046. for i = 0, 1, 0.01 do
  1047. wait()
  1048. for _,v in pairs(Hair) do
  1049. v.Transparency = i
  1050. end
  1051. end
  1052. Sound(Head, 2800815, 0.85, 1)
  1053. Sound(Head, 2800815, 0.55, 0.8)
  1054. Sound(Head, 2691586, 0.45, 0.3)
  1055. pcall(game.Destroy, SSF)
  1056. pcall(game.Destroy, mp)
  1057. Hair = {}
  1058. Chat(nil, "Good luck..", "Blue")
  1059. Anims.Scrunch(false)
  1060. Humanoid.WalkSpeed = 16
  1061. Transformed = false
  1062. Occupied = false
  1063. end
  1064. end
  1065. end
  1066. end
  1067.  
  1068. Player.Chatted:connect(function(Msg)
  1069. if Character.trans.Value == false and Character.Occupied.Value == false then
  1070. Msg = Msg:lower()
  1071. if Msg == "osu" and Character.switch.Value == "" then
  1072. Character.switch.Value = "osu"
  1073. Character.trans.Value = true
  1074. Transform(true)
  1075. pie2 = Instance.new("ParticleEmitter")
  1076. pie2.Name = "Ha2"
  1077. pie2.Parent = Character.Torso
  1078. pie2.LightEmission = 1
  1079. pie2.Texture = "http://www.roblox.com/asset/?id=262606182"
  1080. pie2.Color = ColorSequence.new(Color3.new(0.5,0.05,1),Color3.new(0.5,0.05,1))
  1081. pie2.Size = NumberSequence.new(2.5)
  1082. pie2.Lifetime = NumberRange.new(.2,.2)
  1083. pie2.Speed = NumberRange.new(7)
  1084. pie2.Rotation = NumberRange.new(-80,80)
  1085. pie2.VelocitySpread = 30
  1086. Humanoid.MaxHealth = Humanoid.MaxHealth + tonumber("26")
  1087. wait(1)
  1088. Humanoid.Health = Humanoid.Health + tonumber("26")
  1089. Character.trans.Value = false
  1090. else
  1091. if Msg == "off" and Character.switch.Value == "osu" then
  1092. Character.trans.Value = true
  1093. Transform(false)
  1094. Player.Character.Torso:findFirstChild("Ha2"):Destroy()
  1095. Humanoid.Health = Humanoid.Health - tonumber("26")
  1096. wait(1)
  1097. Humanoid.MaxHealth = Humanoid.MaxHealth - tonumber("26")
  1098. Character.trans.Value = false
  1099. Character.switch.Value = ""
  1100. end
  1101. end
  1102. end
  1103. end
  1104. )
  1105. wait(5)
  1106.  
  1107. local s = Instance.new("Sound",char)
  1108. s.SoundId = "http://www.roblox.com/asset/?id=233774928"
  1109. s.Pitch = 0.98
  1110. s.Volume = 2
  1111. s.Looped = false
  1112. wait(0.1)
  1113. s:play()
  1114.  
  1115. local s = Instance.new("Sound",char)
  1116. s.SoundId = "http://www.roblox.com/asset/?id=503327967"
  1117. s.Pitch = 0.98
  1118. s.Volume = 1
  1119. s.Looped = true
  1120. wait(0.1)
  1121. s:play()
  1122.  
  1123. wait(25)
  1124.  
  1125. local base = game.Workspace.Base
  1126. base.BrickColor = BrickColor.new("Royal purple")
  1127. base.Material = "Granite"
  1128.  
  1129. local plr = game.Players.LocalPlayer
  1130. local chr = plr.Character
  1131. local maus = plr:GetMouse()
  1132. local PGui=plr.PlayerGui
  1133. local lleg = chr["Left Leg"]
  1134. local rleg = chr["Right Leg"]
  1135. local larm = chr["Left Arm"]
  1136. local rarm = chr["Right Arm"]
  1137. local hed = chr.Head
  1138. local rutprt = chr.HumanoidRootPart
  1139. local torso = chr.Torso
  1140. local otheranims=false
  1141. local swimming=false
  1142. chr.Animate.Disabled=true
  1143. local fldb={['w']=false,['a']=false,['s']=false,['d']=false}
  1144. local RunSpeed=30
  1145. local WlkSpeed=16
  1146. local SwimSpeed=20
  1147. local SwimDashSpeed=28
  1148. local anim = "Idling"
  1149. local lastanim = "Idling"
  1150. local val = 0
  1151. local syne = 0
  1152. local num = 0
  1153. local runtime = 0
  1154. local pseudohead=hed:Clone()
  1155. for i,x in pairs(pseudohead:GetChildren()) do if not x.ClassName:find('Mesh') then x:Destroy() end end
  1156. pseudohead.Name='PseudoHead'
  1157. pseudohead.Parent=chr.Head
  1158. local pseudoweld=Instance.new('Weld',torso)
  1159. pseudoweld.Part0=hed
  1160. pseudoweld.Name='PseudoHedWld'
  1161. pseudoweld.Part1=pseudohead
  1162. hed.Transparency=1
  1163.  
  1164. coroutine.wrap(function()
  1165. for i,x in pairs(hed:GetChildren()) do if x:IsA('Sound') then x:Destroy() end end end)()
  1166. function Lerp(a, b, i)
  1167. local com1 = {a.X, a.Y, a.Z, a:toEulerAnglesXYZ()}
  1168. local com2 = {b.X, b.Y, b.Z, b:toEulerAnglesXYZ()}
  1169. local calx = com1[1] + (com2[1] - com1[1]) * i
  1170. local caly = com1[2] + (com2[2] - com1[2]) * i
  1171. local calz = com1[3] + (com2[3] - com1[3]) * i
  1172. local cala = com1[4] + (com2[4] - com1[4]) * i
  1173. local calb = com1[5] + (com2[5] - com1[5]) * i
  1174. local calc = com1[6] + (com2[6] - com1[6]) * i
  1175. return CFrame.new(calx, caly, calz) * CFrame.Angles(cala, calb, calc)
  1176. end
  1177. function TwnSingleNumber(s,f,m)
  1178. local wot=s+(f-s)*m
  1179. return wot
  1180. end
  1181. function TwnVector3(q,w,e)
  1182. local begin={q.x,q.y,q.z}
  1183. local ending={w.x,w.y,w.z}
  1184. local bgx=begin[1]+(ending[1]-begin[1])*e
  1185. local bgy=begin[2]+(ending[2]-begin[2])*e
  1186. local bgz=begin[3]+(ending[3]-begin[3])*e
  1187. return Vector3.new(bgx,bgy,bgz)
  1188. end
  1189. newWeld = function(wld, wp0, wp1, wc0x, wc0y, wc0z)
  1190. wld = Instance.new("Weld", wp1)
  1191. wld.Part0 = wp0
  1192. wld.Part1 = wp1
  1193. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  1194. end
  1195.  
  1196. local angles = CFrame.Angles
  1197. function clerp(a, b, t)
  1198. return a:lerp(b, t)
  1199. end
  1200.  
  1201.  
  1202.  
  1203. Player=game:GetService('Players').LocalPlayer
  1204. Character=Player.Character
  1205. Mouse=Player:GetMouse()
  1206. m=Instance.new('Model',Character)
  1207.  
  1208.  
  1209. local function weldBetween(a, b)
  1210. local weldd = Instance.new("ManualWeld")
  1211. weldd.Part0 = a
  1212. weldd.Part1 = b
  1213. weldd.C0 = CFrame.new()
  1214. weldd.C1 = b.CFrame:inverse() * a.CFrame
  1215. weldd.Parent = a
  1216. return weldd
  1217. end
  1218.  
  1219. it=Instance.new
  1220.  
  1221. function nooutline(part)
  1222. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  1223. end
  1224.  
  1225. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  1226. local fp=it("Part")
  1227. fp.formFactor=formfactor
  1228. fp.Parent=parent
  1229. fp.Reflectance=reflectance
  1230. fp.Transparency=transparency
  1231. fp.CanCollide=false
  1232. fp.Locked=true
  1233. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  1234. fp.Name=name
  1235. fp.Size=size
  1236. fp.Position=Character.Torso.Position
  1237. nooutline(fp)
  1238. fp.Material=material
  1239. fp:BreakJoints()
  1240. return fp
  1241. end
  1242.  
  1243. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  1244. local mesh=it(Mesh)
  1245. mesh.Parent=part
  1246. if Mesh=="SpecialMesh" then
  1247. mesh.MeshType=meshtype
  1248. mesh.MeshId=meshid
  1249. end
  1250. mesh.Offset=offset
  1251. mesh.Scale=scale
  1252. return mesh
  1253. end
  1254.  
  1255. function weld(parent,part0,part1,c0,c1)
  1256. local weld=it("Weld")
  1257. weld.Parent=parent
  1258. weld.Part0=part0
  1259. weld.Part1=part1
  1260. weld.C0=c0
  1261. weld.C1=c1
  1262. return weld
  1263. end
  1264.  
  1265. LY_handle=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,1,1,"Dark stone grey","Handle",Vector3.new(1.45335066, 0.264246017, 0.211396158))
  1266. LY_handleweld=weld(m,Character["Right Arm"],LY_handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00367164612, 0.987921953, 0.0167617798, 0.00026500001, -0.000169999985, 1, 4.4999997e-005, 0.999999881, 0.000169988081, -1, 4.49549443e-005, 0.000265007664))
  1267. Color=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0.19999998807907,"Royal purple","Color",Vector3.new(0.200000003, 0.264246017, 0.218002304))
  1268. Colorweld=weld(m,LY_handle,Color,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.673862457, -0.000193119049, 0.0277631283, 0.999998569, -3.10177857e-005, -1.15665025e-005, -1.24345243e-005, -2.42797159e-006, -1.00000012, 3.1031057e-005, 0.999998271, -1.57067143e-006))
  1269. mesh("SpecialMesh",Color,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.198184475, 1, 1))
  1270. Color=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0.19999998807907,"Royal purple","Color",Vector3.new(0.200000003, 0.270852149, 0.270851493))
  1271. Colorweld=weld(m,LY_handle,Color,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.971046448, -0.633370876, -8.34465027e-006, 0.999998569, -1.67783583e-008, 4.34461981e-007, 3.24653229e-008, 0.999998212, 4.28357794e-007, 4.34491085e-007, 4.28346709e-007, 1.00000012))
  1272. mesh("SpecialMesh",Color,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.264245272, 0.924859583, 0.264245361))
  1273. Color=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0.19999998807907,"Royal purple","Color",Vector3.new(0.200000003, 0.270852149, 0.270851493))
  1274. Colorweld=weld(m,LY_handle,Color,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.705991745, -0.13863945, -0.00022649765, 0.707114518, 0.707097352, 4.14534588e-006, -0.70709759, 0.707114279, -1.62664946e-005, -1.43024954e-005, 9.73419992e-006, 1.00000012))
  1275. mesh("SpecialMesh",Color,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.264245272, 0.660614312, 0.264245361))
  1276. Color=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0.19999998807907,"Royal purple","Color",Vector3.new(0.200000003, 0.270852149, 0.270851493))
  1277. Colorweld=weld(m,LY_handle,Color,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.667310715, 0.177476883, 0.000133514404, 0.70709914, -0.707113802, -1.69977284e-005, 0.707114041, 0.707098901, 3.84061423e-006, 9.00149462e-006, -1.40022084e-005, 1.00000012))
  1278. mesh("SpecialMesh",Color,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.264245272, 0.660614312, 0.264245361))
  1279. Color=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0.19999998807907,"Royal purple","Color",Vector3.new(0.200000003, 0.270852149, 0.270851493))
  1280. Colorweld=weld(m,LY_handle,Color,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.971019745, 0.687847018, 0, 1.00000012, 1.00408215e-009, 9.60426405e-010, 9.89530236e-010, 0.999999762, -9.68395142e-010, 9.60426405e-010, -9.72125491e-010, 1.00000012))
  1281. mesh("SpecialMesh",Color,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.264245272, 0.924859583, 0.264245361))
  1282. Color=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0.19999998807907,"Royal purple","Color",Vector3.new(0.200000003, 0.264246017, 0.218002304))
  1283. Colorweld=weld(m,LY_handle,Color,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.706794739, 0.0272381306, -7.15255737e-006, 0.999998569, -1.58179319e-008, 4.35422407e-007, 3.34257493e-008, 0.999998212, 4.27397623e-007, 4.35451511e-007, 4.27386425e-007, 1.00000012))
  1284. mesh("SpecialMesh",Color,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.264245272, 1, 1))
  1285. Blade=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0.19999998807907,"Royal purple","Blade",Vector3.new(7.00250864, 0.528491318, 0.200000003))
  1286. Bladeweld=weld(m,LY_handle,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.74311829, 0.0272333622, 0, 1.00000012, 4.36557457e-011, 0, 2.91038305e-011, 0.999999762, -8.22453217e-012, 0, -1.1862511e-011, 1.00000012))
  1287. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.330306888))
  1288. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(1.45335066, 0.264246017, 0.211396158))
  1289. Partweld=weld(m,LY_handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.91278076e-005, 0.0272394419, 2.86102295e-006, 1.00000012, 4.36557457e-011, 0, 2.91038305e-011, 0.999999762, -8.22453217e-012, 0, -1.1862511e-011, 1.00000012))
  1290. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1291. Color=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0.19999998807907,"Royal purple","Color",Vector3.new(0.200000003, 1.39389634, 0.200000003))
  1292. Colorweld=weld(m,LY_handle,Color,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00207185745, -2.27507019, 0.367805481, 0.000122999991, 3.09971547e-005, -1, -1.00000012, 3.10047035e-005, -0.00012300002, 3.09981406e-005, 0.999999821, 3.09999959e-005))
  1293. mesh("SpecialMesh",Color,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.330306768, 1, 0.891827047))
  1294. Color=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0.19999998807907,"Royal purple","Color",Vector3.new(0.200000003, 1.40050244, 0.200000003))
  1295. Colorweld=weld(m,LY_handle,Color,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000971078873, 7.54442596, 0.344686627, 6.1000057e-005, -3.1002859e-005, 1.00000012, 1.00000012, -3.09989991e-005, -6.09999697e-005, 3.09981406e-005, 0.999999821, 3.09999959e-005))
  1296. mesh("SpecialMesh",Color,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.330306768, 1, 0.66061312))
  1297. Color=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0.19999998807907,"Royal purple","Color",Vector3.new(0.200000003, 1.40050244, 0.200000003))
  1298. Colorweld=weld(m,LY_handle,Color,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00106692314, 7.54369164, 0.301707268, 6.19999773e-005, 3.09990464e-005, -1, 1.00000012, -9.2002796e-005, 6.19981438e-005, -9.19981394e-005, -0.999999821, -3.10018913e-005))
  1299. mesh("SpecialMesh",Color,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.330306768, 1, 0.66061312))
  1300. Color=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0.19999998807907,"Royal purple","Color",Vector3.new(0.200000003, 0.200000003, 0.303882271))
  1301. Colorweld=weld(m,LY_handle,Color,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000967741013, 1.14307976, -0.111138582, 6.1000057e-005, -3.10047508e-005, 1.00000012, 1.00000012, -3.09989991e-005, -6.09999697e-005, 3.09981406e-005, 0.999999821, 3.09981042e-005))
  1302. mesh("SpecialMesh",Color,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.330306768, 0.990922511, 1))
  1303. Color=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0.19999998807907,"Royal purple","Color",Vector3.new(0.200000003, 0.200000003, 0.303882271))
  1304. Colorweld=weld(m,LY_handle,Color,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00106334686, 1.14234924, -0.167325854, 6.19999773e-005, 3.10009382e-005, -1, 1.00000012, -9.2002796e-005, 6.19981438e-005, -9.19981394e-005, -0.999999821, -3.09999996e-005))
  1305. mesh("SpecialMesh",Color,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.330306768, 0.990922511, 1))
  1306. Color=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0.19999998807907,"Royal purple","Color",Vector3.new(0.200000003, 0.389762193, 0.726674616))
  1307. Colorweld=weld(m,LY_handle,Color,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.50882721e-005, -0.215640545, 8.60770226, 1.99873466e-006, -7.40025207e-005, 1.00000012, -3.09968163e-005, -0.999999821, -7.39984971e-005, 1.00000012, -3.10008181e-005, -1.99998613e-006))
  1308. mesh("SpecialMesh",Color,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.330306768, 1, 1))
  1309. Color=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0.19999998807907,"Royal purple","Color",Vector3.new(0.200000003, 1.39389634, 0.200000003))
  1310. Colorweld=weld(m,LY_handle,Color,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000124931335, -2.27571106, 0.326155424, -1.86264515e-009, -9.20009552e-005, 1.00000012, -1.00000012, 3.09989991e-005, -2.91038305e-011, -3.09981406e-005, -0.999999821, -9.19999948e-005))
  1311. mesh("SpecialMesh",Color,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.330306768, 1, 0.891827047))
  1312. Color=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0.19999998807907,"Royal purple","Color",Vector3.new(0.200000003, 0.389762193, 0.726674616))
  1313. Colorweld=weld(m,LY_handle,Color,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000325202942, -0.173182964, 8.60774612, -2.20000511e-005, 3.10054347e-005, -1.00000012, 7.39981479e-005, 0.999999821, 3.09975512e-005, 1.00000012, -7.40001851e-005, -2.20013317e-005))
  1314. mesh("SpecialMesh",Color,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.330306768, 1, 1))
  1315. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1316. Partweld=weld(m,LY_handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.677164078, -0.000199794769, 0.0277613401, 1.00000012, -3.09994066e-005, -1.20013719e-005, -1.20013137e-005, 2.95292011e-006, -1.00000012, 3.09995376e-005, 0.999999821, 2.9525288e-006))
  1317. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.825765371, 0.660614371, 0.858796299))
  1318. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1319. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.270852149, 0.270851493))
  1320. Partweld=weld(m,LY_handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.97104454, 0.0272381306, -1.1920929e-006, 1.00000012, 4.36557457e-011, 0, 2.91038305e-011, 0.999999762, -8.22453217e-012, 0, -1.1862511e-011, 1.00000012))
  1321. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.528491259, 0.528491318, 1.32122672))
  1322. Color_R=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Royal purple","Color_R",Vector3.new(0.200000003, 0.270852149, 0.270851493))
  1323. Color_Rweld=weld(m,LY_handle,Color_R,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.97104454, 0.0272381306, -1.1920929e-006, 1.00000012, 4.36557457e-011, 0, 2.91038305e-011, 0.999999762, -8.22453217e-012, 0, -1.1862511e-011, 1.00000012))
  1324. mesh("SpecialMesh",Color_R,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.515278935, 0.515278995, 1.18910372))
  1325. LY_hitbox=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,1,1,"Royal purple","LY_hitbox",Vector3.new(7.75250864, 0.758491337, 0.200000003))
  1326. LY_hitboxweld=weld(m,LY_handle,LY_hitbox,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.11811638, 0.0322332382, -2.38418579e-007, 1.00000012, 4.36557457e-011, 0, 2.91038305e-011, 0.999999762, -8.22453217e-012, 0, -1.1862511e-011, 1.00000012))
  1327.  
  1328.  
  1329. p = game.Players.LocalPlayer
  1330. char = p.Character
  1331. torso = char.Torso
  1332. neck = char.Torso.Neck
  1333. hum = char.Humanoid
  1334. hum.MaxHealth = 2500
  1335. wait()
  1336. hum.Health =hum.MaxHealth
  1337.  
  1338. local s = Instance.new("Sound",char)
  1339. s.SoundId = "http://www.roblox.com/asset/?id="
  1340. s.Pitch = 0.98
  1341. s.Volume = 8
  1342. s.Looped = false
  1343. wait(0.1)
  1344. s:play()
  1345.  
  1346. local s = Instance.new("Sound",char)
  1347. s.SoundId = "http://www.roblox.com/asset/?id="
  1348. s.Pitch = 0.98
  1349. s.Volume = 7
  1350. s.Looped = true
  1351. wait(0.1)
  1352. s:play()
  1353.  
  1354. CV="Maroon"
  1355.  
  1356. local txt = Instance.new("BillboardGui", char)
  1357. txt.Adornee = char .Head
  1358. txt.Name = "_status"
  1359. txt.Size = UDim2.new(2, 0, 1.2, 0)
  1360. txt.StudsOffset = Vector3.new(-9, 8, 0)
  1361. local text = Instance.new("TextLabel", txt)
  1362. text.Size = UDim2.new(10, 0, 7, 0)
  1363. text.FontSize = "Size24"
  1364. text.TextScaled = true
  1365. text.TextTransparency = 0
  1366. text.BackgroundTransparency = 1
  1367. text.TextTransparency = 0
  1368. text.TextStrokeTransparency = 0
  1369. text.Font = "SourceSansBold"
  1370. text.TextStrokeColor3 = Color3.new(0.5,0.05,1)
  1371.  
  1372. v=Instance.new("Part")
  1373. v.Name = "ColorBrick"
  1374. v.Parent=p.Character
  1375. v.FormFactor="Symmetric"
  1376. v.Anchored=true
  1377. v.CanCollide=false
  1378. v.BottomSurface="Smooth"
  1379. v.TopSurface="Smooth"
  1380. v.Size=Vector3.new(10,5,3)
  1381. v.Transparency=1
  1382. v.CFrame=char.Torso.CFrame
  1383. v.BrickColor=BrickColor.new(CV)
  1384. v.Transparency=1
  1385. text.TextColor3 = Color3.new(0,0,0)
  1386. v.Shape="Block"
  1387. text.Text = "Osu"
  1388.  
  1389. local plr = game.Players.LocalPlayer
  1390. local chr = plr.Character
  1391. local maus = plr:GetMouse()
  1392. local PGui=plr.PlayerGui
  1393. local lleg = chr["Left Leg"]
  1394. local rleg = chr["Right Leg"]
  1395. local larm = chr["Left Arm"]
  1396. local rarm = chr["Right Arm"]
  1397. local hed = chr.Head
  1398. local rutprt = chr.HumanoidRootPart
  1399. local torso = chr.Torso
  1400. local otheranims=false
  1401. local swimming=false
  1402. chr.Animate.Disabled=true
  1403. local fldb={['w']=false,['a']=false,['s']=false,['d']=false}
  1404. local RunSpeed=30
  1405. local WlkSpeed=16
  1406. local SwimSpeed=14
  1407. local SwimDashSpeed=28
  1408. local anim = "Idling"
  1409. local lastanim = "Idling"
  1410. local val = 0
  1411. local syne = 0
  1412. local num = 0
  1413. local runtime = 0
  1414. local pseudohead=hed:Clone()
  1415. for i,x in pairs(pseudohead:GetChildren()) do if not x.ClassName:find('Mesh') then x:Destroy() end end
  1416. pseudohead.Name='PseudoHead'
  1417. pseudohead.Parent=chr.Head
  1418. local pseudoweld=Instance.new('Weld',torso)
  1419. pseudoweld.Part0=hed
  1420. pseudoweld.Name='PseudoHedWld'
  1421. pseudoweld.Part1=pseudohead
  1422. hed.Transparency=1
  1423.  
  1424. coroutine.wrap(function()
  1425. for i,x in pairs(hed:GetChildren()) do if x:IsA('Sound') then x:Destroy() end end end)()
  1426. function Lerp(a, b, i)
  1427. local com1 = {a.X, a.Y, a.Z, a:toEulerAnglesXYZ()}
  1428. local com2 = {b.X, b.Y, b.Z, b:toEulerAnglesXYZ()}
  1429. local calx = com1[1] + (com2[1] - com1[1]) * i
  1430. local caly = com1[2] + (com2[2] - com1[2]) * i
  1431. local calz = com1[3] + (com2[3] - com1[3]) * i
  1432. local cala = com1[4] + (com2[4] - com1[4]) * i
  1433. local calb = com1[5] + (com2[5] - com1[5]) * i
  1434. local calc = com1[6] + (com2[6] - com1[6]) * i
  1435. return CFrame.new(calx, caly, calz) * CFrame.Angles(cala, calb, calc)
  1436. end
  1437. function TwnSingleNumber(s,f,m)
  1438. local wot=s+(f-s)*m
  1439. return wot
  1440. end
  1441. function TwnVector3(q,w,e)
  1442. local begin={q.x,q.y,q.z}
  1443. local ending={w.x,w.y,w.z}
  1444. local bgx=begin[1]+(ending[1]-begin[1])*e
  1445. local bgy=begin[2]+(ending[2]-begin[2])*e
  1446. local bgz=begin[3]+(ending[3]-begin[3])*e
  1447. return Vector3.new(bgx,bgy,bgz)
  1448. end
  1449. newWeld = function(wld, wp0, wp1, wc0x, wc0y, wc0z)
  1450. wld = Instance.new("Weld", wp1)
  1451. wld.Part0 = wp0
  1452. wld.Part1 = wp1
  1453. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  1454. end
  1455.  
  1456. local angles = CFrame.Angles
  1457. function clerp(a, b, t)
  1458. return a:lerp(b, t)
  1459. end
  1460.  
  1461. Player=game:GetService('Players').LocalPlayer
  1462. Character=Player.Character
  1463. Mouse=Player:GetMouse()
  1464. m=Instance.new('Model',Character)
  1465.  
  1466.  
  1467. local function weldBetween(a, b)
  1468. local weldd = Instance.new("ManualWeld")
  1469. weldd.Part0 = a
  1470. weldd.Part1 = b
  1471. weldd.C0 = CFrame.new()
  1472. weldd.C1 = b.CFrame:inverse() * a.CFrame
  1473. weldd.Parent = a
  1474. return weldd
  1475. end
  1476.  
  1477. it=Instance.new
  1478.  
  1479. function nooutline(part)
  1480. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  1481. end
  1482.  
  1483. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  1484. local fp=it("Part")
  1485. fp.formFactor=formfactor
  1486. fp.Parent=parent
  1487. fp.Reflectance=reflectance
  1488. fp.Transparency=transparency
  1489. fp.CanCollide=false
  1490. fp.Locked=true
  1491. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  1492. fp.Name=name
  1493. fp.Size=size
  1494. fp.Position=Character.Torso.Position
  1495. nooutline(fp)
  1496. fp.Material=material
  1497. fp:BreakJoints()
  1498. return fp
  1499. end
  1500.  
  1501. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  1502. local mesh=it(Mesh)
  1503. mesh.Parent=part
  1504. if Mesh=="SpecialMesh" then
  1505. mesh.MeshType=meshtype
  1506. mesh.MeshId=meshid
  1507. end
  1508. mesh.Offset=offset
  1509. mesh.Scale=scale
  1510. return mesh
  1511. end
  1512.  
  1513. function weld(parent,part0,part1,c0,c1)
  1514. local weld=it("Weld")
  1515. weld.Parent=parent
  1516. weld.Part0=part0
  1517. weld.Part1=part1
  1518. weld.C0=c0
  1519. weld.C1=c1
  1520. return weld
  1521. end
  1522.  
  1523. SP_handle1=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,1,1,"Institutional white","Handle",Vector3.new(1, 1, 1))
  1524. SP_handle1weld=weld(m,Character["Torso"],SP_handle1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.74999547, -6.11444473, 0.620022058, -0.000193387386, 0, 1, 0, 1, 0, -1, 0, -0.000193387386))
  1525. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  1526. Col_Partweld=weld(m,SP_handle1,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00576984882, 0.965789318, -0.72409153, -0.945638001, 0.0199909993, 0.324604988, 0.259066999, -0.55707401, 0.789020002, 0.196602002, 0.830222011, 0.521611989))
  1527. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  1528. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  1529. Col_Partweld=weld(m,SP_handle1,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00574964285, 0.730008602, -0.387457848, -0.945638001, 0.0199909993, 0.324604988, 0.259066999, -0.55707401, 0.789020002, 0.196602002, 0.830222011, 0.521611989))
  1530. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  1531. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  1532. Col_Partweld=weld(m,SP_handle1,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00554084778, 0.729041576, -0.0964574814, -0.945638001, 0.0199909993, 0.324604988, 0.259066999, -0.55707401, 0.789020002, 0.196602002, 0.830222011, 0.521611989))
  1533. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  1534. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  1535. Col_Partweld=weld(m,SP_handle1,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00550329685, 0.730109692, -0.692814827, -0.945638001, 0.0199909993, 0.324604988, 0.259066999, -0.55707401, 0.789020002, 0.196602002, 0.830222011, 0.521611989))
  1536. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  1537. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  1538. Col_Partweld=weld(m,SP_handle1,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00558531284, 0.964900494, -0.433077812, -0.945638001, 0.0199909993, 0.324604988, 0.259066999, -0.55707401, 0.789020002, 0.196602002, 0.830222011, 0.521611989))
  1539. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  1540. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  1541. Col_Partweld=weld(m,SP_handle1,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0054795742, 0.965779781, -1.02948284, -0.945638001, 0.0199909993, 0.324604988, 0.259066999, -0.55707401, 0.789020002, 0.196602002, 0.830222011, 0.521611989))
  1542. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  1543. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  1544. Col_Partweld=weld(m,SP_handle1,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00554281473, 1.18382788, -0.745810509, -0.945638001, 0.0199909993, 0.324604988, 0.259066999, -0.55707401, 0.789020002, 0.196602002, 0.830222011, 0.521611989))
  1545. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  1546. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  1547. Col_Partweld=weld(m,SP_handle1,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00557804108, 1.18479204, -1.34222698, -0.945638001, 0.0199909993, 0.324604988, 0.259066999, -0.55707401, 0.789020002, 0.196602002, 0.830222011, 0.521611989))
  1548. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  1549. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  1550. Col_Partweld=weld(m,SP_handle1,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0054641366, -1.21333265, 0.713562965, -0.945638001, 0.0199909993, 0.324604988, 0.259066999, -0.55707401, 0.789020002, 0.196602002, 0.830222011, 0.521611989))
  1551. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  1552. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  1553. Col_Partweld=weld(m,SP_handle1,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00540626049, -0.978675365, 0.986020088, -0.945638001, 0.0199909993, 0.324604988, 0.259066999, -0.55707401, 0.789020002, 0.196602002, 0.830222011, 0.521611989))
  1554. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  1555. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  1556. Col_Partweld=weld(m,SP_handle1,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00549829006, -0.978634357, 0.378368378, -0.945638001, 0.0199909993, 0.324604988, 0.259066999, -0.55707401, 0.789020002, 0.196602002, 0.830222011, 0.521611989))
  1557. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  1558. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  1559. Col_Partweld=weld(m,SP_handle1,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00564825535, -0.978639126, 0.683753967, -0.945638001, 0.0199909993, 0.324604988, 0.259066999, -0.55707401, 0.789020002, 0.196602002, 0.830222011, 0.521611989))
  1560. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  1561. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  1562. Col_Partweld=weld(m,SP_handle1,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00567877293, -1.21342134, 1.01890945, -0.945638001, 0.0199909993, 0.324604988, 0.259066999, -0.55707401, 0.789020002, 0.196602002, 0.830222011, 0.521611989))
  1563. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  1564. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  1565. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.858084321, 0.47052592, -1.0912571, -0.144456998, 0.0335990004, 0.988941014, 0.989461005, -0.00517100003, 0.144707993, 0.00997500028, 0.999422014, -0.0324979983))
  1566. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.693889976, 0.0196269993, 1))
  1567. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 1.36598396))
  1568. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00700455904, 0.70325923, -0.959688187, -0.945631981, 0.0199919995, 0.324624002, 0.325085014, 0.0274400003, 0.945285976, 0.00999100041, 0.999423981, -0.0324469991))
  1569. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  1570. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.922468007, 1.15926802))
  1571. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00036495924, 0.00157260895, -0.378948212, -0.945645988, 0.0199570004, 0.324584991, 0.275761992, 0.578235984, 0.767853022, -0.172362998, 0.815625012, -0.55230999))
  1572. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  1573. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  1574. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.20026112, 1.01999664, -3.27275467, -0.374094009, -0.278982997, 0.884428978, 0.916733027, -0.255385995, 0.307200998, 0.140169993, 0.925710976, 0.351296008))
  1575. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500576019, 0.0196269993, 1))
  1576. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.79667002))
  1577. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00693452358, 1.27705622, -1.48209381, -0.945638001, 0.020025, 0.324604988, 0.293458015, -0.377687991, 0.878199995, 0.140184999, 0.925716996, 0.351278991))
  1578. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  1579. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  1580. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.423121452, 0.356069326, 0.948818207, -0.833371997, -0.0178510007, -0.552423, 0.552671015, -0.0388740003, -0.832490981, -0.00661400007, -0.999083996, 0.0422630012))
  1581. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.522713006, 0.0196269993, 1))
  1582. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 2.49871612))
  1583. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00706642866, 0.257434845, 0.851150513, -0.945622981, 0.0199619997, 0.324651003, -0.325197011, -0.0378200002, -0.944890022, -0.00658300007, -0.999085009, 0.0422549993))
  1584. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  1585. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  1586. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.413686395, 0.36696744, -3.49423027, 0.849054992, 0.0166859999, 0.528041005, 0.528262019, -0.0394139998, -0.848165989, 0.00665900018, 0.999083996, -0.0422790013))
  1587. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.534879982, 0.0196269993, 1))
  1588. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.991810024))
  1589. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00710320473, 0.373924255, -0.312577248, -0.945645988, 0.0199570004, 0.324584991, 0.275761992, 0.578235984, 0.767853022, -0.172362998, 0.815625012, -0.55230999))
  1590. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  1591. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  1592. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.455818892, 0.314008892, 0.94887352, -0.211660996, 0.0426589996, 0.976411998, -0.977321029, -0.00255999994, -0.211746007, -0.00653300015, -0.999086022, 0.0422330014))
  1593. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  1594. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  1595. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.20034814, 1.01970267, 1.54720879, 0.373977005, 0.279033989, -0.884467006, 0.916787982, -0.255335987, 0.307090014, -0.140147999, -0.925713003, -0.351303995))
  1596. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500577986, 0.0196269993, 1))
  1597. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  1598. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.455871105, 0.31404376, -3.49416161, 0.211688995, -0.0426600017, -0.976399004, -0.977307975, -0.00250599999, -0.211768001, 0.00657900004, 0.999077976, -0.0422159992))
  1599. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  1600. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.883213997, 0.694700003))
  1601. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000241100788, 1.09573841, -1.56163406, -0.945638001, 0.020025, 0.324604988, 0.293458015, -0.377687991, 0.878199995, 0.140184999, 0.925716996, 0.351278991))
  1602. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  1603. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.588810027, 2.33292603))
  1604. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000422239304, 0.217604637, 0.963777542, -0.945622981, 0.0199619997, 0.324651003, -0.325197011, -0.0378200002, -0.944890022, -0.00658300007, -0.999085009, 0.0422549993))
  1605. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  1606. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  1607. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.30294371, 0.885420918, -1.54726028, -0.761346996, 0.327600986, -0.559490025, -0.633014977, -0.189055994, 0.750699997, 0.140155002, 0.925707996, 0.351312995))
  1608. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103999, 0.0196269993, 1))
  1609. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  1610. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.480779171, 0.400110126, 1.13209152, -0.317234993, 0.0421199985, 0.947411001, 0.948324025, 0.00710000005, 0.317225009, 0.006635, 0.999086976, -0.0421960019))
  1611. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.522713006, 0.0196269993, 1))
  1612. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  1613. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.893934608, 0.399245977, -1.09111977, -0.657805979, -0.0179099999, -0.752973974, -0.753121972, 0.0287950002, 0.657249987, 0.0099109998, 0.999424994, -0.0324300006))
  1614. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.665929019, 0.0196269993, 1))
  1615. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 1.21687305, 1.19114494))
  1616. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000351011753, 0.309106588, -1.13529968, -0.945631981, 0.0199919995, 0.324624002, 0.325085014, 0.0274400003, 0.945285976, 0.00999100041, 0.999423981, -0.0324469991))
  1617. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  1618. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  1619. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.30302477, 0.8854357, -3.27290344, -0.761346996, 0.327600986, -0.559490025, -0.633014977, -0.189055994, 0.750699997, 0.140155002, 0.925707996, 0.351312995))
  1620. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103701, 0.0196269993, 1))
  1621. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.256740987, 0.200000003, 0.714712024))
  1622. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.562225342, 0.16945672, -0.451105118, 0.0328590013, 0.565239012, 0.824271977, 0.984493017, 0.123885997, -0.124200001, -0.172317997, 0.815572023, -0.552402973))
  1623. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  1624. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.253762007, 0.200000003, 0.714712024))
  1625. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.568774223, 0.147862434, -0.451151848, -0.457556993, -0.562851012, -0.688351989, -0.872305989, 0.134075001, 0.470212013, -0.172371, 0.815608025, -0.552322984))
  1626. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  1627. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  1628. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.82825613, 0.372303963, -1.27521324, -0.0556700006, 0.0330399983, 0.997901976, -0.998399973, 0.0080500003, -0.0559640005, -0.00988299958, -0.999422014, 0.0325389989))
  1629. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.665929019, 0.0196269993, 1))
  1630. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  1631. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.517909527, 0.351624012, 1.13204384, -0.767960012, -0.0219550002, -0.640121996, -0.640464008, 0.0366149992, 0.767114997, 0.00659599993, 0.999087989, -0.0421800017))
  1632. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  1633. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 1.21687305, 1.19114494))
  1634. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000411272049, 0.238113165, -1.31920052, -0.945613027, 0.0199580006, 0.324681997, -0.325143993, -0.0275829993, -0.945262015, -0.00990999956, -0.999419987, 0.0325720012))
  1635. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  1636. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 1.36598396))
  1637. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00705617666, 0.632328987, -1.14365005, -0.945613027, 0.0199580006, 0.324681997, -0.325143993, -0.0275829993, -0.945262015, -0.00990999956, -0.999419987, 0.0325720012))
  1638. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  1639. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  1640. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.795104861, 0.438062787, -1.27512932, -0.722307026, -0.0153240003, -0.691402972, 0.691501021, -0.0303460006, -0.721737981, -0.00992199965, -0.999422014, 0.0325159989))
  1641. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.693889976, 0.0196269993, 1))
  1642. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 2.49871612))
  1643. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00716173649, 0.329976797, 1.03442764, -0.945643008, 0.0199950002, 0.324593008, 0.325139999, 0.0376689993, 0.94491601, 0.00666699978, 0.999090016, -0.0421230011))
  1644. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  1645. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.991810024))
  1646. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0071092844, 0.212880135, -0.426103592, -0.94562602, 0.0199389998, 0.324645013, -0.275781006, -0.57833302, -0.767773986, 0.172444001, -0.815557003, 0.552384973))
  1647. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  1648. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.922468007, 1.15926802))
  1649. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000362753868, -0.159537315, -0.492559433, -0.94562602, 0.0199389998, 0.324645013, -0.275781006, -0.57833302, -0.767773986, 0.172444001, -0.815557003, 0.552384973))
  1650. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  1651. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.256740987, 0.200000003, 0.714712024))
  1652. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.406238556, 0.129421473, -0.564650536, -0.501447976, -0.555344999, -0.663432002, 0.847832024, -0.162593007, -0.504721999, 0.172425002, -0.81557101, 0.552371025))
  1653. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  1654. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.588810027, 2.33292603))
  1655. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000493407249, 0.290256977, 1.1468792, -0.945643008, 0.0199950002, 0.324593008, 0.325139999, 0.0376689993, 0.94491601, 0.00666699978, 0.999090016, -0.0421230011))
  1656. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  1657. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.253762007, 0.200000003, 0.714712024))
  1658. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.410848618, 0.115944624, -0.564556122, 0.0831089988, 0.570766985, 0.816895008, -0.981518984, -0.0949100032, 0.166171998, 0.172377005, -0.815608025, 0.552330971))
  1659. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  1660. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1661. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.314009428, 0.455778599, -2.11530304, 0.977316022, 0.00248600007, 0.211774006, 0.211685002, -0.0426490009, -0.976402998, 0.00660499977, 0.999083996, -0.042208001))
  1662. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196419992, 0.484984994, 0.148549005))
  1663. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1664. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.282500327, 0.403693914, 0.159036636, 0.977316022, 0.00248600007, 0.211774006, 0.211685002, -0.0426490009, -0.976402998, 0.00660499977, 0.999083996, -0.042208001))
  1665. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 0.977497995))
  1666. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1667. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.318927288, 0.374809146, 0.158981323, 0.552743018, -0.0388160013, -0.832446992, -0.833325028, -0.0178350005, -0.552495003, 0.00659900019, 0.999086976, -0.0422049984))
  1668. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.522713006, 0.977497995))
  1669. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  1670. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0068616271, 1.2768507, 3.44471741, 0.945634007, -0.0200219993, -0.324615002, 0.293476999, -0.377631009, 0.878216982, -0.140168995, -0.925740004, -0.351224989))
  1671. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  1672. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1673. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.355938911, -2.11542511, 0.422988176, -0.552738011, 0.0388039984, 0.832450986, 0.00663299998, 0.999089003, -0.0421670005, -0.833329022, -0.0177859999, -0.552491009))
  1674. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.522713006))
  1675. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  1676. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.02002048, 1.20017529, 4.82290268, 0.916755974, -0.255362988, 0.307161003, -0.374051005, -0.278997988, 0.884446979, -0.140156999, -0.925715983, -0.351292014))
  1677. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500576019, 1))
  1678. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1679. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.31391871, -2.11533928, 0.455697536, -0.977320015, -0.00244700001, -0.211753994, 0.00663299998, 0.999089003, -0.0421580002, 0.211665004, -0.0426069982, -0.976413012))
  1680. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.484982014))
  1681. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1682. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.885381103, 1.89470673, -1.30288219, 0.633083999, 0.189065993, -0.750639021, -0.140072003, -0.925724983, -0.351301014, -0.761304975, 0.327546, -0.559579015))
  1683. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196279995, 0.142450005, 0.46103999))
  1684. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1685. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.320115089, 0.465985179, -0.0240287781, 0.64051199, -0.0366679989, -0.767072022, 0.767920017, 0.0220030006, 0.640168011, -0.00659599993, -0.999085009, 0.0422509983))
  1686. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 0.977497995))
  1687. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  1688. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.399042845, 0.408298492, -0.893941879, 0.75315702, -0.0288260002, -0.657208979, -0.00985800009, -0.999422014, 0.0325380005, -0.657766998, -0.0180270001, -0.753005981))
  1689. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.665929019))
  1690. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.256740987))
  1691. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.162774801, 0.106959343, -0.536662102, 0.984475017, 0.123953, -0.124277003, 0.172416002, -0.815576971, 0.552365005, -0.0328899994, -0.565217018, -0.824286997))
  1692. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  1693. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  1694. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.885370851, 1.30287886, 4.82299805, 0.633045971, 0.189039007, -0.750678003, 0.761327028, -0.327564001, 0.559538007, -0.140120998, -0.925724983, -0.351283997))
  1695. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.461037993, 1))
  1696. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  1697. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.313928962, 0.455754519, 5.04358101, -0.977333009, -0.00248500006, -0.211693004, 0.211604998, -0.0426400006, -0.976424992, -0.0066010002, -0.999087989, 0.0421999991))
  1698. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 1))
  1699. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1700. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.366624355, 2.11535454, -0.413787365, -0.528245986, 0.0393350013, 0.848179996, -0.0065919999, -0.999086022, 0.0422279984, 0.849066019, 0.0167149995, 0.528023005))
  1701. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148548007, 0.534879982))
  1702. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  1703. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000212371349, 1.24276257, 3.27298737, 0.945634007, -0.0200219993, -0.324615002, 0.293476999, -0.377631009, 0.878216982, -0.140168995, -0.925740004, -0.351224989))
  1704. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  1705. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1706. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.885434031, 1.14896584, -1.30289316, 0.633083999, 0.189065993, -0.750639021, -0.140072003, -0.925724983, -0.351301014, -0.761304975, 0.327546, -0.559579015))
  1707. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.652297974, 0.46103999))
  1708. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.253762007))
  1709. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.142555475, 0.106908798, -0.542834282, 0.872340024, -0.134011999, -0.470174998, 0.172424003, -0.815572977, 0.552367985, -0.457486004, -0.562922001, -0.688350022))
  1710. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  1711. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  1712. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00706321001, 0.257633686, 3.66470337, -0.945622981, 0.0199619997, 0.324651003, -0.325197011, -0.0378200002, -0.944890022, -0.00658300007, -0.999085009, 0.0422549993))
  1713. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  1714. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1715. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.01984692, -1.89467812, 1.20011854, 0.916751981, -0.255346, 0.307173997, 0.140147001, 0.925728977, 0.351251006, -0.374054015, -0.278957009, 0.884452999))
  1716. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.142449006, 0.500579))
  1717. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  1718. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000419080257, 0.217858791, 3.49420166, -0.945622981, 0.0199619997, 0.324651003, -0.325197011, -0.0378200002, -0.944890022, -0.00658300007, -0.999085009, 0.0422549993))
  1719. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  1720. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1721. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.01980567, 1.20036578, -1.89455795, -0.916770995, 0.255338013, -0.307137012, -0.374027997, -0.279065013, 0.884434998, 0.140119001, 0.925702989, 0.351341993))
  1722. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196289998, 0.500576019, 0.142454997))
  1723. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1724. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.01977706, 1.20036197, -1.14895821, -0.916770995, 0.255338013, -0.307137012, -0.374027997, -0.279065013, 0.884434998, 0.140119001, 0.925702989, 0.351341993))
  1725. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500577986, 0.65229702))
  1726. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1727. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.399013162, -0.893921375, 1.68682671, -0.753157437, 0.0288682282, 0.657206535, -0.657765388, -0.0179808177, -0.753008246, -0.00992090069, -0.999421477, 0.0325309113))
  1728. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.665929973, 0.441118985))
  1729. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1730. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.885283709, -1.30308914, 1.89460564, -0.633100986, -0.189026996, 0.750635028, -0.76127398, 0.327639997, -0.559566975, -0.140165001, -0.925700009, -0.351330012))
  1731. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.46103999, 0.142450005))
  1732. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1733. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.363104761, 0.432480574, -0.0241565704, 0.948337972, 0.00707300007, 0.317184001, -0.317193002, 0.0421329997, 0.947425008, -0.00666199997, -0.999086976, 0.0421999991))
  1734. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.522713006, 0.977497995))
  1735. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  1736. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.366727352, 0.413936615, 5.04359627, -0.528192997, 0.0393359996, 0.848213017, -0.84909898, -0.0167270005, -0.527969003, -0.00657999981, -0.999086022, 0.0422349982))
  1737. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.534879982, 1))
  1738. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.256740987, 0.200000003))
  1739. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.169239163, -0.562208176, 0.883575439, -0.984475017, -0.123879999, 0.124349996, -0.0329869986, -0.565241992, -0.824265003, 0.172397003, -0.815569997, 0.552380025))
  1740. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  1741. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.253762007, 0.200000003))
  1742. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.147807121, -0.568751335, 0.883630753, -0.87233001, 0.134035006, 0.470187008, -0.457500994, -0.562951028, -0.688314974, 0.172434002, -0.815549016, 0.552401006))
  1743. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  1744. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1745. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.470418364, -0.858020067, 1.68680191, -0.989470005, 0.00512700016, -0.144648001, 0.144398004, -0.0336580016, -0.988946974, -0.00993900001, -0.999419987, 0.0325630009))
  1746. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.693889976, 0.441118985))
  1747. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  1748. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.470497221, 0.408330917, -0.858125329, 0.989459991, -0.00511199981, 0.144718006, -0.00992199965, -0.999421, 0.0325319991, 0.144467995, -0.0336249992, -0.988937974))
  1749. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.693889976))
  1750. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  1751. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.43802309, 0.592123032, -0.795161724, 0.69153899, -0.0303969998, -0.721691012, 0.00995799992, 0.999419987, -0.0325520001, 0.722262025, 0.0153240003, 0.691441))
  1752. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.693889976))
  1753. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.256740987))
  1754. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.122873068, 0.220414162, -0.380642891, 0.847881019, -0.162618995, -0.504630029, -0.172360003, 0.815554976, -0.552411973, 0.501385987, 0.555357993, 0.66346401))
  1755. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  1756. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.256740987, 0.200000003))
  1757. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.129430294, -0.406334877, 0.997015953, -0.847860992, 0.162591994, 0.504673004, 0.501428008, 0.555253983, 0.663523018, -0.172337994, 0.815632999, -0.55230701))
  1758. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  1759. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.253762007))
  1760. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.110649943, 0.220441818, -0.38506794, 0.981526017, 0.0949139968, -0.166123003, -0.172361001, 0.81555903, -0.552398026, 0.0830499977, 0.570827007, 0.816851974))
  1761. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  1762. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  1763. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.372350752, 0.59210968, -0.828428984, 0.998400986, -0.0081430003, 0.0559349991, 0.00997400004, 0.999421, -0.032536, -0.0556380004, 0.0330419987, 0.997904003))
  1764. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.665929019))
  1765. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.253762007, 0.200000003))
  1766. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.116006494, -0.410948753, 0.997055054, -0.981525004, -0.0948799998, 0.166150004, 0.0831070021, 0.570774972, 0.816890001, -0.172341004, 0.815605998, -0.552344978))
  1767. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  1768. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  1769. Col_Partweld=weld(m,SP_handle1,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0054448843, -1.44256687, 1.64849663, -0.945638001, 0.0199909993, 0.324604988, 0.259066999, -0.55707401, 0.789020002, 0.196602002, 0.830222011, 0.521611989))
  1770. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  1771. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  1772. Col_Partweld=weld(m,SP_handle1,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00547164679, -1.44252539, 1.0409193, -0.945638001, 0.0199909993, 0.324604988, 0.259066999, -0.55707401, 0.789020002, 0.196602002, 0.830222011, 0.521611989))
  1773. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  1774. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  1775. Col_Partweld=weld(m,SP_handle1,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00553238392, -1.44267464, 1.34630871, -0.945638001, 0.0199909993, 0.324604988, 0.259066999, -0.55707401, 0.789020002, 0.196602002, 0.830222011, 0.521611989))
  1776. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  1777. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  1778. Col_Partweld=weld(m,SP_handle1,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00545209646, -1.21333075, 1.3211689, -0.945638001, 0.0199909993, 0.324604988, 0.259066999, -0.55707401, 0.789020002, 0.196602002, 0.830222011, 0.521611989))
  1779. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  1780. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.79667002))
  1781. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00713741779, 1.28637004, -1.67882538, -0.945648015, 0.0199839994, 0.324577004, -0.293444008, 0.377701998, -0.878198028, -0.140143007, -0.925710976, -0.351309001))
  1782. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  1783. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  1784. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.20748258, 1.02564549, 1.74416447, 0.827349007, -0.304351985, 0.472084999, 0.543931007, 0.224465996, -0.80855, 0.140117005, 0.925734997, 0.35125801))
  1785. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500577986, 0.0196269993, 1))
  1786. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.883213997, 0.694700003))
  1787. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000469923019, 1.10512543, -1.75833511, -0.945648015, 0.0199839994, 0.324577004, -0.293444008, 0.377701998, -0.878198028, -0.140143007, -0.925710976, -0.351309001))
  1788. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  1789. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  1790. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.31086206, 0.890516758, -1.74405384, -0.269176006, -0.305855006, 0.913233995, -0.95284301, 0.222534001, -0.206321001, -0.140120998, -0.925706029, -0.351332992))
  1791. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103999, 0.0196269993, 1))
  1792. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1793. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.437917233, -0.795230865, 1.87061691, -0.691537023, 0.0304000005, 0.721701026, 0.722271979, 0.0152589995, 0.691441, 0.0100079998, 0.999421, -0.0325089991))
  1794. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.693889976, 0.441118985))
  1795. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1796. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400029212, -2.29852009, 0.480926991, -0.948341012, -0.00708199991, -0.317173004, -0.00665999996, -0.999086022, 0.0422220007, -0.317182004, 0.0421539992, 0.947427988))
  1797. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.522713006))
  1798. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1799. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.351667285, 0.518031359, -2.29840469, 0.64051199, -0.0366679989, -0.767072022, 0.767920017, 0.0220030006, 0.640168011, -0.00659599993, -0.999085009, 0.0422509983))
  1800. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196419992, 0.484984994, 0.148549005))
  1801. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1802. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.372390151, -0.828444481, 1.87061787, -0.998401999, 0.00814399961, -0.0559209995, -0.0556249991, 0.0329709984, 0.997906983, 0.00997100025, 0.999423027, -0.0324660018))
  1803. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.665929973, 0.441118985))
  1804. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1805. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.02568507, 1.20759964, -1.34572411, -0.543946981, -0.224528998, 0.808520019, -0.82733202, 0.304426998, -0.472063988, -0.140141994, -0.925693989, -0.351350009))
  1806. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500577986, 0.65229702))
  1807. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1808. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.351634264, -2.29843426, 0.517921209, -0.640506029, 0.0366519988, 0.767077982, -0.00662200013, -0.999086976, 0.0422089994, 0.767925024, 0.0219560005, 0.640164018))
  1809. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.484982014))
  1810. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1811. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.890498161, 1.34580135, -1.31065249, 0.952844977, -0.222532004, 0.206304997, 0.140138, 0.925723016, 0.351269007, -0.269152999, -0.305790991, 0.913257003))
  1812. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.652297974, 0.46103999))
  1813. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1814. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.89057374, -1.31088495, 2.09141731, -0.952857018, 0.222532004, -0.206260994, -0.269122005, -0.305880994, 0.913241982, 0.140134007, 0.925697982, 0.351348996))
  1815. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.46103999, 0.142450005))
  1816. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1817. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.02571321, 1.20763278, -2.09141445, -0.543946981, -0.224528998, 0.808520019, -0.82733202, 0.304426998, -0.472063988, -0.140141994, -0.925693989, -0.351350009))
  1818. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196289998, 0.500576019, 0.142454997))
  1819. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1820. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.412488163, 2.29849815, -0.470071316, -0.938690007, -0.00834599975, -0.344660997, 0.00660499977, 0.999087989, -0.0421810001, 0.344698012, -0.0418719985, -0.937779009))
  1821. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148548007, 0.534879982))
  1822. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1823. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.890600204, 2.09153271, -1.31066012, 0.952844977, -0.222532004, 0.206304997, 0.140138, 0.925723016, 0.351269007, -0.269152999, -0.305790991, 0.913257003))
  1824. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196279995, 0.142450005, 0.46103999))
  1825. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1826. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.0256536, -2.09157181, 1.2074182, 0.543942988, 0.224501997, -0.808533013, -0.140074998, -0.92573297, -0.351280004, -0.827347994, 0.304331988, -0.472099006))
  1827. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.142449006, 0.500579))
  1828. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  1829. Col_Partweld=weld(m,SP_handle1,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00582766533, 1.18466902, -1.03677464, -0.945638001, 0.0199909993, 0.324604988, 0.259066999, -0.55707401, 0.789020002, 0.196602002, 0.830222011, 0.521611989))
  1830. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  1831. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  1832. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.470303774, 0.412559569, -3.67730331, 0.344686002, -0.0419309996, -0.937780976, 0.938695014, 0.008378, 0.34464699, -0.00659500016, -0.999085009, 0.0422479995))
  1833. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.534879982, 0.0196269993, 1))
  1834. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  1835. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.20749569, 1.02572477, -3.4697094, -0.827344, 0.304374009, -0.472072989, 0.543937981, 0.224530995, -0.80852598, -0.140100002, -0.925710022, -0.351323009))
  1836. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500576019, 0.0196269993, 1))
  1837. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  1838. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.517942309, 0.351877093, -3.67735004, 0.767942011, 0.0219560005, 0.640142024, -0.640483975, 0.0366970003, 0.767094016, -0.0066490001, -0.999085009, 0.0422439985))
  1839. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  1840. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  1841. Col_Part2weld=weld(m,SP_handle1,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.31085253, 0.89054966, -3.46965885, -0.269176006, -0.305855006, 0.913233995, -0.95284301, 0.222534001, -0.206321001, -0.140120998, -0.925706029, -0.351332992))
  1842. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103701, 0.0196269993, 1))
  1843. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  1844. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00725138187, 1.28625536, 3.64153767, 0.945649981, -0.0199970007, -0.32457, -0.293442994, 0.377638996, -0.878225982, 0.140132993, 0.925737023, 0.351245999))
  1845. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  1846. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  1847. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000559151173, 1.25207567, 3.46981907, 0.945649981, -0.0199970007, -0.32457, -0.293442994, 0.377638996, -0.878225982, 0.140132993, 0.925737023, 0.351245999))
  1848. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  1849. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  1850. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000555336475, 0.290035486, 3.67739296, -0.945643008, 0.0199950002, 0.324593008, 0.325139999, 0.0376689993, 0.94491601, 0.00666699978, 0.999090016, -0.0421230011))
  1851. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  1852. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  1853. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00724804401, 0.329701662, 3.847929, -0.945643008, 0.0199950002, 0.324593008, 0.325139999, 0.0376689993, 0.94491601, 0.00666699978, 0.999090016, -0.0421230011))
  1854. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  1855. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  1856. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.02548349, 1.2075541, 5.01976109, 0.543964982, 0.224472001, -0.80852598, -0.827323973, 0.304390997, -0.472104013, 0.140134007, 0.92572099, 0.351289988))
  1857. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500576019, 1))
  1858. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  1859. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.351823926, 0.517732143, 5.22677994, -0.640528977, 0.0366659984, 0.767058015, 0.767904997, 0.0219240002, 0.640187979, 0.00665599992, 0.999086976, -0.0421990007))
  1860. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 1))
  1861. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  1862. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.89052701, 1.31031871, 5.0198555, 0.952841997, -0.222521007, 0.206339002, 0.269172996, 0.305752993, -0.913268983, 0.140131995, 0.925742984, 0.351231009))
  1863. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.461037993, 1))
  1864. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  1865. Col3_Wedgeweld=weld(m,SP_handle1,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.41234839, 0.469959497, 5.22678566, -0.938706994, -0.00832900032, -0.344615996, -0.34465301, 0.0418540016, 0.93779701, 0.00661200006, 0.999089003, -0.0421589985))
  1866. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.534879982, 1))
  1867.  
  1868.  
  1869.  
  1870.  
  1871.  
  1872.  
  1873. SP_handle2=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,1,1,"Institutional white","Handle",Vector3.new(1, 1, 1))
  1874. SP_handle2weld=weld(m,Character["Torso"],SP_handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.74999541, -6.18967915, 0.709959507, -0.000193385655, 2.01714895e-010, 1, -0.499999583, 0.866025627, -9.66929219e-005, -0.866025627, -0.499999583, -0.000167476843))
  1875. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1876. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.318912029, 0.490184307, -2.36223698, 0.640478015, -0.0365765989, -0.767105162, 0.767947972, 0.0219302475, 0.640136838, -0.00659199897, -0.999090135, 0.042134583))
  1877. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196419992, 0.484984994, 0.148549005))
  1878. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.256740987))
  1879. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.135716319, 0.295978546, -0.376322269, 0.847860992, -0.162620157, -0.504662871, -0.172362998, 0.815574527, -0.552385449, 0.501419008, 0.555330813, 0.66346401))
  1880. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  1881. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  1882. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.40239501, 0.436573505, 4.97986221, -0.528228998, 0.0392614305, 0.848193526, -0.849075973, -0.016678825, -0.528006971, -0.00658299914, -0.999089003, 0.0421466529))
  1883. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.534879982, 1))
  1884. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.256740987, 0.200000003))
  1885. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.14229691, -0.401976585, 1.07262611, -0.847859025, 0.162589222, 0.504677296, 0.501420975, 0.555301428, 0.663489103, -0.172371998, 0.815601289, -0.55234313))
  1886. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  1887. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.253762007))
  1888. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.097230196, 0.296030045, -0.386773109, 0.981526971, 0.0948853716, -0.166129798, -0.172340006, 0.815561473, -0.552410185, 0.0830729976, 0.570837855, 0.816849172))
  1889. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  1890. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1891. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.386069775, -2.36230278, 0.440475941, -0.948354006, -0.0070810318, -0.317160964, -0.00665199896, -0.999094784, 0.042198509, -0.317169994, 0.0421240926, 0.947433829))
  1892. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.522713006))
  1893. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  1894. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0128933191, 1.17979527, 3.23150253, 0.945630014, -0.0199176371, -0.324632645, 0.293520004, -0.377699137, 0.878174305, -0.140103996, -0.925714731, -0.351317614))
  1895. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  1896. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  1897. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0061763525, 0.289402723, 3.91166019, -0.945648015, 0.020007804, 0.324574828, 0.325123012, 0.0377299786, 0.94491899, 0.00665999902, 0.999087572, -0.0421850681))
  1898. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  1899. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.256740987, 0.200000003))
  1900. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.182556152, -0.559828281, 0.808006287, -0.984471023, -0.123908147, 0.124350846, -0.0329790004, -0.565206647, -0.82428962, 0.172419995, -0.81559056, 0.552343845))
  1901. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  1902. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1903. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.291921794, 0.44536829, 0.222829819, 0.977321029, 0.00250957161, 0.211746871, 0.211658999, -0.0426444709, -0.97641319, 0.00657999888, 0.999086618, -0.0422087908))
  1904. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 0.977497995))
  1905. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  1906. Col_Partweld=weld(m,SP_handle2,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0188682079, -1.04897594, 1.0137558, -0.945640981, 0.0200113654, 0.324597001, 0.259048998, -0.557073951, 0.789026022, 0.196613997, 0.830221951, 0.521607459))
  1907. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  1908. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  1909. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.14274788, 0.990169048, -3.23143864, -0.374114007, -0.278952479, 0.8844347, 0.916732013, -0.255359173, 0.307235122, 0.140145004, 0.925730407, 0.351258874))
  1910. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500576019, 0.0196269993, 1))
  1911. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  1912. Col_Partweld=weld(m,SP_handle2,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.019012928, 0.895496368, -1.00175476, -0.945640981, 0.0200113654, 0.324597001, 0.259048998, -0.557073951, 0.789026022, 0.196613997, 0.830221951, 0.521607459))
  1913. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  1914. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  1915. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.436714649, 0.402758837, -3.43048096, 0.849053025, 0.0167142153, 0.528044343, 0.528267026, -0.0393388569, -0.848169565, 0.00659399899, 0.999088407, -0.0422317386))
  1916. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.534879982, 0.0196269993, 1))
  1917. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  1918. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0063662529, 1.34953403, 3.68287468, 0.945648015, -0.0199591964, -0.324578643, -0.293462008, 0.37765485, -0.878211141, 0.140105993, 0.925729394, 0.351271063))
  1919. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  1920. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 1.21687305, 1.19114494))
  1921. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0131651163, 0.26795435, -1.07196426, -0.945643008, 0.0199587643, 0.324593902, 0.32505399, 0.0274415016, 0.945296824, 0.00995999947, 0.999424458, -0.0324376225))
  1922. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  1923. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1924. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.402704477, 2.05158806, -0.43671155, -0.528244972, 0.0393484533, 0.848180294, -0.00659899926, -0.999085724, 0.0422382951, 0.849066019, 0.0167151242, 0.528021872))
  1925. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148548007, 0.534879982))
  1926. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  1927. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.839877605, 1.25725365, 4.78155994, 0.63301897, 0.189091861, -0.750687778, 0.761353016, -0.327568531, 0.559500933, -0.140104994, -0.92571187, -0.35132274))
  1928. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.461037993, 1))
  1929. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  1930. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.463573098, 0.345012665, -0.815327644, 0.989462018, -0.00507778302, 0.144701138, -0.0098899994, -0.999420762, 0.0325579047, 0.144452006, -0.0336461067, -0.988939524))
  1931. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.693889976))
  1932. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.922468007, 1.15926802))
  1933. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0131175518, -0.160538673, -0.56811142, -0.945614994, 0.0199980885, 0.32467398, -0.275833011, -0.578350663, -0.767741621, 0.172422007, -0.815543771, 0.552412689))
  1934. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  1935. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.991810024))
  1936. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00641655922, 0.211847782, -0.501665115, -0.945614994, 0.0199980885, 0.32467398, -0.275833011, -0.578350663, -0.767741621, 0.172422007, -0.815543771, 0.552412689))
  1937. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  1938. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1939. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.07628775, 1.24782372, -2.1328516, -0.543915987, -0.2245197, 0.808545113, -0.827355981, 0.304396063, -0.472044826, -0.140135005, -0.925707936, -0.351323843))
  1940. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196289998, 0.500576019, 0.142454997))
  1941. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1942. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.913594007, -1.37116909, 2.13288498, -0.952867985, 0.222489193, -0.206255466, -0.269095004, -0.305843353, 0.913262367, 0.140109003, 0.925721169, 0.351298928))
  1943. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.46103999, 0.142450005))
  1944. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  1945. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0128772259, 0.249707699, 3.74114132, -0.945648015, 0.020007804, 0.324574828, 0.325123012, 0.0377299786, 0.94491899, 0.00665999902, 0.999087572, -0.0421850681))
  1946. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  1947. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1948. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.323507488, 0.497468472, -2.05152893, 0.977321029, 0.00250957161, 0.211746871, 0.211658999, -0.0426444709, -0.97641319, 0.00657999888, 0.999086618, -0.0422087908))
  1949. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196419992, 0.484984994, 0.148549005))
  1950. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  1951. Col_Partweld=weld(m,SP_handle2,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0189540386, -1.51295471, 1.37406731, -0.945640981, 0.0200113654, 0.324597001, 0.259048998, -0.557073951, 0.789026022, 0.196613997, 0.830221951, 0.521607459))
  1952. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  1953. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1954. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.319176912, -2.36218357, 0.49025774, -0.640497983, 0.0366939306, 0.767082453, -0.00664599892, -0.999084949, 0.0422435999, 0.767930984, 0.0219587386, 0.64015615))
  1955. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.484982014))
  1956. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1957. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.990128517, 1.14284229, -1.10763168, -0.916751027, 0.255376339, -0.307165354, -0.374060005, -0.278998554, 0.884442866, 0.140166998, 0.925712645, 0.351298064))
  1958. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500577986, 0.65229702))
  1959. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 1.36598396))
  1960. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0064343214, 0.67361021, -1.20691872, -0.945648015, 0.0198989213, 0.324582279, -0.325040996, -0.0274623632, -0.945300996, -0.00989699923, -0.999424994, 0.0324367285))
  1961. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  1962. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.253762007, 0.200000003))
  1963. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.102555513, -0.41268301, 1.07259083, -0.98152101, -0.0948881656, 0.166172966, 0.0831290036, 0.570734382, 0.81691587, -0.172356993, 0.815633535, -0.55229938))
  1964. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  1965. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 2.49871612))
  1966. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00630950928, 0.289529085, 1.09816551, -0.945648015, 0.020007804, 0.324574828, 0.325123012, 0.0377299786, 0.94491899, 0.00665999902, 0.999087572, -0.0421850681))
  1967. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  1968. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1969. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.371003389, -0.86103797, 1.62337875, -0.753188014, 0.0288263261, 0.657173216, -0.657729983, -0.0178900957, -0.753041148, -0.00995099917, -0.999424577, 0.0324353874))
  1970. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.665929973, 0.441118985))
  1971. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  1972. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.25725031, 0.839634418, -1.50592518, -0.761341989, 0.327583909, -0.559506357, -0.633023977, -0.189053029, 0.750693083, 0.140138, 0.925715148, 0.351302415))
  1973. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103999, 0.0196269993, 1))
  1974. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.256740987))
  1975. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.176143408, 0.0314159393, -0.534275055, 0.984476984, 0.123937994, -0.124279171, 0.172405005, -0.81557405, 0.552372396, -0.0328989998, -0.565223634, -0.824281037))
  1976. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  1977. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  1978. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.24769402, 1.07627964, 1.78553772, 0.827367008, -0.304336429, 0.472060055, 0.543902993, 0.224479616, -0.808562398, 0.140110001, 0.925734401, 0.351257771))
  1979. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500577986, 0.0196269993, 1))
  1980. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  1981. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00625407696, 1.21386814, 3.40324974, 0.945630014, -0.0199176371, -0.324632645, 0.293520004, -0.377699137, 0.878174305, -0.140103996, -0.925714731, -0.351317614))
  1982. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  1983. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  1984. Col_Partweld=weld(m,SP_handle2,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0192779303, 0.895517349, -0.696343422, -0.945640981, 0.0200113654, 0.324597001, 0.259048998, -0.557073951, 0.789026022, 0.196613997, 0.830221951, 0.521607459))
  1985. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  1986. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  1987. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.490240812, 0.319052935, 1.19580841, -0.767931998, -0.0219501853, -0.640155375, -0.640497029, 0.0366167128, 0.767086625, 0.00660299929, 0.999088466, -0.0421775281))
  1988. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  1989. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  1990. Col_Partweld=weld(m,SP_handle2,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0191556215, -1.2837286, 1.04663658, -0.945640981, 0.0200113654, 0.324597001, 0.259048998, -0.557073951, 0.789026022, 0.196613997, 0.830221951, 0.521607459))
  1991. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  1992. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.253762007))
  1993. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.12953496, 0.0313777924, -0.546439171, 0.872326016, -0.13404274, -0.4701913, 0.172423005, -0.815558672, 0.552388966, -0.457511991, -0.562935114, -0.688321114))
  1994. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  1995. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  1996. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370954514, 0.344926834, -0.860914946, 0.753189981, -0.0288462937, -0.657169819, -0.00988799892, -0.999421716, 0.0325364769, -0.657728016, -0.0180082917, -0.753039956))
  1997. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.665929019))
  1998. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1999. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.323361397, -2.05159378, 0.497298241, -0.977322996, -0.00244020671, -0.211740732, 0.00662899902, 0.999090672, -0.0421117842, 0.211650997, -0.042560488, -0.97641772))
  2000. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.484982014))
  2001. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  2002. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.871561527, 0.37545836, -1.33848763, -0.0557060018, 0.0329880714, 0.99790585, -0.998401999, 0.00811542943, -0.0559957027, -0.00994899869, -0.999429107, 0.0324795842))
  2003. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.665929019, 0.0196269993, 1))
  2004. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  2005. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.440415144, 0.386130929, 1.19585419, -0.317292988, 0.0421622097, 0.947389901, 0.948303998, 0.0070477128, 0.31728524, 0.00669999886, 0.999085605, -0.0422185659))
  2006. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.522713006, 0.0196269993, 1))
  2007. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2008. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.0762825, -2.13287544, 1.24777937, 0.543935001, 0.224522203, -0.808532715, -0.140104994, -0.925714254, -0.35131678, -0.827349007, 0.304372489, -0.472071618))
  2009. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.142449006, 0.500579))
  2010. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2011. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.913836002, 2.13287067, -1.37103081, 0.95283699, -0.22256957, 0.206312254, 0.140173003, 0.925716281, 0.351284355, -0.269172013, -0.305798113, 0.913254619))
  2012. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196279995, 0.142450005, 0.46103999))
  2013. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2014. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.990162849, 1.14279938, -1.8532362, -0.916751027, 0.255376339, -0.307165354, -0.374060005, -0.278998554, 0.884442866, 0.140166998, 0.925712645, 0.351298064))
  2015. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196289998, 0.500576019, 0.142454997))
  2016. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.883213997, 0.694700003))
  2017. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0132068396, 1.03254509, -1.52022934, -0.945643008, 0.0199998021, 0.324590981, 0.293449998, -0.37771067, 0.878192425, 0.140165001, 0.925707936, 0.351309985))
  2018. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2019. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.883213997, 0.694700003))
  2020. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0131059885, 1.16834641, -1.79972172, -0.945653021, 0.0199458748, 0.32456553, -0.293446004, 0.377704144, -0.878195643, -0.140105993, -0.925711513, -0.351324081))
  2021. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2022. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  2023. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00639820099, 0.297686577, 3.60097122, -0.945653021, 0.0199476033, 0.324564546, -0.325109005, -0.0376881659, -0.944924653, -0.00661699893, -0.999090672, 0.0421256721))
  2024. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2025. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.253762007, 0.200000003, 0.714712024))
  2026. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.412526131, 0.102494955, -0.640183449, 0.0830539986, 0.57081908, 0.816864669, -0.98150599, -0.0950148553, 0.166189536, 0.172479004, -0.815559745, 0.552371085))
  2027. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  2028. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  2029. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0130589008, 1.31537342, 3.5111599, 0.945648015, -0.0199591964, -0.324578643, -0.293462008, 0.37765485, -0.878211141, 0.140105993, 0.925729394, 0.351271063))
  2030. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2031. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2032. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.397277951, 2.36230183, -0.43005991, -0.938692987, -0.00830970705, -0.344655126, 0.00663099904, 0.99908936, -0.042147994, 0.344691992, -0.0418485701, -0.937782645))
  2033. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148548007, 0.534879982))
  2034. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  2035. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.375437707, 0.655433655, -0.87165308, 0.998399019, -0.00815558061, 0.0559761599, 0.00998699944, 0.999417782, -0.0325191915, -0.0556790009, 0.0330266356, 0.997898579))
  2036. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.665929019))
  2037. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2038. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.287615538, 0.438280344, -0.0878658295, 0.640478015, -0.0365765989, -0.767105162, 0.767947972, 0.0219302475, 0.640136838, -0.00659199897, -0.999090135, 0.042134583))
  2039. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 0.977497995))
  2040. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2041. Col_Partweld=weld(m,SP_handle2,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.019110322, 0.894618034, -0.405339241, -0.945640981, 0.0200113654, 0.324597001, 0.259048998, -0.557073951, 0.789026022, 0.196613997, 0.830221951, 0.521607459))
  2042. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2043. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  2044. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.825607061, 0.468871593, -1.33843613, -0.722279012, -0.0152840614, -0.69143337, 0.691529989, -0.030354172, -0.721709549, -0.00995699875, -0.999421954, 0.0324939191))
  2045. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.693889976, 0.0196269993, 1))
  2046. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  2047. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.989991665, 1.14282322, 4.78156853, 0.916768014, -0.255304575, 0.30717358, -0.374042988, -0.279007703, 0.884446979, -0.140100002, -0.925729036, -0.351280481))
  2048. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500576019, 1))
  2049. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 1.36598396))
  2050. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00646400452, 0.662065506, -0.896339417, -0.945643008, 0.0199587643, 0.324593902, 0.32505399, 0.0274415016, 0.945296824, 0.00995999947, 0.999424458, -0.0324376225))
  2051. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2052. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  2053. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.468886137, 0.655513763, -0.825591087, 0.691583991, -0.0303613842, -0.721658051, 0.00990799908, 0.999420702, -0.0325520933, 0.722229004, 0.0153627992, 0.691483736))
  2054. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.693889976))
  2055. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  2056. Col_Partweld=weld(m,SP_handle2,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0191069841, -1.04892159, 0.71149826, -0.945640981, 0.0200113654, 0.324597001, 0.259048998, -0.557073951, 0.789026022, 0.196613997, 0.830221951, 0.521607459))
  2057. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  2058. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2059. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.07629538, 1.2478013, -1.38714314, -0.543915987, -0.2245197, 0.808545113, -0.827355981, 0.304396063, -0.472044826, -0.140135005, -0.925707936, -0.351323843))
  2060. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500577986, 0.65229702))
  2061. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  2062. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0129871368, 0.257900238, 3.43045425, -0.945653021, 0.0199476033, 0.324564546, -0.325109005, -0.0376881659, -0.944924653, -0.00661699893, -0.999090672, 0.0421256721))
  2063. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2064. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2065. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.375479639, -0.871661663, 1.93397617, -0.998400986, 0.00815895759, -0.0559423119, -0.0556450002, 0.0329711139, 0.997906446, 0.00998699944, 0.999423325, -0.0324635208))
  2066. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.665929973, 0.441118985))
  2067. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.588810027, 2.33292603))
  2068. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0129833221, 0.249793291, 1.21062469, -0.945648015, 0.020007804, 0.324574828, 0.325123012, 0.0377299786, 0.94491899, 0.00665999902, 0.999087572, -0.0421850681))
  2069. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2070. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2071. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.839609623, 1.85331154, -1.25724363, 0.633065999, 0.189052045, -0.750656724, -0.140101999, -0.92572248, -0.351297021, -0.761313975, 0.327562451, -0.559557438))
  2072. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196279995, 0.142450005, 0.46103999))
  2073. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  2074. Col_Partweld=weld(m,SP_handle2,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0193712711, 1.11441612, -1.00902653, -0.945640981, 0.0200113654, 0.324597001, 0.259048998, -0.557073951, 0.789026022, 0.196613997, 0.830221951, 0.521607459))
  2075. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  2076. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2077. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.468774557, -0.825696707, 1.93396282, -0.691567004, 0.03040573, 0.721672893, 0.722243011, 0.0152594149, 0.691470683, 0.0100129992, 0.999421239, -0.0325131118))
  2078. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.693889976, 0.441118985))
  2079. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 2.49871612))
  2080. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00640046597, 0.297836781, 0.787420273, -0.945653021, 0.0199476033, 0.324564546, -0.325109005, -0.0376881659, -0.944924653, -0.00661699893, -0.999090672, 0.0421256721))
  2081. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2082. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  2083. Col_Partweld=weld(m,SP_handle2,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0192292929, 0.659740448, -0.359695435, -0.945640981, 0.0200113654, 0.324597001, 0.259048998, -0.557073951, 0.789026022, 0.196613997, 0.830221951, 0.521607459))
  2084. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  2085. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2086. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.349162579, 0.392101765, -0.0879173279, 0.948329985, 0.00707650185, 0.317205101, -0.317214012, 0.0421441197, 0.947416484, -0.00666399905, -0.999086499, 0.042211026))
  2087. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.522713006, 0.977497995))
  2088. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2089. Col_Partweld=weld(m,SP_handle2,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0189576149, -1.04891491, 0.406126022, -0.945640981, 0.0200113654, 0.324597001, 0.259048998, -0.557073951, 0.789026022, 0.196613997, 0.830221951, 0.521607459))
  2090. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2091. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2092. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.839641571, -1.25734711, 1.85322762, -0.633090019, -0.189075977, 0.750631273, -0.761291981, 0.32760796, -0.559560657, -0.140112996, -0.925701618, -0.351347148))
  2093. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.46103999, 0.142450005))
  2094. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2095. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.463681519, -0.815413475, 1.62330818, -0.989457011, 0.00514969602, -0.144734561, 0.144484997, -0.0335232913, -0.988938808, -0.00994499866, -0.999424219, 0.03242594))
  2096. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.693889976, 0.441118985))
  2097. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2098. Col_Partweld=weld(m,SP_handle2,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0190281868, 0.659790039, -0.665107727, -0.945640981, 0.0200113654, 0.324597001, 0.259048998, -0.557073951, 0.789026022, 0.196613997, 0.830221951, 0.521607459))
  2099. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2100. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2101. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.839658737, 1.10765457, -1.25719261, 0.633054972, 0.1890423, -0.750669599, -0.140071005, -0.925742805, -0.3512564, -0.761328995, 0.327510834, -0.559566915))
  2102. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.652297974, 0.46103999))
  2103. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  2104. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.37121773, 0.913583517, -1.78544044, -0.26918301, -0.305863202, 0.913229942, -0.952845991, 0.222506687, -0.206337154, -0.140089005, -0.925709963, -0.351335377))
  2105. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103999, 0.0196269993, 1))
  2106. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.253762007, 0.200000003))
  2107. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.134806752, -0.572377205, 0.808067322, -0.872304976, 0.134085014, 0.470238507, -0.457576007, -0.5629251, -0.688295662, 0.172416002, -0.815570235, 0.552382946))
  2108. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  2109. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2110. Col_Partweld=weld(m,SP_handle2,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0189436674, -1.51281834, 1.0686264, -0.945640981, 0.0200113654, 0.324597001, 0.259048998, -0.557073951, 0.789026022, 0.196613997, 0.830221951, 0.521607459))
  2111. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2112. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  2113. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.24764013, 1.07634354, -3.51111412, -0.827381015, 0.304346621, -0.472032428, 0.543888986, 0.224538565, -0.808558285, -0.140092999, -0.925719142, -0.351309329))
  2114. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500576019, 0.0196269993, 1))
  2115. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2116. Col_Partweld=weld(m,SP_handle2,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0190786123, 0.658753395, -0.0687332153, -0.945640981, 0.0200113654, 0.324597001, 0.259048998, -0.557073951, 0.789026022, 0.196613997, 0.830221951, 0.521607459))
  2117. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2118. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  2119. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.25731325, 0.839627743, -3.23154926, -0.761341989, 0.327583909, -0.559506357, -0.633023977, -0.189053029, 0.750693083, 0.140138, 0.925715148, 0.351302415))
  2120. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103701, 0.0196269993, 1))
  2121. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.588810027, 2.33292603))
  2122. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0130431652, 0.258029938, 0.900024414, -0.945653021, 0.0199476033, 0.324564546, -0.325109005, -0.0376881659, -0.944924653, -0.00661699893, -0.999090672, 0.0421256721))
  2123. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2124. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  2125. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.815293312, 0.463591516, -1.02794075, -0.144452006, 0.0336143672, 0.988940597, 0.989462018, -0.00512565672, 0.144702226, 0.0099329995, 0.999421716, -0.032520324))
  2126. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.693889976, 0.0196269993, 1))
  2127. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  2128. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.1429081, 0.989974976, 1.50585365, 0.374042988, 0.279025972, -0.884441376, 0.916769981, -0.255302519, 0.307171226, -0.140092, -0.925724149, -0.351296037))
  2129. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500577986, 0.0196269993, 1))
  2130. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  2131. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.430084705, 0.397243619, -3.74112988, 0.34465301, -0.0418610275, -0.937796175, 0.938706994, 0.00832527876, 0.344616115, -0.00661799917, -0.999089301, 0.0421641171))
  2132. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.534879982, 0.0196269993, 1))
  2133. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2134. Col_Partweld=weld(m,SP_handle2,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.018905282, -1.28363323, 1.34890747, -0.945640981, 0.0200113654, 0.324597001, 0.259048998, -0.557073951, 0.789026022, 0.196613997, 0.830221951, 0.521607459))
  2135. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2136. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  2137. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.860911608, 0.371115208, -1.02778053, -0.657773018, -0.0179186761, -0.753002763, -0.753149986, 0.0288508236, 0.657215655, 0.00994799938, 0.999422848, -0.0324724615))
  2138. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.665929019, 0.0196269993, 1))
  2139. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2140. Col_Partweld=weld(m,SP_handle2,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0188840628, -1.51284981, 1.67623711, -0.945640981, 0.0200113654, 0.324597001, 0.259048998, -0.557073951, 0.789026022, 0.196613997, 0.830221951, 0.521607459))
  2141. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2142. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.991810024))
  2143. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0063829422, 0.374873638, -0.237018585, -0.945639014, 0.0200032145, 0.324602872, 0.275797009, 0.578256667, 0.767824769, -0.172344998, 0.815609634, -0.552338719))
  2144. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2145. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2146. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.391340256, -2.0516243, 0.446946859, -0.552748978, 0.0388362408, 0.832450986, 0.00664999895, 0.999088049, -0.0421922803, -0.833329976, -0.017789349, -0.552502513))
  2147. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.522713006))
  2148. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.256740987, 0.200000003, 0.714712024))
  2149. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.559854031, 0.182745934, -0.375543594, 0.0328989998, 0.565225124, 0.8242836, 0.984489977, 0.123884425, -0.124245942, -0.172343999, 0.815582752, -0.552383244))
  2150. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  2151. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2152. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.913577557, 1.38717556, -1.37104702, 0.952852011, -0.222509444, 0.206306398, 0.14012, 0.925728619, 0.351273805, -0.269145995, -0.305804014, 0.91326046))
  2153. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.652297974, 0.46103999))
  2154. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2155. Col_Partweld=weld(m,SP_handle2,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0189427137, -1.28362751, 0.741285324, -0.945640981, 0.0200113654, 0.324597001, 0.259048998, -0.557073951, 0.789026022, 0.196613997, 0.830221951, 0.521607459))
  2156. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2157. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.253762007, 0.200000003, 0.714712024))
  2158. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.572406769, 0.13484776, -0.375572205, -0.457569987, -0.562843263, -0.688357949, -0.872300982, 0.134046793, 0.470236272, -0.172397003, 0.815621078, -0.552304864))
  2159. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  2160. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  2161. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.323440015, 0.497101307, 4.97980309, -0.977313995, -0.00250028074, -0.211748779, 0.211661994, -0.0425799787, -0.976413488, -0.00657599885, -0.999084949, 0.0421477258))
  2162. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 1))
  2163. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.79667002))
  2164. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00641798973, 1.34959126, -1.72021675, -0.945653021, 0.0199458748, 0.32456553, -0.293446004, 0.377704144, -0.878195643, -0.140105993, -0.925711513, -0.351324081))
  2165. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2166. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  2167. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.497495174, 0.323418498, -3.4304409, 0.211675003, -0.042647779, -0.976408899, -0.977317989, -0.00248321891, -0.211763248, 0.00660699885, 0.999087214, -0.0422056615))
  2168. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  2169. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 1.21687305, 1.19114494))
  2170. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0131610632, 0.279503822, -1.38253021, -0.945648015, 0.0198989213, 0.324582279, -0.325040996, -0.0274623632, -0.945300996, -0.00989699923, -0.999424994, 0.0324367285))
  2171. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2172. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.256740987, 0.200000003, 0.714712024))
  2173. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.401984692, 0.142261267, -0.640175819, -0.501402974, -0.55528295, -0.663517118, 0.847862005, -0.162526518, -0.504692733, 0.172408998, -0.815625727, 0.55229485))
  2174. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  2175. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2176. Col_Partweld=weld(m,SP_handle2,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0190532207, 1.11355877, -0.718055725, -0.945640981, 0.0200113654, 0.324597001, 0.259048998, -0.557073951, 0.789026022, 0.196613997, 0.830221951, 0.521607459))
  2177. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2178. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2179. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.354311943, 0.398738384, 0.22278595, 0.552742004, -0.0388320982, -0.832441866, -0.833320975, -0.0178779513, -0.552486002, 0.006564999, 0.99908042, -0.04223755))
  2180. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.522713006, 0.977497995))
  2181. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  2182. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.447050333, 0.391303301, 0.885082245, -0.833337009, -0.0178147852, -0.552478552, 0.552725971, -0.0387951136, -0.832459807, -0.00660299929, -0.999088645, 0.0421752632))
  2183. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.522713006, 0.0196269993, 1))
  2184. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.79667002))
  2185. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00652968884, 1.21386719, -1.44067574, -0.945643008, 0.0199998021, 0.324590981, 0.293449998, -0.37771067, 0.878192425, 0.140165001, 0.925707936, 0.351309985))
  2186. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2187. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2188. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.990123749, -1.85331917, 1.14269733, 0.916742027, -0.255344957, 0.307217687, 0.140137002, 0.925732851, 0.351255149, -0.374092996, -0.278957397, 0.884442151))
  2189. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.142449006, 0.500579))
  2190. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.922468007, 1.15926802))
  2191. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.013122201, 0.00251865387, -0.303384781, -0.945639014, 0.0200032145, 0.324602872, 0.275797009, 0.578256667, 0.767824769, -0.172344998, 0.815609634, -0.552338719))
  2192. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2193. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  2194. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.497448921, 0.323316693, 0.885189056, -0.211603999, 0.0425955355, 0.976426423, -0.977333009, -0.00242896378, -0.211695269, -0.00664599892, -0.999089658, 0.0421435535))
  2195. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  2196. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  2197. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.490568161, 0.318952799, -3.74114418, 0.76791501, 0.0220291615, 0.640172124, -0.64051801, 0.0365938246, 0.767071009, -0.00652799895, -0.999087811, 0.0422106385))
  2198. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  2199. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2200. Col_Partweld=weld(m,SP_handle2,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0190984011, 1.11452389, -1.31448936, -0.945640981, 0.0200113654, 0.324597001, 0.259048998, -0.557073951, 0.789026022, 0.196613997, 0.830221951, 0.521607459))
  2201. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2202. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  2203. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.319185734, 0.489960909, 5.290555, -0.640547991, 0.0366495252, 0.767043471, 0.767889023, 0.0219053924, 0.640207767, 0.00666099926, 0.999088228, -0.0421739221))
  2204. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 1))
  2205. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  2206. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.07612705, 1.24763536, 5.06115532, 0.543911994, 0.224485815, -0.808557868, -0.827360988, 0.30435431, -0.472061098, 0.140118003, 0.925729036, 0.351272404))
  2207. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500576019, 1))
  2208. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  2209. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.397109628, 0.42994976, 5.29056644, -0.938701987, -0.00830946863, -0.344628692, -0.344664991, 0.0418459773, 0.937792182, 0.00662899902, 0.999089956, -0.0421448946))
  2210. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.534879982, 1))
  2211. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  2212. Col3_Wedgeweld=weld(m,SP_handle2,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.91337204, 1.37078285, 5.0612793, 0.952861011, -0.222463116, 0.206316605, 0.269134998, 0.305779099, -0.913273692, 0.140080005, 0.925750136, 0.351237059))
  2213. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.461037993, 1))
  2214. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  2215. Col_Part2weld=weld(m,SP_handle2,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.3712616, 0.91362071, -3.5110445, -0.26918301, -0.305863202, 0.913229942, -0.952845991, 0.222506687, -0.206337154, -0.140089005, -0.925709963, -0.351335377))
  2216. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103701, 0.0196269993, 1))
  2217.  
  2218.  
  2219.  
  2220.  
  2221.  
  2222.  
  2223. SP_handle3=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,1,1,"Institutional white","Handle",Vector3.new(1, 1, 1))
  2224. SP_handle3weld=weld(m,Character["Torso"],SP_handle3,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.749995351, -6.1984148, 0.169951916, -0.000193387372, 7.24698079e-012, 1, -0.819151759, 0.573574185, -0.000158413633, -0.573575079, -0.819152236, -0.000110922199))
  2225. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  2226. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00561976433, 1.35017681, 3.68936634, 0.945649981, 0.00841107965, -0.325067937, -0.293449014, 0.452777177, -0.841945529, 0.140099004, 0.891581953, 0.430637598))
  2227. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2228. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2229. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.07608891, -2.13951921, 1.24846411, 0.543871999, 0.294137239, -0.785929322, -0.140056998, -0.891604841, -0.430608392, -0.827398002, 0.344270706, -0.443723232))
  2230. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.142449006, 0.500579))
  2231. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2232. Col_Partweld=weld(m,SP_handle3,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0181486607, -1.28548527, 0.747611523, -0.945632994, -0.00835180283, 0.325107038, 0.259054005, -0.623695672, 0.7374807, 0.196610004, 0.781617641, 0.591960251))
  2233. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2234. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.253762007, 0.200000003, 0.714712024))
  2235. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.407278538, 0.102237701, -0.644156456, 0.0830859989, 0.497457147, 0.863499403, -0.98150599, -0.109106869, 0.15729636, 0.172463, -0.860597849, 0.479192734))
  2236. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  2237. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  2238. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.463849068, 0.338787079, -0.817559242, 0.989461005, -0.0176936015, 0.143712208, -0.0099109998, -0.998452306, -0.0546864569, 0.144457996, 0.0526854694, -0.98810637))
  2239. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.693889976))
  2240. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2241. Col_Partweld=weld(m,SP_handle3,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0181255341, -1.51464462, 1.07496595, -0.945632994, -0.00835180283, 0.325107038, 0.259054005, -0.623695672, 0.7374807, 0.196610004, 0.781617641, 0.591960251))
  2242. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2243. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2244. Col_Partweld=weld(m,SP_handle3,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0182955265, 0.656879425, -0.0624504089, -0.945632994, -0.00835180283, 0.325107038, 0.259054005, -0.623695672, 0.7374807, 0.196610004, 0.781617641, 0.591960251))
  2245. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2246. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2247. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400754452, 2.04538918, -0.435508251, -0.528214991, -0.0347111225, 0.848400712, -0.00660600001, -0.998964548, -0.0449847877, 0.849084973, -0.0293656886, 0.527438998))
  2248. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148548007, 0.534879982))
  2249. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 2.49871612))
  2250. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00559854507, 0.295730114, 0.781200409, -0.945650995, -0.00844369829, 0.325086653, -0.325130999, 0.0447389781, -0.944610119, -0.00656899996, -0.998964906, -0.0450558364))
  2251. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2252. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  2253. Col_Partweld=weld(m,SP_handle3,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0184893608, 0.893602371, -0.69007349, -0.945632994, -0.00835180283, 0.325107038, 0.259054005, -0.623695672, 0.7374807, 0.196610004, 0.781617641, 0.591960251))
  2254. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  2255. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2256. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.989099979, -1.84677315, 1.1427803, 0.916746974, -0.281132966, 0.283793867, 0.140122995, 0.891598642, 0.430597991, -0.374085993, -0.354982048, 0.856764436))
  2257. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.142449006, 0.500579))
  2258. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2259. Col_Partweld=weld(m,SP_handle3,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0180957317, -1.51465225, 1.68256521, -0.945632994, -0.00835180283, 0.325107038, 0.259054005, -0.623695672, 0.7374807, 0.196610004, 0.781617641, 0.591960251))
  2260. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2261. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2262. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.0760355, 1.24873543, -1.39366722, -0.543944001, -0.294154286, 0.785873413, -0.827342987, 0.344371378, -0.443746746, -0.140101999, -0.891560376, -0.430685878))
  2263. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500577986, 0.65229702))
  2264. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  2265. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.4458251, 0.38931942, 0.878892899, -0.833343983, 0.0303759724, -0.551919758, 0.552716017, 0.0339496136, -0.832676947, -0.00655600009, -0.998960197, -0.0450818241))
  2266. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.522713006, 0.0196269993, 1))
  2267. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  2268. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.495184422, 0.322865129, 0.878969193, -0.211636007, -0.0426437259, 0.976417065, -0.977325976, 0.0160336867, -0.211131901, -0.00665300013, -0.998960435, -0.0450710058))
  2269. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  2270. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.256740987, 0.200000003, 0.714712024))
  2271. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.565099716, 0.183267355, -0.37154007, 0.0328769982, 0.491212547, 0.870417833, 0.98448801, 0.134258598, -0.112953708, -0.172345996, 0.860628247, -0.479178727))
  2272. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  2273. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  2274. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.491647243, 0.320889473, 1.20200539, -0.767949998, 0.0339439511, -0.639609635, -0.640475988, -0.0303719938, 0.767376661, 0.00662200013, 0.998960853, 0.0450651944))
  2275. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  2276. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  2277. Col_Partweld=weld(m,SP_handle3,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0182957649, -1.05076599, 0.717803955, -0.945632994, -0.00835180283, 0.325107038, 0.259054005, -0.623695672, 0.7374807, 0.196610004, 0.781617641, 0.591960251))
  2278. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  2279. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2280. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.989174366, 1.14289856, -1.10107899, -0.916751981, 0.281183898, -0.283728927, -0.374054015, -0.355018944, 0.856763005, 0.140178993, 0.891567945, 0.430643618))
  2281. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500577986, 0.65229702))
  2282. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  2283. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.14296722, 0.988948345, 1.49935436, 0.374033988, 0.355045825, -0.856761336, 0.916777015, -0.281074375, 0.283755541, -0.140067995, -0.891592145, -0.430630028))
  2284. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500577986, 0.0196269993, 1))
  2285. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 1.21687305, 1.19114494))
  2286. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0124075413, 0.270011902, -1.06574631, -0.945635021, -0.00835710764, 0.325121641, 0.325076014, -0.0549991131, 0.944086432, 0.00999100041, 0.998450041, 0.0547263324))
  2287. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2288. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2289. Col_Partweld=weld(m,SP_handle3,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0180716515, -1.05080795, 1.02005291, -0.945632994, -0.00835180283, 0.325107038, 0.259054005, -0.623695672, 0.7374807, 0.196610004, 0.781617641, 0.591960251))
  2290. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2291. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2292. Col_Partweld=weld(m,SP_handle3,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0181500912, -1.05077839, 0.412428379, -0.945632994, -0.00835180283, 0.325107038, 0.259054005, -0.623695672, 0.7374807, 0.196610004, 0.781617641, 0.591960251))
  2293. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2294. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  2295. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.81751442, 0.463935852, -1.02171612, -0.144490004, -0.0526815057, 0.988104224, 0.989458978, -0.0177489035, 0.143740624, 0.00996499974, 0.998452306, 0.054690063))
  2296. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.693889976, 0.0196269993, 1))
  2297. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2298. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.989190102, 1.14287376, -1.84666729, -0.916751981, 0.281183898, -0.283728927, -0.374054015, -0.355018944, 0.856763005, 0.140178993, 0.891567945, 0.430643618))
  2299. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196289998, 0.500576019, 0.142454997))
  2300. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 1.36598396))
  2301. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00570750237, 0.664123535, -0.890149117, -0.945635021, -0.00835710764, 0.325121641, 0.325076014, -0.0549991131, 0.944086432, 0.00999100041, 0.998450041, 0.0547263324))
  2302. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2303. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  2304. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.862560749, 0.372615337, -1.02160263, -0.657774985, 0.0477690697, -0.7516976, -0.753148973, -0.0285298526, 0.657230735, 0.00994999986, 0.998448789, 0.0547437966))
  2305. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.665929019, 0.0196269993, 1))
  2306. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  2307. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.491879463, 0.320812225, -3.74731636, 0.767944992, -0.0338740349, 0.639619589, -0.640483022, -0.030389607, 0.767370403, -0.00655600009, -0.998962402, -0.0450333059))
  2308. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  2309. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  2310. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.322924256, 0.495000839, 4.97362804, -0.977316976, 0.0159795433, -0.211178362, 0.211678997, 0.0426424444, -0.976408243, -0.00659700017, -0.998961031, -0.0450579822))
  2311. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 1))
  2312. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.588810027, 2.33292603))
  2313. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0122528076, 0.255928993, 0.893838882, -0.945650995, -0.00844369829, 0.325086653, -0.325130999, 0.0447389781, -0.944610119, -0.00656899996, -0.998964906, -0.0450558364))
  2314. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2315. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  2316. Col_Partweld=weld(m,SP_handle3,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0181632042, -1.51479912, 1.38037634, -0.945632994, -0.00835180283, 0.325107038, 0.259054005, -0.623695672, 0.7374807, 0.196610004, 0.781617641, 0.591960251))
  2317. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  2318. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.256740987, 0.200000003, 0.714712024))
  2319. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.397151947, 0.14020896, -0.644178391, -0.501421988, -0.495361805, -0.709360003, 0.847846985, -0.117929026, -0.5169608, 0.172428995, -0.860643148, 0.479123175))
  2320. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  2321. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.922468007, 1.15926802))
  2322. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0123345852, -0.165696144, -0.572116852, -0.945644975, -0.0084451735, 0.325090468, -0.275736004, -0.509159386, -0.81530714, 0.172408998, -0.860628903, 0.479155123))
  2323. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2324. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2325. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.372556686, -0.862640858, 1.6172142, -0.753176987, -0.0285632014, 0.657196403, -0.657742977, 0.0477603078, -0.751726925, -0.00991600007, -0.99844873, -0.0547596216))
  2326. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.665929973, 0.441118985))
  2327. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  2328. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.24863625, 1.07616901, -3.5176115, -0.827387989, 0.344341993, -0.443685532, 0.543874979, 0.294174641, -0.785912931, -0.140101999, -0.891564429, -0.430676579))
  2329. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500576019, 0.0196269993, 1))
  2330. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  2331. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.442635536, 0.386842728, 1.20203304, -0.317268997, -0.0405791104, 0.947466671, 0.948311985, -0.0205976367, 0.316669166, 0.00666500023, 0.998962462, 0.0450174809))
  2332. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.522713006, 0.0196269993, 1))
  2333. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  2334. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.869317532, 0.375377804, -1.34466648, -0.0556689985, -0.054125607, 0.996980071, -0.998399019, 0.0129500218, -0.0550460555, -0.00993099995, -0.998447299, -0.0547598898))
  2335. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.665929019, 0.0196269993, 1))
  2336. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.79667002))
  2337. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00572609901, 1.2132616, -1.43418598, -0.945644975, -0.00836071372, 0.325109363, 0.293462008, -0.452783316, 0.841947317, 0.140164003, 0.891581237, 0.430621147))
  2338. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2339. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2340. Col_Partweld=weld(m,SP_handle3,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0182361603, 0.657887459, -0.658830166, -0.945632994, -0.00835180283, 0.325107038, 0.259054005, -0.623695672, 0.7374807, 0.196610004, 0.781617641, 0.591960251))
  2341. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2342. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  2343. Col_Partweld=weld(m,SP_handle3,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0183439255, -1.28556061, 1.0529418, -0.945632994, -0.00835180283, 0.325107038, 0.259054005, -0.623695672, 0.7374807, 0.196610004, 0.781617641, 0.591960251))
  2344. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  2345. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2346. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.467139721, -0.824126244, 1.9401741, -0.691560984, -0.0326350629, 0.721579313, 0.722248971, -0.0450371802, 0.690164506, 0.00997500028, 0.998450518, 0.0547169447))
  2347. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.693889976, 0.441118985))
  2348. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.883213997, 0.694700003))
  2349. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0124258995, 1.03193283, -1.5137558, -0.945644975, -0.00836071372, 0.325109363, 0.293462008, -0.452783316, 0.841947317, 0.140164003, 0.891581237, 0.430621147))
  2350. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2351. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  2352. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00553035736, 1.21320629, 3.39674568, 0.945631981, 0.00844329596, -0.325129658, 0.293518007, -0.452768505, 0.841929674, -0.140100002, -0.891585946, -0.430631846))
  2353. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2354. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  2355. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.37141514, 0.914728642, -3.517488, -0.26919201, -0.384321958, 0.883079827, -0.952839017, 0.239682436, -0.186144352, -0.14012, -0.891541004, -0.43071875))
  2356. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103701, 0.0196269993, 1))
  2357. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.253762007, 0.200000003, 0.714712024))
  2358. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.577333927, 0.136631966, -0.371623993, -0.457565993, -0.500735164, -0.734776556, -0.872309983, 0.0926064253, 0.480102658, -0.172360003, 0.860630631, -0.479169786))
  2359. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  2360. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  2361. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.14286709, 0.989100933, -3.22495079, -0.374098003, -0.354982555, 0.856761634, 0.916745007, -0.281133533, 0.28380689, 0.140118003, 0.891599476, 0.430598587))
  2362. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500576019, 0.0196269993, 1))
  2363. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.256740987))
  2364. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.176638365, 0.0274448395, -0.539523602, 0.984471023, 0.13431187, -0.113038488, 0.172435999, -0.860585213, 0.47922352, -0.0329140015, -0.49127388, -0.870382667))
  2365. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2366. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 1.21687305, 1.19114494))
  2367. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0123057365, 0.277349949, -1.38873386, -0.945638001, -0.00842429698, 0.32511121, -0.32506901, 0.0550276935, -0.944087207, -0.00993700046, -0.998447835, -0.0547748506))
  2368. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2369. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2370. Col_Partweld=weld(m,SP_handle3,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.018134594, -1.28544521, 1.35522413, -0.945632994, -0.00835180283, 0.325107038, 0.259054005, -0.623695672, 0.7374807, 0.196610004, 0.781617641, 0.591960251))
  2371. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2372. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  2373. Col_Partweld=weld(m,SP_handle3,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.018545866, 1.11250687, -1.00275946, -0.945632994, -0.00835180283, 0.325107038, 0.259054005, -0.623695672, 0.7374807, 0.196610004, 0.781617641, 0.591960251))
  2374. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  2375. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  2376. Col_Partweld=weld(m,SP_handle3,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0184514523, 0.65782547, -0.353464603, -0.945632994, -0.00835180283, 0.325107038, 0.259054005, -0.623695672, 0.7374807, 0.196610004, 0.781617641, 0.591960251))
  2377. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  2378. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.991810024))
  2379. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00561904907, 0.380084038, -0.233045578, -0.945649981, -0.00837637484, 0.325077653, 0.275757998, 0.509160697, 0.815298259, -0.172346994, 0.860629082, -0.479178131))
  2380. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2381. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2382. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.839990616, 1.84679413, -1.25633812, 0.633059978, 0.253766179, -0.731327713, -0.140093997, -0.891588509, -0.430642188, -0.761322975, 0.375075012, -0.528881133))
  2383. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196279995, 0.142450005, 0.46103999))
  2384. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2385. Col_Partweld=weld(m,SP_handle3,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0183250904, 0.892704964, -0.399085522, -0.945632994, -0.00835180283, 0.325107038, 0.259054005, -0.623695672, 0.7374807, 0.196610004, 0.781617641, 0.591960251))
  2386. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2387. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.79667002))
  2388. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0056707859, 1.35019207, -1.72672462, -0.945649028, -0.00842247903, 0.325080752, -0.293455988, 0.452827632, -0.841919959, -0.140114993, -0.891556382, -0.430688024))
  2389. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2390. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2391. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.389267445, -2.0454464, 0.445735931, -0.552766979, -0.0339186788, 0.832644939, 0.0066010002, 0.998960018, 0.0450767577, -0.833310008, 0.0304125994, -0.551968575))
  2392. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.522713006))
  2393. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2394. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.323024154, 0.495242119, -2.0453186, 0.977315009, -0.0159720108, 0.21118851, 0.211688995, 0.04258883, -0.976406693, 0.0066010002, 0.998962462, 0.0450052917))
  2395. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196419992, 0.484984994, 0.148549005))
  2396. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 1.36598396))
  2397. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00559186935, 0.671534538, -1.21310329, -0.945638001, -0.00842429698, 0.32511121, -0.32506901, 0.0550276935, -0.944087207, -0.00993700046, -0.998447835, -0.0547748506))
  2398. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2399. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2400. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.291503787, 0.443075657, 0.229009628, 0.977315009, -0.0159720108, 0.21118851, 0.211688995, 0.04258883, -0.976406693, 0.0066010002, 0.998962462, 0.0450052917))
  2401. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 0.977497995))
  2402. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  2403. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.25654316, 0.839886665, -3.22498322, -0.761322975, 0.375133514, -0.528830409, -0.633038998, -0.253731042, 0.731355965, 0.140175998, 0.891567647, 0.430645883))
  2404. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103701, 0.0196269993, 1))
  2405. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  2406. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.435650349, 0.400854111, -3.42425442, 0.849052012, -0.0293355137, 0.527491808, 0.528266013, 0.0347094834, -0.848365247, 0.00658100005, 0.998963833, 0.0449684262))
  2407. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.534879982, 0.0196269993, 1))
  2408. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2409. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.320950985, -2.36834717, 0.491744518, -0.640497983, -0.0303247273, 0.767359674, -0.00660699978, -0.998963833, -0.0449928045, 0.767930984, -0.0338871181, 0.639634788))
  2410. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.484982014))
  2411. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2412. Col_Partweld=weld(m,SP_handle3,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.018269062, 1.11164665, -0.711820126, -0.945632994, -0.00835180283, 0.325107038, 0.259054005, -0.623695672, 0.7374807, 0.196610004, 0.781617641, 0.591960251))
  2413. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2414. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  2415. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0121514797, 1.17913532, 3.22498989, 0.945631981, 0.00844329596, -0.325129658, 0.293518007, -0.452768505, 0.841929674, -0.140100002, -0.891585946, -0.430631846))
  2416. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2417. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2418. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.352334023, 0.397546768, 0.228942871, 0.552776992, 0.0338952243, -0.832639337, -0.833302975, 0.0303948224, -0.55197978, 0.00659799995, 0.99896121, 0.0450471342))
  2419. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.522713006, 0.977497995))
  2420. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.588810027, 2.33292603))
  2421. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0122306347, 0.252039909, 1.21677685, -0.945644021, -0.00837676227, 0.325095654, 0.325136006, -0.0447039902, 0.944608986, 0.00662000012, 0.998964071, 0.0449978113))
  2422. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2423. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  2424. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0121312141, 0.255943298, 3.42425346, -0.945650995, -0.00844369829, 0.325086653, -0.325130999, 0.0447389781, -0.944610119, -0.00656899996, -0.998964906, -0.0450558364))
  2425. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2426. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.256740987, 0.200000003))
  2427. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.183146, -0.565052509, 0.804014206, -0.984476984, -0.134306535, 0.112987287, -0.0328859985, -0.491202205, -0.870424032, 0.172404006, -0.860627055, 0.479161263))
  2428. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  2429. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.256740987, 0.200000003))
  2430. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.140179157, -0.397130728, 1.07658768, -0.847877979, 0.118018314, 0.516889036, 0.501401007, 0.495375037, 0.709365606, -0.172336996, 0.860623121, -0.479192138))
  2431. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  2432. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  2433. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.840251923, 1.25616646, 4.7750597, 0.633011997, 0.253803939, -0.73135376, 0.761363983, -0.375044525, 0.528834105, -0.140071005, -0.891584039, -0.430645108))
  2434. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.461037993, 1))
  2435. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2436. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.320811272, 0.491652012, -2.36838531, 0.640443027, 0.0304017365, -0.767403424, 0.767978013, -0.033914417, 0.639577866, -0.00658199983, -0.998960733, -0.0450687706))
  2437. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196419992, 0.484984994, 0.148549005))
  2438. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  2439. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.24868679, 1.07602596, 1.79203606, 0.827349007, -0.344349355, 0.443741441, 0.543919981, 0.29409951, -0.785903215, 0.140123993, 0.891583264, 0.430628717))
  2440. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500577986, 0.0196269993, 1))
  2441. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  2442. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.988874435, 1.14295292, 4.77504349, 0.916776001, -0.281072497, 0.283758104, -0.374035001, -0.355041385, 0.856761932, -0.140066996, -0.891594172, -0.430625319))
  2443. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500576019, 1))
  2444. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  2445. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.432393074, 0.398221493, -3.74727821, 0.344653994, 0.0400069952, -0.937876523, 0.938706994, -0.0216730535, 0.344034195, -0.00656299992, -0.998963118, -0.0450252593))
  2446. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.534879982, 0.0196269993, 1))
  2447. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  2448. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00552463531, 0.295747757, 3.59478569, -0.945650995, -0.00844369829, 0.325086653, -0.325130999, 0.0447389781, -0.944610119, -0.00656899996, -0.998964906, -0.0450558364))
  2449. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2450. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  2451. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.372509003, 0.338727951, -0.86254549, 0.75316298, 0.0285161734, -0.657214701, -0.00988600031, -0.998455048, -0.0546529591, -0.657759011, 0.0476591587, -0.751718402))
  2452. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.665929019))
  2453. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  2454. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.25641441, 0.839912415, -1.49936295, -0.761322975, 0.375133514, -0.528830409, -0.633038998, -0.253731042, 0.731355965, 0.140175998, 0.891567647, 0.430645883))
  2455. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103999, 0.0196269993, 1))
  2456. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  2457. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.07605171, 1.2484479, 5.06769371, 0.543897986, 0.294134229, -0.785905838, -0.827369988, 0.344312727, -0.443729162, 0.140081003, 0.891587853, 0.43063432))
  2458. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500576019, 1))
  2459. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  2460. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.375327945, 0.661680222, -0.869375706, 0.998399973, -0.0129472371, 0.05504556, 0.00993399974, 0.998452961, 0.0546820462, -0.0556689985, -0.0540472567, 0.996984899))
  2461. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.665929019))
  2462. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2463. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.322920561, -2.0453577, 0.495168686, -0.977321029, 0.0160136968, -0.211155653, 0.006635, 0.998961091, 0.0450543761, 0.211658001, 0.0426308513, -0.976412654))
  2464. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.484982014))
  2465. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  2466. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0123112202, 1.31601906, 3.51765966, 0.945649981, 0.00841107965, -0.325067937, -0.293449014, 0.452777177, -0.841945529, 0.140099004, 0.891581953, 0.430637598))
  2467. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2468. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2469. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.914561749, 1.39370823, -1.37108994, 0.952854991, -0.239649922, 0.186104864, 0.140138, 0.891590297, 0.4306117, -0.269125998, -0.384229302, 0.883141041))
  2470. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.652297974, 0.46103999))
  2471. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.253762007, 0.200000003))
  2472. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.136589766, -0.577403545, 0.804008484, -0.872334003, 0.0925380141, 0.480073094, -0.457509011, -0.500737011, -0.73481071, 0.172392994, -0.860636711, 0.479147136))
  2473. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  2474. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.253762007))
  2475. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.131325722, 0.0273952484, -0.551392078, 0.872326016, -0.0925438702, -0.480085731, 0.172434002, -0.860592961, 0.47920835, -0.457507014, -0.500808597, -0.734760761))
  2476. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2477. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2478. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.349838018, 0.394323349, -0.094086647, 0.948341012, -0.0205164403, 0.316588104, -0.317184001, -0.0406053066, 0.947493553, -0.00658399984, -0.998962879, -0.0450152755))
  2479. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.522713006, 0.977497995))
  2480. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  2481. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.495267391, 0.322941065, -3.42423248, 0.211704999, 0.0425957739, -0.976404309, -0.977311015, 0.0159959272, -0.211203516, 0.00662200013, 0.998962283, 0.0450161099))
  2482. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  2483. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2484. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.375359833, -0.869326591, 1.94020939, -0.998401999, 0.0129667278, -0.0550001785, -0.0556249991, -0.0540816486, 0.996985197, 0.00995399989, 0.998451352, 0.0547175109))
  2485. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.665929973, 0.441118985))
  2486. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2487. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.38686657, -2.36845398, 0.442763329, -0.948347986, 0.0205550045, -0.316564709, -0.00663099997, -0.998964071, -0.0449978113, -0.317162007, -0.0405736268, 0.947502375))
  2488. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.522713006))
  2489. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2490. Col_Partweld=weld(m,SP_handle3,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0182247162, 0.893579483, -0.99548769, -0.945632994, -0.00835180283, 0.325107038, 0.259054005, -0.623695672, 0.7374807, 0.196610004, 0.781617641, 0.591960251))
  2491. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2492. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.256740987))
  2493. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.133603811, 0.299964905, -0.371508121, 0.847890019, -0.117969424, -0.516868234, -0.172387004, 0.860588312, -0.479226232, 0.501349986, 0.495438159, 0.709345102))
  2494. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2495. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.922468007, 1.15926802))
  2496. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0123648643, 0.00771617889, -0.2993927, -0.945649981, -0.00837637484, 0.325077653, 0.275757998, 0.509160697, 0.815298259, -0.172346994, 0.860629082, -0.479178131))
  2497. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2498. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  2499. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.914441109, 1.37090302, 5.06773043, 0.952857018, -0.239616245, 0.186124802, 0.269127011, 0.384222358, -0.883139789, 0.140103996, 0.891599178, 0.430600822))
  2500. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.461037993, 1))
  2501. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2502. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.289441109, 0.439723015, -0.0940113068, 0.640443027, 0.0304017365, -0.767403424, 0.767978013, -0.033914417, 0.639577866, -0.00658199983, -0.998960733, -0.0450687706))
  2503. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 0.977497995))
  2504. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  2505. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.824021816, 0.467221737, -1.34466362, -0.722289026, 0.0450052023, -0.690125883, 0.691520989, 0.0326744616, -0.721616447, -0.00992699992, -0.998450994, -0.0547233522))
  2506. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.693889976, 0.0196269993, 1))
  2507. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  2508. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0121717453, 0.252120972, 3.74730492, -0.945644021, -0.00837676227, 0.325095654, 0.325136006, -0.0447039902, 0.944608986, 0.00662000012, 0.998964071, 0.0449978113))
  2509. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2510. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  2511. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.321075439, 0.491578102, 5.29671383, -0.640534997, -0.0303301513, 0.767329037, 0.76789999, -0.0339406133, 0.639669359, 0.00664300006, 0.998961926, 0.0450305045))
  2512. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 1))
  2513. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  2514. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.400350571, 0.435369492, 4.97371578, -0.528231025, -0.0348199308, 0.84839046, -0.849080026, 0.029407233, -0.527447701, -0.00658399984, -0.99896419, -0.0451005101))
  2515. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.534879982, 1))
  2516. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  2517. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0054731369, 0.291829109, 3.91781425, -0.945644021, -0.00837676227, 0.325095654, 0.325136006, -0.0447039902, 0.944608986, 0.00662000012, 0.998964071, 0.0449978113))
  2518. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2519. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  2520. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.37125301, 0.914560795, -1.79196548, -0.269194007, -0.384287894, 0.883093894, -0.952844024, 0.239642292, -0.186172456, -0.140083, -0.891566873, -0.430678248))
  2521. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103999, 0.0196269993, 1))
  2522. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.253762007))
  2523. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0969734192, 0.300020218, -0.381516457, 0.981526017, 0.109005764, -0.157230422, -0.172343001, 0.860589981, -0.479233682, 0.0830769986, 0.497480333, 0.86348021))
  2524. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2525. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2526. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.46387887, -0.817541122, 1.61718559, -0.989462018, 0.0177100673, -0.14370434, 0.144451007, 0.0527287126, -0.988105357, -0.00992199965, -0.99845022, -0.054731369))
  2527. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.693889976, 0.441118985))
  2528. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 2.49871612))
  2529. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00553846359, 0.29176712, 1.10430145, -0.945644021, -0.00837676227, 0.325095654, 0.325136006, -0.0447039902, 0.944608986, 0.00662000012, 0.998964071, 0.0449978113))
  2530. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2531. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.253762007, 0.200000003))
  2532. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.102331638, -0.407433987, 1.07657814, -0.981522977, -0.108989954, 0.157267138, 0.0831319988, 0.497385502, 0.863537192, -0.172340006, 0.860654771, -0.4791345))
  2533. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  2534. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  2535. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.397953033, 0.43229866, 5.29670334, -0.93869102, 0.0217482597, -0.344071895, -0.344695002, -0.0400097072, 0.937861204, 0.00663099997, 0.998961687, 0.0450535417))
  2536. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.534879982, 1))
  2537. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  2538. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.467223644, 0.661699295, -0.824067593, 0.691560984, 0.0326378345, -0.72157979, 0.00993200019, 0.998452783, 0.0546806753, 0.722249985, -0.0449820161, 0.690167665))
  2539. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.693889976))
  2540. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2541. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.8400383, -1.25642586, 1.84669495, -0.633087993, -0.253796428, 0.731290698, -0.761298001, 0.375114679, -0.528880179, -0.140090004, -0.891557097, -0.430695832))
  2542. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.46103999, 0.142450005))
  2543. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2544. Col_Partweld=weld(m,SP_handle3,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0183458328, 1.11259842, -1.30823755, -0.945632994, -0.00835180283, 0.325107038, 0.259054005, -0.623695672, 0.7374807, 0.196610004, 0.781617641, 0.591960251))
  2545. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2546. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2547. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.398132086, 2.3684597, -0.43219471, -0.938676, 0.0217326134, -0.344115824, 0.00659700017, 0.998959541, 0.0450948179, 0.344738007, 0.0400595069, -0.937843442))
  2548. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148548007, 0.534879982))
  2549. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.883213997, 0.694700003))
  2550. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.012321949, 1.16897488, -1.80618286, -0.945649028, -0.00842247903, 0.325080752, -0.293455988, 0.452827632, -0.841919959, -0.140114993, -0.891556382, -0.430688024))
  2551. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2552. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2553. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.914655209, 2.13946152, -1.37107086, 0.952854991, -0.239649922, 0.186104864, 0.140138, 0.891590297, 0.4306117, -0.269125998, -0.384229302, 0.883141041))
  2554. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196279995, 0.142450005, 0.46103999))
  2555. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2556. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.839997292, 1.10108471, -1.25634575, 0.633068025, 0.253745645, -0.731326282, -0.140089005, -0.891593993, -0.430620372, -0.761314988, 0.375062197, -0.528892517))
  2557. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.652297974, 0.46103999))
  2558. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.991810024))
  2559. Col_Part2weld=weld(m,SP_handle3,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00559282303, 0.206690311, -0.505641937, -0.945644975, -0.0084451735, 0.325090468, -0.275736004, -0.509159386, -0.81530714, 0.172408998, -0.860628903, 0.479155123))
  2560. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2561. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2562. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.07609653, 1.24873447, -2.13935757, -0.543944001, -0.294154286, 0.785873413, -0.827342987, 0.344371378, -0.443746746, -0.140101999, -0.891560376, -0.430685878))
  2563. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196289998, 0.500576019, 0.142454997))
  2564. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2565. Col3_Wedgeweld=weld(m,SP_handle3,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.914701462, -1.3710413, 2.13946056, -0.952852011, 0.239669666, -0.186094731, -0.269122988, -0.384216726, 0.883147418, 0.140163004, 0.891590297, 0.430603087))
  2566. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.46103999, 0.142450005))
  2567.  
  2568.  
  2569.  
  2570.  
  2571.  
  2572.  
  2573. SP_handle4=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,1,1,"Institutional white","Handle",Vector3.new(1, 1, 1))
  2574. SP_handle4weld=weld(m,Character["Torso"],SP_handle4,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.749995351, -0.788825989, -5.97995806, -0.000193387328, 1.43942427e-011, 1, 2.36182814e-006, 0.999994278, 4.71795158e-010, -0.999994695, 3.94880772e-007, -0.000193386411))
  2575. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2576. Col_Partweld=weld(m,SP_handle4,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0223629475, 1.20767784, -1.45314837, -0.945645988, -0.324580431, 0.0200050585, 0.259052008, -0.789050758, -0.557021558, 0.196586996, -0.521565497, 0.830248356))
  2577. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2578. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2579. Col_Partweld=weld(m,SP_handle4,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0223317146, 1.20674896, -0.856748104, -0.945645988, -0.324580431, 0.0200050585, 0.259052008, -0.789050758, -0.557021558, 0.196586996, -0.521565497, 0.830248356))
  2580. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2581. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2582. Col_Partweld=weld(m,SP_handle4,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0223493576, 0.751986504, -0.207345963, -0.945645988, -0.324580431, 0.0200050585, 0.259052008, -0.789050758, -0.557021558, 0.196586996, -0.521565497, 0.830248356))
  2583. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2584. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2585. Col_Partweld=weld(m,SP_handle4,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0223982334, 0.987826347, -0.543978214, -0.945645988, -0.324580431, 0.0200050585, 0.259052008, -0.789050758, -0.557021558, 0.196586996, -0.521565497, 0.830248356))
  2586. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2587. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2588. Col_Partweld=weld(m,SP_handle4,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0222668648, 0.752965927, -0.803734303, -0.945645988, -0.324580431, 0.0200050585, 0.259052008, -0.789050758, -0.557021558, 0.196586996, -0.521565497, 0.830248356))
  2589. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2590. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2591. Col_Partweld=weld(m,SP_handle4,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0222821236, 0.988665581, -1.14041138, -0.945645988, -0.324580431, 0.0200050585, 0.259052008, -0.789050758, -0.557021558, 0.196586996, -0.521565497, 0.830248356))
  2592. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2593. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2594. Col_Partweld=weld(m,SP_handle4,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.022200346, -1.19035244, 0.602741718, -0.945645988, -0.324580431, 0.0200050585, 0.259052008, -0.789050758, -0.557021558, 0.196586996, -0.521565497, 0.830248356))
  2595. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2596. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2597. Col_Partweld=weld(m,SP_handle4,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0221426487, -0.95567894, 0.875216484, -0.945645988, -0.324580431, 0.0200050585, 0.259052008, -0.789050758, -0.557021558, 0.196586996, -0.521565497, 0.830248356))
  2598. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2599. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  2600. Col_Partweld=weld(m,SP_handle4,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0224292278, -1.19042015, 0.90809536, -0.945645988, -0.324580431, 0.0200050585, 0.259052008, -0.789050758, -0.557021558, 0.196586996, -0.521565497, 0.830248356))
  2601. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  2602. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2603. Col_Partweld=weld(m,SP_handle4,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0221824646, -1.1903038, 1.21036673, -0.945645988, -0.324580431, 0.0200050585, 0.259052008, -0.789050758, -0.557021558, 0.196586996, -0.521565497, 0.830248356))
  2604. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2605. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  2606. Col_Partweld=weld(m,SP_handle4,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0222542286, -1.41963387, 1.23551273, -0.945645988, -0.324580431, 0.0200050585, 0.259052008, -0.789050758, -0.557021558, 0.196586996, -0.521565497, 0.830248356))
  2607. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  2608. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2609. Col_Partweld=weld(m,SP_handle4,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0221951008, -1.4195118, 0.930125713, -0.945645988, -0.324580431, 0.0200050585, 0.259052008, -0.789050758, -0.557021558, 0.196586996, -0.521565497, 0.830248356))
  2610. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2611. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  2612. Col_Partweld=weld(m,SP_handle4,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0223770142, -0.955629349, 0.572946548, -0.945645988, -0.324580431, 0.0200050585, 0.259052008, -0.789050758, -0.557021558, 0.196586996, -0.521565497, 0.830248356))
  2613. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  2614. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2615. Col_Partweld=weld(m,SP_handle4,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0222458839, -0.955657959, 0.267565727, -0.945645988, -0.324580431, 0.0200050585, 0.259052008, -0.789050758, -0.557021558, 0.196586996, -0.521565497, 0.830248356))
  2616. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2617. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2618. Col_Partweld=weld(m,SP_handle4,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0221590996, -1.41949844, 1.53772497, -0.945645988, -0.324580431, 0.0200050585, 0.259052008, -0.789050758, -0.557021558, 0.196586996, -0.521565497, 0.830248356))
  2619. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2620. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  2621. Col_Partweld=weld(m,SP_handle4,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0225367546, 0.988702774, -0.835006714, -0.945645988, -0.324580431, 0.0200050585, 0.259052008, -0.789050758, -0.557021558, 0.196586996, -0.521565497, 0.830248356))
  2622. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  2623. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  2624. Col_Partweld=weld(m,SP_handle4,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0225255489, 0.752939224, -0.498351097, -0.945645988, -0.324580431, 0.0200050585, 0.259052008, -0.789050758, -0.557021558, 0.196586996, -0.521565497, 0.830248356))
  2625. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  2626. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  2627. Col_Partweld=weld(m,SP_handle4,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0226261616, 1.20757675, -1.14768648, -0.945645988, -0.324580431, 0.0200050585, 0.259052008, -0.789050758, -0.557021558, 0.196586996, -0.521565497, 0.830248356))
  2628. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  2629. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  2630. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.31996155, 0.876345158, -1.63082218, -0.269134641, -0.913233161, -0.305867076, -0.952855527, 0.206279069, 0.222516403, -0.140117556, 0.351337343, -0.9256984))
  2631. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103999, 0.0196269993, 1))
  2632. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.253762007, 0.200000003, 0.714712024))
  2633. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.507735252, 0.118404388, -0.503782272, 0.0830790028, -0.816853285, 0.570821345, -0.981507003, -0.166198343, -0.0949832126, 0.172460005, -0.552369833, -0.815552771))
  2634. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  2635. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.991810024))
  2636. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00964736938, 0.308354378, -0.365270615, -0.945648015, -0.324582428, 0.0198820569, -0.275709987, 0.767828703, -0.57828331, 0.172436997, -0.552330852, -0.815584719))
  2637. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2638. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.883213997, 0.694700003))
  2639. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0164206028, 1.09571266, -1.6748929, -0.945644975, -0.324585438, 0.0199660584, 0.293467999, -0.87820363, -0.377647758, 0.140114993, -0.351264209, 0.925726533))
  2640. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2641. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 1.36598396))
  2642. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00971293449, 0.678025246, -1.03990269, -0.945641994, -0.324597448, 0.019898057, -0.325058997, 0.945287406, -0.0274593867, -0.00989700016, -0.0324304253, -0.999417782))
  2643. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2644. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 1.21687305, 1.19114494))
  2645. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.016399622, 0.283869743, -1.21550131, -0.945641994, -0.324597448, 0.019898057, -0.325058997, 0.945287406, -0.0274593867, -0.00989700016, -0.0324304253, -0.999417782))
  2646. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2647. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  2648. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.827951908, 0.473888397, -1.17143869, -0.722323, 0.691381454, -0.0153003177, 0.691484988, 0.721748292, -0.0303232297, -0.00992199965, -0.032479424, -0.999415815))
  2649. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.693889976, 0.0196269993, 1))
  2650. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.588810027, 2.33292603))
  2651. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0162644386, 0.243733406, 1.04368019, -0.945644021, -0.324583441, 0.0200120583, 0.325134993, -0.94490546, 0.0377673134, 0.00665100012, 0.042217344, 0.99907881))
  2652. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2653. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  2654. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.486921787, 0.313209534, -3.57416868, 0.767952979, -0.640123904, 0.0220092367, -0.640473008, -0.767099917, 0.0366462097, -0.00657500001, -0.0422353446, -0.99907881))
  2655. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  2656. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.256740987, 0.200000003, 0.714712024))
  2657. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.49463129, 0.169288158, -0.503814697, -0.501399994, 0.663479507, -0.555323422, 0.847863019, 0.504680395, -0.162550136, 0.172415003, -0.552336872, -0.815584719))
  2658. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  2659. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.922468007, 1.15926802))
  2660. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0164070129, -0.0939383507, -0.439764023, -0.945654988, -0.32455644, 0.0199480578, 0.275721997, -0.767811716, 0.578300297, -0.172377005, 0.552369833, 0.815570712))
  2661. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2662. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.253762007, 0.200000003, 0.714712024))
  2663. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.478517056, 0.112486362, -0.511974335, -0.457547992, 0.688356221, -0.562856376, -0.872325003, -0.470173627, 0.134100333, -0.172334, 0.552346826, 0.815595746))
  2664. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  2665. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 2.49871612))
  2666. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00957298279, 0.283470154, 0.931209564, -0.945644021, -0.324583441, 0.0200120583, 0.325134993, -0.94490546, 0.0377673134, 0.00665100012, 0.042217344, 0.99907881))
  2667. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2668. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  2669. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.858084679, 0.366326332, -1.19477177, -0.65774399, 0.753022969, -0.0179223362, -0.753175974, -0.657179832, 0.0288901981, 0.00997699983, 0.0324974246, 0.999414802))
  2670. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.665929019, 0.0196269993, 1))
  2671. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  2672. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.42325592, 0.39621377, -3.57414293, 0.344671994, 0.937782466, -0.0418492779, 0.938700974, -0.344628215, 0.00840715319, -0.0065390002, -0.0421773456, -0.99908179))
  2673. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.534879982, 0.0196269993, 1))
  2674. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.922468007, 1.15926802))
  2675. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0164124966, -0.0640296936, -0.431711197, -0.945648015, -0.324582428, 0.0198820569, -0.275709987, 0.767828703, -0.57828331, 0.172436997, -0.552330852, -0.815584719))
  2676. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2677. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  2678. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.31215572, 0.871266365, -1.66052389, -0.761318028, 0.559523404, 0.327598274, -0.633046985, -0.750676274, -0.189011186, 0.140166, -0.351286203, 0.925710559))
  2679. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103999, 0.0196269993, 1))
  2680. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  2681. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.433588982, 0.385080576, 1.02888012, -0.317292005, -0.94738245, 0.0421622805, 0.948305011, -0.317278475, 0.00713214464, 0.00662099989, 0.0422423445, 0.999077797))
  2682. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.522713006, 0.0196269993, 1))
  2683. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  2684. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.486723423, 0.313140869, 1.02883911, -0.767931998, 0.640149891, -0.0219522361, -0.640497029, -0.767078936, 0.036666207, 0.00663299998, 0.0422133468, 0.99907881))
  2685. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  2686. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  2687. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.31222439, 0.87121582, -3.38614655, -0.761318028, 0.559523404, 0.327598274, -0.633046985, -0.750676274, -0.189011186, 0.140166, -0.351286203, 0.925710559))
  2688. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103701, 0.0196269993, 1))
  2689. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.256740987, 0.200000003, 0.714712024))
  2690. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.465577126, 0.162011385, -0.511925697, 0.0328349993, -0.824281156, 0.565217495, 0.984480977, 0.124218583, 0.123963028, -0.172392994, 0.55237186, 0.815565765))
  2691. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  2692. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  2693. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.31998634, 0.876400471, -3.35645199, -0.269134641, -0.913233161, -0.305867076, -0.952855527, 0.206279069, 0.222516403, -0.140117556, 0.351337343, -0.9256984))
  2694. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103701, 0.0196269993, 1))
  2695. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  2696. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.876903534, 0.37401244, -1.17146683, -0.0556490012, -0.997898996, 0.0329493806, -0.998400986, 0.055944521, 0.00810290687, -0.00992999971, -0.0324424244, -0.999416769))
  2697. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.665929019, 0.0196269993, 1))
  2698. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.79667002))
  2699. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00976800919, 1.28631306, -1.56560278, -0.945650995, -0.324570447, 0.0198970586, -0.293469995, 0.87817663, 0.37770775, -0.140067995, 0.351344198, -0.925703585))
  2700. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2701. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.991810024))
  2702. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00968575478, 0.278396606, -0.373423576, -0.945654988, -0.32455644, 0.0199480578, 0.275721997, -0.767811716, 0.578300297, -0.172377005, 0.552369833, 0.815570712))
  2703. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2704. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  2705. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.19670868, 1.03864479, 1.63091826, 0.827385247, -0.472027361, -0.304341733, 0.543877482, 0.808575869, 0.224505007, 0.14011088, -0.351276696, 0.925728738))
  2706. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500577986, 0.0196269993, 1))
  2707. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  2708. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.809906006, 0.464472651, -1.19486141, -0.144457996, -0.988932133, 0.0336013697, 0.989461005, -0.144707814, -0.00512887398, 0.00993499998, 0.032502424, 0.999414802))
  2709. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.693889976, 0.0196269993, 1))
  2710. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  2711. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.449923515, 0.397589684, 1.05199718, -0.833356023, 0.552444577, -0.0178382117, 0.552698016, 0.832473397, -0.0387592353, -0.00656299992, -0.042155344, -0.99908179))
  2712. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.522713006, 0.0196269993, 1))
  2713. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 2.49871612))
  2714. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00962471962, 0.303980827, 0.954342842, -0.945644975, -0.324586451, 0.0199420583, -0.325134009, 0.944907427, -0.0377183147, -0.0066010002, -0.0421483442, -0.99908179))
  2715. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2716. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  2717. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.504252434, 0.323927164, -3.59736919, 0.211698994, 0.97639817, -0.0426062979, -0.977312982, 0.211784303, -0.00252411258, 0.00655899988, 0.0421693437, 0.99908179))
  2718. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  2719. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  2720. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.439437866, 0.409231186, -3.59739017, 0.849096835, -0.527972281, 0.0167329088, 0.528196275, 0.848209918, -0.0393544845, 0.00658505363, 0.042254027, 0.999085307))
  2721. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.534879982, 0.0196269993, 1))
  2722. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.79667002))
  2723. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00973725319, 1.27706337, -1.59535503, -0.945644975, -0.324585438, 0.0199660584, 0.293467999, -0.87820363, -0.377647758, 0.140114993, -0.351264209, 0.925726533))
  2724. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2725. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 1.21687305, 1.19114494))
  2726. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0164086819, 0.263489723, -1.23897266, -0.945640981, -0.324595451, 0.0199690573, 0.32506001, -0.945285439, 0.0275083855, 0.00994700007, 0.0325004235, 0.999414802))
  2727. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2728. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 1.36598396))
  2729. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00973701477, 0.657613754, -1.0633831, -0.945640981, -0.324595451, 0.0199690573, 0.32506001, -0.945285439, 0.0275083855, 0.00994700007, 0.0325004235, 0.999414802))
  2730. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2731. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  2732. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.504302979, 0.32374835, 1.05212879, -0.211680993, -0.976403177, 0.0425672978, -0.977316022, 0.211768299, -0.00247711292, -0.00659599993, -0.042121347, -0.999083817))
  2733. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  2734. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.588810027, 2.33292603))
  2735. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0163221359, 0.264155388, 1.06694412, -0.945644975, -0.324586451, 0.0199420583, -0.325134009, 0.944907427, -0.0377183147, -0.0066010002, -0.0421483442, -0.99908179))
  2736. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2737. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  2738. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.19668627, 1.03875446, -3.35645771, -0.827395976, 0.472000182, 0.304344505, 0.543866992, 0.808557749, 0.224567875, -0.140085995, 0.351333201, -0.925704539))
  2739. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500576019, 0.0196269993, 1))
  2740. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  2741. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.18959713, 1.03292561, -3.38603067, -0.374081999, -0.884435892, -0.278963447, 0.91674298, -0.307193667, -0.255364984, 0.140159994, -0.351268202, 0.925718546))
  2742. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500576019, 0.0196269993, 1))
  2743. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  2744. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.1896925, 1.03269005, 1.66046858, 0.374027014, 0.884442866, 0.279014438, 0.916773975, -0.307151675, -0.255304962, -0.140105993, 0.351287216, -0.925719559))
  2745. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500577986, 0.0196269993, 1))
  2746. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.883213997, 0.694700003))
  2747. Col_Part2weld=weld(m,SP_handle4,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0164701939, 1.10504913, -1.64507008, -0.945650995, -0.324570447, 0.0198970586, -0.293469995, 0.87817663, 0.37770775, -0.140067995, 0.351344198, -0.925703585))
  2748. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2749. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2750. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.396119595, 2.19531393, -0.423256874, -0.938692987, 0.344650239, -0.00837315246, 0.00656899996, 0.042159345, 0.99908179, 0.344691992, 0.937775493, -0.0418422781))
  2751. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148548007, 0.534879982))
  2752. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.253762007))
  2753. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.113131762, 0.159641266, -0.481980324, 0.981525004, 0.16612035, 0.0949302092, -0.172374994, 0.552413821, 0.815541744, 0.0830380023, -0.816839278, 0.570846379))
  2754. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2755. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2756. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.03863621, 1.19680691, -1.9782486, -0.54391402, -0.808536708, -0.224528864, -0.827360988, 0.472042173, 0.304376483, -0.140113994, 0.351324201, -0.925703585))
  2757. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196289998, 0.500576019, 0.142454997))
  2758. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  2759. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0165145397, 1.2520256, 3.35657072, 0.945649505, 0.324578017, -0.0199093651, -0.29347977, 0.878210008, 0.377646506, 0.140060365, -0.351278216, 0.925735772))
  2760. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2761. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.256740987, 0.200000003))
  2762. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.169274807, -0.494664669, 0.936203957, -0.847894013, -0.504614413, 0.162592143, 0.501378, -0.663525462, 0.555289447, -0.172325999, 0.552342832, 0.81559974))
  2763. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  2764. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  2765. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.39603281, 0.423571587, 5.12355614, -0.938690007, 0.344657242, -0.00835715234, -0.344698012, -0.937769473, 0.041927278, 0.00661400007, 0.0422333442, 0.99907881))
  2766. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.534879982, 1))
  2767. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.256740987))
  2768. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.162759781, 0.159591675, -0.468995094, 0.847876012, 0.504657447, -0.162551135, -0.172409996, 0.552356839, 0.815572739, 0.501379013, -0.663481474, 0.555341423))
  2769. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2770. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2771. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.03864574, -1.97832322, 1.19668961, 0.543905973, 0.808543742, 0.224530876, -0.140072003, 0.351296216, -0.925723553, -0.827374995, 0.47205618, 0.304323494))
  2772. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.142449006, 0.500579))
  2773. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2774. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.464510083, -0.809931755, 1.79035187, -0.989462018, 0.144699812, 0.00511587365, 0.144452006, 0.988934159, -0.033567369, -0.00991700031, -0.0324714221, -0.999415815))
  2775. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.693889976, 0.441118985))
  2776. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2777. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.03281689, 1.18959236, -1.26228476, -0.916755974, 0.307173669, 0.25534296, -0.374054015, -0.884448886, -0.278957427, 0.140152007, -0.351251215, 0.925725579))
  2778. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500577986, 0.65229702))
  2779. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  2780. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.876188993, 1.31961918, 4.90657902, 0.952858627, -0.206318989, -0.222470358, 0.26914373, 0.913259864, 0.305807233, 0.140079394, -0.351267487, 0.925737023))
  2781. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.461037993, 1))
  2782. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2783. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.03283501, 1.18950748, -2.00787878, -0.916755974, 0.307173669, 0.25534296, -0.374054015, -0.884448886, -0.278957427, 0.140152007, -0.351251215, 0.925725579))
  2784. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196289998, 0.500576019, 0.142454997))
  2785. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2786. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.281679153, 0.434744358, 0.0791082382, 0.640461981, 0.767111897, -0.0365992077, 0.767961979, -0.640112877, 0.021979237, -0.00656699995, -0.0421793461, -0.999080777))
  2787. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 0.977497995))
  2788. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  2789. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.408720016, 0.439339161, 5.14681721, -0.528268993, -0.848162293, 0.0392532423, -0.849050999, 0.52804178, -0.0166942049, -0.00656800019, -0.0421423465, -0.999082804))
  2790. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.534879982, 1))
  2791. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  2792. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.473783493, 0.488498688, -0.828015804, 0.691582978, 0.721653283, -0.0303602275, 0.00991799962, 0.0325384252, 0.999413788, 0.722229004, -0.691477478, 0.0153483171))
  2793. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.693889976))
  2794. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2795. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.876455307, -1.31968403, 1.97834396, -0.952853024, 0.206291586, 0.222514257, -0.269131988, -0.913265586, -0.305773228, 0.140138, -0.351246208, 0.925729573))
  2796. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.46103999, 0.142450005))
  2797. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.256740987, 0.200000003))
  2798. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.161879778, -0.465619087, 0.944372177, -0.98447597, -0.124262586, -0.123955034, -0.0328929983, 0.824329197, -0.565143466, 0.172408, -0.552289844, -0.815618753))
  2799. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  2800. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2801. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.871513367, 2.00791359, -1.31196213, 0.633042991, 0.75065428, 0.18911317, -0.140026003, 0.351307213, -0.925723553, -0.761346996, 0.559540391, 0.32750228))
  2802. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196279995, 0.142450005, 0.46103999))
  2803. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2804. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.03281403, -2.00784349, 1.18958855, 0.916750014, -0.307206661, -0.255325973, 0.140107006, -0.351290196, 0.925717592, -0.374085993, -0.884421885, -0.279000431))
  2805. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.142449006, 0.500579))
  2806. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  2807. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00944447517, 0.28345108, 3.74470615, -0.945644021, -0.324583441, 0.0200120583, 0.325134993, -0.94490546, 0.0377673134, 0.00665100012, 0.042217344, 0.99907881))
  2808. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2809. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2810. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.37405315, -0.876828194, 1.76703262, -0.998400986, 0.0559335202, 0.00814290717, -0.0556359999, -0.997896016, 0.0330413803, 0.00997400004, 0.0325314254, 0.999413788))
  2811. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.665929973, 0.441118985))
  2812. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2813. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.87138176, 1.2622323, -1.31208801, 0.633056998, 0.750666261, 0.189021185, -0.140107006, 0.351260215, -0.925729573, -0.761321008, 0.559554398, 0.327539295))
  2814. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.652297974, 0.46103999))
  2815. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  2816. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00965595245, 0.303880692, 3.76789665, -0.945644975, -0.324586451, 0.0199420583, -0.325134009, 0.944907427, -0.0377183147, -0.0066010002, -0.0421483442, -0.99908179))
  2817. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2818. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2819. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.348054171, 0.385266304, 0.079041481, 0.948333979, -0.317190468, 0.0071431445, -0.317203999, -0.947412431, 0.0421442799, -0.00659999996, -0.0422283448, -0.99907881))
  2820. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.522713006, 0.977497995))
  2821. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2822. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.871376038, -1.31227493, 2.00776863, -0.633126974, -0.750591278, -0.189080164, -0.761262, 0.559584379, 0.327623278, -0.140107006, 0.351370215, -0.925687551))
  2823. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.46103999, 0.142450005))
  2824. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  2825. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.464463711, 0.511996269, -0.80990696, 0.989462972, -0.144693807, -0.00508287363, -0.00989700016, -0.0325654224, -0.999413788, 0.144445002, 0.988932133, -0.0336583704))
  2826. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.693889976))
  2827. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  2828. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.313250542, 0.486718655, 5.1235795, -0.64053297, -0.767048895, 0.0366532095, 0.767902017, -0.640185893, 0.0219572373, 0.00662299991, 0.042206347, 0.999079764))
  2829. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 1))
  2830. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  2831. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.871554375, 1.31186581, 4.93623352, 0.633024991, 0.750679255, 0.189074174, 0.761353016, -0.559521377, -0.327521294, -0.140074, 0.351285219, -0.925724566))
  2832. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.461037993, 1))
  2833. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.253762007, 0.200000003))
  2834. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.112469196, -0.478534222, 0.944395065, -0.872353017, -0.470152646, 0.133986324, -0.457466006, 0.688391268, -0.562879384, 0.172407001, -0.552319825, -0.815598726))
  2835. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  2836. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2837. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.876492023, 1.97825241, -1.31979942, 0.952845991, -0.206318587, -0.222522259, 0.140118003, -0.351311207, 0.925708592, -0.269169986, -0.913234591, -0.30583322))
  2838. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196279995, 0.142450005, 0.46103999))
  2839. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  2840. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0160889626, 1.24287796, 3.38618088, 0.94562602, 0.324643433, -0.0198960584, 0.293549001, -0.878181636, -0.377635747, -0.140072003, 0.351265222, -0.925732553))
  2841. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2842. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2843. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.313216209, -2.19522572, 0.486758709, -0.640492022, -0.767081916, 0.0366862081, -0.00662000012, -0.0422503464, -0.999077797, 0.767935991, -0.640143871, 0.0219852366))
  2844. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.484982014))
  2845. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.253762007, 0.200000003))
  2846. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.118489981, -0.507835388, 0.936233521, -0.981526017, -0.166119352, -0.0949202105, 0.0830579996, -0.816886306, 0.570777357, -0.172359005, 0.552344859, 0.815590739))
  2847. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  2848. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  2849. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.016130209, 0.243750572, 3.5741868, -0.945644021, -0.324583441, 0.0200120583, 0.325134993, -0.94490546, 0.0377673134, 0.00665100012, 0.042217344, 0.99907881))
  2850. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2851. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  2852. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.374025226, 0.488477707, -0.876927376, 0.998399973, -0.05596352, -0.00809990708, 0.00993300043, 0.0325494222, 0.999413788, -0.0556680001, -0.997893989, 0.0330573805))
  2853. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.665929019))
  2854. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.253762007))
  2855. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.107240677, 0.167741776, -0.452542305, 0.87232703, 0.470199645, -0.133993328, 0.172470003, -0.55237186, -0.815549731, -0.457491994, 0.688318253, -0.562947392))
  2856. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2857. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2858. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.03861523, 1.19680691, -1.23256493, -0.54391402, -0.808536708, -0.224528864, -0.827360988, 0.472042173, 0.304376483, -0.140113994, 0.351324201, -0.925703585))
  2859. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500577986, 0.65229702))
  2860. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2861. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.384960651, -2.19533157, 0.433645248, -0.948335052, 0.317191839, -0.00707879011, -0.00665404275, -0.0421908461, -0.999087453, -0.317201048, -0.947422504, 0.0421216637))
  2862. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.522713006))
  2863. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  2864. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0162477493, 0.264097214, 3.59738922, -0.945644975, -0.324586451, 0.0199420583, -0.325134009, 0.944907427, -0.0377183147, -0.0066010002, -0.0421483442, -0.99908179))
  2865. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2866. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  2867. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.366292477, 0.511864662, -0.858053207, 0.753187001, 0.657169819, -0.0288251974, -0.00988699961, -0.032502424, -0.999415815, -0.65773201, 0.753030956, -0.0179863349))
  2868. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.665929019))
  2869. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2870. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409173965, 2.21851635, -0.439306259, -0.528209984, -0.848194242, 0.0393742435, -0.00663900003, -0.0422393456, -0.999077797, 0.849088013, -0.527983785, 0.0166822057))
  2871. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148548007, 0.534879982))
  2872. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2873. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.876398563, 1.23254275, -1.31974125, 0.952844143, -0.206331179, -0.222521171, 0.140116021, -0.351297408, 0.925720155, -0.269176036, -0.913245678, -0.305821359))
  2874. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.652297974, 0.46103999))
  2875. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2876. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.473690033, -0.827981949, 1.76701927, -0.691568971, -0.721665263, 0.0303952266, 0.722241998, -0.691465437, 0.0153243169, 0.00995900016, 0.0325464234, 0.999413788))
  2877. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.693889976, 0.441118985))
  2878. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2879. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.366399765, -0.858189583, 1.79037666, -0.753194988, -0.657161832, 0.0287811998, -0.657721996, 0.753040969, -0.0179173369, -0.00989899971, -0.032421425, -0.999417782))
  2880. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.665929973, 0.441118985))
  2881. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  2882. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.03261375, 1.18949032, 4.93618965, 0.916786551, -0.307135433, -0.255284905, -0.373996198, -0.884472668, -0.278989166, -0.140105084, 0.351249129, -0.925740063))
  2883. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500576019, 1))
  2884. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  2885. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.323866367, 0.504109383, 5.14675331, -0.977320015, 0.211751297, -0.00250711269, 0.211666003, 0.976405203, -0.0426002964, -0.00657299999, -0.0421613455, -0.99908179))
  2886. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 1))
  2887. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  2888. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.03857136, 1.19647121, 4.90658855, 0.543891013, 0.808556736, 0.224511862, -0.827382028, 0.472045183, 0.304312497, 0.140075997, -0.351273209, 0.925728559))
  2889. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500576019, 1))
  2890. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.256740987))
  2891. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.155371666, 0.167803764, -0.440021515, 0.98447001, 0.124325581, 0.123938031, 0.172433004, -0.552373827, -0.815555751, -0.032935001, 0.824263155, -0.565237463))
  2892. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2893. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  2894. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00984764099, 1.28618622, 3.52828598, 0.945649505, 0.324578017, -0.0199093651, -0.29347977, 0.878210008, 0.377646506, 0.140060365, -0.351278216, 0.925735772))
  2895. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2896. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2897. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.313044548, 0.486735344, -2.1952548, 0.640461981, 0.767111897, -0.0365992077, 0.767961979, -0.640112877, 0.021979237, -0.00656699995, -0.0421793461, -0.999080777))
  2898. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196419992, 0.484984994, 0.148549005))
  2899. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2900. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.323807716, -2.21849537, 0.504213333, -0.977317989, 0.211760297, -0.00248111296, 0.0065919999, 0.0421273448, 0.999082804, 0.211674005, 0.976405203, -0.0425712988))
  2901. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.484982014))
  2902. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2903. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.397585869, -2.21855927, 0.449854374, -0.552754998, -0.832433403, 0.0387952365, 0.00660800003, 0.0421703458, 0.999080777, -0.833316982, 0.552503586, -0.0178112127))
  2904. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.522713006))
  2905. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  2906. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00944828987, 1.27693272, 3.55792809, 0.94562602, 0.324643433, -0.0198960584, 0.293549001, -0.878181636, -0.377635747, -0.140072003, 0.351265222, -0.925732553))
  2907. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  2908. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2909. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.323884487, 0.504407883, -2.21844196, 0.977316022, -0.211766303, 0.00251411274, 0.211680993, 0.976399183, -0.042660296, 0.00657900004, 0.0422203466, 0.99907881))
  2910. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196419992, 0.484984994, 0.148549005))
  2911. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2912. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.360591888, 0.401652813, 0.0558204651, 0.552779019, 0.832418382, -0.0387782343, -0.833302021, 0.552524567, -0.0178692117, 0.00655200006, 0.0421883464, 0.999080777))
  2913. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.522713006, 0.977497995))
  2914. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2915. Col3_Wedgeweld=weld(m,SP_handle4,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.292307854, 0.45228672, 0.0558776855, 0.977316022, -0.211766303, 0.00251411274, 0.211680993, 0.976399183, -0.042660296, 0.00657900004, 0.0422203466, 0.99907881))
  2916. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 0.977497995))
  2917.  
  2918.  
  2919.  
  2920.  
  2921.  
  2922.  
  2923. SP_handle5=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,1,1,"Institutional white","Handle",Vector3.new(1, 1, 1))
  2924. SP_handle5weld=weld(m,Character["Torso"],SP_handle5,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.749995351, -0.243388176, -6.04334259, -0.000193387328, 1.43942427e-011, 1, -0.422617406, 0.906308293, -8.17288819e-005, -0.906309307, -0.422619551, -0.00017526884))
  2925. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2926. Col_Partweld=weld(m,SP_handle5,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0102796555, 0.7435112, -0.733545303, -0.945650995, -0.325103402, -0.00837757438, 0.259063989, -0.737478614, -0.623714745, 0.196594, -0.591984689, 0.78160733))
  2927. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2928. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2929. Col_Partweld=weld(m,SP_handle5,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0103590488, 0.742489815, -0.137175083, -0.945650995, -0.325103402, -0.00837757438, 0.259063989, -0.737478614, -0.623714745, 0.196594, -0.591984689, 0.78160733))
  2930. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2931. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2932. Col_Partweld=weld(m,SP_handle5,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0103888512, 0.978325844, -0.473787785, -0.945650995, -0.325103402, -0.00837757438, 0.259063989, -0.737478614, -0.623714745, 0.196594, -0.591984689, 0.78160733))
  2933. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2934. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2935. Col_Partweld=weld(m,SP_handle5,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.010260582, 0.979205132, -1.0701952, -0.945650995, -0.325103402, -0.00837757438, 0.259063989, -0.737478614, -0.623714745, 0.196594, -0.591984689, 0.78160733))
  2936. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2937. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2938. Col_Partweld=weld(m,SP_handle5,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0103235245, 1.19726658, -0.786509991, -0.945650995, -0.325103402, -0.00837757438, 0.259063989, -0.737478614, -0.623714745, 0.196594, -0.591984689, 0.78160733))
  2939. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2940. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2941. Col_Partweld=weld(m,SP_handle5,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.010373354, 1.19819736, -1.38290882, -0.945650995, -0.325103402, -0.00837757438, 0.259063989, -0.737478614, -0.623714745, 0.196594, -0.591984689, 0.78160733))
  2942. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2943. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2944. Col_Partweld=weld(m,SP_handle5,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0102381706, -1.19992256, 0.672842503, -0.945650995, -0.325103402, -0.00837757438, 0.259063989, -0.737478614, -0.623714745, 0.196594, -0.591984689, 0.78160733))
  2945. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2946. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2947. Col_Partweld=weld(m,SP_handle5,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0101933479, -0.96524334, 0.945311069, -0.945650995, -0.325103402, -0.00837757438, 0.259063989, -0.737478614, -0.623714745, 0.196594, -0.591984689, 0.78160733))
  2948. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2949. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  2950. Col_Partweld=weld(m,SP_handle5,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0103120804, -1.42921162, 1.30559826, -0.945650995, -0.325103402, -0.00837757438, 0.259063989, -0.737478614, -0.623714745, 0.196594, -0.591984689, 0.78160733))
  2951. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  2952. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  2953. Col_Partweld=weld(m,SP_handle5,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0104794502, -1.19997692, 0.978188038, -0.945650995, -0.325103402, -0.00837757438, 0.259063989, -0.737478614, -0.623714745, 0.196594, -0.591984689, 0.78160733))
  2954. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  2955. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2956. Col_Partweld=weld(m,SP_handle5,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0102863312, -0.965192795, 0.337683678, -0.945650995, -0.325103402, -0.00837757438, 0.259063989, -0.737478614, -0.623714745, 0.196594, -0.591984689, 0.78160733))
  2957. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2958. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  2959. Col_Partweld=weld(m,SP_handle5,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0104141235, -0.965200424, 0.643043041, -0.945650995, -0.325103402, -0.00837757438, 0.259063989, -0.737478614, -0.623714745, 0.196594, -0.591984689, 0.78160733))
  2960. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  2961. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2962. Col_Partweld=weld(m,SP_handle5,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0102543831, -1.42908287, 1.00020361, -0.945650995, -0.325103402, -0.00837757438, 0.259063989, -0.737478614, -0.623714745, 0.196594, -0.591984689, 0.78160733))
  2963. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2964. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2965. Col_Partweld=weld(m,SP_handle5,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0102477074, -1.19986916, 1.28046274, -0.945650995, -0.325103402, -0.00837757438, 0.259063989, -0.737478614, -0.623714745, 0.196594, -0.591984689, 0.78160733))
  2966. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2967. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  2968. Col_Partweld=weld(m,SP_handle5,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0102219582, -1.42909718, 1.60780764, -0.945650995, -0.325103402, -0.00837757438, 0.259063989, -0.737478614, -0.623714745, 0.196594, -0.591984689, 0.78160733))
  2969. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  2970. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  2971. Col_Partweld=weld(m,SP_handle5,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0105175972, 0.743440628, -0.428161144, -0.945650995, -0.325103402, -0.00837757438, 0.259063989, -0.737478614, -0.623714745, 0.196594, -0.591984689, 0.78160733))
  2972. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  2973. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  2974. Col_Partweld=weld(m,SP_handle5,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0105617046, 0.979235649, -0.764792919, -0.945650995, -0.325103402, -0.00837757438, 0.259063989, -0.737478614, -0.623714745, 0.196594, -0.591984689, 0.78160733))
  2975. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  2976. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  2977. Col_Partweld=weld(m,SP_handle5,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0106015205, 1.19812393, -1.07748127, -0.945650995, -0.325103402, -0.00837757438, 0.259063989, -0.737478614, -0.623714745, 0.196594, -0.591984689, 0.78160733))
  2978. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  2979. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.922468007, 1.15926802))
  2980. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00444841385, -0.126228333, -0.465532303, -0.945636988, -0.325136513, -0.00847689062, -0.275761008, 0.815296531, -0.509162545, 0.172459006, -0.479141325, -0.860637128))
  2981. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2982. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.588810027, 2.33292603))
  2983. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00433301926, 0.27735424, 1.10600138, -0.945648015, -0.325081915, -0.00837877393, 0.325123012, -0.944612503, -0.0446807146, 0.00661000004, -0.0449787676, 0.998967469))
  2984. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2985. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  2986. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.30938244, 0.883805275, -3.42708254, -0.269165993, -0.883098125, -0.38429302, -0.952848017, 0.186133012, 0.239657432, -0.140110999, 0.43068105, -0.891563177))
  2987. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103701, 0.0196269993, 1))
  2988. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  2989. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.841906548, 0.372624755, -1.23416519, -0.0556470007, -0.996977746, -0.0541481376, -0.998401999, 0.0550254397, 0.0129008349, -0.00988299958, 0.054781884, -0.998449981))
  2990. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.665929019, 0.0196269993, 1))
  2991. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 1.21687305, 1.19114494))
  2992. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00443744659, 0.250902176, -1.27822828, -0.945647001, -0.325083941, -0.00845175236, -0.325044006, 0.944096446, 0.0549907982, -0.00989700016, 0.0547510684, -0.998452187))
  2993. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  2994. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.256740987, 0.200000003, 0.714712024))
  2995. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.437318802, 0.142317295, -0.5376091, -0.501430988, 0.709335089, -0.495388567, 0.847835004, 0.516979754, -0.117922619, 0.172459006, -0.479134321, -0.860631526))
  2996. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  2997. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  2998. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.30933285, 0.883769751, -1.70145845, -0.269165993, -0.883098125, -0.38429302, -0.952848017, 0.186133012, 0.239657432, -0.140110999, 0.43068105, -0.891563177))
  2999. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103999, 0.0196269993, 1))
  3000. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.253762007, 0.200000003, 0.714712024))
  3001. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.444403648, 0.117814541, -0.537607193, 0.0831390023, -0.863493204, 0.497458875, -0.981508017, -0.157322258, -0.109046191, 0.172422007, -0.479190469, -0.860607564))
  3002. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  3003. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  3004. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.20042419, 1.0264225, -3.42715788, -0.827404976, 0.443687469, 0.34429875, 0.543859005, 0.785918951, 0.294184417, -0.140064999, 0.430660069, -0.891579807))
  3005. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500576019, 0.0196269993, 1))
  3006. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  3007. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.804131508, 0.448203087, -1.23412895, -0.722315013, 0.690099061, 0.044973731, 0.691493988, 0.721637487, 0.0327419341, -0.00985999964, 0.0547510684, -0.998452187))
  3008. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.693889976, 0.0196269993, 1))
  3009. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.588810027, 2.33292603))
  3010. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00430679321, 0.230641365, 1.00459194, -0.945647001, -0.325085402, -0.0084477663, -0.325129986, 0.944607854, 0.0447369516, -0.00656400016, 0.0450542867, -0.998964012))
  3011. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3012. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 2.49871612))
  3013. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00234532356, 0.317088127, 0.993526936, -0.945648015, -0.325081915, -0.00837877393, 0.325123012, -0.944612503, -0.0446807146, 0.00661000004, -0.0449787676, 0.998967469))
  3014. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3015. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  3016. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.20056248, 1.02626991, 1.70160532, 0.827382982, -0.443717122, -0.344310284, 0.543879986, 0.785938919, 0.294092327, 0.140113994, -0.430590481, 0.891605854))
  3017. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500577986, 0.0196269993, 1))
  3018. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  3019. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.30965233, 0.883893013, -3.3155489, -0.761317015, 0.528869569, 0.375088871, -0.633054972, -0.731345296, -0.253715813, 0.140137002, -0.430610716, 0.891593218))
  3020. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103701, 0.0196269993, 1))
  3021. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  3022. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.883990288, 0.389895439, -1.13213825, -0.657786012, 0.751687527, 0.0477403998, -0.753139019, -0.657241523, -0.0285094231, 0.00994700007, -0.0547104478, 0.998454094))
  3023. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.665929019, 0.0196269993, 1))
  3024. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  3025. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.509227753, 0.340780258, 1.09116888, -0.767917991, 0.639637291, 0.0339070708, -0.640502989, -0.767345905, -0.0303307176, 0.00661899988, -0.0450086594, 0.998964906))
  3026. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  3027. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 1.36598396))
  3028. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0022816658, 0.645073891, -1.10262823, -0.945647001, -0.325083941, -0.00845175236, -0.325044006, 0.944096446, 0.0549907982, -0.00989700016, 0.0547510684, -0.998452187))
  3029. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3030. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.256740987, 0.200000003, 0.714712024))
  3031. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.52882576, 0.165767431, -0.478123665, 0.0329240002, -0.870402336, 0.491245717, 0.98447901, 0.113029614, 0.13428925, -0.172410995, 0.479192197, 0.860608935))
  3032. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  3033. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  3034. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.30963707, 0.883950233, -1.5899353, -0.761317015, 0.528869569, 0.375088871, -0.633054972, -0.731345296, -0.253715813, 0.140137002, -0.430610716, 0.891593218))
  3035. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103999, 0.0196269993, 1))
  3036. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  3037. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.509435177, 0.340826035, -3.63651609, 0.767982006, -0.639573216, -0.0338619202, -0.64043802, -0.767407238, -0.0303605795, -0.00656800019, 0.0450046659, -0.998966277))
  3038. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  3039. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.883213997, 0.694700003))
  3040. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00440502167, 1.1002636, -1.71569109, -0.945658028, -0.325051516, -0.00842713565, -0.293431997, 0.841921687, 0.452835977, -0.140100002, 0.430701405, -0.891554952))
  3041. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3042. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.922468007, 1.15926802))
  3043. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00441741943, -0.0317611694, -0.405936241, -0.945643008, -0.325109184, -0.00841352344, 0.275759012, -0.815273166, 0.509207904, -0.172407001, 0.479201794, 0.860603452))
  3044. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3045. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 2.49871612))
  3046. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00233054161, 0.270441055, 0.891981125, -0.945647001, -0.325085402, -0.0084477663, -0.325129986, 0.944607854, 0.0447369516, -0.00656400016, 0.0450542867, -0.998964012))
  3047. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3048. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.991810024))
  3049. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00231361389, 0.246170044, -0.399078369, -0.945636988, -0.325136513, -0.00847689062, -0.275761008, 0.815296531, -0.509162545, 0.172459006, -0.479141325, -0.860637128))
  3050. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3051. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.79667002))
  3052. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00227165222, 1.28150463, -1.63619161, -0.945658028, -0.325051516, -0.00842713565, -0.293431997, 0.841921687, 0.452835977, -0.140100002, 0.430701405, -0.891554952))
  3053. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3054. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  3055. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.467529297, 0.39597702, 1.09123468, -0.317189008, -0.947490871, -0.0405888557, 0.948338985, -0.316593349, -0.0205120072, 0.00658500008, -0.0450001955, 0.998966455))
  3056. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.522713006, 0.0196269993, 1))
  3057. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  3058. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.469417572, 0.316682339, -3.53503847, 0.21164, 0.976414919, 0.0426357985, -0.977325976, 0.211138904, 0.0159607977, 0.00658199983, -0.0450497866, 0.99896419))
  3059. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  3060. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 1.21687305, 1.19114494))
  3061. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00445270538, 0.296360016, -1.17630053, -0.945653975, -0.325082719, -0.00838282704, 0.325040013, -0.944106519, -0.0549320281, 0.00994300004, -0.0546755791, 0.998455584))
  3062. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3063. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.253762007, 0.200000003, 0.714712024))
  3064. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.537080765, 0.136572361, -0.478206635, -0.457509011, 0.734781325, -0.50078088, -0.872322977, -0.480098218, 0.092509754, -0.172450006, 0.479162902, 0.860617101))
  3065. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  3066. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.883213997, 0.694700003))
  3067. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00453495979, 1.1005249, -1.60424757, -0.945653975, -0.32506457, -0.00835815817, 0.293428987, -0.841973901, -0.452739835, 0.140132993, -0.430587798, 0.891604602))
  3068. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3069. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  3070. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.457004547, 0.408125877, -3.63648891, 0.344615996, 0.937887728, 0.0400079489, 0.938721001, -0.343996942, -0.0216481388, -0.00654100021, 0.045019418, -0.998965442))
  3071. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.534879982, 0.0196269993, 1))
  3072. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  3073. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.421041489, 0.378578186, -3.53505564, 0.849084973, -0.527434886, -0.0293280631, 0.528210998, 0.848393261, 0.0347626805, 0.00654199999, -0.0450090766, 0.998963952))
  3074. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.534879982, 0.0196269993, 1))
  3075. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  3076. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.430588722, 0.367683411, 0.989666939, -0.833360016, 0.551895797, 0.0303435177, 0.552691996, 0.832692146, 0.0339391828, -0.00653599994, 0.0450564921, -0.998964012))
  3077. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.522713006, 0.0196269993, 1))
  3078. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  3079. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.20108223, 1.02632904, 1.58997297, 0.373971999, 0.856794715, 0.355025202, 0.916806996, -0.28372553, -0.281004757, -0.140034005, 0.43057847, -0.89162457))
  3080. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500577986, 0.0196269993, 1))
  3081. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.991810024))
  3082. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00232815742, 0.340610504, -0.33960247, -0.945643008, -0.325109184, -0.00841352344, 0.275759012, -0.815273166, 0.509207904, -0.172407001, 0.479201794, 0.860603452))
  3083. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3084. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  3085. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.20102119, 1.02659655, -3.31541204, -0.37411201, -0.856742501, -0.355003208, 0.91674, -0.283817887, -0.28112942, 0.140100002, -0.430620134, 0.89159435))
  3086. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500576019, 0.0196269993, 1))
  3087. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.79667002))
  3088. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00214600563, 1.28190231, -1.5247364, -0.945653975, -0.32506457, -0.00835815817, 0.293428987, -0.841973901, -0.452739835, 0.140132993, -0.430587798, 0.891604602))
  3089. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3090. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  3091. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.469408989, 0.316599607, 0.989748478, -0.211705998, -0.976398945, -0.0426630676, -0.977311015, 0.211202025, 0.0160251483, -0.00663599977, 0.0450904369, -0.998962164))
  3092. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  3093. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  3094. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.844632149, 0.468960524, -1.13224697, -0.144447997, -0.988105595, -0.0526977777, 0.989462018, -0.143698961, -0.0177532323, 0.00997000001, -0.0547095537, 0.998453736))
  3095. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.693889976, 0.0196269993, 1))
  3096. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 1.36598396))
  3097. Col_Part2weld=weld(m,SP_handle5,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00222039223, 0.690469742, -1.00072145, -0.945653975, -0.325082719, -0.00838282704, 0.325040013, -0.944106519, -0.0549320281, 0.00994300004, -0.0546755791, 0.998455584))
  3098. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3099. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.256740987, 0.200000003))
  3100. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.142289162, -0.437278271, 0.970044136, -0.847883999, -0.516880989, 0.118008979, 0.501387, -0.709362566, 0.495393634, -0.172349006, 0.479200959, 0.860615909))
  3101. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  3102. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.253762007))
  3103. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.112532854, 0.193429947, -0.418643951, 0.981513977, 0.157263279, 0.109075889, -0.172417998, 0.479179114, 0.860614061, 0.0830760002, -0.863509655, 0.4974401))
  3104. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3105. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  3106. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00426340103, 0.277500153, 3.63651133, -0.945648015, -0.325081915, -0.00837877393, 0.325123012, -0.944612503, -0.0446807146, 0.00661000004, -0.0449787676, 0.998967469))
  3107. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3108. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.256740987))
  3109. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.135740757, 0.193400383, -0.411708355, 0.847880006, 0.516904771, -0.117929608, -0.172451004, 0.479206532, 0.860592306, 0.501357973, -0.70934093, 0.495454192))
  3110. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3111. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3112. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.883888721, -1.30915928, 2.04894066, -0.952856004, 0.186135992, 0.239647239, -0.269156009, -0.883128047, -0.384243727, 0.140117005, -0.430632502, 0.89158684))
  3113. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.46103999, 0.142450005))
  3114. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  3115. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.883449793, 1.30905533, 4.97726059, 0.952866971, -0.186128348, -0.239583492, 0.269120008, 0.883135319, 0.384240329, 0.140066996, -0.43060708, 0.891605854))
  3116. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.461037993, 1))
  3117. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3118. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.02632523, -2.0489912, 1.2004652, 0.543853998, 0.785940826, 0.294136703, -0.140085995, 0.430614501, -0.891599417, -0.827404976, 0.443692565, 0.344290853))
  3119. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.142449006, 0.500579))
  3120. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3121. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.309295654, 0.457249641, 0.0167889595, 0.640465975, 0.767383695, 0.0303550363, 0.767957985, -0.639600754, -0.0338854939, -0.00658799987, 0.0450158715, -0.998965979))
  3122. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 0.977497995))
  3123. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  3124. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00442838669, 1.24719238, 3.42720175, 0.945650995, 0.325074017, 0.0084232837, -0.293462008, 0.841953874, 0.452755809, 0.140086994, -0.430621982, 0.891595185))
  3125. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3126. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3127. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.340646744, 0.509337425, -2.25758886, 0.640452981, 0.76739341, 0.0304089487, 0.767970026, -0.639588594, -0.0338569283, -0.00653199991, 0.0450386107, -0.998964489))
  3128. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196419992, 0.484984994, 0.148549005))
  3129. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  3130. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00242948532, 0.317198753, 3.80702019, -0.945648015, -0.325081915, -0.00837877393, 0.325123012, -0.944612503, -0.0446807146, 0.00661000004, -0.0449787676, 0.998967469))
  3131. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3132. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3133. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.37838459, 2.15622139, -0.4208951, -0.528208971, -0.848397017, -0.0348393023, -0.00654499978, 0.0450993776, -0.998961926, 0.849089026, -0.527430952, -0.0293740332))
  3134. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148548007, 0.534879982))
  3135. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  3136. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00225687027, 1.28135872, 3.59890461, 0.945650995, 0.325074017, 0.0084232837, -0.293462008, 0.841953874, 0.452755809, 0.140086994, -0.430621982, 0.891595185))
  3137. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3138. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3139. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.372802556, -0.841813087, 1.82969904, -0.998399019, 0.0550508425, 0.0130026396, -0.0556779988, -0.996981502, -0.0540592074, 0.00998700038, -0.0546987653, 0.99845314))
  3140. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.665929973, 0.441118985))
  3141. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3142. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.358931541, 0.41921711, 0.0166773796, 0.948351026, -0.316557974, -0.0205284953, -0.317155987, -0.947503567, -0.0406160653, -0.00659300014, 0.0450315773, -0.998967767))
  3143. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.522713006, 0.977497995))
  3144. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3145. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.02630711, 1.20068645, -1.30312657, -0.543923974, -0.785878897, -0.294160068, -0.827349007, 0.443721384, 0.344383329, -0.14012, 0.430695474, -0.891551137))
  3146. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500577986, 0.65229702))
  3147. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3148. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.884176254, 1.19155502, -1.30958271, 0.633031011, 0.731341064, 0.253787279, -0.140070006, 0.430635691, -0.891591668, -0.761349022, 0.528854668, 0.375045002))
  3149. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.652297974, 0.46103999))
  3150. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  3151. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00432324409, 1.24766159, 3.31556368, 0.945626974, 0.325142086, 0.00842022896, 0.293527007, -0.841949344, -0.452722609, -0.140110001, 0.430579484, -0.891612887))
  3152. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3153. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.256740987, 0.200000003))
  3154. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.165706873, -0.52881813, 0.910549164, -0.984476984, -0.112998009, -0.134299561, -0.0329039991, 0.870434225, -0.491182208, 0.172401994, -0.479134023, -0.860642731))
  3155. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  3156. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  3157. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.372710079, 0.551142454, -0.841942787, 0.998399019, -0.0550548434, -0.0129544269, 0.00993799977, -0.0547131002, 0.9984532, -0.0556790009, -0.99698019, -0.0540752709))
  3158. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.665929019))
  3159. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  3160. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.340771675, 0.509366035, 5.18590498, -0.640515029, -0.767335534, -0.0303653479, 0.767910004, -0.639650226, -0.0338922143, 0.00658300007, -0.0450274348, 0.998964787))
  3161. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 1))
  3162. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3163. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.883847713, 2.04883647, -1.30935383, 0.952872992, -0.186007917, -0.239651769, 0.140157998, -0.43067953, 0.891556978, -0.269050002, -0.883125782, -0.384312063))
  3164. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196279995, 0.142450005, 0.46103999))
  3165. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  3166. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.448187828, 0.551116943, -0.804180145, 0.691465974, 0.721668422, 0.0326403379, 0.00998300035, -0.0547265112, 0.998452842, 0.722339988, -0.690068007, -0.0450445116))
  3167. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.693889976))
  3168. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3169. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.340531349, -2.25763845, 0.50919199, -0.64051199, -0.767342925, -0.0304402411, -0.00656800019, 0.0451132059, -0.998960674, 0.767920017, -0.639643669, -0.0339349508))
  3170. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.484982014))
  3171. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3172. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.448026657, -0.804162025, 1.82971144, -0.691551983, -0.721585989, -0.0326457024, 0.722257972, -0.690157056, -0.0449798107, 0.00992599968, -0.0546867549, 0.998455286))
  3173. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.693889976, 0.441118985))
  3174. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3175. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.389789104, -0.884142876, 1.72770309, -0.753217995, -0.657148838, -0.0285592675, -0.657696009, 0.751764536, 0.0477707088, -0.00992299989, 0.0547671914, -0.998450816))
  3176. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.665929973, 0.441118985))
  3177. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  3178. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.407728195, 0.457262039, 5.18589783, -0.938690007, 0.344074249, 0.021750018, -0.344698012, -0.93786025, -0.0399468243, 0.00665399991, -0.0449970365, 0.998966098))
  3179. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.534879982, 1))
  3180. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  3181. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00420284271, 0.230693817, 3.53502321, -0.945647001, -0.325085402, -0.0084477663, -0.325129986, 0.944607854, 0.0447369516, -0.00656400016, 0.0450542867, -0.998964012))
  3182. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3183. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3184. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.883693695, 1.30314851, -1.3092556, 0.952872992, -0.1860165, -0.239648893, 0.140164003, -0.430640191, 0.891574979, -0.269050002, -0.883143365, -0.38427192))
  3185. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.652297974, 0.46103999))
  3186. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3187. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.884008408, -1.30978155, 1.93718195, -0.633109987, -0.731283784, -0.253754377, -0.761273026, 0.528895438, 0.375141889, -0.140126005, 0.430683613, -0.891559958))
  3188. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.46103999, 0.142450005))
  3189. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.253762007, 0.200000003))
  3190. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.136530876, -0.537120819, 0.910599709, -0.872331023, -0.480086029, 0.0925382674, -0.457516998, 0.734794855, -0.500754058, 0.172408998, -0.479157537, -0.860633969))
  3191. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  3192. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3193. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.407977104, 2.25767756, -0.456833839, -0.938691974, 0.344070017, 0.0217078477, 0.00657700002, -0.0450846851, 0.99896276, 0.344693005, 0.937857807, 0.0400550067))
  3194. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148548007, 0.534879982))
  3195. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3196. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.0263443, 1.20070553, -2.04882646, -0.543923974, -0.785878897, -0.294160068, -0.827349007, 0.443721384, 0.344383329, -0.14012, 0.430695474, -0.891551137))
  3197. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196289998, 0.500576019, 0.142454997))
  3198. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.256740987))
  3199. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.159177303, 0.134029388, -0.503241539, 0.98446703, 0.113055512, 0.134323493, 0.172454998, -0.479233384, -0.86057657, -0.0329210013, 0.870372653, -0.491290361))
  3200. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3201. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3202. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.396071911, -2.25768614, 0.467406273, -0.948343992, 0.31660524, 0.0205186009, -0.00656400016, 0.0450766683, -0.998965681, -0.317202002, -0.94748944, -0.0406755805))
  3203. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.522713006))
  3204. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  3205. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.884000778, 1.3092165, 4.86567259, 0.632999003, 0.731382847, 0.253746808, 0.761373997, -0.528848708, -0.375001431, -0.140075997, 0.43057251, -0.891620696))
  3206. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.461037993, 1))
  3207. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3208. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.02666998, 1.20096684, -1.19167471, -0.916760027, 0.283737779, 0.281146914, -0.374040008, -0.856784344, -0.354977071, 0.140162006, -0.430589408, 0.891598701))
  3209. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500577986, 0.65229702))
  3210. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  3211. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0023291111, 1.28172779, 3.48731136, 0.945626974, 0.325142086, 0.00842022896, 0.293527007, -0.841949344, -0.452722609, -0.140110001, 0.430579484, -0.891612887))
  3212. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3213. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  3214. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.378253937, 0.420800209, 5.08447266, -0.528277993, -0.84835422, -0.0348162055, -0.849045992, 0.527498126, 0.0294045061, -0.00657999981, 0.0450971723, -0.998961926))
  3215. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.534879982, 1))
  3216. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.253762007, 0.200000003))
  3217. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.117905378, -0.444492817, 0.970052719, -0.981527984, -0.157225728, -0.109009549, 0.0830800012, -0.863520384, 0.49742192, -0.172340006, 0.47917366, 0.860633075))
  3218. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  3219. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3220. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.02664518, -1.93719149, 1.20097828, 0.916768014, -0.28371045, -0.28114751, 0.140156001, -0.430630982, 0.891580582, -0.374022007, -0.856773257, -0.355024189))
  3221. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.142449006, 0.500579))
  3222. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3223. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.884130478, 1.93729258, -1.30953693, 0.633031011, 0.731341064, 0.253787279, -0.140070006, 0.430635691, -0.891591668, -0.761349022, 0.528854668, 0.375045002))
  3224. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196279995, 0.142450005, 0.46103999))
  3225. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  3226. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.389806747, 0.449202538, -0.884012222, 0.75317502, 0.657198548, 0.0285592973, -0.00988799985, 0.054723829, -0.998453856, -0.657746017, 0.751724482, 0.0477132499))
  3227. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.665929019))
  3228. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  3229. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.31670928, 0.469305992, 5.08440351, -0.977325022, 0.211141676, 0.0159572884, 0.211641997, 0.976413846, 0.0426406562, -0.0065779998, 0.0450533628, -0.998963594))
  3230. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 1))
  3231. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  3232. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00242996216, 0.270469666, 3.70555067, -0.945647001, -0.325085402, -0.0084477663, -0.325129986, 0.944607854, 0.0447369516, -0.00656400016, 0.0450542867, -0.998964012))
  3233. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3234. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.253762007))
  3235. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.131312847, 0.13392067, -0.511146545, 0.872309029, 0.480116367, -0.0925347432, 0.172454998, -0.479187578, -0.860598981, -0.457531989, 0.734749615, -0.500801444))
  3236. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3237. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  3238. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.02629185, 1.20047569, 4.97715378, 0.543883979, 0.785916567, 0.294143617, -0.827382982, 0.443706363, 0.34432745, 0.140099004, -0.430644035, 0.891583443))
  3239. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500576019, 1))
  3240. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3241. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.31670332, 0.469573021, -2.15609121, 0.977321982, -0.211153403, -0.01595404, 0.211654007, 0.976411581, 0.0425623059, 0.00658799987, -0.0449759662, 0.998963952))
  3242. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196419992, 0.484984994, 0.148549005))
  3243. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  3244. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.468921423, 0.449314117, -0.844655037, 0.989464998, -0.143682063, -0.0177004188, -0.00992500037, 0.0546598136, -0.998451471, 0.144428, 0.98810488, 0.0526561737))
  3245. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.693889976))
  3246. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3247. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.367687225, -2.1562252, 0.430572987, -0.552783012, -0.832633793, -0.0338802636, 0.00659399992, -0.0450283289, 0.998965204, -0.833298981, 0.551984727, 0.0303804129))
  3248. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.522713006))
  3249. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  3250. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.02650404, 1.20081329, 4.86561298, 0.916774988, -0.28374368, -0.281093419, -0.374024987, -0.856787801, -0.354998589, -0.140108004, 0.430589348, -0.891613126))
  3251. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500576019, 1))
  3252. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3253. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.02666569, 1.2008152, -1.93728065, -0.916745007, 0.283792496, 0.281141251, -0.374087006, -0.856769443, -0.354964107, 0.140137002, -0.430583835, 0.891606092))
  3254. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196289998, 0.500576019, 0.142454997))
  3255. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3256. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.31669426, -2.15614033, 0.469385147, -0.977322996, 0.211151943, 0.0159580186, 0.00657599978, -0.0450636446, 0.998962879, 0.211652994, 0.976410866, 0.0426508784))
  3257. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.484982014))
  3258. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3259. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.28516674, 0.417357445, 0.118249893, 0.977321982, -0.211153403, -0.01595404, 0.211654007, 0.976411581, 0.0425623059, 0.00658799987, -0.0449759662, 0.998963952))
  3260. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 0.977497995))
  3261. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3262. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.468868494, -0.844754219, 1.72766972, -0.989464998, 0.143690884, 0.0176720284, 0.144437, 0.988102376, 0.0527809262, -0.00987800024, 0.0547792315, -0.998450935))
  3263. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.693889976, 0.441118985))
  3264. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3265. Col3_Wedgeweld=weld(m,SP_handle5,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.330698013, 0.382250309, 0.118203878, 0.552739978, 0.832662106, 0.0338935852, -0.833328009, 0.551943243, 0.0303412527, 0.00655600009, -0.0450180769, 0.998965919))
  3266. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.522713006, 0.977497995))
  3267.  
  3268.  
  3269.  
  3270.  
  3271.  
  3272.  
  3273. SP_handle6=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,1,1,"Institutional white","Handle",Vector3.new(1, 1, 1))
  3274. SP_handle6weld=weld(m,Character["Torso"],SP_handle6,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.849995315, 5.96735525, -0.804005623, -0.000193387241, 4.42551898e-011, 1, 0.500005305, 0.866025388, 9.66948428e-005, -0.866022468, 0.499999255, -0.000167477934))
  3275. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.256740987))
  3276. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.241353512, 0.212377071, -0.384321213, 0.84788698, 0.162552103, 0.504638314, -0.172417, -0.815562844, 0.552394331, 0.501357973, -0.555377483, -0.663467288))
  3277. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3278. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3279. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.476468086, -2.27375221, 0.3931427, -0.948346019, 0.00714252889, 0.317155451, -0.00658399984, 0.999093235, -0.0421915352, -0.317169994, -0.0420934856, -0.947428226))
  3280. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.522713006))
  3281. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  3282. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.106987476, 1.2970438, 3.60944366, 0.945652008, 0.0199052244, 0.324567795, -0.293476999, -0.377628297, 0.878217518, 0.140046999, -0.925749362, -0.351252645))
  3283. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3284. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3285. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.242034912, -2.27368808, 0.557118893, -0.640502989, -0.0365644097, -0.767079949, -0.00656800019, 0.999095023, -0.0421465933, 0.767928004, -0.0219528675, -0.640155852))
  3286. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.484982014))
  3287. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3288. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.210780621, 0.505153179, 0.000733852386, 0.640450001, 0.0366179049, 0.767121255, 0.767971992, -0.022020191, -0.640101254, -0.00654699979, 0.999092042, -0.0422314405))
  3289. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 0.977497995))
  3290. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  3291. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.113420963, 0.267274857, 3.65260267, -0.945647001, -0.0199635923, -0.324580699, 0.325129002, -0.0377707779, -0.944909453, 0.00660399999, -0.999091983, 0.0422153175))
  3292. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3293. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  3294. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.800662816, 1.3817029, 4.98773861, 0.952872992, 0.222463787, -0.206261322, 0.269086003, -0.305809736, 0.913274109, 0.140093997, -0.925743282, -0.351249129))
  3295. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.461037993, 1))
  3296. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3297. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.439391136, 0.344855309, 0.000628471375, 0.948355019, -0.00716349483, -0.317127168, -0.31714201, -0.0421414673, -0.947435141, -0.00657700002, 0.99909097, -0.0422436297))
  3298. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.522713006, 0.977497995))
  3299. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3300. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.275514722, -0.892379761, 1.84571862, -0.998399973, -0.00810044818, 0.0559633747, -0.0556670018, -0.0330680311, -0.997895777, 0.00993399974, -0.99942565, 0.0325714946))
  3301. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.665929973, 0.441118985))
  3302. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  3303. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.275465995, 0.567115068, -0.892612934, 0.99840498, 0.00811067969, -0.0558650978, 0.00993799977, -0.999427557, 0.0325126946, -0.0555699989, -0.0330093503, -0.997903526))
  3304. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.665929019))
  3305. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  3306. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.242276192, 0.557240486, 5.20198774, -0.640522242, -0.0366345234, -0.767065346, 0.767911315, -0.0219858587, -0.64017874, 0.00658805389, -0.999086857, 0.0422144979))
  3307. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 1))
  3308. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  3309. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.1206584, 1.1431601, 4.98768187, 0.543882012, -0.224544764, 0.808559418, -0.827391028, -0.304308474, 0.472039312, 0.140056998, -0.925735831, -0.351284087))
  3310. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500576019, 1))
  3311. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  3312. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.106761456, 0.306973457, 3.82311344, -0.945647001, -0.0199635923, -0.324580699, 0.325129002, -0.0377707779, -0.944909453, 0.00660399999, -0.999091983, 0.0422153175))
  3313. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3314. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  3315. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.106642246, 0.28041172, 3.68945241, -0.945643008, -0.0199017376, -0.324595839, -0.325141013, 0.037715286, 0.944907427, -0.00656299992, 0.999095261, -0.0421430171))
  3316. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3317. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3318. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.800963879, -1.38177729, 2.05950022, -0.952857018, -0.222513512, 0.206283435, -0.269118994, 0.305775791, -0.913275301, 0.140138999, -0.925742507, -0.351232499))
  3319. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.46103999, 0.142450005))
  3320. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  3321. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.228590131, 0.53445816, 5.06830406, -0.977328002, 0.00250004232, 0.211716235, 0.211630002, 0.0426208675, 0.976414263, -0.00658199983, 0.999093652, -0.0421901643))
  3322. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 1))
  3323. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  3324. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.10072982, 1.11940479, 4.85504913, 0.916778982, 0.255297899, -0.307149678, -0.374015003, 0.27900064, -0.884458065, -0.140104994, 0.925738811, 0.351256937))
  3325. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500576019, 1))
  3326. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3327. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.783953667, -1.35601974, 1.92664766, -0.633100986, 0.189078361, -0.750619054, -0.761277974, -0.327646494, 0.559556246, -0.140137002, 0.925692916, 0.351364374))
  3328. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.46103999, 0.142450005))
  3329. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3330. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.800820112, 1.3137126, -1.38186646, 0.952866971, 0.222522557, -0.206225097, 0.140162006, -0.925731957, -0.351250708, -0.269071013, 0.305800378, -0.913281918))
  3331. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.652297974, 0.46103999))
  3332. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3333. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.12068033, -2.05945635, 1.14336991, 0.543836772, -0.224549159, 0.808590949, -0.140077919, 0.925728202, 0.351291358, -0.827417552, -0.304310888, 0.471990645))
  3334. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.142449006, 0.500579))
  3335. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.253762007))
  3336. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00551402569, 0.212399483, -0.439886093, 0.98151499, -0.0949383974, 0.166178554, -0.172407001, -0.81559056, 0.552356362, 0.0830940008, -0.570796847, -0.816869736))
  3337. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3338. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.256740987, 0.200000003))
  3339. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.247926712, -0.409865856, 0.98904562, -0.847872019, -0.162609503, -0.504644871, 0.501394987, -0.555368364, -0.663447022, -0.172380999, -0.815557718, 0.552413464))
  3340. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  3341. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3342. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.197048306, 0.482494354, 0.134335041, 0.977328002, -0.00250327587, -0.21171464, 0.211628005, 0.0427143276, 0.976410449, 0.00659900019, -0.999089241, 0.0422826707))
  3343. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 0.977497995))
  3344. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.253762007, 0.200000003))
  3345. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0296592712, -0.559075356, 0.89161706, -0.872331023, -0.134014562, -0.470187068, -0.457507014, 0.562892199, 0.688354969, 0.172416002, 0.815599918, -0.552340567))
  3346. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  3347. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3348. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.460373402, -2.14012241, 0.372218132, -0.552745998, -0.0387893915, -0.832441032, 0.00657400023, -0.999093533, 0.0421959758, -0.833324015, 0.0178467035, 0.552493393))
  3349. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.522713006))
  3350. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3351. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.423408031, 0.323885918, 0.134233713, 0.552726984, 0.0387387276, 0.832456827, -0.833337009, 0.0178928226, 0.552471519, 0.00650699995, -0.999094307, 0.0421793461))
  3352. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.522713006, 0.977497995))
  3353. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3354. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.12059593, 1.14361358, -2.0593586, -0.543929994, 0.224538401, -0.808528483, -0.82735002, -0.304392397, 0.472056687, -0.140114993, 0.925709844, 0.351329118))
  3355. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196289998, 0.500576019, 0.142454997))
  3356. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3357. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.228600502, -2.1400528, 0.53455162, -0.977317989, 0.00249153376, 0.211760983, 0.00659300014, -0.999093235, 0.0421915352, 0.211674005, 0.0426241755, 0.976404548))
  3358. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.484982014))
  3359. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  3360. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.46927166, 0.359649658, 5.06838036, -0.528254986, -0.0392580628, -0.848173022, -0.849059999, 0.0166607052, 0.528029978, -0.00659799995, 0.999095976, -0.0421402454))
  3361. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.534879982, 1))
  3362. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.253762007, 0.200000003))
  3363. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0108391047, -0.465679169, 0.989036322, -0.981519997, 0.0949323326, -0.166182056, 0.0830919966, -0.570839942, -0.81684494, -0.172408, -0.815564752, 0.552395642))
  3364. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  3365. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.256740987, 0.200000003))
  3366. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.271468461, -0.502202034, 0.891578674, -0.98447299, 0.123947874, -0.124296919, -0.032926999, 0.565136969, 0.824332595, 0.172418997, 0.815639377, -0.552280903))
  3367. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  3368. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3369. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.469393253, 2.14012766, -0.359801769, -0.528205991, -0.0392333865, -0.848203778, -0.00656200014, 0.999095559, -0.0421335697, 0.849090993, -0.0166856349, -0.527980804))
  3370. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148548007, 0.534879982))
  3371. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  3372. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.113636494, 1.26288891, 3.43773556, 0.945652008, 0.0199052244, 0.324567795, -0.293476999, -0.377628297, 0.878217518, 0.140046999, -0.925749362, -0.351252645))
  3373. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3374. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  3375. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.106718302, 1.26589012, 3.47680855, 0.945630014, 0.0199323595, 0.324630827, 0.293527007, 0.377623379, -0.878203034, -0.140092999, 0.925750673, 0.351230323))
  3376. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3377. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3378. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.228605151, 0.534753799, -2.14000106, 0.977328002, -0.00250327587, -0.21171464, 0.211628005, 0.0427143276, 0.976410449, 0.00659900019, -0.999089241, 0.0422826707))
  3379. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196419992, 0.484984994, 0.148549005))
  3380. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  3381. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.486174822, 0.380377769, 5.20198727, -0.938673973, 0.00834883749, 0.344713658, -0.344752997, -0.0419026911, -0.937754869, 0.00661499985, -0.999092817, 0.0422148108))
  3382. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.534879982, 1))
  3383. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.253762007))
  3384. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0244445801, 0.114972353, -0.533114433, 0.872299016, 0.13405177, 0.470238864, 0.172442794, 0.815562844, -0.552377343, -0.457556456, 0.562927544, 0.688298404))
  3385. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3386. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3387. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.10094953, -1.92666721, 1.11947584, 0.916763008, 0.255384624, -0.307123899, 0.140184999, -0.925711811, -0.35129565, -0.374024004, 0.279010504, -0.884451151))
  3388. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.142449006, 0.500579))
  3389. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3390. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.48627615, 2.27372575, -0.38020134, -0.938686013, 0.00837792456, 0.344669253, 0.00657299999, -0.999093413, 0.0421937406, 0.344709992, 0.0418655574, 0.937769175))
  3391. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148548007, 0.534879982))
  3392. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  3393. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.549856186, 0.567103148, -0.763280869, 0.691462994, 0.030361563, 0.721770287, 0.0099600004, -0.99942714, 0.0325059593, 0.722343981, -0.0152818263, -0.691361487))
  3394. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.693889976))
  3395. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3396. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.12057972, 1.14359403, -1.31365633, -0.543929994, 0.224538401, -0.808528483, -0.82735002, -0.304392397, 0.472056687, -0.140114993, 0.925709844, 0.351329118))
  3397. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500577986, 0.65229702))
  3398. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3399. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.800957322, 2.05937862, -1.38197756, 0.952866971, 0.222528845, -0.206217974, 0.140154004, -0.925715566, -0.351307064, -0.269073993, 0.305857092, -0.913264155))
  3400. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196279995, 0.142450005, 0.46103999))
  3401. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  3402. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.561144829, 0.433321953, -0.785589218, 0.989468992, 0.00509894267, -0.144653141, -0.00990800001, 0.99942708, -0.0325498879, 0.144403994, 0.0336329043, 0.988941669))
  3403. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.693889976))
  3404. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3405. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.284889698, -0.915885925, 1.71168542, -0.753211021, -0.0288272798, -0.657142818, -0.657702982, 0.017870456, 0.753060818, -0.00996499974, 0.999430001, -0.0324269831))
  3406. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.665929973, 0.441118985))
  3407. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3408. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.10088491, 1.1193409, -1.92678475, -0.916746974, -0.255331606, 0.307226062, -0.37409699, 0.278967559, -0.884436727, 0.140118003, -0.925740361, -0.351252079))
  3409. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196289998, 0.500576019, 0.142454997))
  3410. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3411. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.784060001, 1.92680383, -1.35573244, 0.63302201, -0.189098701, 0.750674307, -0.140062004, 0.925730646, 0.351294965, -0.761352003, -0.327527732, 0.559518576))
  3412. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196279995, 0.142450005, 0.46103999))
  3413. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  3414. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.783869267, 1.35564494, 4.85511684, 0.633018017, -0.189029485, 0.750700414, 0.761350989, 0.327537328, -0.559521198, -0.140116006, 0.925741851, 0.351243675))
  3415. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.461037993, 1))
  3416. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.256740987))
  3417. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.264970422, 0.115027189, -0.476583481, 0.984468997, -0.123946428, 0.124332398, 0.172443002, 0.815561116, -0.552395344, -0.0329339989, 0.56525588, 0.824254632))
  3418. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3419. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  3420. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.113221645, 0.240617752, 3.5189507, -0.945643008, -0.0199017376, -0.324595839, -0.325141013, 0.037715286, 0.944907427, -0.00656299992, 0.999095261, -0.0421430171))
  3421. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3422. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3423. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.549645901, -0.763238907, 1.84567857, -0.691558003, -0.030382812, -0.721677423, 0.722253025, -0.0153434277, -0.691454828, 0.00993499998, -0.999426007, 0.0325620472))
  3424. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.693889976, 0.441118985))
  3425. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  3426. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.284937859, 0.433258772, -0.915681839, 0.753134668, 0.0288272016, 0.65723455, -0.00987603515, 0.999422371, -0.0325189345, -0.65779233, 0.0180002619, 0.752984285))
  3427. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.665929019))
  3428. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  3429. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.113333702, 1.23185301, 3.30506229, 0.945630014, 0.0199323595, 0.324630827, 0.293527007, 0.377623379, -0.878203034, -0.140092999, 0.925750673, 0.351230323))
  3430. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3431. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3432. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.10086834, 1.11944342, -1.18115616, -0.916754842, -0.255354375, 0.307172179, -0.374054223, 0.278970599, -0.884454012, 0.140157208, -0.925726473, -0.35126403))
  3433. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500577986, 0.65229702))
  3434. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3435. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.784108162, 1.18106318, -1.35576534, 0.63302201, -0.189098701, 0.750674307, -0.140062004, 0.925730646, 0.351294965, -0.761352003, -0.327527732, 0.559518576))
  3436. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.652297974, 0.46103999))
  3437. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3438. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.5611974, -0.785604477, 1.71169615, -0.989462018, -0.00510535389, 0.144700244, 0.144452006, 0.0335480571, 0.988936543, -0.00990299974, 0.999429584, -0.0324641764))
  3439. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.693889976, 0.441118985))
  3440. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3441. Col3_Wedgeweld=weld(m,SP_handle6,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.242191315, 0.557261944, -2.27363729, 0.640450001, 0.0366179049, 0.767121255, 0.767971992, -0.022020191, -0.640101254, -0.00654699979, 0.999092042, -0.0422314405))
  3442. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196419992, 0.484984994, 0.148549005))
  3443. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  3444. Col_Partweld=weld(m,SP_handle6,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.119339943, 0.725962639, -0.726405621, -0.945622027, -0.0199416727, -0.324654669, 0.259121001, 0.557142138, -0.788956642, 0.196612, -0.8301844, -0.521666288))
  3445. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  3446. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  3447. Col_Partweld=weld(m,SP_handle6,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.119386673, 0.724883556, -0.130029678, -0.945622027, -0.0199416727, -0.324654669, 0.259121001, 0.557142138, -0.788956642, 0.196612, -0.8301844, -0.521666288))
  3448. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  3449. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  3450. Col_Partweld=weld(m,SP_handle6,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.119437933, 0.960775375, -0.466621876, -0.945622027, -0.0199416727, -0.324654669, 0.259121001, 0.557142138, -0.788956642, 0.196612, -0.8301844, -0.521666288))
  3451. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  3452. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  3453. Col_Partweld=weld(m,SP_handle6,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.119302273, 0.961672783, -1.06303787, -0.945622027, -0.0199416727, -0.324654669, 0.259121001, 0.557142138, -0.788956642, 0.196612, -0.8301844, -0.521666288))
  3454. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  3455. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  3456. Col_Partweld=weld(m,SP_handle6,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.119337797, 1.18070412, -1.37576962, -0.945622027, -0.0199416727, -0.324654669, 0.259121001, 0.557142138, -0.788956642, 0.196612, -0.8301844, -0.521666288))
  3457. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  3458. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  3459. Col_Partweld=weld(m,SP_handle6,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.119323254, 1.17974949, -0.779339314, -0.945622027, -0.0199416727, -0.324654669, 0.259121001, 0.557142138, -0.788956642, 0.196612, -0.8301844, -0.521666288))
  3460. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  3461. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  3462. Col_Partweld=weld(m,SP_handle6,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.119430542, -1.21756649, 1.28744507, -0.945622027, -0.0199416727, -0.324654669, 0.259121001, 0.557142138, -0.788956642, 0.196612, -0.8301844, -0.521666288))
  3463. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  3464. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  3465. Col_Partweld=weld(m,SP_handle6,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.119663239, -1.21765518, 0.985169411, -0.945622027, -0.0199416727, -0.324654669, 0.259121001, 0.557142138, -0.788956642, 0.196612, -0.8301844, -0.521666288))
  3466. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  3467. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  3468. Col_Partweld=weld(m,SP_handle6,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.119366169, -0.982890129, 0.952311516, -0.945622027, -0.0199416727, -0.324654669, 0.259121001, 0.557142138, -0.788956642, 0.196612, -0.8301844, -0.521666288))
  3469. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  3470. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  3471. Col_Partweld=weld(m,SP_handle6,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.119522095, -1.4469552, 1.3125701, -0.945622027, -0.0199416727, -0.324654669, 0.259121001, 0.557142138, -0.788956642, 0.196612, -0.8301844, -0.521666288))
  3472. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  3473. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  3474. Col_Partweld=weld(m,SP_handle6,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.119463444, -1.2175498, 0.679824829, -0.945622027, -0.0199416727, -0.324654669, 0.259121001, 0.557142138, -0.788956642, 0.196612, -0.8301844, -0.521666288))
  3475. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  3476. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  3477. Col_Partweld=weld(m,SP_handle6,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.119467258, -1.44674206, 1.00716496, -0.945622027, -0.0199416727, -0.324654669, 0.259121001, 0.557142138, -0.788956642, 0.196612, -0.8301844, -0.521666288))
  3478. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  3479. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  3480. Col_Partweld=weld(m,SP_handle6,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.119585514, -0.982824326, 0.650053024, -0.945622027, -0.0199416727, -0.324654669, 0.259121001, 0.557142138, -0.788956642, 0.196612, -0.8301844, -0.521666288))
  3481. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  3482. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  3483. Col_Partweld=weld(m,SP_handle6,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.119431973, -0.982800007, 0.344668865, -0.945622027, -0.0199416727, -0.324654669, 0.259121001, 0.557142138, -0.788956642, 0.196612, -0.8301844, -0.521666288))
  3484. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  3485. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  3486. Col_Partweld=weld(m,SP_handle6,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.119439125, -1.44682789, 1.61477613, -0.945622027, -0.0199416727, -0.324654669, 0.259121001, 0.557142138, -0.788956642, 0.196612, -0.8301844, -0.521666288))
  3487. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  3488. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  3489. Col_Partweld=weld(m,SP_handle6,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.119553089, 0.725892067, -0.421018124, -0.945622027, -0.0199416727, -0.324654669, 0.259121001, 0.557142138, -0.788956642, 0.196612, -0.8301844, -0.521666288))
  3490. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  3491. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  3492. Col_Partweld=weld(m,SP_handle6,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.119608641, 1.18059826, -1.07030296, -0.945622027, -0.0199416727, -0.324654669, 0.259121001, 0.557142138, -0.788956642, 0.196612, -0.8301844, -0.521666288))
  3493. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  3494. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  3495. Col_Partweld=weld(m,SP_handle6,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.11958313, 0.961698532, -0.757634163, -0.945622027, -0.0199416727, -0.324654669, 0.259121001, 0.557142138, -0.788956642, 0.196612, -0.8301844, -0.521666288))
  3496. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  3497. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  3498. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.892507076, 0.275578439, -1.25014257, -0.0557189994, -0.0329663455, -0.997896016, -0.998396993, -0.00809633359, 0.056014251, -0.00992599968, 0.999428928, -0.0324691534))
  3499. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.665929019, 0.0196269993, 1))
  3500. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  3501. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.38212967, 0.800967991, -3.43754482, -0.269201994, 0.305880189, -0.913216114, -0.952839017, -0.222526819, 0.206348479, -0.140097007, 0.925705433, 0.351348549))
  3502. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103701, 0.0196269993, 1))
  3503. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  3504. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.38199759, 0.801011205, -1.71191978, -0.26919201, 0.30585444, -0.913227558, -0.95283401, -0.222571999, 0.206324726, -0.140153006, 0.925702453, 0.35133183))
  3505. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103999, 0.0196269993, 1))
  3506. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 1.21687305, 1.19114494))
  3507. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.113509655, 0.261181831, -1.2941699, -0.945644975, -0.0199314207, -0.324586391, -0.325048, 0.0274571478, 0.945293069, -0.0099290004, 0.999429584, -0.0324502587))
  3508. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3509. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  3510. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.557383537, 0.242281437, -3.65257335, 0.767964005, -0.0220205486, -0.640110672, -0.640460014, -0.0366332233, -0.767112732, -0.00655699987, 0.99909097, -0.0422436297))
  3511. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  3512. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.253762007, 0.200000003, 0.714712024))
  3513. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.465665817, 0.010797739, -0.556585312, 0.0831760019, -0.570809543, -0.816851676, -0.98150599, 0.0948985443, -0.166253522, 0.172417, 0.815586746, -0.552359819))
  3514. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  3515. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 1.36598396))
  3516. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.106797695, 0.655351639, -1.11856437, -0.945644975, -0.0199314207, -0.324586391, -0.325048, 0.0274571478, 0.945293069, -0.0099290004, 0.999429584, -0.0324502587))
  3517. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3518. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.256740987, 0.200000003, 0.714712024))
  3519. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40991354, 0.247961998, -0.556583405, -0.501492023, 0.555322409, 0.663412452, 0.847796977, 0.162567079, 0.504784346, 0.172469005, 0.815597773, -0.552326798))
  3520. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  3521. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  3522. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.557165146, 0.242211342, 1.10723662, -0.767911017, 0.0220005214, 0.640175283, -0.640523016, -0.0366633534, -0.767058551, 0.00659500016, -0.999090612, 0.0422530472))
  3523. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  3524. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.588810027, 2.33292603))
  3525. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.113437653, 0.267234802, 1.12208343, -0.945647001, -0.0199635923, -0.324580699, 0.325129002, -0.0377707779, -0.944909453, 0.00660399999, -0.999091983, 0.0422153175))
  3526. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3527. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 2.49871612))
  3528. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.106779099, 0.306955338, 1.0096364, -0.945647001, -0.0199635923, -0.324580699, 0.325129002, -0.0377707779, -0.944909453, 0.00660399999, -0.999091983, 0.0422153175))
  3529. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3530. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  3531. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.393110275, 0.476408005, 1.10733986, -0.317214012, -0.0421024859, -0.94741261, 0.948330998, -0.00710609555, -0.317202568, 0.00662299991, -0.999094009, 0.0421887636))
  3532. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.522713006, 0.0196269993, 1))
  3533. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  3534. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.763219833, 0.549896717, -1.25007749, -0.722329021, 0.0153311193, 0.69137615, 0.691479981, 0.0302534699, 0.721757472, -0.00985100027, 0.999430299, -0.0324614346))
  3535. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.693889976, 0.0196269993, 1))
  3536. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  3537. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.380284309, 0.486471176, -3.65254426, 0.344648987, 0.041872263, 0.937791586, 0.938709021, -0.0084413588, -0.344605386, -0.006513, 0.9990924, -0.042222023))
  3538. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.534879982, 0.0196269993, 1))
  3539. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.922468007, 1.15926802))
  3540. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.113532066, -0.126597404, -0.484512568, -0.945634007, -0.0198916942, -0.324621201, -0.275748014, 0.578281283, 0.76781714, 0.172448993, 0.815601885, -0.552327991))
  3541. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3542. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  3543. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.1195364, 1.10095096, -3.3048408, -0.374067992, 0.278998911, -0.884437084, 0.916750014, 0.255365491, -0.307178795, 0.140152007, -0.925721407, -0.351284981))
  3544. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500576019, 0.0196269993, 1))
  3545. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.79667002))
  3546. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.106875658, 1.29725313, -1.64671326, -0.945657015, -0.0199032873, -0.324555159, -0.293453008, -0.377710402, 0.878189743, -0.140066996, 0.925715864, 0.351332605))
  3547. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3548. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  3549. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.35997057, 0.469682693, -3.518929, 0.849072337, -0.0167402662, -0.528011382, 0.528235853, 0.039334137, 0.848186135, 0.00657001045, -0.999085963, 0.0422403291))
  3550. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.534879982, 0.0196269993, 1))
  3551. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.922468007, 1.15926802))
  3552. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.113513231, -0.0314016342, -0.386986017, -0.945644975, -0.0199430883, -0.324586213, 0.275734991, -0.578341961, -0.767776012, -0.172409996, -0.815556824, 0.552405953))
  3553. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3554. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 1.36598396))
  3555. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.106906891, 0.680256844, -0.984727144, -0.945657015, -0.0199931264, -0.324573547, 0.325038999, -0.0275373757, -0.945300102, 0.00996300019, -0.999428272, 0.0325399637))
  3556. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3557. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.588810027, 2.33292603))
  3558. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.113397837, 0.240679741, 0.988533258, -0.945643008, -0.0199017376, -0.324595839, -0.325141013, 0.037715286, 0.944907427, -0.00656299992, 0.999095261, -0.0421430171))
  3559. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3560. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.79667002))
  3561. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.106888056, 1.26609373, -1.51425695, -0.945654988, -0.0199691653, -0.324555039, 0.293440014, 0.377639472, -0.87822485, 0.140101999, -0.925743043, -0.351245552))
  3562. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3563. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  3564. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.915691376, 0.284912586, -1.11614299, -0.657739997, 0.0179360807, 0.753027201, -0.753179014, -0.0288897753, -0.657176554, 0.00996700022, -0.999427438, 0.0325185359))
  3565. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.665929019, 0.0196269993, 1))
  3566. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  3567. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.372214317, 0.460397243, 0.973590612, -0.833351016, 0.0178491175, 0.55245322, 0.552706003, 0.0387634337, 0.83246994, -0.00655600009, 0.999094486, -0.04217574))
  3568. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.522713006, 0.0196269993, 1))
  3569. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  3570. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.35582352, 0.783789158, -3.30506945, -0.761317015, -0.327565968, 0.559550822, -0.633055985, 0.189010873, -0.750674248, 0.140134007, -0.925735831, -0.351254046))
  3571. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103701, 0.0196269993, 1))
  3572. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 1.21687305, 1.19114494))
  3573. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.11358881, 0.286130905, -1.16030788, -0.945657015, -0.0199931264, -0.324573547, 0.325038999, -0.0275373757, -0.945300102, 0.00996300019, -0.999428272, 0.0325399637))
  3574. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3575. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  3576. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.11955881, 1.10069919, 1.5793705, 0.37399599, -0.279020488, 0.884460449, 0.916787028, 0.255292594, -0.307128489, -0.140101001, 0.925734043, 0.351269186))
  3577. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500577986, 0.0196269993, 1))
  3578. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 2.49871612))
  3579. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.106734276, 0.280498505, 0.875917912, -0.945643008, -0.0199017376, -0.324595839, -0.325141013, 0.037715286, 0.944907427, -0.00656299992, 0.999095261, -0.0421430171))
  3580. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3581. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  3582. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.35582638, 0.783813, -1.57944846, -0.761317015, -0.327565968, 0.559550822, -0.633055985, 0.189010873, -0.750674248, 0.140134007, -0.925735831, -0.351254046))
  3583. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103999, 0.0196269993, 1))
  3584. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  3585. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.14337516, 1.12060928, 1.71211386, 0.827417016, 0.304308057, -0.471994549, 0.543829978, -0.224484682, 0.808611393, 0.140111998, -0.925750732, -0.351222277))
  3586. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500577986, 0.0196269993, 1))
  3587. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  3588. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.534491539, 0.228695393, -3.51894307, 0.211664006, 0.0426087379, 0.97640729, -0.977321029, 0.00252804905, 0.211749718, 0.00655400008, -0.999093652, 0.0421843231))
  3589. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  3590. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.883213997, 0.694700003))
  3591. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.113569021, 1.08472824, -1.59378862, -0.945654988, -0.0199691653, -0.324555039, 0.293440014, 0.377639472, -0.87822485, 0.140101999, -0.925743043, -0.351245552))
  3592. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3593. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  3594. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.785497665, 0.561206937, -1.11628461, -0.144470006, -0.0336330235, -0.988939345, 0.989467978, 0.00510715693, -0.144715369, 0.00992400013, -0.99943018, 0.0325411856))
  3595. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.693889976, 0.0196269993, 1))
  3596. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.256740987, 0.200000003, 0.714712024))
  3597. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.502122879, 0.271580815, -0.459151268, 0.0328800008, -0.565247416, -0.824261308, 0.98447901, -0.123951226, 0.124270737, -0.172409996, -0.815564215, 0.552394748))
  3598. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  3599. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.991810024))
  3600. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.10678339, 0.340955734, -0.320638418, -0.945644975, -0.0199430883, -0.324586213, 0.275734991, -0.578341961, -0.767776012, -0.172409996, -0.815556824, 0.552405953))
  3601. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3602. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  3603. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.534570694, 0.228540897, 0.973649263, -0.211720005, -0.0425924063, -0.976395547, -0.977307975, 0.00245734304, 0.211808205, -0.00662200013, 0.999094605, -0.0421538055))
  3604. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  3605. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  3606. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.14326453, 1.12070513, -3.4376626, -0.827414989, -0.304311633, 0.471994758, 0.543842971, -0.224565655, 0.808579683, -0.140065998, 0.925730169, 0.351295829))
  3607. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500576019, 0.0196269993, 1))
  3608. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.883213997, 0.694700003))
  3609. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.113579035, 1.11600542, -1.72622538, -0.945657015, -0.0199032873, -0.324555159, -0.293453008, -0.377710402, 0.878189743, -0.140066996, 0.925715864, 0.351332605))
  3610. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3611. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.991810024))
  3612. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.106799126, 0.245800972, -0.418057919, -0.945634007, -0.0198916942, -0.324621201, -0.275748014, 0.578281283, 0.76781714, 0.172448993, 0.815601885, -0.552327991))
  3613. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3614. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.253762007, 0.200000003, 0.714712024))
  3615. Col_Part2weld=weld(m,SP_handle6,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.559051514, 0.0297412872, -0.459212065, -0.457545012, 0.56289196, 0.688329399, -0.872304976, -0.134017557, -0.470233858, -0.172443002, -0.815599918, 0.55233258))
  3616. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  3617.  
  3618.  
  3619.  
  3620.  
  3621.  
  3622.  
  3623. SP_handle7=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,1,1,"Institutional white","Handle",Vector3.new(1, 1, 1))
  3624. SP_handle7weld=weld(m,Character["Torso"],SP_handle7,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.849995315, 5.64696217, -0.779978275, -0.000193386877, 4.02278477e-009, 1, 1.00731813e-005, 1, -2.07476347e-009, -1, 1.00731822e-005, -0.000193386877))
  3625. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  3626. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.06238353, 1.06006074, 4.7195797, 0.543910682, -0.224475473, 0.808561683, -0.827357531, -0.30437988, 0.472051442, 0.140145913, -0.925723374, -0.351276875))
  3627. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500576019, 1))
  3628. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3629. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.06269479, -1.7913332, 1.05998313, 0.543890953, -0.224529862, 0.808559895, -0.140077978, 0.925727904, 0.351292133, -0.827381909, -0.304325998, 0.472043335))
  3630. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.142449006, 0.500579))
  3631. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.256740987, 0.200000003))
  3632. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.298558235, -0.574375629, 0.759660482, -0.847868621, -0.162552416, -0.504673719, 0.501394153, -0.555319726, -0.663493812, -0.17240274, -0.815595984, 0.552341044))
  3633. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  3634. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  3635. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.121835709, 1.16163945, 3.16960621, 0.945641339, 0.0199327059, 0.32460019, -0.293494105, -0.377633572, 0.878210783, 0.140085042, -0.925740659, -0.351255745))
  3636. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3637. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3638. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.194128752, 0.49374938, 0.286732197, 0.640463173, 0.0366358981, 0.76711458, 0.767960787, -0.0219984818, -0.640119016, -0.00657597696, 0.999086559, -0.0422241464))
  3639. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 0.977497995))
  3640. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3641. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.832104206, -1.44526482, 2.19490004, -0.633064926, 0.189050123, -0.750658929, -0.761311889, -0.327580005, 0.559549391, -0.140117988, 0.925716758, 0.351305485))
  3642. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.46103999, 0.142450005))
  3643. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  3644. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.225713968, 0.545813322, 4.91597223, -0.64051193, -0.0366319455, -0.767074049, 0.767919898, -0.0219687298, -0.640169084, 0.00659899507, -0.999087334, 0.0422016345))
  3645. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 1))
  3646. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3647. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.471865833, -1.98773766, 0.373470306, -0.948341131, 0.00712645985, 0.317172438, -0.00659099687, 0.99908936, -0.0421552509, -0.317184031, -0.0420680381, -0.947430551))
  3648. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.522713006))
  3649. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3650. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.06267214, 1.06018543, -1.04549408, -0.543962896, 0.224554434, -0.808504641, -0.827327847, -0.304420114, 0.472077399, -0.140117973, 0.925691009, 0.351373315))
  3651. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500577986, 0.65229702))
  3652. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  3653. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.27361989, 0.280938625, -0.910027027, 0.998404503, 0.00814594701, -0.0558761656, 0.00997399166, -0.999421537, 0.032515537, -0.0555789731, -0.0330209695, -0.997908115))
  3654. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.665929019))
  3655. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  3656. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.121825218, 1.33308291, 3.57315755, 0.945621908, 0.0199723467, 0.324654311, 0.293528974, 0.37764287, -0.878195167, -0.140142992, 0.92573601, 0.351244867))
  3657. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3658. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3659. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.273629189, -0.909916639, 1.55949211, -0.998399734, -0.00810127147, 0.0559675284, -0.0556719862, -0.0329959914, -0.997903764, 0.00993099343, -0.999422669, 0.0324921757))
  3660. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.665929973, 0.441118985))
  3661. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3662. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.434843421, 0.325225115, 0.286607742, 0.948349774, -0.00711537385, -0.317146927, -0.317157924, -0.04209207, -0.94743818, -0.00660799444, 0.999088466, -0.0421747006))
  3663. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.522713006, 0.977497995))
  3664. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  3665. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.832085133, 1.4448874, 5.12331152, 0.632974327, -0.189049706, 0.750735462, 0.761388958, 0.327516764, -0.559481621, -0.14010863, 0.925739169, 0.351250052))
  3666. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.461037993, 1))
  3667. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.256740987))
  3668. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.292034149, -0.0169911385, -0.548767567, 0.847838402, 0.162626073, 0.50470072, -0.172359094, -0.815600395, 0.552348137, 0.501460254, -0.555291712, -0.663467228))
  3669. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3670. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.253762007))
  3671. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0313916802, -0.0169150829, -0.610028267, 0.981517613, -0.0949028432, 0.166183025, -0.172381103, -0.815583646, 0.552366018, 0.0831150487, -0.570803821, -0.81686902))
  3672. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3673. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3674. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.564170837, -0.773265839, 1.5594511, -0.691524804, -0.0303643271, -0.721714318, 0.72228384, -0.0152633283, -0.691428363, 0.0099789938, -0.999422431, 0.0324866325))
  3675. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.693889976, 0.441118985))
  3676. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3677. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.738848925, 1.79126453, -1.30151594, 0.95285964, 0.222531646, -0.206248105, 0.140154108, -0.925715506, -0.351294428, -0.269101173, 0.305827737, -0.913265646))
  3678. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196279995, 0.142450005, 0.46103999))
  3679. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  3680. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.564300537, 0.280967712, -0.773188353, 0.691477954, 0.0303831529, 0.721758366, 0.00995799527, -0.999421179, 0.0325314291, 0.722328961, -0.0153074982, -0.691380203))
  3681. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.693889976))
  3682. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  3683. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.115152836, 1.19581079, 3.34131432, 0.945641339, 0.0199327059, 0.32460019, -0.293494105, -0.377633572, 0.878210783, 0.140085042, -0.925740659, -0.351255745))
  3684. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3685. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3686. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.481203198, 1.9876833, -0.360839128, -0.938690364, 0.00840988755, 0.344658792, 0.00655399822, -0.999086499, 0.0422283635, 0.344699115, 0.0418982506, 0.937777698))
  3687. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148548007, 0.534879982))
  3688. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  3689. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.738619745, 1.30147946, 4.71956635, 0.952862859, 0.222477466, -0.206291363, 0.269124985, -0.305841267, 0.913253963, 0.14008598, -0.92572397, -0.351299018))
  3690. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.461037993, 1))
  3691. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  3692. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.12154758, 0.258850574, 3.80496645, -0.945643485, -0.0199032873, -0.324595749, -0.325138777, 0.0376651362, 0.94491601, -0.00658099214, 0.999092221, -0.0420891196))
  3693. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3694. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  3695. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.115208626, 1.36715484, 3.7449019, 0.945621908, 0.0199723467, 0.324654311, 0.293528974, 0.37764287, -0.878195167, -0.140142992, 0.92573601, 0.351244867))
  3696. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3697. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  3698. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.114960074, 0.298610449, 3.97548389, -0.945643485, -0.0199032873, -0.324595749, -0.325138777, 0.0376651362, 0.94491601, -0.00658099214, 0.999092221, -0.0420891196))
  3699. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3700. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.253762007))
  3701. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.017718792, 0.344287634, -0.36626482, 0.872313201, 0.134022474, 0.470220864, 0.172433048, 0.815588772, -0.552342117, -0.457533121, 0.562896967, 0.688338876))
  3702. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3703. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3704. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.738741338, 1.04558611, -1.30149102, 0.952856779, 0.222536579, -0.206255734, 0.140163973, -0.925723791, -0.351268739, -0.269105941, 0.305799186, -0.913273752))
  3705. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.652297974, 0.46103999))
  3706. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3707. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.231038034, -2.4260304, 0.554632187, -0.977320135, 0.00250977301, 0.211752355, 0.00657799654, -0.999087453, 0.0422016233, 0.211665034, 0.0426373966, 0.976411819))
  3708. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.484982014))
  3709. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.253762007, 0.200000003))
  3710. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0367662609, -0.635819435, 0.759697914, -0.981523335, 0.0949367434, -0.166129559, 0.0830510333, -0.570805669, -0.816874206, -0.172379062, -0.815578341, 0.552374423))
  3711. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  3712. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3713. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.44116807, 0.333414555, -0.151769161, 0.552708924, 0.038741529, 0.832473457, -0.83334887, 0.0178685524, 0.552458584, 0.00652799476, -0.999089479, 0.0421613194))
  3714. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.522713006, 0.977497995))
  3715. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3716. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.832253695, 1.44914389, -1.44523406, 0.633038044, -0.189094171, 0.750670671, -0.140092015, 0.925712764, 0.351326436, -0.761339128, -0.327565938, 0.559520721))
  3717. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.652297974, 0.46103999))
  3718. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3719. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.231049627, 0.55464077, -2.42602754, 0.977325857, -0.00251909485, -0.211725891, 0.211638972, 0.042638544, 0.976417422, 0.00656799506, -0.999087453, 0.0422048867))
  3720. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196419992, 0.484984994, 0.148549005))
  3721. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3722. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.271422863, -0.904661417, 1.99789929, -0.753205121, -0.0287958365, -0.657155275, -0.657711089, 0.0179088917, 0.75305748, -0.00991599727, 0.999424875, -0.0324284099))
  3723. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.665929973, 0.441118985))
  3724. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  3725. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.271476746, 0.719465733, -0.904472589, 0.753121018, 0.0288138296, 0.657250762, -0.00985697005, 0.99942255, -0.0325198509, -0.657808244, 0.0180128813, 0.75297004))
  3726. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.665929019))
  3727. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  3728. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.231094122, 0.554218531, 5.35433674, -0.977327108, 0.00251917145, 0.211720333, 0.211634025, 0.0425503403, 0.97642231, -0.00654899655, 0.999091208, -0.0421187431))
  3729. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 1))
  3730. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3731. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.478116512, -2.4261384, 0.381778955, -0.552739978, -0.0387623422, -0.83245182, 0.00654999586, -0.999088943, 0.0421725065, -0.833328009, 0.0178578757, 0.552490294))
  3732. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.522713006))
  3733. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3734. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.199465066, 0.502525568, -0.151699066, 0.977325857, -0.00251909485, -0.211725891, 0.211638972, 0.042638544, 0.976417422, 0.00656799506, -0.999087453, 0.0422048867))
  3735. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 0.977497995))
  3736. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.253762007, 0.200000003))
  3737. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0125086308, -0.392321587, 1.12094426, -0.872356296, -0.133957624, -0.470159501, -0.457463145, 0.562835097, 0.688435972, 0.172401056, 0.815642059, -0.552273393))
  3738. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  3739. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  3740. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.121764541, 0.249010563, 3.36657286, -0.945649505, -0.0199542195, -0.324575126, 0.325121135, -0.0377881303, -0.944917142, 0.00658999896, -0.999086618, 0.0422218628))
  3741. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3742. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3743. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.832235575, 2.19488287, -1.44521546, 0.633038044, -0.189094171, 0.750670671, -0.140092015, 0.925712764, 0.351326436, -0.761339128, -0.327565938, 0.559520721))
  3744. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196279995, 0.142450005, 0.46103999))
  3745. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3746. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.225598335, 0.54582262, -1.98764658, 0.640463173, 0.0366358981, 0.76711458, 0.767960787, -0.0219984818, -0.640119016, -0.00657597696, 0.999086559, -0.0422241464))
  3747. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196419992, 0.484984994, 0.148549005))
  3748. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3749. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.06270432, 1.0602169, -1.79119062, -0.543962896, 0.224554434, -0.808504641, -0.827327847, -0.304420114, 0.472077399, -0.140117973, 0.925691009, 0.351373315))
  3750. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196289998, 0.500576019, 0.142454997))
  3751. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3752. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.225419044, -1.98769617, 0.54564786, -0.64050597, -0.0365557, -0.767082632, -0.00659099501, 0.999091327, -0.0421087779, 0.767924905, -0.0219150856, -0.640164912))
  3753. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.484982014))
  3754. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  3755. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.487360001, 0.368535995, 5.3543849, -0.528254986, -0.0392589159, -0.848177731, -0.849059999, 0.0166275054, 0.528034806, -0.00662699575, 0.999090731, -0.0421167389))
  3756. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.534879982, 1))
  3757. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  3758. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.481192946, 0.361121893, 4.91594934, -0.938685477, 0.00837380346, 0.344673276, -0.344711781, -0.0419403054, -0.937771201, 0.0066029923, -0.999085069, 0.0422552973))
  3759. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.534879982, 1))
  3760. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  3761. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.115078568, 0.288699865, 3.53709173, -0.945649505, -0.0199542195, -0.324575126, 0.325121135, -0.0377881303, -0.944917142, 0.00658999896, -0.999086618, 0.0422218628))
  3762. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3763. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3764. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.738783777, -1.30160105, 1.79125023, -0.952869236, -0.222507223, 0.206229895, -0.269080073, 0.305862308, -0.913260221, 0.14012903, -0.925709963, -0.351319015))
  3765. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.46103999, 0.142450005))
  3766. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  3767. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.1715281, 1.19219339, 5.12320566, 0.916778564, 0.255314767, -0.307134449, -0.374006808, 0.278993487, -0.884466887, -0.14012894, 0.925730467, 0.351264715))
  3768. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500576019, 1))
  3769. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3770. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.487421036, 2.42614436, -0.368805289, -0.528245986, -0.0392348655, -0.848184526, -0.00656699575, 0.99909085, -0.0421255119, 0.849066019, -0.0166826062, -0.528023362))
  3771. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148548007, 0.534879982))
  3772. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3773. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.17157495, -2.19488668, 1.19232154, 0.916773617, 0.255347222, -0.307121933, 0.14016296, -0.925722897, -0.351271212, -0.374005884, 0.278989077, -0.884468675))
  3774. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.142449006, 0.500579))
  3775. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.256740987, 0.200000003))
  3776. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.236938179, -0.33363533, 1.1209197, -0.984473228, 0.123933606, -0.124309756, -0.0329470038, 0.565129578, 0.824344039, 0.172415048, 0.815640211, -0.552271783))
  3777. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  3778. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3779. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.17150044, 1.19249856, -2.19481277, -0.916783869, -0.255321532, 0.307112962, -0.37399897, 0.279062569, -0.884448349, 0.140114978, -0.925707936, -0.351330012))
  3780. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196289998, 0.500576019, 0.142454997))
  3781. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  3782. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.561463118, 0.719490528, -0.76807785, 0.98946923, 0.00511615817, -0.144652978, -0.00992099941, 0.999422014, -0.03251452, 0.144403026, 0.0336072147, 0.988948166))
  3783. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.693889976))
  3784. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3785. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.561436296, -0.768132925, 1.99786997, -0.989465475, -0.00508869253, 0.144680277, 0.144432068, 0.033519119, 0.988946915, -0.00988200121, 0.999425173, -0.03243104))
  3786. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.693889976, 0.441118985))
  3787. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.256740987))
  3788. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.230454534, 0.344371319, -0.308007717, 0.984470785, -0.123933211, 0.124329232, 0.172429949, 0.815566361, -0.552376151, -0.0329409875, 0.56523633, 0.824271083))
  3789. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3790. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  3791. Col3_Wedgeweld=weld(m,SP_handle7,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.17148161, 1.19251478, -1.44920826, -0.916783869, -0.255321532, 0.307112962, -0.37399897, 0.279062569, -0.884448349, 0.140114978, -0.925707936, -0.351330012))
  3792. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500577986, 0.65229702))
  3793. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  3794. Col_Partweld=weld(m,SP_handle7,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.12769258, 0.878246307, -0.372187614, -0.94562602, -0.0199243389, -0.324645132, 0.259127796, 0.557105124, -0.788978219, 0.196581334, -0.830202878, -0.521650195))
  3795. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  3796. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  3797. Col_Partweld=weld(m,SP_handle7,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.127701879, 1.11408424, -0.708797932, -0.94562602, -0.0199243389, -0.324645132, 0.259127796, 0.557105124, -0.788978219, 0.196581334, -0.830202878, -0.521650195))
  3798. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  3799. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  3800. Col_Partweld=weld(m,SP_handle7,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.127638102, 0.879276991, -0.968561649, -0.94562602, -0.0199243389, -0.324645132, 0.259127796, 0.557105124, -0.788978219, 0.196581334, -0.830202878, -0.521650195))
  3801. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  3802. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  3803. Col_Partweld=weld(m,SP_handle7,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.127640128, 1.33305001, -1.02151394, -0.94562602, -0.0199243389, -0.324645132, 0.259127796, 0.557105124, -0.788978219, 0.196581334, -0.830202878, -0.521650195))
  3804. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  3805. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  3806. Col_Partweld=weld(m,SP_handle7,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.127587557, 1.11499166, -1.30519962, -0.94562602, -0.0199243389, -0.324645132, 0.259127796, 0.557105124, -0.788978219, 0.196581334, -0.830202878, -0.521650195))
  3807. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  3808. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  3809. Col_Partweld=weld(m,SP_handle7,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.127649069, 1.334005, -1.6179409, -0.94562602, -0.0199243389, -0.324645132, 0.259127796, 0.557105124, -0.788978219, 0.196581334, -0.830202878, -0.521650195))
  3810. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  3811. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  3812. Col_Partweld=weld(m,SP_handle7,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.127840638, -1.29348922, 1.07052374, -0.94562602, -0.0199243389, -0.324645132, 0.259127796, 0.557105124, -0.788978219, 0.196581334, -0.830202878, -0.521650195))
  3813. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  3814. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  3815. Col_Partweld=weld(m,SP_handle7,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.127808332, -1.29333901, 0.765118122, -0.94562602, -0.0199243389, -0.324645132, 0.259127796, 0.557105124, -0.788978219, 0.196581334, -0.830202878, -0.521650195))
  3816. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  3817. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  3818. Col_Partweld=weld(m,SP_handle7,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.127695322, -0.829499722, 0.710238457, -0.94562602, -0.0199243389, -0.324645132, 0.259127796, 0.557105124, -0.788978219, 0.196581334, -0.830202878, -0.521650195))
  3819. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  3820. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  3821. Col_Partweld=weld(m,SP_handle7,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.127777219, -1.06414628, 0.437771797, -0.94562602, -0.0199243389, -0.324645132, 0.259127796, 0.557105124, -0.788978219, 0.196581334, -0.830202878, -0.521650195))
  3822. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  3823. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  3824. Col_Partweld=weld(m,SP_handle7,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.127999067, -1.06423926, 0.743121147, -0.94562602, -0.0199243389, -0.324645132, 0.259127796, 0.557105124, -0.788978219, 0.196581334, -0.830202878, -0.521650195))
  3825. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  3826. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  3827. Col_Partweld=weld(m,SP_handle7,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.127774477, -1.29337549, 1.37271929, -0.94562602, -0.0199243389, -0.324645132, 0.259127796, 0.557105124, -0.788978219, 0.196581334, -0.830202878, -0.521650195))
  3828. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  3829. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  3830. Col_Partweld=weld(m,SP_handle7,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.127899647, -0.829425812, 0.407992363, -0.94562602, -0.0199243389, -0.324645132, 0.259127796, 0.557105124, -0.788978219, 0.196581334, -0.830202878, -0.521650195))
  3831. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  3832. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  3833. Col_Partweld=weld(m,SP_handle7,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.127892613, 1.33391356, -1.31246328, -0.94562602, -0.0199243389, -0.324645132, 0.259127796, 0.557105124, -0.788978219, 0.196581334, -0.830202878, -0.521650195))
  3834. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  3835. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  3836. Col_Partweld=weld(m,SP_handle7,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.127864361, 0.879205465, -0.663184166, -0.94562602, -0.0199243389, -0.324645132, 0.259127796, 0.557105124, -0.788978219, 0.196581334, -0.830202878, -0.521650195))
  3837. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  3838. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  3839. Col_Partweld=weld(m,SP_handle7,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.127868295, 1.11500669, -0.999802589, -0.94562602, -0.0199243389, -0.324645132, 0.259127796, 0.557105124, -0.788978219, 0.196581334, -0.830202878, -0.521650195))
  3840. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  3841. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  3842. Col_Partweld=weld(m,SP_handle7,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.127747416, -1.0641551, 1.04539251, -0.94562602, -0.0199243389, -0.324645132, 0.259127796, 0.557105124, -0.788978219, 0.196581334, -0.830202878, -0.521650195))
  3843. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  3844. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  3845. Col_Partweld=weld(m,SP_handle7,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.127735972, -0.829448223, 0.102591038, -0.94562602, -0.0199243389, -0.324645132, 0.259127796, 0.557105124, -0.788978219, 0.196581334, -0.830202878, -0.521650195))
  3846. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  3847. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.588810027, 2.33292603))
  3848. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.12176168, 0.248873711, 0.836067677, -0.945649505, -0.0199542195, -0.324575126, 0.325121135, -0.0377881303, -0.944917142, 0.00658999896, -0.999086618, 0.0422218628))
  3849. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3850. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.883213997, 0.694700003))
  3851. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.121814251, 1.01471686, -1.45812559, -0.945644259, -0.0199343543, -0.324591577, -0.293477058, -0.377689481, 0.878192425, -0.14010103, 0.925717711, 0.351309597))
  3852. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3853. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.253762007, 0.200000003, 0.714712024))
  3854. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.635783672, 0.0367712379, -0.327187538, 0.0830280259, -0.570740819, -0.81692189, -0.981517255, 0.0950010493, -0.166129023, 0.172425047, 0.81561619, -0.552304208))
  3855. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  3856. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  3857. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.05985272, 1.06269085, -3.16955566, -0.82738781, -0.304321349, 0.472036034, 0.54388386, -0.224541187, 0.808561444, -0.140070975, 0.925726712, 0.351298094))
  3858. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500576019, 0.0196269993, 1))
  3859. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  3860. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.360952377, 0.481380224, -3.36650324, 0.344624043, 0.0419013128, 0.937805176, 0.93871814, -0.008446794, -0.34458217, -0.00651699677, 0.999086082, -0.042244494))
  3861. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.534879982, 0.0196269993, 1))
  3862. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  3863. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.909877777, 0.273747683, -0.963951588, -0.0557320192, -0.0329589471, -0.997901678, -0.998396337, -0.00811441522, 0.0560276508, -0.00994400028, 0.999423802, -0.0324538611))
  3864. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.665929019, 0.0196269993, 1))
  3865. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  3866. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.773144007, 0.564270258, -0.963958263, -0.72231698, 0.0153309936, 0.691392243, 0.691491246, 0.0303243846, 0.721748114, -0.00990092754, 0.999422491, -0.0325050689))
  3867. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.693889976, 0.0196269993, 1))
  3868. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 2.49871612))
  3869. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.115071058, 0.288588285, 0.72360611, -0.945649505, -0.0199542195, -0.324575126, 0.325121135, -0.0377881303, -0.944917142, 0.00658999896, -0.999086618, 0.0422218628))
  3870. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3871. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 1.36598396))
  3872. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.115138054, 0.670778751, -0.832363129, -0.945632994, -0.0199002903, -0.324626476, -0.325085014, 0.0274361037, 0.945286751, -0.00990499649, 0.99942553, -0.0324137695))
  3873. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3874. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  3875. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.373492956, 0.471836269, 0.821312428, -0.317190886, -0.0420929193, -0.947427154, 0.948338628, -0.00710983155, -0.317180216, 0.00661499333, -0.999088466, 0.0421735123))
  3876. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.522713006, 0.0196269993, 1))
  3877. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  3878. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.545747042, 0.225619555, 0.821218491, -0.767913997, 0.0219993927, 0.640175164, -0.640519023, -0.0366774313, -0.767066002, 0.00660499558, -0.999085069, 0.0422561392))
  3879. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  3880. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  3881. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.3016243, 0.738853455, -1.44379997, -0.269208014, 0.305870444, -0.91321981, -0.952832997, -0.222557828, 0.206342891, -0.140129998, 0.925695062, 0.351357788))
  3882. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103999, 0.0196269993, 1))
  3883. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.256740987, 0.200000003, 0.714712024))
  3884. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.574380875, 0.298605919, -0.327244043, -0.501460016, 0.555320561, 0.663443267, 0.847814023, 0.16253145, 0.504772246, 0.172480002, 0.815599561, -0.55231154))
  3885. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  3886. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  3887. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.545918703, 0.225731134, -3.36656141, 0.767966807, -0.0219978783, -0.640111804, -0.640455842, -0.0366498604, -0.767120063, -0.00658499449, 0.999086082, -0.0422345437))
  3888. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  3889. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.79667002))
  3890. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.115144372, 1.19595361, -1.37863302, -0.945644259, -0.0199343543, -0.324591577, -0.293477058, -0.377689481, 0.878192425, -0.14010103, 0.925717711, 0.351309597))
  3891. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3892. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.991810024))
  3893. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.115085006, 0.417692184, -0.188679695, -0.945639551, -0.019869294, -0.32460922, -0.275734872, 0.578230381, 0.767867208, 0.172441915, 0.815631688, -0.552276134))
  3894. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3895. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 1.21687305, 1.19114494))
  3896. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.121842265, 0.276617765, -1.00798082, -0.945632994, -0.0199002903, -0.324626476, -0.325085014, 0.0274361037, 0.945286751, -0.00990499649, 0.99942553, -0.0324137695))
  3897. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3898. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  3899. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.30164456, 0.73897624, -3.16941214, -0.269208014, 0.305870444, -0.91321981, -0.952832997, -0.222557828, 0.206342891, -0.140129998, 0.925695062, 0.351357788))
  3900. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103701, 0.0196269993, 1))
  3901. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.922468007, 1.15926802))
  3902. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.121828198, 0.045293808, -0.255165339, -0.945639551, -0.019869294, -0.32460922, -0.275734872, 0.578230381, 0.767867208, 0.172441915, 0.815631688, -0.552276134))
  3903. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3904. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 1.21687305, 1.19114494))
  3905. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.121812344, 0.270653725, -1.44648981, -0.945639014, -0.0199508108, -0.324605674, 0.325067014, -0.0275512617, -0.945289612, 0.00991599634, -0.999421299, 0.0325388983))
  3906. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3907. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  3908. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.19264615, 1.17178273, -3.57285261, -0.374042511, 0.279067934, -0.884428263, 0.916757703, 0.255396008, -0.307128996, 0.140169561, -0.925685763, -0.351366639))
  3909. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500576019, 0.0196269993, 1))
  3910. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  3911. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.369014025, 0.487838268, -3.8049531, 0.849110126, -0.016745016, -0.527950466, 0.528175056, 0.0393512435, 0.848223269, 0.00657199696, -0.999085188, 0.042257838))
  3912. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.534879982, 0.0196269993, 1))
  3913. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.991810024))
  3914. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.115087509, 0.169072151, -0.549975157, -0.945651114, -0.0199070387, -0.324573308, 0.275709033, -0.578312874, -0.767814279, -0.17242001, -0.815572262, 0.552370667))
  3915. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3916. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  3917. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.554452181, 0.231060743, -3.80495167, 0.211639002, 0.0425804183, 0.976419926, -0.977325976, 0.00251875771, 0.211725533, 0.0065559959, -0.999089956, 0.0421480127))
  3918. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  3919. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  3920. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.05998957, 1.06269753, 1.44397354, 0.8273893, 0.304322958, -0.472032279, 0.543872178, -0.224484488, 0.808585048, 0.140107051, -0.925739884, -0.351248801))
  3921. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500577986, 0.0196269993, 1))
  3922. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  3923. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.44535959, 0.832259893, -3.57307673, -0.761350155, -0.327604711, 0.559482932, -0.633015156, 0.189093485, -0.750690043, 0.140135035, -0.925699115, -0.351345122))
  3924. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103701, 0.0196269993, 1))
  3925. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.883213997, 0.694700003))
  3926. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.121850133, 1.18607283, -1.86183023, -0.945622981, -0.0199606698, -0.324651718, 0.293520987, 0.377706766, -0.878170252, 0.140152007, -0.925710142, -0.35130927))
  3927. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3928. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  3929. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.381774068, 0.478163242, 1.25959444, -0.833372414, 0.0178675745, 0.552422941, 0.552673221, 0.0387505516, 0.832496643, -0.00653199898, 0.999089181, -0.0421685688))
  3930. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.522713006, 0.0196269993, 1))
  3931. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  3932. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.19244361, 1.17122483, 1.8476119, 0.373938084, -0.279001802, 0.884493291, 0.916817248, 0.255219489, -0.307098091, -0.140059024, 0.925754309, 0.351229966))
  3933. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500577986, 0.0196269993, 1))
  3934. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 1.36598396))
  3935. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.11514914, 0.664756298, -1.2709322, -0.945639014, -0.0199508108, -0.324605674, 0.325067014, -0.0275512617, -0.945289612, 0.00991599634, -0.999421299, 0.0325388983))
  3936. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3937. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  3938. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.554561615, 0.230921954, 1.25968409, -0.211724967, -0.0425784551, -0.976401389, -0.977306902, 0.00245465455, 0.211814284, -0.00662199501, 0.999090195, -0.0421319269))
  3939. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  3940. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.253762007, 0.200000003, 0.714712024))
  3941. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.392204285, -0.0125303268, -0.688553095, -0.457504541, 0.562893152, 0.688361049, -0.872341037, -0.134058982, -0.470158875, -0.172368214, -0.815585375, 0.552367389))
  3942. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  3943. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  3944. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.904435396, 0.271415949, -1.40239811, -0.65777117, 0.0179920588, 0.753002942, -0.753152192, -0.0289156493, -0.657210588, 0.00994899869, -0.999419987, 0.0325706378))
  3945. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.665929019, 0.0196269993, 1))
  3946. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.922468007, 1.15926802))
  3947. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.121813416, -0.203297615, -0.616305351, -0.945651114, -0.0199070387, -0.324573308, 0.275709033, -0.578312874, -0.767814279, -0.17242001, -0.815572262, 0.552370667))
  3948. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3949. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  3950. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.768075228, 0.561466694, -1.40242529, -0.144402042, -0.0335751772, -0.988949299, 0.989469349, 0.00512390817, -0.144651935, 0.00992400013, -0.999423146, 0.0324817039))
  3951. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.693889976, 0.0196269993, 1))
  3952. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  3953. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.44525635, 0.832183838, -1.84746075, -0.761350155, -0.327604711, 0.559482932, -0.633015156, 0.189093485, -0.750690043, 0.140135035, -0.925699115, -0.351345122))
  3954. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103999, 0.0196269993, 1))
  3955. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.79667002))
  3956. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.115132451, 1.36738443, -1.78229094, -0.945622981, -0.0199606698, -0.324651718, 0.293520987, 0.377706766, -0.878170252, 0.140152007, -0.925710142, -0.35130927))
  3957. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3958. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.256740987, 0.200000003, 0.714712024))
  3959. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.333556175, 0.237042338, -0.688510656, 0.0328939892, -0.565236688, -0.824272752, 0.984476745, -0.12393856, 0.124276809, -0.17240496, -0.815565348, 0.552385569))
  3960. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  3961. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 2.49871612))
  3962. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.115046382, 0.298792601, 1.16193962, -0.945643485, -0.0199032873, -0.324595749, -0.325138777, 0.0376651362, 0.94491601, -0.00658099214, 0.999092221, -0.0420891196))
  3963. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  3964. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.588810027, 2.33292603))
  3965. Col_Part2weld=weld(m,SP_handle7,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.121685028, 0.25898695, 1.27454853, -0.945643485, -0.0199032873, -0.324595749, -0.325138777, 0.0376651362, 0.94491601, -0.00658099214, 0.999092221, -0.0420891196))
  3966. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  3967.  
  3968.  
  3969.  
  3970.  
  3971.  
  3972.  
  3973. SP_handle8=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,1,1,"Institutional white","Handle",Vector3.new(1, 1, 1))
  3974. SP_handle8weld=weld(m,Character["Torso"],SP_handle8,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.749995351, 5.74871063, -0.231134176, -0.00019338631, 4.09768619e-009, 1, -0.422608793, 0.906312227, -8.17304681e-005, -0.906312168, -0.422608823, -0.000175266643))
  3975. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  3976. Col_Partweld=weld(m,SP_handle8,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0304018259, 1.05077505, -0.665717125, -0.945626616, 0.00841701776, -0.325145394, 0.259113908, 0.623733222, -0.737439454, 0.19659692, -0.781592011, -0.59199971))
  3977. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  3978. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  3979. Col_Partweld=weld(m,SP_handle8,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0303175449, 1.26973391, -0.978426456, -0.945626616, 0.00841701776, -0.325145394, 0.259113908, 0.623733222, -0.737439454, 0.19659692, -0.781592011, -0.59199971))
  3980. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  3981. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  3982. Col_Partweld=weld(m,SP_handle8,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0303451419, 1.27067208, -1.57486629, -0.945626616, 0.00841701776, -0.325145394, 0.259113908, 0.623733222, -0.737439454, 0.19659692, -0.781592011, -0.59199971))
  3983. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  3984. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  3985. Col_Partweld=weld(m,SP_handle8,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0302453041, 1.05164957, -1.2621187, -0.945626616, 0.00841701776, -0.325145394, 0.259113908, 0.623733222, -0.737439454, 0.19659692, -0.781592011, -0.59199971))
  3986. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  3987. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  3988. Col_Partweld=weld(m,SP_handle8,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0303044319, 0.815973282, -0.925470352, -0.945626616, 0.00841701776, -0.325145394, 0.259113908, 0.623733222, -0.737439454, 0.19659692, -0.781592011, -0.59199971))
  3989. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  3990. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  3991. Col_Partweld=weld(m,SP_handle8,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0303657651, 0.814937115, -0.329096079, -0.945626616, 0.00841701776, -0.325145394, 0.259113908, 0.623733222, -0.737439454, 0.19659692, -0.781592011, -0.59199971))
  3992. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  3993. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  3994. Col_Partweld=weld(m,SP_handle8,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0304018259, -1.35662651, 0.808242321, -0.945626616, 0.00841701776, -0.325145394, 0.259113908, 0.623733222, -0.737439454, 0.19659692, -0.781592011, -0.59199971))
  3995. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  3996. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  3997. Col_Partweld=weld(m,SP_handle8,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0304549932, -1.35676575, 1.11366272, -0.945626616, 0.00841701776, -0.325145394, 0.259113908, 0.623733222, -0.737439454, 0.19659692, -0.781592011, -0.59199971))
  3998. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  3999. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  4000. Col_Partweld=weld(m,SP_handle8,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0305967927, -1.12753534, 0.786252499, -0.945626616, 0.00841701776, -0.325145394, 0.259113908, 0.623733222, -0.737439454, 0.19659692, -0.781592011, -0.59199971))
  4001. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  4002. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  4003. Col_Partweld=weld(m,SP_handle8,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0303921103, -0.892733574, 0.145734549, -0.945626616, 0.00841701776, -0.325145394, 0.259113908, 0.623733222, -0.737439454, 0.19659692, -0.781592011, -0.59199971))
  4004. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  4005. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  4006. Col_Partweld=weld(m,SP_handle8,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0302373171, -0.892805099, 0.753364086, -0.945626616, 0.00841701776, -0.325145394, 0.259113908, 0.623733222, -0.737439454, 0.19659692, -0.781592011, -0.59199971))
  4007. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  4008. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  4009. Col_Partweld=weld(m,SP_handle8,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0303384066, -1.35665894, 1.4158473, -0.945626616, 0.00841701776, -0.325145394, 0.259113908, 0.623733222, -0.737439454, 0.19659692, -0.781592011, -0.59199971))
  4010. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  4011. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  4012. Col_Partweld=weld(m,SP_handle8,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0303558111, -1.12744045, 1.0885067, -0.945626616, 0.00841701776, -0.325145394, 0.259113908, 0.623733222, -0.737439454, 0.19659692, -0.781592011, -0.59199971))
  4013. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  4014. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  4015. Col_Partweld=weld(m,SP_handle8,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0303755999, -1.12743378, 0.480916739, -0.945626616, 0.00841701776, -0.325145394, 0.259113908, 0.623733222, -0.737439454, 0.19659692, -0.781592011, -0.59199971))
  4016. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  4017. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  4018. Col_Partweld=weld(m,SP_handle8,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0305114388, -0.892728329, 0.451109409, -0.945626616, 0.00841701776, -0.325145394, 0.259113908, 0.623733222, -0.737439454, 0.19659692, -0.781592011, -0.59199971))
  4019. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  4020. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  4021. Col_Partweld=weld(m,SP_handle8,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.030549109, 1.05167484, -0.956727266, -0.945626616, 0.00841701776, -0.325145394, 0.259113908, 0.623733222, -0.737439454, 0.19659692, -0.781592011, -0.59199971))
  4022. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  4023. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  4024. Col_Partweld=weld(m,SP_handle8,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0304884315, 0.815870762, -0.620111465, -0.945626616, 0.00841701776, -0.325145394, 0.259113908, 0.623733222, -0.737439454, 0.19659692, -0.781592011, -0.59199971))
  4025. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  4026. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  4027. Col_Partweld=weld(m,SP_handle8,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.030580163, 1.27054882, -1.26941001, -0.945626616, 0.00841701776, -0.325145394, 0.259113908, 0.623733222, -0.737439454, 0.19659692, -0.781592011, -0.59199971))
  4028. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  4029. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 2.49871612))
  4030. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0177048445, 0.262690306, 0.795734406, -0.945627689, 0.00840517413, -0.325142622, 0.32518363, 0.0448156595, -0.944588363, 0.00663205096, -0.998959959, -0.0451121479))
  4031. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4032. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 1.36598396))
  4033. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.017790854, 0.697359085, -0.904196739, -0.945637345, 0.00849579182, -0.325112164, -0.325073123, -0.0550540797, 0.944085062, -0.00987800118, 0.998447239, 0.0548229404))
  4034. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4035. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 1.36598396))
  4036. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0177147985, 0.638320923, -1.19904709, -0.945622504, 0.00845525321, -0.325156331, 0.325115144, 0.0550361946, -0.944071651, 0.00991300214, -0.99844861, -0.0547923893))
  4037. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4038. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  4039. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.52637887, 0.327563643, 1.18755627, -0.211527959, 0.0426233672, -0.976442099, -0.977349758, -0.0159576498, 0.211027995, -0.00658699591, 0.998963833, 0.0450334214))
  4040. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  4041. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 2.49871612))
  4042. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0176902413, 0.324715614, 1.08982086, -0.945642769, 0.00844511297, -0.325097799, -0.325140923, -0.0447720475, 0.944605231, -0.00657799561, 0.998961568, 0.0450842157))
  4043. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4044. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  4045. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.21321273, 1.0625478, -3.51794839, -0.374075979, 0.355044574, -0.85674423, 0.916750908, 0.28115046, -0.283764482, 0.140124992, -0.891570508, -0.430659026))
  4046. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500576019, 0.0196269993, 1))
  4047. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  4048. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.461472988, 0.416662693, 1.18748283, -0.833374202, -0.0303657614, 0.551874459, 0.552670121, -0.0339150876, 0.83270973, -0.00656899856, 0.998963356, 0.045046214))
  4049. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.522713006, 0.0196269993, 1))
  4050. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.79667002))
  4051. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0177404284, 1.31412315, -1.72727537, -0.945626736, 0.00842398591, -0.325144649, 0.29351595, 0.45281142, -0.841908693, 0.140136972, -0.891566515, -0.430663198))
  4052. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4053. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.256740987, 0.200000003, 0.714712024))
  4054. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.581257582, 0.199875534, -0.401726246, -0.501508117, 0.495366871, 0.709296405, 0.847787201, 0.117947362, 0.517054558, 0.172472045, 0.860639334, -0.479117215))
  4055. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  4056. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  4057. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.897734404, 0.373848796, -1.03583908, -0.0556309819, 0.0540674627, -0.996986449, -0.998401761, -0.0129681472, 0.0550066866, -0.00995499454, 0.998453081, 0.0547024868))
  4058. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.665929019, 0.0196269993, 1))
  4059. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.588810027, 2.33292603))
  4060. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0243785381, 0.222923279, 0.908171654, -0.945627689, 0.00840517413, -0.325142622, 0.32518363, 0.0448156595, -0.944588363, 0.00663205096, -0.998959959, -0.0451121479))
  4061. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4062. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  4063. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.29317355, 0.849464297, -3.2244978, -0.269099772, 0.384265035, -0.883134067, -0.952861726, -0.239649951, 0.186071157, -0.140142396, 0.89157635, 0.430641174))
  4064. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103701, 0.0196269993, 1))
  4065. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  4066. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.473282456, 0.295542598, -3.4386692, 0.767947316, 0.0338959023, -0.639615655, -0.640479267, 0.0303617902, -0.767375171, -0.00659099966, 0.99896419, 0.0450258702))
  4067. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  4068. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.922468007, 1.15926802))
  4069. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0244535208, 0.027487278, -0.329665184, -0.94562614, 0.00844465103, -0.325146258, -0.275791019, 0.509127796, 0.81530875, 0.172426015, 0.860649586, -0.479115516))
  4070. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4071. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 1.21687305, 1.19114494))
  4072. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0245130062, 0.303220272, -1.07980394, -0.945637345, 0.00849579182, -0.325112164, -0.325073123, -0.0550540797, 0.944085062, -0.00987800118, 0.998447239, 0.0548229404))
  4073. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4074. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  4075. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.2932179, 0.849393249, -1.49891472, -0.269099772, 0.384265035, -0.883134067, -0.952861726, -0.239649951, 0.186071157, -0.140142396, 0.89157635, 0.430641174))
  4076. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103999, 0.0196269993, 1))
  4077. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  4078. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.40237689, 0.389302611, -3.43864632, 0.344622105, -0.0399877205, 0.937889457, 0.938718379, 0.0216900334, -0.344001949, -0.00658699963, 0.998964787, 0.0450120717))
  4079. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.534879982, 0.0196269993, 1))
  4080. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.991810024))
  4081. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0177072287, 0.399853826, -0.263174057, -0.94562614, 0.00844465103, -0.325146258, -0.275791019, 0.509127796, 0.81530875, 0.172426015, 0.860649586, -0.479115516))
  4082. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4083. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.253762007, 0.200000003, 0.714712024))
  4084. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.599018455, 0.128614008, -0.401697636, 0.0831239894, -0.497436613, -0.863508642, -0.981514871, 0.109030753, -0.157292366, 0.172391981, 0.860621333, -0.479178369))
  4085. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  4086. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  4087. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.841408849, 0.489928365, -1.03575373, -0.722325087, -0.0449959524, 0.690088332, 0.69148308, -0.0327253416, 0.721651077, -0.00988799799, 0.998451114, 0.0547522604))
  4088. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.693889976, 0.0196269993, 1))
  4089. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.922468007, 1.15926802))
  4090. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0244309902, -0.185481369, -0.541816711, -0.945637524, 0.0084194392, -0.325113684, 0.275756896, -0.509218335, -0.815263689, -0.172417909, -0.86059624, 0.479214221))
  4091. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4092. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  4093. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.789072514, 0.46281901, -1.33057404, -0.144400015, 0.0527401268, -0.988112926, 0.989469111, 0.0177663043, -0.143649936, 0.00997899845, -0.998450279, -0.054750178))
  4094. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.693889976, 0.0196269993, 1))
  4095. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 1.21687305, 1.19114494))
  4096. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0243879557, 0.244198322, -1.37464428, -0.945622504, 0.00845525321, -0.325156331, 0.325115144, 0.0550361946, -0.944071651, 0.00991300214, -0.99844861, -0.0547923893))
  4097. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4098. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  4099. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.473163486, 0.295451164, 0.893368244, -0.767936826, -0.03392547, 0.639626622, -0.640491843, 0.0304226372, -0.767362237, 0.00657399604, -0.998961329, -0.0450916514))
  4100. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  4101. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  4102. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.16276932, 1.0214076, -3.22458267, -0.827417731, -0.3442837, 0.443676323, 0.543838799, -0.294172585, 0.785940111, -0.140068948, 0.891589165, 0.430638403))
  4103. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500576019, 0.0196269993, 1))
  4104. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.256740987, 0.200000003, 0.714712024))
  4105. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.374956131, 0.147137582, -0.613998413, 0.0329520069, -0.491220415, -0.870411754, 0.984483242, -0.134231806, 0.113024779, -0.172357038, -0.860630155, 0.479175061))
  4106. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  4107. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  4108. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.526440859, 0.327508271, -3.73284554, 0.211625099, -0.04260974, 0.976421714, -0.977328479, -0.0160032399, 0.211123273, 0.00663000066, -0.998963714, -0.0450303964))
  4109. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  4110. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.883213997, 0.694700003))
  4111. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0245232582, 1.06802177, -1.51313066, -0.945642889, 0.00845607277, -0.325096965, -0.293486983, -0.452813625, 0.841917694, -0.14008899, 0.891565204, 0.430681676))
  4112. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4113. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.253762007, 0.200000003, 0.714712024))
  4114. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.39043355, 0.0865291655, -0.614056587, -0.457533985, 0.500722945, 0.734805584, -0.872309029, -0.0924861655, -0.480128437, -0.172452003, -0.860652566, 0.479100704))
  4115. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  4116. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  4117. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.34751356, 0.884771705, -1.79246879, -0.761355996, -0.375109255, 0.528800666, -0.633005977, 0.253778249, -0.731368601, 0.140145004, -0.891565859, -0.430661947))
  4118. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103999, 0.0196269993, 1))
  4119. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  4120. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.16311717, 1.02136827, 1.49885941, 0.827364326, 0.34438315, -0.443698734, 0.543900192, -0.294137418, 0.785910785, 0.140146047, -0.891562402, -0.430668861))
  4121. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500577986, 0.0196269993, 1))
  4122. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  4123. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.450188518, 0.428284168, -3.73294592, 0.849064291, 0.0294376966, -0.527468801, 0.528248191, -0.0348082073, 0.848376334, 0.00661399961, -0.998960435, -0.0451048166))
  4124. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.534879982, 0.0196269993, 1))
  4125. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.79667002))
  4126. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0178140998, 1.24927807, -1.43362331, -0.945642889, 0.00845607277, -0.325096965, -0.293486983, -0.452813625, 0.841917694, -0.14008899, 0.891565204, 0.430681676))
  4127. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4128. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  4129. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.34757495, 0.884764552, -3.51811361, -0.761355996, -0.375109255, 0.528800666, -0.633005977, 0.253778249, -0.731368601, 0.140145004, -0.891565859, -0.430661947))
  4130. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103701, 0.0196269993, 1))
  4131. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  4132. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.21305633, 1.06237829, 1.79252577, 0.374021202, -0.355013818, 0.856780887, 0.916776061, 0.281095743, -0.283737451, -0.140106708, 0.891599953, 0.430603921))
  4133. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500577986, 0.0196269993, 1))
  4134. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.991810024))
  4135. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0176983476, 0.186896801, -0.475494862, -0.945637524, 0.0084194392, -0.325113684, 0.275756896, -0.509218335, -0.815263689, -0.172417909, -0.86059624, 0.479214221))
  4136. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4137. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.883213997, 0.694700003))
  4138. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0244594812, 1.132797, -1.8068099, -0.945626736, 0.00842398591, -0.325144649, 0.29351595, 0.45281142, -0.841908693, 0.140136972, -0.891566515, -0.430663198))
  4139. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4140. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.588810027, 2.33292603))
  4141. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0243572593, 0.284901619, 1.20243502, -0.945642769, 0.00844511297, -0.325097799, -0.325140923, -0.0447720475, 0.944605231, -0.00657799561, 0.998961568, 0.0450842157))
  4142. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4143. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  4144. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.412189126, 0.378841162, 0.893413544, -0.31724003, 0.0406404771, -0.947474182, 0.948322117, 0.0205804538, -0.316641212, 0.0066309981, -0.998961866, -0.0450692102))
  4145. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.522713006, 0.0196269993, 1))
  4146. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  4147. Col_Part2weld=weld(m,SP_handle8,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.843192339, 0.351683497, -1.33047533, -0.657770753, -0.0477839708, 0.751700997, -0.753152728, 0.0285656638, -0.657225251, 0.00993199367, -0.998449147, -0.0547782853))
  4148. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.665929019, 0.0196269993, 1))
  4149. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.253762007))
  4150. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.12329638, 0.0575609207, -0.573266387, 0.981521547, -0.108981334, 0.157285154, -0.172347903, -0.860613465, 0.47920841, 0.0831369609, -0.49746111, -0.863493323))
  4151. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4152. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4153. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.849377155, -1.29325485, 1.84629536, -0.952882588, -0.239595622, 0.186034694, -0.269046158, 0.384293497, -0.883138061, 0.140104085, -0.891578674, -0.430648804))
  4154. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.46103999, 0.142450005))
  4155. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  4156. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.849486709, 1.29316878, 4.77453613, 0.952856004, 0.23965171, -0.186098129, 0.269127995, -0.384280592, 0.883118689, 0.140127003, -0.891569078, -0.430661082))
  4157. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.461037993, 1))
  4158. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  4159. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0243371725, 0.222762108, 3.43867016, -0.945627689, 0.00840517413, -0.325142622, 0.32518363, 0.0448156595, -0.944588363, 0.00663205096, -0.998959959, -0.0451121479))
  4160. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4161. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4162. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.389291406, 2.05979156, -0.40228641, -0.938694894, -0.0216971412, 0.344065636, 0.00659499643, -0.998965144, -0.0450030304, 0.344685972, -0.0399750099, 0.937866449))
  4163. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148548007, 0.534879982))
  4164. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  4165. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0176548958, 0.262459636, 3.60918522, -0.945627689, 0.00840517413, -0.325142622, 0.32518363, 0.0448156595, -0.944588363, 0.00663205096, -0.998959959, -0.0451121479))
  4166. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4167. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4168. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.849658251, 1.84626484, -1.29314661, 0.952845991, 0.239710435, -0.186073765, 0.140196994, -0.891566217, -0.430644274, -0.269127011, 0.384250671, -0.883131981))
  4169. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196279995, 0.142450005, 0.46103999))
  4170. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.256740987))
  4171. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.193298787, 0.0574960709, -0.555636823, 0.847819865, 0.118038133, 0.516980231, -0.172363982, -0.860632002, 0.479169279, 0.501489937, -0.49535799, -0.709315419))
  4172. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4173. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  4174. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.373856455, 0.35274744, -0.897895813, 0.99840188, 0.0130161485, -0.0549939461, 0.0100029958, -0.998452008, -0.054714907, -0.055620987, 0.0540773608, -0.996986449))
  4175. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.665929019))
  4176. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  4177. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.489913702, 0.352811337, -0.841460228, 0.691520095, -0.0326454863, 0.721619248, 0.0099329846, -0.998454094, -0.0546879433, 0.722289026, 0.0449856408, -0.690126717))
  4178. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.693889976))
  4179. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4180. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.378848195, -2.05986023, 0.412130833, -0.948353231, -0.0205427594, 0.316550493, -0.00658099866, 0.998960316, 0.0451121926, -0.317148089, 0.0406990759, -0.947502375))
  4181. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.522713006))
  4182. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  4183. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0242310166, 1.21527958, 3.22449017, 0.945630789, -0.00837177224, 0.325134277, -0.293481946, -0.452826083, 0.841912687, 0.140180975, -0.891559541, -0.430663288))
  4184. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4185. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4186. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.341829598, 0.36392355, 0.214519501, 0.948346257, 0.0205601789, -0.316570252, -0.317168087, 0.040615797, -0.947499216, -0.00662299851, 0.998963296, 0.0450388677))
  4187. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.522713006, 0.977497995))
  4188. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  4189. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.389090955, 0.402075529, 4.98810291, -0.938713491, -0.0217408668, 0.34401232, -0.344635189, 0.0400490575, -0.937882006, 0.0066130003, -0.99896121, -0.0450872518))
  4190. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.534879982, 1))
  4191. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4192. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.02133036, 1.16309834, -1.84627581, -0.543913066, 0.29414469, -0.785899222, -0.827361107, -0.344361454, 0.443721622, -0.140115008, 0.891568422, 0.430666566))
  4193. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196289998, 0.500576019, 0.142454997))
  4194. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.253762007, 0.200000003))
  4195. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.128644884, -0.599088907, 0.834199905, -0.98151511, 0.109073602, -0.157261521, 0.0830720067, -0.497455895, -0.863502622, -0.172416016, -0.860604763, 0.479199499))
  4196. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  4197. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4198. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.02137256, -1.84628344, 1.16305113, 0.543884039, -0.294156909, 0.785914779, -0.140110016, 0.891570449, 0.430663973, -0.827381134, -0.344345778, 0.443696558))
  4199. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.142449006, 0.500579))
  4200. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.256740987, 0.200000003))
  4201. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.199867666, -0.581256509, 0.834160328, -0.847855389, -0.117940478, -0.51694423, 0.501409233, -0.49538368, -0.70935452, -0.172424093, -0.860630691, 0.479150116))
  4202. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  4203. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4204. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.35158968, -0.843251348, 1.92609358, -0.753183722, 0.0285814889, -0.657189071, -0.657735765, -0.047755897, 0.751733422, -0.00989899319, 0.9984501, 0.0547680296))
  4205. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.665929973, 0.441118985))
  4206. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  4207. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.32784754, 0.526129007, 5.28221941, -0.977333665, -0.0159277916, 0.211105093, 0.211603925, -0.0426672846, 0.97642374, -0.00654499466, 0.998962402, 0.0450705551))
  4208. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 1))
  4209. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  4210. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.06263876, 1.21301126, 5.06810427, 0.916772246, 0.281142771, -0.283703327, -0.37401408, 0.355036348, -0.856774569, -0.140151024, 0.891576171, 0.43063876))
  4211. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500576019, 1))
  4212. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  4213. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.02098274, 1.16316485, 4.7745719, 0.543869793, -0.294086754, 0.78595072, -0.827377677, -0.344378561, 0.443677366, 0.140184954, -0.89158088, -0.430617929))
  4214. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500576019, 1))
  4215. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4216. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.884854674, 1.39416528, -1.34746909, 0.633010507, -0.253768742, 0.731367946, -0.140115902, 0.891584575, 0.430632859, -0.761357486, -0.375071466, 0.528825343))
  4217. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.652297974, 0.46103999))
  4218. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4219. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.06253171, 1.21319175, -1.39414883, -0.916767776, -0.281161308, 0.283699065, -0.374025911, 0.355083704, -0.856749833, 0.140147969, -0.891551435, -0.430690944))
  4220. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500577986, 0.65229702))
  4221. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4222. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.849377155, 1.10057926, -1.29315782, 0.95286113, 0.239651233, -0.186072513, 0.140142009, -0.89157486, -0.430644453, -0.269102037, 0.384267807, -0.88313216))
  4223. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.652297974, 0.46103999))
  4224. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  4225. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0244005322, 1.27990484, 3.51813173, 0.945618987, -0.0084098326, 0.325167894, 0.293538004, 0.452764422, -0.841926277, -0.140144005, 0.891590476, 0.430611223))
  4226. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4227. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4228. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.327682078, -2.35390592, 0.526466846, -0.977324247, -0.0159551241, 0.211146727, 0.00659199851, -0.998966515, -0.044974003, 0.21164605, -0.0425623059, 0.97641921))
  4229. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.484982014))
  4230. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.253762007, 0.200000003))
  4231. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0864845216, -0.390470862, 1.04646444, -0.872322857, -0.092511192, -0.480098426, -0.457519948, 0.50072521, 0.734812796, 0.172418982, 0.860648632, -0.479119748))
  4232. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  4233. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  4234. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.351539731, 0.647615433, -0.84317863, 0.753155351, -0.0285411458, 0.657223284, -0.00991102774, 0.998452723, 0.0547173619, -0.657768011, -0.0477244332, 0.751707137))
  4235. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.665929019))
  4236. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4237. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.379652977, 0.413157582, -0.079662323, 0.552699208, -0.0338513404, 0.8326931, -0.833354294, -0.0304380767, 0.551900685, 0.00666299975, -0.998963356, -0.0450332575))
  4238. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.522713006, 0.977497995))
  4239. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4240. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.884800315, 2.13990641, -1.34743476, 0.633021951, -0.253776133, 0.731355548, -0.140105978, 0.891581655, 0.43064186, -0.761349857, -0.375073016, 0.528835177))
  4241. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196279995, 0.142450005, 0.46103999))
  4242. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4243. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.06257486, 1.21317387, -2.1397419, -0.916767776, -0.281161308, 0.283699065, -0.374025911, 0.355083704, -0.856749833, 0.140147969, -0.891551435, -0.430690944))
  4244. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196289998, 0.500576019, 0.142454997))
  4245. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4246. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.462741494, -0.789059997, 1.92605639, -0.989465892, -0.0177080948, 0.143678918, 0.144425988, -0.0527600944, 0.988108039, -0.00991699658, 0.99845022, 0.0547618195))
  4247. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.693889976, 0.441118985))
  4248. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4249. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.264046192, 0.421180129, 0.214625359, 0.64045918, -0.0303727705, 0.767391503, 0.767964184, 0.0338866077, -0.639595926, -0.0065779984, 0.998964071, 0.0450281873))
  4250. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 0.977497995))
  4251. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  4252. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.29538238, 0.47304976, 4.98810434, -0.640497208, 0.0304066036, -0.767358303, 0.767932177, 0.0339476392, -0.639630973, 0.00660099881, -0.998960972, -0.0450935736))
  4253. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 1))
  4254. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4255. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.428260326, 2.35404849, -0.450281143, -0.528255105, 0.0348195918, -0.848371506, -0.00659399852, 0.998960495, 0.045106072, 0.849060178, 0.0294216722, -0.52747637))
  4256. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148548007, 0.534879982))
  4257. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  4258. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0175436735, 1.24944067, 3.39620161, 0.945630789, -0.00837177224, 0.325134277, -0.293481946, -0.452826083, 0.841912687, 0.140180975, -0.891559541, -0.430663288))
  4259. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4260. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4261. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.295408249, -2.05978537, 0.473101377, -0.640504718, 0.0303913485, -0.767352641, -0.0066289939, 0.998960614, 0.0450974666, 0.76792562, 0.0339719169, -0.63963753))
  4262. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.484982014))
  4263. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4264. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.373821646, -0.897901535, 1.63127327, -0.998403788, -0.0129731158, 0.0549696386, -0.0555949807, 0.0541390181, -0.996984541, 0.00995799433, -0.998449147, -0.0547738411))
  4265. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.665929973, 0.441118985))
  4266. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  4267. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0176455379, 0.324687243, 3.9033637, -0.945642769, 0.00844511297, -0.325097799, -0.325140923, -0.0447720475, 0.944605231, -0.00657799561, 0.998961568, 0.0450842157))
  4268. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4269. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  4270. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.884729862, 1.34734154, 5.06823778, 0.633003831, -0.253758073, 0.731377542, 0.761362195, 0.375065356, -0.528823018, -0.140121296, 0.891590118, 0.430619568))
  4271. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.461037993, 1))
  4272. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4273. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.295479655, 0.473255634, -2.05974007, 0.64045918, -0.0303727705, 0.767391503, 0.767964184, 0.0338866077, -0.639595926, -0.0065779984, 0.998964071, 0.0450281873))
  4274. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196419992, 0.484984994, 0.148549005))
  4275. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  4276. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0177766085, 1.31394958, 3.6898849, 0.945618987, -0.0084098326, 0.325167894, 0.293538004, 0.452764422, -0.841926277, -0.140144005, 0.891590476, 0.430611223))
  4277. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4278. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.256740987))
  4279. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.140526175, 0.269866943, -0.349399328, 0.984475195, -0.134268254, 0.113052145, 0.172402203, 0.860623896, -0.479170144, -0.0329580419, 0.491221488, 0.870410979))
  4280. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4281. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  4282. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.428089499, 0.450348496, 5.28227091, -0.528241754, 0.0348280817, -0.848379433, -0.849068582, -0.0293966997, 0.527464092, -0.00656899391, 0.998960972, 0.0450999923))
  4283. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.534879982, 1))
  4284. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  4285. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.462729931, 0.647660732, -0.789045811, 0.989471495, 0.0176834352, -0.143643767, -0.00990100205, 0.998453021, 0.0547139719, 0.144389078, -0.0527156964, 0.988115847))
  4286. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.693889976))
  4287. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.253762007))
  4288. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0812166035, 0.269806862, -0.364444017, 0.872301459, 0.09256953, 0.480126113, 0.172422886, 0.860609591, -0.479188561, -0.457559347, 0.500781655, 0.734749794))
  4289. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4290. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4291. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.489854217, -0.841462493, 1.63128328, -0.691518962, 0.032670863, -0.721619189, 0.72228992, 0.0450236425, -0.69012332, 0.00994299632, -0.998451591, -0.0547325388))
  4292. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.693889976, 0.441118985))
  4293. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4294. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.416651249, -2.35401297, 0.461527109, -0.552724421, 0.0339019336, -0.832674265, 0.00657001464, -0.998964012, -0.0450334735, -0.833338201, -0.0303617846, 0.551928997))
  4295. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.522713006))
  4296. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4297. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.06257951, -2.13987565, 1.21293354, 0.916756213, 0.281157553, -0.283740401, 0.140165031, -0.891590059, -0.430605352, -0.374048084, 0.354989648, -0.856779099))
  4298. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.142449006, 0.500579))
  4299. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.256740987, 0.200000003))
  4300. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.146990776, -0.374937177, 1.04645252, -0.984467745, 0.134327665, -0.113046527, -0.0329309925, 0.491185755, 0.870432198, 0.172449961, 0.860635102, -0.479132921))
  4301. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  4302. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  4303. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0242411494, 0.284903049, 3.7328546, -0.945642769, 0.00844511297, -0.325097799, -0.325140923, -0.0447720475, 0.944605231, -0.00657799561, 0.998961568, 0.0450842157))
  4304. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4305. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4306. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.02133846, 1.16307878, -1.1005826, -0.543913066, 0.29414469, -0.785899222, -0.827361107, -0.344361454, 0.443721622, -0.140115008, 0.891568422, 0.430666566))
  4307. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500577986, 0.65229702))
  4308. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4309. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.327713192, 0.526359797, -2.35392618, 0.977333486, 0.0159306657, -0.211105496, 0.211604103, -0.042614311, 0.976426005, 0.00655900035, -0.998964608, -0.0450193845))
  4310. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196419992, 0.484984994, 0.148549005))
  4311. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4312. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.884807825, -1.34755719, 2.13982582, -0.633083045, 0.253793478, -0.731296718, -0.7613011, -0.375114828, 0.528875768, -0.14009501, 0.891559243, 0.430692047))
  4313. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.46103999, 0.142450005))
  4314. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4315. Col3_Wedgeweld=weld(m,SP_handle8,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.296105862, 0.474221706, -0.0796031952, 0.977333486, 0.0159306657, -0.211105496, 0.211604103, -0.042614311, 0.976426005, 0.00655900035, -0.998964608, -0.0450193845))
  4316. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 0.977497995))
  4317.  
  4318.  
  4319.  
  4320.  
  4321.  
  4322.  
  4323. SP_handle9=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,1,1,"Institutional white","Handle",Vector3.new(1, 1, 1))
  4324. SP_handle9weld=weld(m,Character["Torso"],SP_handle9,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.849995315, 5.81548786, -0.250574589, -0.00019338628, 3.37727957e-009, 1, -0.819146395, 0.573584437, -0.000158413619, -0.573584378, -0.819146454, -0.000110920599))
  4325. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  4326. Col_Partweld=weld(m,SP_handle9,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.146749496, 0.991060257, -0.637871504, -0.945625007, 0.00840008259, -0.325154692, 0.259104997, 0.623743236, -0.737430573, 0.196618006, -0.781572163, -0.592020214))
  4327. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  4328. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  4329. Col_Partweld=weld(m,SP_handle9,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.146625519, 0.991956711, -1.23424554, -0.945625007, 0.00840008259, -0.325154692, 0.259104997, 0.623743236, -0.737430573, 0.196618006, -0.781572163, -0.592020214))
  4330. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  4331. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  4332. Col_Partweld=weld(m,SP_handle9,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.146656275, 0.755193233, -0.301217794, -0.945625007, 0.00840008259, -0.325154692, 0.259104997, 0.623743236, -0.737430573, 0.196618006, -0.781572163, -0.592020214))
  4333. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  4334. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  4335. Col_Partweld=weld(m,SP_handle9,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.146713257, 1.21099663, -1.54697895, -0.945625007, 0.00840008259, -0.325154692, 0.259104997, 0.623743236, -0.737430573, 0.196618006, -0.781572163, -0.592020214))
  4336. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  4337. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  4338. Col_Partweld=weld(m,SP_handle9,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.146654606, 1.21001244, -0.950552702, -0.945625007, 0.00840008259, -0.325154692, 0.259104997, 0.623743236, -0.737430573, 0.196618006, -0.781572163, -0.592020214))
  4339. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  4340. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  4341. Col_Partweld=weld(m,SP_handle9,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.146649837, 0.756252766, -0.897587538, -0.945625007, 0.00840008259, -0.325154692, 0.259104997, 0.623743236, -0.737430573, 0.196618006, -0.781572163, -0.592020214))
  4342. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  4343. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  4344. Col_Partweld=weld(m,SP_handle9,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.146698713, -1.41640282, 0.836066008, -0.945625007, 0.00840008259, -0.325154692, 0.259104997, 0.623743236, -0.737430573, 0.196618006, -0.781572163, -0.592020214))
  4345. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  4346. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  4347. Col_Partweld=weld(m,SP_handle9,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.146614552, -0.952563286, 0.781186104, -0.945625007, 0.00840008259, -0.325154692, 0.259104997, 0.623743236, -0.737430573, 0.196618006, -0.781572163, -0.592020214))
  4348. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  4349. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  4350. Col_Partweld=weld(m,SP_handle9,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.146771669, -1.41655159, 1.1414454, -0.945625007, 0.00840008259, -0.325154692, 0.259104997, 0.623743236, -0.737430573, 0.196618006, -0.781572163, -0.592020214))
  4351. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  4352. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  4353. Col_Partweld=weld(m,SP_handle9,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.146688223, -0.952487946, 0.173545599, -0.945625007, 0.00840008259, -0.325154692, 0.259104997, 0.623743236, -0.737430573, 0.196618006, -0.781572163, -0.592020214))
  4354. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  4355. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  4356. Col_Partweld=weld(m,SP_handle9,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.146701097, -1.18720531, 0.508717895, -0.945625007, 0.00840008259, -0.325154692, 0.259104997, 0.623743236, -0.737430573, 0.196618006, -0.781572163, -0.592020214))
  4357. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  4358. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  4359. Col_Partweld=weld(m,SP_handle9,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.146634579, -1.41643333, 1.44368076, -0.945625007, 0.00840008259, -0.325154692, 0.259104997, 0.623743236, -0.737430573, 0.196618006, -0.781572163, -0.592020214))
  4360. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  4361. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  4362. Col_Partweld=weld(m,SP_handle9,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.14683032, -0.952483177, 0.478936791, -0.945625007, 0.00840008259, -0.325154692, 0.259104997, 0.623743236, -0.737430573, 0.196618006, -0.781572163, -0.592020214))
  4363. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  4364. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  4365. Col_Partweld=weld(m,SP_handle9,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.146910667, -1.18730831, 0.81408, -0.945625007, 0.00840008259, -0.325154692, 0.259104997, 0.623743236, -0.737430573, 0.196618006, -0.781572163, -0.592020214))
  4366. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  4367. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  4368. Col_Partweld=weld(m,SP_handle9,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.146657228, -1.18721008, 1.1163547, -0.945625007, 0.00840008259, -0.325154692, 0.259104997, 0.623743236, -0.737430573, 0.196618006, -0.781572163, -0.592020214))
  4369. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  4370. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  4371. Col_Partweld=weld(m,SP_handle9,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.146910191, 0.991962433, -0.928844213, -0.945625007, 0.00840008259, -0.325154692, 0.259104997, 0.623743236, -0.737430573, 0.196618006, -0.781572163, -0.592020214))
  4372. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  4373. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  4374. Col_Partweld=weld(m,SP_handle9,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.146857262, 0.756155491, -0.592225313, -0.945625007, 0.00840008259, -0.325154692, 0.259104997, 0.623743236, -0.737430573, 0.196618006, -0.781572163, -0.592020214))
  4375. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  4376. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  4377. Col_Partweld=weld(m,SP_handle9,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.146931171, 1.21085024, -1.24152565, -0.945625007, 0.00840008259, -0.325154692, 0.259104997, 0.623743236, -0.737430573, 0.196618006, -0.781572163, -0.592020214))
  4378. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  4379. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  4380. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.506044865, 0.179415703, 0.9510355, -0.767965972, -0.0339526832, 0.639595091, -0.640456021, 0.030411303, -0.767398715, 0.00660399953, -0.998951077, -0.0451087654))
  4381. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  4382. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  4383. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.816984177, 0.608190536, -1.0931313, -0.722328007, -0.0449707508, 0.69009316, 0.691479981, -0.0326776206, 0.721661866, -0.00990299881, 0.998444557, 0.0547097325))
  4384. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.693889976, 0.0196269993, 1))
  4385. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.253762007, 0.200000003, 0.714712024))
  4386. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.617358208, 0.0136389732, -0.467428684, 0.0831409693, -0.497435421, -0.863507688, -0.981513619, 0.109021805, -0.157306403, 0.172390938, 0.86062324, -0.479175419))
  4387. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  4388. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.991810024))
  4389. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.134061813, 0.395038128, -0.328916073, -0.945631981, 0.00844144821, -0.325131834, -0.275772005, 0.509151816, 0.815308332, 0.172424003, 0.860623837, -0.479144245))
  4390. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4391. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  4392. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.304243565, 0.459341288, -3.49627781, 0.344642818, -0.0399577245, 0.937883079, 0.938710928, 0.0216801204, -0.344023257, -0.00658703409, 0.998966217, 0.0449806415))
  4393. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.534879982, 0.0196269993, 1))
  4394. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.588810027, 2.33292603))
  4395. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.140695572, 0.191043854, 0.965841532, -0.945623994, 0.00840817392, -0.325157583, 0.325195998, 0.0447452962, -0.944595218, 0.00660699932, -0.998953104, -0.0450553))
  4396. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4397. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  4398. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.12990427, 1.14473152, -3.26389074, -0.827391028, -0.344325453, 0.443691581, 0.543866992, -0.294129193, 0.785940289, -0.140117005, 0.891576648, 0.430642545))
  4399. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500576019, 0.0196269993, 1))
  4400. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 2.49871612))
  4401. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.134015799, 0.230770111, 0.853376627, -0.945623994, 0.00840817392, -0.325157583, 0.325195998, 0.0447452962, -0.944595218, 0.00660699932, -0.998953104, -0.0450553))
  4402. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4403. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  4404. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.971796989, 0.278346896, -1.09312296, -0.0555859953, 0.0540786386, -0.996997058, -0.998404026, -0.0129564516, 0.0549627282, -0.0099459989, 0.998443246, 0.0547221601))
  4405. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.665929019, 0.0196269993, 1))
  4406. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  4407. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.316063881, 0.451728821, 0.951092482, -0.317232996, 0.0406350791, -0.947484374, 0.948324025, 0.0205953866, -0.316635877, 0.00664699962, -0.998952031, -0.0450777411))
  4408. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.522713006, 0.0196269993, 1))
  4409. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 1.36598396))
  4410. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.134084702, 0.729849339, -0.961545944, -0.945622981, 0.008436203, -0.325157493, -0.325112998, -0.0549962223, 0.944082737, -0.00991799869, 0.998441517, 0.0547575951))
  4411. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4412. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 1.21687305, 1.19114494))
  4413. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.14079237, 0.335688591, -1.13714671, -0.945622981, 0.008436203, -0.325157493, -0.325112998, -0.0549962223, 0.944082737, -0.00991799869, 0.998441517, 0.0547575951))
  4414. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4415. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  4416. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.1301713, 1.14472532, 1.53820705, 0.827338874, 0.344414175, -0.443722129, 0.543929935, -0.294094592, 0.785906255, 0.14018099, -0.891564488, -0.430653065))
  4417. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500577986, 0.0196269993, 1))
  4418. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.256740987, 0.200000003, 0.714712024))
  4419. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.547764063, 0.311354399, -0.467467785, -0.501471996, 0.495386094, 0.709315777, 0.84780997, 0.117946044, 0.517021716, 0.172464997, 0.860617042, -0.479141653))
  4420. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  4421. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 1.21687305, 1.19114494))
  4422. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.140802145, 0.211676121, -1.31731439, -0.945614994, 0.00838936865, -0.325182974, 0.325134993, 0.0550331473, -0.944072723, 0.00997599866, -0.998439968, -0.0547773242))
  4423. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4424. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  4425. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.40101767, 0.780726433, -1.53816605, -0.269109011, 0.384290218, -0.883122861, -0.952854991, -0.239682212, 0.186059296, -0.140167996, 0.891546726, 0.430688739))
  4426. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103999, 0.0196269993, 1))
  4427. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.922468007, 1.15926802))
  4428. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.14078784, 0.0226373672, -0.395396709, -0.945631981, 0.00844144821, -0.325131834, -0.275772005, 0.509151816, 0.815308332, 0.172424003, 0.860623837, -0.479144245))
  4429. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4430. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  4431. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.36663246, 0.758462906, -1.75305998, -0.761346996, -0.375139862, 0.528790474, -0.63301301, 0.253788292, -0.73136282, 0.140163004, -0.891539454, -0.430704474))
  4432. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103999, 0.0196269993, 1))
  4433. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.253762007, 0.200000003, 0.714712024))
  4434. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.418157339, -0.0265460014, -0.548335552, -0.457549006, 0.500735104, 0.734795094, -0.872304022, -0.0925227851, -0.480134785, -0.172435001, -0.860630095, 0.479128838))
  4435. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  4436. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.922468007, 1.15926802))
  4437. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.140758991, -0.180626392, -0.47608614, -0.94562602, 0.00839024782, -0.325149387, 0.275812, -0.509149075, -0.81529659, -0.172389999, -0.860625982, 0.47915256))
  4438. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4439. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.991810024))
  4440. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.134040356, 0.191751003, -0.409736633, -0.94562602, 0.00839024782, -0.325149387, 0.275812, -0.509149075, -0.81529659, -0.172389999, -0.860625982, 0.47915256))
  4441. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4442. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.883213997, 0.694700003))
  4443. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.140794039, 1.0799818, -1.76743519, -0.945622981, 0.00840376318, -0.325158238, 0.293513, 0.452830285, -0.841900229, 0.140166, -0.89154613, -0.430689573))
  4444. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4445. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.256740987, 0.200000003, 0.714712024))
  4446. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.350835323, 0.261023045, -0.548240662, 0.0329280011, -0.491154253, -0.870458364, 0.984477997, -0.134282202, 0.113012969, -0.172394007, -0.860649109, 0.479110718))
  4447. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  4448. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  4449. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.506101608, 0.179496765, -3.49636769, 0.767966986, 0.033926636, -0.639596224, -0.640456021, 0.0303605795, -0.767401278, -0.00661599962, 0.998953462, 0.0450530946))
  4450. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  4451. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  4452. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.416073322, 0.528438568, 1.12981296, -0.833384991, -0.0303271115, 0.551864982, 0.552654028, -0.0338946283, 0.832728028, -0.00654899934, 0.998955607, 0.0450167954))
  4453. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.522713006, 0.0196269993, 1))
  4454. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  4455. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.40102148, 0.780882835, -3.26378775, -0.269109011, 0.384290218, -0.883122861, -0.952854991, -0.239682212, 0.186059296, -0.140167996, 0.891546726, 0.430688739))
  4456. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103701, 0.0196269993, 1))
  4457. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  4458. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.36678076, 0.758495808, -3.47867823, -0.761346996, -0.375139862, 0.528790474, -0.63301301, 0.253788292, -0.73136282, 0.140163004, -0.891539454, -0.430704474))
  4459. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103701, 0.0196269993, 1))
  4460. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.588810027, 2.33292603))
  4461. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.140688419, 0.316919327, 1.14476228, -0.945631981, 0.00845503807, -0.325132072, -0.325172991, -0.0447011292, 0.94460547, -0.00654699933, 0.998955607, 0.0450290442))
  4462. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4463. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.79667002))
  4464. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.134084225, 1.26131344, -1.68788278, -0.945622981, 0.00840376318, -0.325158238, 0.293513, 0.452830285, -0.841900229, 0.140166, -0.89154613, -0.430689573))
  4465. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4466. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  4467. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.09844303, 1.11885977, -3.47862101, -0.374078006, 0.355028272, -0.85675317, 0.916747987, 0.281157941, -0.283763736, 0.140138999, -0.891564012, -0.430660605))
  4468. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500576019, 0.0196269993, 1))
  4469. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  4470. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.614086151, 0.24455595, -3.67516184, 0.211674005, -0.0425680876, 0.976421118, -0.977317989, -0.0160057917, 0.211173698, 0.00663899956, -0.998956025, -0.044998765))
  4471. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  4472. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 2.49871612))
  4473. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.134019136, 0.356711388, 1.03214717, -0.945631981, 0.00845503807, -0.325132072, -0.325172991, -0.0447011292, 0.94460547, -0.00654699933, 0.998955607, 0.0450290442))
  4474. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4475. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.883213997, 0.694700003))
  4476. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.140822172, 1.12085867, -1.5525074, -0.945632994, 0.00844554603, -0.325128973, -0.293514013, -0.452771634, 0.841931581, -0.140098006, 0.891576469, 0.430649817))
  4477. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4478. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.79667002))
  4479. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.134165525, 1.30211592, -1.47301471, -0.945632994, 0.00844554603, -0.325128973, -0.293514013, -0.452771634, 0.841931581, -0.140098006, 0.891576469, 0.430649817))
  4480. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4481. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  4482. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.856942654, 0.231738091, -1.27314496, -0.657787979, -0.0477834046, 0.751692593, -0.753138006, 0.0285807848, -0.657246828, 0.00992099941, -0.998438954, -0.0547961593))
  4483. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.665929019, 0.0196269993, 1))
  4484. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  4485. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.706817627, 0.551327646, -1.27323532, -0.144459993, 0.052739352, -0.98811233, 0.989459991, 0.0177660324, -0.143710822, 0.00997499935, -0.998440385, -0.054759264))
  4486. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.693889976, 0.0196269993, 1))
  4487. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  4488. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.401647568, 0.538899899, -3.67523646, 0.849054992, 0.0294000506, -0.527489066, 0.528262019, -0.0347333252, 0.848377287, 0.00662099943, -0.998954475, -0.0450306535))
  4489. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.534879982, 0.0196269993, 1))
  4490. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  4491. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.09830427, 1.11866617, 1.75316107, 0.374031693, -0.355003268, 0.856780648, 0.916771054, 0.281101912, -0.283747464, -0.140111387, 0.891602159, 0.430597723))
  4492. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500577986, 0.0196269993, 1))
  4493. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 1.36598396))
  4494. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.134081602, 0.605783939, -1.14172244, -0.945614994, 0.00838936865, -0.325182974, 0.325134993, 0.0550331473, -0.944072723, 0.00997599866, -0.998439968, -0.0547773242))
  4495. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4496. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  4497. Col_Part2weld=weld(m,SP_handle9,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.613945007, 0.244534373, 1.12989902, -0.211553007, 0.0425952971, -0.976446033, -0.977343976, -0.0160011128, 0.211053684, -0.00663499953, 0.998954892, 0.0450248122))
  4498. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  4499. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.253762007))
  4500. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00832045078, 0.123304844, -0.591567516, 0.981523752, -0.108968966, 0.157279551, -0.172334954, -0.860611796, 0.47921598, 0.0831369758, -0.497466624, -0.863490105))
  4501. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4502. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4503. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.14478588, 1.12997198, -1.88564384, -0.543922007, 0.294145644, -0.785895824, -0.827360988, -0.344327241, 0.443746477, -0.140079007, 0.89157027, 0.4306674))
  4504. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196289998, 0.500576019, 0.142454997))
  4505. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.256740987))
  4506. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.304813147, 0.123262405, -0.522139549, 0.847826004, 0.118051499, 0.516972303, -0.172377005, -0.860591173, 0.479219675, 0.501474977, -0.49540621, -0.709299326))
  4507. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4508. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  4509. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.179429531, 0.506001472, 5.0457449, -0.640495002, 0.0303773284, -0.767367601, 0.767934024, 0.0339350104, -0.639634311, 0.00661099935, -0.998952389, -0.0450719297))
  4510. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 1))
  4511. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  4512. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.133872032, 1.30221844, 3.43563938, 0.945639551, -0.00836337265, 0.325109005, -0.293461859, -0.452787876, 0.841940224, 0.140163943, -0.891579092, -0.430628479))
  4513. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4514. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4515. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.414729834, 0.267811298, 0.156853199, 0.948348999, 0.020576356, -0.316560984, -0.317159325, 0.0405772328, -0.947503805, -0.00665100664, 0.998964548, 0.0450073555))
  4516. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.522713006, 0.977497995))
  4517. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4518. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.780668736, 1.13998592, -1.40082884, 0.952859998, 0.239665985, -0.186053559, 0.140182003, -0.89158535, -0.430602252, -0.269084007, 0.38420853, -0.883166552))
  4519. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.652297974, 0.46103999))
  4520. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  4521. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.134017944, 0.230751038, 3.66687274, -0.945623994, 0.00840817392, -0.325157583, 0.325195998, 0.0447452962, -0.944595218, 0.00660699932, -0.998953104, -0.0450553))
  4522. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4523. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4524. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.179311752, -2.11743069, 0.506025314, -0.640510976, 0.0304014087, -0.767353177, -0.00661199959, 0.998951137, 0.0451052189, 0.767920971, 0.0339580774, -0.639649868))
  4525. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.484982014))
  4526. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4527. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.14481831, -1.88568282, 1.12985992, 0.543826997, -0.294142723, 0.785959482, -0.140115261, 0.891588926, 0.430623829, -0.827417552, -0.344309777, 0.443656296))
  4528. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.142449006, 0.500579))
  4529. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4530. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.459413767, 2.11743784, -0.303994179, -0.938680351, -0.0216719601, 0.344107032, 0.00656204438, -0.998964787, -0.0450146645, 0.344726354, -0.0399963334, 0.937850833))
  4531. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148548007, 0.534879982))
  4532. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  4533. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.278374255, 0.410135031, -0.971896172, 0.998403013, 0.0129740722, -0.0549931228, 0.0099639995, -0.99844563, -0.0546750426, -0.0556169972, 0.0540303886, -0.996997893))
  4534. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.665929019))
  4535. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  4536. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.780912161, 1.4006319, 4.81391811, 0.952848971, 0.239676148, -0.186097696, 0.269131005, -0.38421762, 0.883148074, 0.140166998, -0.89157939, -0.430621266))
  4537. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.461037993, 1))
  4538. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  4539. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.140699148, 0.191049099, 3.49634242, -0.945623994, 0.00840817392, -0.325157583, 0.325195998, 0.0447452962, -0.944595218, 0.00660699932, -0.998953104, -0.0450553))
  4540. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4541. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.256740987, 0.200000003))
  4542. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.311371565, -0.547811747, 0.89986372, -0.847841978, -0.118000045, -0.516965508, 0.501459002, -0.495335966, -0.709361196, -0.172367007, -0.860643029, 0.479136884))
  4543. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  4544. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4545. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.14800024, 0.454114914, 0.156971931, 0.640438735, -0.0303425733, 0.767409742, 0.767980874, 0.0338910557, -0.639575481, -0.00660195528, 0.998964846, 0.0450076647))
  4546. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 0.977497995))
  4547. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  4548. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.14454174, 1.129951, 4.81393337, 0.543874025, -0.294097751, 0.78594768, -0.827382028, -0.344341099, 0.443696529, 0.140144005, -0.891581237, -0.430623829))
  4549. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500576019, 1))
  4550. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4551. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.608176231, -0.817094803, 1.68859768, -0.691522002, 0.0326803327, -0.721622109, 0.722286999, 0.0450351536, -0.690131068, 0.00994399935, -0.998441339, -0.0547562838))
  4552. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.693889976, 0.441118985))
  4553. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  4554. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.134170532, 1.26120424, 3.65048885, 0.945624709, -0.00839507207, 0.325151443, 0.293513834, 0.45278424, -0.841924131, -0.140155405, 0.891580701, 0.430628061))
  4555. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4556. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4557. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.244716048, -2.29627943, 0.613955498, -0.977325976, -0.015956223, 0.211141273, 0.00658899965, -0.998955667, -0.0450046062, 0.211639002, -0.0425840318, 0.976428151))
  4558. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.484982014))
  4559. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4560. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.244569063, 0.613838196, -2.29632759, 0.977316976, 0.0160325021, -0.211176977, 0.211678997, -0.0426298082, 0.976416945, 0.00665199943, -0.998952866, -0.0450660884))
  4561. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196419992, 0.484984994, 0.148549005))
  4562. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4563. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.491384983, 0.367761612, -0.0219893456, 0.552745998, -0.0338576324, 0.832661748, -0.833323479, -0.0304045361, 0.551948965, 0.00662901113, -0.998964071, -0.0450203419))
  4564. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.522713006, 0.977497995))
  4565. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.253762007, 0.200000003))
  4566. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.013617754, -0.617470741, 0.89987278, -0.98151201, 0.109001145, -0.157331362, 0.083178997, -0.497391939, -0.86353755, -0.172381997, -0.860639632, 0.479131997))
  4567. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  4568. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4569. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.780819654, 1.88571012, -1.40079832, 0.952859998, 0.239665985, -0.186053559, 0.140182003, -0.89158535, -0.430602252, -0.269084007, 0.38420853, -0.883166552))
  4570. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196279995, 0.142450005, 0.46103999))
  4571. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  4572. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.140558243, 1.26805115, 3.26391363, 0.945639551, -0.00836337265, 0.325109005, -0.293461859, -0.452787876, 0.841940224, 0.140163943, -0.891579092, -0.430628479))
  4573. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4574. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  4575. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.140529633, 0.317078114, 3.67521214, -0.945631981, 0.00845503807, -0.325132072, -0.325172991, -0.0447011292, 0.94460547, -0.00654699933, 0.998955607, 0.0450290442))
  4576. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4577. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  4578. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.538521767, 0.401754379, 5.22461414, -0.528223991, 0.0348114669, -0.848398268, -0.849080026, -0.0293764323, 0.527451932, -0.00656199967, 0.998952389, 0.0450841188))
  4579. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.534879982, 1))
  4580. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4581. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.528288364, -2.29639339, 0.41616869, -0.552725017, 0.033947885, -0.832678556, 0.00651799934, -0.9989537, -0.0450630784, -0.833338022, -0.0303303748, 0.551935911))
  4582. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.522713006))
  4583. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4584. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.451801538, -2.11749649, 0.316032887, -0.948361993, -0.0205099881, 0.316529632, -0.00655599963, 0.998951852, 0.0450972021, -0.317122996, 0.0406841934, -0.94751966))
  4585. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.522713006))
  4586. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  4587. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.244721532, 0.613797188, 5.22458935, -0.977330029, -0.0159549043, 0.211120218, 0.211619005, -0.0426368117, 0.976430297, -0.00657699956, 0.998953938, 0.0450558662))
  4588. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 1))
  4589. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.256740987, 0.200000003))
  4590. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.26089716, -0.350802898, 0.980700016, -0.984471977, 0.134299576, -0.113044754, -0.0329429992, 0.491179824, 0.870444536, 0.172425002, 0.860632122, -0.47912991))
  4591. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  4592. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  4593. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.133948326, 0.356869698, 3.8457098, -0.945631981, 0.00845503807, -0.325132072, -0.325172991, -0.0447011292, 0.94460547, -0.00654699933, 0.998955607, 0.0450290442))
  4594. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4595. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  4596. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.459151506, 0.303975582, 5.04575634, -0.938706994, -0.0217421651, 0.344033092, -0.34465301, 0.040019393, -0.937884331, 0.00662399968, -0.998952746, -0.0450697541))
  4597. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.534879982, 1))
  4598. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4599. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.231602669, -0.856951237, 1.8687911, -0.753161013, 0.0285643935, -0.657221675, -0.657761991, -0.0477293134, 0.751718283, -0.00989599898, 0.998442352, 0.0547460318))
  4600. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.665929973, 0.441118985))
  4601. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  4602. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.608223915, 0.410148621, -0.817043781, 0.691504061, -0.032606598, 0.721636415, 0.00995500013, -0.998455822, -0.0546537973, 0.722304046, 0.0449772105, -0.690111637))
  4603. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.693889976))
  4604. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4605. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.780777216, -1.4009614, 1.88561487, -0.952867508, -0.239652574, 0.186037958, -0.269073278, 0.384284854, -0.883133471, 0.140153632, -0.891567051, -0.430656672))
  4606. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.46103999, 0.142450005))
  4607. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4608. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.758473873, 1.35487378, -1.36649251, 0.633027971, -0.253748626, 0.731363714, -0.140100002, 0.891589284, 0.430620968, -0.761345983, -0.375047624, 0.528857529))
  4609. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.652297974, 0.46103999))
  4610. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  4611. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.231562138, 0.590295196, -0.856915474, 0.753130972, -0.0285055637, 0.657257974, -0.00992099941, 0.998446107, 0.0546814501, -0.657795012, -0.0476959944, 0.75169158))
  4612. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.665929019))
  4613. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4614. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.278277516, -0.971914291, 1.68860197, -0.998405993, -0.0129496511, 0.0549442992, -0.0555679947, 0.0541240573, -0.996995687, 0.00993699953, -0.998441041, -0.0547670424))
  4615. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.665929973, 0.441118985))
  4616. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4617. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.11882377, -2.10050178, 1.09823322, 0.916756332, 0.281152457, -0.283745021, 0.140156046, -0.891589105, -0.430610299, -0.374051124, 0.354996115, -0.856775105))
  4618. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.142449006, 0.500579))
  4619. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  4620. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.551238239, 0.590348363, -0.70679903, 0.989468992, 0.0177220367, -0.143654957, -0.00994499866, 0.998444796, 0.0546866953, 0.144400999, -0.052672565, 0.988125026))
  4621. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.693889976))
  4622. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4623. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.75844574, 2.10051918, -1.36659241, 0.63301897, -0.253769457, 0.731363773, -0.140138, 0.891561031, 0.430668294, -0.761345983, -0.37510252, 0.528819084))
  4624. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196279995, 0.142450005, 0.46103999))
  4625. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4626. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.14476681, 1.13000488, -1.13996112, -0.543922007, 0.294145644, -0.785895824, -0.827360988, -0.344327241, 0.443746477, -0.140079007, 0.89157027, 0.4306674))
  4627. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500577986, 0.65229702))
  4628. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.256740987))
  4629. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.254415274, 0.204137325, -0.325238705, 0.984471977, -0.134266838, 0.113081858, 0.172417164, 0.860598564, -0.479210287, -0.0329760313, 0.49126634, 0.870384932))
  4630. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4631. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4632. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.758476734, -1.36650515, 2.10056353, -0.633063972, 0.253792763, -0.731316924, -0.761322975, -0.375062019, 0.52888155, -0.140063003, 0.891570985, 0.430671602))
  4633. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.46103999, 0.142450005))
  4634. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4635. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.538701057, 2.29639101, -0.401575565, -0.528234005, 0.034789443, -0.848392904, -0.00661999965, 0.99895215, 0.0450949669, 0.849072993, 0.0294326693, -0.527458966))
  4636. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148548007, 0.534879982))
  4637. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.253762007, 0.200000003))
  4638. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0266022682, -0.418201923, 0.980725288, -0.87232101, -0.0925376862, -0.480101287, -0.457531005, 0.500719666, 0.734817147, 0.172398001, 0.860637844, -0.479129493))
  4639. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  4640. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  4641. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.140766859, 1.22714186, 3.478755, 0.945624709, -0.00839507207, 0.325151443, 0.293513834, 0.45278424, -0.841924131, -0.140155405, 0.891580701, 0.430628061))
  4642. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4643. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4644. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.11878729, 1.09850073, -1.35476637, -0.916770995, -0.281171441, 0.283674926, -0.374009013, 0.355078906, -0.856762826, 0.140169993, -0.891539752, -0.430702239))
  4645. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500577986, 0.65229702))
  4646. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4647. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.213203669, 0.561765194, -0.0219783783, 0.977316976, 0.0160325021, -0.211176977, 0.211678997, -0.0426298082, 0.976416945, 0.00665199943, -0.998952866, -0.0450660884))
  4648. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 0.977497995))
  4649. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  4650. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.758407593, 1.36644483, 5.02886629, 0.633010983, -0.253754139, 0.73137331, 0.761354983, 0.375062287, -0.528831363, -0.140117005, 0.891581893, 0.430631608))
  4651. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.461037993, 1))
  4652. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4653. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.11886358, 1.09846973, -2.10037565, -0.916770995, -0.281171441, 0.283674926, -0.374009013, 0.355078906, -0.856762826, 0.140169993, -0.891539752, -0.430702239))
  4654. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196289998, 0.500576019, 0.142454997))
  4655. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  4656. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.11907935, 1.09828949, 5.02873468, 0.916767359, 0.281172752, -0.283689141, -0.374012977, 0.355027527, -0.856778681, -0.140185371, 0.891570151, 0.430639893))
  4657. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500576019, 1))
  4658. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.253762007))
  4659. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0318524837, 0.204067707, -0.392213821, 0.872305453, 0.0925827846, 0.480116427, 0.172415078, 0.860600591, -0.479207516, -0.457554817, 0.50079459, 0.734743834))
  4660. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4661. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4662. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.551170409, -0.706842422, 1.86874747, -0.989471018, -0.0176863112, 0.143645793, 0.144391, -0.0527368784, 0.988122702, -0.00990099926, 0.998442054, 0.0547446311))
  4663. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.693889976, 0.441118985))
  4664. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4665. Col3_Wedgeweld=weld(m,SP_handle9,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.179482937, 0.506161213, -2.11739254, 0.640438735, -0.0303425733, 0.767409742, 0.767980874, 0.0338910557, -0.639575481, -0.00660195528, 0.998964846, 0.0450076647))
  4666. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196419992, 0.484984994, 0.148549005))
  4667.  
  4668.  
  4669.  
  4670.  
  4671.  
  4672.  
  4673. SP_handle10=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,1,1,"Institutional white","Handle",Vector3.new(1, 1, 1))
  4674. SP_handle10weld=weld(m,Character["Torso"],SP_handle10,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.749995291, 0.595200539, 5.82000351, -0.000193387532, 4.00835631e-009, 1, 1.13919396e-005, 1, -1.80529725e-009, -1, 1.13919386e-005, -0.000193387532))
  4675. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  4676. Col_Partweld=weld(m,SP_handle10,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0103628635, 0.821665764, -0.836967468, -0.945631027, 0.324627727, -0.0199704953, 0.259086996, 0.78898561, 0.557113767, 0.196611002, 0.521650016, -0.830195963))
  4677. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  4678. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  4679. Col_Partweld=weld(m,SP_handle10,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0104212761, 0.820603371, -0.240584373, -0.945631027, 0.324627727, -0.0199704953, 0.259086996, 0.78898561, 0.557113767, 0.196611002, 0.521650016, -0.830195963))
  4680. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  4681. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  4682. Col_Partweld=weld(m,SP_handle10,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0104532242, 1.05648422, -0.577259064, -0.945631027, 0.324627727, -0.0199704953, 0.259086996, 0.78898561, 0.557113767, 0.196611002, 0.521650016, -0.830195963))
  4683. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  4684. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  4685. Col_Partweld=weld(m,SP_handle10,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.010406971, 1.27543354, -0.889935493, -0.945631027, 0.324627727, -0.0199704953, 0.259086996, 0.78898561, 0.557113767, 0.196611002, 0.521650016, -0.830195963))
  4686. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  4687. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  4688. Col_Partweld=weld(m,SP_handle10,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0104146004, 1.27641535, -1.48637104, -0.945631027, 0.324627727, -0.0199704953, 0.259086996, 0.78898561, 0.557113767, 0.196611002, 0.521650016, -0.830195963))
  4689. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  4690. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  4691. Col_Partweld=weld(m,SP_handle10,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0103459358, 1.05736542, -1.17363644, -0.945631027, 0.324627727, -0.0199704953, 0.259086996, 0.78898561, 0.557113767, 0.196611002, 0.521650016, -0.830195963))
  4692. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  4693. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  4694. Col_Partweld=weld(m,SP_handle10,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0103452206, -1.35101986, 1.50429296, -0.945631027, 0.324627727, -0.0199704953, 0.259086996, 0.78898561, 0.557113767, 0.196611002, 0.521650016, -0.830195963))
  4695. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  4696. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  4697. Col_Partweld=weld(m,SP_handle10,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.010384798, -1.12177658, 0.56934166, -0.945631027, 0.324627727, -0.0199704953, 0.259086996, 0.78898561, 0.557113767, 0.196611002, 0.521650016, -0.830195963))
  4698. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  4699. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  4700. Col_Partweld=weld(m,SP_handle10,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.010307312, -0.887136936, 0.841810226, -0.945631027, 0.324627727, -0.0199704953, 0.259086996, 0.78898561, 0.557113767, 0.196611002, 0.521650016, -0.830195963))
  4701. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  4702. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  4703. Col_Partweld=weld(m,SP_handle10,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.01039505, -0.887077808, 0.234170914, -0.945631027, 0.324627727, -0.0199704953, 0.259086996, 0.78898561, 0.557113767, 0.196611002, 0.521650016, -0.830195963))
  4704. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  4705. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  4706. Col_Partweld=weld(m,SP_handle10,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0105407238, -0.887062073, 0.539541245, -0.945631027, 0.324627727, -0.0199704953, 0.259086996, 0.78898561, 0.557113767, 0.196611002, 0.521650016, -0.830195963))
  4707. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  4708. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  4709. Col_Partweld=weld(m,SP_handle10,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0104122162, -1.35096741, 0.896686554, -0.945631027, 0.324627727, -0.0199704953, 0.259086996, 0.78898561, 0.557113767, 0.196611002, 0.521650016, -0.830195963))
  4710. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  4711. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  4712. Col_Partweld=weld(m,SP_handle10,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0104589462, -1.35114384, 1.20208979, -0.945631027, 0.324627727, -0.0199704953, 0.259086996, 0.78898561, 0.557113767, 0.196611002, 0.521650016, -0.830195963))
  4713. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  4714. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  4715. Col_Partweld=weld(m,SP_handle10,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0106124878, -1.12187958, 0.874708652, -0.945631027, 0.324627727, -0.0199704953, 0.259086996, 0.78898561, 0.557113767, 0.196611002, 0.521650016, -0.830195963))
  4716. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  4717. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  4718. Col_Partweld=weld(m,SP_handle10,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.010571003, 0.821580887, -0.531607628, -0.945631027, 0.324627727, -0.0199704953, 0.259086996, 0.78898561, 0.557113767, 0.196611002, 0.521650016, -0.830195963))
  4719. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  4720. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  4721. Col_Partweld=weld(m,SP_handle10,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0106003284, 1.05737209, -0.868231773, -0.945631027, 0.324627727, -0.0199704953, 0.259086996, 0.78898561, 0.557113767, 0.196611002, 0.521650016, -0.830195963))
  4722. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  4723. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  4724. Col_Partweld=weld(m,SP_handle10,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0106773376, 1.27628803, -1.18091011, -0.945631027, 0.324627727, -0.0199704953, 0.259086996, 0.78898561, 0.557113767, 0.196611002, 0.521650016, -0.830195963))
  4725. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  4726. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  4727. Col_Partweld=weld(m,SP_handle10,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.010368824, -1.1217885, 1.17695999, -0.945631027, 0.324627727, -0.0199704953, 0.259086996, 0.78898561, 0.557113767, 0.196611002, 0.521650016, -0.830195963))
  4728. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  4729. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.256740987, 0.200000003, 0.714712024))
  4730. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.504136086, 0.159493446, -0.427830935, -0.501437187, -0.663444817, 0.555339336, 0.847837269, -0.504719615, 0.162573516, 0.172432065, 0.552357733, 0.815578401))
  4731. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  4732. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  4733. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.800821304, 0.446554184, -1.10455942, -0.722352087, -0.691356122, 0.0153078493, 0.691454053, -0.721782207, 0.0303619709, -0.00994200073, 0.0325167105, 0.999421716))
  4734. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.693889976, 0.0196269993, 1))
  4735. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.253762007, 0.200000003, 0.714712024))
  4736. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.512046814, 0.131440997, -0.427809238, 0.083115004, 0.816885948, -0.570779622, -0.981514096, 0.166191399, 0.0949243382, 0.172401011, 0.5523386, 0.815598011))
  4737. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  4738. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  4739. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.511220455, 0.341873169, 0.96157515, -0.767958879, -0.640124083, 0.0219168495, -0.640464962, 0.767115057, -0.0365940742, 0.00661199959, -0.0421397202, -0.999089897))
  4740. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  4741. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 2.49871612))
  4742. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00226759911, 0.319304466, 0.863936663, -0.945625663, 0.324641824, -0.0199957769, 0.325188875, 0.94489789, -0.0376875848, 0.00665899832, -0.0421407484, -0.999089539))
  4743. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4744. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.883213997, 0.694700003))
  4745. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0046339035, 1.0444746, -1.59869623, -0.945631623, 0.324631155, -0.019888306, -0.293534875, -0.878187001, -0.377657235, -0.140064955, -0.351286739, 0.925731838))
  4746. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4747. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  4748. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.26275826, 0.853389502, -1.58433914, -0.269056946, 0.913268566, 0.305857748, -0.952865779, -0.206185117, -0.222563535, -0.140196964, -0.351323664, 0.925697803))
  4749. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103999, 0.0196269993, 1))
  4750. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.588810027, 2.33292603))
  4751. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00439739227, 0.279554367, 0.976404428, -0.945625663, 0.324641824, -0.0199957769, 0.325188875, 0.94489789, -0.0376875848, 0.00665899832, -0.0421407484, -0.999089539))
  4752. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4753. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.922468007, 1.15926802))
  4754. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00447583199, -0.0572519302, -0.355761766, -0.945632756, 0.324626952, -0.0199017059, -0.275754929, -0.767816722, 0.57828778, 0.172446951, 0.552335918, 0.815590084))
  4755. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4756. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  4757. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.838511467, 0.371193349, -1.10453999, -0.0555630215, 0.997910619, -0.0329729244, -0.998405457, -0.0558597334, -0.00814616587, -0.00997100491, 0.0324677229, 0.999423087))
  4758. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.665929019, 0.0196269993, 1))
  4759. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  4760. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.511291027, 0.342019081, -3.50687838, 0.767963469, 0.640117884, -0.0219377708, -0.640459359, 0.767117083, -0.0366508141, -0.0066320044, 0.042196732, 0.999087393))
  4761. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  4762. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  4763. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.469265938, 0.397476435, 0.961621165, -0.317275971, 0.947398067, -0.0421055108, 0.948309898, 0.317266762, -0.00707799522, 0.00665299967, -0.0421747454, -0.999088109))
  4764. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.522713006, 0.0196269993, 1))
  4765. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  4766. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.35635567, 0.91435957, -1.70692158, -0.761349976, -0.559468389, -0.327629834, -0.633011997, 0.750689745, 0.189105138, 0.140149996, 0.351368785, -0.925687909))
  4767. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103999, 0.0196269993, 1))
  4768. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.588810027, 2.33292603))
  4769. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00445699692, 0.228327751, 1.13420701, -0.945626497, 0.32464245, -0.0199464392, -0.325187862, -0.944895387, 0.0377563238, -0.00658999709, 0.0421897173, 0.99908787))
  4770. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4771. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  4772. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.467567444, 0.315345764, -3.66464114, 0.211689577, -0.976406753, 0.042631574, -0.977314711, -0.21177806, 0.00248197117, 0.0066050184, -0.0421898738, -0.999087811))
  4773. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  4774. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 1.21687305, 1.19114494))
  4775. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00450491905, 0.300148964, -1.30584693, -0.945622504, 0.324653715, -0.019952571, 0.325113863, 0.945277095, -0.0274283402, 0.00995599572, -0.032423716, -0.999424636))
  4776. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4777. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  4778. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.24384594, 1.06201863, 1.70700073, 0.374044806, -0.884451091, -0.278992504, 0.916758478, 0.307156891, 0.255359918, -0.140158907, -0.351284802, 0.925718367))
  4779. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500577986, 0.0196269993, 1))
  4780. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.253762007, 0.200000003, 0.714712024))
  4781. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.469534874, 0.12281847, -0.587954521, -0.45754993, -0.688376188, 0.56283778, -0.87231487, 0.470211565, -0.134044275, -0.172379985, -0.552303731, -0.815626085))
  4782. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  4783. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 1.36598396))
  4784. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00220608711, 0.694266319, -1.13025069, -0.945622504, 0.324653715, -0.019952571, 0.325113863, 0.945277095, -0.0274283402, 0.00995599572, -0.032423716, -0.999424636))
  4785. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4786. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  4787. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.418911934, 0.377438545, -3.66472292, 0.849089801, 0.527985692, -0.0166661516, 0.528206885, -0.848203301, 0.0393557698, 0.00664299913, -0.042219758, -0.999086261))
  4788. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.534879982, 0.0196269993, 1))
  4789. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.256740987, 0.200000003, 0.714712024))
  4790. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.462005615, 0.14881289, -0.587880373, 0.0328669995, 0.824325085, -0.565161824, 0.984478891, -0.124239542, -0.123959035, -0.172397986, -0.552315712, -0.815614045))
  4791. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  4792. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 1.21687305, 1.19114494))
  4793. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00452971458, 0.247223854, -1.14861298, -0.945623517, 0.324653685, -0.0199022889, -0.325112849, -0.945275366, 0.027497448, -0.00988599565, 0.032472726, 0.999423742))
  4794. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4795. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 2.49871612))
  4796. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00219941139, 0.26812458, 1.02160215, -0.945626497, 0.32464245, -0.0199464392, -0.325187862, -0.944895387, 0.0377563238, -0.00658999709, 0.0421897173, 0.99908787))
  4797. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4798. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  4799. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.428672791, 0.366399765, 1.11927533, -0.833383441, -0.552407265, 0.0178429503, 0.552656233, -0.832505763, 0.0387981199, -0.00657800352, 0.0421947278, 0.999087751))
  4800. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.522713006, 0.0196269993, 1))
  4801. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  4802. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.467514038, 0.315276623, 1.11939144, -0.211598039, 0.976428211, -0.0425953157, -0.977334261, -0.21168825, 0.00243328302, -0.00664100191, 0.0421447381, 0.99908942))
  4803. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  4804. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.79667002))
  4805. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00205421448, 1.22572517, -1.51919127, -0.945631623, 0.324631155, -0.019888306, -0.293534875, -0.878187001, -0.377657235, -0.140064955, -0.351286739, 0.925731838))
  4806. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4807. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  4808. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.15772057, 0.990996838, 1.58438587, 0.827361524, 0.47202161, 0.304415137, 0.543895721, -0.808569551, -0.224483192, 0.140179917, 0.351298779, -0.925709903))
  4809. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500577986, 0.0196269993, 1))
  4810. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 1.36598396))
  4811. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00216650963, 0.6413908, -0.973021865, -0.945623517, 0.324653685, -0.0199022889, -0.325112849, -0.945275366, 0.027497448, -0.00988599565, 0.032472726, 0.999423742))
  4812. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4813. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  4814. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.24393225, 1.0623157, -3.43240643, -0.37408191, 0.884429097, 0.27901265, 0.916736782, 0.307167768, 0.255424321, 0.140200973, 0.351330757, -0.925694585))
  4815. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500576019, 0.0196269993, 1))
  4816. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.79667002))
  4817. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00222444534, 1.33763885, -1.64175129, -0.945628643, 0.324636608, -0.0199373495, 0.293509871, 0.878158987, 0.377741784, 0.140136957, 0.351351708, -0.925696313))
  4818. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4819. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.991810024))
  4820. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00225925446, 0.315119743, -0.289325953, -0.945632756, 0.324626952, -0.0199017059, -0.275754929, -0.767816722, 0.57828778, 0.172446951, 0.552335918, 0.815590084))
  4821. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4822. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.991810024))
  4823. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00223565102, 0.271659851, -0.449365854, -0.945634246, 0.324619651, -0.0199505147, 0.275781065, 0.767825902, -0.578263164, -0.172397047, -0.552327394, -0.815606356))
  4824. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4825. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  4826. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.847935677, 0.47073555, -1.26174498, -0.144449979, 0.988943577, -0.0335398391, 0.989461899, 0.144701228, 0.00517597003, 0.00997199863, -0.0324387252, -0.99942404))
  4827. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.693889976, 0.0196269993, 1))
  4828. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.883213997, 0.694700003))
  4829. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00445532799, 1.15629053, -1.72130966, -0.945628643, 0.324636608, -0.0199373495, 0.293509871, 0.878158987, 0.377741784, 0.140136957, 0.351351708, -0.925696313))
  4830. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4831. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  4832. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.26272202, 0.853584766, -3.30993795, -0.269056946, 0.913268566, 0.305857748, -0.952865779, -0.206185117, -0.222563535, -0.140196964, -0.351323664, 0.925697803))
  4833. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103701, 0.0196269993, 1))
  4834. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  4835. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.35651422, 0.914390087, -3.4325428, -0.761349976, -0.559468389, -0.327629834, -0.633011997, 0.750689745, 0.189105138, 0.140149996, 0.351368785, -0.925687909))
  4836. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103701, 0.0196269993, 1))
  4837. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  4838. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.15748787, 0.990974426, -3.31005931, -0.827416599, -0.471969754, -0.304345757, 0.543825746, -0.808604777, -0.224526018, -0.140125945, -0.351287663, 0.925722301))
  4839. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500576019, 0.0196269993, 1))
  4840. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  4841. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.458781242, 0.409511328, -3.50684881, 0.344680905, -0.937785327, 0.0418789275, 0.938696742, 0.344642431, -0.0083646588, -0.00658899918, 0.0421947539, 0.999087751))
  4842. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.534879982, 0.0196269993, 1))
  4843. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.922468007, 1.15926802))
  4844. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00448942184, -0.100720406, -0.515701532, -0.945634246, 0.324619651, -0.0199505147, 0.275781065, 0.767825902, -0.578263164, -0.172397047, -0.552327394, -0.815606356))
  4845. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4846. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  4847. Col_Part2weld=weld(m,SP_handle10,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.887491226, 0.391259193, -1.26169181, -0.657770455, -0.75300622, 0.0178802311, -0.753152788, 0.657214046, -0.0288218986, 0.00995193142, -0.0324247368, -0.999424636))
  4848. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.665929019, 0.0196269993, 1))
  4849. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.256740987, 0.200000003))
  4850. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.159528732, -0.504172325, 0.860218287, -0.847859561, 0.504678428, -0.162585005, 0.501429737, 0.663524568, -0.555250764, -0.17234391, -0.552299559, -0.815636337))
  4851. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  4852. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.256740987))
  4853. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.152953148, 0.0836074352, -0.478504181, 0.84784472, -0.504697323, 0.16260393, -0.172378942, -0.552349925, -0.815595031, 0.50144285, 0.663468361, -0.555306137))
  4854. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4855. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  4856. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.85353446, 1.26248169, 4.86010122, 0.952844322, 0.206307769, 0.222541988, 0.269160807, -0.913250983, -0.305818826, 0.140143901, 0.351297319, -0.925715864))
  4857. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.461037993, 1))
  4858. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  4859. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.341884136, 0.510987282, 5.05633736, -0.640505195, 0.767080784, -0.0366101004, 0.767925203, 0.640165567, -0.0218888558, 0.00664600171, -0.0421337374, -0.999089897))
  4860. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 1))
  4861. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  4862. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00427699089, 0.279417992, 3.50691223, -0.945625663, 0.324641824, -0.0199957769, 0.325188875, 0.94489789, -0.0376875848, 0.00665899832, -0.0421407484, -0.999089539))
  4863. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4864. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  4865. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.371233821, 0.421535015, -0.838600159, 0.99840188, 0.0559229143, 0.00814490207, 0.00997299887, -0.0324887149, -0.999422371, -0.05562599, 0.997906387, -0.0329945125))
  4866. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.665929019))
  4867. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.256740987))
  4868. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.142145276, 0.243739367, -0.436419487, 0.98447454, -0.124347329, -0.123885997, 0.172399908, 0.552345574, 0.815593421, -0.0329889879, -0.824288905, 0.565207541))
  4869. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4870. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  4871. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.446519852, 0.421538115, -0.800918102, 0.69153595, -0.721702039, 0.0304025281, 0.0099989986, -0.0325207114, -0.99942106, 0.722272933, 0.691439569, -0.0152729396))
  4872. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.693889976))
  4873. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4874. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.360462427, 0.420999527, 0.146313667, 0.948337257, 0.317185432, -0.00707568694, -0.317194432, 0.947424114, -0.0421352424, -0.00666100951, 0.0422027856, 0.999086916))
  4875. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.522713006, 0.977497995))
  4876. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.253762007))
  4877. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.126096725, 0.0836660862, -0.486280441, 0.981524527, -0.166154012, -0.0948810354, -0.172346905, -0.552373946, -0.815585434, 0.0831029639, 0.816869617, -0.570804715))
  4878. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4879. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4880. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.991041183, 1.15756178, -1.18618441, -0.543875873, 0.808571339, 0.224524811, -0.827392817, -0.47203508, -0.30430904, -0.140071973, -0.351276577, 0.92573458))
  4881. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500577986, 0.65229702))
  4882. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  4883. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.315510511, 0.467567444, 5.21403217, -0.977332532, -0.211695209, 0.00250807125, 0.211607888, -0.976424217, 0.0426364802, -0.00657699723, 0.0422007479, 0.999087512))
  4884. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 1))
  4885. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4886. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.377152443, 2.28585482, -0.418854713, -0.528236926, 0.848187268, -0.0392949767, -0.00665599946, 0.0421407558, 0.999089539, 0.849070907, 0.528017581, -0.0166147705))
  4887. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148548007, 0.534879982))
  4888. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  4889. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.37698555, 0.419285297, 5.21406078, -0.52824682, 0.848182619, -0.039264068, -0.849065721, -0.52802223, 0.0167326052, -0.00653999811, 0.0421767198, 0.999088764))
  4890. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.534879982, 1))
  4891. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4892. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.914198399, 1.30870104, -1.3563838, 0.633088827, -0.750649571, -0.189007342, -0.140140176, -0.351281732, 0.925722361, -0.761287987, -0.559576929, -0.327588677))
  4893. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.652297974, 0.46103999))
  4894. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4895. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.44645977, -0.80098629, 1.70004225, -0.691540182, 0.721700013, -0.0303554125, 0.722269177, 0.69144392, -0.0152557306, 0.00997900311, -0.0324747302, -0.999422729))
  4896. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.693889976, 0.441118985))
  4897. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  4898. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00441026688, 1.19162655, 3.31006503, 0.9456411, -0.324599117, 0.019959772, -0.293478042, -0.878200471, -0.37766996, 0.140120015, 0.351282477, -0.925725162))
  4899. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4900. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  4901. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00439214706, 1.30337477, 3.43263912, 0.945624113, -0.324649155, 0.019949697, 0.293527365, 0.878182054, 0.37767452, -0.140131161, -0.351282328, 0.925723493))
  4902. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4903. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4904. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.853440762, -1.26277256, 1.93171549, -0.95286864, -0.206223175, -0.222516149, -0.269082904, 0.913246095, 0.305901855, 0.140127957, 0.351359516, -0.925694704))
  4905. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.46103999, 0.142450005))
  4906. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4907. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.341907024, 0.511263847, -2.12794161, 0.64047277, -0.767106593, 0.0366374627, 0.767952442, 0.640131056, -0.0219418537, -0.00662103901, 0.0421889909, 0.999087751))
  4908. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196419992, 0.484984994, 0.148549005))
  4909. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  4910. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.914181709, 1.35638261, 4.98267174, 0.633039594, -0.750682771, -0.189040557, 0.761327744, 0.559520423, 0.327592731, -0.140146136, -0.351300985, 0.925714195))
  4911. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.461037993, 1))
  4912. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4913. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.914266586, -1.35628366, 2.05442238, -0.633088827, 0.750631392, 0.189079806, -0.761301816, -0.559580028, -0.327551275, -0.14006497, -0.351315796, 0.92572093))
  4914. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.46103999, 0.142450005))
  4915. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.256740987, 0.200000003))
  4916. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.148662567, -0.461979866, 1.02031827, -0.984472215, 0.124319583, 0.1239326, -0.0329490118, -0.824321926, 0.565161705, 0.172421038, 0.552302539, 0.815618098))
  4917. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  4918. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  4919. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00240087509, 0.319134712, 3.67743373, -0.945625663, 0.324641824, -0.0199957769, 0.325188875, 0.94489789, -0.0376875848, 0.00665899832, -0.0421407484, -0.999089539))
  4920. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4921. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  4922. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00226020813, 1.22576523, 3.4817903, 0.9456411, -0.324599117, 0.019959772, -0.293478042, -0.878200471, -0.37766996, 0.140120015, 0.351282477, -0.925725162))
  4923. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4924. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4925. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.991016388, 1.15749359, -1.93187618, -0.543875873, 0.808571339, 0.224524811, -0.827392817, -0.47203508, -0.30430904, -0.140071973, -0.351276577, 0.92573458))
  4926. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196289998, 0.500576019, 0.142454997))
  4927. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4928. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.85357666, 1.9317317, -1.26263142, 0.952846587, 0.206274241, 0.222563252, 0.140166089, 0.351329118, -0.925700426, -0.269141138, 0.913246334, 0.305850089))
  4929. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196279995, 0.142450005, 0.46103999))
  4930. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4931. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.391195774, -0.887477398, 1.85735178, -0.753168106, 0.657198012, -0.0287882648, -0.657754064, -0.753018916, 0.0179536548, -0.00987900048, 0.0324577168, 0.999424338))
  4932. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.665929973, 0.441118985))
  4933. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4934. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.853420019, 1.18613434, -1.26252842, 0.952844977, 0.206285596, 0.222559601, 0.140181005, 0.351253837, -0.925726831, -0.269138992, 0.913272798, 0.305773109))
  4935. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.652297974, 0.46103999))
  4936. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4937. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.341828346, -2.12795806, 0.511249065, -0.640510261, 0.767076552, -0.036610581, -0.00661700265, 0.0421587341, 0.999089003, 0.767921269, 0.640168965, -0.0219273511))
  4938. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.484982014))
  4939. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4940. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.315322399, 0.467539787, -2.28577399, 0.977315247, 0.211776003, -0.00244848221, 0.211686045, -0.976406991, 0.0426427759, 0.00664000167, -0.0421937406, -0.999087393))
  4941. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196419992, 0.484984994, 0.148549005))
  4942. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4943. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.310422421, 0.459292889, 0.14639163, 0.64047277, -0.767106593, 0.0366374627, 0.767952442, 0.640131056, -0.0219418537, -0.00662103901, 0.0421889909, 0.999087751))
  4944. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 0.977497995))
  4945. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4946. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.397457123, -2.12808228, 0.469182968, -0.948354244, -0.317133933, 0.00710775936, -0.00659400178, 0.0421107523, 0.999091208, -0.317145079, 0.947445393, -0.042027086))
  4947. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.522713006))
  4948. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.253762007, 0.200000003))
  4949. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.131419897, -0.512194633, 0.860224485, -0.981517613, 0.166177034, 0.0949127153, 0.0831229687, 0.816929221, -0.570716381, -0.172376946, -0.552278697, -0.815643549))
  4950. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  4951. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4952. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.47063303, -0.847823143, 1.85730863, -0.989471018, -0.144640908, -0.0051161279, 0.144391, -0.988950074, 0.0336032659, -0.0099200001, 0.0325107351, 0.999422193))
  4953. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.693889976, 0.441118985))
  4954. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  4955. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00439143181, 0.22842598, 3.66465187, -0.945626497, 0.32464245, -0.0199464392, -0.325187862, -0.944895387, 0.0377563238, -0.00658999709, 0.0421897173, 0.99908787))
  4956. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  4957. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4958. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.371227384, -0.838590622, 1.70006013, -0.998404622, -0.0558726229, -0.00814745575, -0.055575978, 0.99791038, -0.0329600982, 0.00997199584, -0.0324547142, -0.999423504))
  4959. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.665929973, 0.441118985))
  4960. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4961. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409637451, 2.1279695, -0.45882988, -0.938699245, -0.344634771, 0.00841473788, 0.00655700173, -0.0422537066, -0.999085486, 0.344675094, -0.937785506, 0.0419232883))
  4962. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148548007, 0.534879982))
  4963. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  4964. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.990716457, 1.1574564, 4.86013174, 0.54388088, -0.80858165, -0.224475801, -0.827379823, -0.472033083, -0.304347694, 0.140129969, 0.351255625, -0.925733805))
  4965. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500576019, 1))
  4966. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4967. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.06201339, 1.24395466, -2.05431366, -0.916777134, -0.307106853, -0.255352944, -0.374003023, 0.884449959, 0.279052258, 0.140148014, 0.351331472, -0.925702393))
  4968. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196289998, 0.500576019, 0.142454997))
  4969. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  4970. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409442663, 0.45865345, 5.05628872, -0.938709855, -0.344607353, 0.00833784323, -0.344644964, 0.937799752, -0.041851189, 0.00660299975, -0.0421597213, -0.999089062))
  4971. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.534879982, 1))
  4972. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4973. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.914289951, 2.05433607, -1.35640335, 0.633035243, -0.750678897, -0.189070344, -0.140152052, -0.351339757, 0.925698578, -0.761330307, -0.559501231, -0.327619642))
  4974. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196279995, 0.142450005, 0.46103999))
  4975. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4976. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.990971088, -1.93175554, 1.15773439, 0.543943048, -0.808526635, -0.22452347, -0.140129015, -0.351335853, 0.925703526, -0.827339113, -0.472067714, -0.304404706))
  4977. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.142449006, 0.500579))
  4978. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4979. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.06208229, -2.05441189, 1.24373341, 0.91675359, 0.307167143, 0.255364805, 0.140168935, 0.351264954, -0.925724447, -0.374052823, 0.884455383, 0.278968126))
  4980. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.142449006, 0.500579))
  4981. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  4982. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.06210279, 1.24363279, 4.98264551, 0.916778266, 0.307115644, 0.255338401, -0.373996735, 0.88447237, 0.278989643, -0.140157655, -0.351267368, 0.925725222))
  4983. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500576019, 1))
  4984. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.253762007))
  4985. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.117540836, 0.243682623, -0.4435606, 0.872311115, -0.470223159, 0.134028256, 0.17242001, 0.55232811, 0.81560111, -0.457542062, -0.688348651, 0.562877834))
  4986. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  4987. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4988. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.315478563, -2.28576088, 0.467499733, -0.977324247, -0.211733639, 0.00252361153, 0.00656000199, -0.0421877168, -0.999088228, 0.211647049, -0.976416528, 0.0426200442))
  4989. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.484982014))
  4990. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  4991. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.391103268, 0.5788095, -0.887467384, 0.753160298, -0.657204688, 0.0288370028, -0.00991900358, 0.032485716, 0.999422967, -0.657762229, -0.753011763, 0.0179481357))
  4992. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.665929019))
  4993. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  4994. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.470628381, 0.578876257, -0.847900391, 0.989469767, 0.144648507, 0.00513296528, -0.00993799698, 0.032515727, 0.999421835, 0.144397974, -0.988948762, 0.0336108431))
  4995. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.693889976))
  4996. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  4997. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.0619719, 1.24398947, -1.30868816, -0.916777134, -0.307106853, -0.255352944, -0.374003023, 0.884449959, 0.279052258, 0.140148014, 0.351331472, -0.925702393))
  4998. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500577986, 0.65229702))
  4999. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5000. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.329339027, 0.380379677, -0.0114355087, 0.552763879, -0.832433581, 0.0388137884, -0.833311796, -0.552515745, 0.0178299248, 0.00660299929, -0.0421997271, -0.999087453))
  5001. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.522713006, 0.977497995))
  5002. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5003. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.283899784, 0.415407181, -0.0114166737, 0.977315247, 0.211776003, -0.00244848221, 0.211686045, -0.976406991, 0.0426427759, 0.00664000167, -0.0421937406, -0.999087393))
  5004. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 0.977497995))
  5005. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.253762007, 0.200000003))
  5006. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.122784138, -0.469544411, 1.02035785, -0.872335136, 0.470185876, -0.134002686, -0.457503051, -0.688390315, 0.562858641, 0.172402009, 0.552307904, 0.815618515))
  5007. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  5008. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  5009. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00221776962, 0.268208504, 3.83515882, -0.945626497, 0.32464245, -0.0199464392, -0.325187862, -0.944895387, 0.0377563238, -0.00658999709, 0.0421897173, 0.99908787))
  5010. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5011. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  5012. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00222539902, 1.33742666, 3.60435581, 0.945624113, -0.324649155, 0.019949697, 0.293527365, 0.878182054, 0.37767452, -0.140131161, -0.351282328, 0.925723493))
  5013. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5014. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5015. Col3_Wedgeweld=weld(m,SP_handle10,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.366291046, -2.28582573, 0.428756714, -0.552696109, 0.832481146, -0.038759172, 0.0065420256, -0.0421728604, -0.999089003, -0.833357155, -0.552446127, 0.0178626645))
  5016. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.522713006))
  5017.  
  5018.  
  5019.  
  5020.  
  5021.  
  5022.  
  5023. SP_handle11=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,1,1,"Institutional white","Handle",Vector3.new(1, 1, 1))
  5024. SP_handle11weld=weld(m,Character["Torso"],SP_handle11,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.749995291, -5.92536449, 0.11785984, -0.000193386892, 4.00258227e-009, 1, 0.906313837, 0.422605217, 0.000175267545, -0.422605187, 0.906313837, -8.17299442e-005))
  5025. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  5026. Col_Partweld=weld(m,SP_handle11,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0267398357, 0.764000416, -0.244439125, -0.945628643, -0.00839626323, 0.32513997, 0.259082913, -0.62379086, 0.737401545, 0.19662793, 0.781546235, 0.592049897))
  5027. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  5028. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  5029. Col_Partweld=weld(m,SP_handle11,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0267810822, 0.999874353, -0.581038475, -0.945628643, -0.00839626323, 0.32513997, 0.259082913, -0.62379086, 0.737401545, 0.19662793, 0.781546235, 0.592049897))
  5030. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  5031. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  5032. Col_Partweld=weld(m,SP_handle11,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0267043114, 0.765051842, -0.84078598, -0.945628643, -0.00839626323, 0.32513997, 0.259082913, -0.62379086, 0.737401545, 0.19662793, 0.781546235, 0.592049897))
  5033. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  5034. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  5035. Col_Partweld=weld(m,SP_handle11,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0266802311, 1.00079417, -1.17745018, -0.945628643, -0.00839626323, 0.32513997, 0.259082913, -0.62379086, 0.737401545, 0.19662793, 0.781546235, 0.592049897))
  5036. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  5037. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  5038. Col_Partweld=weld(m,SP_handle11,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0267260075, 1.21883488, -0.89372921, -0.945628643, -0.00839626323, 0.32513997, 0.259082913, -0.62379086, 0.737401545, 0.19662793, 0.781546235, 0.592049897))
  5039. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  5040. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  5041. Col_Partweld=weld(m,SP_handle11,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0267353058, 1.21984816, -1.49016285, -0.945628643, -0.00839626323, 0.32513997, 0.259082913, -0.62379086, 0.737401545, 0.19662793, 0.781546235, 0.592049897))
  5042. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  5043. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  5044. Col_Partweld=weld(m,SP_handle11,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0267078876, -1.17848754, 1.17303085, -0.945628643, -0.00839626323, 0.32513997, 0.259082913, -0.62379086, 0.737401545, 0.19662793, 0.781546235, 0.592049897))
  5045. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  5046. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  5047. Col_Partweld=weld(m,SP_handle11,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0266876221, -1.40775132, 1.5003624, -0.945628643, -0.00839626323, 0.32513997, 0.259082913, -0.62379086, 0.737401545, 0.19662793, 0.781546235, 0.592049897))
  5048. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  5049. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  5050. Col_Partweld=weld(m,SP_handle11,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0267322063, -1.40768409, 0.892746925, -0.945628643, -0.00839626323, 0.32513997, 0.259082913, -0.62379086, 0.737401545, 0.19662793, 0.781546235, 0.592049897))
  5051. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  5052. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  5053. Col_Partweld=weld(m,SP_handle11,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0266506672, -0.94383359, 0.837892532, -0.945628643, -0.00839626323, 0.32513997, 0.259082913, -0.62379086, 0.737401545, 0.19662793, 0.781546235, 0.592049897))
  5054. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  5055. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  5056. Col_Partweld=weld(m,SP_handle11,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0269429684, -1.17856956, 0.87076664, -0.945628643, -0.00839626323, 0.32513997, 0.259082913, -0.62379086, 0.737401545, 0.19662793, 0.781546235, 0.592049897))
  5057. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  5058. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  5059. Col_Partweld=weld(m,SP_handle11,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0267543793, -0.943730116, 0.230259895, -0.945628643, -0.00839626323, 0.32513997, 0.259082913, -0.62379086, 0.737401545, 0.19662793, 0.781546235, 0.592049897))
  5060. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  5061. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  5062. Col_Partweld=weld(m,SP_handle11,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0268666744, -0.943728685, 0.53562355, -0.945628643, -0.00839626323, 0.32513997, 0.259082913, -0.62379086, 0.737401545, 0.19662793, 0.781546235, 0.592049897))
  5063. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  5064. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  5065. Col_Partweld=weld(m,SP_handle11,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0267708302, -1.40786195, 1.19815636, -0.945628643, -0.00839626323, 0.32513997, 0.259082913, -0.62379086, 0.737401545, 0.19662793, 0.781546235, 0.592049897))
  5066. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  5067. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  5068. Col_Partweld=weld(m,SP_handle11,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0267329216, -1.17845988, 0.565413475, -0.945628643, -0.00839626323, 0.32513997, 0.259082913, -0.62379086, 0.737401545, 0.19662793, 0.781546235, 0.592049897))
  5069. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  5070. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  5071. Col_Partweld=weld(m,SP_handle11,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0269515514, 1.00077677, -0.872039795, -0.945628643, -0.00839626323, 0.32513997, 0.259082913, -0.62379086, 0.737401545, 0.19662793, 0.781546235, 0.592049897))
  5072. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  5073. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  5074. Col_Partweld=weld(m,SP_handle11,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0269987583, 1.21969771, -1.18470383, -0.945628643, -0.00839626323, 0.32513997, 0.259082913, -0.62379086, 0.737401545, 0.19662793, 0.781546235, 0.592049897))
  5075. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  5076. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  5077. Col_Partweld=weld(m,SP_handle11,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0269098282, 0.764958382, -0.535432816, -0.945628643, -0.00839626323, 0.32513997, 0.259082913, -0.62379086, 0.737401545, 0.19662793, 0.781546235, 0.592049897))
  5078. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  5079. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.253762007, 0.200000003, 0.714712024))
  5080. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.538546562, 0.120099425, -0.479366541, 0.083154045, 0.497410059, 0.863521159, -0.981514454, -0.109010547, 0.157309219, 0.17238009, -0.860639334, 0.479150444))
  5081. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  5082. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  5083. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.19077063, 1.03924561, 1.59213829, 0.827351868, -0.344373107, 0.443729818, 0.543909967, 0.294040829, -0.78594017, 0.140181988, 0.891598105, 0.430583179))
  5084. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500577986, 0.0196269993, 1))
  5085. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.588810027, 2.33292603))
  5086. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0207197666, 0.231508255, 1.00657415, -0.945632637, -0.00838041306, 0.325128615, 0.325168878, -0.0447610691, 0.944595993, 0.00663700048, 0.998962581, 0.0450525768))
  5087. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  5088. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 1.36598396))
  5089. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0141522884, 0.689717293, -1.00276041, -0.945626855, -0.00843370613, 0.325144261, -0.325102985, 0.0549267456, -0.944082201, -0.00989700202, -0.998454809, -0.0546820313))
  5090. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5091. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  5092. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.19052219, 1.03918266, -3.31779289, -0.827414095, 0.344310045, -0.443662703, 0.543826044, 0.294096917, -0.785977304, -0.140140012, -0.891604006, -0.430584669))
  5093. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500576019, 0.0196269993, 1))
  5094. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.922468007, 1.15926802))
  5095. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0208113194, -0.0335445404, -0.407359838, -0.945622861, -0.0083885882, 0.325157106, -0.275813967, -0.509194195, -0.815259516, 0.172406986, -0.860610783, 0.479191989))
  5096. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  5097. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.883213997, 0.694700003))
  5098. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0208199024, 1.10070086, -1.60639095, -0.945635736, -0.0084223412, 0.32511878, -0.293504953, 0.452730566, -0.84195596, -0.140099972, -0.891607583, -0.430590183))
  5099. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  5100. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.991810024))
  5101. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0141124725, 0.338831902, -0.340885043, -0.945622861, -0.0083885882, 0.325157106, -0.275813967, -0.509194195, -0.815259516, 0.172406986, -0.860610783, 0.479191989))
  5102. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5103. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  5104. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.3188014, 0.870595515, -3.31758785, -0.269099981, -0.384283245, 0.88312608, -0.952852905, 0.23970966, -0.186039463, -0.140201986, -0.891552448, -0.430671245))
  5105. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103701, 0.0196269993, 1))
  5106. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  5107. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.478591919, 0.303277016, -3.53708792, 0.767981112, -0.0339282081, 0.639573276, -0.64043808, -0.0303106662, 0.76741147, -0.00665100385, -0.998964548, -0.0450069271))
  5108. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  5109. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.256740987, 0.200000003, 0.714712024))
  5110. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.523054123, 0.181190968, -0.479435325, -0.501452208, -0.495407075, -0.70930779, 0.847827315, -0.117973886, -0.516982615, 0.172437057, -0.860612571, 0.479177952))
  5111. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  5112. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  5113. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.421201706, 0.381134033, 0.991816998, -0.317194164, -0.0406203344, 0.947490394, 0.948337495, -0.020577753, 0.316595525, 0.00663700607, 0.9989627, 0.045048926))
  5114. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.522713006, 0.0196269993, 1))
  5115. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  5116. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.411280632, 0.391744137, -3.53706121, 0.344645232, 0.0399757847, -0.937881529, 0.938709676, -0.02172409, 0.344023645, -0.00662200758, -0.998964489, -0.0450127646))
  5117. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.534879982, 0.0196269993, 1))
  5118. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  5119. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.478550911, 0.303015232, 0.991762161, -0.767959833, 0.033945512, -0.639597833, -0.640463829, -0.0303836986, 0.767387152, 0.00661600148, 0.998961687, 0.0450743362))
  5120. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  5121. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 1.21687305, 1.19114494))
  5122. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0208973885, 0.251695633, -1.27614975, -0.945632994, -0.00838453695, 0.32512778, 0.325082988, -0.0550144017, 0.944083929, 0.00997100305, 0.998450339, 0.0547491051))
  5123. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  5124. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.991810024))
  5125. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.014087677, 0.247921944, -0.397778511, -0.945631683, -0.00834596623, 0.325132459, 0.275825441, 0.509132922, 0.815293849, -0.172340035, 0.86064744, -0.479150206))
  5126. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5127. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  5128. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.31882715, 0.870404541, -1.59196758, -0.269099981, -0.384283245, 0.88312608, -0.952852905, 0.23970966, -0.186039463, -0.140201986, -0.891552448, -0.430671245))
  5129. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103999, 0.0196269993, 1))
  5130. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 1.21687305, 1.19114494))
  5131. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0208337307, 0.295552254, -1.17834187, -0.945626855, -0.00843370613, 0.325144261, -0.325102985, 0.0549267456, -0.944082201, -0.00989700202, -0.998454809, -0.0546820313))
  5132. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  5133. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 1.36598396))
  5134. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0141716003, 0.64583683, -1.100564, -0.945632994, -0.00838453695, 0.32512778, 0.325082988, -0.0550144017, 0.944083929, 0.00997100305, 0.998450339, 0.0547491051))
  5135. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5136. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 2.49871612))
  5137. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.014039278, 0.271250725, 0.894136429, -0.945632637, -0.00838041306, 0.325128615, 0.325168878, -0.0447610691, 0.944595993, 0.00663700048, 0.998962581, 0.0450525768))
  5138. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5139. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  5140. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.836351871, 0.483226299, -1.13427925, -0.722331822, 0.0449716039, -0.690082908, 0.691475809, 0.0326818787, -0.721660018, -0.00990100019, -0.998453557, -0.0547039397))
  5141. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.693889976, 0.0196269993, 1))
  5142. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.79667002))
  5143. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0141632557, 1.28196192, -1.52689838, -0.945635736, -0.0084223412, 0.32511878, -0.293504953, 0.452730566, -0.84195596, -0.140099972, -0.891607583, -0.430590183))
  5144. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5145. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  5146. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.889514923, 0.374359071, -1.1342659, -0.0555640124, -0.0541254245, 0.996987104, -0.998405218, 0.0129966792, -0.0549374782, -0.00998400524, -0.998449564, -0.0547612607))
  5147. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.665929019, 0.0196269993, 1))
  5148. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  5149. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.797394753, 0.463146925, -1.23209858, -0.144461975, -0.0527350903, 0.988104105, 0.989459753, -0.0177993085, 0.143710211, 0.0100090001, 0.998449922, 0.0547505654))
  5150. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.693889976, 0.0196269993, 1))
  5151. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.588810027, 2.33292603))
  5152. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0207760334, 0.276483536, 1.1039896, -0.945626259, -0.00842915569, 0.325146109, -0.325189084, 0.0446756929, -0.944593191, -0.00656400435, -0.998965979, -0.0449875779))
  5153. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  5154. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.256740987, 0.200000003, 0.714712024))
  5155. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.434963226, 0.158716947, -0.536307454, 0.0329330042, 0.491199464, 0.870424271, 0.98448199, 0.134253249, -0.113010496, -0.172368005, 0.860638738, -0.47915566))
  5156. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  5157. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  5158. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.456906796, 0.40865612, 1.08905888, -0.833379567, 0.0303442124, -0.551867485, 0.552661777, 0.0338454023, -0.832718134, -0.00658999942, -0.998966336, -0.0449761525))
  5159. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.522713006, 0.0196269993, 1))
  5160. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  5161. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.517260551, 0.326261282, -3.63443851, 0.211650968, 0.0425900593, -0.976416945, -0.977322876, 0.0159879383, -0.211149991, 0.00661800196, 0.998964667, 0.045008108))
  5162. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  5163. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  5164. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.31812882, 0.869916439, -1.69924068, -0.761338174, 0.375159591, -0.528790653, -0.633017182, -0.253762722, 0.731364369, 0.140191033, 0.891549051, 0.430681735))
  5165. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103999, 0.0196269993, 1))
  5166. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  5167. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.31810212, 0.869936943, -3.42491531, -0.761354864, 0.375110924, -0.528801084, -0.63300705, -0.253778011, 0.731367767, 0.140145913, 0.891565323, 0.43066293))
  5168. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103701, 0.0196269993, 1))
  5169. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.883213997, 0.694700003))
  5170. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0209357738, 1.10007858, -1.71359062, -0.945640266, -0.00837116037, 0.325106889, 0.293452054, -0.452859581, 0.841905057, 0.140180036, 0.891542614, 0.430698782))
  5171. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  5172. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  5173. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.19011545, 1.0393486, -3.4247036, -0.374129921, -0.355019867, 0.856730819, 0.916713774, -0.281264931, 0.283771038, 0.140223965, 0.891544163, 0.430681169))
  5174. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500576019, 0.0196269993, 1))
  5175. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.253762007, 0.200000003, 0.714712024))
  5176. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.449507713, 0.102131367, -0.536375761, -0.457582057, -0.500710428, -0.734784186, -0.872295141, 0.0925650969, 0.4801386, -0.172395021, 0.860651314, -0.479123384))
  5177. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  5178. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  5179. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.517122269, 0.326164246, 1.08918095, -0.211628109, -0.0426359661, 0.976419926, -0.977327466, 0.0160611849, -0.211123496, -0.00668100594, -0.998961627, -0.0450682975))
  5180. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  5181. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.922468007, 1.15926802))
  5182. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0208697319, -0.124435425, -0.464158773, -0.945631683, -0.00834596623, 0.325132459, 0.275825441, 0.509132922, 0.815293849, -0.172340035, 0.86064744, -0.479150206))
  5183. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  5184. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  5185. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.848856449, 0.357923031, -1.23194218, -0.657818019, 0.0478376634, -0.751656175, -0.753111005, -0.0285681151, 0.657272935, 0.00996900257, 0.998446465, 0.0548196882))
  5186. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.665929019, 0.0196269993, 1))
  5187. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 2.49871612))
  5188. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0141003132, 0.316260338, 0.991415024, -0.945626259, -0.00842915569, 0.325146109, -0.325189084, 0.0446756929, -0.944593191, -0.00656400435, -0.998965979, -0.0449875779))
  5189. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5190. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.79667002))
  5191. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0142376423, 1.28139687, -1.63401222, -0.945640266, -0.00837116037, 0.325106889, 0.293452054, -0.452859581, 0.841905057, 0.140180036, 0.891542614, 0.430698782))
  5192. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5193. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  5194. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.445985317, 0.420334816, -3.63449574, 0.849070728, -0.029387597, 0.527461231, 0.52823782, 0.0347286686, -0.84838599, 0.00661400054, 0.998964667, 0.0450107381))
  5195. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.534879982, 0.0196269993, 1))
  5196. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  5197. Col_Part2weld=weld(m,SP_handle11,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.19002771, 1.03876746, 1.69938564, 0.37400806, 0.354994237, -0.856794715, 0.916778028, -0.281104296, 0.283722579, -0.140128776, -0.89160496, -0.430586189))
  5198. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500577986, 0.0196269993, 1))
  5199. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.253762007))
  5200. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.114780188, 0.135261774, -0.51278019, 0.981517136, 0.109018527, -0.157286689, -0.172381014, 0.860608518, -0.47920537, 0.0831200182, 0.497461498, 0.863494694))
  5201. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5202. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5203. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.869967461, 1.30095673, -1.31805015, 0.633070648, 0.253765643, -0.731316984, -0.140104905, -0.891574264, -0.430657595, -0.761309505, 0.375097781, -0.528875709))
  5204. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.652297974, 0.46103999))
  5205. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5206. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.03942347, 1.19066691, -1.19378471, -0.543874025, -0.294140518, 0.785927832, -0.827386498, 0.344337881, -0.443692565, -0.140116751, -0.891578794, -0.430644304))
  5207. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500577986, 0.65229702))
  5208. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5209. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.483170509, -0.836477757, 1.72973537, -0.691536665, -0.0326633789, 0.721602499, 0.722272635, -0.0450446121, 0.690140009, 0.00996199809, 0.998450875, 0.0547418706))
  5210. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.693889976, 0.441118985))
  5211. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  5212. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0139198303, 1.28195906, 3.48949432, 0.945648372, 0.00836184341, -0.325083584, -0.29344511, 0.452746481, -0.841968298, 0.140140042, 0.891600132, 0.430592656))
  5213. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5214. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5215. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.37441802, -0.889609337, 1.72969389, -0.998402119, 0.0130164875, -0.0549901165, -0.055618003, -0.0541588776, 0.996982217, 0.00999900326, 0.998447537, 0.0547962859))
  5216. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.665929973, 0.441118985))
  5217. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  5218. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0206103325, 1.24781656, 3.31776619, 0.945648372, 0.00836184341, -0.325083584, -0.29344511, 0.452746481, -0.841968298, 0.140140042, 0.891600132, 0.430592656))
  5219. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  5220. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5221. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.870414615, -1.31887865, 1.93937969, -0.952864468, 0.23964633, -0.186061844, -0.269099116, -0.38432616, 0.883107603, 0.140125066, 0.891550958, 0.430699348))
  5222. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.46103999, 0.142450005))
  5223. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  5224. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.869656086, 1.31802559, 4.97504902, 0.633027315, 0.253705382, -0.731375515, 0.761334538, -0.37509498, 0.528841794, -0.140165284, -0.891592622, -0.430600017))
  5225. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.461037993, 1))
  5226. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  5227. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0209038258, 1.24716902, 3.42494488, 0.945630491, 0.00836391281, -0.325135708, 0.293487161, -0.452779919, 0.841935694, -0.140173063, -0.891583085, -0.430617154))
  5228. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  5229. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  5230. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.391491413, 0.410979271, 5.08651161, -0.938711464, 0.0217750203, -0.344015747, -0.344640166, -0.0400457196, 0.937880337, 0.0066460059, 0.998960555, 0.0450959168))
  5231. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.534879982, 1))
  5232. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  5233. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0206575394, 0.231471062, 3.53709793, -0.945632637, -0.00838041306, 0.325128615, 0.325168878, -0.0447610691, 0.944595993, 0.00663700048, 0.998962581, 0.0450525768))
  5234. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  5235. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  5236. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.870394111, 1.31858301, 4.86776066, 0.952849627, -0.239648461, 0.186135098, 0.26915592, 0.384249359, -0.883123755, 0.14011696, 0.891583443, 0.430634648))
  5237. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.461037993, 1))
  5238. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5239. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.302954197, -2.15817499, 0.478517056, -0.640524805, -0.03037709, 0.767336488, -0.0066320016, -0.99896127, -0.0450825728, 0.767908812, -0.0339654833, 0.639658034))
  5240. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.484982014))
  5241. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  5242. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.483219147, 0.451294899, -0.836423397, 0.691521883, 0.0326012745, -0.721619546, 0.00996698625, 0.998455346, 0.0546594225, 0.72228682, -0.0449905545, 0.690128744))
  5243. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.693889976))
  5244. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.253762007))
  5245. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0968532562, 0.192103624, -0.42353344, 0.872299194, -0.0925749987, -0.480129212, 0.172419041, -0.860610783, 0.479187727, -0.457565129, -0.500778496, -0.734748363))
  5246. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5247. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5248. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.869863033, -1.31789565, 2.0468483, -0.633060217, -0.253737926, 0.731335759, -0.7613253, 0.375026137, -0.528903961, -0.140067041, -0.891612351, -0.430591166))
  5249. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.46103999, 0.142450005))
  5250. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.253762007, 0.200000003))
  5251. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.120140433, -0.538675308, 0.911805153, -0.981522381, -0.108987339, 0.157275587, 0.0831450373, 0.497363955, 0.863548517, -0.172339067, 0.860668778, -0.479112089))
  5252. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  5253. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  5254. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.03909874, 1.19081545, 4.86773109, 0.54389298, 0.294088632, -0.78593415, -0.827364981, 0.34437716, -0.443702161, 0.140169993, 0.89158082, 0.430622935))
  5255. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500576019, 1))
  5256. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5257. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.381127357, -2.15823555, 0.421205521, -0.948350012, 0.0205625743, -0.316558838, -0.00661600288, -0.998962045, -0.0450688489, -0.317157, -0.0406466909, 0.9475016))
  5258. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.522713006))
  5259. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5260. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.344136715, 0.37292099, 0.116117477, 0.948348165, -0.0205844548, 0.316562861, -0.317161709, -0.0406073853, 0.947501779, -0.0066490178, -0.998963177, -0.0450385399))
  5261. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.522713006, 0.977497995))
  5262. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5263. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.271543503, 0.426626205, 0.116225243, 0.640492082, 0.0303136967, -0.76736629, 0.76793611, -0.0339231454, 0.639627576, -0.00664200354, -0.998964667, -0.0450064838))
  5264. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 0.977497995))
  5265. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  5266. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142958164, 1.28122759, 3.59667397, 0.945630491, 0.00836391281, -0.325135708, 0.293487161, -0.452779919, 0.841935694, -0.140173063, -0.891583085, -0.430617154))
  5267. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5268. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  5269. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.357679844, 0.549085617, -0.848843575, 0.753205478, 0.0285467356, -0.657165587, -0.00991599541, -0.998451531, -0.054737065, -0.657710552, 0.0477447025, -0.751756132))
  5270. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.665929019))
  5271. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5272. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.03899395, -2.04664612, 1.18994999, 0.916746378, -0.281186968, 0.283742964, 0.140181378, 0.891575098, 0.430631071, -0.374065995, -0.355003983, 0.856765389))
  5273. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.142449006, 0.500579))
  5274. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  5275. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0139677525, 0.271186829, 3.707623, -0.945632637, -0.00838041306, 0.325128615, 0.325168878, -0.0447610691, 0.944595993, 0.00663700048, 0.998962581, 0.0450525768))
  5276. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5277. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.256740987))
  5278. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.174636364, 0.135187864, -0.49742794, 0.8478567, -0.117993601, -0.516929865, -0.172380939, 0.860622764, -0.47917974, 0.501421809, 0.495384574, 0.709344983))
  5279. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5280. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5281. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.03938389, 1.1906848, -1.93947506, -0.543874025, -0.294140518, 0.785927832, -0.827386498, 0.344337881, -0.443692565, -0.140116751, -0.891578794, -0.430644304))
  5282. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196289998, 0.500576019, 0.142454997))
  5283. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5284. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.869921684, 2.04671574, -1.31806302, 0.633070648, 0.253765643, -0.731316984, -0.140104905, -0.891574264, -0.430657595, -0.761309505, 0.375097781, -0.528875709))
  5285. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196279995, 0.142450005, 0.46103999))
  5286. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  5287. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.302970886, 0.478327274, 5.08651018, -0.640504718, -0.0303856358, 0.767352939, 0.76792562, -0.0339723676, 0.639637589, 0.00663299952, 0.998960733, 0.0450933725))
  5288. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 1))
  5289. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5290. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.408584595, -2.25568676, 0.456677914, -0.552705824, -0.0338919498, 0.83268702, 0.00667504873, 0.998960674, 0.0450902469, -0.833349764, 0.030479867, -0.551905096))
  5291. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.522713006))
  5292. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5293. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.391698837, 2.15825558, -0.411062241, -0.938696742, 0.0217720065, -0.344055831, 0.00664700149, 0.99896127, 0.0450795218, 0.344679922, 0.0400290601, -0.937866449))
  5294. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148548007, 0.534879982))
  5295. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.256740987, 0.200000003))
  5296. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.158625752, -0.434890747, 0.968763113, -0.984474778, -0.134268403, 0.113054939, -0.0329589956, -0.4912287, -0.870406866, 0.172403961, -0.860619783, 0.479176909))
  5297. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  5298. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  5299. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.46299243, 0.549161911, -0.797379494, 0.989470005, -0.0177557357, 0.143645197, -0.00997900311, -0.998454154, -0.0546789356, 0.144393995, 0.0526697263, -0.988117576))
  5300. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.693889976))
  5301. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5302. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.294825792, 0.464999199, 0.0188074112, 0.97731775, -0.016014345, 0.211172089, 0.21167396, 0.0425464809, -0.976413846, 0.00665200129, 0.998966098, 0.0449712463))
  5303. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 0.977497995))
  5304. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5305. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.326217175, -2.2556076, 0.516963005, -0.977326751, 0.0160165206, -0.211130023, 0.00662600156, 0.998960018, 0.0451101102, 0.211632952, 0.042688366, -0.976416588))
  5306. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.484982014))
  5307. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5308. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.303115368, 0.478591442, -2.15813684, 0.640492082, 0.0303136967, -0.76736629, 0.76793611, -0.0339231454, 0.639627576, -0.00664200354, -0.998964667, -0.0450064838))
  5309. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196419992, 0.484984994, 0.148549005))
  5310. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.256740987, 0.200000003))
  5311. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.181184769, -0.523085594, 0.911836505, -0.847856879, 0.118012778, 0.516925275, 0.501436949, 0.495334029, 0.7093696, -0.172335982, 0.860649288, -0.479148388))
  5312. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  5313. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  5314. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.326301813, 0.517473221, 5.18379021, -0.977336228, 0.0159653462, -0.211090282, 0.211590052, 0.0425555594, -0.976431727, -0.0066060042, -0.998966575, -0.0449691974))
  5315. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 1))
  5316. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5317. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.870340824, 1.19378471, -1.31865597, 0.952856243, -0.239682823, 0.18605724, 0.14019303, 0.891590834, 0.430594623, -0.269093066, -0.384210795, 0.883159697))
  5318. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.652297974, 0.46103999))
  5319. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5320. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.0393219, -1.93949413, 1.19071054, 0.543899238, 0.294118792, -0.785918415, -0.140120059, -0.891583681, -0.430633307, -0.827369392, 0.34434405, -0.443719685))
  5321. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.142449006, 0.500579))
  5322. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5323. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.03885496, 1.19017458, -1.30100155, -0.916781425, 0.281152278, -0.283663929, -0.373987168, -0.35507223, 0.856771529, 0.140162066, 0.891558886, 0.430670947))
  5324. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500577986, 0.65229702))
  5325. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  5326. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.03903425, 1.18976831, 4.97499752, 0.916760445, -0.281152308, 0.283731848, -0.374037176, -0.354986697, 0.856785178, -0.140166059, -0.89159292, -0.430599183))
  5327. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500576019, 1))
  5328. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5329. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.420154572, 2.25565529, -0.445982933, -0.528229177, -0.03477633, 0.848389387, -0.0066020051, -0.998962522, -0.0450590476, 0.849076271, -0.0294025764, 0.527451515))
  5330. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148548007, 0.534879982))
  5331. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5332. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.870506287, 1.9394083, -1.31875992, 0.952856898, -0.239688948, 0.18604584, 0.140184134, 0.891561687, 0.430657834, -0.269095272, -0.384274572, 0.883131325))
  5333. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196279995, 0.142450005, 0.46103999))
  5334. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  5335. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.374366701, 0.451246262, -0.889552116, 0.99840045, -0.0130049158, 0.0550217703, 0.00999100786, 0.998452723, 0.0547013916, -0.0556480214, -0.0540641695, 0.996985614))
  5336. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.665929019))
  5337. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5338. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.371558189, 0.40860796, 0.0187597275, 0.552742064, 0.0338427983, -0.832664967, -0.833326101, 0.0303896479, -0.551945746, 0.00662500365, 0.998965025, 0.0449997224))
  5339. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.522713006, 0.977497995))
  5340. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  5341. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0206820965, 0.276702881, 3.63445759, -0.945626259, -0.00842915569, 0.325146109, -0.325189084, 0.0446756929, -0.944593191, -0.00656400435, -0.998965979, -0.0449875779))
  5342. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  5343. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5344. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.357715607, -0.848736286, 1.82770729, -0.753180981, -0.0285323877, 0.657194316, -0.657738984, 0.0476902984, -0.751734793, -0.00989300292, -0.998454571, -0.054686293))
  5345. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.665929973, 0.441118985))
  5346. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5347. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.462924123, -0.797297478, 1.82764912, -0.989472508, 0.0176813994, -0.143637031, 0.144381925, 0.0526836365, -0.988118649, -0.00990399811, -0.99845469, -0.054681886))
  5348. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.693889976, 0.441118985))
  5349. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5350. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.03890169, 1.1901288, -2.04661751, -0.916765988, 0.281147569, -0.283718586, -0.374036014, -0.355071306, 0.856750548, 0.140132993, 0.891560674, 0.430676579))
  5351. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196289998, 0.500576019, 0.142454997))
  5352. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  5353. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0140726566, 0.316495895, 3.80495453, -0.945626259, -0.00842915569, 0.325146109, -0.325189084, 0.0446756929, -0.944593191, -0.00656400435, -0.998965979, -0.0449875779))
  5354. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5355. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5356. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.326248169, 0.517269135, -2.25553322, 0.97731775, -0.016014345, 0.211172089, 0.21167396, 0.0425464809, -0.976413846, 0.00665200129, 0.998966098, 0.0449712463))
  5357. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196419992, 0.484984994, 0.148549005))
  5358. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.253762007, 0.200000003))
  5359. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.102089405, -0.449448586, 0.968808889, -0.872304857, 0.0925724953, 0.480119377, -0.457553953, -0.500787139, -0.734749436, 0.17241998, -0.860606015, 0.479195952))
  5360. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  5361. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  5362. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.42007637, 0.44630909, 5.18386078, -0.52823925, -0.034784086, 0.848382831, -0.84907043, 0.0293339062, -0.527464747, -0.00653900625, -0.99896425, -0.0450294651))
  5363. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.534879982, 1))
  5364. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.256740987))
  5365. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.152088016, 0.19218874, -0.409366608, 0.984473646, 0.134265646, -0.113068759, 0.172409937, -0.860595763, 0.479217887, -0.0329639912, -0.491271526, -0.870382547))
  5366. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5367. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  5368. Col3_Wedgeweld=weld(m,SP_handle11,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.968908191, 3.3164165, 1.25036621, 0.945655525, 0.169800803, -0.277314633, -0.293440193, 0.813073754, -0.502796113, 0.140102088, 0.556847095, 0.818714142))
  5369. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  5370.  
  5371.  
  5372.  
  5373.  
  5374.  
  5375.  
  5376. SP_handle12=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,1,1,"Institutional white","Handle",Vector3.new(1, 1, 1))
  5377. SP_handle12weld=weld(m,Character["Torso"],SP_handle12,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.749995291, -6.00375795, 0.0932588577, -0.000193386906, 4.0083461e-009, 1, 0.57358706, 0.819144547, 0.000110920955, -0.819144547, 0.57358706, -0.000158414143))
  5378. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  5379. Col_Partweld=weld(m,SP_handle12,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0169172287, 1.22267985, -1.44636536, -0.945631027, -0.00836631656, 0.325129956, 0.259066999, -0.623767078, 0.73742944, 0.196636006, 0.781576633, 0.592004716))
  5380. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  5381. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  5382. Col_Partweld=weld(m,SP_handle12,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0168681145, 1.22169423, -0.849960327, -0.945631027, -0.00836631656, 0.325129956, 0.259066999, -0.623767078, 0.73742944, 0.196636006, 0.781576633, 0.592004716))
  5383. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  5384. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  5385. Col_Partweld=weld(m,SP_handle12,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0167939663, 1.00362563, -1.13366127, -0.945631027, -0.00836631656, 0.325129956, 0.259066999, -0.623767078, 0.73742944, 0.196636006, 0.781576633, 0.592004716))
  5386. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  5387. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  5388. Col_Partweld=weld(m,SP_handle12,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0168809891, 1.00270939, -0.537223816, -0.945631027, -0.00836631656, 0.325129956, 0.259066999, -0.623767078, 0.73742944, 0.196636006, 0.781576633, 0.592004716))
  5389. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  5390. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  5391. Col_Partweld=weld(m,SP_handle12,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0168149471, 0.767932415, -0.797010422, -0.945631027, -0.00836631656, 0.325129956, 0.259066999, -0.623767078, 0.73742944, 0.196636006, 0.781576633, 0.592004716))
  5392. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  5393. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  5394. Col_Partweld=weld(m,SP_handle12,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0168428421, 0.766857386, -0.200618744, -0.945631027, -0.00836631656, 0.325129956, 0.259066999, -0.623767078, 0.73742944, 0.196636006, 0.781576633, 0.592004716))
  5395. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  5396. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  5397. Col_Partweld=weld(m,SP_handle12,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0170936584, 1.00360775, -0.828252792, -0.945631027, -0.00836631656, 0.325129956, 0.259066999, -0.623767078, 0.73742944, 0.196636006, 0.781576633, 0.592004716))
  5398. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  5399. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  5400. Col_Partweld=weld(m,SP_handle12,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0171511173, 1.2225318, -1.14093971, -0.945631027, -0.00836631656, 0.325129956, 0.259066999, -0.623767078, 0.73742944, 0.196636006, 0.781576633, 0.592004716))
  5401. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  5402. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  5403. Col_Partweld=weld(m,SP_handle12,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0170316696, 0.767828226, -0.491628647, -0.945631027, -0.00836631656, 0.325129956, 0.259066999, -0.623767078, 0.73742944, 0.196636006, 0.781576633, 0.592004716))
  5404. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  5405. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  5406. Col_Partweld=weld(m,SP_handle12,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0169796944, -1.17561877, 0.914663315, -0.945631027, -0.00836631656, 0.325129956, 0.259066999, -0.623767078, 0.73742944, 0.196636006, 0.781576633, 0.592004716))
  5407. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  5408. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  5409. Col_Partweld=weld(m,SP_handle12,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.016711235, -1.40478814, 1.54426289, -0.945631027, -0.00836631656, 0.325129956, 0.259066999, -0.623767078, 0.73742944, 0.196636006, 0.781576633, 0.592004716))
  5410. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  5411. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  5412. Col_Partweld=weld(m,SP_handle12,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.016695261, -0.940895677, 0.881789207, -0.945631027, -0.00836631656, 0.325129956, 0.259066999, -0.623767078, 0.73742944, 0.196636006, 0.781576633, 0.592004716))
  5413. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  5414. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  5415. Col_Partweld=weld(m,SP_handle12,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0167319775, -1.17556047, 1.21693802, -0.945631027, -0.00836631656, 0.325129956, 0.259066999, -0.623767078, 0.73742944, 0.196636006, 0.781576633, 0.592004716))
  5416. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  5417. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  5418. Col_Partweld=weld(m,SP_handle12,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0167865753, -0.940833449, 0.274137497, -0.945631027, -0.00836631656, 0.325129956, 0.259066999, -0.623767078, 0.73742944, 0.196636006, 0.781576633, 0.592004716))
  5419. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  5420. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  5421. Col_Partweld=weld(m,SP_handle12,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0169231892, -0.940833211, 0.57953167, -0.945631027, -0.00836631656, 0.325129956, 0.259066999, -0.623767078, 0.73742944, 0.196636006, 0.781576633, 0.592004716))
  5422. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  5423. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  5424. Col_Partweld=weld(m,SP_handle12,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.016764164, -1.17554855, 0.609320641, -0.945631027, -0.00836631656, 0.325129956, 0.259066999, -0.623767078, 0.73742944, 0.196636006, 0.781576633, 0.592004716))
  5425. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  5426. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.200000003, 0.592930973))
  5427. Col_Partweld=weld(m,SP_handle12,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0168166161, -1.40490437, 1.24205303, -0.945631027, -0.00836631656, 0.325129956, 0.259066999, -0.623767078, 0.73742944, 0.196636006, 0.781576633, 0.592004716))
  5428. mesh("BlockMesh",Col_Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 0.811576009, 1))
  5429. Col_Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Dark indigo","Col_Part",Vector3.new(0.200000003, 0.205298007, 0.200000003))
  5430. Col_Partweld=weld(m,SP_handle12,Col_Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0167732239, -1.40476739, 0.936648369, -0.945631027, -0.00836631656, 0.325129956, 0.259066999, -0.623767078, 0.73742944, 0.196636006, 0.781576633, 0.592004716))
  5431. mesh("SpecialMesh",Col_Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.686944008, 1, 0.813539028))
  5432. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.253762007, 0.200000003, 0.714712024))
  5433. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.488731384, 0.120184898, -0.523491859, -0.457610011, -0.500695944, -0.734768271, -0.872283995, 0.0925886333, 0.480149895, -0.172379002, 0.860666871, -0.479117036))
  5434. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  5435. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.256740987, 0.200000003, 0.714712024))
  5436. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.478107452, 0.159593046, -0.523436069, 0.0328670032, 0.491220981, 0.870404363, 0.984489977, 0.134253472, -0.112939075, -0.172333002, 0.860636294, -0.479188502))
  5437. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  5438. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.588810027, 2.33292603))
  5439. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0108549595, 0.248308182, 1.07028675, -0.945629001, -0.00843299925, 0.325158954, -0.325204015, 0.0447222888, -0.944582939, -0.00657700421, -0.998973727, -0.04502967))
  5440. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  5441. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 1.21687305, 1.19114494))
  5442. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0110123158, 0.279522419, -1.24211788, -0.945638001, -0.00835730135, 0.325111866, 0.325067997, -0.0550625622, 0.944077611, 0.0100120045, 0.99845624, 0.0547766984))
  5443. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  5444. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  5445. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.488065243, 0.320220232, -3.60068989, 0.211696997, 0.0426039398, -0.976397634, -0.977312982, 0.015981853, -0.211194664, 0.00660700398, 0.998972654, 0.0450119376))
  5446. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  5447. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.79667002))
  5448. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00427818298, 1.2702626, -1.56924915, -0.945632994, -0.00844055414, 0.325124383, -0.293520004, 0.452738166, -0.841944575, -0.140089005, -0.89161396, -0.430586278))
  5449. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5450. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.883213997, 0.694700003))
  5451. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0110039711, 1.11171973, -1.67130756, -0.945644021, -0.00838932395, 0.325093091, 0.293453991, -0.45284009, 0.84191227, 0.140152007, 0.891561747, 0.430673063))
  5452. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  5453. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  5454. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.32242489, 0.88474524, -1.65692234, -0.761358023, 0.375117153, -0.528792918, -0.633011997, -0.253840864, 0.731337547, 0.140108004, 0.891554713, 0.430702269))
  5455. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103999, 0.0196269993, 1))
  5456. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  5457. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.43045187, 0.395131111, -3.60073757, 0.849048018, -0.0293985456, 0.527492583, 0.528274, 0.0346702337, -0.848358393, 0.00665200409, 0.9989748, 0.0449584723))
  5458. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.534879982, 0.0196269993, 1))
  5459. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.922468007, 1.15926802))
  5460. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0109272003, -0.0823965073, -0.451261997, -0.945635974, -0.00840480626, 0.325115204, 0.275795996, 0.509085894, 0.815324068, -0.172363997, 0.860684514, -0.479089975))
  5461. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  5462. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  5463. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.20534682, 1.03868341, 1.65693283, 0.374047995, 0.355030119, -0.856759012, 0.916756988, -0.281168908, 0.283728808, -0.140160993, -0.891580164, -0.430631012))
  5464. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500577986, 0.0196269993, 1))
  5465. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  5466. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.32249689, 0.884855032, -3.38256168, -0.761358023, 0.375117153, -0.528792918, -0.633011997, -0.253840864, 0.731337547, 0.140108004, 0.891554713, 0.430702269))
  5467. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103701, 0.0196269993, 1))
  5468. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  5469. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.870821953, 0.377480507, -1.19795418, -0.657764018, 0.0477971435, -0.751699269, -0.753157973, -0.0285328329, 0.657214284, 0.0099650044, 0.998458147, 0.0547583997))
  5470. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.665929019, 0.0196269993, 1))
  5471. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.79667002))
  5472. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00430417061, 1.29306054, -1.59174633, -0.945644021, -0.00838932395, 0.325093091, 0.293453991, -0.45284009, 0.84191227, 0.140152007, 0.891561747, 0.430673063))
  5473. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5474. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.883213997, 0.694700003))
  5475. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0109152794, 1.08899796, -1.64874935, -0.945632994, -0.00844055414, 0.325124383, -0.293520004, 0.452738166, -0.841944575, -0.140089005, -0.89161396, -0.430586278))
  5476. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  5477. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  5478. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.18781149, 1.02430105, -3.36010361, -0.827413023, 0.34432438, -0.443653554, 0.543832004, 0.294153631, -0.785947144, -0.140118003, -0.891589463, -0.430626512))
  5479. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500576019, 0.0196269993, 1))
  5480. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  5481. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.826546669, 0.467098117, -1.19805622, -0.144503996, -0.0527106822, 0.988090277, 0.989453018, -0.0178252608, 0.143749967, 0.0100360047, 0.998459458, 0.0547215044))
  5482. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.693889976, 0.0196269993, 1))
  5483. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 1.36598396))
  5484. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00420260429, 0.661962986, -1.03679848, -0.945623994, -0.00840310752, 0.325149387, -0.325109005, 0.0549497604, -0.944069922, -0.0099340044, -0.998462319, -0.0546843708))
  5485. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5486. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  5487. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.449511528, 0.390370607, 1.02560997, -0.317238986, -0.0406476855, 0.94746536, 0.948321998, -0.020631358, 0.316635817, 0.00667700404, 0.99896884, 0.0450837016))
  5488. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.522713006, 0.0196269993, 1))
  5489. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  5490. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.18792284, 1.02428627, 1.63445473, 0.827378988, -0.344344974, 0.443700999, 0.543880641, 0.294110924, -0.785934329, 0.140135169, 0.891585827, 0.4306238))
  5491. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500577986, 0.0196269993, 1))
  5492. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.253762007, 0.200000003, 0.714712024))
  5493. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.49539566, 0.121511757, -0.492212772, 0.0831680074, 0.497386903, 0.863523662, -0.981519997, -0.108973943, 0.157297015, 0.172339007, -0.860667408, 0.47913003))
  5494. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  5495. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.256740987, 0.200000003, 0.714712024))
  5496. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.484771729, 0.161202908, -0.492306709, -0.501474023, -0.495411694, -0.709280968, 0.847818971, -0.118013784, -0.516981184, 0.172414005, -0.8606143, 0.479198933))
  5497. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0196269993, 1))
  5498. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  5499. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.487922668, 0.320092201, 1.05545616, -0.211651996, -0.0426565409, 0.976404786, -0.977321982, 0.0160600841, -0.211145997, -0.00667500403, -0.998969495, -0.0450792611))
  5500. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  5501. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  5502. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.439267159, 0.402028561, -3.57078743, 0.344695985, 0.0400046408, -0.93785274, 0.93869102, -0.0216678977, 0.344073355, -0.00655700406, -0.998972654, -0.0450119376))
  5503. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.534879982, 0.0196269993, 1))
  5504. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 2.49871612))
  5505. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00420308113, 0.28811264, 0.957666397, -0.945629001, -0.00843299925, 0.325158954, -0.325204015, 0.0447222888, -0.944582939, -0.00657700421, -0.998973727, -0.04502967))
  5506. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5507. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 1.36598396))
  5508. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00430369377, 0.673610687, -1.06649494, -0.945638001, -0.00835730135, 0.325111866, 0.325067997, -0.0550625622, 0.944077611, 0.0100120045, 0.99845624, 0.0547766984))
  5509. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5510. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  5511. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.440597534, 0.383632183, 1.05534935, -0.83336103, 0.0303862691, -0.551887929, 0.552690029, 0.0339016318, -0.832689524, -0.00659300433, -0.998971581, -0.0450379848))
  5512. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.522713006, 0.0196269993, 1))
  5513. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 0.666209996))
  5514. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.30350971, 0.872096062, -1.63454437, -0.269125998, -0.384252191, 0.88312757, -0.952870011, 0.239560902, -0.186146528, -0.140036002, -0.891615629, -0.43059963))
  5515. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103999, 0.0196269993, 1))
  5516. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.991810024))
  5517. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00416874886, 0.289971352, -0.384903431, -0.945635974, -0.00840480626, 0.325115204, 0.275795996, 0.509085894, 0.815324068, -0.172363997, 0.860684514, -0.479089975))
  5518. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5519. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.30321598))
  5520. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.497478008, 0.326032639, 1.0255394, -0.767938972, 0.0339792967, -0.639615536, -0.640488029, -0.0303964019, 0.767359018, 0.00663300417, 0.998969138, 0.0450972617))
  5521. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  5522. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 0.991810024))
  5523. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0041706562, 0.296820641, -0.35376358, -0.945618987, -0.00842922926, 0.32516405, -0.275797993, -0.50922358, -0.815237343, 0.172453001, -0.860603094, 0.479205608))
  5524. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5525. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.675235987, 2.49871612))
  5526. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00413966179, 0.299330235, 0.92788887, -0.945635021, -0.00838768482, 0.325118661, 0.325161994, -0.0448105633, 0.944587052, 0.00664600404, 0.998968959, 0.0450922549))
  5527. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5528. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  5529. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.81623745, 0.461636066, -1.1683073, -0.722333014, 0.0450000763, -0.690073669, 0.69147402, 0.0326491296, -0.721656621, -0.00994400494, -0.998462081, -0.0546916127))
  5530. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.693889976, 0.0196269993, 1))
  5531. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.922468007, 1.15926802))
  5532. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0109143257, -0.0755825043, -0.420210838, -0.945618987, -0.00842922926, 0.32516405, -0.275797993, -0.50922358, -0.815237343, 0.172453001, -0.860603094, 0.479205608))
  5533. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  5534. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.588810027, 2.33292603))
  5535. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0108268261, 0.25961113, 1.04033184, -0.945635021, -0.00838768482, 0.325118661, 0.325161994, -0.0448105633, 0.944587052, 0.00664600404, 0.998968959, 0.0450922549))
  5536. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  5537. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  5538. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.30352926, 0.872011662, -3.36011696, -0.269136995, -0.384276867, 0.88311398, -0.952866971, 0.239571214, -0.186149061, -0.140036002, -0.891602457, -0.430627078))
  5539. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.46103701, 0.0196269993, 1))
  5540. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 1.10292101))
  5541. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.860013008, 0.373155415, -1.16829014, -0.0556459948, -0.0541249216, 0.996973634, -0.998400986, 0.0130229481, -0.0550171584, -0.0100060049, -0.998457313, -0.0547541976))
  5542. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.665929019, 0.0196269993, 1))
  5543. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  5544. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.497393608, 0.326304913, -3.57086658, 0.767928183, -0.0339716338, 0.63963449, -0.640501201, -0.0303070396, 0.767358959, -0.00668300549, -0.998963237, -0.0450324975))
  5545. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.484982014, 0.0196269993, 1))
  5546. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 0.200000003, 2.72803903))
  5547. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.205405, 1.03908813, -3.38238144, -0.374105006, -0.355022699, 0.856736124, 0.916724026, -0.281254858, 0.283750415, 0.140223995, 0.891556203, 0.430661768))
  5548. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.500576019, 0.0196269993, 1))
  5549. Col_Part2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col_Part2",Vector3.new(0.200000003, 1.21687305, 1.19114494))
  5550. Col_Part2weld=weld(m,SP_handle12,Col_Part2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0109066963, 0.267799854, -1.21238518, -0.945623994, -0.00840310752, 0.325149387, -0.325109005, 0.0549497604, -0.944069922, -0.0099340044, -0.998462319, -0.0546843708))
  5551. mesh("BlockMesh",Col_Part2,"","",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  5552. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5553. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.461530685, -0.816445351, 1.76377201, -0.691555977, -0.0326340199, 0.721579313, 0.722253978, -0.0451000035, 0.690150142, 0.0100200046, 0.998458028, 0.0547498167))
  5554. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.693889976, 0.441118985))
  5555. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5556. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.294595718, 0.44557476, 0.0824670792, 0.640488982, 0.0303523242, -0.767360568, 0.767938972, -0.0339097679, 0.639619112, -0.00660700398, -0.998972535, -0.0450190902))
  5557. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 0.977497995))
  5558. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5559. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.872347355, -1.30366564, 1.98172092, -0.952868998, 0.23965615, -0.186029777, -0.269073009, -0.384334683, 0.883107662, 0.140145004, 0.891554117, 0.430690885))
  5560. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.46103999, 0.142450005))
  5561. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  5562. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.872362018, 1.30310559, 4.9101429, 0.952853024, -0.239657149, 0.186109662, 0.269129008, 0.384218127, -0.883141696, 0.140145004, 0.891604841, 0.430587173))
  5563. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.461037993, 1))
  5564. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.253762007))
  5565. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.116191387, 0.148124218, -0.469632149, 0.98152101, 0.109000154, -0.157278657, -0.172358006, 0.860631943, -0.479189098, 0.0831280053, 0.497443616, 0.863494992))
  5566. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5567. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  5568. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.461687088, 0.485296249, -0.816271305, 0.691524982, 0.0326455981, -0.72161454, 0.00995103363, 0.998452902, 0.0547057837, 0.722284079, -0.0450112224, 0.690130293))
  5569. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.693889976))
  5570. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.253762007))
  5571. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.114886761, 0.179239273, -0.462753296, 0.872295976, -0.0925952792, -0.4801265, 0.172387004, -0.860638022, 0.479166508, -0.457583994, -0.500745416, -0.734751701))
  5572. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5573. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.253762007, 0.200000003))
  5574. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.121556774, -0.495499611, 0.924717903, -0.981523991, -0.108973928, 0.157272592, 0.0831420049, 0.497406304, 0.863515258, -0.172328994, 0.860656023, -0.479153872))
  5575. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  5576. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  5577. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.884339809, 1.32224095, 4.93277931, 0.633059025, 0.253709197, -0.731343091, 0.761317015, -0.375065207, 0.528887868, -0.140118003, -0.891613603, -0.430576324))
  5578. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.461037993, 1))
  5579. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5580. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.87227571, 1.23609829, -1.30344081, 0.952851892, -0.239674881, 0.186089218, 0.140165284, 0.891583681, 0.430618435, -0.269122541, -0.384232372, 0.883141279))
  5581. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.652297974, 0.46103999))
  5582. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5583. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.02429271, -1.98185253, 1.18786669, 0.543887019, 0.294157743, -0.785907626, -0.140083998, -0.891588688, -0.430638134, -0.827382982, 0.344321281, -0.443711907))
  5584. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.142449006, 0.500579))
  5585. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  5586. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.004124403, 1.27022862, 3.53183746, 0.945654988, 0.00839741528, -0.325059325, -0.293440014, 0.452755749, -0.841962695, 0.140101999, 0.891604781, 0.430599391))
  5587. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5588. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5589. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.373072207, -0.860134125, 1.7637825, -0.998403013, 0.0129759181, -0.054986611, -0.0556129962, -0.0541579127, 0.996973693, 0.00995800458, 0.998456955, 0.054784447))
  5590. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.665929973, 0.441118985))
  5591. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5592. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.326086998, 0.497576237, -2.19189835, 0.640488982, 0.0303523242, -0.767360568, 0.767938972, -0.0339097679, 0.639619112, -0.00660700398, -0.998972535, -0.0450190902))
  5593. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196419992, 0.484984994, 0.148549005))
  5594. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  5595. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0107531548, 0.259442806, 3.57087803, -0.945635021, -0.00838768482, 0.325118661, 0.325161994, -0.0448105633, 0.944587052, 0.00664600404, 0.998968959, 0.0450922549))
  5596. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  5597. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5598. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.390368223, -2.1919899, 0.449641705, -0.948353112, 0.0205779038, -0.316548437, -0.00664200494, -0.998963058, -0.0450408235, -0.317147017, -0.0406120867, 0.947506428))
  5599. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.522713006))
  5600. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5601. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.02431726, 1.1878407, -1.23625469, -0.543866992, -0.294128895, 0.78593272, -0.827400029, 0.344270974, -0.443720251, -0.140063003, -0.891618729, -0.430584729))
  5602. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500577986, 0.65229702))
  5603. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  5604. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00405859947, 0.299171448, 3.74136925, -0.945635021, -0.00838768482, 0.325118661, 0.325161994, -0.0448105633, 0.944587052, 0.00664600404, 0.998968959, 0.0450922549))
  5605. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5606. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  5607. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0109298229, 1.25877535, 3.38266087, 0.945638001, 0.00838916004, -0.325110316, 0.293482006, -0.452760905, 0.841945767, -0.140134007, -0.891601861, -0.430594862))
  5608. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  5609. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5610. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.353393316, 0.401264668, 0.0823535919, 0.948347986, -0.020565331, 0.316562414, -0.317162991, -0.0405997634, 0.947492778, -0.00663300417, -0.998972058, -0.0450163484))
  5611. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.522713006, 0.977497995))
  5612. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.256740987, 0.200000003))
  5613. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.161160946, -0.484844208, 0.924701691, -0.847854972, 0.118021831, 0.516920865, 0.501443028, 0.495334685, 0.709357679, -0.172328994, 0.86065793, -0.479151428))
  5614. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  5615. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5616. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.884678602, 1.25866127, -1.32244503, 0.633068979, 0.253792077, -0.731304526, -0.140068993, -0.891585827, -0.43065083, -0.761317015, 0.375075847, -0.528880417))
  5617. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.652297974, 0.46103999))
  5618. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  5619. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.326159954, 0.497179508, 5.12028027, -0.64052403, -0.0303610861, 0.767331243, 0.76790899, -0.0339961648, 0.639650166, 0.00666500442, 0.998969197, 0.0450814664))
  5620. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 1))
  5621. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5622. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.03865862, 1.20551062, -1.25866795, -0.916774988, 0.281170845, -0.283668816, -0.374000013, -0.355078191, 0.856759548, 0.140171006, 0.891560495, 0.430669665))
  5623. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500577986, 0.65229702))
  5624. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5625. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.288711905, 0.435816765, 0.0525484085, 0.977320015, -0.0160126537, 0.211158454, 0.211662993, 0.0425874591, -0.976405501, 0.00664200401, 0.99897325, 0.0450024605))
  5626. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 0.977497995))
  5627. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5628. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.87242645, 1.98175716, -1.30354619, 0.95285213, -0.239680022, 0.186081707, 0.140156314, 0.891558409, 0.430673718, -0.269126594, -0.384287804, 0.883116007))
  5629. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196279995, 0.142450005, 0.46103999))
  5630. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  5631. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.401650906, 0.438946247, 5.12028027, -0.938692987, 0.021766454, -0.344064176, -0.344691008, -0.0400664508, 0.937852144, 0.00662800437, 0.998968124, 0.0451038778))
  5632. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.534879982, 1))
  5633. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5634. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.88460207, -1.32239044, 2.0044384, -0.633041978, -0.253759325, 0.731339753, -0.761332989, 0.375073969, -0.528858483, -0.140103996, -0.891595185, -0.430618316))
  5635. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.46103999, 0.142450005))
  5636. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.256740987, 0.200000003))
  5637. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.159418166, -0.478068352, 0.955898285, -0.98447299, -0.134269804, 0.113070458, -0.0329760052, -0.491219103, -0.870401919, 0.172410995, -0.860635161, 0.479162395))
  5638. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  5639. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5640. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.326053143, -2.19191742, 0.497511864, -0.640509009, -0.0303610861, 0.767343521, -0.00662700413, -0.998971105, -0.0450474024, 0.767921984, -0.0339437723, 0.639638066))
  5641. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.484982014))
  5642. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  5643. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.320102215, 0.488115311, 5.15007401, -0.977337003, 0.0159860104, -0.211085543, 0.211587995, 0.0425983667, -0.976421118, -0.00661700405, -0.998973131, -0.0450061262))
  5644. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.484982014, 1))
  5645. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.256740987))
  5646. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.154603958, 0.148050308, -0.459197044, 0.847873986, -0.11801976, -0.516888916, -0.172343001, 0.860628784, -0.479198635, 0.501405001, 0.495385408, 0.709348023))
  5647. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5648. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  5649. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.02405643, 1.18774855, 4.91011143, 0.543908417, 0.294103444, -0.785917819, -0.827366173, 0.34432283, -0.443742156, 0.14010337, 0.891596913, 0.430611283))
  5650. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500576019, 1))
  5651. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5652. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.03868246, 1.20545387, -2.00427341, -0.916764021, 0.281151295, -0.283722818, -0.374042004, -0.355081618, 0.856740057, 0.140129, 0.891565382, 0.430673063))
  5653. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196289998, 0.500576019, 0.142454997))
  5654. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.370718002))
  5655. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.39479351, 0.430790424, 5.15008354, -0.528203011, -0.0347746015, 0.848397613, -0.84909302, 0.0293265134, -0.527424574, -0.00654000416, -0.998973608, -0.045008868))
  5656. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.534879982, 1))
  5657. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.37193799))
  5658. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.03879857, 1.20510864, 4.93266201, 0.916760027, -0.281157017, 0.283731014, -0.374038994, -0.354997784, 0.856775522, -0.140165001, -0.891597092, -0.430596411))
  5659. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.500576019, 1))
  5660. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5661. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.02423644, 1.18774867, -1.98195553, -0.543866992, -0.294128895, 0.78593272, -0.827400029, 0.344270974, -0.443720251, -0.140063003, -0.891618729, -0.430584729))
  5662. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196289998, 0.500576019, 0.142454997))
  5663. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.588810027, 2.72803903))
  5664. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0107932091, 0.248432159, 3.60072803, -0.945629001, -0.00843299925, 0.325158954, -0.325204015, 0.0447222888, -0.944582939, -0.00657700421, -0.998973727, -0.04502967))
  5665. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.588809013, 1, 1))
  5666. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5667. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.346598148, 0.392314911, 0.0524988174, 0.552745461, 0.0339123979, -0.832659841, -0.833324254, 0.0303676967, -0.551949739, 0.00656802254, 0.998963356, 0.0450456254))
  5668. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.522713006, 0.977497995))
  5669. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  5670. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.466935098, 0.515107155, -0.826631069, 0.989459991, -0.0177102312, 0.143718198, -0.00991800427, -0.998459578, -0.0547423065, 0.144466996, 0.0527495742, -0.988093555))
  5671. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.693889976))
  5672. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5673. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.884662509, 2.00440407, -1.32240307, 0.633068979, 0.253792077, -0.731304526, -0.140068993, -0.891585827, -0.43065083, -0.761317015, 0.375075847, -0.528880417))
  5674. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196279995, 0.142450005, 0.46103999))
  5675. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5676. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.401797771, 2.19200039, -0.439144611, -0.93868798, 0.0217656344, -0.344076991, 0.00664200401, 0.998970151, 0.0450626314, 0.344702989, 0.0400231183, -0.937849522))
  5677. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148548007, 0.534879982))
  5678. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.277098, 0.256740987))
  5679. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.152932584, 0.179296017, -0.452551842, 0.984476984, 0.134252757, -0.113053121, 0.172388002, -0.860631108, 0.479177505, -0.0329660028, -0.491230965, -0.870395541))
  5680. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5681. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  5682. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.37305969, 0.485281944, -0.860087872, 0.998402119, -0.0129696308, 0.0550014861, 0.00995600596, 0.998452306, 0.0547160134, -0.0556260049, -0.0540809818, 0.996985972))
  5683. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.665929019))
  5684. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5685. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.394759655, 2.22188568, -0.430408955, -0.528217018, -0.0347710848, 0.84838903, -0.00660500396, -0.998971403, -0.0450451672, 0.84908402, -0.0294022262, 0.527435064))
  5686. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148548007, 0.534879982))
  5687. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5688. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.320097446, -2.22184944, 0.487874985, -0.977320015, 0.0160409138, -0.211156979, 0.00665500434, 0.998969615, 0.0450756252, 0.211662993, 0.042656213, -0.976402521))
  5689. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.484982014))
  5690. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.253762007, 0.200000003))
  5691. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.120118618, -0.488716125, 0.955907822, -0.872309029, 0.0925576687, 0.480108678, -0.457551003, -0.500750542, -0.734768689, 0.172406003, -0.860638916, 0.479157329))
  5692. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.750757992))
  5693. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5694. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.383625984, -2.22194576, 0.440413952, -0.552721977, -0.0338967443, 0.832668543, 0.00666200416, 0.998969495, 0.0450792611, -0.833338976, 0.030468747, -0.551916838))
  5695. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.148550004, 0.522713006))
  5696. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  5697. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00419831276, 0.288212299, 3.77124119, -0.945629001, -0.00843299925, 0.325158954, -0.325204015, 0.0447222888, -0.944582939, -0.00657700421, -0.998973727, -0.04502967))
  5698. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5699. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5700. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.0388217, -2.00428391, 1.20530534, 0.916742325, -0.281204283, 0.283738792, 0.140190199, 0.891563058, 0.430653185, -0.374072522, -0.355020612, 0.856755614))
  5701. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.142449006, 0.500579))
  5702. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5703. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.466951966, -0.82654953, 1.79359531, -0.989468694, 0.0177233703, -0.143658742, 0.144406125, 0.0527056605, -0.98811388, -0.00994108152, -0.998452783, -0.0547099598))
  5704. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.693889976, 0.441118985))
  5705. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5706. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.320160747, 0.488027573, -2.22180653, 0.977320015, -0.0160126537, 0.211158454, 0.211662993, 0.0425874591, -0.976405501, 0.00664200401, 0.99897325, 0.0450024605))
  5707. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196419992, 0.484984994, 0.148549005))
  5708. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.263063014, 0.200000003))
  5709. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.37737751, 0.515069962, -0.870795727, 0.753169, 0.0285560787, -0.657200456, -0.00990300439, -0.998460531, -0.0547235012, -0.657751977, 0.0477314591, -0.751713514))
  5710. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 0.665929019))
  5711. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  5712. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.377346516, -0.870707035, 1.79366589, -0.753166974, -0.0285209417, 0.65720427, -0.657754004, 0.0476917624, -0.751714468, -0.00990400463, -0.998463392, -0.0546705723))
  5713. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 0.665929973, 0.441118985))
  5714. Col3_Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Col3_Wedge",Vector3.new(0.200000003, 0.675235987, 3.12846708))
  5715. Col3_Wedgeweld=weld(m,SP_handle12,Col3_Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00431895256, 1.29282582, 3.55440235, 0.945638001, 0.00838916004, -0.325110316, 0.293482006, -0.452760905, 0.841945767, -0.140134007, -0.891601861, -0.430594862))
  5716. mesh("SpecialMesh",Col3_Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.0196269993, 1, 1))
  5717. --[[local mult = 2
  5718. ----------------------------------------------------
  5719. larm.Size = larm.Size * mult
  5720. rarm.Size = rarm.Size * mult
  5721. lleg.Size = lleg.Size * mult
  5722. rleg.Size = rleg.Size * mult
  5723. torso.Size = torso.Size * mult
  5724. hed.Size = hed.Size * mult
  5725. rutprt.Size = rutprt.Size * mult
  5726. ----------------------------------------------------]]
  5727. newWeld(law, torso, larm, -1.5, 0.5, 0)
  5728. newWeld(raw, torso, rarm, 1.5, 0.5, 0)
  5729. newWeld(llw, torso, lleg, -.5, -2, 0)
  5730. newWeld(rlw, torso, rleg, .5, -2, 0)
  5731. newWeld(hw, torso, hed, 0, 1.5, 0)
  5732. local rutwald=Instance.new('Weld',rutprt)
  5733. rutwald.Part0=rutprt
  5734. rutwald.Part1=torso
  5735. rutprt.Weld.C1=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),0)
  5736. larm.Weld.C1 = CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),0,0)
  5737. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),0,0)
  5738. rleg.Weld.C1=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0)
  5739. lleg.Weld.C1=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0)
  5740.  
  5741.  
  5742.  
  5743.  
  5744.  
  5745.  
  5746.  
  5747.  
  5748.  
  5749.  
  5750.  
  5751.  
  5752.  
  5753. maus.KeyDown:connect(function(kei)
  5754. if string.byte(kei)==48 and not otheranims then
  5755. runnin=true
  5756. end
  5757. if kei=='w' then fldb.w=true end
  5758. if kei=='a' then fldb.a=true end
  5759. if kei=='s' then fldb.s=true end
  5760. if kei=='d' then fldb.d=true end
  5761. end)
  5762. maus.KeyUp:connect(function(kei)
  5763. if string.byte(kei)==48 and not otheranims then
  5764. runnin=false
  5765. end
  5766. if kei=='w' then fldb.w=false end
  5767. if kei=='a' then fldb.a=false end
  5768. if kei=='s' then fldb.s=false end
  5769. if kei=='d' then fldb.d=false end
  5770. end)
  5771.  
  5772.  
  5773. local sine = 0
  5774. local change = 0.5
  5775.  
  5776. local i = 1
  5777. local sy
  5778. game:service'RunService'.RenderStepped:connect(function()
  5779. if anim~=lastanim then
  5780. runtime=0
  5781. end
  5782. lastanim=anim
  5783. chr.Humanoid.CameraOffset=(rutprt.CFrame:toObjectSpace(hed.CFrame)).p+Vector3.new(0,-1.25,0)
  5784. syne=syne+.95
  5785. i = i + 1
  5786. if not otheranims and not swimming then
  5787. if (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 1 and not chr.Humanoid.Jump then-- and torso.Velocity.y<5 and torso.Velocity.y>-5
  5788. anim="Idling"
  5789. elseif (rutprt.Velocity*Vector3.new(1, 0, 1)).magnitude > 1 and (rutprt.Velocity*Vector3.new(1, 0, 1)).magnitude < RunSpeed-10 and not chr.Humanoid.Jump then-- and torso.Velocity.y<5 and torso.Velocity.y>-5
  5790. anim="Walking"
  5791. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > RunSpeed-10 and not chr.Humanoid.Jump then-- and torso.Velocity.y<5 and torso.Velocity.y>-5
  5792. anim="Sprinting"
  5793. elseif torso.Velocity.y>5 and chr.Humanoid.Jump then
  5794. anim='Jumping'
  5795. elseif (torso.Velocity.y < -5) and chr.Humanoid.Jump then
  5796. anim='Falling'
  5797. end
  5798. end
  5799.  
  5800.  
  5801. if anim=="Idling" then
  5802. idlesineinc=35
  5803. SP_handle1weld.C0=clerp(SP_handle1weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5804. SP_handle2weld.C0=clerp(SP_handle2weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5805. SP_handle3weld.C0=clerp(SP_handle3weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5806. SP_handle4weld.C0=clerp(SP_handle4weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5807. SP_handle5weld.C0=clerp(SP_handle5weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5808. SP_handle6weld.C0=clerp(SP_handle6weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5809. SP_handle7weld.C0=clerp(SP_handle7weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5810. SP_handle8weld.C0=clerp(SP_handle8weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5811. SP_handle9weld.C0=clerp(SP_handle9weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5812. SP_handle10weld.C0=clerp(SP_handle10weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5813. SP_handle11weld.C0=clerp(SP_handle11weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5814. SP_handle12weld.C0=clerp(SP_handle12weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5815. LY_handleweld.C0=clerp(LY_handleweld.C0,CFrame.new(0, -.5, .46)*CFrame.Angles(math.rad(45),math.rad(0),math.rad(0)),.1)
  5816.  
  5817. rarm.Weld.C0=clerp(rarm.Weld.C0,CFrame.new(1.5,0.62+0.1*math.cos(sine/10),0)*CFrame.Angles(math.rad(-10),math.rad(-10),math.rad(14+2*math.cos(sine/10))), 0.4)
  5818. larm.Weld.C0=clerp(larm.Weld.C0,CFrame.new(-1.5,0.62+0.1*math.cos(sine/10),0)*CFrame.Angles(math.rad(-20),math.rad(6),math.rad(-10-2*math.cos(sine/10))), 0.4)
  5819. lleg.Weld.C0=clerp(lleg.Weld.C0,CFrame.new(-0.5, -1-0.1*math.cos(sine/10), -0.55) * CFrame.Angles(math.rad(-10+1*math.cos(sine/10)), math.rad(10), math.rad(-0-2*math.cos(sine/10))), 0.4)
  5820. rleg.Weld.C0=clerp(rleg.Weld.C0,CFrame.new(0.5, -1.9-0.1*math.cos(sine/10), 0) * CFrame.Angles(0, math.rad(-10), math.rad(0+2*math.cos(sine/10))), 0.4)
  5821. hed.Weld.C0=clerp(hed.Weld.C0,CFrame.new(0,1.5+math.cos(syne/idlesineinc)/50,0)*CFrame.Angles(math.cos(syne/idlesineinc)/40,0,0),.1)
  5822. rutprt.Weld.C0=clerp(rutprt.Weld.C0,CFrame.new(0,15+math.cos(syne/idlesineinc)/20,0)*CFrame.Angles(math.cos(syne/idlesineinc)/35+math.rad(0),math.rad(0),math.rad(0)),.1)
  5823. end
  5824.  
  5825. if anim=="Walking" then
  5826. SP_handle1weld.C0=clerp(SP_handle1weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5827. SP_handle2weld.C0=clerp(SP_handle2weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5828. SP_handle3weld.C0=clerp(SP_handle3weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5829. SP_handle4weld.C0=clerp(SP_handle4weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5830. SP_handle5weld.C0=clerp(SP_handle5weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5831. SP_handle6weld.C0=clerp(SP_handle6weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5832. SP_handle7weld.C0=clerp(SP_handle7weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5833. SP_handle8weld.C0=clerp(SP_handle8weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5834. SP_handle9weld.C0=clerp(SP_handle9weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5835. SP_handle10weld.C0=clerp(SP_handle10weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5836. SP_handle11weld.C0=clerp(SP_handle11weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5837. SP_handle12weld.C0=clerp(SP_handle12weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5838.  
  5839. rarm.Weld.C0=clerp(rarm.Weld.C0,CFrame.new(1.5,0.62+0.1*math.cos(sine/10),0)*CFrame.Angles(math.rad(-10),math.rad(-10),math.rad(14+2*math.cos(sine/10))), 0.4)
  5840. larm.Weld.C0=clerp(larm.Weld.C0,CFrame.new(-1.5,0.62+0.1*math.cos(sine/10),0)*CFrame.Angles(math.rad(-20),math.rad(6),math.rad(-10-2*math.cos(sine/10))), 0.4)
  5841. lleg.Weld.C0=clerp(lleg.Weld.C0,CFrame.new(-0.5, -1-0.1*math.cos(sine/10), -0.55) * CFrame.Angles(math.rad(-10+1*math.cos(sine/10)), math.rad(10), math.rad(-0-2*math.cos(sine/10))), 0.4)
  5842. rleg.Weld.C0=clerp(rleg.Weld.C0,CFrame.new(0.5, -1.9-0.1*math.cos(sine/10), 0) * CFrame.Angles(0, math.rad(-10), math.rad(0+2*math.cos(sine/10))), 0.4)
  5843. hed.Weld.C0=clerp(hed.Weld.C0,CFrame.new(0,1.5+math.cos(syne/20)/50,0)*CFrame.Angles(-math.cos(syne/3)/20,0,0),.1)
  5844. rutprt.Weld.C0=clerp(rutprt.Weld.C0,CFrame.new(0,15+math.cos(syne/3.375)/20,0)*CFrame.Angles(math.cos(syne/3)/20+math.rad(-3.5),0,0),.1)
  5845. end
  5846.  
  5847. if anim=="Sprinting" then
  5848. SP_handle1weld.C0=clerp(SP_handle1weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5849. SP_handle2weld.C0=clerp(SP_handle2weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5850. SP_handle3weld.C0=clerp(SP_handle3weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5851. SP_handle4weld.C0=clerp(SP_handle4weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5852. SP_handle5weld.C0=clerp(SP_handle5weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5853. SP_handle6weld.C0=clerp(SP_handle6weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5854. SP_handle7weld.C0=clerp(SP_handle7weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5855. SP_handle8weld.C0=clerp(SP_handle8weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5856. SP_handle9weld.C0=clerp(SP_handle9weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5857. SP_handle10weld.C0=clerp(SP_handle10weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5858. SP_handle11weld.C0=clerp(SP_handle11weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5859. SP_handle12weld.C0=clerp(SP_handle12weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5860.  
  5861. rarm.Weld.C0=clerp(rarm.Weld.C0,CFrame.new(1.5,0.62+0.1*math.cos(sine/10),0)*CFrame.Angles(math.rad(-10),math.rad(-10),math.rad(14+2*math.cos(sine/10))), 0.4)
  5862. larm.Weld.C0=clerp(larm.Weld.C0,CFrame.new(-1.5,0.62+0.1*math.cos(sine/10),0)*CFrame.Angles(math.rad(-20),math.rad(6),math.rad(-10-2*math.cos(sine/10))), 0.4)
  5863. lleg.Weld.C0=clerp(lleg.Weld.C0,CFrame.new(-0.5, -1-0.1*math.cos(sine/10), -0.55) * CFrame.Angles(math.rad(-10+1*math.cos(sine/10)), math.rad(10), math.rad(-0-2*math.cos(sine/10))), 0.4)
  5864. rleg.Weld.C0=clerp(rleg.Weld.C0,CFrame.new(0.5, -1.9-0.1*math.cos(sine/10), 0) * CFrame.Angles(0, math.rad(-10), math.rad(0+2*math.cos(sine/10))), 0.4)
  5865. hed.Weld.C0=clerp(hed.Weld.C0,CFrame.new(0,1.55+math.cos(syne/20)/50,0)*CFrame.Angles(-math.cos(syne/2.5)/10+math.rad(20),0,0),.1)
  5866. rutprt.Weld.C0=clerp(rutprt.Weld.C0,CFrame.new(0,15+math.cos(syne/2.5)/15,0)*CFrame.Angles(math.cos(syne/2.5)/10+math.rad(-30),0,0),.1)
  5867. end
  5868.  
  5869. if anim=="Jumping" then
  5870. SP_handle1weld.C0=clerp(SP_handle1weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5871. SP_handle2weld.C0=clerp(SP_handle2weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5872. SP_handle3weld.C0=clerp(SP_handle3weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5873. SP_handle4weld.C0=clerp(SP_handle4weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5874. SP_handle5weld.C0=clerp(SP_handle5weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5875. SP_handle6weld.C0=clerp(SP_handle6weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5876. SP_handle7weld.C0=clerp(SP_handle7weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5877. SP_handle8weld.C0=clerp(SP_handle8weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5878. SP_handle9weld.C0=clerp(SP_handle9weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5879. SP_handle10weld.C0=clerp(SP_handle10weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5880. SP_handle11weld.C0=clerp(SP_handle11weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5881. SP_handle12weld.C0=clerp(SP_handle12weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5882.  
  5883. rarm.Weld.C0=clerp(rarm.Weld.C0,CFrame.new(1.5,.525,0)*CFrame.Angles(math.rad(10),0,math.rad(50)),.1)
  5884. larm.Weld.C0=clerp(larm.Weld.C0,CFrame.new(-1.5,.525,0)*CFrame.Angles(math.rad(10),0,math.rad(-50)),.1)
  5885. lleg.Weld.C0=clerp(lleg.Weld.C0,CFrame.new(-.55,-1.4,0)*CFrame.Angles(math.rad(-17.5),0,math.rad(-2.5)),.1)
  5886. rleg.Weld.C0=clerp(rleg.Weld.C0,CFrame.new(.55,-1.1,-.1)*CFrame.Angles(math.rad(-17.5),0,math.rad(2.5)),.1)
  5887. hed.Weld.C0=clerp(hed.Weld.C0,CFrame.new(0,1.5+math.cos(syne/20)/50,0)*CFrame.Angles(math.cos(syne/20)/40,0,0),.1)
  5888. rutprt.Weld.C0=clerp(rutprt.Weld.C0,CFrame.new(0,-.1+math.cos(syne/20)/20,0)*CFrame.Angles(math.rad(-15),math.rad(0),math.rad(0)),.1)
  5889. end
  5890.  
  5891. if anim=="Falling" then
  5892. SP_handle1weld.C0=clerp(SP_handle1weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5893. SP_handle2weld.C0=clerp(SP_handle2weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5894. SP_handle3weld.C0=clerp(SP_handle3weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5895. SP_handle4weld.C0=clerp(SP_handle4weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5896. SP_handle5weld.C0=clerp(SP_handle5weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5897. SP_handle6weld.C0=clerp(SP_handle6weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5898. SP_handle7weld.C0=clerp(SP_handle7weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5899. SP_handle8weld.C0=clerp(SP_handle8weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5900. SP_handle9weld.C0=clerp(SP_handle9weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5901. SP_handle10weld.C0=clerp(SP_handle10weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5902. SP_handle11weld.C0=clerp(SP_handle11weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5903. SP_handle12weld.C0=clerp(SP_handle12weld.C0,CFrame.new(0, 0, 1)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(i)),.1)
  5904.  
  5905. rarm.Weld.C0=clerp(rarm.Weld.C0,CFrame.new(1.5,.525,0)*CFrame.Angles(math.rad(10),0,math.rad(70)),.035)
  5906. larm.Weld.C0=clerp(larm.Weld.C0,CFrame.new(-1.5,.525,0)*CFrame.Angles(math.rad(10),0,math.rad(-70)),.035)
  5907. lleg.Weld.C0=clerp(lleg.Weld.C0,CFrame.new(-.55,-1.2,0)*CFrame.Angles(math.rad(-14),0,math.rad(-2.5)),.035)
  5908. rleg.Weld.C0=clerp(rleg.Weld.C0,CFrame.new(.55,-1.9,0)*CFrame.Angles(math.rad(0),0,math.rad(2.5)),.035)
  5909. hed.Weld.C0=clerp(hed.Weld.C0,CFrame.new(0,1.5,-.3)*CFrame.Angles(math.rad(-40),0,0),.035)
  5910. rutprt.Weld.C0=clerp(rutprt.Weld.C0,CFrame.new(0,-.1+math.cos(syne/20)/20,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)),.035)
  5911. end
  5912.  
  5913. if runnin and not otheranims and not swimming then
  5914. chr.Humanoid.WalkSpeed=RunSpeed
  5915. elseif not runnin and not otheranims and not swimming then
  5916. chr.Humanoid.WalkSpeed=WlkSpeed
  5917. end
  5918. end)
  5919.  
  5920.  
  5921. --Player Stuff--
  5922. player = game.Players.LocalPlayer
  5923. chara = player.Character
  5924. debby = game:GetService("Debris")
  5925.  
  5926. function ScatterEff(part)
  5927. local eff1 = Instance.new("ParticleEmitter",part)
  5928. eff1.Size = NumberSequence.new(.1)
  5929. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
  5930. eff1.LightEmission = 1
  5931. eff1.Lifetime = NumberRange.new(1)
  5932. eff1.Speed = NumberRange.new(1)
  5933. eff1.Rate = 100
  5934. eff1.VelocitySpread = 10000
  5935. eff1.Texture = "rbxassetid://347504241"
  5936. eff1.Color = ColorSequence.new(Color3.new(0.5,0.05,1))
  5937. local eff2 = Instance.new("ParticleEmitter",part)
  5938. eff2.Size = NumberSequence.new(.1)
  5939. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
  5940. eff2.LightEmission = 1
  5941. eff2.Lifetime = NumberRange.new(1)
  5942. eff2.Speed = NumberRange.new(1)
  5943. eff2.Rate = 100
  5944. eff2.VelocitySpread = 10000
  5945. eff2.Texture = "rbxassetid://347504259"
  5946. eff2.Color = ColorSequence.new(Color3.new(0.5,0.05,1))
  5947. end
  5948.  
  5949. function BurningEff(part)
  5950. local eff1 = Instance.new("ParticleEmitter",part)
  5951. eff1.Size = NumberSequence.new(.1)
  5952. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  5953. eff1.LightEmission = 1
  5954. eff1.Lifetime = NumberRange.new(1)
  5955. eff1.Speed = NumberRange.new(0)
  5956. eff1.Rate = 100
  5957. eff1.Texture = "rbxassetid://347504241"
  5958. eff1.Acceleration = Vector3.new(0,10,0)
  5959. eff1.Color = ColorSequence.new(Color3.new(0.5,0.05,1))
  5960. local eff2 = Instance.new("ParticleEmitter",part)
  5961. eff2.Size = NumberSequence.new(.1)
  5962. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  5963. eff2.LightEmission = 1
  5964. eff2.Lifetime = NumberRange.new(1)
  5965. eff2.Speed = NumberRange.new(0)
  5966. eff2.Rate = 100
  5967. eff2.Texture = "rbxassetid://347504259"
  5968. eff2.Acceleration = Vector3.new(0,10,0)
  5969. eff2.Color = ColorSequence.new(Color3.new(0.5,0.05,1))
  5970. local eff3 = Instance.new("ParticleEmitter",part)
  5971. eff3.Size = NumberSequence.new(1)
  5972. eff3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
  5973. eff3.LightEmission = 1
  5974. eff3.Lifetime = NumberRange.new(1)
  5975. eff3.Speed = NumberRange.new(0)
  5976. eff3.Rate = 100
  5977. eff3.Texture = "rbxasset://textures/particles/fire_main.dds"
  5978. eff3.Acceleration = Vector3.new(0,10,0)
  5979. eff3.Color = ColorSequence.new(Color3.new(0.5,0.05,1))
  5980. end
  5981.  
  5982.  
  5983. local eff1 = Instance.new("ParticleEmitter",EyeFire)
  5984. eff1.Size = NumberSequence.new(.1)
  5985. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  5986. eff1.LightEmission = 1
  5987. eff1.Lifetime = NumberRange.new(.5)
  5988. eff1.Speed = NumberRange.new(1)
  5989. eff1.EmissionDirection = "Front"
  5990. eff1.Rate = 100
  5991. eff1.Texture = "rbxassetid://347504241"
  5992. eff1.Acceleration = Vector3.new(0,10,0)
  5993. eff1.Color = ColorSequence.new(Color3.new(0.5,0.05,1))
  5994. local eff2 = Instance.new("ParticleEmitter",EyeFire)
  5995. eff2.Size = NumberSequence.new(.1)
  5996. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  5997. eff2.LightEmission = 1
  5998. eff2.Lifetime = NumberRange.new(.5)
  5999. eff2.Speed = NumberRange.new(1)
  6000. eff2.EmissionDirection = "Front"
  6001. eff2.Rate = 100
  6002. eff2.Texture = "rbxassetid://347504259"
  6003. eff2.Acceleration = Vector3.new(0,10,0)
  6004. eff2.Color = ColorSequence.new(Color3.new(0.5,0.05,1))
  6005. local eff3 = Instance.new("ParticleEmitter",EyeFire)
  6006. eff3.Size = NumberSequence.new(.1)
  6007. eff3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
  6008. eff3.LightEmission = 1
  6009. eff3.Lifetime = NumberRange.new(.5)
  6010. eff3.Speed = NumberRange.new(1)
  6011. eff3.EmissionDirection = "Front"
  6012. eff3.Rate = 100
  6013. eff3.Texture = "rbxasset://textures/particles/fire_main.dds"
  6014. eff3.Acceleration = Vector3.new(0,10,0)
  6015. eff3.Color = ColorSequence.new(Color3.new(0.5,0.05,1))
  6016.  
  6017. --Name Tag--
  6018. local naeeym = Instance.new("BillboardGui",chara)
  6019. naeeym.Size = UDim2.new(0,100,0,40)
  6020. naeeym.StudsOffset = Vector3.new(0,2,0)
  6021. naeeym.Adornee = chara.Head
  6022. local tecks = Instance.new("TextLabel",naeeym)
  6023. tecks.BackgroundTransparency = 1
  6024. tecks.BorderSizePixel = 0
  6025. tecks.Text = "Osu"
  6026. tecks.Font = "Fantasy"
  6027. tecks.FontSize = "Size24"
  6028. tecks.TextStrokeTransparency = 0
  6029. tecks.TextStrokeColor3 = Color3.new(0.5,0.05,1)
  6030. tecks.TextColor3 = Color3.new(0.5,0.05,1)
  6031. tecks.Size = UDim2.new(1,0,0.5,0)
  6032.  
  6033. --Skybox--
  6034. skybox = Instance.new("Part",chara)
  6035. skybox.Size = Vector3.new(0,0,0)
  6036. skybox.Anchored = true
  6037. skybox.CanCollide = true
  6038. skyboxmesh = Instance.new("SpecialMesh",skybox)
  6039. skyboxmesh.MeshId = "http://www.roblox.com/asset/?id=1527559"
  6040. skyboxmesh.TextureId = "http://www.roblox.com/asset/?id=267613827"
  6041. skyboxmesh.VertexColor = Vector3.new(0.5,0.05,1)
  6042. skyboxmesh.Scale = Vector3.new(-3000,-1000,-3000)
  6043.  
  6044. --Soul Steal--
  6045. function SoulSteal(pos)
  6046. local soulst = coroutine.wrap(function()
  6047. local soul = Instance.new("Part",chara)
  6048. soul.Size = Vector3.new(0,0,0)
  6049. soul.CanCollide = false
  6050. soul.Anchored = false
  6051. soul.Position = pos
  6052. soul.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  6053. soul.Transparency = 1
  6054. local ptc = Instance.new("ParticleEmitter",soul)
  6055. ptc.Texture = "http://www.roblox.com/asset/?id=413366101"
  6056. ptc.Size = NumberSequence.new(.5)
  6057. ptc.LockedToPart = true
  6058. ptc.Speed = NumberRange.new(0)
  6059. ptc.Lifetime = NumberRange.new(9999)
  6060. local bodpos = Instance.new("BodyPosition",soul)
  6061. bodpos.Position = pos
  6062. wait(2)
  6063. soul.Touched:connect(function(hit)
  6064. if hit.Parent == chara then
  6065. soul:Destroy()
  6066. end
  6067. end)
  6068. while soul do
  6069. wait(.1)
  6070. bodpos.Position = chara.Torso.Position
  6071. end
  6072. end)
  6073. soulst()
  6074. end
  6075.  
  6076. --Death of a Mortal--
  6077. function KillMortal(hitdude)
  6078. local torsy = nil
  6079. if hitdude:FindFirstChild("Torso")~=nil then
  6080. torsy = hitdude.Torso
  6081. elseif hitdude:FindFirstChild("UpperTorso")~=nil then
  6082. torsy = hitdude.UpperTorso
  6083. end
  6084. local val = Instance.new("ObjectValue",hitdude)
  6085. val.Name = "HasBeenHit"
  6086. hitdude:BreakJoints()
  6087. hitdude.Humanoid:Destroy()
  6088. SoulSteal(torsy.Position)
  6089. local chi = hitdude:GetChildren()
  6090. for i = 1, #chi do
  6091. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  6092. local bodpos = Instance.new("BodyPosition",chi[i])
  6093. bodpos.Position = chi[i].Position + Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))
  6094. ScatterEff(chi[i])
  6095. chi[i].BrickColor = BrickColor.new("Royal purple")
  6096. end
  6097. end
  6098. for i = 1, 4 do
  6099. for i = 1, #chi do
  6100. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  6101. chi[i].Transparency = chi[i].Transparency + .25
  6102. wait(.01)
  6103. end
  6104. end
  6105. end
  6106. for i = 1, #chi do
  6107. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  6108. chi[i]:Destroy()
  6109. end
  6110. end
  6111. end
  6112.  
  6113.  
  6114.  
  6115. --Death--
  6116. chara.Humanoid.Died:connect(function()
  6117. local pat = Instance.new("Part",game.Workspace)
  6118. pat.Transparency = 1
  6119. pat.Anchored = true
  6120. pat.CFrame = chara.Torso.CFrame
  6121. naeeym.Parent = pat
  6122. naeeym.Adornee = pat
  6123. skybox.Parent = game.Workspace
  6124. tecks.Text = "BAD CHOICE"
  6125. tecks.FontSize = "Size48"
  6126. tecks.TextColor3 = Color3.new(0.5,0.05,1)
  6127. music1:Stop()
  6128. music2:Stop()
  6129. deathmus.Parent = game.Workspace
  6130. deathex.Parent = game.Workspace
  6131. deathmus:Play()
  6132. deathex:Play()
  6133. game.Lighting.OutdoorAmbient = Color3.new(0.5,0.05,1)
  6134. game.Lighting.TimeOfDay = "00:00:00"
  6135. game.Lighting.FogColor = Color3.new(0.5,0.05,1)
  6136. game.Lighting.FogEnd = 1000
  6137. local ex = Instance.new("Explosion",game.Workspace)
  6138. ex.Position = chara.Torso.Position
  6139. ex.Visible = false
  6140. ex.BlastRadius = 999999999999999999999999
  6141. ex.BlastPressure = 9999999999999999999999999
  6142. end)
  6143.  
  6144. --Outfit--
  6145.  
  6146. New = function(Object, Parent, Name, Data)
  6147. local Object = Instance.new(Object)
  6148. for Index, Value in pairs(Data or {}) do
  6149. Object[Index] = Value
  6150. end
  6151. Object.Parent = Parent
  6152. Object.Name = Name
  6153. return Object
  6154. end
  6155.  
  6156. --Sounds--
  6157. Music = New("Sound",chara,"Music",{SoundId = "rbxassetid://",Volume = 1,Looped = true})
  6158. SpellCastSnd = New("Sound",chara,"SpellCast",{SoundId = "rbxassetid://161006131",Volume = 1})
  6159. ExplodeSnd = New("Sound",chara,"Explode",{SoundId = "rbxassetid://221920694",Volume = 1})
  6160. MeteorSnd = New("Sound",chara,"Meteor",{SoundId = "rbxassetid://231917888",Volume = 1})
  6161. LasChgSnd = New("Sound",chara,"LasChg",{SoundId = "rbxassetid://137463716",Volume = 1})
  6162. LaserSnd = New("Sound",chara,"Laser",{SoundId = "rbxassetid://162246701",Volume = 1})
  6163. LasLoopSnd = New("Sound",chara,"LasLoop",{SoundId = "rbxassetid://162246683",Volume = 1,Looped = true})
  6164. deathmus = New("Sound",chara.Torso,"DeathMus",{SoundId = "rbxassetid://19094700",PlaybackSpeed = .5,Volume = 5,Looped = true})
  6165. deathex = New("Sound",chara.Torso,"DeathEx",{SoundId = "rbxassetid://11984351",PlaybackSpeed = 1,Volume = 5})
  6166. Snd = New("Sound",chara,"",{SoundId = "",Volume = 1})
  6167. Music:Play()
  6168.  
  6169. --Enamate--
  6170. function Enamate(part)
  6171. local trace = Instance.new("Part",chara)
  6172. trace.Size = Vector3.new(1,1,1)
  6173. trace.TopSurface = 0
  6174. trace.BottomSurface = 0
  6175. trace.BrickColor = BrickColor.new("Royal purple")
  6176. trace.CanCollide = false
  6177. trace.Anchored = true
  6178. trace.CFrame = part.CFrame * CFrame.fromEulerAnglesXYZ(math.rad(math.random(0,359)),math.rad(math.random(0,359)),math.rad(math.random(0,359)))
  6179. local tracedisp = coroutine.wrap(function()
  6180. for i = 1, 9 do
  6181. wait(.01)
  6182. trace.Transparency = trace.Transparency + .1
  6183. end
  6184. wait(.01)
  6185. trace:Destroy()
  6186. end)
  6187. tracedisp()
  6188. end
  6189. function Enamate2(part,name)
  6190. if chara:FindFirstChild(name)== nil then
  6191. local angl = CFrame.fromEulerAnglesXYZ(math.rad(math.random(0,359)),math.rad(math.random(0,359)),math.rad(math.random(0,359)))
  6192. local trace = Instance.new("Part",chara)
  6193. trace.Size = Vector3.new(1,1,1)
  6194. trace.Name = name
  6195. trace.TopSurface = 0
  6196. trace.BottomSurface = 0
  6197. trace.BrickColor = BrickColor.new("Royal purple")
  6198. trace.CanCollide = false
  6199. trace.Anchored = true
  6200. trace.CFrame = part.CFrame * angl
  6201. local tracem = Instance.new("SpecialMesh",trace)
  6202. tracem.MeshId = "rbxassetid://3270017"
  6203. local tracedisp = coroutine.wrap(function()
  6204. for i = 1, 9 do
  6205. wait(.01)
  6206. trace.Transparency = trace.Transparency + .1
  6207. trace.CFrame = part.CFrame * angl
  6208. tracem.Scale = tracem.Scale + Vector3.new(.5,.5,0)
  6209. end
  6210. wait(.01)
  6211. trace:Destroy()
  6212. end)
  6213. tracedisp()
  6214. end
  6215. end
  6216. function Enamate3()
  6217. if chara:FindFirstChild("Ring")== nil then
  6218. local trace = Instance.new("Part",chara)
  6219. trace.Size = Vector3.new(1,1,1)
  6220. trace.Name = "Ring"
  6221. trace.TopSurface = 0
  6222. trace.BottomSurface = 0
  6223. trace.BrickColor = BrickColor.new("Royal purple")
  6224. trace.CanCollide = false
  6225. trace.Anchored = true
  6226. trace.CFrame = chara.Torso.CFrame
  6227. local tracem = Instance.new("SpecialMesh",trace)
  6228. tracem.MeshId = "rbxassetid://3270017"
  6229. local tracedisp = coroutine.wrap(function()
  6230. for i = 1, 99 do
  6231. wait(.01)
  6232. trace.Transparency = trace.Transparency + .01
  6233. trace.CFrame = chara.Torso.CFrame
  6234. tracem.Scale = tracem.Scale + Vector3.new(.2,.2,0)
  6235. end
  6236. wait(.01)
  6237. trace:Destroy()
  6238. end)
  6239. tracedisp()
  6240. end
  6241. end
  6242.  
  6243. --Play Sound in Part--
  6244. function PlaySnd(snd,part)
  6245. local sound = snd:Clone()
  6246. sound.PlayOnRemove = true
  6247. sound.Parent = Part
  6248. sound:Destroy()
  6249. end
  6250.  
  6251. --Explosion--
  6252. function Expld(rad,pos)
  6253. local ex = Instance.new("Explosion",game.Workspace)
  6254. ex.BlastRadius = rad
  6255. ex.BlastPressure = 0
  6256. ex.Position = pos
  6257. ex.Visible = false
  6258. ex.Hit:connect(function(hit)
  6259. if hit.Parent ~= chara and hit.Parent:FindFirstChild("Humanoid")~= nil then
  6260. hit.Parent:FindFirstChild("Humanoid").Health = hit.Parent:FindFirstChild("Humanoid").Health - rad
  6261. end
  6262. end)
  6263. end
  6264.  
  6265. --Cross Explosion--
  6266. function CrossExplosion()
  6267. local cirpos = Mouse.Hit.p
  6268. local spellcircle = Instance.new("Part",chara)
  6269. spellcircle.Anchored = true
  6270. spellcircle.Size = Vector3.new(1,1,1)
  6271. spellcircle.CFrame = CFrame.new(cirpos.x,cirpos.y,cirpos.z)
  6272. spellcircle.Transparency = 1
  6273. spellcircle.CanCollide = false
  6274. local blkm = Instance.new("BlockMesh",spellcircle)
  6275. blkm.Scale = Vector3.new(0,1,0)
  6276. local dec = Instance.new("Decal",spellcircle)
  6277. dec.Texture = "rbxassetid://685910499"
  6278. dec.Transparency = 1
  6279. dec.Face = "Top"
  6280. local ptl = Instance.new("PointLight",spellcircle)
  6281. ptl.Range = 0
  6282. ptl.Color = Color3.new(0.5,0.05,1)
  6283. spellc = coroutine.wrap(function()
  6284. while spellc ~= nil do
  6285. wait(.01)
  6286. spellcircle.CFrame = spellcircle.CFrame * CFrame.fromEulerAnglesXYZ(0,math.rad(10),0)
  6287. end
  6288. end)
  6289. spellc()
  6290. PlaySnd(SpellCastSnd,spellcircle)
  6291. for i = 1, 10 do
  6292. wait(.01)
  6293. ptl.Range = ptl.Range + 1
  6294. dec.Transparency = dec.Transparency - .1
  6295. blkm.Scale = blkm.Scale + Vector3.new(1,0,1)
  6296. end
  6297. wait(.5)
  6298. PlaySnd(ExplodeSnd,spellcircle)
  6299. local pemit = Instance.new("ParticleEmitter",spellcircle)
  6300. pemit.Color = ColorSequence.new(Color3.new(0.5,0.05,1))
  6301. pemit.LightEmission = 1
  6302. pemit.Size = NumberSequence.new(5)
  6303. pemit.Texture = "rbxasset://textures/particles/smoke_main.dds"
  6304. pemit.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(0.9,0),NumberSequenceKeypoint.new(1,1)})
  6305. pemit.Lifetime = NumberRange.new(1)
  6306. pemit.Rate = 10000
  6307. pemit.Speed = NumberRange.new(100)
  6308. Expld(12,spellcircle.Position)
  6309. wait(.5)
  6310. local pt1 = Instance.new("Part",chara)
  6311. pt1.Size = Vector3.new(0,0,0)
  6312. pt1.Anchored = true
  6313. pt1.CFrame = spellcircle.CFrame + Vector3.new(0,60,0)
  6314. pt1.Transparency = 1
  6315. local pemit2 = pemit:clone()
  6316. pemit2.Lifetime = NumberRange.new(.25)
  6317. pemit2.EmissionDirection = "Left"
  6318. pemit2.Parent = pt1
  6319. local pemit3 = pemit2:clone()
  6320. pemit3.EmissionDirection = "Right"
  6321. pemit3.Parent = pt1
  6322. for i = 1, 10 do
  6323. Expld(12,spellcircle.Position)
  6324. wait(.5)
  6325. end
  6326. pemit.Enabled = false
  6327. pemit2.Enabled = false
  6328. pemit3.Enabled = false
  6329. for i = 1, 10 do
  6330. wait(.01)
  6331. ptl.Range = ptl.Range - 1
  6332. dec.Transparency = dec.Transparency + .1
  6333. blkm.Scale = blkm.Scale - Vector3.new(1,0,1)
  6334. end
  6335. wait(.01)
  6336. spellcircle:Destroy()
  6337. pt1:Destroy()
  6338. end
  6339.  
  6340. --Meteor--
  6341. function Meteor()
  6342. local meteor = Instance.new("Part",game.Workspace)
  6343. meteor.Size = Vector3.new(5,5,5)
  6344. meteor.BrickColor = BrickColor.new("Royal purple")
  6345. meteor.Material = "Neon"
  6346. meteor.TopSurface = 0
  6347. meteor.BottomSurface = 0
  6348. meteor.Shape = 0
  6349. meteor.CFrame = chara.Torso.CFrame + Vector3.new(0,100,0)
  6350. meteor.Velocity = (Mouse.Hit.p - (chara.Torso.CFrame.p + Vector3.new(0,100,0))).unit*100
  6351. debby:AddItem(meteor,15)
  6352. local bfo = Instance.new("BodyForce",meteor)
  6353. bfo.Force = Vector3.new(0,game.Workspace.Gravity*meteor:GetMass(),0)
  6354. local eff = Instance.new("ParticleEmitter",meteor)
  6355. eff.Color = ColorSequence.new(Color3.new(0.5,0.05,1))
  6356. eff.LightEmission = 1
  6357. eff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,10),NumberSequenceKeypoint.new(1,0)})
  6358. eff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
  6359. eff.Texture = "rbxasset://textures/particles/smoke_main.dds"
  6360. eff.Rate = 100000
  6361. eff.Speed = NumberRange.new(0)
  6362. eff.Lifetime = NumberRange.new(1)
  6363. local mehs = Instance.new("SpecialMesh",meteor)
  6364. mehs.MeshType = "Sphere"
  6365. mehs.Scale = Vector3.new(2,2,2)
  6366. --
  6367. meteor.Touched:connect(function(hit)
  6368. if meteor.Anchored == false then
  6369. meteor.Anchored = true
  6370. meteor.CanCollide = false
  6371. eff.Speed = NumberRange.new(50)
  6372. eff.VelocitySpread = 10000
  6373. PlaySnd(MeteorSnd,meteor)
  6374. Expld(15,meteor.Position)
  6375. for i = 1, 10 do
  6376. wait(.01)
  6377. mehs.Scale = mehs.Scale + Vector3.new(.5,.5,.5)
  6378. meteor.Transparency = meteor.Transparency + .1
  6379. end
  6380. eff.Enabled = false
  6381. end
  6382. end)
  6383. end
  6384.  
  6385. --Beam--
  6386. lasactive = false
  6387. function Beam()
  6388. lasactive = true
  6389. LasChgSnd:Play()
  6390. local StartPart = Instance.new("Part",chara)
  6391. StartPart.Size = Vector3.new(0,0,0)
  6392. StartPart.Anchored = true
  6393. StartPart.BrickColor = BrickColor.new("Royal purple")
  6394. StartPart.Material = "Neon"
  6395. StartPart.Transparency = 1
  6396. local mehs = Instance.new("SpecialMesh",StartPart)
  6397. mehs.MeshType = "Sphere"
  6398. mehs.Scale = Vector3.new(0,0,0)
  6399. for i = 1, 20 do
  6400. wait(.01)
  6401. StartPart.CFrame = chara.Torso.CFrame + Vector3.new(0,10,0)
  6402. mehs.Scale = mehs.Scale + Vector3.new(2.5,2.5,2.5)
  6403. StartPart.Transparency = StartPart.Transparency - .05
  6404. end
  6405. local EffectPart = Instance.new("Part",chara)
  6406. EffectPart.Size = Vector3.new(0,0,0)
  6407. EffectPart.Anchored = true
  6408. EffectPart.Transparency = 1
  6409. LaserSnd:Play()
  6410. LasLoopSnd:Play()
  6411. local P = Instance.new("Part",chara)
  6412. P.BrickColor = BrickColor.new("Royal purple")
  6413. P.Material = "Neon"
  6414. P.Anchored = true
  6415. P.CanCollide = false
  6416. P.Locked = true
  6417. P.BottomSurface = "Smooth"
  6418. P.TopSurface = "Smooth"
  6419. for i = 1, 20 do
  6420. wait(.1)
  6421. StartPart.CFrame = chara.Torso.CFrame + Vector3.new(0,10,0)
  6422. local Place0 = StartPart.CFrame
  6423. local Place1 = Mouse.Hit
  6424. EffectPart.Position = Mouse.Hit.p
  6425. local meshla = Instance.new("BlockMesh", P)
  6426. meshla.Scale = Vector3.new(1,1,1)
  6427. local trace = Instance.new("Part",game.Workspace)
  6428. trace.Size = Vector3.new(0,0,0)
  6429. trace.BrickColor = BrickColor.new("Royal purple")
  6430. trace.Material = "Neon"
  6431. trace.CanCollide = false
  6432. trace.Anchored = true
  6433. trace.CFrame = EffectPart.CFrame * CFrame.fromEulerAnglesXYZ(math.rad(math.random(0,359)),math.rad(math.random(0,359)),math.rad(math.random(0,359)))
  6434. tracem = Instance.new("BlockMesh",trace)
  6435. tracem.Scale = Vector3.new(10,10,10)
  6436. local tracedisp = coroutine.wrap(function()
  6437. for i = 1, 9 do
  6438. wait(.01)
  6439. tracem.Scale = tracem.Scale + Vector3.new(10,10,10)
  6440. trace.Transparency = trace.Transparency + .1
  6441. end
  6442. wait(.01)
  6443. trace:Destroy()
  6444. end)
  6445. tracedisp()
  6446. P.Size = Vector3.new(1,1,(Place0.p - Place1.p).magnitude)
  6447. P.CFrame = CFrame.new((Place0.p + Place1.p)/2,Place0.p)
  6448. Expld(15,EffectPart.Position)
  6449. P:Destroy()
  6450. end
  6451. ----
  6452. LasLoopSnd:Stop()
  6453. for i = 1, 20 do
  6454. wait(.01)
  6455. StartPart.CFrame = chara.Torso.CFrame + Vector3.new(0,10,0)
  6456. mehs.Scale = mehs.Scale - Vector3.new(2.5,2.5,2.5)
  6457. StartPart.Transparency = StartPart.Transparency + .05
  6458. end
  6459. StartPart:Destroy()
  6460. EffectPart:Destroy()
  6461. lasactive = false
  6462. end
  6463.  
  6464. --Sword Stab--
  6465. function SwordStab()
  6466. local cirpos = Mouse.Hit.p
  6467. local spellcircle = Instance.new("Part",chara)
  6468. spellcircle.Anchored = true
  6469. spellcircle.Size = Vector3.new(1,1,1)
  6470. spellcircle.CFrame = CFrame.new(cirpos.x,cirpos.y,cirpos.z)
  6471. spellcircle.Transparency = 1
  6472. spellcircle.CanCollide = false
  6473. local blkm = Instance.new("BlockMesh",spellcircle)
  6474. blkm.Scale = Vector3.new(0,1,0)
  6475. local dec = Instance.new("Decal",spellcircle)
  6476. dec.Texture = "rbxassetid://685910499"
  6477. dec.Transparency = 1
  6478. dec.Face = "Top"
  6479. local ptl = Instance.new("PointLight",spellcircle)
  6480. ptl.Range = 0
  6481. ptl.Color = Color3.new(0.5,0.05,1)
  6482. spellc = coroutine.wrap(function()
  6483. while spellc ~= nil do
  6484. wait(.01)
  6485. spellcircle.CFrame = spellcircle.CFrame * CFrame.fromEulerAnglesXYZ(0,math.rad(10),0)
  6486. end
  6487. end)
  6488. spellc()
  6489. PlaySnd(SpellCastSnd,spellcircle)
  6490. for i = 1, 40 do
  6491. wait(.01)
  6492. ptl.Range = ptl.Range + 1
  6493. dec.Transparency = dec.Transparency - .1
  6494. blkm.Scale = blkm.Scale + Vector3.new(1,0,1)
  6495. end
  6496. wait(.5)
  6497. local sword = Instance.new("Part",game.Workspace)
  6498. sword.Size = Vector3.new(2,50,2)
  6499. sword.BottomSurface = 0
  6500. sword.TopSurface = 0
  6501. sword.Position = spellcircle.Position + Vector3.new(0,250,0)
  6502. sword.CFrame = sword.CFrame * CFrame.fromEulerAnglesXYZ(math.rad(-180),0,0)
  6503. local mehs = Instance.new("SpecialMesh",sword)
  6504. mehs.MeshId = "http://www.roblox.com/asset/?id=79109302"
  6505. mehs.Scale = Vector3.new(40,40,40)
  6506. mehs.TextureId = "http://www.roblox.com/asset/?id=66011553"
  6507. mehs.VertexColor = Vector3.new(1,1,0)
  6508. local bodf = Instance.new("BodyPosition",sword)
  6509. bodf.Position = spellcircle.Position
  6510. sword.Touched:connect(function(hit)
  6511. if sword.Anchored == false then
  6512. sword.Anchored = true
  6513. PlaySnd(ExplodeSnd,spellcircle)
  6514. local pt = Instance.new("Part",game.Workspace)
  6515. pt.Shape = 0
  6516. pt.Size = Vector3.new(1,1,1)
  6517. pt.Material = "Neon"
  6518. pt.CFrame = spellcircle.CFrame
  6519. pt.BrickColor = BrickColor.new("Royal purple")
  6520. local mh = Instance.new("SpecialMesh",pt)
  6521. mh.MeshType = "Sphere"
  6522. mh.Scale = Vector3.new(0,0,0)
  6523. for i = 1, 10 do
  6524. wait(.01)
  6525. mh.Scale = mh.Scale + Vector3.new(10,10,10)
  6526. pt.Transparency = pt.Transparency + .1
  6527. Expld(mh.Scale.x,spellcircle.Position)
  6528. end
  6529. wait(1)
  6530. for i = 1, 9 do
  6531. wait(.01)
  6532. sword.Transparency = sword.Transparency +.1
  6533. end
  6534. sword:Destroy()
  6535. wait(.5)
  6536. for i = 1, 40 do
  6537. wait(.01)
  6538. ptl.Range = ptl.Range - 1
  6539. dec.Transparency = dec.Transparency + .1
  6540. blkm.Scale = blkm.Scale - Vector3.new(1,0,1)
  6541. end
  6542. spellcircle:Destroy()
  6543. end
  6544. end)
  6545. end
  6546.  
  6547. --KeyDown--
  6548. mus = true
  6549. function onKeyDown(key)
  6550. if key == "e" then
  6551. flyposy = flyposy - 10
  6552. elseif key == "q" then
  6553. flyposy = flyposy + 10
  6554. elseif key == "z" and lasactive == false then
  6555. CrossExplosion()
  6556. elseif key == "x" and lasactive == false then
  6557. Meteor()
  6558. elseif key == "c" and lasactive == false then
  6559. Beam()
  6560. elseif key == "v" and lasactive == false then
  6561. SwordStab()
  6562. elseif key == "m" then
  6563. if mus == true then
  6564. Music:Stop()
  6565. mus = false
  6566. elseif mus == false then
  6567. Music:Play()
  6568. mus = true
  6569. end
  6570. end
  6571. end
  6572.  
  6573. --Mouse Function--
  6574. Mouse = player:GetMouse()
  6575. if Mouse then
  6576. Mouse.KeyDown:connect(onKeyDown)
  6577. end
  6578. --Loop Function--
  6579. while true do
  6580. wait(.01)
  6581. chance = math.random(0,100)
  6582. if chance < 10 then
  6583. sel = math.random(1,3)
  6584. if sel == 1 then
  6585. tecks.Text = "HAHAHA"
  6586. elseif sel == 2 then
  6587. tecks.Text = "Die"
  6588. elseif sel == 3 then
  6589. tecks.Text = "You cant run!"
  6590. end
  6591. else tecks.Text = "Osu"
  6592. end
  6593. if chara.Humanoid.Health > 0 then
  6594. chara.Humanoid.MaxHealth = math.huge
  6595. chara.Humanoid.Health = math.huge
  6596. game.Lighting.OutdoorAmbient = Color3.new(0.5,0.05,1)
  6597. game.Lighting.Ambient = Color3.new(0.5,0.05,1)
  6598. chara["Left Arm"].BrickColor = BrickColor.new("Cool yellow")
  6599. chara["Right Arm"].BrickColor = BrickColor.new("Cool yellow")
  6600. chara["Left Leg"].BrickColor = BrickColor.new("Medium blue")
  6601. chara["Right Leg"].BrickColor = BrickColor.new("Medium blue")
  6602. chara.Torso.BrickColor = BrickColor.new("Bright yellow")
  6603. chara["Left Arm"].Anchored = false
  6604. chara["Right Arm"].Anchored = false
  6605. chara["Left Leg"].Anchored = false
  6606. chara["Right Leg"].Anchored = false
  6607. chara.Torso.Anchored = false
  6608. ch = chara:GetChildren()
  6609. for i = 1, #ch do
  6610. if ch[i].ClassName == "Accessory" or ch[i].ClassName == "Hat" then
  6611. ch[i]:Destroy()
  6612. end
  6613. end
  6614. tools = player.Backpack:GetChildren()
  6615. for i = 1, #tools do
  6616. if tools[i].ClassName == "HopperBin" then
  6617. tools[i]:Destroy()
  6618. end
  6619. end
  6620. skybox.CFrame = skybox.CFrame * CFrame.fromEulerAnglesXYZ(0,math.rad(1),0)
  6621. tecks.Position = UDim2.new(0,math.random(-3,3),0,math.random(-3,3))
  6622. end
  6623. end
Add Comment
Please, Sign In to add comment