Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 351.18 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer
  2. local chr = plr.Character
  3. local maus = plr:GetMouse()
  4. local PGui=plr.PlayerGui
  5. local lleg = chr["Left Leg"]
  6. local rleg = chr["Right Leg"]
  7. local larm = chr["Left Arm"]
  8. local rarm = chr["Right Arm"]
  9. local hed = chr.Head
  10. local rutprt = chr.HumanoidRootPart
  11. local torso = chr.Torso
  12. local otheranims=false
  13. local swimming=false
  14. chr.Animate.Disabled=true
  15. local fldb={['w']=false,['a']=false,['s']=false,['d']=false}
  16. local RunSpeed=30
  17. local WlkSpeed=16
  18. local SwimSpeed=14
  19. local SwimDashSpeed=28
  20. local anim = "Idling"
  21. local lastanim = "Idling"
  22. local val = 0
  23. local syne = 0
  24. local num = 0
  25. local runtime = 0
  26. local pseudohead=hed:Clone()
  27. for i,x in pairs(pseudohead:GetChildren()) do if not x.ClassName:find('Mesh') then x:Destroy() end end
  28. pseudohead.Name='PseudoHead'
  29. pseudohead.Parent=chr.Head
  30. local pseudoweld=Instance.new('Weld',torso)
  31. pseudoweld.Part0=hed
  32. pseudoweld.Name='PseudoHedWld'
  33. pseudoweld.Part1=pseudohead
  34. hed.Transparency=1
  35.  
  36. coroutine.wrap(function()
  37. for i,x in pairs(hed:GetChildren()) do if x:IsA('Sound') then x:Destroy() end end end)()
  38. function Lerp(a, b, i)
  39. local com1 = {a.X, a.Y, a.Z, a:toEulerAnglesXYZ()}
  40. local com2 = {b.X, b.Y, b.Z, b:toEulerAnglesXYZ()}
  41. local calx = com1[1] + (com2[1] - com1[1]) * i
  42. local caly = com1[2] + (com2[2] - com1[2]) * i
  43. local calz = com1[3] + (com2[3] - com1[3]) * i
  44. local cala = com1[4] + (com2[4] - com1[4]) * i
  45. local calb = com1[5] + (com2[5] - com1[5]) * i
  46. local calc = com1[6] + (com2[6] - com1[6]) * i
  47. return CFrame.new(calx, caly, calz) * CFrame.Angles(cala, calb, calc)
  48. end
  49. function TwnSingleNumber(s,f,m)
  50. local wot=s+(f-s)*m
  51. return wot
  52. end
  53. function TwnVector3(q,w,e)
  54. local begin={q.x,q.y,q.z}
  55. local ending={w.x,w.y,w.z}
  56. local bgx=begin[1]+(ending[1]-begin[1])*e
  57. local bgy=begin[2]+(ending[2]-begin[2])*e
  58. local bgz=begin[3]+(ending[3]-begin[3])*e
  59. return Vector3.new(bgx,bgy,bgz)
  60. end
  61. newWeld = function(wld, wp0, wp1, wc0x, wc0y, wc0z)
  62. wld = Instance.new("Weld", wp1)
  63. wld.Part0 = wp0
  64. wld.Part1 = wp1
  65. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  66. end
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73. --[[local mult = 2
  74. ----------------------------------------------------
  75. larm.Size = larm.Size * mult
  76. rarm.Size = rarm.Size * mult
  77. lleg.Size = lleg.Size * mult
  78. rleg.Size = rleg.Size * mult
  79. torso.Size = torso.Size * mult
  80. hed.Size = hed.Size * mult
  81. rutprt.Size = rutprt.Size * mult
  82. ----------------------------------------------------]]
  83. newWeld(law, torso, larm, -1.5, 0.5, 0)
  84. newWeld(raw, torso, rarm, 1.5, 0.5, 0)
  85. newWeld(llw, torso, lleg, -.5, -2, 0)
  86. newWeld(rlw, torso, rleg, .5, -2, 0)
  87. newWeld(hw, torso, hed, 0, 1.5, 0)
  88. local rutwald=Instance.new('Weld',rutprt)
  89. rutwald.Part0=rutprt
  90. rutwald.Part1=torso
  91. rutprt.Weld.C1=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),0)
  92. larm.Weld.C1 = CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),0,0)
  93. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),0,0)
  94. rleg.Weld.C1=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0)
  95. lleg.Weld.C1=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0)
  96.  
  97.  
  98.  
  99. local LH = {}
  100.  
  101. LH.Model1 = Instance.new("Model")
  102. LH.Model1.Name = "I2S_Model"
  103. LH.Model1.Parent = chr
  104.  
  105. LH.Part1 = Instance.new("Part")
  106. LH.Part1.Name = "L_Hitbox"
  107. LH.Part1.Transparency = 1
  108. LH.Part1.Reflectance = 1
  109. LH.Part1.Size = Vector3.new(2.4000001, 1, 1)
  110. LH.Part1.CFrame = CFrame.new(-0.12872, 1.45511019, -0.8820979, 0.999982238, 0.00589335989, 0.000990279368, -0.00589216966, 0.99998194, -0.00120114384, -0.000997340307, 0.00119528756, 0.999998868)
  111. LH.Part1.Rotation = Vector3.new(0.0688205212, 0.0567388348, -0.33766672)
  112. LH.Part1.Position = Vector3.new(-0.12872, 1.45511019, -0.8820979)
  113. LH.Part1.Parent = LH.Model1
  114.  
  115. LH.Part2 = Instance.new("Part")
  116. LH.Part2.Anchored = true
  117. LH.Part2.CanCollide = false
  118. LH.Part2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  119. LH.Part2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  120. LH.Part2.Color = Color3.new(0.937255, 0.721569, 0.219608)
  121. LH.Part2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  122. LH.Part2.Material = Enum.Material.Neon
  123. LH.Part2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  124. LH.Part2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  125. LH.Part2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  126. LH.Part2.CFrame = CFrame.new(-1.70705605, 3.25694895, -1.17306495, -0.0366589911, -0.941332877, -0.335482568, -0.965480745, -0.0532693639, 0.254969299, -0.257881939, 0.333248883, -0.906885922)
  127. LH.Part2.Rotation = Vector3.new(-164.296768, -19.6018848, 92.2301865)
  128. LH.Part2.BrickColor = BrickColor.new("Gold")
  129. LH.Part2.Position = Vector3.new(-1.70705605, 3.25694895, -1.17306495)
  130. LH.Part2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  131. LH.Part2.Parent = LH.Part1
  132.  
  133. LH.BlockMesh1 = Instance.new("BlockMesh")
  134. LH.BlockMesh1.Scale = Vector3.new(11.7625437, 3.5561192, 0.27354756)
  135. LH.BlockMesh1.Parent = LH.Part2
  136.  
  137. LH.Part3 = Instance.new("Part")
  138. LH.Part3.Anchored = true
  139. LH.Part3.CanCollide = false
  140. LH.Part3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  141. LH.Part3.Name = "Handle"
  142. LH.Part3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  143. LH.Part3.Transparency = 1
  144. LH.Part3.Color = Color3.new(0.905882, 0.905882, 0.92549)
  145. LH.Part3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  146. LH.Part3.Material = Enum.Material.Metal
  147. LH.Part3.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918)
  148. LH.Part3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  149. LH.Part3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  150. LH.Part3.CFrame = CFrame.new(-1.92360103, 4.55722094, -0.745054007, 0.335414886, -0.208190054, -0.918778419, -0.254934907, 0.91882813, -0.301269352, 0.906920671, 0.335278928, 0.255113661)
  151. LH.Part3.Rotation = Vector3.new(49.7422104, -66.7481461, 31.8276329)
  152. LH.Part3.BrickColor = BrickColor.new("Pearl")
  153. LH.Part3.Position = Vector3.new(-1.92360103, 4.55722094, -0.745054007)
  154. LH.Part3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  155. LH.Part3.Parent = LH.Part1
  156.  
  157. LH.Part4 = Instance.new("Part")
  158. LH.Part4.Anchored = true
  159. LH.Part4.CanCollide = false
  160. LH.Part4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  161. LH.Part4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  162. LH.Part4.Color = Color3.new(0.937255, 0.721569, 0.219608)
  163. LH.Part4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  164. LH.Part4.Material = Enum.Material.Neon
  165. LH.Part4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  166. LH.Part4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  167. LH.Part4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  168. LH.Part4.CFrame = CFrame.new(-3.15951896, 2.33208108, -0.895771027, -0.502430677, -0.796897411, -0.33543703, -0.862751484, 0.436604142, 0.255023003, -0.056773968, 0.417530209, -0.90688771)
  169. LH.Part4.Rotation = Vector3.new(-164.293655, -19.5991154, 122.230759)
  170. LH.Part4.BrickColor = BrickColor.new("Gold")
  171. LH.Part4.Position = Vector3.new(-3.15951896, 2.33208108, -0.895771027)
  172. LH.Part4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  173. LH.Part4.Parent = LH.Part1
  174.  
  175. LH.BlockMesh2 = Instance.new("BlockMesh")
  176. LH.BlockMesh2.Scale = Vector3.new(16.6863995, 4.37676144, 0.27354756)
  177. LH.BlockMesh2.Parent = LH.Part4
  178.  
  179. LH.Part5 = Instance.new("Part")
  180. LH.Part5.Anchored = true
  181. LH.Part5.CanCollide = false
  182. LH.Part5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  183. LH.Part5.Name = "Handle"
  184. LH.Part5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  185. LH.Part5.Transparency = 1
  186. LH.Part5.Color = Color3.new(0.905882, 0.905882, 0.92549)
  187. LH.Part5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  188. LH.Part5.Material = Enum.Material.Metal
  189. LH.Part5.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918)
  190. LH.Part5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  191. LH.Part5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  192. LH.Part5.CFrame = CFrame.new(-1.92360103, 4.55722094, -0.745054007, 0.335414886, -0.208190054, -0.918778419, -0.254934907, 0.91882813, -0.301269352, 0.906920671, 0.335278928, 0.255113661)
  193. LH.Part5.Rotation = Vector3.new(49.7422104, -66.7481461, 31.8276329)
  194. LH.Part5.BrickColor = BrickColor.new("Pearl")
  195. LH.Part5.Position = Vector3.new(-1.92360103, 4.55722094, -0.745054007)
  196. LH.Part5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  197. LH.Part5.Parent = LH.Part1
  198.  
  199. LH.WedgePart1 = Instance.new("WedgePart")
  200. LH.WedgePart1.CFrame = CFrame.new(-9.4945879, 5.25061989, 2.26772308, 0.335491031, -0.941328466, -0.0366936475, -0.254876018, -0.0532019958, -0.965509117, 0.906909108, 0.33327195, -0.257770836)
  201. LH.WedgePart1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  202. LH.WedgePart1.CanCollide = false
  203. LH.WedgePart1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  204. LH.WedgePart1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  205. LH.WedgePart1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  206. LH.WedgePart1.Color = Color3.new(0.937255, 0.721569, 0.219608)
  207. LH.WedgePart1.Material = Enum.Material.Neon
  208. LH.WedgePart1.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  209. LH.WedgePart1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  210. LH.WedgePart1.Anchored = true
  211. LH.WedgePart1.Rotation = Vector3.new(104.948135, -2.10286331, 70.3838501)
  212. LH.WedgePart1.BrickColor = BrickColor.new("Gold")
  213. LH.WedgePart1.Position = Vector3.new(-9.4945879, 5.25061989, 2.26772308)
  214. LH.WedgePart1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  215. LH.WedgePart1.Parent = LH.Part1
  216.  
  217. LH.SpecialMesh1 = Instance.new("SpecialMesh")
  218. LH.SpecialMesh1.Scale = Vector3.new(0.27354756, 3.28257132, 1.09419012)
  219. LH.SpecialMesh1.MeshType = Enum.MeshType.Wedge
  220. LH.SpecialMesh1.Parent = LH.WedgePart1
  221.  
  222. LH.WedgePart2 = Instance.new("WedgePart")
  223. LH.WedgePart2.CFrame = CFrame.new(-4.48161316, 5.61231709, 0.500099003, -0.335446984, 0.941344321, -0.036690183, 0.254841983, 0.0531802252, -0.965519249, -0.906934857, -0.333230734, -0.257733196)
  224. LH.WedgePart2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  225. LH.WedgePart2.CanCollide = false
  226. LH.WedgePart2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  227. LH.WedgePart2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  228. LH.WedgePart2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  229. LH.WedgePart2.Color = Color3.new(0.972549, 0.972549, 0.972549)
  230. LH.WedgePart2.Material = Enum.Material.Metal
  231. LH.WedgePart2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  232. LH.WedgePart2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  233. LH.WedgePart2.Anchored = true
  234. LH.WedgePart2.Rotation = Vector3.new(104.9459, -2.10266447, -109.613472)
  235. LH.WedgePart2.BrickColor = BrickColor.new("Institutional white")
  236. LH.WedgePart2.Position = Vector3.new(-4.48161316, 5.61231709, 0.500099003)
  237. LH.WedgePart2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  238. LH.WedgePart2.Parent = LH.Part1
  239.  
  240. LH.SpecialMesh2 = Instance.new("SpecialMesh")
  241. LH.SpecialMesh2.Scale = Vector3.new(0.82064271, 0.820642531, 1.09419)
  242. LH.SpecialMesh2.MeshType = Enum.MeshType.Wedge
  243. LH.SpecialMesh2.Parent = LH.WedgePart2
  244.  
  245. LH.WedgePart3 = Instance.new("WedgePart")
  246. LH.WedgePart3.CFrame = CFrame.new(-4.76921511, 5.36694908, 0.537509978, -0.335172117, -0.941455245, 0.03635519, 0.255017102, -0.0535079315, 0.965454996, -0.906987309, 0.332864761, 0.258021563)
  247. LH.WedgePart3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  248. LH.WedgePart3.CanCollide = false
  249. LH.WedgePart3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  250. LH.WedgePart3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  251. LH.WedgePart3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  252. LH.WedgePart3.Color = Color3.new(0.972549, 0.972549, 0.972549)
  253. LH.WedgePart3.Material = Enum.Material.Metal
  254. LH.WedgePart3.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  255. LH.WedgePart3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  256. LH.WedgePart3.Anchored = true
  257. LH.WedgePart3.Rotation = Vector3.new(-75.037178, 2.08345819, 109.596489)
  258. LH.WedgePart3.BrickColor = BrickColor.new("Institutional white")
  259. LH.WedgePart3.Position = Vector3.new(-4.76921511, 5.36694908, 0.537509978)
  260. LH.WedgePart3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  261. LH.WedgePart3.Parent = LH.Part1
  262.  
  263. LH.SpecialMesh3 = Instance.new("SpecialMesh")
  264. LH.SpecialMesh3.Scale = Vector3.new(0.82064271, 4.65030956, 0.820642352)
  265. LH.SpecialMesh3.MeshType = Enum.MeshType.Wedge
  266. LH.SpecialMesh3.Parent = LH.WedgePart3
  267.  
  268. LH.WedgePart4 = Instance.new("WedgePart")
  269. LH.WedgePart4.CFrame = CFrame.new(-3.96609402, 5.65464211, 0.321334988, 0.335495025, -0.941326141, -0.036717698, -0.254956037, -0.053207919, -0.965487599, 0.906885087, 0.333277702, -0.257847786)
  270. LH.WedgePart4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  271. LH.WedgePart4.CanCollide = false
  272. LH.WedgePart4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  273. LH.WedgePart4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  274. LH.WedgePart4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  275. LH.WedgePart4.Color = Color3.new(0.972549, 0.972549, 0.972549)
  276. LH.WedgePart4.Material = Enum.Material.Metal
  277. LH.WedgePart4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  278. LH.WedgePart4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  279. LH.WedgePart4.Anchored = true
  280. LH.WedgePart4.Rotation = Vector3.new(104.952713, -2.10424209, 70.3835907)
  281. LH.WedgePart4.BrickColor = BrickColor.new("Institutional white")
  282. LH.WedgePart4.Position = Vector3.new(-3.96609402, 5.65464211, 0.321334988)
  283. LH.WedgePart4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  284. LH.WedgePart4.Parent = LH.Part1
  285.  
  286. LH.SpecialMesh4 = Instance.new("SpecialMesh")
  287. LH.SpecialMesh4.Scale = Vector3.new(0.82064271, 0.820642889, 1.23096371)
  288. LH.SpecialMesh4.MeshType = Enum.MeshType.Wedge
  289. LH.SpecialMesh4.Parent = LH.WedgePart4
  290.  
  291. LH.WedgePart5 = Instance.new("WedgePart")
  292. LH.WedgePart5.CFrame = CFrame.new(-9.50863361, 4.88086081, 2.1689949, -0.335172117, -0.941455245, 0.03635519, 0.255017102, -0.0535079315, 0.965454996, -0.906987309, 0.332864761, 0.258021563)
  293. LH.WedgePart5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  294. LH.WedgePart5.CanCollide = false
  295. LH.WedgePart5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  296. LH.WedgePart5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  297. LH.WedgePart5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  298. LH.WedgePart5.Color = Color3.new(0.937255, 0.721569, 0.219608)
  299. LH.WedgePart5.Material = Enum.Material.Neon
  300. LH.WedgePart5.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  301. LH.WedgePart5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  302. LH.WedgePart5.Anchored = true
  303. LH.WedgePart5.Rotation = Vector3.new(-75.037178, 2.08345819, 109.596489)
  304. LH.WedgePart5.BrickColor = BrickColor.new("Gold")
  305. LH.WedgePart5.Position = Vector3.new(-9.50863361, 4.88086081, 2.1689949)
  306. LH.WedgePart5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  307. LH.WedgePart5.Parent = LH.Part1
  308.  
  309. LH.SpecialMesh5 = Instance.new("SpecialMesh")
  310. LH.SpecialMesh5.Scale = Vector3.new(0.27354756, 3.28257132, 2.73547554)
  311. LH.SpecialMesh5.MeshType = Enum.MeshType.Wedge
  312. LH.SpecialMesh5.Parent = LH.WedgePart5
  313.  
  314. LH.WedgePart6 = Instance.new("WedgePart")
  315. LH.WedgePart6.CFrame = CFrame.new(-2.88642097, 5.5525012, -0.106709003, 0.335213095, 0.036740873, -0.941425741, -0.255003065, 0.965480208, -0.0531191863, 0.906976223, 0.257872671, 0.333010554)
  316. LH.WedgePart6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  317. LH.WedgePart6.CanCollide = false
  318. LH.WedgePart6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  319. LH.WedgePart6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  320. LH.WedgePart6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  321. LH.WedgePart6.Color = Color3.new(0.972549, 0.972549, 0.972549)
  322. LH.WedgePart6.Material = Enum.Material.Metal
  323. LH.WedgePart6.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  324. LH.WedgePart6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  325. LH.WedgePart6.Anchored = true
  326. LH.WedgePart6.Rotation = Vector3.new(9.06301403, -70.2923889, -6.25490952)
  327. LH.WedgePart6.BrickColor = BrickColor.new("Institutional white")
  328. LH.WedgePart6.Position = Vector3.new(-2.88642097, 5.5525012, -0.106709003)
  329. LH.WedgePart6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  330. LH.WedgePart6.Parent = LH.Part1
  331.  
  332. LH.SpecialMesh6 = Instance.new("SpecialMesh")
  333. LH.SpecialMesh6.Scale = Vector3.new(0.82064271, 2.73547626, 2.7354753)
  334. LH.SpecialMesh6.MeshType = Enum.MeshType.Wedge
  335. LH.SpecialMesh6.Parent = LH.WedgePart6
  336.  
  337. LH.WedgePart7 = Instance.new("WedgePart")
  338. LH.WedgePart7.CFrame = CFrame.new(-2.81118202, 5.50403881, -0.148165002, 0.335213095, 0.036740873, -0.941425741, -0.255003065, 0.965480208, -0.0531191863, 0.906976223, 0.257872671, 0.333010554)
  339. LH.WedgePart7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  340. LH.WedgePart7.CanCollide = false
  341. LH.WedgePart7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  342. LH.WedgePart7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  343. LH.WedgePart7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  344. LH.WedgePart7.Color = Color3.new(0.972549, 0.972549, 0.972549)
  345. LH.WedgePart7.Material = Enum.Material.Metal
  346. LH.WedgePart7.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  347. LH.WedgePart7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  348. LH.WedgePart7.Anchored = true
  349. LH.WedgePart7.Rotation = Vector3.new(9.06301403, -70.2923889, -6.25490952)
  350. LH.WedgePart7.BrickColor = BrickColor.new("Institutional white")
  351. LH.WedgePart7.Position = Vector3.new(-2.81118202, 5.50403881, -0.148165002)
  352. LH.WedgePart7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  353. LH.WedgePart7.Parent = LH.Part1
  354.  
  355. LH.SpecialMesh7 = Instance.new("SpecialMesh")
  356. LH.SpecialMesh7.Scale = Vector3.new(0.82064271, 2.18838072, 3.55611801)
  357. LH.SpecialMesh7.MeshType = Enum.MeshType.Wedge
  358. LH.SpecialMesh7.Parent = LH.WedgePart7
  359.  
  360. LH.WedgePart8 = Instance.new("WedgePart")
  361. LH.WedgePart8.CFrame = CFrame.new(-4.04519701, 5.4869628, 0.303463012, 0.335677087, 0.941263914, 0.0366501808, -0.254716069, 0.053242024, 0.965549171, 0.906885207, -0.333448082, 0.257627189)
  362. LH.WedgePart8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  363. LH.WedgePart8.CanCollide = false
  364. LH.WedgePart8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  365. LH.WedgePart8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  366. LH.WedgePart8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  367. LH.WedgePart8.Color = Color3.new(0.972549, 0.972549, 0.972549)
  368. LH.WedgePart8.Material = Enum.Material.Metal
  369. LH.WedgePart8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  370. LH.WedgePart8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  371. LH.WedgePart8.Anchored = true
  372. LH.WedgePart8.Rotation = Vector3.new(-75.0604172, 2.10037112, -70.3725586)
  373. LH.WedgePart8.BrickColor = BrickColor.new("Institutional white")
  374. LH.WedgePart8.Position = Vector3.new(-4.04519701, 5.4869628, 0.303463012)
  375. LH.WedgePart8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  376. LH.WedgePart8.Parent = LH.Part1
  377.  
  378. LH.SpecialMesh8 = Instance.new("SpecialMesh")
  379. LH.SpecialMesh8.Scale = Vector3.new(0.82064271, 3.0090239, 1.6412847)
  380. LH.SpecialMesh8.MeshType = Enum.MeshType.Wedge
  381. LH.SpecialMesh8.Parent = LH.WedgePart8
  382.  
  383. LH.WedgePart9 = Instance.new("WedgePart")
  384. LH.WedgePart9.CFrame = CFrame.new(-5.48787117, 5.50268507, 0.841488004, -0.335172117, -0.941455245, 0.03635519, 0.255017102, -0.0535079315, 0.965454996, -0.906987309, 0.332864761, 0.258021563)
  385. LH.WedgePart9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  386. LH.WedgePart9.CanCollide = false
  387. LH.WedgePart9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  388. LH.WedgePart9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  389. LH.WedgePart9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  390. LH.WedgePart9.Color = Color3.new(0.972549, 0.972549, 0.972549)
  391. LH.WedgePart9.Material = Enum.Material.Metal
  392. LH.WedgePart9.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  393. LH.WedgePart9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  394. LH.WedgePart9.Anchored = true
  395. LH.WedgePart9.Rotation = Vector3.new(-75.037178, 2.08345819, 109.596489)
  396. LH.WedgePart9.BrickColor = BrickColor.new("Institutional white")
  397. LH.WedgePart9.Position = Vector3.new(-5.48787117, 5.50268507, 0.841488004)
  398. LH.WedgePart9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  399. LH.WedgePart9.Parent = LH.Part1
  400.  
  401. LH.SpecialMesh9 = Instance.new("SpecialMesh")
  402. LH.SpecialMesh9.Scale = Vector3.new(0.82064271, 2.73547649, 1.09419)
  403. LH.SpecialMesh9.MeshType = Enum.MeshType.Wedge
  404. LH.SpecialMesh9.Parent = LH.WedgePart9
  405.  
  406. LH.WedgePart10 = Instance.new("WedgePart")
  407. LH.WedgePart10.CFrame = CFrame.new(-3.24895096, 5.47928619, 0.00679800007, -0.335172117, -0.941455245, 0.03635519, 0.255017102, -0.0535079315, 0.965454996, -0.906987309, 0.332864761, 0.258021563)
  408. LH.WedgePart10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  409. LH.WedgePart10.CanCollide = false
  410. LH.WedgePart10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  411. LH.WedgePart10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  412. LH.WedgePart10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  413. LH.WedgePart10.Color = Color3.new(0.972549, 0.972549, 0.972549)
  414. LH.WedgePart10.Material = Enum.Material.Metal
  415. LH.WedgePart10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  416. LH.WedgePart10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  417. LH.WedgePart10.Anchored = true
  418. LH.WedgePart10.Rotation = Vector3.new(-75.037178, 2.08345819, 109.596489)
  419. LH.WedgePart10.BrickColor = BrickColor.new("Institutional white")
  420. LH.WedgePart10.Position = Vector3.new(-3.24895096, 5.47928619, 0.00679800007)
  421. LH.WedgePart10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  422. LH.WedgePart10.Parent = LH.Part1
  423.  
  424. LH.SpecialMesh10 = Instance.new("SpecialMesh")
  425. LH.SpecialMesh10.Scale = Vector3.new(0.82064271, 1.09419036, 2.18838)
  426. LH.SpecialMesh10.MeshType = Enum.MeshType.Wedge
  427. LH.SpecialMesh10.Parent = LH.WedgePart10
  428.  
  429. LH.WedgePart11 = Instance.new("WedgePart")
  430. LH.WedgePart11.CFrame = CFrame.new(-2.60918307, 5.41005087, -0.249293998, 0.335213095, 0.036740873, -0.941425741, -0.255003065, 0.965480208, -0.0531191863, 0.906976223, 0.257872671, 0.333010554)
  431. LH.WedgePart11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  432. LH.WedgePart11.CanCollide = false
  433. LH.WedgePart11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  434. LH.WedgePart11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  435. LH.WedgePart11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  436. LH.WedgePart11.Color = Color3.new(0.972549, 0.972549, 0.972549)
  437. LH.WedgePart11.Material = Enum.Material.Metal
  438. LH.WedgePart11.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  439. LH.WedgePart11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  440. LH.WedgePart11.Anchored = true
  441. LH.WedgePart11.Rotation = Vector3.new(9.06301403, -70.2923889, -6.25490952)
  442. LH.WedgePart11.BrickColor = BrickColor.new("Institutional white")
  443. LH.WedgePart11.Position = Vector3.new(-2.60918307, 5.41005087, -0.249293998)
  444. LH.WedgePart11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  445. LH.WedgePart11.Parent = LH.Part1
  446.  
  447. LH.SpecialMesh11 = Instance.new("SpecialMesh")
  448. LH.SpecialMesh11.Scale = Vector3.new(0.82064271, 1.09419036, 4.10321283)
  449. LH.SpecialMesh11.MeshType = Enum.MeshType.Wedge
  450. LH.SpecialMesh11.Parent = LH.WedgePart11
  451.  
  452. LH.WedgePart12 = Instance.new("WedgePart")
  453. LH.WedgePart12.CFrame = CFrame.new(-5.63735914, 5.62600517, 0.931437969, 0.335495025, -0.941326141, -0.036717698, -0.254956037, -0.053207919, -0.965487599, 0.906885087, 0.333277702, -0.257847786)
  454. LH.WedgePart12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  455. LH.WedgePart12.CanCollide = false
  456. LH.WedgePart12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  457. LH.WedgePart12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  458. LH.WedgePart12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  459. LH.WedgePart12.Color = Color3.new(0.972549, 0.972549, 0.972549)
  460. LH.WedgePart12.Material = Enum.Material.Metal
  461. LH.WedgePart12.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  462. LH.WedgePart12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  463. LH.WedgePart12.Anchored = true
  464. LH.WedgePart12.Rotation = Vector3.new(104.952713, -2.10424209, 70.3835907)
  465. LH.WedgePart12.BrickColor = BrickColor.new("Institutional white")
  466. LH.WedgePart12.Position = Vector3.new(-5.63735914, 5.62600517, 0.931437969)
  467. LH.WedgePart12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  468. LH.WedgePart12.Parent = LH.Part1
  469.  
  470. LH.SpecialMesh12 = Instance.new("SpecialMesh")
  471. LH.SpecialMesh12.Scale = Vector3.new(0.82064271, 1.09419036, 0.27354756)
  472. LH.SpecialMesh12.MeshType = Enum.MeshType.Wedge
  473. LH.SpecialMesh12.Parent = LH.WedgePart12
  474.  
  475. LH.WedgePart13 = Instance.new("WedgePart")
  476. LH.WedgePart13.CFrame = CFrame.new(-4.54413891, 5.31887388, 0.44075799, 0.335378915, -0.0366950296, 0.941368461, -0.254853934, -0.965517342, 0.053159792, 0.906956732, -0.25774011, -0.333166003)
  477. LH.WedgePart13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  478. LH.WedgePart13.CanCollide = false
  479. LH.WedgePart13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  480. LH.WedgePart13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  481. LH.WedgePart13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  482. LH.WedgePart13.Color = Color3.new(0.356863, 0.364706, 0.411765)
  483. LH.WedgePart13.Material = Enum.Material.Metal
  484. LH.WedgePart13.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  485. LH.WedgePart13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  486. LH.WedgePart13.Anchored = true
  487. LH.WedgePart13.Rotation = Vector3.new(-170.934341, 70.2826538, 6.244102)
  488. LH.WedgePart13.BrickColor = BrickColor.new("Smoky grey")
  489. LH.WedgePart13.Position = Vector3.new(-4.54413891, 5.31887388, 0.44075799)
  490. LH.WedgePart13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  491. LH.WedgePart13.Parent = LH.Part1
  492.  
  493. LH.SpecialMesh13 = Instance.new("SpecialMesh")
  494. LH.SpecialMesh13.Scale = Vector3.new(0.27354756, 0.820642889, 1.91483259)
  495. LH.SpecialMesh13.MeshType = Enum.MeshType.Wedge
  496. LH.SpecialMesh13.Parent = LH.WedgePart13
  497.  
  498. LH.Part6 = Instance.new("Part")
  499. LH.Part6.Anchored = true
  500. LH.Part6.CanCollide = false
  501. LH.Part6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  502. LH.Part6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  503. LH.Part6.Color = Color3.new(0.356863, 0.364706, 0.411765)
  504. LH.Part6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  505. LH.Part6.Material = Enum.Material.Metal
  506. LH.Part6.Size = Vector3.new(0.224309027, 0.328257143, 0.279018462)
  507. LH.Part6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  508. LH.Part6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  509. LH.Part6.CFrame = CFrame.new(-4.35582876, 5.49922895, 0.418774009, 0.335389972, -0.208147705, -0.918797135, -0.254973978, 0.918830454, -0.301228851, 0.906918883, 0.335298479, 0.25509426)
  510. LH.Part6.Rotation = Vector3.new(49.7405586, -66.7508621, 31.8243179)
  511. LH.Part6.BrickColor = BrickColor.new("Smoky grey")
  512. LH.Part6.Position = Vector3.new(-4.35582876, 5.49922895, 0.418774009)
  513. LH.Part6.Shape = Enum.PartType.Cylinder
  514. LH.Part6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  515. LH.Part6.Parent = LH.Part1
  516.  
  517. LH.Part7 = Instance.new("Part")
  518. LH.Part7.Anchored = true
  519. LH.Part7.CanCollide = false
  520. LH.Part7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  521. LH.Part7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  522. LH.Part7.Color = Color3.new(0.356863, 0.364706, 0.411765)
  523. LH.Part7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  524. LH.Part7.Material = Enum.Material.Metal
  525. LH.Part7.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  526. LH.Part7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  527. LH.Part7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  528. LH.Part7.CFrame = CFrame.new(-3.57157302, 5.37884188, 0.0978970006, -0.279022008, -0.899791181, -0.335444033, -0.946371973, 0.198410347, 0.254977614, -0.162871003, 0.388599157, -0.906897962)
  529. LH.Part7.Rotation = Vector3.new(-164.296494, -19.5995426, 107.228477)
  530. LH.Part7.BrickColor = BrickColor.new("Smoky grey")
  531. LH.Part7.Position = Vector3.new(-3.57157302, 5.37884188, 0.0978970006)
  532. LH.Part7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  533. LH.Part7.Parent = LH.Part1
  534.  
  535. LH.BlockMesh3 = Instance.new("BlockMesh")
  536. LH.BlockMesh3.Scale = Vector3.new(1.36773765, 4.65030861, 0.27354759)
  537. LH.BlockMesh3.Parent = LH.Part7
  538.  
  539. LH.Part8 = Instance.new("Part")
  540. LH.Part8.Anchored = true
  541. LH.Part8.CanCollide = false
  542. LH.Part8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  543. LH.Part8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  544. LH.Part8.Color = Color3.new(0.972549, 0.972549, 0.972549)
  545. LH.Part8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  546. LH.Part8.Material = Enum.Material.Metal
  547. LH.Part8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  548. LH.Part8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  549. LH.Part8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  550. LH.Part8.CFrame = CFrame.new(-4.89361477, 5.58900976, 0.645938993, -0.0366589911, -0.941332877, -0.335482568, -0.965480745, -0.0532693639, 0.254969299, -0.257881939, 0.333248883, -0.906885922)
  551. LH.Part8.Rotation = Vector3.new(-164.296768, -19.6018848, 92.2301865)
  552. LH.Part8.BrickColor = BrickColor.new("Institutional white")
  553. LH.Part8.Position = Vector3.new(-4.89361477, 5.58900976, 0.645938993)
  554. LH.Part8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  555. LH.Part8.Parent = LH.Part1
  556.  
  557. LH.BlockMesh4 = Instance.new("BlockMesh")
  558. LH.BlockMesh4.Scale = Vector3.new(1.09419012, 3.55611801, 0.82064265)
  559. LH.BlockMesh4.Parent = LH.Part8
  560.  
  561. LH.Part9 = Instance.new("Part")
  562. LH.Part9.Anchored = true
  563. LH.Part9.CanCollide = false
  564. LH.Part9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  565. LH.Part9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  566. LH.Part9.Color = Color3.new(0.972549, 0.972549, 0.972549)
  567. LH.Part9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  568. LH.Part9.Material = Enum.Material.Metal
  569. LH.Part9.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  570. LH.Part9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  571. LH.Part9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  572. LH.Part9.CFrame = CFrame.new(-4.22460699, 5.61367083, 0.405429989, -0.0366589911, -0.941332877, -0.335482568, -0.965480745, -0.0532693639, 0.254969299, -0.257881939, 0.333248883, -0.906885922)
  573. LH.Part9.Rotation = Vector3.new(-164.296768, -19.6018848, 92.2301865)
  574. LH.Part9.BrickColor = BrickColor.new("Institutional white")
  575. LH.Part9.Position = Vector3.new(-4.22460699, 5.61367083, 0.405429989)
  576. LH.Part9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  577. LH.Part9.Parent = LH.Part1
  578.  
  579. LH.BlockMesh5 = Instance.new("BlockMesh")
  580. LH.BlockMesh5.Scale = Vector3.new(0.957416236, 3.55611897, 0.82064265)
  581. LH.BlockMesh5.Parent = LH.Part9
  582.  
  583. LH.Part10 = Instance.new("Part")
  584. LH.Part10.Anchored = true
  585. LH.Part10.CanCollide = false
  586. LH.Part10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  587. LH.Part10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  588. LH.Part10.Color = Color3.new(0.972549, 0.972549, 0.972549)
  589. LH.Part10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  590. LH.Part10.Material = Enum.Material.Metal
  591. LH.Part10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  592. LH.Part10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  593. LH.Part10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  594. LH.Part10.CFrame = CFrame.new(-4.66688013, 5.47006416, 0.528648019, -0.0366589911, -0.941332877, -0.335482568, -0.965480745, -0.0532693639, 0.254969299, -0.257881939, 0.333248883, -0.906885922)
  595. LH.Part10.Rotation = Vector3.new(-164.296768, -19.6018848, 92.2301865)
  596. LH.Part10.BrickColor = BrickColor.new("Institutional white")
  597. LH.Part10.Position = Vector3.new(-4.66688013, 5.47006416, 0.528648019)
  598. LH.Part10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  599. LH.Part10.Parent = LH.Part1
  600.  
  601. LH.BlockMesh6 = Instance.new("BlockMesh")
  602. LH.BlockMesh6.Scale = Vector3.new(0.27354756, 6.01804733, 0.82064265)
  603. LH.BlockMesh6.Parent = LH.Part10
  604.  
  605. LH.Part11 = Instance.new("Part")
  606. LH.Part11.Anchored = true
  607. LH.Part11.CanCollide = false
  608. LH.Part11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  609. LH.Part11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  610. LH.Part11.Color = Color3.new(0.972549, 0.972549, 0.972549)
  611. LH.Part11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  612. LH.Part11.Material = Enum.Material.Metal
  613. LH.Part11.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  614. LH.Part11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  615. LH.Part11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  616. LH.Part11.CFrame = CFrame.new(-5.37985802, 5.64056921, 0.840286016, -0.0366589911, -0.941332877, -0.335482568, -0.965480745, -0.0532693639, 0.254969299, -0.257881939, 0.333248883, -0.906885922)
  617. LH.Part11.Rotation = Vector3.new(-164.296768, -19.6018848, 92.2301865)
  618. LH.Part11.BrickColor = BrickColor.new("Institutional white")
  619. LH.Part11.Position = Vector3.new(-5.37985802, 5.64056921, 0.840286016)
  620. LH.Part11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  621. LH.Part11.Parent = LH.Part1
  622.  
  623. LH.BlockMesh7 = Instance.new("BlockMesh")
  624. LH.BlockMesh7.Scale = Vector3.new(0.27354756, 1.64128518, 0.82064265)
  625. LH.BlockMesh7.Parent = LH.Part11
  626.  
  627. LH.Part12 = Instance.new("Part")
  628. LH.Part12.Anchored = true
  629. LH.Part12.CanCollide = false
  630. LH.Part12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  631. LH.Part12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  632. LH.Part12.Color = Color3.new(0.356863, 0.364706, 0.411765)
  633. LH.Part12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  634. LH.Part12.Material = Enum.Material.Metal
  635. LH.Part12.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  636. LH.Part12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  637. LH.Part12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  638. LH.Part12.CFrame = CFrame.new(-3.74387193, 5.41684675, 0.172301993, -0.0366589911, -0.941332877, -0.335482568, -0.965480745, -0.0532693639, 0.254969299, -0.257881939, 0.333248883, -0.906885922)
  639. LH.Part12.Rotation = Vector3.new(-164.296768, -19.6018848, 92.2301865)
  640. LH.Part12.BrickColor = BrickColor.new("Smoky grey")
  641. LH.Part12.Position = Vector3.new(-3.74387193, 5.41684675, 0.172301993)
  642. LH.Part12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  643. LH.Part12.Parent = LH.Part1
  644.  
  645. LH.BlockMesh8 = Instance.new("BlockMesh")
  646. LH.BlockMesh8.Scale = Vector3.new(1.36773765, 6.56514263, 0.27354759)
  647. LH.BlockMesh8.Parent = LH.Part12
  648.  
  649. LH.Part13 = Instance.new("Part")
  650. LH.Part13.Anchored = true
  651. LH.Part13.CanCollide = false
  652. LH.Part13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  653. LH.Part13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  654. LH.Part13.Color = Color3.new(0.937255, 0.721569, 0.219608)
  655. LH.Part13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  656. LH.Part13.Material = Enum.Material.Neon
  657. LH.Part13.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  658. LH.Part13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  659. LH.Part13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  660. LH.Part13.CFrame = CFrame.new(-6.15705585, 5.17584085, 1.01221502, -0.941370666, 0.0366249159, -0.335380435, -0.0532659814, 0.965487123, 0.254946023, 0.333142877, 0.257863045, -0.906930327)
  661. LH.Part13.Rotation = Vector3.new(-164.298859, -19.5956745, -177.771988)
  662. LH.Part13.BrickColor = BrickColor.new("Gold")
  663. LH.Part13.Position = Vector3.new(-6.15705585, 5.17584085, 1.01221502)
  664. LH.Part13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  665. LH.Part13.Parent = LH.Part1
  666.  
  667. LH.BlockMesh9 = Instance.new("BlockMesh")
  668. LH.BlockMesh9.Scale = Vector3.new(32.2786102, 3.82966661, 0.27354756)
  669. LH.BlockMesh9.Parent = LH.Part13
  670.  
  671. LH.Part14 = Instance.new("Part")
  672. LH.Part14.Anchored = true
  673. LH.Part14.CanCollide = false
  674. LH.Part14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  675. LH.Part14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  676. LH.Part14.Color = Color3.new(0.972549, 0.972549, 0.972549)
  677. LH.Part14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  678. LH.Part14.Material = Enum.Material.Metal
  679. LH.Part14.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  680. LH.Part14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  681. LH.Part14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  682. LH.Part14.CFrame = CFrame.new(-3.50259089, 5.68086386, 0.157264993, -0.0366589911, -0.941332877, -0.335482568, -0.965480745, -0.0532693639, 0.254969299, -0.257881939, 0.333248883, -0.906885922)
  683. LH.Part14.Rotation = Vector3.new(-164.296768, -19.6018848, 92.2301865)
  684. LH.Part14.BrickColor = BrickColor.new("Institutional white")
  685. LH.Part14.Position = Vector3.new(-3.50259089, 5.68086386, 0.157264993)
  686. LH.Part14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  687. LH.Part14.Parent = LH.Part1
  688.  
  689. LH.BlockMesh10 = Instance.new("BlockMesh")
  690. LH.BlockMesh10.Scale = Vector3.new(1.23096395, 4.10321331, 0.82064265)
  691. LH.BlockMesh10.Parent = LH.Part14
  692.  
  693. LH.Part15 = Instance.new("Part")
  694. LH.Part15.Anchored = true
  695. LH.Part15.CanCollide = false
  696. LH.Part15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  697. LH.Part15.Name = "Handle"
  698. LH.Part15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  699. LH.Part15.Transparency = 1
  700. LH.Part15.Color = Color3.new(0.905882, 0.905882, 0.92549)
  701. LH.Part15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  702. LH.Part15.Material = Enum.Material.Metal
  703. LH.Part15.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918)
  704. LH.Part15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  705. LH.Part15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  706. LH.Part15.CFrame = CFrame.new(-2.090976, 5.09692621, -0.531463981, 0.335414886, -0.208190054, -0.918778419, -0.254934907, 0.91882813, -0.301269352, 0.906920671, 0.335278928, 0.255113661)
  707. LH.Part15.Rotation = Vector3.new(49.7422104, -66.7481461, 31.8276329)
  708. LH.Part15.BrickColor = BrickColor.new("Pearl")
  709. LH.Part15.Position = Vector3.new(-2.090976, 5.09692621, -0.531463981)
  710. LH.Part15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  711. LH.Part15.Parent = LH.Part1
  712.  
  713. LH.WedgePart14 = Instance.new("WedgePart")
  714. LH.WedgePart14.CFrame = CFrame.new(-3.58200502, 4.52710485, -0.140650004, 0.335389972, -0.208147705, -0.918797135, -0.254973978, 0.918830454, -0.301228851, 0.906918883, 0.335298479, 0.25509426)
  715. LH.WedgePart14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  716. LH.WedgePart14.CanCollide = false
  717. LH.WedgePart14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  718. LH.WedgePart14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  719. LH.WedgePart14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  720. LH.WedgePart14.Color = Color3.new(0.972549, 0.972549, 0.972549)
  721. LH.WedgePart14.Material = Enum.Material.Metal
  722. LH.WedgePart14.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  723. LH.WedgePart14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  724. LH.WedgePart14.Anchored = true
  725. LH.WedgePart14.Rotation = Vector3.new(49.7405586, -66.7508621, 31.8243179)
  726. LH.WedgePart14.BrickColor = BrickColor.new("Institutional white")
  727. LH.WedgePart14.Position = Vector3.new(-3.58200502, 4.52710485, -0.140650004)
  728. LH.WedgePart14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  729. LH.WedgePart14.Parent = LH.Part1
  730.  
  731. LH.SpecialMesh14 = Instance.new("SpecialMesh")
  732. LH.SpecialMesh14.Scale = Vector3.new(1.09419036, 0.820642889, 0.27354756)
  733. LH.SpecialMesh14.MeshType = Enum.MeshType.Wedge
  734. LH.SpecialMesh14.Parent = LH.WedgePart14
  735.  
  736. LH.WedgePart15 = Instance.new("WedgePart")
  737. LH.WedgePart15.CFrame = CFrame.new(-3.08070302, 4.34048605, -0.378549993, 0.335202008, 0.918870449, -0.208126798, -0.25513199, 0.301182836, 0.918801665, 0.906943977, -0.254884362, 0.3353903)
  738. LH.WedgePart15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  739. LH.WedgePart15.CanCollide = false
  740. LH.WedgePart15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  741. LH.WedgePart15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  742. LH.WedgePart15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  743. LH.WedgePart15.Color = Color3.new(0.972549, 0.972549, 0.972549)
  744. LH.WedgePart15.Material = Enum.Material.Metal
  745. LH.WedgePart15.Size = Vector3.new(0.218838066, 0.328257143, 0.218838036)
  746. LH.WedgePart15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  747. LH.WedgePart15.Anchored = true
  748. LH.WedgePart15.Rotation = Vector3.new(-69.9463959, -12.0126009, -69.9581375)
  749. LH.WedgePart15.BrickColor = BrickColor.new("Institutional white")
  750. LH.WedgePart15.Position = Vector3.new(-3.08070302, 4.34048605, -0.378549993)
  751. LH.WedgePart15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  752. LH.WedgePart15.Parent = LH.Part1
  753.  
  754. LH.WedgePart16 = Instance.new("WedgePart")
  755. LH.WedgePart16.CFrame = CFrame.new(-4.25154686, 4.14551783, -0.000254000013, -0.335213095, -0.918790519, -0.208461225, 0.254999071, -0.301483959, 0.918739855, -0.906977236, 0.254816204, 0.335352123)
  756. LH.WedgePart16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  757. LH.WedgePart16.CanCollide = false
  758. LH.WedgePart16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  759. LH.WedgePart16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  760. LH.WedgePart16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  761. LH.WedgePart16.Color = Color3.new(0.972549, 0.972549, 0.972549)
  762. LH.WedgePart16.Material = Enum.Material.Metal
  763. LH.WedgePart16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  764. LH.WedgePart16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  765. LH.WedgePart16.Anchored = true
  766. LH.WedgePart16.Rotation = Vector3.new(-69.9472504, -12.0321913, 110.044083)
  767. LH.WedgePart16.BrickColor = BrickColor.new("Institutional white")
  768. LH.WedgePart16.Position = Vector3.new(-4.25154686, 4.14551783, -0.000254000013)
  769. LH.WedgePart16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  770. LH.WedgePart16.Parent = LH.Part1
  771.  
  772. LH.SpecialMesh15 = Instance.new("SpecialMesh")
  773. LH.SpecialMesh15.Scale = Vector3.new(1.09419036, 1.91483331, 0.82064265)
  774. LH.SpecialMesh15.MeshType = Enum.MeshType.Wedge
  775. LH.SpecialMesh15.Parent = LH.WedgePart16
  776.  
  777. LH.WedgePart17 = Instance.new("WedgePart")
  778. LH.WedgePart17.CFrame = CFrame.new(-3.12962103, 4.67546415, -0.266288996, -0.33525002, -0.208415732, 0.91878742, 0.254901022, 0.918786585, 0.301424593, -0.906991124, 0.335252494, -0.254897833)
  779. LH.WedgePart17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  780. LH.WedgePart17.CanCollide = false
  781. LH.WedgePart17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  782. LH.WedgePart17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  783. LH.WedgePart17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  784. LH.WedgePart17.Color = Color3.new(0.972549, 0.972549, 0.972549)
  785. LH.WedgePart17.Material = Enum.Material.Metal
  786. LH.WedgePart17.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  787. LH.WedgePart17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  788. LH.WedgePart17.Anchored = true
  789. LH.WedgePart17.Rotation = Vector3.new(-130.219315, 66.7494507, 148.131912)
  790. LH.WedgePart17.BrickColor = BrickColor.new("Institutional white")
  791. LH.WedgePart17.Position = Vector3.new(-3.12962103, 4.67546415, -0.266288996)
  792. LH.WedgePart17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  793. LH.WedgePart17.Parent = LH.Part1
  794.  
  795. LH.SpecialMesh16 = Instance.new("SpecialMesh")
  796. LH.SpecialMesh16.Scale = Vector3.new(1.09419036, 0.820642889, 0.27354756)
  797. LH.SpecialMesh16.MeshType = Enum.MeshType.Wedge
  798. LH.SpecialMesh16.Parent = LH.WedgePart17
  799.  
  800. LH.WedgePart18 = Instance.new("WedgePart")
  801. LH.WedgePart18.CFrame = CFrame.new(-4.58730984, 4.19740486, 0.138508007, -0.33525002, -0.208415732, 0.91878742, 0.254901022, 0.918786585, 0.301424593, -0.906991124, 0.335252494, -0.254897833)
  802. LH.WedgePart18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  803. LH.WedgePart18.CanCollide = false
  804. LH.WedgePart18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  805. LH.WedgePart18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  806. LH.WedgePart18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  807. LH.WedgePart18.Color = Color3.new(0.972549, 0.972549, 0.972549)
  808. LH.WedgePart18.Material = Enum.Material.Metal
  809. LH.WedgePart18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  810. LH.WedgePart18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  811. LH.WedgePart18.Anchored = true
  812. LH.WedgePart18.Rotation = Vector3.new(-130.219315, 66.7494507, 148.131912)
  813. LH.WedgePart18.BrickColor = BrickColor.new("Institutional white")
  814. LH.WedgePart18.Position = Vector3.new(-4.58730984, 4.19740486, 0.138508007)
  815. LH.WedgePart18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  816. LH.WedgePart18.Parent = LH.Part1
  817.  
  818. LH.SpecialMesh17 = Instance.new("SpecialMesh")
  819. LH.SpecialMesh17.Scale = Vector3.new(1.09419036, 0.820642889, 0.82064265)
  820. LH.SpecialMesh17.MeshType = Enum.MeshType.Wedge
  821. LH.SpecialMesh17.Parent = LH.WedgePart18
  822.  
  823. LH.WedgePart19 = Instance.new("WedgePart")
  824. LH.WedgePart19.CFrame = CFrame.new(-2.526438, 4.87328386, -0.433815002, 0.335389972, -0.208147705, -0.918797135, -0.254973978, 0.918830454, -0.301228851, 0.906918883, 0.335298479, 0.25509426)
  825. LH.WedgePart19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  826. LH.WedgePart19.CanCollide = false
  827. LH.WedgePart19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  828. LH.WedgePart19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  829. LH.WedgePart19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  830. LH.WedgePart19.Color = Color3.new(0.972549, 0.972549, 0.972549)
  831. LH.WedgePart19.Material = Enum.Material.Metal
  832. LH.WedgePart19.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  833. LH.WedgePart19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  834. LH.WedgePart19.Anchored = true
  835. LH.WedgePart19.Rotation = Vector3.new(49.7405586, -66.7508621, 31.8243179)
  836. LH.WedgePart19.BrickColor = BrickColor.new("Institutional white")
  837. LH.WedgePart19.Position = Vector3.new(-2.526438, 4.87328386, -0.433815002)
  838. LH.WedgePart19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  839. LH.WedgePart19.Parent = LH.Part1
  840.  
  841. LH.SpecialMesh18 = Instance.new("SpecialMesh")
  842. LH.SpecialMesh18.Scale = Vector3.new(1.09419036, 0.820642889, 1.91483271)
  843. LH.SpecialMesh18.MeshType = Enum.MeshType.Wedge
  844. LH.SpecialMesh18.Parent = LH.WedgePart19
  845.  
  846. LH.WedgePart20 = Instance.new("WedgePart")
  847. LH.WedgePart20.CFrame = CFrame.new(-7.06263685, 1.52016497, 0.319725007, 0.335502088, -0.833541691, 0.438915193, -0.254932046, -0.528871059, -0.809509158, 0.90688926, 0.159698442, -0.389933795)
  848. LH.WedgePart20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  849. LH.WedgePart20.CanCollide = false
  850. LH.WedgePart20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  851. LH.WedgePart20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  852. LH.WedgePart20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  853. LH.WedgePart20.Color = Color3.new(0.937255, 0.721569, 0.219608)
  854. LH.WedgePart20.Material = Enum.Material.Neon
  855. LH.WedgePart20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  856. LH.WedgePart20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  857. LH.WedgePart20.Anchored = true
  858. LH.WedgePart20.Rotation = Vector3.new(115.719727, 26.034687, 68.0751266)
  859. LH.WedgePart20.BrickColor = BrickColor.new("Gold")
  860. LH.WedgePart20.Position = Vector3.new(-7.06263685, 1.52016497, 0.319725007)
  861. LH.WedgePart20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  862. LH.WedgePart20.Parent = LH.Part1
  863.  
  864. LH.SpecialMesh19 = Instance.new("SpecialMesh")
  865. LH.SpecialMesh19.Scale = Vector3.new(0.27354756, 3.28257132, 1.36773765)
  866. LH.SpecialMesh19.MeshType = Enum.MeshType.Wedge
  867. LH.SpecialMesh19.Parent = LH.WedgePart20
  868.  
  869. LH.WedgePart21 = Instance.new("WedgePart")
  870. LH.WedgePart21.CFrame = CFrame.new(-3.85981607, 4.08495903, -0.162174001, -0.335213095, -0.918790519, -0.208461225, 0.254999071, -0.301483959, 0.918739855, -0.906977236, 0.254816204, 0.335352123)
  871. LH.WedgePart21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  872. LH.WedgePart21.CanCollide = false
  873. LH.WedgePart21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  874. LH.WedgePart21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  875. LH.WedgePart21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  876. LH.WedgePart21.Color = Color3.new(0.972549, 0.972549, 0.972549)
  877. LH.WedgePart21.Material = Enum.Material.Metal
  878. LH.WedgePart21.Size = Vector3.new(0.218838066, 0.382966667, 0.218838036)
  879. LH.WedgePart21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  880. LH.WedgePart21.Anchored = true
  881. LH.WedgePart21.Rotation = Vector3.new(-69.9472504, -12.0321913, 110.044083)
  882. LH.WedgePart21.BrickColor = BrickColor.new("Institutional white")
  883. LH.WedgePart21.Position = Vector3.new(-3.85981607, 4.08495903, -0.162174001)
  884. LH.WedgePart21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  885. LH.WedgePart21.Parent = LH.Part1
  886.  
  887. LH.WedgePart22 = Instance.new("WedgePart")
  888. LH.WedgePart22.CFrame = CFrame.new(-2.95973492, 4.16413021, -0.472856998, 0.335716993, 0.208232895, 0.918658435, -0.254803002, -0.918826222, 0.301386803, 0.906845987, -0.33525759, -0.255407155)
  889. LH.WedgePart22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  890. LH.WedgePart22.CanCollide = false
  891. LH.WedgePart22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  892. LH.WedgePart22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  893. LH.WedgePart22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  894. LH.WedgePart22.Color = Color3.new(0.356863, 0.364706, 0.411765)
  895. LH.WedgePart22.Material = Enum.Material.Metal
  896. LH.WedgePart22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  897. LH.WedgePart22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  898. LH.WedgePart22.Anchored = true
  899. LH.WedgePart22.Rotation = Vector3.new(-130.279266, 66.7307358, -31.809803)
  900. LH.WedgePart22.BrickColor = BrickColor.new("Smoky grey")
  901. LH.WedgePart22.Position = Vector3.new(-2.95973492, 4.16413021, -0.472856998)
  902. LH.WedgePart22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  903. LH.WedgePart22.Parent = LH.Part1
  904.  
  905. LH.SpecialMesh20 = Instance.new("SpecialMesh")
  906. LH.SpecialMesh20.Scale = Vector3.new(0.54709512, 1.09419036, 2.46192789)
  907. LH.SpecialMesh20.MeshType = Enum.MeshType.Wedge
  908. LH.SpecialMesh20.Parent = LH.WedgePart22
  909.  
  910. LH.WedgePart23 = Instance.new("WedgePart")
  911. LH.WedgePart23.CFrame = CFrame.new(-6.89453983, 1.21013999, 0.170422003, -0.335196972, -0.83349371, -0.439239472, 0.255081981, -0.529084921, 0.809322238, -0.906959891, 0.159240261, 0.389956892)
  912. LH.WedgePart23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  913. LH.WedgePart23.CanCollide = false
  914. LH.WedgePart23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  915. LH.WedgePart23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  916. LH.WedgePart23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  917. LH.WedgePart23.Color = Color3.new(0.937255, 0.721569, 0.219608)
  918. LH.WedgePart23.Material = Enum.Material.Neon
  919. LH.WedgePart23.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  920. LH.WedgePart23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  921. LH.WedgePart23.Anchored = true
  922. LH.WedgePart23.Rotation = Vector3.new(-64.2737732, -26.0553665, 111.907974)
  923. LH.WedgePart23.BrickColor = BrickColor.new("Gold")
  924. LH.WedgePart23.Position = Vector3.new(-6.89453983, 1.21013999, 0.170422003)
  925. LH.WedgePart23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  926. LH.WedgePart23.Parent = LH.Part1
  927.  
  928. LH.SpecialMesh21 = Instance.new("SpecialMesh")
  929. LH.SpecialMesh21.Scale = Vector3.new(0.27354756, 3.28257132, 2.46192789)
  930. LH.SpecialMesh21.MeshType = Enum.MeshType.Wedge
  931. LH.SpecialMesh21.Parent = LH.WedgePart23
  932.  
  933. LH.Part16 = Instance.new("Part")
  934. LH.Part16.Anchored = true
  935. LH.Part16.CanCollide = false
  936. LH.Part16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  937. LH.Part16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  938. LH.Part16.Color = Color3.new(0.356863, 0.364706, 0.411765)
  939. LH.Part16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  940. LH.Part16.Material = Enum.Material.Metal
  941. LH.Part16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  942. LH.Part16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  943. LH.Part16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  944. LH.Part16.CFrame = CFrame.new(-2.87964201, 4.40642118, -0.434381008, 0.20833005, -0.918716431, -0.335497826, -0.918746233, -0.30145973, 0.255004704, -0.335416079, 0.255112231, -0.906870365)
  945. LH.Part16.Rotation = Vector3.new(-164.294434, -19.6028137, 77.2235641)
  946. LH.Part16.BrickColor = BrickColor.new("Smoky grey")
  947. LH.Part16.Position = Vector3.new(-2.87964201, 4.40642118, -0.434381008)
  948. LH.Part16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  949. LH.Part16.Parent = LH.Part1
  950.  
  951. LH.BlockMesh11 = Instance.new("BlockMesh")
  952. LH.BlockMesh11.Scale = Vector3.new(1.09419012, 3.82966733, 0.54709512)
  953. LH.BlockMesh11.Parent = LH.Part16
  954.  
  955. LH.Part17 = Instance.new("Part")
  956. LH.Part17.Anchored = true
  957. LH.Part17.CanCollide = false
  958. LH.Part17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  959. LH.Part17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  960. LH.Part17.Color = Color3.new(0.972549, 0.972549, 0.972549)
  961. LH.Part17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  962. LH.Part17.Material = Enum.Material.Metal
  963. LH.Part17.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  964. LH.Part17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  965. LH.Part17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  966. LH.Part17.CFrame = CFrame.new(-3.85847807, 4.43643379, -0.0638770014, 0.208336025, 0.918729961, 0.335457087, -0.918812096, 0.301402807, -0.254834771, -0.335232019, -0.255130738, 0.906933308)
  967. LH.Part17.Rotation = Vector3.new(15.6945724, 19.6003361, -77.223381)
  968. LH.Part17.BrickColor = BrickColor.new("Institutional white")
  969. LH.Part17.Position = Vector3.new(-3.85847807, 4.43643379, -0.0638770014)
  970. LH.Part17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  971. LH.Part17.Parent = LH.Part1
  972.  
  973. LH.BlockMesh12 = Instance.new("BlockMesh")
  974. LH.BlockMesh12.Scale = Vector3.new(0.820642471, 2.73547649, 1.09419012)
  975. LH.BlockMesh12.Parent = LH.Part17
  976.  
  977. LH.Part18 = Instance.new("Part")
  978. LH.Part18.Anchored = true
  979. LH.Part18.CanCollide = false
  980. LH.Part18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  981. LH.Part18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  982. LH.Part18.Color = Color3.new(0.972549, 0.972549, 0.972549)
  983. LH.Part18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  984. LH.Part18.Material = Enum.Material.Metal
  985. LH.Part18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  986. LH.Part18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  987. LH.Part18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  988. LH.Part18.CFrame = CFrame.new(-4.31084013, 4.28807688, 0.061733, 0.208336025, 0.918729961, 0.335457087, -0.918812096, 0.301402807, -0.254834771, -0.335232019, -0.255130738, 0.906933308)
  989. LH.Part18.Rotation = Vector3.new(15.6945724, 19.6003361, -77.223381)
  990. LH.Part18.BrickColor = BrickColor.new("Institutional white")
  991. LH.Part18.Position = Vector3.new(-4.31084013, 4.28807688, 0.061733)
  992. LH.Part18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  993. LH.Part18.Parent = LH.Part1
  994.  
  995. LH.BlockMesh13 = Instance.new("BlockMesh")
  996. LH.BlockMesh13.Scale = Vector3.new(0.82064265, 2.18838072, 1.09419012)
  997. LH.BlockMesh13.Parent = LH.Part18
  998.  
  999. LH.Part19 = Instance.new("Part")
  1000. LH.Part19.Anchored = true
  1001. LH.Part19.CanCollide = false
  1002. LH.Part19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1003. LH.Part19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1004. LH.Part19.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1005. LH.Part19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1006. LH.Part19.Material = Enum.Material.Metal
  1007. LH.Part19.Size = Vector3.new(0.218838021, 0.492385745, 0.218838036)
  1008. LH.Part19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1009. LH.Part19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1010. LH.Part19.CFrame = CFrame.new(-3.45769095, 4.21683979, -0.273851007, 0.20833005, -0.918716431, -0.335497826, -0.918746233, -0.30145973, 0.255004704, -0.335416079, 0.255112231, -0.906870365)
  1011. LH.Part19.Rotation = Vector3.new(-164.294434, -19.6028137, 77.2235641)
  1012. LH.Part19.BrickColor = BrickColor.new("Institutional white")
  1013. LH.Part19.Position = Vector3.new(-3.45769095, 4.21683979, -0.273851007)
  1014. LH.Part19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1015. LH.Part19.Parent = LH.Part1
  1016.  
  1017. LH.Part20 = Instance.new("Part")
  1018. LH.Part20.Anchored = true
  1019. LH.Part20.CanCollide = false
  1020. LH.Part20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1021. LH.Part20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1022. LH.Part20.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1023. LH.Part20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1024. LH.Part20.Material = Enum.Material.Metal
  1025. LH.Part20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1026. LH.Part20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1027. LH.Part20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1028. LH.Part20.CFrame = CFrame.new(-2.9034369, 4.7496419, -0.329113007, 0.20833005, -0.918716431, -0.335497826, -0.918746233, -0.30145973, 0.255004704, -0.335416079, 0.255112231, -0.906870365)
  1029. LH.Part20.Rotation = Vector3.new(-164.294434, -19.6028137, 77.2235641)
  1030. LH.Part20.BrickColor = BrickColor.new("Institutional white")
  1031. LH.Part20.Position = Vector3.new(-2.9034369, 4.7496419, -0.329113007)
  1032. LH.Part20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1033. LH.Part20.Parent = LH.Part1
  1034.  
  1035. LH.BlockMesh14 = Instance.new("BlockMesh")
  1036. LH.BlockMesh14.Scale = Vector3.new(0.820642471, 2.1883812, 1.09419012)
  1037. LH.BlockMesh14.Parent = LH.Part20
  1038.  
  1039. LH.Part21 = Instance.new("Part")
  1040. LH.Part21.Anchored = true
  1041. LH.Part21.CanCollide = false
  1042. LH.Part21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1043. LH.Part21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1044. LH.Part21.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1045. LH.Part21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1046. LH.Part21.Material = Enum.Material.Metal
  1047. LH.Part21.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1048. LH.Part21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1049. LH.Part21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1050. LH.Part21.CFrame = CFrame.new(-3.12058401, 4.51641417, -0.314348012, 0.20833005, -0.918716431, -0.335497826, -0.918746233, -0.30145973, 0.255004704, -0.335416079, 0.255112231, -0.906870365)
  1051. LH.Part21.Rotation = Vector3.new(-164.294434, -19.6028137, 77.2235641)
  1052. LH.Part21.BrickColor = BrickColor.new("Institutional white")
  1053. LH.Part21.Position = Vector3.new(-3.12058401, 4.51641417, -0.314348012)
  1054. LH.Part21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1055. LH.Part21.Parent = LH.Part1
  1056.  
  1057. LH.BlockMesh15 = Instance.new("BlockMesh")
  1058. LH.BlockMesh15.Scale = Vector3.new(0.820642471, 10.3948107, 1.09419012)
  1059. LH.BlockMesh15.Parent = LH.Part21
  1060.  
  1061. LH.Part22 = Instance.new("Part")
  1062. LH.Part22.Anchored = true
  1063. LH.Part22.CanCollide = false
  1064. LH.Part22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1065. LH.Part22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1066. LH.Part22.Color = Color3.new(0.356863, 0.364706, 0.411765)
  1067. LH.Part22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1068. LH.Part22.Material = Enum.Material.Metal
  1069. LH.Part22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1070. LH.Part22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1071. LH.Part22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1072. LH.Part22.CFrame = CFrame.new(-2.42960906, 4.44600677, -0.589716017, 0.20833005, -0.918716431, -0.335497826, -0.918746233, -0.30145973, 0.255004704, -0.335416079, 0.255112231, -0.906870365)
  1073. LH.Part22.Rotation = Vector3.new(-164.294434, -19.6028137, 77.2235641)
  1074. LH.Part22.BrickColor = BrickColor.new("Smoky grey")
  1075. LH.Part22.Position = Vector3.new(-2.42960906, 4.44600677, -0.589716017)
  1076. LH.Part22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1077. LH.Part22.Parent = LH.Part1
  1078.  
  1079. LH.BlockMesh16 = Instance.new("BlockMesh")
  1080. LH.BlockMesh16.Scale = Vector3.new(2.18838024, 3.55611944, 0.54709512)
  1081. LH.BlockMesh16.Parent = LH.Part22
  1082.  
  1083. LH.Part23 = Instance.new("Part")
  1084. LH.Part23.Anchored = true
  1085. LH.Part23.CanCollide = false
  1086. LH.Part23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1087. LH.Part23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1088. LH.Part23.Color = Color3.new(0.356863, 0.364706, 0.411765)
  1089. LH.Part23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1090. LH.Part23.Material = Enum.Material.Metal
  1091. LH.Part23.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1092. LH.Part23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1093. LH.Part23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1094. LH.Part23.CFrame = CFrame.new(-2.29695892, 4.46854687, -0.632445991, 0.439019144, -0.833487749, -0.335500091, -0.809424281, -0.528979123, 0.254977465, -0.389993161, 0.159621894, -0.90687716)
  1095. LH.Part23.Rotation = Vector3.new(-164.296143, -19.602951, 62.2230873)
  1096. LH.Part23.BrickColor = BrickColor.new("Smoky grey")
  1097. LH.Part23.Position = Vector3.new(-2.29695892, 4.46854687, -0.632445991)
  1098. LH.Part23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1099. LH.Part23.Parent = LH.Part1
  1100.  
  1101. LH.BlockMesh17 = Instance.new("BlockMesh")
  1102. LH.BlockMesh17.Scale = Vector3.new(2.18838024, 2.18838167, 0.54709512)
  1103. LH.BlockMesh17.Parent = LH.Part23
  1104.  
  1105. LH.Part24 = Instance.new("Part")
  1106. LH.Part24.Anchored = true
  1107. LH.Part24.CanCollide = false
  1108. LH.Part24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1109. LH.Part24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1110. LH.Part24.Color = Color3.new(0.356863, 0.364706, 0.411765)
  1111. LH.Part24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1112. LH.Part24.Material = Enum.Material.Metal
  1113. LH.Part24.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1114. LH.Part24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1115. LH.Part24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1116. LH.Part24.CFrame = CFrame.new(-3.47603703, 4.29183912, -0.245986998, 0.335389972, -0.208147705, -0.918797135, -0.254973978, 0.918830454, -0.301228851, 0.906918883, 0.335298479, 0.25509426)
  1117. LH.Part24.Rotation = Vector3.new(49.7405586, -66.7508621, 31.8243179)
  1118. LH.Part24.BrickColor = BrickColor.new("Smoky grey")
  1119. LH.Part24.Position = Vector3.new(-3.47603703, 4.29183912, -0.245986998)
  1120. LH.Part24.Shape = Enum.PartType.Cylinder
  1121. LH.Part24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1122. LH.Part24.Parent = LH.Part1
  1123.  
  1124. LH.SpecialMesh22 = Instance.new("SpecialMesh")
  1125. LH.SpecialMesh22.Scale = Vector3.new(1.12154508, 1.64128566, 0.861674786)
  1126. LH.SpecialMesh22.MeshType = Enum.MeshType.Cylinder
  1127. LH.SpecialMesh22.Parent = LH.Part24
  1128.  
  1129. LH.Part25 = Instance.new("Part")
  1130. LH.Part25.Anchored = true
  1131. LH.Part25.CanCollide = false
  1132. LH.Part25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1133. LH.Part25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1134. LH.Part25.Color = Color3.new(0.937255, 0.721569, 0.219608)
  1135. LH.Part25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1136. LH.Part25.Material = Enum.Material.Neon
  1137. LH.Part25.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1138. LH.Part25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1139. LH.Part25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1140. LH.Part25.CFrame = CFrame.new(-4.491961, 2.88329601, -0.247992992, -0.833582163, -0.438932002, -0.33537972, -0.528849125, 0.809500456, 0.25500527, 0.15956004, 0.389933139, -0.906913877)
  1141. LH.Part25.Rotation = Vector3.new(-164.29512, -19.5956306, 152.230453)
  1142. LH.Part25.BrickColor = BrickColor.new("Gold")
  1143. LH.Part25.Position = Vector3.new(-4.491961, 2.88329601, -0.247992992)
  1144. LH.Part25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1145. LH.Part25.Parent = LH.Part1
  1146.  
  1147. LH.BlockMesh18 = Instance.new("BlockMesh")
  1148. LH.BlockMesh18.Scale = Vector3.new(26.2605648, 3.82966661, 0.27354756)
  1149. LH.BlockMesh18.Parent = LH.Part25
  1150.  
  1151. LH.Part26 = Instance.new("Part")
  1152. LH.Part26.Anchored = true
  1153. LH.Part26.CanCollide = false
  1154. LH.Part26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1155. LH.Part26.Name = "Handle"
  1156. LH.Part26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1157. LH.Part26.Transparency = 1
  1158. LH.Part26.Color = Color3.new(0.905882, 0.905882, 0.92549)
  1159. LH.Part26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1160. LH.Part26.Material = Enum.Material.Metal
  1161. LH.Part26.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918)
  1162. LH.Part26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1163. LH.Part26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1164. LH.Part26.CFrame = CFrame.new(-2.05307603, 4.85820818, -0.612581015, 0.335414886, -0.208190054, -0.918778419, -0.254934907, 0.91882813, -0.301269352, 0.906920671, 0.335278928, 0.255113661)
  1165. LH.Part26.Rotation = Vector3.new(49.7422104, -66.7481461, 31.8276329)
  1166. LH.Part26.BrickColor = BrickColor.new("Pearl")
  1167. LH.Part26.Position = Vector3.new(-2.05307603, 4.85820818, -0.612581015)
  1168. LH.Part26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1169. LH.Part26.Parent = LH.Part1
  1170.  
  1171. LH.WedgePart24 = Instance.new("WedgePart")
  1172. LH.WedgePart24.CFrame = CFrame.new(-3.60868788, 4.82717609, -0.0464479998, 0.335378915, -0.0366950296, 0.941368461, -0.254853934, -0.965517342, 0.053159792, 0.906956732, -0.25774011, -0.333166003)
  1173. LH.WedgePart24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1174. LH.WedgePart24.CanCollide = false
  1175. LH.WedgePart24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1176. LH.WedgePart24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1177. LH.WedgePart24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1178. LH.WedgePart24.Color = Color3.new(0.356863, 0.364706, 0.411765)
  1179. LH.WedgePart24.Material = Enum.Material.Metal
  1180. LH.WedgePart24.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1181. LH.WedgePart24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1182. LH.WedgePart24.Anchored = true
  1183. LH.WedgePart24.Rotation = Vector3.new(-170.934341, 70.2826538, 6.244102)
  1184. LH.WedgePart24.BrickColor = BrickColor.new("Smoky grey")
  1185. LH.WedgePart24.Position = Vector3.new(-3.60868788, 4.82717609, -0.0464479998)
  1186. LH.WedgePart24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1187. LH.WedgePart24.Parent = LH.Part1
  1188.  
  1189. LH.SpecialMesh23 = Instance.new("SpecialMesh")
  1190. LH.SpecialMesh23.Scale = Vector3.new(0.54709512, 0.54709518, 0.820642531)
  1191. LH.SpecialMesh23.MeshType = Enum.MeshType.Wedge
  1192. LH.SpecialMesh23.Parent = LH.WedgePart24
  1193.  
  1194. LH.WedgePart25 = Instance.new("WedgePart")
  1195. LH.WedgePart25.CFrame = CFrame.new(-3.59364605, 5.22335005, 0.0593300015, -0.335381895, 0.0366061963, 0.941370785, 0.254913926, 0.96549511, 0.0532738082, -0.906938732, 0.257835567, -0.333140999)
  1196. LH.WedgePart25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1197. LH.WedgePart25.CanCollide = false
  1198. LH.WedgePart25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1199. LH.WedgePart25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1200. LH.WedgePart25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1201. LH.WedgePart25.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1202. LH.WedgePart25.Material = Enum.Material.Metal
  1203. LH.WedgePart25.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1204. LH.WedgePart25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1205. LH.WedgePart25.Anchored = true
  1206. LH.WedgePart25.Rotation = Vector3.new(-170.914551, 70.2830505, -173.77095)
  1207. LH.WedgePart25.BrickColor = BrickColor.new("Institutional white")
  1208. LH.WedgePart25.Position = Vector3.new(-3.59364605, 5.22335005, 0.0593300015)
  1209. LH.WedgePart25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1210. LH.WedgePart25.Parent = LH.Part1
  1211.  
  1212. LH.SpecialMesh24 = Instance.new("SpecialMesh")
  1213. LH.SpecialMesh24.Scale = Vector3.new(1.09419036, 0.27354759, 0.82064265)
  1214. LH.SpecialMesh24.MeshType = Enum.MeshType.Wedge
  1215. LH.SpecialMesh24.Parent = LH.WedgePart25
  1216.  
  1217. LH.WedgePart26 = Instance.new("WedgePart")
  1218. LH.WedgePart26.CFrame = CFrame.new(-4.80391979, 5.15489388, 0.487728, -0.335381895, 0.0366061963, 0.941370785, 0.254913926, 0.96549511, 0.0532738082, -0.906938732, 0.257835567, -0.333140999)
  1219. LH.WedgePart26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1220. LH.WedgePart26.CanCollide = false
  1221. LH.WedgePart26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1222. LH.WedgePart26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1223. LH.WedgePart26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1224. LH.WedgePart26.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1225. LH.WedgePart26.Material = Enum.Material.Metal
  1226. LH.WedgePart26.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1227. LH.WedgePart26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1228. LH.WedgePart26.Anchored = true
  1229. LH.WedgePart26.Rotation = Vector3.new(-170.914551, 70.2830505, -173.77095)
  1230. LH.WedgePart26.BrickColor = BrickColor.new("Institutional white")
  1231. LH.WedgePart26.Position = Vector3.new(-4.80391979, 5.15489388, 0.487728)
  1232. LH.WedgePart26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1233. LH.WedgePart26.Parent = LH.Part1
  1234.  
  1235. LH.SpecialMesh25 = Instance.new("SpecialMesh")
  1236. LH.SpecialMesh25.Scale = Vector3.new(1.09419036, 0.27354759, 2.18838024)
  1237. LH.SpecialMesh25.MeshType = Enum.MeshType.Wedge
  1238. LH.SpecialMesh25.Parent = LH.WedgePart26
  1239.  
  1240. LH.WedgePart27 = Instance.new("WedgePart")
  1241. LH.WedgePart27.CFrame = CFrame.new(-4.08289576, 5.19567394, 0.232512996, 0.335213095, 0.036740873, -0.941425741, -0.255003065, 0.965480208, -0.0531191863, 0.906976223, 0.257872671, 0.333010554)
  1242. LH.WedgePart27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1243. LH.WedgePart27.CanCollide = false
  1244. LH.WedgePart27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1245. LH.WedgePart27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1246. LH.WedgePart27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1247. LH.WedgePart27.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1248. LH.WedgePart27.Material = Enum.Material.Metal
  1249. LH.WedgePart27.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1250. LH.WedgePart27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1251. LH.WedgePart27.Anchored = true
  1252. LH.WedgePart27.Rotation = Vector3.new(9.06301403, -70.2923889, -6.25490952)
  1253. LH.WedgePart27.BrickColor = BrickColor.new("Institutional white")
  1254. LH.WedgePart27.Position = Vector3.new(-4.08289576, 5.19567394, 0.232512996)
  1255. LH.WedgePart27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1256. LH.WedgePart27.Parent = LH.Part1
  1257.  
  1258. LH.SpecialMesh26 = Instance.new("SpecialMesh")
  1259. LH.SpecialMesh26.Scale = Vector3.new(1.09419036, 0.27354759, 0.54709512)
  1260. LH.SpecialMesh26.MeshType = Enum.MeshType.Wedge
  1261. LH.SpecialMesh26.Parent = LH.WedgePart27
  1262.  
  1263. LH.Part27 = Instance.new("Part")
  1264. LH.Part27.Anchored = true
  1265. LH.Part27.CanCollide = false
  1266. LH.Part27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1267. LH.Part27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1268. LH.Part27.Color = Color3.new(0.356863, 0.364706, 0.411765)
  1269. LH.Part27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1270. LH.Part27.Material = Enum.Material.Metal
  1271. LH.Part27.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1272. LH.Part27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1273. LH.Part27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1274. LH.Part27.CFrame = CFrame.new(-3.96593404, 5.03575087, 0.144299001, 0.335389972, -0.208147705, -0.918797135, -0.254973978, 0.918830454, -0.301228851, 0.906918883, 0.335298479, 0.25509426)
  1275. LH.Part27.Rotation = Vector3.new(49.7405586, -66.7508621, 31.8243179)
  1276. LH.Part27.BrickColor = BrickColor.new("Smoky grey")
  1277. LH.Part27.Position = Vector3.new(-3.96593404, 5.03575087, 0.144299001)
  1278. LH.Part27.Shape = Enum.PartType.Cylinder
  1279. LH.Part27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1280. LH.Part27.Parent = LH.Part1
  1281.  
  1282. LH.SpecialMesh27 = Instance.new("SpecialMesh")
  1283. LH.SpecialMesh27.Scale = Vector3.new(1.12154508, 1.64128566, 0.861674786)
  1284. LH.SpecialMesh27.MeshType = Enum.MeshType.Cylinder
  1285. LH.SpecialMesh27.Parent = LH.Part27
  1286.  
  1287. LH.WedgePart28 = Instance.new("WedgePart")
  1288. LH.WedgePart28.CFrame = CFrame.new(-3.06191587, 5.01623011, -0.195553005, -0.33544609, -0.0367307216, -0.941343188, 0.254956067, -0.965489089, -0.0531802885, -0.906903207, -0.257840216, 0.33323428)
  1289. LH.WedgePart28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1290. LH.WedgePart28.CanCollide = false
  1291. LH.WedgePart28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1292. LH.WedgePart28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1293. LH.WedgePart28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1294. LH.WedgePart28.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1295. LH.WedgePart28.Material = Enum.Material.Metal
  1296. LH.WedgePart28.Size = Vector3.new(0.218838066, 0.218838081, 0.218838021)
  1297. LH.WedgePart28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1298. LH.WedgePart28.Anchored = true
  1299. LH.WedgePart28.Rotation = Vector3.new(9.06727505, -70.2783661, 173.751129)
  1300. LH.WedgePart28.BrickColor = BrickColor.new("Institutional white")
  1301. LH.WedgePart28.Position = Vector3.new(-3.06191587, 5.01623011, -0.195553005)
  1302. LH.WedgePart28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1303. LH.WedgePart28.Parent = LH.Part1
  1304.  
  1305. LH.WedgePart29 = Instance.new("WedgePart")
  1306. LH.WedgePart29.CFrame = CFrame.new(-8.6750679, 3.29478288, 1.39981794, 0.33545202, -0.918772519, 0.208156258, -0.254920036, -0.301245123, -0.91884017, 0.906911135, 0.25516358, -0.335266769)
  1307. LH.WedgePart29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1308. LH.WedgePart29.CanCollide = false
  1309. LH.WedgePart29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1310. LH.WedgePart29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1311. LH.WedgePart29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1312. LH.WedgePart29.Color = Color3.new(0.937255, 0.721569, 0.219608)
  1313. LH.WedgePart29.Material = Enum.Material.Neon
  1314. LH.WedgePart29.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1315. LH.WedgePart29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1316. LH.WedgePart29.Anchored = true
  1317. LH.WedgePart29.Rotation = Vector3.new(110.046036, 12.0143261, 69.9424133)
  1318. LH.WedgePart29.BrickColor = BrickColor.new("Gold")
  1319. LH.WedgePart29.Position = Vector3.new(-8.6750679, 3.29478288, 1.39981794)
  1320. LH.WedgePart29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1321. LH.WedgePart29.Parent = LH.Part1
  1322.  
  1323. LH.SpecialMesh28 = Instance.new("SpecialMesh")
  1324. LH.SpecialMesh28.Scale = Vector3.new(0.27354756, 3.28257132, 1.09419012)
  1325. LH.SpecialMesh28.MeshType = Enum.MeshType.Wedge
  1326. LH.SpecialMesh28.Parent = LH.WedgePart29
  1327.  
  1328. LH.WedgePart30 = Instance.new("WedgePart")
  1329. LH.WedgePart30.CFrame = CFrame.new(-4.86343002, 4.94069719, 0.449539006, 0.335378915, -0.0366950296, 0.941368461, -0.254853934, -0.965517342, 0.053159792, 0.906956732, -0.25774011, -0.333166003)
  1330. LH.WedgePart30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1331. LH.WedgePart30.CanCollide = false
  1332. LH.WedgePart30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1333. LH.WedgePart30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1334. LH.WedgePart30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1335. LH.WedgePart30.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1336. LH.WedgePart30.Material = Enum.Material.Metal
  1337. LH.WedgePart30.Size = Vector3.new(0.218838066, 0.27354762, 0.54709512)
  1338. LH.WedgePart30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1339. LH.WedgePart30.Anchored = true
  1340. LH.WedgePart30.Rotation = Vector3.new(-170.934341, 70.2826538, 6.244102)
  1341. LH.WedgePart30.BrickColor = BrickColor.new("Institutional white")
  1342. LH.WedgePart30.Position = Vector3.new(-4.86343002, 4.94069719, 0.449539006)
  1343. LH.WedgePart30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1344. LH.WedgePart30.Parent = LH.Part1
  1345.  
  1346. LH.WedgePart31 = Instance.new("WedgePart")
  1347. LH.WedgePart31.CFrame = CFrame.new(-8.60101604, 2.96803093, 1.28059804, -0.335213095, -0.918790519, -0.208461225, 0.254999071, -0.301483959, 0.918739855, -0.906977236, 0.254816204, 0.335352123)
  1348. LH.WedgePart31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1349. LH.WedgePart31.CanCollide = false
  1350. LH.WedgePart31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1351. LH.WedgePart31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1352. LH.WedgePart31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1353. LH.WedgePart31.Color = Color3.new(0.937255, 0.721569, 0.219608)
  1354. LH.WedgePart31.Material = Enum.Material.Neon
  1355. LH.WedgePart31.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1356. LH.WedgePart31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1357. LH.WedgePart31.Anchored = true
  1358. LH.WedgePart31.Rotation = Vector3.new(-69.9472504, -12.0321913, 110.044083)
  1359. LH.WedgePart31.BrickColor = BrickColor.new("Gold")
  1360. LH.WedgePart31.Position = Vector3.new(-8.60101604, 2.96803093, 1.28059804)
  1361. LH.WedgePart31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1362. LH.WedgePart31.Parent = LH.Part1
  1363.  
  1364. LH.SpecialMesh29 = Instance.new("SpecialMesh")
  1365. LH.SpecialMesh29.Scale = Vector3.new(0.27354756, 3.28257132, 2.46192789)
  1366. LH.SpecialMesh29.MeshType = Enum.MeshType.Wedge
  1367. LH.SpecialMesh29.Parent = LH.WedgePart31
  1368.  
  1369. LH.WedgePart32 = Instance.new("WedgePart")
  1370. LH.WedgePart32.CFrame = CFrame.new(-2.34088707, 5.0570159, -0.450796008, 0.335378915, -0.0366950296, 0.941368461, -0.254853934, -0.965517342, 0.053159792, 0.906956732, -0.25774011, -0.333166003)
  1371. LH.WedgePart32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1372. LH.WedgePart32.CanCollide = false
  1373. LH.WedgePart32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1374. LH.WedgePart32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1375. LH.WedgePart32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1376. LH.WedgePart32.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1377. LH.WedgePart32.Material = Enum.Material.Metal
  1378. LH.WedgePart32.Size = Vector3.new(0.218838066, 0.218838081, 0.218838021)
  1379. LH.WedgePart32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1380. LH.WedgePart32.Anchored = true
  1381. LH.WedgePart32.Rotation = Vector3.new(-170.934341, 70.2826538, 6.244102)
  1382. LH.WedgePart32.BrickColor = BrickColor.new("Institutional white")
  1383. LH.WedgePart32.Position = Vector3.new(-2.34088707, 5.0570159, -0.450796008)
  1384. LH.WedgePart32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1385. LH.WedgePart32.Parent = LH.Part1
  1386.  
  1387. LH.WedgePart33 = Instance.new("WedgePart")
  1388. LH.WedgePart33.CFrame = CFrame.new(-5.06341791, 5.08751106, 0.564769983, -0.335381895, 0.0366061963, 0.941370785, 0.254913926, 0.96549511, 0.0532738082, -0.906938732, 0.257835567, -0.333140999)
  1389. LH.WedgePart33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1390. LH.WedgePart33.CanCollide = false
  1391. LH.WedgePart33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1392. LH.WedgePart33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1393. LH.WedgePart33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1394. LH.WedgePart33.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1395. LH.WedgePart33.Material = Enum.Material.Metal
  1396. LH.WedgePart33.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1397. LH.WedgePart33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1398. LH.WedgePart33.Anchored = true
  1399. LH.WedgePart33.Rotation = Vector3.new(-170.914551, 70.2830505, -173.77095)
  1400. LH.WedgePart33.BrickColor = BrickColor.new("Institutional white")
  1401. LH.WedgePart33.Position = Vector3.new(-5.06341791, 5.08751106, 0.564769983)
  1402. LH.WedgePart33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1403. LH.WedgePart33.Parent = LH.Part1
  1404.  
  1405. LH.SpecialMesh30 = Instance.new("SpecialMesh")
  1406. LH.SpecialMesh30.Scale = Vector3.new(1.09419036, 0.27354759, 0.54709512)
  1407. LH.SpecialMesh30.MeshType = Enum.MeshType.Wedge
  1408. LH.SpecialMesh30.Parent = LH.WedgePart33
  1409.  
  1410. LH.Part28 = Instance.new("Part")
  1411. LH.Part28.Anchored = true
  1412. LH.Part28.CanCollide = false
  1413. LH.Part28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1414. LH.Part28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1415. LH.Part28.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1416. LH.Part28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1417. LH.Part28.Material = Enum.Material.Metal
  1418. LH.Part28.Size = Vector3.new(0.382966518, 0.492385536, 0.218838036)
  1419. LH.Part28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1420. LH.Part28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1421. LH.Part28.CFrame = CFrame.new(-4.37216806, 5.02118206, 0.290466011, -0.0366589911, -0.941332459, -0.335483909, -0.965480745, -0.0532697551, 0.254969239, -0.257881939, 0.333250195, -0.906885445)
  1422. LH.Part28.Rotation = Vector3.new(-164.296768, -19.6019669, 92.2301865)
  1423. LH.Part28.BrickColor = BrickColor.new("Institutional white")
  1424. LH.Part28.Position = Vector3.new(-4.37216806, 5.02118206, 0.290466011)
  1425. LH.Part28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1426. LH.Part28.Parent = LH.Part1
  1427.  
  1428. LH.Part29 = Instance.new("Part")
  1429. LH.Part29.Anchored = true
  1430. LH.Part29.CanCollide = false
  1431. LH.Part29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1432. LH.Part29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1433. LH.Part29.Color = Color3.new(0.937255, 0.721569, 0.219608)
  1434. LH.Part29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1435. LH.Part29.Material = Enum.Material.Neon
  1436. LH.Part29.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1437. LH.Part29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1438. LH.Part29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1439. LH.Part29.CFrame = CFrame.new(-5.58276892, 4.06591988, 0.472773999, -0.918769002, -0.208259523, -0.33539772, -0.301348001, 0.918787062, 0.254989862, 0.25505501, 0.335348219, -0.906911612)
  1440. LH.Part29.Rotation = Vector3.new(-164.29599, -19.5967255, 167.228455)
  1441. LH.Part29.BrickColor = BrickColor.new("Gold")
  1442. LH.Part29.Position = Vector3.new(-5.58276892, 4.06591988, 0.472773999)
  1443. LH.Part29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1444. LH.Part29.Parent = LH.Part1
  1445.  
  1446. LH.BlockMesh19 = Instance.new("BlockMesh")
  1447. LH.BlockMesh19.Scale = Vector3.new(29.8166771, 3.5561192, 0.27354756)
  1448. LH.BlockMesh19.Parent = LH.Part29
  1449.  
  1450. LH.Part30 = Instance.new("Part")
  1451. LH.Part30.Anchored = true
  1452. LH.Part30.CanCollide = false
  1453. LH.Part30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1454. LH.Part30.Name = "Handle"
  1455. LH.Part30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1456. LH.Part30.Transparency = 1
  1457. LH.Part30.Color = Color3.new(0.905882, 0.905882, 0.92549)
  1458. LH.Part30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1459. LH.Part30.Material = Enum.Material.Metal
  1460. LH.Part30.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918)
  1461. LH.Part30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1462. LH.Part30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1463. LH.Part30.CFrame = CFrame.new(-2.090976, 5.09692621, -0.531463981, 0.335414886, -0.208190054, -0.918778419, -0.254934907, 0.91882813, -0.301269352, 0.906920671, 0.335278928, 0.255113661)
  1464. LH.Part30.Rotation = Vector3.new(49.7422104, -66.7481461, 31.8276329)
  1465. LH.Part30.BrickColor = BrickColor.new("Pearl")
  1466. LH.Part30.Position = Vector3.new(-2.090976, 5.09692621, -0.531463981)
  1467. LH.Part30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1468. LH.Part30.Parent = LH.Part1
  1469.  
  1470. LH.Part31 = Instance.new("Part")
  1471. LH.Part31.Anchored = true
  1472. LH.Part31.CanCollide = false
  1473. LH.Part31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1474. LH.Part31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1475. LH.Part31.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1476. LH.Part31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1477. LH.Part31.Material = Enum.Material.Metal
  1478. LH.Part31.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1479. LH.Part31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1480. LH.Part31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1481. LH.Part31.CFrame = CFrame.new(-2.69437289, 5.22150517, -0.273820996, -0.0366589911, -0.941332459, -0.335483909, -0.965480745, -0.0532697551, 0.254969239, -0.257881939, 0.333250195, -0.906885445)
  1482. LH.Part31.Rotation = Vector3.new(-164.296768, -19.6019669, 92.2301865)
  1483. LH.Part31.BrickColor = BrickColor.new("Institutional white")
  1484. LH.Part31.Position = Vector3.new(-2.69437289, 5.22150517, -0.273820996)
  1485. LH.Part31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1486. LH.Part31.Parent = LH.Part1
  1487.  
  1488. LH.BlockMesh20 = Instance.new("BlockMesh")
  1489. LH.BlockMesh20.Scale = Vector3.new(0.820642471, 4.92385674, 1.09419012)
  1490. LH.BlockMesh20.Parent = LH.Part31
  1491.  
  1492. LH.Part32 = Instance.new("Part")
  1493. LH.Part32.Anchored = true
  1494. LH.Part32.CanCollide = false
  1495. LH.Part32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1496. LH.Part32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1497. LH.Part32.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1498. LH.Part32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1499. LH.Part32.Material = Enum.Material.Metal
  1500. LH.Part32.Size = Vector3.new(0.328257054, 0.656514287, 0.218838036)
  1501. LH.Part32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1502. LH.Part32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1503. LH.Part32.CFrame = CFrame.new(-3.8324101, 5.02536583, 0.0920030028, -0.0366589911, -0.941332877, -0.335482568, -0.965480745, -0.0532693639, 0.254969299, -0.257881939, 0.333248883, -0.906885922)
  1504. LH.Part32.Rotation = Vector3.new(-164.296768, -19.6018848, 92.2301865)
  1505. LH.Part32.BrickColor = BrickColor.new("Institutional white")
  1506. LH.Part32.Position = Vector3.new(-3.8324101, 5.02536583, 0.0920030028)
  1507. LH.Part32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1508. LH.Part32.Parent = LH.Part1
  1509.  
  1510. LH.Part33 = Instance.new("Part")
  1511. LH.Part33.Anchored = true
  1512. LH.Part33.CanCollide = false
  1513. LH.Part33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1514. LH.Part33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1515. LH.Part33.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1516. LH.Part33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1517. LH.Part33.Material = Enum.Material.Metal
  1518. LH.Part33.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1519. LH.Part33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1520. LH.Part33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1521. LH.Part33.CFrame = CFrame.new(-4.80592918, 5.10208416, 0.473628998, -0.0366589911, -0.941332459, -0.335483909, -0.965480745, -0.0532697551, 0.254969239, -0.257881939, 0.333250195, -0.906885445)
  1522. LH.Part33.Rotation = Vector3.new(-164.296768, -19.6019669, 92.2301865)
  1523. LH.Part33.BrickColor = BrickColor.new("Institutional white")
  1524. LH.Part33.Position = Vector3.new(-4.80592918, 5.10208416, 0.473628998)
  1525. LH.Part33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1526. LH.Part33.Parent = LH.Part1
  1527.  
  1528. LH.BlockMesh21 = Instance.new("BlockMesh")
  1529. LH.BlockMesh21.Scale = Vector3.new(0.27354756, 2.18838024, 1.09419012)
  1530. LH.BlockMesh21.Parent = LH.Part33
  1531.  
  1532. LH.Part34 = Instance.new("Part")
  1533. LH.Part34.Anchored = true
  1534. LH.Part34.CanCollide = false
  1535. LH.Part34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1536. LH.Part34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1537. LH.Part34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1538. LH.Part34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1539. LH.Part34.Material = Enum.Material.Metal
  1540. LH.Part34.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1541. LH.Part34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1542. LH.Part34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1543. LH.Part34.CFrame = CFrame.new(-2.15762591, 5.14644575, -0.493447989, -0.0366589911, -0.941332459, -0.335483909, -0.965480745, -0.0532697551, 0.254969239, -0.257881939, 0.333250195, -0.906885445)
  1544. LH.Part34.Rotation = Vector3.new(-164.296768, -19.6019669, 92.2301865)
  1545. LH.Part34.BrickColor = BrickColor.new("Institutional white")
  1546. LH.Part34.Position = Vector3.new(-2.15762591, 5.14644575, -0.493447989)
  1547. LH.Part34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1548. LH.Part34.Parent = LH.Part1
  1549.  
  1550. LH.BlockMesh22 = Instance.new("BlockMesh")
  1551. LH.BlockMesh22.Scale = Vector3.new(1.91483259, 0.820643067, 1.09419012)
  1552. LH.BlockMesh22.Parent = LH.Part34
  1553.  
  1554. LH.Part35 = Instance.new("Part")
  1555. LH.Part35.Anchored = true
  1556. LH.Part35.CanCollide = false
  1557. LH.Part35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1558. LH.Part35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1559. LH.Part35.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1560. LH.Part35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1561. LH.Part35.Material = Enum.Material.Metal
  1562. LH.Part35.Size = Vector3.new(0.382966518, 0.382966638, 0.218838036)
  1563. LH.Part35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1564. LH.Part35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1565. LH.Part35.CFrame = CFrame.new(-3.34215593, 5.07944679, -0.0741269961, -0.0366589911, -0.941332459, -0.335483909, -0.965480745, -0.0532697551, 0.254969239, -0.257881939, 0.333250195, -0.906885445)
  1566. LH.Part35.Rotation = Vector3.new(-164.296768, -19.6019669, 92.2301865)
  1567. LH.Part35.BrickColor = BrickColor.new("Institutional white")
  1568. LH.Part35.Position = Vector3.new(-3.34215593, 5.07944679, -0.0741269961)
  1569. LH.Part35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1570. LH.Part35.Parent = LH.Part1
  1571.  
  1572. LH.Part36 = Instance.new("Part")
  1573. LH.Part36.Anchored = true
  1574. LH.Part36.CanCollide = false
  1575. LH.Part36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1576. LH.Part36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1577. LH.Part36.Color = Color3.new(0.356863, 0.364706, 0.411765)
  1578. LH.Part36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1579. LH.Part36.Material = Enum.Material.Metal
  1580. LH.Part36.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1581. LH.Part36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1582. LH.Part36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1583. LH.Part36.CFrame = CFrame.new(-2.83014703, 5.02934313, -0.277601004, -0.0366589911, -0.941332459, -0.335483909, -0.965480745, -0.0532697551, 0.254969239, -0.257881939, 0.333250195, -0.906885445)
  1584. LH.Part36.Rotation = Vector3.new(-164.296768, -19.6019669, 92.2301865)
  1585. LH.Part36.BrickColor = BrickColor.new("Smoky grey")
  1586. LH.Part36.Position = Vector3.new(-2.83014703, 5.02934313, -0.277601004)
  1587. LH.Part36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1588. LH.Part36.Parent = LH.Part1
  1589.  
  1590. LH.BlockMesh23 = Instance.new("BlockMesh")
  1591. LH.BlockMesh23.Scale = Vector3.new(2.18838024, 7.38578606, 0.54709512)
  1592. LH.BlockMesh23.Parent = LH.Part36
  1593.  
  1594. LH.Part37 = Instance.new("Part")
  1595. LH.Part37.Anchored = true
  1596. LH.Part37.CanCollide = false
  1597. LH.Part37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1598. LH.Part37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1599. LH.Part37.Color = Color3.new(0.356863, 0.364706, 0.411765)
  1600. LH.Part37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1601. LH.Part37.Material = Enum.Material.Metal
  1602. LH.Part37.Size = Vector3.new(0.339199007, 0.328257143, 0.492385566)
  1603. LH.Part37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1604. LH.Part37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1605. LH.Part37.CFrame = CFrame.new(-0.773908019, 3.69289589, -1.41380095, 0.335389972, -0.208147705, -0.918797135, -0.254973978, 0.918830454, -0.301228851, 0.906918883, 0.335298479, 0.25509426)
  1606. LH.Part37.Rotation = Vector3.new(49.7405586, -66.7508621, 31.8243179)
  1607. LH.Part37.BrickColor = BrickColor.new("Smoky grey")
  1608. LH.Part37.Position = Vector3.new(-0.773908019, 3.69289589, -1.41380095)
  1609. LH.Part37.Shape = Enum.PartType.Cylinder
  1610. LH.Part37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1611. LH.Part37.Parent = LH.Part1
  1612.  
  1613. LH.Part38 = Instance.new("Part")
  1614. LH.Part38.Anchored = true
  1615. LH.Part38.CanCollide = false
  1616. LH.Part38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1617. LH.Part38.Name = "Handle"
  1618. LH.Part38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1619. LH.Part38.Transparency = 1
  1620. LH.Part38.Color = Color3.new(0.905882, 0.905882, 0.92549)
  1621. LH.Part38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1622. LH.Part38.Material = Enum.Material.Metal
  1623. LH.Part38.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918)
  1624. LH.Part38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1625. LH.Part38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1626. LH.Part38.CFrame = CFrame.new(-0.762914002, 3.70762396, -1.41317594, 0.335414886, -0.208190054, -0.918778419, -0.254934907, 0.91882813, -0.301269352, 0.906920671, 0.335278928, 0.255113661)
  1627. LH.Part38.Rotation = Vector3.new(49.7422104, -66.7481461, 31.8276329)
  1628. LH.Part38.BrickColor = BrickColor.new("Pearl")
  1629. LH.Part38.Position = Vector3.new(-0.762914002, 3.70762396, -1.41317594)
  1630. LH.Part38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1631. LH.Part38.Parent = LH.Part1
  1632.  
  1633. LH.Part39 = Instance.new("Part")
  1634. LH.Part39.Anchored = true
  1635. LH.Part39.CanCollide = false
  1636. LH.Part39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1637. LH.Part39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1638. LH.Part39.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1639. LH.Part39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1640. LH.Part39.Material = Enum.Material.Metal
  1641. LH.Part39.Size = Vector3.new(0.437676042, 0.218838066, 0.328257084)
  1642. LH.Part39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1643. LH.Part39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1644. LH.Part39.CFrame = CFrame.new(-0.839829028, 3.7542181, -1.37218094, -0.691534042, -0.639740705, -0.335428923, -0.720380068, 0.645007432, 0.254986376, 0.0532290079, 0.417968035, -0.906901062)
  1645. LH.Part39.Rotation = Vector3.new(-164.296021, -19.5986233, 137.227966)
  1646. LH.Part39.BrickColor = BrickColor.new("Institutional white")
  1647. LH.Part39.Position = Vector3.new(-0.839829028, 3.7542181, -1.37218094)
  1648. LH.Part39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1649. LH.Part39.Parent = LH.Part1
  1650.  
  1651. LH.Part40 = Instance.new("Part")
  1652. LH.Part40.Anchored = true
  1653. LH.Part40.CanCollide = false
  1654. LH.Part40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1655. LH.Part40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1656. LH.Part40.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1657. LH.Part40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1658. LH.Part40.Material = Enum.Material.Metal
  1659. LH.Part40.Size = Vector3.new(0.328257084, 0.437676162, 0.492385566)
  1660. LH.Part40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1661. LH.Part40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1662. LH.Part40.CFrame = CFrame.new(-0.773908019, 3.69289589, -1.41380095, 0.335389972, -0.208147705, -0.918797135, -0.254973978, 0.918830454, -0.301228851, 0.906918883, 0.335298479, 0.25509426)
  1663. LH.Part40.Rotation = Vector3.new(49.7405586, -66.7508621, 31.8243179)
  1664. LH.Part40.BrickColor = BrickColor.new("Institutional white")
  1665. LH.Part40.Position = Vector3.new(-0.773908019, 3.69289589, -1.41380095)
  1666. LH.Part40.Shape = Enum.PartType.Cylinder
  1667. LH.Part40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1668. LH.Part40.Parent = LH.Part1
  1669.  
  1670. LH.Part41 = Instance.new("Part")
  1671. LH.Part41.Anchored = true
  1672. LH.Part41.CanCollide = false
  1673. LH.Part41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1674. LH.Part41.Name = "Joint"
  1675. LH.Part41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1676. LH.Part41.Color = Color3.new(0.356863, 0.364706, 0.411765)
  1677. LH.Part41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1678. LH.Part41.Material = Enum.Material.Metal
  1679. LH.Part41.Size = Vector3.new(0.328257024, 0.328257143, 0.218838036)
  1680. LH.Part41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1681. LH.Part41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1682. LH.Part41.CFrame = CFrame.new(-0.979825974, 3.89539409, -1.28073096, -0.691534042, -0.639740705, -0.335428923, -0.720380068, 0.645007432, 0.254986376, 0.0532290079, 0.417968035, -0.906901062)
  1683. LH.Part41.Rotation = Vector3.new(-164.296021, -19.5986233, 137.227966)
  1684. LH.Part41.BrickColor = BrickColor.new("Smoky grey")
  1685. LH.Part41.Position = Vector3.new(-0.979825974, 3.89539409, -1.28073096)
  1686. LH.Part41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1687. LH.Part41.Parent = LH.Part1
  1688.  
  1689. LH.WedgePart34 = Instance.new("WedgePart")
  1690. LH.WedgePart34.CFrame = CFrame.new(-0.904146969, 3.97421098, -1.28656995, -0.335401982, -0.639767349, 0.691522419, 0.254975975, 0.644997418, 0.720392704, -0.906913877, 0.417942792, -0.0532081053)
  1691. LH.WedgePart34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1692. LH.WedgePart34.CanCollide = false
  1693. LH.WedgePart34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1694. LH.WedgePart34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1695. LH.WedgePart34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1696. LH.WedgePart34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1697. LH.WedgePart34.Material = Enum.Material.Metal
  1698. LH.WedgePart34.Size = Vector3.new(0.328257084, 0.218838125, 0.218838021)
  1699. LH.WedgePart34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1700. LH.WedgePart34.Anchored = true
  1701. LH.WedgePart34.Rotation = Vector3.new(-94.2241898, 43.7507439, 117.666061)
  1702. LH.WedgePart34.BrickColor = BrickColor.new("Institutional white")
  1703. LH.WedgePart34.Position = Vector3.new(-0.904146969, 3.97421098, -1.28656995)
  1704. LH.WedgePart34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1705. LH.WedgePart34.Parent = LH.Part1
  1706.  
  1707. LH.WedgePart35 = Instance.new("WedgePart")
  1708. LH.WedgePart35.CFrame = CFrame.new(-0.939154983, 4.00950718, -1.26370001, 0.335256994, 0.691669881, -0.639684021, -0.255169988, 0.720264018, 0.645064473, 0.906912982, -0.0530341938, 0.417966872)
  1709. LH.WedgePart35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1710. LH.WedgePart35.CanCollide = false
  1711. LH.WedgePart35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1712. LH.WedgePart35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1713. LH.WedgePart35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1714. LH.WedgePart35.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1715. LH.WedgePart35.Material = Enum.Material.Metal
  1716. LH.WedgePart35.Size = Vector3.new(0.328257084, 0.218838081, 0.218838021)
  1717. LH.WedgePart35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1718. LH.WedgePart35.Anchored = true
  1719. LH.WedgePart35.Rotation = Vector3.new(-57.0589485, -39.768261, -64.1402206)
  1720. LH.WedgePart35.BrickColor = BrickColor.new("Institutional white")
  1721. LH.WedgePart35.Position = Vector3.new(-0.939154983, 4.00950718, -1.26370001)
  1722. LH.WedgePart35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1723. LH.WedgePart35.Parent = LH.Part1
  1724.  
  1725. LH.Part42 = Instance.new("Part")
  1726. LH.Part42.Anchored = true
  1727. LH.Part42.CanCollide = false
  1728. LH.Part42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1729. LH.Part42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1730. LH.Part42.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1731. LH.Part42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1732. LH.Part42.Material = Enum.Material.Metal
  1733. LH.Part42.Size = Vector3.new(0.437676042, 0.382966667, 0.328257084)
  1734. LH.Part42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1735. LH.Part42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1736. LH.Part42.CFrame = CFrame.new(-1.48261297, 4.67557096, -0.875470996, -0.918769002, -0.208259523, -0.33539772, -0.301348001, 0.918787062, 0.254989862, 0.25505501, 0.335348219, -0.906911612)
  1737. LH.Part42.Rotation = Vector3.new(-164.29599, -19.5967255, 167.228455)
  1738. LH.Part42.BrickColor = BrickColor.new("Institutional white")
  1739. LH.Part42.Position = Vector3.new(-1.48261297, 4.67557096, -0.875470996)
  1740. LH.Part42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1741. LH.Part42.Parent = LH.Part1
  1742.  
  1743. LH.Part43 = Instance.new("Part")
  1744. LH.Part43.Anchored = true
  1745. LH.Part43.CanCollide = false
  1746. LH.Part43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1747. LH.Part43.Name = "Joint"
  1748. LH.Part43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1749. LH.Part43.Color = Color3.new(0.356863, 0.364706, 0.411765)
  1750. LH.Part43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1751. LH.Part43.Material = Enum.Material.Metal
  1752. LH.Part43.Size = Vector3.new(0.382966518, 0.492385685, 0.218838036)
  1753. LH.Part43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1754. LH.Part43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1755. LH.Part43.CFrame = CFrame.new(-1.59888196, 5.06947708, -0.721754014, -0.918769002, -0.208259523, -0.33539772, -0.301348001, 0.918787062, 0.254989862, 0.25505501, 0.335348219, -0.906911612)
  1756. LH.Part43.Rotation = Vector3.new(-164.29599, -19.5967255, 167.228455)
  1757. LH.Part43.BrickColor = BrickColor.new("Smoky grey")
  1758. LH.Part43.Position = Vector3.new(-1.59888196, 5.06947708, -0.721754014)
  1759. LH.Part43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1760. LH.Part43.Parent = LH.Part1
  1761.  
  1762. LH.Part44 = Instance.new("Part")
  1763. LH.Part44.Anchored = true
  1764. LH.Part44.CanCollide = false
  1765. LH.Part44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1766. LH.Part44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1767. LH.Part44.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1768. LH.Part44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1769. LH.Part44.Material = Enum.Material.Metal
  1770. LH.Part44.Size = Vector3.new(0.328257084, 0.437676162, 0.492385566)
  1771. LH.Part44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1772. LH.Part44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1773. LH.Part44.CFrame = CFrame.new(-1.44273996, 4.49962807, -0.939669013, 0.335389972, -0.208147705, -0.918797135, -0.254973978, 0.918830454, -0.301228851, 0.906918883, 0.335298479, 0.25509426)
  1774. LH.Part44.Rotation = Vector3.new(49.7405586, -66.7508621, 31.8243179)
  1775. LH.Part44.BrickColor = BrickColor.new("Institutional white")
  1776. LH.Part44.Position = Vector3.new(-1.44273996, 4.49962807, -0.939669013)
  1777. LH.Part44.Shape = Enum.PartType.Cylinder
  1778. LH.Part44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1779. LH.Part44.Parent = LH.Part1
  1780.  
  1781. LH.Part45 = Instance.new("Part")
  1782. LH.Part45.Anchored = true
  1783. LH.Part45.CanCollide = false
  1784. LH.Part45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1785. LH.Part45.Name = "Handle"
  1786. LH.Part45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1787. LH.Part45.Transparency = 1
  1788. LH.Part45.Color = Color3.new(0.905882, 0.905882, 0.92549)
  1789. LH.Part45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1790. LH.Part45.Material = Enum.Material.Metal
  1791. LH.Part45.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918)
  1792. LH.Part45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1793. LH.Part45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1794. LH.Part45.CFrame = CFrame.new(-1.09007001, 3.99742103, -1.21071398, 0.335414886, -0.208190054, -0.918778419, -0.254934907, 0.91882813, -0.301269352, 0.906920671, 0.335278928, 0.255113661)
  1795. LH.Part45.Rotation = Vector3.new(49.7422104, -66.7481461, 31.8276329)
  1796. LH.Part45.BrickColor = BrickColor.new("Pearl")
  1797. LH.Part45.Position = Vector3.new(-1.09007001, 3.99742103, -1.21071398)
  1798. LH.Part45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1799. LH.Part45.Parent = LH.Part1
  1800.  
  1801. LH.Part46 = Instance.new("Part")
  1802. LH.Part46.Anchored = true
  1803. LH.Part46.CanCollide = false
  1804. LH.Part46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1805. LH.Part46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1806. LH.Part46.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1807. LH.Part46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1808. LH.Part46.Material = Enum.Material.Metal
  1809. LH.Part46.Size = Vector3.new(0.328257084, 0.437676162, 0.492385566)
  1810. LH.Part46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1811. LH.Part46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1812. LH.Part46.CFrame = CFrame.new(-1.26696002, 4.18027878, -1.09444797, 0.335356027, -0.438839972, -0.833640158, -0.255057037, 0.809543073, -0.528759003, 0.906908095, 0.389948338, 0.159555927)
  1813. LH.Part46.Rotation = Vector3.new(73.2085266, -56.4745064, 52.6133881)
  1814. LH.Part46.BrickColor = BrickColor.new("Institutional white")
  1815. LH.Part46.Position = Vector3.new(-1.26696002, 4.18027878, -1.09444797)
  1816. LH.Part46.Shape = Enum.PartType.Cylinder
  1817. LH.Part46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1818. LH.Part46.Parent = LH.Part1
  1819.  
  1820. LH.Part47 = Instance.new("Part")
  1821. LH.Part47.Anchored = true
  1822. LH.Part47.CanCollide = false
  1823. LH.Part47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1824. LH.Part47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1825. LH.Part47.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1826. LH.Part47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1827. LH.Part47.Material = Enum.Material.Metal
  1828. LH.Part47.Size = Vector3.new(0.437676042, 0.27354762, 0.328257084)
  1829. LH.Part47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1830. LH.Part47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1831. LH.Part47.CFrame = CFrame.new(-1.17230999, 4.08949614, -1.15497398, -0.691534042, -0.639740705, -0.335428923, -0.720380068, 0.645007432, 0.254986376, 0.0532290079, 0.417968035, -0.906901062)
  1832. LH.Part47.Rotation = Vector3.new(-164.296021, -19.5986233, 137.227966)
  1833. LH.Part47.BrickColor = BrickColor.new("Institutional white")
  1834. LH.Part47.Position = Vector3.new(-1.17230999, 4.08949614, -1.15497398)
  1835. LH.Part47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1836. LH.Part47.Parent = LH.Part1
  1837.  
  1838. LH.Part48 = Instance.new("Part")
  1839. LH.Part48.Anchored = true
  1840. LH.Part48.CanCollide = false
  1841. LH.Part48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1842. LH.Part48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1843. LH.Part48.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1844. LH.Part48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1845. LH.Part48.Material = Enum.Material.Metal
  1846. LH.Part48.Size = Vector3.new(0.437676042, 0.382966667, 0.328257084)
  1847. LH.Part48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1848. LH.Part48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1849. LH.Part48.CFrame = CFrame.new(-1.35260403, 4.34018183, -1.01782596, -0.833582163, -0.438932002, -0.33537972, -0.528849125, 0.809500456, 0.25500527, 0.15956004, 0.389933139, -0.906913877)
  1850. LH.Part48.Rotation = Vector3.new(-164.29512, -19.5956306, 152.230453)
  1851. LH.Part48.BrickColor = BrickColor.new("Institutional white")
  1852. LH.Part48.Position = Vector3.new(-1.35260403, 4.34018183, -1.01782596)
  1853. LH.Part48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1854. LH.Part48.Parent = LH.Part1
  1855.  
  1856. LH.Part49 = Instance.new("Part")
  1857. LH.Part49.Anchored = true
  1858. LH.Part49.CanCollide = false
  1859. LH.Part49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1860. LH.Part49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1861. LH.Part49.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1862. LH.Part49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1863. LH.Part49.Material = Enum.Material.Metal
  1864. LH.Part49.Size = Vector3.new(0.218838021, 0.492385656, 0.328257084)
  1865. LH.Part49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1866. LH.Part49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1867. LH.Part49.CFrame = CFrame.new(-1.17798305, 3.94008493, -1.19486594, -0.691534042, -0.639740705, -0.335428923, -0.720380068, 0.645007432, 0.254986376, 0.0532290079, 0.417968035, -0.906901062)
  1868. LH.Part49.Rotation = Vector3.new(-164.296021, -19.5986233, 137.227966)
  1869. LH.Part49.BrickColor = BrickColor.new("Institutional white")
  1870. LH.Part49.Position = Vector3.new(-1.17798305, 3.94008493, -1.19486594)
  1871. LH.Part49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1872. LH.Part49.Parent = LH.Part1
  1873.  
  1874. LH.WedgePart36 = Instance.new("WedgePart")
  1875. LH.WedgePart36.CFrame = CFrame.new(-1.92426801, 5.31379795, -0.53273201, 0.335389972, -0.208147705, -0.918797135, -0.254973978, 0.918830454, -0.301228851, 0.906918883, 0.335298479, 0.25509426)
  1876. LH.WedgePart36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1877. LH.WedgePart36.CanCollide = false
  1878. LH.WedgePart36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1879. LH.WedgePart36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1880. LH.WedgePart36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1881. LH.WedgePart36.Color = Color3.new(0.356863, 0.364706, 0.411765)
  1882. LH.WedgePart36.Material = Enum.Material.Metal
  1883. LH.WedgePart36.Size = Vector3.new(0.218838051, 0.328257143, 0.27354753)
  1884. LH.WedgePart36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1885. LH.WedgePart36.Anchored = true
  1886. LH.WedgePart36.Rotation = Vector3.new(49.7405586, -66.7508621, 31.8243179)
  1887. LH.WedgePart36.BrickColor = BrickColor.new("Smoky grey")
  1888. LH.WedgePart36.Position = Vector3.new(-1.92426801, 5.31379795, -0.53273201)
  1889. LH.WedgePart36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1890. LH.WedgePart36.Parent = LH.Part1
  1891.  
  1892. LH.WedgePart37 = Instance.new("WedgePart")
  1893. LH.WedgePart37.CFrame = CFrame.new(-2.241364, 5.56639194, -0.344451994, 0.335671902, -0.278792024, 0.899777472, -0.254880935, -0.946448982, -0.198166847, 0.906840742, -0.162817076, -0.388755113)
  1894. LH.WedgePart37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1895. LH.WedgePart37.CanCollide = false
  1896. LH.WedgePart37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1897. LH.WedgePart37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1898. LH.WedgePart37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1899. LH.WedgePart37.Color = Color3.new(0.356863, 0.364706, 0.411765)
  1900. LH.WedgePart37.Material = Enum.Material.Metal
  1901. LH.WedgePart37.Size = Vector3.new(0.218838051, 0.27354762, 0.54709506)
  1902. LH.WedgePart37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1903. LH.WedgePart37.Anchored = true
  1904. LH.WedgePart37.Rotation = Vector3.new(152.989914, 64.12883, 39.7112999)
  1905. LH.WedgePart37.BrickColor = BrickColor.new("Smoky grey")
  1906. LH.WedgePart37.Position = Vector3.new(-2.241364, 5.56639194, -0.344451994)
  1907. LH.WedgePart37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1908. LH.WedgePart37.Parent = LH.Part1
  1909.  
  1910. LH.WedgePart38 = Instance.new("WedgePart")
  1911. LH.WedgePart38.CFrame = CFrame.new(-2.62753892, 5.67915297, -0.169907004, -0.33515209, -0.278945744, -0.899923623, 0.255090058, -0.946356952, 0.198337182, -0.906974256, -0.163088396, 0.388329774)
  1912. LH.WedgePart38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1913. LH.WedgePart38.CanCollide = false
  1914. LH.WedgePart38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1915. LH.WedgePart38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1916. LH.WedgePart38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1917. LH.WedgePart38.Color = Color3.new(0.356863, 0.364706, 0.411765)
  1918. LH.WedgePart38.Material = Enum.Material.Metal
  1919. LH.WedgePart38.Size = Vector3.new(0.218838051, 0.218838081, 0.328257084)
  1920. LH.WedgePart38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1921. LH.WedgePart38.Anchored = true
  1922. LH.WedgePart38.Rotation = Vector3.new(-27.0554104, -64.1480331, 140.229523)
  1923. LH.WedgePart38.BrickColor = BrickColor.new("Smoky grey")
  1924. LH.WedgePart38.Position = Vector3.new(-2.62753892, 5.67915297, -0.169907004)
  1925. LH.WedgePart38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1926. LH.WedgePart38.Parent = LH.Part1
  1927.  
  1928. LH.WedgePart39 = Instance.new("WedgePart")
  1929. LH.WedgePart39.CFrame = CFrame.new(-2.89829588, 5.73887491, -0.0529710017, 0.335671902, -0.278792024, 0.899777472, -0.254880935, -0.946448982, -0.198166847, 0.906840742, -0.162817076, -0.388755113)
  1930. LH.WedgePart39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1931. LH.WedgePart39.CanCollide = false
  1932. LH.WedgePart39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1933. LH.WedgePart39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1934. LH.WedgePart39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1935. LH.WedgePart39.Color = Color3.new(0.356863, 0.364706, 0.411765)
  1936. LH.WedgePart39.Material = Enum.Material.Metal
  1937. LH.WedgePart39.Size = Vector3.new(0.218838051, 0.218838081, 0.27354756)
  1938. LH.WedgePart39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1939. LH.WedgePart39.Anchored = true
  1940. LH.WedgePart39.Rotation = Vector3.new(152.989914, 64.12883, 39.7112999)
  1941. LH.WedgePart39.BrickColor = BrickColor.new("Smoky grey")
  1942. LH.WedgePart39.Position = Vector3.new(-2.89829588, 5.73887491, -0.0529710017)
  1943. LH.WedgePart39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1944. LH.WedgePart39.Parent = LH.Part1
  1945.  
  1946. LH.WedgePart40 = Instance.new("WedgePart")
  1947. LH.WedgePart40.CFrame = CFrame.new(-3.96104193, 6.57986498, 0.576453984, 0.335671902, -0.278792024, 0.899777472, -0.254880935, -0.946448982, -0.198166847, 0.906840742, -0.162817076, -0.388755113)
  1948. LH.WedgePart40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1949. LH.WedgePart40.CanCollide = false
  1950. LH.WedgePart40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1951. LH.WedgePart40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1952. LH.WedgePart40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1953. LH.WedgePart40.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1954. LH.WedgePart40.Material = Enum.Material.Metal
  1955. LH.WedgePart40.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1956. LH.WedgePart40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1957. LH.WedgePart40.Anchored = true
  1958. LH.WedgePart40.Rotation = Vector3.new(152.989914, 64.12883, 39.7112999)
  1959. LH.WedgePart40.BrickColor = BrickColor.new("Institutional white")
  1960. LH.WedgePart40.Position = Vector3.new(-3.96104193, 6.57986498, 0.576453984)
  1961. LH.WedgePart40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1962. LH.WedgePart40.Parent = LH.Part1
  1963.  
  1964. LH.SpecialMesh31 = Instance.new("SpecialMesh")
  1965. LH.SpecialMesh31.Scale = Vector3.new(1.64128542, 0.273547649, 0.27354756)
  1966. LH.SpecialMesh31.MeshType = Enum.MeshType.Wedge
  1967. LH.SpecialMesh31.Parent = LH.WedgePart40
  1968.  
  1969. LH.WedgePart41 = Instance.new("WedgePart")
  1970. LH.WedgePart41.CFrame = CFrame.new(-1.43634999, 5.66283512, -0.615092993, -0.335237026, 0.207970992, -0.91889298, 0.255082041, -0.918867052, -0.301025957, -0.906945109, -0.335308135, 0.254988551)
  1971. LH.WedgePart41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1972. LH.WedgePart41.CanCollide = false
  1973. LH.WedgePart41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1974. LH.WedgePart41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1975. LH.WedgePart41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1976. LH.WedgePart41.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1977. LH.WedgePart41.Material = Enum.Material.Metal
  1978. LH.WedgePart41.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1979. LH.WedgePart41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1980. LH.WedgePart41.Anchored = true
  1981. LH.WedgePart41.Rotation = Vector3.new(49.7332344, -66.7647781, -148.185776)
  1982. LH.WedgePart41.BrickColor = BrickColor.new("Institutional white")
  1983. LH.WedgePart41.Position = Vector3.new(-1.43634999, 5.66283512, -0.615092993)
  1984. LH.WedgePart41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1985. LH.WedgePart41.Parent = LH.Part1
  1986.  
  1987. LH.SpecialMesh32 = Instance.new("SpecialMesh")
  1988. LH.SpecialMesh32.Scale = Vector3.new(1.64128542, 1.36773813, 0.547095001)
  1989. LH.SpecialMesh32.MeshType = Enum.MeshType.Wedge
  1990. LH.SpecialMesh32.Parent = LH.WedgePart41
  1991.  
  1992. LH.WedgePart42 = Instance.new("WedgePart")
  1993. LH.WedgePart42.CFrame = CFrame.new(-2.8338151, 5.77978277, -0.0653190017, 0.335671902, -0.278792024, 0.899777472, -0.254880935, -0.946448982, -0.198166847, 0.906840742, -0.162817076, -0.388755113)
  1994. LH.WedgePart42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1995. LH.WedgePart42.CanCollide = false
  1996. LH.WedgePart42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1997. LH.WedgePart42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1998. LH.WedgePart42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1999. LH.WedgePart42.Color = Color3.new(0.356863, 0.364706, 0.411765)
  2000. LH.WedgePart42.Material = Enum.Material.Metal
  2001. LH.WedgePart42.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2002. LH.WedgePart42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2003. LH.WedgePart42.Anchored = true
  2004. LH.WedgePart42.Rotation = Vector3.new(152.989914, 64.12883, 39.7112999)
  2005. LH.WedgePart42.BrickColor = BrickColor.new("Smoky grey")
  2006. LH.WedgePart42.Position = Vector3.new(-2.8338151, 5.77978277, -0.0653190017)
  2007. LH.WedgePart42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2008. LH.WedgePart42.Parent = LH.Part1
  2009.  
  2010. LH.SpecialMesh33 = Instance.new("SpecialMesh")
  2011. LH.SpecialMesh33.Scale = Vector3.new(1.09419024, 0.54709518, 8.47997379)
  2012. LH.SpecialMesh33.MeshType = Enum.MeshType.Wedge
  2013. LH.SpecialMesh33.Parent = LH.WedgePart42
  2014.  
  2015. LH.WedgePart43 = Instance.new("WedgePart")
  2016. LH.WedgePart43.CFrame = CFrame.new(-3.87192392, 6.61535692, 0.553470969, 0.335412979, -0.899769425, -0.279129267, -0.254975975, 0.198529765, -0.946347296, 0.906909883, 0.388588369, -0.162830114)
  2017. LH.WedgePart43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2018. LH.WedgePart43.CanCollide = false
  2019. LH.WedgePart43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2020. LH.WedgePart43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2021. LH.WedgePart43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2022. LH.WedgePart43.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2023. LH.WedgePart43.Material = Enum.Material.Metal
  2024. LH.WedgePart43.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2025. LH.WedgePart43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2026. LH.WedgePart43.Anchored = true
  2027. LH.WedgePart43.Rotation = Vector3.new(99.7628174, -16.2082443, 69.5557251)
  2028. LH.WedgePart43.BrickColor = BrickColor.new("Institutional white")
  2029. LH.WedgePart43.Position = Vector3.new(-3.87192392, 6.61535692, 0.553470969)
  2030. LH.WedgePart43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2031. LH.WedgePart43.Parent = LH.Part1
  2032.  
  2033. LH.SpecialMesh34 = Instance.new("SpecialMesh")
  2034. LH.SpecialMesh34.Scale = Vector3.new(1.64128542, 1.09419036, 0.27354756)
  2035. LH.SpecialMesh34.MeshType = Enum.MeshType.Wedge
  2036. LH.SpecialMesh34.Parent = LH.WedgePart43
  2037.  
  2038. LH.WedgePart44 = Instance.new("WedgePart")
  2039. LH.WedgePart44.CFrame = CFrame.new(-3.74753499, 6.32598019, 0.42614001, 0.335671902, -0.278792024, 0.899777472, -0.254880935, -0.946448982, -0.198166847, 0.906840742, -0.162817076, -0.388755113)
  2040. LH.WedgePart44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2041. LH.WedgePart44.CanCollide = false
  2042. LH.WedgePart44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2043. LH.WedgePart44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2044. LH.WedgePart44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2045. LH.WedgePart44.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2046. LH.WedgePart44.Material = Enum.Material.Metal
  2047. LH.WedgePart44.Size = Vector3.new(0.328257084, 0.35561192, 0.54709512)
  2048. LH.WedgePart44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2049. LH.WedgePart44.Anchored = true
  2050. LH.WedgePart44.Rotation = Vector3.new(152.989914, 64.12883, 39.7112999)
  2051. LH.WedgePart44.BrickColor = BrickColor.new("Institutional white")
  2052. LH.WedgePart44.Position = Vector3.new(-3.74753499, 6.32598019, 0.42614001)
  2053. LH.WedgePart44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2054. LH.WedgePart44.Parent = LH.Part1
  2055.  
  2056. LH.WedgePart45 = Instance.new("WedgePart")
  2057. LH.WedgePart45.CFrame = CFrame.new(-1.95508695, 5.33068514, -0.516582012, 0.335367858, 0.207966864, 0.91884619, -0.254861891, -0.918933868, 0.301008254, 0.90695858, -0.335127354, -0.255178064)
  2058. LH.WedgePart45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2059. LH.WedgePart45.CanCollide = false
  2060. LH.WedgePart45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2061. LH.WedgePart45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2062. LH.WedgePart45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2063. LH.WedgePart45.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2064. LH.WedgePart45.Material = Enum.Material.Metal
  2065. LH.WedgePart45.Size = Vector3.new(0.328257084, 0.27354762, 0.218838021)
  2066. LH.WedgePart45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2067. LH.WedgePart45.Anchored = true
  2068. LH.WedgePart45.Rotation = Vector3.new(-130.289429, 66.7579803, -31.8037014)
  2069. LH.WedgePart45.BrickColor = BrickColor.new("Institutional white")
  2070. LH.WedgePart45.Position = Vector3.new(-1.95508695, 5.33068514, -0.516582012)
  2071. LH.WedgePart45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2072. LH.WedgePart45.Parent = LH.Part1
  2073.  
  2074. LH.Part50 = Instance.new("Part")
  2075. LH.Part50.Anchored = true
  2076. LH.Part50.CanCollide = false
  2077. LH.Part50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2078. LH.Part50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2079. LH.Part50.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2080. LH.Part50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2081. LH.Part50.Material = Enum.Material.Metal
  2082. LH.Part50.Size = Vector3.new(0.410321325, 2.18838072, 0.328257084)
  2083. LH.Part50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2084. LH.Part50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2085. LH.Part50.CFrame = CFrame.new(-2.50923109, 6.08042192, -0.100883, -0.279022008, -0.899791181, -0.335444033, -0.946371973, 0.198410347, 0.254977614, -0.162871003, 0.388599157, -0.906897962)
  2086. LH.Part50.Rotation = Vector3.new(-164.296494, -19.5995426, 107.228477)
  2087. LH.Part50.BrickColor = BrickColor.new("Institutional white")
  2088. LH.Part50.Position = Vector3.new(-2.50923109, 6.08042192, -0.100883)
  2089. LH.Part50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2090. LH.Part50.Parent = LH.Part1
  2091.  
  2092. LH.Part51 = Instance.new("Part")
  2093. LH.Part51.Anchored = true
  2094. LH.Part51.CanCollide = false
  2095. LH.Part51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2096. LH.Part51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2097. LH.Part51.Color = Color3.new(0.356863, 0.364706, 0.411765)
  2098. LH.Part51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2099. LH.Part51.Material = Enum.Material.Metal
  2100. LH.Part51.Size = Vector3.new(0.333728105, 0.257134736, 0.279018462)
  2101. LH.Part51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2102. LH.Part51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2103. LH.Part51.CFrame = CFrame.new(-3.59588099, 6.39924908, 0.390632987, 0.335389972, -0.208147705, -0.918797135, -0.254973978, 0.918830454, -0.301228851, 0.906918883, 0.335298479, 0.25509426)
  2104. LH.Part51.Rotation = Vector3.new(49.7405586, -66.7508621, 31.8243179)
  2105. LH.Part51.BrickColor = BrickColor.new("Smoky grey")
  2106. LH.Part51.Position = Vector3.new(-3.59588099, 6.39924908, 0.390632987)
  2107. LH.Part51.Shape = Enum.PartType.Cylinder
  2108. LH.Part51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2109. LH.Part51.Parent = LH.Part1
  2110.  
  2111. LH.WedgePart46 = Instance.new("WedgePart")
  2112. LH.WedgePart46.CFrame = CFrame.new(-2.83817291, 6.38734007, 0.107028998, -0.335450023, 0.899688601, -0.279345155, 0.255097032, -0.198697954, -0.946279407, -0.90686214, -0.388689518, -0.162854642)
  2113. LH.WedgePart46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2114. LH.WedgePart46.CanCollide = false
  2115. LH.WedgePart46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2116. LH.WedgePart46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2117. LH.WedgePart46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2118. LH.WedgePart46.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2119. LH.WedgePart46.Material = Enum.Material.Metal
  2120. LH.WedgePart46.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2121. LH.WedgePart46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2122. LH.WedgePart46.Anchored = true
  2123. LH.WedgePart46.Rotation = Vector3.new(99.764946, -16.2211266, -110.448036)
  2124. LH.WedgePart46.BrickColor = BrickColor.new("Institutional white")
  2125. LH.WedgePart46.Position = Vector3.new(-2.83817291, 6.38734007, 0.107028998)
  2126. LH.WedgePart46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2127. LH.WedgePart46.Parent = LH.Part1
  2128.  
  2129. LH.SpecialMesh35 = Instance.new("SpecialMesh")
  2130. LH.SpecialMesh35.Scale = Vector3.new(1.64128542, 10.3948097, 0.27354756)
  2131. LH.SpecialMesh35.MeshType = Enum.MeshType.Wedge
  2132. LH.SpecialMesh35.Parent = LH.WedgePart46
  2133.  
  2134. LH.Part52 = Instance.new("Part")
  2135. LH.Part52.Anchored = true
  2136. LH.Part52.CanCollide = false
  2137. LH.Part52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2138. LH.Part52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2139. LH.Part52.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2140. LH.Part52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2141. LH.Part52.Material = Enum.Material.Metal
  2142. LH.Part52.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2143. LH.Part52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2144. LH.Part52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2145. LH.Part52.CFrame = CFrame.new(-3.69029093, 6.52014017, 0.459536999, -0.279022008, -0.899791181, -0.335444033, -0.946371973, 0.198410347, 0.254977614, -0.162871003, 0.388599157, -0.906897962)
  2146. LH.Part52.Rotation = Vector3.new(-164.296494, -19.5995426, 107.228477)
  2147. LH.Part52.BrickColor = BrickColor.new("Institutional white")
  2148. LH.Part52.Position = Vector3.new(-3.69029093, 6.52014017, 0.459536999)
  2149. LH.Part52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2150. LH.Part52.Parent = LH.Part1
  2151.  
  2152. LH.BlockMesh24 = Instance.new("BlockMesh")
  2153. LH.BlockMesh24.Scale = Vector3.new(0.27354756, 2.73547626, 1.64128542)
  2154. LH.BlockMesh24.Parent = LH.Part52
  2155.  
  2156. LH.WedgePart47 = Instance.new("WedgePart")
  2157. LH.WedgePart47.CFrame = CFrame.new(-3.83665109, 6.29049683, 0.449122995, 0.335671902, -0.278792024, 0.899777472, -0.254880935, -0.946448982, -0.198166847, 0.906840742, -0.162817076, -0.388755113)
  2158. LH.WedgePart47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2159. LH.WedgePart47.CanCollide = false
  2160. LH.WedgePart47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2161. LH.WedgePart47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2162. LH.WedgePart47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2163. LH.WedgePart47.Color = Color3.new(0.356863, 0.364706, 0.411765)
  2164. LH.WedgePart47.Material = Enum.Material.Metal
  2165. LH.WedgePart47.Size = Vector3.new(0.218838051, 0.465030938, 0.711223662)
  2166. LH.WedgePart47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2167. LH.WedgePart47.Anchored = true
  2168. LH.WedgePart47.Rotation = Vector3.new(152.989914, 64.12883, 39.7112999)
  2169. LH.WedgePart47.BrickColor = BrickColor.new("Smoky grey")
  2170. LH.WedgePart47.Position = Vector3.new(-3.83665109, 6.29049683, 0.449122995)
  2171. LH.WedgePart47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2172. LH.WedgePart47.Parent = LH.Part1
  2173.  
  2174. LH.Part53 = Instance.new("Part")
  2175. LH.Part53.Anchored = true
  2176. LH.Part53.CanCollide = false
  2177. LH.Part53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2178. LH.Part53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2179. LH.Part53.Color = Color3.new(0.356863, 0.364706, 0.411765)
  2180. LH.Part53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2181. LH.Part53.Material = Enum.Material.Metal
  2182. LH.Part53.Size = Vector3.new(0.465030789, 1.96954262, 0.218838036)
  2183. LH.Part53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2184. LH.Part53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2185. LH.Part53.CFrame = CFrame.new(-2.630584, 6.02446985, -0.0717160031, -0.279016942, -0.899794638, -0.335438728, -0.946373761, 0.198408276, 0.254972368, -0.162868962, 0.388591975, -0.9069013)
  2186. LH.Part53.Rotation = Vector3.new(-164.296844, -19.5992203, 107.228119)
  2187. LH.Part53.BrickColor = BrickColor.new("Smoky grey")
  2188. LH.Part53.Position = Vector3.new(-2.630584, 6.02446985, -0.0717160031)
  2189. LH.Part53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2190. LH.Part53.Parent = LH.Part1
  2191.  
  2192. LH.Part54 = Instance.new("Part")
  2193. LH.Part54.Anchored = true
  2194. LH.Part54.CanCollide = false
  2195. LH.Part54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2196. LH.Part54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2197. LH.Part54.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2198. LH.Part54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2199. LH.Part54.Material = Enum.Material.Metal
  2200. LH.Part54.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2201. LH.Part54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2202. LH.Part54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2203. LH.Part54.CFrame = CFrame.new(-1.99496496, 5.50663996, -0.452383012, -0.918769002, -0.208259523, -0.33539772, -0.301348001, 0.918787062, 0.254989862, 0.25505501, 0.335348219, -0.906911612)
  2204. LH.Part54.Rotation = Vector3.new(-164.29599, -19.5967255, 167.228455)
  2205. LH.Part54.BrickColor = BrickColor.new("Institutional white")
  2206. LH.Part54.Position = Vector3.new(-1.99496496, 5.50663996, -0.452383012)
  2207. LH.Part54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2208. LH.Part54.Parent = LH.Part1
  2209.  
  2210. LH.BlockMesh25 = Instance.new("BlockMesh")
  2211. LH.BlockMesh25.Scale = Vector3.new(1.09419, 0.54709518, 1.64128542)
  2212. LH.BlockMesh25.Parent = LH.Part54
  2213.  
  2214. LH.Part55 = Instance.new("Part")
  2215. LH.Part55.Anchored = true
  2216. LH.Part55.CanCollide = false
  2217. LH.Part55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2218. LH.Part55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2219. LH.Part55.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2220. LH.Part55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2221. LH.Part55.Material = Enum.Material.Metal
  2222. LH.Part55.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2223. LH.Part55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2224. LH.Part55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2225. LH.Part55.CFrame = CFrame.new(-1.49330795, 5.91418409, -0.523389995, -0.918769002, -0.208259523, -0.33539772, -0.301348001, 0.918787062, 0.254989862, 0.25505501, 0.335348219, -0.906911612)
  2226. LH.Part55.Rotation = Vector3.new(-164.29599, -19.5967255, 167.228455)
  2227. LH.Part55.BrickColor = BrickColor.new("Institutional white")
  2228. LH.Part55.Position = Vector3.new(-1.49330795, 5.91418409, -0.523389995)
  2229. LH.Part55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2230. LH.Part55.Parent = LH.Part1
  2231.  
  2232. LH.BlockMesh26 = Instance.new("BlockMesh")
  2233. LH.BlockMesh26.Scale = Vector3.new(0.547094882, 1.36773813, 1.64128542)
  2234. LH.BlockMesh26.Parent = LH.Part55
  2235.  
  2236. LH.Part56 = Instance.new("Part")
  2237. LH.Part56.Anchored = true
  2238. LH.Part56.CanCollide = false
  2239. LH.Part56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2240. LH.Part56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2241. LH.Part56.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2242. LH.Part56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2243. LH.Part56.Material = Enum.Material.Metal
  2244. LH.Part56.Size = Vector3.new(0.656514108, 0.328257143, 0.328257084)
  2245. LH.Part56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2246. LH.Part56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2247. LH.Part56.CFrame = CFrame.new(-1.839468, 5.77365112, -0.434850991, -0.918769002, -0.208259523, -0.33539772, -0.301348001, 0.918787062, 0.254989862, 0.25505501, 0.335348219, -0.906911612)
  2248. LH.Part56.Rotation = Vector3.new(-164.29599, -19.5967255, 167.228455)
  2249. LH.Part56.BrickColor = BrickColor.new("Institutional white")
  2250. LH.Part56.Position = Vector3.new(-1.839468, 5.77365112, -0.434850991)
  2251. LH.Part56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2252. LH.Part56.Parent = LH.Part1
  2253.  
  2254. LH.Part57 = Instance.new("Part")
  2255. LH.Part57.Anchored = true
  2256. LH.Part57.CanCollide = false
  2257. LH.Part57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2258. LH.Part57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2259. LH.Part57.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2260. LH.Part57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2261. LH.Part57.Material = Enum.Material.Metal
  2262. LH.Part57.Size = Vector3.new(0.437676042, 0.382966667, 0.328257084)
  2263. LH.Part57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2264. LH.Part57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2265. LH.Part57.CFrame = CFrame.new(-1.66489601, 5.4798708, -0.581996977, -0.918769002, -0.208259523, -0.33539772, -0.301348001, 0.918787062, 0.254989862, 0.25505501, 0.335348219, -0.906911612)
  2266. LH.Part57.Rotation = Vector3.new(-164.29599, -19.5967255, 167.228455)
  2267. LH.Part57.BrickColor = BrickColor.new("Institutional white")
  2268. LH.Part57.Position = Vector3.new(-1.66489601, 5.4798708, -0.581996977)
  2269. LH.Part57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2270. LH.Part57.Parent = LH.Part1
  2271.  
  2272. LH.Part58 = Instance.new("Part")
  2273. LH.Part58.Anchored = true
  2274. LH.Part58.CanCollide = false
  2275. LH.Part58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2276. LH.Part58.Name = "Handle"
  2277. LH.Part58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2278. LH.Part58.Transparency = 1
  2279. LH.Part58.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2280. LH.Part58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2281. LH.Part58.Material = Enum.Material.Metal
  2282. LH.Part58.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918)
  2283. LH.Part58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2284. LH.Part58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2285. LH.Part58.CFrame = CFrame.new(-1.709185, 5.50389099, -0.558300018, 0.335414886, -0.208190054, -0.918778419, -0.254934907, 0.91882813, -0.301269352, 0.906920671, 0.335278928, 0.255113661)
  2286. LH.Part58.Rotation = Vector3.new(49.7422104, -66.7481461, 31.8276329)
  2287. LH.Part58.BrickColor = BrickColor.new("Institutional white")
  2288. LH.Part58.Position = Vector3.new(-1.709185, 5.50389099, -0.558300018)
  2289. LH.Part58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2290. LH.Part58.Parent = LH.Part1
  2291.  
  2292. LH.Part59 = Instance.new("Part")
  2293. LH.Part59.Anchored = true
  2294. LH.Part59.CanCollide = false
  2295. LH.Part59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2296. LH.Part59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2297. LH.Part59.Color = Color3.new(0.356863, 0.364706, 0.411765)
  2298. LH.Part59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2299. LH.Part59.Material = Enum.Material.Metal
  2300. LH.Part59.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2301. LH.Part59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2302. LH.Part59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2303. LH.Part59.CFrame = CFrame.new(-2.04401493, 5.06124878, -0.404495001, 0.335389972, -0.208147705, -0.918797135, -0.254973978, 0.918830454, -0.301228851, 0.906918883, 0.335298479, 0.25509426)
  2304. LH.Part59.Rotation = Vector3.new(49.7405586, -66.7508621, 31.8243179)
  2305. LH.Part59.BrickColor = BrickColor.new("Smoky grey")
  2306. LH.Part59.Position = Vector3.new(-2.04401493, 5.06124878, -0.404495001)
  2307. LH.Part59.Shape = Enum.PartType.Cylinder
  2308. LH.Part59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2309. LH.Part59.Parent = LH.Part1
  2310.  
  2311. LH.SpecialMesh36 = Instance.new("SpecialMesh")
  2312. LH.SpecialMesh36.Scale = Vector3.new(0.27354756, 0.820642889, 0.54709506)
  2313. LH.SpecialMesh36.MeshType = Enum.MeshType.Cylinder
  2314. LH.SpecialMesh36.Parent = LH.Part59
  2315.  
  2316. LH.WedgePart48 = Instance.new("WedgePart")
  2317. LH.WedgePart48.CFrame = CFrame.new(-1.94369698, 5.28042078, -0.534922004, 0.335389972, -0.208147705, -0.918797135, -0.254973978, 0.918830454, -0.301228851, 0.906918883, 0.335298479, 0.25509426)
  2318. LH.WedgePart48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2319. LH.WedgePart48.CanCollide = false
  2320. LH.WedgePart48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2321. LH.WedgePart48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2322. LH.WedgePart48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2323. LH.WedgePart48.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2324. LH.WedgePart48.Material = Enum.Material.Metal
  2325. LH.WedgePart48.Size = Vector3.new(0.328257084, 0.27354762, 0.218838021)
  2326. LH.WedgePart48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2327. LH.WedgePart48.Anchored = true
  2328. LH.WedgePart48.Rotation = Vector3.new(49.7405586, -66.7508621, 31.8243179)
  2329. LH.WedgePart48.BrickColor = BrickColor.new("Institutional white")
  2330. LH.WedgePart48.Position = Vector3.new(-1.94369698, 5.28042078, -0.534922004)
  2331. LH.WedgePart48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2332. LH.WedgePart48.Parent = LH.Part1
  2333.  
  2334. LH.WedgePart49 = Instance.new("WedgePart")
  2335. LH.WedgePart49.CFrame = CFrame.new(-1.71684301, 4.51774693, -0.833186984, -0.335237026, 0.207970992, -0.91889298, 0.255082041, -0.918867052, -0.301025957, -0.906945109, -0.335308135, 0.254988551)
  2336. LH.WedgePart49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2337. LH.WedgePart49.CanCollide = false
  2338. LH.WedgePart49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2339. LH.WedgePart49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2340. LH.WedgePart49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2341. LH.WedgePart49.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2342. LH.WedgePart49.Material = Enum.Material.Metal
  2343. LH.WedgePart49.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2344. LH.WedgePart49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2345. LH.WedgePart49.Anchored = true
  2346. LH.WedgePart49.Rotation = Vector3.new(49.7332344, -66.7647781, -148.185776)
  2347. LH.WedgePart49.BrickColor = BrickColor.new("Institutional white")
  2348. LH.WedgePart49.Position = Vector3.new(-1.71684301, 4.51774693, -0.833186984)
  2349. LH.WedgePart49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2350. LH.WedgePart49.Parent = LH.Part1
  2351.  
  2352. LH.SpecialMesh37 = Instance.new("SpecialMesh")
  2353. LH.SpecialMesh37.Scale = Vector3.new(1.64128542, 0.54709518, 0.547095001)
  2354. LH.SpecialMesh37.MeshType = Enum.MeshType.Wedge
  2355. LH.SpecialMesh37.Parent = LH.WedgePart49
  2356.  
  2357. LH.WedgePart50 = Instance.new("WedgePart")
  2358. LH.WedgePart50.CFrame = CFrame.new(-2.14475989, 5.21448088, -0.479090005, -0.33525002, -0.208415732, 0.91878742, 0.254901022, 0.918786585, 0.301424593, -0.906991124, 0.335252494, -0.254897833)
  2359. LH.WedgePart50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2360. LH.WedgePart50.CanCollide = false
  2361. LH.WedgePart50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2362. LH.WedgePart50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2363. LH.WedgePart50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2364. LH.WedgePart50.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2365. LH.WedgePart50.Material = Enum.Material.Metal
  2366. LH.WedgePart50.Size = Vector3.new(0.328257084, 0.27354762, 0.218838021)
  2367. LH.WedgePart50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2368. LH.WedgePart50.Anchored = true
  2369. LH.WedgePart50.Rotation = Vector3.new(-130.219315, 66.7494507, 148.131912)
  2370. LH.WedgePart50.BrickColor = BrickColor.new("Institutional white")
  2371. LH.WedgePart50.Position = Vector3.new(-2.14475989, 5.21448088, -0.479090005)
  2372. LH.WedgePart50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2373. LH.WedgePart50.Parent = LH.Part1
  2374.  
  2375. LH.Part60 = Instance.new("Part")
  2376. LH.Part60.Anchored = true
  2377. LH.Part60.CanCollide = false
  2378. LH.Part60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2379. LH.Part60.Name = "Joint"
  2380. LH.Part60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2381. LH.Part60.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2382. LH.Part60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2383. LH.Part60.Material = Enum.Material.Metal
  2384. LH.Part60.Size = Vector3.new(0.437676042, 0.656514287, 0.328257084)
  2385. LH.Part60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2386. LH.Part60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2387. LH.Part60.CFrame = CFrame.new(-1.94738996, 4.82016993, -0.662913978, -0.918769002, -0.208259523, -0.33539772, -0.301348001, 0.918787062, 0.254989862, 0.25505501, 0.335348219, -0.906911612)
  2388. LH.Part60.Rotation = Vector3.new(-164.29599, -19.5967255, 167.228455)
  2389. LH.Part60.BrickColor = BrickColor.new("Institutional white")
  2390. LH.Part60.Position = Vector3.new(-1.94738996, 4.82016993, -0.662913978)
  2391. LH.Part60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2392. LH.Part60.Parent = LH.Part1
  2393.  
  2394. LH.Part61 = Instance.new("Part")
  2395. LH.Part61.Anchored = true
  2396. LH.Part61.CanCollide = false
  2397. LH.Part61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2398. LH.Part61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2399. LH.Part61.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2400. LH.Part61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2401. LH.Part61.Material = Enum.Material.Metal
  2402. LH.Part61.Size = Vector3.new(0.437676042, 0.382966667, 0.328257084)
  2403. LH.Part61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2404. LH.Part61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2405. LH.Part61.CFrame = CFrame.new(-1.57376003, 5.07771778, -0.72873497, -0.918769002, -0.208259523, -0.33539772, -0.301348001, 0.918787062, 0.254989862, 0.25505501, 0.335348219, -0.906911612)
  2406. LH.Part61.Rotation = Vector3.new(-164.29599, -19.5967255, 167.228455)
  2407. LH.Part61.BrickColor = BrickColor.new("Institutional white")
  2408. LH.Part61.Position = Vector3.new(-1.57376003, 5.07771778, -0.72873497)
  2409. LH.Part61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2410. LH.Part61.Parent = LH.Part1
  2411.  
  2412. LH.WedgePart51 = Instance.new("WedgePart")
  2413. LH.WedgePart51.CFrame = CFrame.new(-2.01844501, 4.41884422, -0.749436975, 0.335367858, 0.207966864, 0.91884619, -0.254861891, -0.918933868, 0.301008254, 0.90695858, -0.335127354, -0.255178064)
  2414. LH.WedgePart51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2415. LH.WedgePart51.CanCollide = false
  2416. LH.WedgePart51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2417. LH.WedgePart51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2418. LH.WedgePart51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2419. LH.WedgePart51.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2420. LH.WedgePart51.Material = Enum.Material.Metal
  2421. LH.WedgePart51.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2422. LH.WedgePart51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2423. LH.WedgePart51.Anchored = true
  2424. LH.WedgePart51.Rotation = Vector3.new(-130.289429, 66.7579803, -31.8037014)
  2425. LH.WedgePart51.BrickColor = BrickColor.new("Institutional white")
  2426. LH.WedgePart51.Position = Vector3.new(-2.01844501, 4.41884422, -0.749436975)
  2427. LH.WedgePart51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2428. LH.WedgePart51.Parent = LH.Part1
  2429.  
  2430. LH.SpecialMesh38 = Instance.new("SpecialMesh")
  2431. LH.SpecialMesh38.Scale = Vector3.new(1.64128542, 0.54709518, 0.547095001)
  2432. LH.SpecialMesh38.MeshType = Enum.MeshType.Wedge
  2433. LH.SpecialMesh38.Parent = LH.WedgePart51
  2434.  
  2435. LH.Part62 = Instance.new("Part")
  2436. LH.Part62.Anchored = true
  2437. LH.Part62.CanCollide = false
  2438. LH.Part62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2439. LH.Part62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2440. LH.Part62.Color = Color3.new(0.356863, 0.364706, 0.411765)
  2441. LH.Part62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2442. LH.Part62.Material = Enum.Material.Metal
  2443. LH.Part62.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2444. LH.Part62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2445. LH.Part62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2446. LH.Part62.CFrame = CFrame.new(-2.13794208, 5.13259792, -0.658436, 0.335389972, -0.208147705, -0.918797135, -0.254973978, 0.918830454, -0.301228851, 0.906918883, 0.335298479, 0.25509426)
  2447. LH.Part62.Rotation = Vector3.new(49.7405586, -66.7508621, 31.8243179)
  2448. LH.Part62.BrickColor = BrickColor.new("Smoky grey")
  2449. LH.Part62.Position = Vector3.new(-2.13794208, 5.13259792, -0.658436)
  2450. LH.Part62.Shape = Enum.PartType.Cylinder
  2451. LH.Part62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2452. LH.Part62.Parent = LH.Part1
  2453.  
  2454. LH.SpecialMesh39 = Instance.new("SpecialMesh")
  2455. LH.SpecialMesh39.Scale = Vector3.new(0.27354756, 0.820642889, 0.54709506)
  2456. LH.SpecialMesh39.MeshType = Enum.MeshType.Cylinder
  2457. LH.SpecialMesh39.Parent = LH.Part62
  2458.  
  2459. LH.Part63 = Instance.new("Part")
  2460. LH.Part63.Anchored = true
  2461. LH.Part63.CanCollide = false
  2462. LH.Part63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2463. LH.Part63.Name = "Handle"
  2464. LH.Part63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2465. LH.Part63.Transparency = 1
  2466. LH.Part63.Color = Color3.new(0.905882, 0.905882, 0.92549)
  2467. LH.Part63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2468. LH.Part63.Material = Enum.Material.Metal
  2469. LH.Part63.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918)
  2470. LH.Part63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2471. LH.Part63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2472. LH.Part63.CFrame = CFrame.new(-1.59426296, 5.06721687, -0.723545015, 0.335414886, -0.208190054, -0.918778419, -0.254934907, 0.91882813, -0.301269352, 0.906920671, 0.335278928, 0.255113661)
  2473. LH.Part63.Rotation = Vector3.new(49.7422104, -66.7481461, 31.8276329)
  2474. LH.Part63.BrickColor = BrickColor.new("Pearl")
  2475. LH.Part63.Position = Vector3.new(-1.59426296, 5.06721687, -0.723545015)
  2476. LH.Part63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2477. LH.Part63.Parent = LH.Part1
  2478.  
  2479. LH.Part64 = Instance.new("Part")
  2480. LH.Part64.Anchored = true
  2481. LH.Part64.CanCollide = false
  2482. LH.Part64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2483. LH.Part64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2484. LH.Part64.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2485. LH.Part64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2486. LH.Part64.Material = Enum.Material.Metal
  2487. LH.Part64.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2488. LH.Part64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2489. LH.Part64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2490. LH.Part64.CFrame = CFrame.new(-1.86764896, 4.46828079, -0.791312993, -0.918769002, -0.208259523, -0.33539772, -0.301348001, 0.918787062, 0.254989862, 0.25505501, 0.335348219, -0.906911612)
  2491. LH.Part64.Rotation = Vector3.new(-164.29599, -19.5967255, 167.228455)
  2492. LH.Part64.BrickColor = BrickColor.new("Institutional white")
  2493. LH.Part64.Position = Vector3.new(-1.86764896, 4.46828079, -0.791312993)
  2494. LH.Part64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2495. LH.Part64.Parent = LH.Part1
  2496.  
  2497. LH.BlockMesh27 = Instance.new("BlockMesh")
  2498. LH.BlockMesh27.Scale = Vector3.new(1.09419012, 0.547095597, 1.64128542)
  2499. LH.BlockMesh27.Parent = LH.Part64
  2500.  
  2501. LH.WedgePart52 = Instance.new("WedgePart")
  2502. LH.WedgePart52.CFrame = CFrame.new(-2.33420706, 3.08484006, -1.00756097, -0.335196108, -0.797121346, 0.502236187, 0.255007088, 0.436417222, 0.862850785, -0.906981289, 0.417297989, 0.0569862351)
  2503. LH.WedgePart52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2504. LH.WedgePart52.CanCollide = false
  2505. LH.WedgePart52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2506. LH.WedgePart52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2507. LH.WedgePart52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2508. LH.WedgePart52.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2509. LH.WedgePart52.Material = Enum.Material.Metal
  2510. LH.WedgePart52.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2511. LH.WedgePart52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2512. LH.WedgePart52.Anchored = true
  2513. LH.WedgePart52.Rotation = Vector3.new(-86.2214432, 30.148056, 112.807159)
  2514. LH.WedgePart52.BrickColor = BrickColor.new("Institutional white")
  2515. LH.WedgePart52.Position = Vector3.new(-2.33420706, 3.08484006, -1.00756097)
  2516. LH.WedgePart52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2517. LH.WedgePart52.Parent = LH.Part1
  2518.  
  2519. LH.SpecialMesh40 = Instance.new("SpecialMesh")
  2520. LH.SpecialMesh40.Scale = Vector3.new(1.09419012, 0.54709518, 1.91483307)
  2521. LH.SpecialMesh40.MeshType = Enum.MeshType.Wedge
  2522. LH.SpecialMesh40.Parent = LH.WedgePart52
  2523.  
  2524. LH.WedgePart53 = Instance.new("WedgePart")
  2525. LH.WedgePart53.CFrame = CFrame.new(-2.39488101, 2.93129301, -1.02828395, -0.335196108, -0.797121346, 0.502236187, 0.255007088, 0.436417222, 0.862850785, -0.906981289, 0.417297989, 0.0569862351)
  2526. LH.WedgePart53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2527. LH.WedgePart53.CanCollide = false
  2528. LH.WedgePart53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2529. LH.WedgePart53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2530. LH.WedgePart53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2531. LH.WedgePart53.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2532. LH.WedgePart53.Material = Enum.Material.Metal
  2533. LH.WedgePart53.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2534. LH.WedgePart53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2535. LH.WedgePart53.Anchored = true
  2536. LH.WedgePart53.Rotation = Vector3.new(-86.2214432, 30.148056, 112.807159)
  2537. LH.WedgePart53.BrickColor = BrickColor.new("Institutional white")
  2538. LH.WedgePart53.Position = Vector3.new(-2.39488101, 2.93129301, -1.02828395)
  2539. LH.WedgePart53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2540. LH.WedgePart53.Parent = LH.Part1
  2541.  
  2542. LH.SpecialMesh41 = Instance.new("SpecialMesh")
  2543. LH.SpecialMesh41.Scale = Vector3.new(1.09419012, 0.27354759, 3.55611825)
  2544. LH.SpecialMesh41.MeshType = Enum.MeshType.Wedge
  2545. LH.SpecialMesh41.Parent = LH.WedgePart53
  2546.  
  2547. LH.WedgePart54 = Instance.new("WedgePart")
  2548. LH.WedgePart54.CFrame = CFrame.new(-2.36284304, 2.73940706, -1.09407198, -0.335136026, -0.502413332, -0.797034979, 0.25505802, -0.862748504, 0.436589628, -0.906989098, -0.0569732338, 0.417282641)
  2549. LH.WedgePart54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2550. LH.WedgePart54.CanCollide = false
  2551. LH.WedgePart54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2552. LH.WedgePart54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2553. LH.WedgePart54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2554. LH.WedgePart54.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2555. LH.WedgePart54.Material = Enum.Material.Metal
  2556. LH.WedgePart54.Size = Vector3.new(0.218838021, 0.218838066, 0.218838036)
  2557. LH.WedgePart54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2558. LH.WedgePart54.Anchored = true
  2559. LH.WedgePart54.Rotation = Vector3.new(-46.2952995, -52.8478889, 123.705368)
  2560. LH.WedgePart54.BrickColor = BrickColor.new("Institutional white")
  2561. LH.WedgePart54.Position = Vector3.new(-2.36284304, 2.73940706, -1.09407198)
  2562. LH.WedgePart54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2563. LH.WedgePart54.Parent = LH.Part1
  2564.  
  2565. LH.WedgePart55 = Instance.new("WedgePart")
  2566. LH.WedgePart55.CFrame = CFrame.new(-1.65919805, 1.81016004, -1.59740794, -0.33544609, -0.0367307216, -0.941343188, 0.254956067, -0.965489089, -0.0531802885, -0.906903207, -0.257840216, 0.33323428)
  2567. LH.WedgePart55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2568. LH.WedgePart55.CanCollide = false
  2569. LH.WedgePart55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2570. LH.WedgePart55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2571. LH.WedgePart55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2572. LH.WedgePart55.Color = Color3.new(0.937255, 0.721569, 0.219608)
  2573. LH.WedgePart55.Material = Enum.Material.Neon
  2574. LH.WedgePart55.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2575. LH.WedgePart55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2576. LH.WedgePart55.Anchored = true
  2577. LH.WedgePart55.Rotation = Vector3.new(9.06727505, -70.2783661, 173.751129)
  2578. LH.WedgePart55.BrickColor = BrickColor.new("Gold")
  2579. LH.WedgePart55.Position = Vector3.new(-1.65919805, 1.81016004, -1.59740794)
  2580. LH.WedgePart55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2581. LH.WedgePart55.Parent = LH.Part1
  2582.  
  2583. LH.SpecialMesh42 = Instance.new("SpecialMesh")
  2584. LH.SpecialMesh42.Scale = Vector3.new(0.27354756, 3.28257132, 2.46192789)
  2585. LH.SpecialMesh42.MeshType = Enum.MeshType.Wedge
  2586. LH.SpecialMesh42.Parent = LH.WedgePart55
  2587.  
  2588. LH.WedgePart56 = Instance.new("WedgePart")
  2589. LH.WedgePart56.CFrame = CFrame.new(-1.99395597, 1.79122794, -1.47890699, -0.335172117, -0.941455245, 0.03635519, 0.255017102, -0.0535079315, 0.965454996, -0.906987309, 0.332864761, 0.258021563)
  2590. LH.WedgePart56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2591. LH.WedgePart56.CanCollide = false
  2592. LH.WedgePart56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2593. LH.WedgePart56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2594. LH.WedgePart56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2595. LH.WedgePart56.Color = Color3.new(0.937255, 0.721569, 0.219608)
  2596. LH.WedgePart56.Material = Enum.Material.Neon
  2597. LH.WedgePart56.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2598. LH.WedgePart56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2599. LH.WedgePart56.Anchored = true
  2600. LH.WedgePart56.Rotation = Vector3.new(-75.037178, 2.08345819, 109.596489)
  2601. LH.WedgePart56.BrickColor = BrickColor.new("Gold")
  2602. LH.WedgePart56.Position = Vector3.new(-1.99395597, 1.79122794, -1.47890699)
  2603. LH.WedgePart56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2604. LH.WedgePart56.Parent = LH.Part1
  2605.  
  2606. LH.SpecialMesh43 = Instance.new("SpecialMesh")
  2607. LH.SpecialMesh43.Scale = Vector3.new(0.27354756, 1.0941906, 3.28257084)
  2608. LH.SpecialMesh43.MeshType = Enum.MeshType.Wedge
  2609. LH.SpecialMesh43.Parent = LH.WedgePart56
  2610.  
  2611. LH.Part65 = Instance.new("Part")
  2612. LH.Part65.Anchored = true
  2613. LH.Part65.CanCollide = false
  2614. LH.Part65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2615. LH.Part65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2616. LH.Part65.Color = Color3.new(0.356863, 0.364706, 0.411765)
  2617. LH.Part65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2618. LH.Part65.Material = Enum.Material.Metal
  2619. LH.Part65.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2620. LH.Part65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2621. LH.Part65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2622. LH.Part65.CFrame = CFrame.new(-2.30029011, 2.92227602, -1.06580496, 0.335389972, -0.208147705, -0.918797135, -0.254973978, 0.918830454, -0.301228851, 0.906918883, 0.335298479, 0.25509426)
  2623. LH.Part65.Rotation = Vector3.new(49.7405586, -66.7508621, 31.8243179)
  2624. LH.Part65.BrickColor = BrickColor.new("Smoky grey")
  2625. LH.Part65.Position = Vector3.new(-2.30029011, 2.92227602, -1.06580496)
  2626. LH.Part65.Shape = Enum.PartType.Cylinder
  2627. LH.Part65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2628. LH.Part65.Parent = LH.Part1
  2629.  
  2630. LH.SpecialMesh44 = Instance.new("SpecialMesh")
  2631. LH.SpecialMesh44.Scale = Vector3.new(1.12154508, 1.64128566, 0.54709506)
  2632. LH.SpecialMesh44.MeshType = Enum.MeshType.Cylinder
  2633. LH.SpecialMesh44.Parent = LH.Part65
  2634.  
  2635. LH.WedgePart57 = Instance.new("WedgePart")
  2636. LH.WedgePart57.CFrame = CFrame.new(-1.95229697, 3.52734089, -1.05461705, -0.335196108, -0.797121346, 0.502236187, 0.255007088, 0.436417222, 0.862850785, -0.906981289, 0.417297989, 0.0569862351)
  2637. LH.WedgePart57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2638. LH.WedgePart57.CanCollide = false
  2639. LH.WedgePart57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2640. LH.WedgePart57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2641. LH.WedgePart57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2642. LH.WedgePart57.Color = Color3.new(0.356863, 0.364706, 0.411765)
  2643. LH.WedgePart57.Material = Enum.Material.Metal
  2644. LH.WedgePart57.Size = Vector3.new(0.382966518, 0.328257143, 0.328257084)
  2645. LH.WedgePart57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2646. LH.WedgePart57.Anchored = true
  2647. LH.WedgePart57.Rotation = Vector3.new(-86.2214432, 30.148056, 112.807159)
  2648. LH.WedgePart57.BrickColor = BrickColor.new("Smoky grey")
  2649. LH.WedgePart57.Position = Vector3.new(-1.95229697, 3.52734089, -1.05461705)
  2650. LH.WedgePart57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2651. LH.WedgePart57.Parent = LH.Part1
  2652.  
  2653. LH.WedgePart58 = Instance.new("WedgePart")
  2654. LH.WedgePart58.CFrame = CFrame.new(-2.51639295, 2.57448506, -1.08362198, -0.335136026, -0.502413332, -0.797034979, 0.25505802, -0.862748504, 0.436589628, -0.906989098, -0.0569732338, 0.417282641)
  2655. LH.WedgePart58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2656. LH.WedgePart58.CanCollide = false
  2657. LH.WedgePart58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2658. LH.WedgePart58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2659. LH.WedgePart58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2660. LH.WedgePart58.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2661. LH.WedgePart58.Material = Enum.Material.Metal
  2662. LH.WedgePart58.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2663. LH.WedgePart58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2664. LH.WedgePart58.Anchored = true
  2665. LH.WedgePart58.Rotation = Vector3.new(-46.2952995, -52.8478889, 123.705368)
  2666. LH.WedgePart58.BrickColor = BrickColor.new("Institutional white")
  2667. LH.WedgePart58.Position = Vector3.new(-2.51639295, 2.57448506, -1.08362198)
  2668. LH.WedgePart58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2669. LH.WedgePart58.Parent = LH.Part1
  2670.  
  2671. LH.SpecialMesh45 = Instance.new("SpecialMesh")
  2672. LH.SpecialMesh45.Scale = Vector3.new(1.09419012, 0.54709518, 0.54709512)
  2673. LH.SpecialMesh45.MeshType = Enum.MeshType.Wedge
  2674. LH.SpecialMesh45.Parent = LH.WedgePart58
  2675.  
  2676. LH.Part66 = Instance.new("Part")
  2677. LH.Part66.Anchored = true
  2678. LH.Part66.CanCollide = false
  2679. LH.Part66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2680. LH.Part66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2681. LH.Part66.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2682. LH.Part66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2683. LH.Part66.Material = Enum.Material.Metal
  2684. LH.Part66.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2685. LH.Part66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2686. LH.Part66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2687. LH.Part66.CFrame = CFrame.new(-2.14119291, 3.21879411, -1.04131699, 0.796967328, -0.502272666, -0.335507482, -0.436460197, -0.862844825, 0.254953653, -0.417547196, -0.0567540787, -0.906881094)
  2688. LH.Part66.Rotation = Vector3.new(-164.297607, -19.6034012, 32.2203598)
  2689. LH.Part66.BrickColor = BrickColor.new("Institutional white")
  2690. LH.Part66.Position = Vector3.new(-2.14119291, 3.21879411, -1.04131699)
  2691. LH.Part66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2692. LH.Part66.Parent = LH.Part1
  2693.  
  2694. LH.BlockMesh28 = Instance.new("BlockMesh")
  2695. LH.BlockMesh28.Scale = Vector3.new(0.54709512, 6.92075348, 1.09419012)
  2696. LH.BlockMesh28.Parent = LH.Part66
  2697.  
  2698. LH.WedgePart59 = Instance.new("WedgePart")
  2699. LH.WedgePart59.CFrame = CFrame.new(-2.24177694, 3.68796897, -0.872241974, -0.335196108, -0.797121346, 0.502236187, 0.255007088, 0.436417222, 0.862850785, -0.906981289, 0.417297989, 0.0569862351)
  2700. LH.WedgePart59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2701. LH.WedgePart59.CanCollide = false
  2702. LH.WedgePart59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2703. LH.WedgePart59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2704. LH.WedgePart59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2705. LH.WedgePart59.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2706. LH.WedgePart59.Material = Enum.Material.Metal
  2707. LH.WedgePart59.Size = Vector3.new(0.218838021, 0.382966667, 0.765933216)
  2708. LH.WedgePart59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2709. LH.WedgePart59.Anchored = true
  2710. LH.WedgePart59.Rotation = Vector3.new(-86.2214432, 30.148056, 112.807159)
  2711. LH.WedgePart59.BrickColor = BrickColor.new("Institutional white")
  2712. LH.WedgePart59.Position = Vector3.new(-2.24177694, 3.68796897, -0.872241974)
  2713. LH.WedgePart59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2714. LH.WedgePart59.Parent = LH.Part1
  2715.  
  2716. LH.Part67 = Instance.new("Part")
  2717. LH.Part67.Anchored = true
  2718. LH.Part67.CanCollide = false
  2719. LH.Part67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2720. LH.Part67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2721. LH.Part67.Color = Color3.new(0.356863, 0.364706, 0.411765)
  2722. LH.Part67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2723. LH.Part67.Material = Enum.Material.Metal
  2724. LH.Part67.Size = Vector3.new(0.733107328, 0.328257084, 0.382966608)
  2725. LH.Part67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2726. LH.Part67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2727. LH.Part67.CFrame = CFrame.new(-1.68566096, 3.98520398, -1.02455103, 0.502323985, 0.796953142, -0.335464358, 0.862819016, -0.436546564, 0.254893035, 0.0566920005, -0.417483896, -0.906914115)
  2728. LH.Part67.Rotation = Vector3.new(-164.301712, -19.6007786, -57.7765427)
  2729. LH.Part67.BrickColor = BrickColor.new("Smoky grey")
  2730. LH.Part67.Position = Vector3.new(-1.68566096, 3.98520398, -1.02455103)
  2731. LH.Part67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2732. LH.Part67.Parent = LH.Part1
  2733.  
  2734. LH.Part68 = Instance.new("Part")
  2735. LH.Part68.Anchored = true
  2736. LH.Part68.CanCollide = false
  2737. LH.Part68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2738. LH.Part68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2739. LH.Part68.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2740. LH.Part68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2741. LH.Part68.Material = Enum.Material.Metal
  2742. LH.Part68.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2743. LH.Part68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2744. LH.Part68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2745. LH.Part68.CFrame = CFrame.new(-2.03323102, 3.31531, -1.05411899, 0.796967328, -0.502272666, -0.335507482, -0.436460197, -0.862844825, 0.254953653, -0.417547196, -0.0567540787, -0.906881094)
  2746. LH.Part68.Rotation = Vector3.new(-164.297607, -19.6034012, 32.2203598)
  2747. LH.Part68.BrickColor = BrickColor.new("Institutional white")
  2748. LH.Part68.Position = Vector3.new(-2.03323102, 3.31531, -1.05411899)
  2749. LH.Part68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2750. LH.Part68.Parent = LH.Part1
  2751.  
  2752. LH.BlockMesh29 = Instance.new("BlockMesh")
  2753. LH.BlockMesh29.Scale = Vector3.new(1.03948057, 5.55301619, 1.09419012)
  2754. LH.BlockMesh29.Parent = LH.Part68
  2755.  
  2756. LH.Part69 = Instance.new("Part")
  2757. LH.Part69.Anchored = true
  2758. LH.Part69.CanCollide = false
  2759. LH.Part69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2760. LH.Part69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2761. LH.Part69.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2762. LH.Part69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2763. LH.Part69.Material = Enum.Material.Metal
  2764. LH.Part69.Size = Vector3.new(0.317315161, 0.837055624, 0.218838036)
  2765. LH.Part69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2766. LH.Part69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2767. LH.Part69.CFrame = CFrame.new(-1.95313597, 3.55160499, -1.01733005, 0.796967328, -0.502272666, -0.335507482, -0.436460197, -0.862844825, 0.254953653, -0.417547196, -0.0567540787, -0.906881094)
  2768. LH.Part69.Rotation = Vector3.new(-164.297607, -19.6034012, 32.2203598)
  2769. LH.Part69.BrickColor = BrickColor.new("Institutional white")
  2770. LH.Part69.Position = Vector3.new(-1.95313597, 3.55160499, -1.01733005)
  2771. LH.Part69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2772. LH.Part69.Parent = LH.Part1
  2773.  
  2774. LH.WedgePart60 = Instance.new("WedgePart")
  2775. LH.WedgePart60.CFrame = CFrame.new(-2.51124001, 3.65367889, -0.782214999, 0.335256994, 0.691669881, -0.639684021, -0.255169988, 0.720264018, 0.645064473, 0.906912982, -0.0530341938, 0.417966872)
  2776. LH.WedgePart60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2777. LH.WedgePart60.CanCollide = false
  2778. LH.WedgePart60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2779. LH.WedgePart60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2780. LH.WedgePart60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2781. LH.WedgePart60.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2782. LH.WedgePart60.Material = Enum.Material.Metal
  2783. LH.WedgePart60.Size = Vector3.new(0.218838066, 0.437676162, 0.328257114)
  2784. LH.WedgePart60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2785. LH.WedgePart60.Anchored = true
  2786. LH.WedgePart60.Rotation = Vector3.new(-57.0589485, -39.768261, -64.1402206)
  2787. LH.WedgePart60.BrickColor = BrickColor.new("Institutional white")
  2788. LH.WedgePart60.Position = Vector3.new(-2.51124001, 3.65367889, -0.782214999)
  2789. LH.WedgePart60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2790. LH.WedgePart60.Parent = LH.Part1
  2791.  
  2792. LH.WedgePart61 = Instance.new("WedgePart")
  2793. LH.WedgePart61.CFrame = CFrame.new(-3.74287391, 2.89449906, -0.540035009, 0.335391998, -0.691648185, 0.639636576, -0.254900008, -0.720261931, -0.64517343, 0.90693897, 0.0533426106, -0.417871237)
  2794. LH.WedgePart61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2795. LH.WedgePart61.CanCollide = false
  2796. LH.WedgePart61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2797. LH.WedgePart61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2798. LH.WedgePart61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2799. LH.WedgePart61.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2800. LH.WedgePart61.Material = Enum.Material.Metal
  2801. LH.WedgePart61.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2802. LH.WedgePart61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2803. LH.WedgePart61.Anchored = true
  2804. LH.WedgePart61.Rotation = Vector3.new(122.930664, 39.7647247, 64.1304626)
  2805. LH.WedgePart61.BrickColor = BrickColor.new("Institutional white")
  2806. LH.WedgePart61.Position = Vector3.new(-3.74287391, 2.89449906, -0.540035009)
  2807. LH.WedgePart61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2808. LH.WedgePart61.Parent = LH.Part1
  2809.  
  2810. LH.SpecialMesh46 = Instance.new("SpecialMesh")
  2811. LH.SpecialMesh46.Scale = Vector3.new(1.09419036, 1.36773837, 0.273547888)
  2812. LH.SpecialMesh46.MeshType = Enum.MeshType.Wedge
  2813. LH.SpecialMesh46.Parent = LH.WedgePart61
  2814.  
  2815. LH.WedgePart62 = Instance.new("WedgePart")
  2816. LH.WedgePart62.CFrame = CFrame.new(-3.01407599, 3.61778688, -0.60631001, -0.335356981, 0.691428602, 0.63989234, 0.25482896, 0.720481277, -0.644956589, -0.906971872, -0.0532275774, -0.417814463)
  2817. LH.WedgePart62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2818. LH.WedgePart62.CanCollide = false
  2819. LH.WedgePart62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2820. LH.WedgePart62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2821. LH.WedgePart62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2822. LH.WedgePart62.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2823. LH.WedgePart62.Material = Enum.Material.Metal
  2824. LH.WedgePart62.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2825. LH.WedgePart62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2826. LH.WedgePart62.Anchored = true
  2827. LH.WedgePart62.Rotation = Vector3.new(122.93589, 39.7837944, -115.874336)
  2828. LH.WedgePart62.BrickColor = BrickColor.new("Institutional white")
  2829. LH.WedgePart62.Position = Vector3.new(-3.01407599, 3.61778688, -0.60631001)
  2830. LH.WedgePart62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2831. LH.WedgePart62.Parent = LH.Part1
  2832.  
  2833. LH.SpecialMesh47 = Instance.new("SpecialMesh")
  2834. LH.SpecialMesh47.Scale = Vector3.new(1.09419036, 0.547095418, 0.547095299)
  2835. LH.SpecialMesh47.MeshType = Enum.MeshType.Wedge
  2836. LH.SpecialMesh47.Parent = LH.WedgePart62
  2837.  
  2838. LH.WedgePart63 = Instance.new("WedgePart")
  2839. LH.WedgePart63.CFrame = CFrame.new(-2.74024296, 3.93889689, -0.617349982, 0.335391998, -0.691648185, 0.639636576, -0.254900008, -0.720261931, -0.64517343, 0.90693897, 0.0533426106, -0.417871237)
  2840. LH.WedgePart63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2841. LH.WedgePart63.CanCollide = false
  2842. LH.WedgePart63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2843. LH.WedgePart63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2844. LH.WedgePart63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2845. LH.WedgePart63.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2846. LH.WedgePart63.Material = Enum.Material.Metal
  2847. LH.WedgePart63.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2848. LH.WedgePart63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2849. LH.WedgePart63.Anchored = true
  2850. LH.WedgePart63.Rotation = Vector3.new(122.930664, 39.7647247, 64.1304626)
  2851. LH.WedgePart63.BrickColor = BrickColor.new("Institutional white")
  2852. LH.WedgePart63.Position = Vector3.new(-2.74024296, 3.93889689, -0.617349982)
  2853. LH.WedgePart63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2854. LH.WedgePart63.Parent = LH.Part1
  2855.  
  2856. LH.SpecialMesh48 = Instance.new("SpecialMesh")
  2857. LH.SpecialMesh48.Scale = Vector3.new(1.09419036, 0.547095418, 0.820642948)
  2858. LH.SpecialMesh48.MeshType = Enum.MeshType.Wedge
  2859. LH.SpecialMesh48.Parent = LH.WedgePart63
  2860.  
  2861. LH.WedgePart64 = Instance.new("WedgePart")
  2862. LH.WedgePart64.CFrame = CFrame.new(-4.35899782, 0.716692984, -0.906116009, 0.335557014, -0.502304077, 0.796926618, -0.254920989, -0.862831354, -0.436505854, 0.906871974, -0.0566807315, -0.417576969)
  2863. LH.WedgePart64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2864. LH.WedgePart64.CanCollide = false
  2865. LH.WedgePart64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2866. LH.WedgePart64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2867. LH.WedgePart64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2868. LH.WedgePart64.Color = Color3.new(0.937255, 0.721569, 0.219608)
  2869. LH.WedgePart64.Material = Enum.Material.Neon
  2870. LH.WedgePart64.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2871. LH.WedgePart64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2872. LH.WedgePart64.Anchored = true
  2873. LH.WedgePart64.Rotation = Vector3.new(133.730377, 52.8376083, 56.2556648)
  2874. LH.WedgePart64.BrickColor = BrickColor.new("Gold")
  2875. LH.WedgePart64.Position = Vector3.new(-4.35899782, 0.716692984, -0.906116009)
  2876. LH.WedgePart64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2877. LH.WedgePart64.Parent = LH.Part1
  2878.  
  2879. LH.SpecialMesh49 = Instance.new("SpecialMesh")
  2880. LH.SpecialMesh49.Scale = Vector3.new(0.27354756, 3.28257132, 1.91483271)
  2881. LH.SpecialMesh49.MeshType = Enum.MeshType.Wedge
  2882. LH.SpecialMesh49.Parent = LH.WedgePart64
  2883.  
  2884. LH.WedgePart65 = Instance.new("WedgePart")
  2885. LH.WedgePart65.CFrame = CFrame.new(-4.01021099, 0.525600016, -1.08884394, -0.335136026, -0.502413332, -0.797034979, 0.25505802, -0.862748504, 0.436589628, -0.906989098, -0.0569732338, 0.417282641)
  2886. LH.WedgePart65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2887. LH.WedgePart65.CanCollide = false
  2888. LH.WedgePart65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2889. LH.WedgePart65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2890. LH.WedgePart65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2891. LH.WedgePart65.Color = Color3.new(0.937255, 0.721569, 0.219608)
  2892. LH.WedgePart65.Material = Enum.Material.Neon
  2893. LH.WedgePart65.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2894. LH.WedgePart65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2895. LH.WedgePart65.Anchored = true
  2896. LH.WedgePart65.Rotation = Vector3.new(-46.2952995, -52.8478889, 123.705368)
  2897. LH.WedgePart65.BrickColor = BrickColor.new("Gold")
  2898. LH.WedgePart65.Position = Vector3.new(-4.01021099, 0.525600016, -1.08884394)
  2899. LH.WedgePart65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2900. LH.WedgePart65.Parent = LH.Part1
  2901.  
  2902. LH.SpecialMesh50 = Instance.new("SpecialMesh")
  2903. LH.SpecialMesh50.Scale = Vector3.new(0.27354756, 3.28257132, 2.46192789)
  2904. LH.SpecialMesh50.MeshType = Enum.MeshType.Wedge
  2905. LH.SpecialMesh50.Parent = LH.WedgePart65
  2906.  
  2907. LH.Part70 = Instance.new("Part")
  2908. LH.Part70.Anchored = true
  2909. LH.Part70.CanCollide = false
  2910. LH.Part70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2911. LH.Part70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2912. LH.Part70.Color = Color3.new(0.356863, 0.364706, 0.411765)
  2913. LH.Part70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2914. LH.Part70.Material = Enum.Material.Metal
  2915. LH.Part70.Size = Vector3.new(0.54709506, 0.27354753, 0.218838036)
  2916. LH.Part70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2917. LH.Part70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2918. LH.Part70.CFrame = CFrame.new(-2.009372, 4.03623915, -0.920661986, 0.833512902, 0.438924521, -0.335561693, 0.528901935, -0.809494495, 0.254914731, -0.15974699, -0.389953941, -0.906872034)
  2919. LH.Part70.Rotation = Vector3.new(-164.299744, -19.606699, -27.7711086)
  2920. LH.Part70.BrickColor = BrickColor.new("Smoky grey")
  2921. LH.Part70.Position = Vector3.new(-2.009372, 4.03623915, -0.920661986)
  2922. LH.Part70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2923. LH.Part70.Parent = LH.Part1
  2924.  
  2925. LH.WedgePart66 = Instance.new("WedgePart")
  2926. LH.WedgePart66.CFrame = CFrame.new(-3.65799594, 2.80892301, -0.595475972, -0.33517909, -0.691529751, -0.639876246, 0.255033046, -0.720401824, 0.644964635, -0.906980217, 0.0529890917, 0.417826563)
  2927. LH.WedgePart66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2928. LH.WedgePart66.CanCollide = false
  2929. LH.WedgePart66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2930. LH.WedgePart66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2931. LH.WedgePart66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2932. LH.WedgePart66.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2933. LH.WedgePart66.Material = Enum.Material.Metal
  2934. LH.WedgePart66.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2935. LH.WedgePart66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2936. LH.WedgePart66.Anchored = true
  2937. LH.WedgePart66.Rotation = Vector3.new(-57.0636787, -39.7825928, 115.859108)
  2938. LH.WedgePart66.BrickColor = BrickColor.new("Institutional white")
  2939. LH.WedgePart66.Position = Vector3.new(-3.65799594, 2.80892301, -0.595475972)
  2940. LH.WedgePart66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2941. LH.WedgePart66.Parent = LH.Part1
  2942.  
  2943. LH.SpecialMesh51 = Instance.new("SpecialMesh")
  2944. LH.SpecialMesh51.Scale = Vector3.new(1.09419036, 1.36773837, 1.05315828)
  2945. LH.SpecialMesh51.MeshType = Enum.MeshType.Wedge
  2946. LH.SpecialMesh51.Parent = LH.WedgePart66
  2947.  
  2948. LH.WedgePart67 = Instance.new("WedgePart")
  2949. LH.WedgePart67.CFrame = CFrame.new(-3.02202296, 3.12162089, -0.742816985, -0.33517909, -0.691529751, -0.639876246, 0.255033046, -0.720401824, 0.644964635, -0.906980217, 0.0529890917, 0.417826563)
  2950. LH.WedgePart67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2951. LH.WedgePart67.CanCollide = false
  2952. LH.WedgePart67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2953. LH.WedgePart67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2954. LH.WedgePart67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2955. LH.WedgePart67.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2956. LH.WedgePart67.Material = Enum.Material.Metal
  2957. LH.WedgePart67.Size = Vector3.new(0.218838066, 1.03948092, 0.328257114)
  2958. LH.WedgePart67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2959. LH.WedgePart67.Anchored = true
  2960. LH.WedgePart67.Rotation = Vector3.new(-57.0636787, -39.7825928, 115.859108)
  2961. LH.WedgePart67.BrickColor = BrickColor.new("Institutional white")
  2962. LH.WedgePart67.Position = Vector3.new(-3.02202296, 3.12162089, -0.742816985)
  2963. LH.WedgePart67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2964. LH.WedgePart67.Parent = LH.Part1
  2965.  
  2966. LH.Part71 = Instance.new("Part")
  2967. LH.Part71.Anchored = true
  2968. LH.Part71.CanCollide = false
  2969. LH.Part71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2970. LH.Part71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2971. LH.Part71.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2972. LH.Part71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2973. LH.Part71.Material = Enum.Material.Metal
  2974. LH.Part71.Size = Vector3.new(0.656514168, 0.54709518, 0.218838036)
  2975. LH.Part71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2976. LH.Part71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2977. LH.Part71.CFrame = CFrame.new(-1.87549198, 4.49708605, -0.780312002, 0.941308737, -0.0366846621, -0.335547686, 0.053258989, -0.965483427, 0.254961073, -0.333318919, -0.257867962, -0.906864226)
  2978. LH.Part71.Rotation = Vector3.new(-164.29689, -19.6058464, 2.23180032)
  2979. LH.Part71.BrickColor = BrickColor.new("Institutional white")
  2980. LH.Part71.Position = Vector3.new(-1.87549198, 4.49708605, -0.780312002)
  2981. LH.Part71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2982. LH.Part71.Parent = LH.Part1
  2983.  
  2984. LH.Part72 = Instance.new("Part")
  2985. LH.Part72.Anchored = true
  2986. LH.Part72.CanCollide = false
  2987. LH.Part72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2988. LH.Part72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2989. LH.Part72.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2990. LH.Part72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2991. LH.Part72.Material = Enum.Material.Metal
  2992. LH.Part72.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2993. LH.Part72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2994. LH.Part72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2995. LH.Part72.CFrame = CFrame.new(-2.84117889, 3.6257, -0.668034971, 0.639801919, -0.691441059, -0.335503906, -0.644892931, -0.720471323, 0.255018234, -0.418050945, 0.0532029383, -0.906864345)
  2996. LH.Part72.Rotation = Vector3.new(-164.293549, -19.6031818, 47.2214012)
  2997. LH.Part72.BrickColor = BrickColor.new("Institutional white")
  2998. LH.Part72.Position = Vector3.new(-2.84117889, 3.6257, -0.668034971)
  2999. LH.Part72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3000. LH.Part72.Parent = LH.Part1
  3001.  
  3002. LH.BlockMesh30 = Instance.new("BlockMesh")
  3003. LH.BlockMesh30.Scale = Vector3.new(0.765933037, 3.63818264, 1.09419012)
  3004. LH.BlockMesh30.Parent = LH.Part72
  3005.  
  3006. LH.WedgePart68 = Instance.new("WedgePart")
  3007. LH.WedgePart68.CFrame = CFrame.new(-2.57043004, 3.62435889, -0.828895986, -0.335401982, -0.639767349, 0.691522419, 0.254975975, 0.644997418, 0.720392704, -0.906913877, 0.417942792, -0.0532081053)
  3008. LH.WedgePart68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3009. LH.WedgePart68.CanCollide = false
  3010. LH.WedgePart68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3011. LH.WedgePart68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3012. LH.WedgePart68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3013. LH.WedgePart68.Color = Color3.new(0.356863, 0.364706, 0.411765)
  3014. LH.WedgePart68.Material = Enum.Material.Metal
  3015. LH.WedgePart68.Size = Vector3.new(0.218838066, 0.382966638, 0.328257084)
  3016. LH.WedgePart68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3017. LH.WedgePart68.Anchored = true
  3018. LH.WedgePart68.Rotation = Vector3.new(-94.2241898, 43.7507439, 117.666061)
  3019. LH.WedgePart68.BrickColor = BrickColor.new("Smoky grey")
  3020. LH.WedgePart68.Position = Vector3.new(-2.57043004, 3.62435889, -0.828895986)
  3021. LH.WedgePart68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3022. LH.WedgePart68.Parent = LH.Part1
  3023.  
  3024. LH.Part73 = Instance.new("Part")
  3025. LH.Part73.Anchored = true
  3026. LH.Part73.CanCollide = false
  3027. LH.Part73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3028. LH.Part73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3029. LH.Part73.Color = Color3.new(0.356863, 0.364706, 0.411765)
  3030. LH.Part73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3031. LH.Part73.Material = Enum.Material.Metal
  3032. LH.Part73.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3033. LH.Part73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3034. LH.Part73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3035. LH.Part73.CFrame = CFrame.new(-2.74811792, 3.53417897, -0.728179991, 0.335389972, -0.208147705, -0.918797135, -0.254973978, 0.918830454, -0.301228851, 0.906918883, 0.335298479, 0.25509426)
  3036. LH.Part73.Rotation = Vector3.new(49.7405586, -66.7508621, 31.8243179)
  3037. LH.Part73.BrickColor = BrickColor.new("Smoky grey")
  3038. LH.Part73.Position = Vector3.new(-2.74811792, 3.53417897, -0.728179991)
  3039. LH.Part73.Shape = Enum.PartType.Cylinder
  3040. LH.Part73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3041. LH.Part73.Parent = LH.Part1
  3042.  
  3043. LH.SpecialMesh52 = Instance.new("SpecialMesh")
  3044. LH.SpecialMesh52.Scale = Vector3.new(1.12154508, 1.64128566, 0.861674786)
  3045. LH.SpecialMesh52.MeshType = Enum.MeshType.Cylinder
  3046. LH.SpecialMesh52.Parent = LH.Part73
  3047.  
  3048. LH.Part74 = Instance.new("Part")
  3049. LH.Part74.Anchored = true
  3050. LH.Part74.CanCollide = false
  3051. LH.Part74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3052. LH.Part74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3053. LH.Part74.Color = Color3.new(0.972549, 0.972549, 0.972549)
  3054. LH.Part74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3055. LH.Part74.Material = Enum.Material.Metal
  3056. LH.Part74.Size = Vector3.new(0.328257054, 0.656514287, 0.218838036)
  3057. LH.Part74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3058. LH.Part74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3059. LH.Part74.CFrame = CFrame.new(-1.96637297, 4.53854179, -0.735055983, 0.439019144, -0.833487749, -0.335500091, -0.809424281, -0.528979123, 0.254977465, -0.389993161, 0.159621894, -0.90687716)
  3060. LH.Part74.Rotation = Vector3.new(-164.296143, -19.602951, 62.2230873)
  3061. LH.Part74.BrickColor = BrickColor.new("Institutional white")
  3062. LH.Part74.Position = Vector3.new(-1.96637297, 4.53854179, -0.735055983)
  3063. LH.Part74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3064. LH.Part74.Parent = LH.Part1
  3065.  
  3066. LH.Part75 = Instance.new("Part")
  3067. LH.Part75.Anchored = true
  3068. LH.Part75.CanCollide = false
  3069. LH.Part75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3070. LH.Part75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3071. LH.Part75.Color = Color3.new(0.356863, 0.364706, 0.411765)
  3072. LH.Part75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3073. LH.Part75.Material = Enum.Material.Metal
  3074. LH.Part75.Size = Vector3.new(0.382966489, 0.656514168, 0.218838036)
  3075. LH.Part75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3076. LH.Part75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3077. LH.Part75.CFrame = CFrame.new(-2.22989798, 3.97906089, -0.855159998, 0.639801919, -0.691441059, -0.335503906, -0.644892931, -0.720471323, 0.255018234, -0.418050945, 0.0532029383, -0.906864345)
  3078. LH.Part75.Rotation = Vector3.new(-164.293549, -19.6031818, 47.2214012)
  3079. LH.Part75.BrickColor = BrickColor.new("Smoky grey")
  3080. LH.Part75.Position = Vector3.new(-2.22989798, 3.97906089, -0.855159998)
  3081. LH.Part75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3082. LH.Part75.Parent = LH.Part1
  3083.  
  3084. LH.Part76 = Instance.new("Part")
  3085. LH.Part76.Anchored = true
  3086. LH.Part76.CanCollide = false
  3087. LH.Part76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3088. LH.Part76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3089. LH.Part76.Color = Color3.new(0.356863, 0.364706, 0.411765)
  3090. LH.Part76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3091. LH.Part76.Material = Enum.Material.Metal
  3092. LH.Part76.Size = Vector3.new(0.514269292, 0.328257084, 0.218838036)
  3093. LH.Part76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3094. LH.Part76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3095. LH.Part76.CFrame = CFrame.new(-1.89043498, 4.19498587, -0.920036018, 0.941308737, -0.0366846621, -0.335547686, 0.053258989, -0.965483427, 0.254961073, -0.333318919, -0.257867962, -0.906864226)
  3096. LH.Part76.Rotation = Vector3.new(-164.29689, -19.6058464, 2.23180032)
  3097. LH.Part76.BrickColor = BrickColor.new("Smoky grey")
  3098. LH.Part76.Position = Vector3.new(-1.89043498, 4.19498587, -0.920036018)
  3099. LH.Part76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3100. LH.Part76.Parent = LH.Part1
  3101.  
  3102. LH.Part77 = Instance.new("Part")
  3103. LH.Part77.Anchored = true
  3104. LH.Part77.CanCollide = false
  3105. LH.Part77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3106. LH.Part77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3107. LH.Part77.Color = Color3.new(0.972549, 0.972549, 0.972549)
  3108. LH.Part77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3109. LH.Part77.Material = Enum.Material.Metal
  3110. LH.Part77.Size = Vector3.new(0.262605667, 0.837055624, 0.218838036)
  3111. LH.Part77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3112. LH.Part77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3113. LH.Part77.CFrame = CFrame.new(-3.292346, 3.22746706, -0.613086998, 0.639801919, -0.691441059, -0.335503906, -0.644892931, -0.720471323, 0.255018234, -0.418050945, 0.0532029383, -0.906864345)
  3114. LH.Part77.Rotation = Vector3.new(-164.293549, -19.6031818, 47.2214012)
  3115. LH.Part77.BrickColor = BrickColor.new("Institutional white")
  3116. LH.Part77.Position = Vector3.new(-3.292346, 3.22746706, -0.613086998)
  3117. LH.Part77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3118. LH.Part77.Parent = LH.Part1
  3119.  
  3120. LH.Part78 = Instance.new("Part")
  3121. LH.Part78.Anchored = true
  3122. LH.Part78.CanCollide = false
  3123. LH.Part78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3124. LH.Part78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3125. LH.Part78.Color = Color3.new(0.972549, 0.972549, 0.972549)
  3126. LH.Part78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3127. LH.Part78.Material = Enum.Material.Metal
  3128. LH.Part78.Size = Vector3.new(0.317315161, 0.672927082, 0.218838036)
  3129. LH.Part78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3130. LH.Part78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3131. LH.Part78.CFrame = CFrame.new(-2.42073202, 4.17127609, -0.670216024, 0.639801919, -0.691441059, -0.335503906, -0.644892931, -0.720471323, 0.255018234, -0.418050945, 0.0532029383, -0.906864345)
  3132. LH.Part78.Rotation = Vector3.new(-164.293549, -19.6031818, 47.2214012)
  3133. LH.Part78.BrickColor = BrickColor.new("Institutional white")
  3134. LH.Part78.Position = Vector3.new(-2.42073202, 4.17127609, -0.670216024)
  3135. LH.Part78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3136. LH.Part78.Parent = LH.Part1
  3137.  
  3138. LH.Fire1 = Instance.new("Fire")
  3139. LH.Fire1.Enabled = false
  3140. LH.Fire1.Heat = 25
  3141. LH.Fire1.SecondaryColor = Color3.new(1, 0, 0)
  3142. LH.Fire1.Color = Color3.new(1, 0.635294, 0)
  3143. LH.Fire1.Size = 30
  3144. LH.Fire1.Parent = LH.Part1
  3145.  
  3146. LH.Script1 = Instance.new("Script")
  3147. LH.Script1.Name = "Spread"
  3148. LH.Script1.Parent = LH.Fire1
  3149.  
  3150. local function weldModel(model, weldRoot)
  3151. local parts = {}
  3152. local function recurse(object)
  3153. if object:IsA("BasePart") then
  3154. table.insert(parts, object)
  3155. end
  3156. for _, child in next, object:GetChildren() do
  3157. recurse(child)
  3158. end
  3159. end
  3160. recurse(model)
  3161. local rootPart = weldRoot or parts[1]
  3162. for _, part in next, parts do
  3163. local cframe = rootPart.CFrame:toObjectSpace(part.CFrame)
  3164. local weld = Instance.new("Weld")
  3165. weld.Part0 = rootPart
  3166. weld.Part1 = part
  3167. weld.C0 = cframe
  3168. weld.Parent = rootPart
  3169. part.Anchored = false
  3170. end
  3171. end
  3172. weldModel(LH.Model1, LH.Part1)
  3173.  
  3174.  
  3175. local function makeWeld(rootPart, offPart, C0, C1)
  3176. C0 = C0 or rootPart.CFrame:toObjectSpace(offPart.CFrame)
  3177. C1 = C1 or nC
  3178. local newWeld = Instance.new("Motor6D", rootPart)
  3179. newWeld.Part0 = rootPart
  3180. newWeld.Part1 = offPart
  3181. newWeld.C0 = C0
  3182. newWeld.C1 = C1
  3183. return newWeld
  3184. end
  3185.  
  3186. makeWeld(Game.Players.LocalPlayer.Character.Torso, LH.Part1, CFrame.new(0, -1.4, 1.1), CFrame.new(0, 0, 0))
  3187.  
  3188.  
  3189.  
  3190. local RH = {}
  3191.  
  3192. RH.Model1 = Instance.new("Model")
  3193. RH.Model1.Name = "I2S_Model"
  3194. RH.Model1.Parent = chr
  3195.  
  3196. RH.Part1 = Instance.new("Part")
  3197. RH.Part1.Name = "R_Hitbox"
  3198. RH.Part1.Transparency = 1
  3199. RH.Part1.Reflectance = 1
  3200. RH.Part1.Size = Vector3.new(2.4000001, 1, 1)
  3201. RH.Part1.CFrame = CFrame.new(-0.127775595, 0.488612711, -0.887809277, 0.999999285, 0.000968683511, -0.000753294386, -0.000969004643, 0.999999523, -0.000426120299, 0.000752881228, 0.000426849932, 0.999999642)
  3202. RH.Part1.Rotation = Vector3.new(0.0244149026, -0.0431605913, -0.055501502)
  3203. RH.Part1.Position = Vector3.new(-0.127775595, 0.488612711, -0.887809277)
  3204. RH.Part1.Parent = RH.Model1
  3205.  
  3206. RH.Part2 = Instance.new("Part")
  3207. RH.Part2.Anchored = true
  3208. RH.Part2.CanCollide = false
  3209. RH.Part2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3210. RH.Part2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3211. RH.Part2.Color = Color3.new(0.972549, 0.972549, 0.972549)
  3212. RH.Part2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3213. RH.Part2.Material = Enum.Material.Metal
  3214. RH.Part2.Size = Vector3.new(0.410321325, 2.18838072, 0.328257084)
  3215. RH.Part2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3216. RH.Part2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3217. RH.Part2.CFrame = CFrame.new(2.50541496, 6.04346609, -0.134959996, 0.251316041, 0.90519166, -0.342736632, -0.954119146, 0.172133341, -0.245003819, -0.162779018, 0.388584971, 0.906920493)
  3218. RH.Part2.Rotation = Vector3.new(15.1175413, -20.0436916, -74.4832993)
  3219. RH.Part2.BrickColor = BrickColor.new("Institutional white")
  3220. RH.Part2.Position = Vector3.new(2.50541496, 6.04346609, -0.134959996)
  3221. RH.Part2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3222. RH.Part2.Parent = RH.Part1
  3223.  
  3224. RH.WedgePart1 = Instance.new("WedgePart")
  3225. RH.WedgePart1.CFrame = CFrame.new(2.22271395, 5.53747606, -0.378549993, 0.342512012, 0.251173139, -0.905316293, 0.245094001, -0.954122484, -0.17198661, -0.906980991, -0.162980124, -0.388359398)
  3226. RH.WedgePart1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3227. RH.WedgePart1.CanCollide = false
  3228. RH.WedgePart1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3229. RH.WedgePart1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3230. RH.WedgePart1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3231. RH.WedgePart1.Color = Color3.new(0.356863, 0.364706, 0.411765)
  3232. RH.WedgePart1.Material = Enum.Material.Metal
  3233. RH.WedgePart1.Size = Vector3.new(0.218838051, 0.27354762, 0.54709506)
  3234. RH.WedgePart1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3235. RH.WedgePart1.Anchored = true
  3236. RH.WedgePart1.Rotation = Vector3.new(156.113647, -64.865921, -36.253582)
  3237. RH.WedgePart1.BrickColor = BrickColor.new("Smoky grey")
  3238. RH.WedgePart1.Position = Vector3.new(2.22271395, 5.53747606, -0.378549993)
  3239. RH.WedgePart1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3240. RH.WedgePart1.Parent = RH.Part1
  3241.  
  3242. RH.Part3 = Instance.new("Part")
  3243. RH.Part3.Anchored = true
  3244. RH.Part3.CanCollide = false
  3245. RH.Part3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3246. RH.Part3.Name = "Joint"
  3247. RH.Part3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3248. RH.Part3.Color = Color3.new(0.972549, 0.972549, 0.972549)
  3249. RH.Part3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3250. RH.Part3.Material = Enum.Material.Metal
  3251. RH.Part3.Size = Vector3.new(0.437676042, 0.656514287, 0.328257084)
  3252. RH.Part3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3253. RH.Part3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3254. RH.Part3.CFrame = CFrame.new(1.90714705, 4.80014992, -0.697064996, 0.909557104, 0.234960496, -0.34278214, -0.328011036, 0.912353933, -0.244988292, 0.255176038, 0.335267156, 0.906907499)
  3255. RH.Part3.Rotation = Vector3.new(15.1168346, -20.0464687, -14.4842358)
  3256. RH.Part3.BrickColor = BrickColor.new("Institutional white")
  3257. RH.Part3.Position = Vector3.new(1.90714705, 4.80014992, -0.697064996)
  3258. RH.Part3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3259. RH.Part3.Parent = RH.Part1
  3260.  
  3261. RH.WedgePart2 = Instance.new("WedgePart")
  3262. RH.WedgePart2.CFrame = CFrame.new(1.966488, 4.39692211, -0.783613026, 0.342820019, -0.234579876, -0.909641027, 0.245118022, -0.912438095, 0.327679753, -0.906858146, -0.335304558, -0.25530228)
  3263. RH.WedgePart2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3264. RH.WedgePart2.CanCollide = false
  3265. RH.WedgePart2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3266. RH.WedgePart2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3267. RH.WedgePart2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3268. RH.WedgePart2.Color = Color3.new(0.972549, 0.972549, 0.972549)
  3269. RH.WedgePart2.Material = Enum.Material.Metal
  3270. RH.WedgePart2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3271. RH.WedgePart2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3272. RH.WedgePart2.Anchored = true
  3273. RH.WedgePart2.Rotation = Vector3.new(-127.922913, -65.4557953, 34.3824844)
  3274. RH.WedgePart2.BrickColor = BrickColor.new("Institutional white")
  3275. RH.WedgePart2.Position = Vector3.new(1.966488, 4.39692211, -0.783613026)
  3276. RH.WedgePart2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3277. RH.WedgePart2.Parent = RH.Part1
  3278.  
  3279. RH.SpecialMesh1 = Instance.new("SpecialMesh")
  3280. RH.SpecialMesh1.Scale = Vector3.new(1.64128542, 0.54709518, 0.547095001)
  3281. RH.SpecialMesh1.MeshType = Enum.MeshType.Wedge
  3282. RH.SpecialMesh1.Parent = RH.WedgePart2
  3283.  
  3284. RH.WedgePart3 = Instance.new("WedgePart")
  3285. RH.WedgePart3.CFrame = CFrame.new(2.29947805, 2.89907289, -1.06254804, -0.34298408, 0.809352517, -0.476770937, -0.24496606, 0.412928313, 0.8772012, 0.906837225, 0.417658716, 0.0566360466)
  3286. RH.WedgePart3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3287. RH.WedgePart3.CanCollide = false
  3288. RH.WedgePart3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3289. RH.WedgePart3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3290. RH.WedgePart3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3291. RH.WedgePart3.Color = Color3.new(0.972549, 0.972549, 0.972549)
  3292. RH.WedgePart3.Material = Enum.Material.Metal
  3293. RH.WedgePart3.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3294. RH.WedgePart3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3295. RH.WedgePart3.Anchored = true
  3296. RH.WedgePart3.Rotation = Vector3.new(-86.3058548, -28.47472, -112.966064)
  3297. RH.WedgePart3.BrickColor = BrickColor.new("Institutional white")
  3298. RH.WedgePart3.Position = Vector3.new(2.29947805, 2.89907289, -1.06254804)
  3299. RH.WedgePart3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3300. RH.WedgePart3.Parent = RH.Part1
  3301.  
  3302. RH.SpecialMesh2 = Instance.new("SpecialMesh")
  3303. RH.SpecialMesh2.Scale = Vector3.new(1.09419012, 0.27354759, 3.55611825)
  3304. RH.SpecialMesh2.MeshType = Enum.MeshType.Wedge
  3305. RH.SpecialMesh2.Parent = RH.WedgePart3
  3306.  
  3307. RH.WedgePart4 = Instance.new("WedgePart")
  3308. RH.WedgePart4.CFrame = CFrame.new(2.2618711, 2.70819306, -1.12834501, -0.343044996, 0.476889998, 0.809256494, -0.244911, -0.877145708, 0.413078606, 0.906829, -0.0564912632, 0.417696029)
  3309. RH.WedgePart4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3310. RH.WedgePart4.CanCollide = false
  3311. RH.WedgePart4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3312. RH.WedgePart4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3313. RH.WedgePart4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3314. RH.WedgePart4.Color = Color3.new(0.972549, 0.972549, 0.972549)
  3315. RH.WedgePart4.Material = Enum.Material.Metal
  3316. RH.WedgePart4.Size = Vector3.new(0.218838021, 0.218838066, 0.218838036)
  3317. RH.WedgePart4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3318. RH.WedgePart4.Anchored = true
  3319. RH.WedgePart4.Rotation = Vector3.new(-44.6815529, 54.0233536, -125.728897)
  3320. RH.WedgePart4.BrickColor = BrickColor.new("Institutional white")
  3321. RH.WedgePart4.Position = Vector3.new(2.2618711, 2.70819306, -1.12834501)
  3322. RH.WedgePart4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3323. RH.WedgePart4.Parent = RH.Part1
  3324.  
  3325. RH.WedgePart5 = Instance.new("WedgePart")
  3326. RH.WedgePart5.CFrame = CFrame.new(1.85567796, 3.49434209, -1.03924894, -0.34298408, 0.809352517, -0.476770937, -0.24496606, 0.412928313, 0.8772012, 0.906837225, 0.417658716, 0.0566360466)
  3327. RH.WedgePart5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3328. RH.WedgePart5.CanCollide = false
  3329. RH.WedgePart5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3330. RH.WedgePart5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3331. RH.WedgePart5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3332. RH.WedgePart5.Color = Color3.new(0.356863, 0.364706, 0.411765)
  3333. RH.WedgePart5.Material = Enum.Material.Metal
  3334. RH.WedgePart5.Size = Vector3.new(0.382966518, 0.328257143, 0.328257084)
  3335. RH.WedgePart5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3336. RH.WedgePart5.Anchored = true
  3337. RH.WedgePart5.Rotation = Vector3.new(-86.3058548, -28.47472, -112.966064)
  3338. RH.WedgePart5.BrickColor = BrickColor.new("Smoky grey")
  3339. RH.WedgePart5.Position = Vector3.new(1.85567796, 3.49434209, -1.03924894)
  3340. RH.WedgePart5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3341. RH.WedgePart5.Parent = RH.Part1
  3342.  
  3343. RH.Part4 = Instance.new("Part")
  3344. RH.Part4.Anchored = true
  3345. RH.Part4.CanCollide = false
  3346. RH.Part4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3347. RH.Part4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3348. RH.Part4.Color = Color3.new(0.972549, 0.972549, 0.972549)
  3349. RH.Part4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3350. RH.Part4.Material = Enum.Material.Metal
  3351. RH.Part4.Size = Vector3.new(0.317315161, 0.837055624, 0.218838036)
  3352. RH.Part4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3353. RH.Part4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3354. RH.Part4.CFrame = CFrame.new(1.87597096, 3.53197289, -1.05155897, -0.80938834, 0.476932734, -0.342674494, -0.413096219, -0.877104819, -0.245027781, -0.417423218, -0.056765072, 0.90693748)
  3355. RH.Part4.Rotation = Vector3.new(15.1186819, -20.0399036, -149.491241)
  3356. RH.Part4.BrickColor = BrickColor.new("Institutional white")
  3357. RH.Part4.Position = Vector3.new(1.87597096, 3.53197289, -1.05155897)
  3358. RH.Part4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3359. RH.Part4.Parent = RH.Part1
  3360.  
  3361. RH.WedgePart6 = Instance.new("WedgePart")
  3362. RH.WedgePart6.CFrame = CFrame.new(2.41055298, 2.53887892, -1.11791205, -0.343044996, 0.476889998, 0.809256494, -0.244911, -0.877145708, 0.413078606, 0.906829, -0.0564912632, 0.417696029)
  3363. RH.WedgePart6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3364. RH.WedgePart6.CanCollide = false
  3365. RH.WedgePart6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3366. RH.WedgePart6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3367. RH.WedgePart6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3368. RH.WedgePart6.Color = Color3.new(0.972549, 0.972549, 0.972549)
  3369. RH.WedgePart6.Material = Enum.Material.Metal
  3370. RH.WedgePart6.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3371. RH.WedgePart6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3372. RH.WedgePart6.Anchored = true
  3373. RH.WedgePart6.Rotation = Vector3.new(-44.6815529, 54.0233536, -125.728897)
  3374. RH.WedgePart6.BrickColor = BrickColor.new("Institutional white")
  3375. RH.WedgePart6.Position = Vector3.new(2.41055298, 2.53887892, -1.11791205)
  3376. RH.WedgePart6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3377. RH.WedgePart6.Parent = RH.Part1
  3378.  
  3379. RH.SpecialMesh3 = Instance.new("SpecialMesh")
  3380. RH.SpecialMesh3.Scale = Vector3.new(1.09419012, 0.54709518, 0.54709512)
  3381. RH.SpecialMesh3.MeshType = Enum.MeshType.Wedge
  3382. RH.SpecialMesh3.Parent = RH.WedgePart6
  3383.  
  3384. RH.WedgePart7 = Instance.new("WedgePart")
  3385. RH.WedgePart7.CFrame = CFrame.new(2.16846395, 3.65986705, -0.90645802, -0.34298408, 0.809352517, -0.476770937, -0.24496606, 0.412928313, 0.8772012, 0.906837225, 0.417658716, 0.0566360466)
  3386. RH.WedgePart7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3387. RH.WedgePart7.CanCollide = false
  3388. RH.WedgePart7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3389. RH.WedgePart7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3390. RH.WedgePart7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3391. RH.WedgePart7.Color = Color3.new(0.972549, 0.972549, 0.972549)
  3392. RH.WedgePart7.Material = Enum.Material.Metal
  3393. RH.WedgePart7.Size = Vector3.new(0.218838021, 0.382966667, 0.765933216)
  3394. RH.WedgePart7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3395. RH.WedgePart7.Anchored = true
  3396. RH.WedgePart7.Rotation = Vector3.new(-86.3058548, -28.47472, -112.966064)
  3397. RH.WedgePart7.BrickColor = BrickColor.new("Institutional white")
  3398. RH.WedgePart7.Position = Vector3.new(2.16846395, 3.65986705, -0.90645802)
  3399. RH.WedgePart7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3400. RH.WedgePart7.Parent = RH.Part1
  3401.  
  3402. RH.Part5 = Instance.new("Part")
  3403. RH.Part5.Anchored = true
  3404. RH.Part5.CanCollide = false
  3405. RH.Part5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3406. RH.Part5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3407. RH.Part5.Color = Color3.new(0.356863, 0.364706, 0.411765)
  3408. RH.Part5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3409. RH.Part5.Material = Enum.Material.Metal
  3410. RH.Part5.Size = Vector3.new(0.733107328, 0.328257084, 0.382966608)
  3411. RH.Part5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3412. RH.Part5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3413. RH.Part5.CFrame = CFrame.new(1.60248303, 3.95976996, -1.00915694, -0.477004886, -0.809325874, -0.342721462, 0.877065778, -0.413143963, -0.245087057, 0.0567619838, -0.417496949, 0.906903803)
  3414. RH.Part5.Rotation = Vector3.new(15.1227083, -20.0427666, 120.514481)
  3415. RH.Part5.BrickColor = BrickColor.new("Smoky grey")
  3416. RH.Part5.Position = Vector3.new(1.60248303, 3.95976996, -1.00915694)
  3417. RH.Part5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3418. RH.Part5.Parent = RH.Part1
  3419.  
  3420. RH.Part6 = Instance.new("Part")
  3421. RH.Part6.Anchored = true
  3422. RH.Part6.CanCollide = false
  3423. RH.Part6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3424. RH.Part6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3425. RH.Part6.Color = Color3.new(0.972549, 0.972549, 0.972549)
  3426. RH.Part6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3427. RH.Part6.Material = Enum.Material.Metal
  3428. RH.Part6.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3429. RH.Part6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3430. RH.Part6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3431. RH.Part6.CFrame = CFrame.new(1.94915295, 3.29344106, -1.08836496, -0.80938834, 0.476932734, -0.342674494, -0.413096219, -0.877104819, -0.245027781, -0.417423218, -0.056765072, 0.90693748)
  3432. RH.Part6.Rotation = Vector3.new(15.1186819, -20.0399036, -149.491241)
  3433. RH.Part6.BrickColor = BrickColor.new("Institutional white")
  3434. RH.Part6.Position = Vector3.new(1.94915295, 3.29344106, -1.08836496)
  3435. RH.Part6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3436. RH.Part6.Parent = RH.Part1
  3437.  
  3438. RH.BlockMesh1 = Instance.new("BlockMesh")
  3439. RH.BlockMesh1.Scale = Vector3.new(1.03948057, 5.55301619, 1.09419012)
  3440. RH.BlockMesh1.Parent = RH.Part6
  3441.  
  3442. RH.WedgePart8 = Instance.new("WedgePart")
  3443. RH.WedgePart8.CFrame = CFrame.new(2.24330306, 3.0543139, -1.04182601, -0.34298408, 0.809352517, -0.476770937, -0.24496606, 0.412928313, 0.8772012, 0.906837225, 0.417658716, 0.0566360466)
  3444. RH.WedgePart8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3445. RH.WedgePart8.CanCollide = false
  3446. RH.WedgePart8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3447. RH.WedgePart8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3448. RH.WedgePart8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3449. RH.WedgePart8.Color = Color3.new(0.972549, 0.972549, 0.972549)
  3450. RH.WedgePart8.Material = Enum.Material.Metal
  3451. RH.WedgePart8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3452. RH.WedgePart8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3453. RH.WedgePart8.Anchored = true
  3454. RH.WedgePart8.Rotation = Vector3.new(-86.3058548, -28.47472, -112.966064)
  3455. RH.WedgePart8.BrickColor = BrickColor.new("Institutional white")
  3456. RH.WedgePart8.Position = Vector3.new(2.24330306, 3.0543139, -1.04182601)
  3457. RH.WedgePart8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3458. RH.WedgePart8.Parent = RH.Part1
  3459.  
  3460. RH.SpecialMesh4 = Instance.new("SpecialMesh")
  3461. RH.SpecialMesh4.Scale = Vector3.new(1.09419012, 0.54709518, 1.91483307)
  3462. RH.SpecialMesh4.MeshType = Enum.MeshType.Wedge
  3463. RH.SpecialMesh4.Parent = RH.WedgePart8
  3464.  
  3465. RH.WedgePart9 = Instance.new("WedgePart")
  3466. RH.WedgePart9.CFrame = CFrame.new(1.87679899, 1.77922297, -1.54301798, -0.343008965, 0.939296722, -0.00816165563, -0.244946972, -0.0810539275, 0.966142476, 0.906832874, 0.333394736, 0.257880092)
  3467. RH.WedgePart9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3468. RH.WedgePart9.CanCollide = false
  3469. RH.WedgePart9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3470. RH.WedgePart9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3471. RH.WedgePart9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3472. RH.WedgePart9.Color = Color3.new(0.937255, 0.721569, 0.219608)
  3473. RH.WedgePart9.Material = Enum.Material.Neon
  3474. RH.WedgePart9.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3475. RH.WedgePart9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3476. RH.WedgePart9.Anchored = true
  3477. RH.WedgePart9.Rotation = Vector3.new(-75.0551834, -0.467633605, -110.060997)
  3478. RH.WedgePart9.BrickColor = BrickColor.new("Gold")
  3479. RH.WedgePart9.Position = Vector3.new(1.87679899, 1.77922297, -1.54301798)
  3480. RH.WedgePart9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3481. RH.WedgePart9.Parent = RH.Part1
  3482.  
  3483. RH.SpecialMesh5 = Instance.new("SpecialMesh")
  3484. RH.SpecialMesh5.Scale = Vector3.new(0.27354756, 1.0941906, 3.28257084)
  3485. RH.SpecialMesh5.MeshType = Enum.MeshType.Wedge
  3486. RH.SpecialMesh5.Parent = RH.WedgePart9
  3487.  
  3488. RH.WedgePart10 = Instance.new("WedgePart")
  3489. RH.WedgePart10.CFrame = CFrame.new(1.54274094, 1.80790794, -1.66151798, -0.34273988, 0.00857310928, 0.939391315, -0.245020911, -0.966163456, -0.0805792063, 0.906914711, -0.257788181, 0.33324331)
  3490. RH.WedgePart10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3491. RH.WedgePart10.CanCollide = false
  3492. RH.WedgePart10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3493. RH.WedgePart10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3494. RH.WedgePart10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3495. RH.WedgePart10.Color = Color3.new(0.937255, 0.721569, 0.219608)
  3496. RH.WedgePart10.Material = Enum.Material.Neon
  3497. RH.WedgePart10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3498. RH.WedgePart10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3499. RH.WedgePart10.Anchored = true
  3500. RH.WedgePart10.Rotation = Vector3.new(13.5933676, 69.949585, -178.567123)
  3501. RH.WedgePart10.BrickColor = BrickColor.new("Gold")
  3502. RH.WedgePart10.Position = Vector3.new(1.54274094, 1.80790794, -1.66151798)
  3503. RH.WedgePart10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3504. RH.WedgePart10.Parent = RH.Part1
  3505.  
  3506. RH.SpecialMesh6 = Instance.new("SpecialMesh")
  3507. RH.SpecialMesh6.Scale = Vector3.new(0.27354756, 3.28257132, 2.46192789)
  3508. RH.SpecialMesh6.MeshType = Enum.MeshType.Wedge
  3509. RH.SpecialMesh6.Parent = RH.WedgePart10
  3510.  
  3511. RH.Part7 = Instance.new("Part")
  3512. RH.Part7.Anchored = true
  3513. RH.Part7.CanCollide = false
  3514. RH.Part7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3515. RH.Part7.Name = "Handle"
  3516. RH.Part7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3517. RH.Part7.Transparency = 1
  3518. RH.Part7.Color = Color3.new(0.905882, 0.905882, 0.92549)
  3519. RH.Part7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3520. RH.Part7.Material = Enum.Material.Metal
  3521. RH.Part7.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918)
  3522. RH.Part7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3523. RH.Part7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3524. RH.Part7.CFrame = CFrame.new(1.87605703, 4.53825188, -0.780139983, 0.342772961, 0.234851137, 0.909588814, 0.245047972, 0.91237241, -0.327914715, -0.906894863, 0.335293114, 0.255186796)
  3525. RH.Part7.Rotation = Vector3.new(52.1095581, 65.4485855, -34.4170189)
  3526. RH.Part7.BrickColor = BrickColor.new("Pearl")
  3527. RH.Part7.Position = Vector3.new(1.87605703, 4.53825188, -0.780139983)
  3528. RH.Part7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3529. RH.Part7.Parent = RH.Part1
  3530.  
  3531. RH.Part8 = Instance.new("Part")
  3532. RH.Part8.Anchored = true
  3533. RH.Part8.CanCollide = false
  3534. RH.Part8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3535. RH.Part8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3536. RH.Part8.Color = Color3.new(0.937255, 0.721569, 0.219608)
  3537. RH.Part8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3538. RH.Part8.Material = Enum.Material.Neon
  3539. RH.Part8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3540. RH.Part8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3541. RH.Part8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3542. RH.Part8.CFrame = CFrame.new(1.63267303, 3.25266504, -1.23709297, 0.00849599857, 0.939406872, -0.342699081, -0.966160774, -0.0806428418, -0.245010659, -0.257800937, 0.333184004, 0.906932771)
  3543. RH.Part8.Rotation = Vector3.new(15.1177483, -20.0414028, -89.4818344)
  3544. RH.Part8.BrickColor = BrickColor.new("Gold")
  3545. RH.Part8.Position = Vector3.new(1.63267303, 3.25266504, -1.23709297)
  3546. RH.Part8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3547. RH.Part8.Parent = RH.Part1
  3548.  
  3549. RH.BlockMesh2 = Instance.new("BlockMesh")
  3550. RH.BlockMesh2.Scale = Vector3.new(11.7625437, 3.5561192, 0.27354756)
  3551. RH.BlockMesh2.Parent = RH.Part8
  3552.  
  3553. RH.Part9 = Instance.new("Part")
  3554. RH.Part9.Anchored = true
  3555. RH.Part9.CanCollide = false
  3556. RH.Part9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3557. RH.Part9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3558. RH.Part9.Color = Color3.new(0.356863, 0.364706, 0.411765)
  3559. RH.Part9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3560. RH.Part9.Material = Enum.Material.Metal
  3561. RH.Part9.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3562. RH.Part9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3563. RH.Part9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3564. RH.Part9.CFrame = CFrame.new(2.2046659, 2.89280105, -1.10006905, 0.342789888, 0.23484011, 0.909585238, 0.245009914, 0.912388325, -0.327899188, -0.906898677, 0.335257947, 0.25521934)
  3565. RH.Part9.Rotation = Vector3.new(52.104702, 65.4480972, -34.4144478)
  3566. RH.Part9.BrickColor = BrickColor.new("Smoky grey")
  3567. RH.Part9.Position = Vector3.new(2.2046659, 2.89280105, -1.10006905)
  3568. RH.Part9.Shape = Enum.PartType.Cylinder
  3569. RH.Part9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3570. RH.Part9.Parent = RH.Part1
  3571.  
  3572. RH.SpecialMesh7 = Instance.new("SpecialMesh")
  3573. RH.SpecialMesh7.Scale = Vector3.new(1.12154508, 1.64128566, 0.54709506)
  3574. RH.SpecialMesh7.MeshType = Enum.MeshType.Cylinder
  3575. RH.SpecialMesh7.Parent = RH.Part9
  3576.  
  3577. RH.Part10 = Instance.new("Part")
  3578. RH.Part10.Anchored = true
  3579. RH.Part10.CanCollide = false
  3580. RH.Part10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3581. RH.Part10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3582. RH.Part10.Color = Color3.new(0.972549, 0.972549, 0.972549)
  3583. RH.Part10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3584. RH.Part10.Material = Enum.Material.Metal
  3585. RH.Part10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3586. RH.Part10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3587. RH.Part10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3588. RH.Part10.CFrame = CFrame.new(2.05426288, 3.19384503, -1.07556498, -0.80938834, 0.476932734, -0.342674494, -0.413096219, -0.877104819, -0.245027781, -0.417423218, -0.056765072, 0.90693748)
  3589. RH.Part10.Rotation = Vector3.new(15.1186819, -20.0399036, -149.491241)
  3590. RH.Part10.BrickColor = BrickColor.new("Institutional white")
  3591. RH.Part10.Position = Vector3.new(2.05426288, 3.19384503, -1.07556498)
  3592. RH.Part10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3593. RH.Part10.Parent = RH.Part1
  3594.  
  3595. RH.BlockMesh3 = Instance.new("BlockMesh")
  3596. RH.BlockMesh3.Scale = Vector3.new(0.54709512, 6.92075348, 1.09419012)
  3597. RH.BlockMesh3.Parent = RH.Part10
  3598.  
  3599. RH.WedgePart11 = Instance.new("WedgePart")
  3600. RH.WedgePart11.CFrame = CFrame.new(2.43680811, 3.61774206, -0.816437006, 0.342922091, -0.670186162, 0.658221126, 0.244797066, 0.740255177, 0.626176298, -0.906906247, -0.053599067, 0.417909503)
  3601. RH.WedgePart11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3602. RH.WedgePart11.CanCollide = false
  3603. RH.WedgePart11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3604. RH.WedgePart11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3605. RH.WedgePart11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3606. RH.WedgePart11.Color = Color3.new(0.972549, 0.972549, 0.972549)
  3607. RH.WedgePart11.Material = Enum.Material.Metal
  3608. RH.WedgePart11.Size = Vector3.new(0.218838066, 0.437676162, 0.328257114)
  3609. RH.WedgePart11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3610. RH.WedgePart11.Anchored = true
  3611. RH.WedgePart11.Rotation = Vector3.new(-56.2808876, 41.1643486, 62.9020004)
  3612. RH.WedgePart11.BrickColor = BrickColor.new("Institutional white")
  3613. RH.WedgePart11.Position = Vector3.new(2.43680811, 3.61774206, -0.816437006)
  3614. RH.WedgePart11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3615. RH.WedgePart11.Parent = RH.Part1
  3616.  
  3617. RH.Part11 = Instance.new("Part")
  3618. RH.Part11.Anchored = true
  3619. RH.Part11.CanCollide = false
  3620. RH.Part11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3621. RH.Part11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3622. RH.Part11.Color = Color3.new(0.972549, 0.972549, 0.972549)
  3623. RH.Part11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3624. RH.Part11.Material = Enum.Material.Metal
  3625. RH.Part11.Size = Vector3.new(0.656514168, 0.54709518, 0.218838036)
  3626. RH.Part11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3627. RH.Part11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3628. RH.Part11.CFrame = CFrame.new(1.82586896, 4.47929907, -0.814489007, -0.939430356, 0.00853560586, -0.342633724, 0.0805920288, -0.966158688, -0.245035261, -0.333130121, -0.257807076, 0.906950891)
  3629. RH.Part11.Rotation = Vector3.new(15.1189089, -20.0374165, -179.479431)
  3630. RH.Part11.BrickColor = BrickColor.new("Institutional white")
  3631. RH.Part11.Position = Vector3.new(1.82586896, 4.47929907, -0.814489007)
  3632. RH.Part11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3633. RH.Part11.Parent = RH.Part1
  3634.  
  3635. RH.WedgePart12 = Instance.new("WedgePart")
  3636. RH.WedgePart12.CFrame = CFrame.new(2.93189096, 3.07104492, -0.777073026, -0.343008995, 0.670068443, 0.658295631, -0.244931996, -0.740370214, 0.62598747, 0.906836987, 0.053481672, 0.418074816)
  3637. RH.WedgePart12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3638. RH.WedgePart12.CanCollide = false
  3639. RH.WedgePart12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3640. RH.WedgePart12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3641. RH.WedgePart12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3642. RH.WedgePart12.Color = Color3.new(0.972549, 0.972549, 0.972549)
  3643. RH.WedgePart12.Material = Enum.Material.Metal
  3644. RH.WedgePart12.Size = Vector3.new(0.218838066, 1.03948092, 0.328257114)
  3645. RH.WedgePart12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3646. RH.WedgePart12.Anchored = true
  3647. RH.WedgePart12.Rotation = Vector3.new(-56.2624435, 41.1700172, -117.107979)
  3648. RH.WedgePart12.BrickColor = BrickColor.new("Institutional white")
  3649. RH.WedgePart12.Position = Vector3.new(2.93189096, 3.07104492, -0.777073026)
  3650. RH.WedgePart12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3651. RH.WedgePart12.Parent = RH.Part1
  3652.  
  3653. RH.WedgePart13 = Instance.new("WedgePart")
  3654. RH.WedgePart13.CFrame = CFrame.new(4.20957899, 0.636285007, -0.970288992, 0.342626005, 0.476997912, -0.809370399, 0.245057002, -0.877068222, -0.413156688, -0.90694797, -0.0567836501, -0.417398006)
  3655. RH.WedgePart13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3656. RH.WedgePart13.CanCollide = false
  3657. RH.WedgePart13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3658. RH.WedgePart13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3659. RH.WedgePart13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3660. RH.WedgePart13.Color = Color3.new(0.937255, 0.721569, 0.219608)
  3661. RH.WedgePart13.Material = Enum.Material.Neon
  3662. RH.WedgePart13.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3663. RH.WedgePart13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3664. RH.WedgePart13.Anchored = true
  3665. RH.WedgePart13.Rotation = Vector3.new(135.292587, -54.034462, -54.3104401)
  3666. RH.WedgePart13.BrickColor = BrickColor.new("Gold")
  3667. RH.WedgePart13.Position = Vector3.new(4.20957899, 0.636285007, -0.970288992)
  3668. RH.WedgePart13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3669. RH.WedgePart13.Parent = RH.Part1
  3670.  
  3671. RH.SpecialMesh8 = Instance.new("SpecialMesh")
  3672. RH.SpecialMesh8.Scale = Vector3.new(0.27354756, 3.28257132, 1.91483271)
  3673. RH.SpecialMesh8.MeshType = Enum.MeshType.Wedge
  3674. RH.SpecialMesh8.Parent = RH.WedgePart13
  3675.  
  3676. RH.WedgePart14 = Instance.new("WedgePart")
  3677. RH.WedgePart14.CFrame = CFrame.new(2.93838906, 3.56722593, -0.64052999, -0.342827976, -0.670160115, -0.658296645, -0.245151967, 0.74030602, -0.625977278, 0.906845868, -0.0532198101, -0.418088734)
  3678. RH.WedgePart14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3679. RH.WedgePart14.CanCollide = false
  3680. RH.WedgePart14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3681. RH.WedgePart14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3682. RH.WedgePart14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3683. RH.WedgePart14.Color = Color3.new(0.972549, 0.972549, 0.972549)
  3684. RH.WedgePart14.Material = Enum.Material.Metal
  3685. RH.WedgePart14.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3686. RH.WedgePart14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3687. RH.WedgePart14.Anchored = true
  3688. RH.WedgePart14.Rotation = Vector3.new(123.738861, -41.1700974, 117.092529)
  3689. RH.WedgePart14.BrickColor = BrickColor.new("Institutional white")
  3690. RH.WedgePart14.Position = Vector3.new(2.93838906, 3.56722593, -0.64052999)
  3691. RH.WedgePart14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3692. RH.WedgePart14.Parent = RH.Part1
  3693.  
  3694. RH.SpecialMesh9 = Instance.new("SpecialMesh")
  3695. RH.SpecialMesh9.Scale = Vector3.new(1.09419036, 0.547095418, 0.547095299)
  3696. RH.SpecialMesh9.MeshType = Enum.MeshType.Wedge
  3697. RH.SpecialMesh9.Parent = RH.WedgePart14
  3698.  
  3699. RH.Part12 = Instance.new("Part")
  3700. RH.Part12.Anchored = true
  3701. RH.Part12.CanCollide = false
  3702. RH.Part12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3703. RH.Part12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3704. RH.Part12.Color = Color3.new(0.356863, 0.364706, 0.411765)
  3705. RH.Part12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3706. RH.Part12.Material = Enum.Material.Metal
  3707. RH.Part12.Size = Vector3.new(0.54709506, 0.27354753, 0.218838036)
  3708. RH.Part12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3709. RH.Part12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3710. RH.Part12.CFrame = CFrame.new(1.90876997, 3.98794103, -0.85561198, -0.817824602, -0.462354302, -0.342624187, 0.552905738, -0.796390831, -0.245064989, -0.159555927, -0.389859051, 0.906946421)
  3711. RH.Part12.Rotation = Vector3.new(15.1207314, -20.0368347, 150.518509)
  3712. RH.Part12.BrickColor = BrickColor.new("Smoky grey")
  3713. RH.Part12.Position = Vector3.new(1.90876997, 3.98794103, -0.85561198)
  3714. RH.Part12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3715. RH.Part12.Parent = RH.Part1
  3716.  
  3717. RH.WedgePart15 = Instance.new("WedgePart")
  3718. RH.WedgePart15.CFrame = CFrame.new(2.67402196, 3.89616799, -0.651548028, 0.342790961, 0.67035979, -0.658112645, 0.245077968, -0.740113974, -0.626233339, -0.906879902, 0.0533782504, -0.417994767)
  3719. RH.WedgePart15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3720. RH.WedgePart15.CanCollide = false
  3721. RH.WedgePart15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3722. RH.WedgePart15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3723. RH.WedgePart15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3724. RH.WedgePart15.Color = Color3.new(0.972549, 0.972549, 0.972549)
  3725. RH.WedgePart15.Material = Enum.Material.Metal
  3726. RH.WedgePart15.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3727. RH.WedgePart15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3728. RH.WedgePart15.Anchored = true
  3729. RH.WedgePart15.Rotation = Vector3.new(123.722099, -41.1560898, -62.9169044)
  3730. RH.WedgePart15.BrickColor = BrickColor.new("Institutional white")
  3731. RH.WedgePart15.Position = Vector3.new(2.67402196, 3.89616799, -0.651548028)
  3732. RH.WedgePart15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3733. RH.WedgePart15.Parent = RH.Part1
  3734.  
  3735. RH.SpecialMesh10 = Instance.new("SpecialMesh")
  3736. RH.SpecialMesh10.Scale = Vector3.new(1.09419036, 0.547095418, 0.820642948)
  3737. RH.SpecialMesh10.MeshType = Enum.MeshType.Wedge
  3738. RH.SpecialMesh10.Parent = RH.WedgePart15
  3739.  
  3740. RH.WedgePart16 = Instance.new("WedgePart")
  3741. RH.WedgePart16.CFrame = CFrame.new(3.85536909, 0.455424994, -1.15303004, -0.343044996, 0.476889998, 0.809256494, -0.244911, -0.877145708, 0.413078606, 0.906829, -0.0564912632, 0.417696029)
  3742. RH.WedgePart16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3743. RH.WedgePart16.CanCollide = false
  3744. RH.WedgePart16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3745. RH.WedgePart16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3746. RH.WedgePart16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3747. RH.WedgePart16.Color = Color3.new(0.937255, 0.721569, 0.219608)
  3748. RH.WedgePart16.Material = Enum.Material.Neon
  3749. RH.WedgePart16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3750. RH.WedgePart16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3751. RH.WedgePart16.Anchored = true
  3752. RH.WedgePart16.Rotation = Vector3.new(-44.6815529, 54.0233536, -125.728897)
  3753. RH.WedgePart16.BrickColor = BrickColor.new("Gold")
  3754. RH.WedgePart16.Position = Vector3.new(3.85536909, 0.455424994, -1.15303004)
  3755. RH.WedgePart16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3756. RH.WedgePart16.Parent = RH.Part1
  3757.  
  3758. RH.SpecialMesh11 = Instance.new("SpecialMesh")
  3759. RH.SpecialMesh11.Scale = Vector3.new(0.27354756, 3.28257132, 2.46192789)
  3760. RH.SpecialMesh11.MeshType = Enum.MeshType.Wedge
  3761. RH.SpecialMesh11.Parent = RH.WedgePart16
  3762.  
  3763. RH.WedgePart17 = Instance.new("WedgePart")
  3764. RH.WedgePart17.CFrame = CFrame.new(2.45760989, 3.55988693, -0.763863027, -0.342781007, 0.658268273, -0.67021209, -0.245003, 0.626101255, 0.740250587, 0.906903982, 0.417947799, -0.0533379242)
  3765. RH.WedgePart17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3766. RH.WedgePart17.CanCollide = false
  3767. RH.WedgePart17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3768. RH.WedgePart17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3769. RH.WedgePart17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3770. RH.WedgePart17.Color = Color3.new(0.356863, 0.364706, 0.411765)
  3771. RH.WedgePart17.Material = Enum.Material.Metal
  3772. RH.WedgePart17.Size = Vector3.new(0.218838066, 0.382966638, 0.328257084)
  3773. RH.WedgePart17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3774. RH.WedgePart17.Anchored = true
  3775. RH.WedgePart17.Rotation = Vector3.new(-94.1212616, -42.0834351, -117.507408)
  3776. RH.WedgePart17.BrickColor = BrickColor.new("Smoky grey")
  3777. RH.WedgePart17.Position = Vector3.new(2.45760989, 3.55988693, -0.763863027)
  3778. RH.WedgePart17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3779. RH.WedgePart17.Parent = RH.Part1
  3780.  
  3781. RH.WedgePart18 = Instance.new("WedgePart")
  3782. RH.WedgePart18.CFrame = CFrame.new(3.64583492, 2.8230269, -0.574289024, 0.342790961, 0.67035979, -0.658112645, 0.245077968, -0.740113974, -0.626233339, -0.906879902, 0.0533782504, -0.417994767)
  3783. RH.WedgePart18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3784. RH.WedgePart18.CanCollide = false
  3785. RH.WedgePart18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3786. RH.WedgePart18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3787. RH.WedgePart18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3788. RH.WedgePart18.Color = Color3.new(0.972549, 0.972549, 0.972549)
  3789. RH.WedgePart18.Material = Enum.Material.Metal
  3790. RH.WedgePart18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3791. RH.WedgePart18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3792. RH.WedgePart18.Anchored = true
  3793. RH.WedgePart18.Rotation = Vector3.new(123.722099, -41.1560898, -62.9169044)
  3794. RH.WedgePart18.BrickColor = BrickColor.new("Institutional white")
  3795. RH.WedgePart18.Position = Vector3.new(3.64583492, 2.8230269, -0.574289024)
  3796. RH.WedgePart18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3797. RH.WedgePart18.Parent = RH.Part1
  3798.  
  3799. RH.SpecialMesh12 = Instance.new("SpecialMesh")
  3800. RH.SpecialMesh12.Scale = Vector3.new(1.09419036, 1.36773837, 0.273547888)
  3801. RH.SpecialMesh12.MeshType = Enum.MeshType.Wedge
  3802. RH.SpecialMesh12.Parent = RH.WedgePart18
  3803.  
  3804. RH.WedgePart19 = Instance.new("WedgePart")
  3805. RH.WedgePart19.CFrame = CFrame.new(3.55850005, 2.73994899, -0.629742026, -0.343008995, 0.670068443, 0.658295631, -0.244931996, -0.740370214, 0.62598747, 0.906836987, 0.053481672, 0.418074816)
  3806. RH.WedgePart19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3807. RH.WedgePart19.CanCollide = false
  3808. RH.WedgePart19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3809. RH.WedgePart19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3810. RH.WedgePart19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3811. RH.WedgePart19.Color = Color3.new(0.972549, 0.972549, 0.972549)
  3812. RH.WedgePart19.Material = Enum.Material.Metal
  3813. RH.WedgePart19.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3814. RH.WedgePart19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3815. RH.WedgePart19.Anchored = true
  3816. RH.WedgePart19.Rotation = Vector3.new(-56.2624435, 41.1700172, -117.107979)
  3817. RH.WedgePart19.BrickColor = BrickColor.new("Institutional white")
  3818. RH.WedgePart19.Position = Vector3.new(3.55850005, 2.73994899, -0.629742026)
  3819. RH.WedgePart19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3820. RH.WedgePart19.Parent = RH.Part1
  3821.  
  3822. RH.SpecialMesh13 = Instance.new("SpecialMesh")
  3823. RH.SpecialMesh13.Scale = Vector3.new(1.09419036, 1.36773837, 1.05315828)
  3824. RH.SpecialMesh13.MeshType = Enum.MeshType.Wedge
  3825. RH.SpecialMesh13.Parent = RH.WedgePart19
  3826.  
  3827. RH.Part13 = Instance.new("Part")
  3828. RH.Part13.Anchored = true
  3829. RH.Part13.CanCollide = false
  3830. RH.Part13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3831. RH.Part13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3832. RH.Part13.Color = Color3.new(0.972549, 0.972549, 0.972549)
  3833. RH.Part13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3834. RH.Part13.Material = Enum.Material.Metal
  3835. RH.Part13.Size = Vector3.new(0.317315161, 0.672927082, 0.218838036)
  3836. RH.Part13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3837. RH.Part13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3838. RH.Part13.CFrame = CFrame.new(2.36140704, 4.13774586, -0.704402983, -0.658387423, 0.670146763, -0.342679739, -0.626040339, -0.740315855, -0.244961232, -0.417851239, 0.0532519445, 0.906953514)
  3839. RH.Part13.Rotation = Vector3.new(15.1145086, -20.0402222, -134.492874)
  3840. RH.Part13.BrickColor = BrickColor.new("Institutional white")
  3841. RH.Part13.Position = Vector3.new(2.36140704, 4.13774586, -0.704402983)
  3842. RH.Part13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3843. RH.Part13.Parent = RH.Part1
  3844.  
  3845. RH.Part14 = Instance.new("Part")
  3846. RH.Part14.Anchored = true
  3847. RH.Part14.CanCollide = false
  3848. RH.Part14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3849. RH.Part14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3850. RH.Part14.Color = Color3.new(0.937255, 0.721569, 0.219608)
  3851. RH.Part14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3852. RH.Part14.Material = Enum.Material.Neon
  3853. RH.Part14.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3854. RH.Part14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3855. RH.Part14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3856. RH.Part14.CFrame = CFrame.new(3.05760908, 2.28589606, -0.95984602, 0.477023989, 0.80930531, -0.342743576, -0.877065003, 0.413223743, -0.244955495, -0.0566140004, 0.417458028, 0.906930923)
  3857. RH.Part14.Rotation = Vector3.new(15.1145296, -20.0441151, -59.4838791)
  3858. RH.Part14.BrickColor = BrickColor.new("Gold")
  3859. RH.Part14.Position = Vector3.new(3.05760908, 2.28589606, -0.95984602)
  3860. RH.Part14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3861. RH.Part14.Parent = RH.Part1
  3862.  
  3863. RH.BlockMesh4 = Instance.new("BlockMesh")
  3864. RH.BlockMesh4.Scale = Vector3.new(16.6863995, 4.37676144, 0.27354756)
  3865. RH.BlockMesh4.Parent = RH.Part14
  3866.  
  3867. RH.Part15 = Instance.new("Part")
  3868. RH.Part15.Anchored = true
  3869. RH.Part15.CanCollide = false
  3870. RH.Part15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3871. RH.Part15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3872. RH.Part15.Color = Color3.new(0.972549, 0.972549, 0.972549)
  3873. RH.Part15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3874. RH.Part15.Material = Enum.Material.Metal
  3875. RH.Part15.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3876. RH.Part15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3877. RH.Part15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3878. RH.Part15.CFrame = CFrame.new(2.76578307, 3.58016706, -0.702266991, -0.658387423, 0.670146763, -0.342679739, -0.626040339, -0.740315855, -0.244961232, -0.417851239, 0.0532519445, 0.906953514)
  3879. RH.Part15.Rotation = Vector3.new(15.1145086, -20.0402222, -134.492874)
  3880. RH.Part15.BrickColor = BrickColor.new("Institutional white")
  3881. RH.Part15.Position = Vector3.new(2.76578307, 3.58016706, -0.702266991)
  3882. RH.Part15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3883. RH.Part15.Parent = RH.Part1
  3884.  
  3885. RH.BlockMesh5 = Instance.new("BlockMesh")
  3886. RH.BlockMesh5.Scale = Vector3.new(0.765933037, 3.63818264, 1.09419012)
  3887. RH.BlockMesh5.Parent = RH.Part15
  3888.  
  3889. RH.Part16 = Instance.new("Part")
  3890. RH.Part16.Anchored = true
  3891. RH.Part16.CanCollide = false
  3892. RH.Part16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3893. RH.Part16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3894. RH.Part16.Color = Color3.new(0.972549, 0.972549, 0.972549)
  3895. RH.Part16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3896. RH.Part16.Material = Enum.Material.Metal
  3897. RH.Part16.Size = Vector3.new(0.328257054, 0.656514287, 0.218838036)
  3898. RH.Part16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3899. RH.Part16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3900. RH.Part16.CFrame = CFrame.new(1.91791701, 4.51808691, -0.769222021, -0.462456942, 0.817741513, -0.342684269, -0.796331882, -0.553019464, -0.245000273, -0.389857948, 0.159588367, 0.906941235)
  3901. RH.Part16.Rotation = Vector3.new(15.1170015, -20.0404987, -119.489433)
  3902. RH.Part16.BrickColor = BrickColor.new("Institutional white")
  3903. RH.Part16.Position = Vector3.new(1.91791701, 4.51808691, -0.769222021)
  3904. RH.Part16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3905. RH.Part16.Parent = RH.Part1
  3906.  
  3907. RH.Part17 = Instance.new("Part")
  3908. RH.Part17.Anchored = true
  3909. RH.Part17.CanCollide = false
  3910. RH.Part17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3911. RH.Part17.Name = "Handle"
  3912. RH.Part17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3913. RH.Part17.Transparency = 1
  3914. RH.Part17.Color = Color3.new(0.905882, 0.905882, 0.92549)
  3915. RH.Part17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3916. RH.Part17.Material = Enum.Material.Metal
  3917. RH.Part17.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918)
  3918. RH.Part17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3919. RH.Part17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3920. RH.Part17.CFrame = CFrame.new(1.87605703, 4.53825188, -0.780139983, 0.342772961, 0.234851137, 0.909588814, 0.245047972, 0.91237241, -0.327914715, -0.906894863, 0.335293114, 0.255186796)
  3921. RH.Part17.Rotation = Vector3.new(52.1095581, 65.4485855, -34.4170189)
  3922. RH.Part17.BrickColor = BrickColor.new("Pearl")
  3923. RH.Part17.Position = Vector3.new(1.87605703, 4.53825188, -0.780139983)
  3924. RH.Part17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3925. RH.Part17.Parent = RH.Part1
  3926.  
  3927. RH.Part18 = Instance.new("Part")
  3928. RH.Part18.Anchored = true
  3929. RH.Part18.CanCollide = false
  3930. RH.Part18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3931. RH.Part18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3932. RH.Part18.Color = Color3.new(0.356863, 0.364706, 0.411765)
  3933. RH.Part18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3934. RH.Part18.Material = Enum.Material.Metal
  3935. RH.Part18.Size = Vector3.new(0.382966489, 0.656514168, 0.218838036)
  3936. RH.Part18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3937. RH.Part18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3938. RH.Part18.CFrame = CFrame.new(2.12755489, 3.92435694, -0.790102005, -0.658387423, 0.670146763, -0.342679739, -0.626040339, -0.740315855, -0.244961232, -0.417851239, 0.0532519445, 0.906953514)
  3939. RH.Part18.Rotation = Vector3.new(15.1145086, -20.0402222, -134.492874)
  3940. RH.Part18.BrickColor = BrickColor.new("Smoky grey")
  3941. RH.Part18.Position = Vector3.new(2.12755489, 3.92435694, -0.790102005)
  3942. RH.Part18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3943. RH.Part18.Parent = RH.Part1
  3944.  
  3945. RH.Part19 = Instance.new("Part")
  3946. RH.Part19.Anchored = true
  3947. RH.Part19.CanCollide = false
  3948. RH.Part19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3949. RH.Part19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3950. RH.Part19.Color = Color3.new(0.972549, 0.972549, 0.972549)
  3951. RH.Part19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3952. RH.Part19.Material = Enum.Material.Metal
  3953. RH.Part19.Size = Vector3.new(0.262605667, 0.837055624, 0.218838036)
  3954. RH.Part19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3955. RH.Part19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3956. RH.Part19.CFrame = CFrame.new(3.20518994, 3.16897702, -0.647321999, -0.658387423, 0.670146763, -0.342679739, -0.626040339, -0.740315855, -0.244961232, -0.417851239, 0.0532519445, 0.906953514)
  3957. RH.Part19.Rotation = Vector3.new(15.1145086, -20.0402222, -134.492874)
  3958. RH.Part19.BrickColor = BrickColor.new("Institutional white")
  3959. RH.Part19.Position = Vector3.new(3.20518994, 3.16897702, -0.647321999)
  3960. RH.Part19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3961. RH.Part19.Parent = RH.Part1
  3962.  
  3963. RH.Part20 = Instance.new("Part")
  3964. RH.Part20.Anchored = true
  3965. RH.Part20.CanCollide = false
  3966. RH.Part20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3967. RH.Part20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3968. RH.Part20.Color = Color3.new(0.356863, 0.364706, 0.411765)
  3969. RH.Part20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3970. RH.Part20.Material = Enum.Material.Metal
  3971. RH.Part20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3972. RH.Part20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3973. RH.Part20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3974. RH.Part20.CFrame = CFrame.new(2.67010808, 3.4913969, -0.762418985, 0.342789888, 0.23484011, 0.909585238, 0.245009914, 0.912388325, -0.327899188, -0.906898677, 0.335257947, 0.25521934)
  3975. RH.Part20.Rotation = Vector3.new(52.104702, 65.4480972, -34.4144478)
  3976. RH.Part20.BrickColor = BrickColor.new("Smoky grey")
  3977. RH.Part20.Position = Vector3.new(2.67010808, 3.4913969, -0.762418985)
  3978. RH.Part20.Shape = Enum.PartType.Cylinder
  3979. RH.Part20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3980. RH.Part20.Parent = RH.Part1
  3981.  
  3982. RH.SpecialMesh14 = Instance.new("SpecialMesh")
  3983. RH.SpecialMesh14.Scale = Vector3.new(1.12154508, 1.64128566, 0.861674786)
  3984. RH.SpecialMesh14.MeshType = Enum.MeshType.Cylinder
  3985. RH.SpecialMesh14.Parent = RH.Part20
  3986.  
  3987. RH.Part21 = Instance.new("Part")
  3988. RH.Part21.Anchored = true
  3989. RH.Part21.CanCollide = false
  3990. RH.Part21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3991. RH.Part21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3992. RH.Part21.Color = Color3.new(0.356863, 0.364706, 0.411765)
  3993. RH.Part21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3994. RH.Part21.Material = Enum.Material.Metal
  3995. RH.Part21.Size = Vector3.new(0.514269292, 0.328257084, 0.218838036)
  3996. RH.Part21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3997. RH.Part21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3998. RH.Part21.CFrame = CFrame.new(1.79450202, 4.15006781, -0.854983985, -0.939430356, 0.00853560586, -0.342633724, 0.0805920288, -0.966158688, -0.245035261, -0.333130121, -0.257807076, 0.906950891)
  3999. RH.Part21.Rotation = Vector3.new(15.1189089, -20.0374165, -179.479431)
  4000. RH.Part21.BrickColor = BrickColor.new("Smoky grey")
  4001. RH.Part21.Position = Vector3.new(1.79450202, 4.15006781, -0.854983985)
  4002. RH.Part21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4003. RH.Part21.Parent = RH.Part1
  4004.  
  4005. RH.Part22 = Instance.new("Part")
  4006. RH.Part22.Anchored = true
  4007. RH.Part22.CanCollide = false
  4008. RH.Part22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4009. RH.Part22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4010. RH.Part22.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4011. RH.Part22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4012. RH.Part22.Material = Enum.Material.Metal
  4013. RH.Part22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4014. RH.Part22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4015. RH.Part22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4016. RH.Part22.CFrame = CFrame.new(3.48862195, 5.61651516, 0.118183002, 0.00849599857, 0.939406872, -0.342699081, -0.966160774, -0.0806428418, -0.245010659, -0.257800937, 0.333184004, 0.906932771)
  4017. RH.Part22.Rotation = Vector3.new(15.1177483, -20.0414028, -89.4818344)
  4018. RH.Part22.BrickColor = BrickColor.new("Institutional white")
  4019. RH.Part22.Position = Vector3.new(3.48862195, 5.61651516, 0.118183002)
  4020. RH.Part22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4021. RH.Part22.Parent = RH.Part1
  4022.  
  4023. RH.BlockMesh6 = Instance.new("BlockMesh")
  4024. RH.BlockMesh6.Scale = Vector3.new(1.23096395, 4.10321331, 0.82064265)
  4025. RH.BlockMesh6.Parent = RH.Part22
  4026.  
  4027. RH.Part23 = Instance.new("Part")
  4028. RH.Part23.Anchored = true
  4029. RH.Part23.CanCollide = false
  4030. RH.Part23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4031. RH.Part23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4032. RH.Part23.Color = Color3.new(0.356863, 0.364706, 0.411765)
  4033. RH.Part23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4034. RH.Part23.Material = Enum.Material.Metal
  4035. RH.Part23.Size = Vector3.new(0.224309027, 0.328257143, 0.279018462)
  4036. RH.Part23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4037. RH.Part23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4038. RH.Part23.CFrame = CFrame.new(4.33433199, 5.40875196, 0.384674013, 0.342789888, 0.23484011, 0.909585238, 0.245009914, 0.912388325, -0.327899188, -0.906898677, 0.335257947, 0.25521934)
  4039. RH.Part23.Rotation = Vector3.new(52.104702, 65.4480972, -34.4144478)
  4040. RH.Part23.BrickColor = BrickColor.new("Smoky grey")
  4041. RH.Part23.Position = Vector3.new(4.33433199, 5.40875196, 0.384674013)
  4042. RH.Part23.Shape = Enum.PartType.Cylinder
  4043. RH.Part23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4044. RH.Part23.Parent = RH.Part1
  4045.  
  4046. RH.Part24 = Instance.new("Part")
  4047. RH.Part24.Anchored = true
  4048. RH.Part24.CanCollide = false
  4049. RH.Part24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4050. RH.Part24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4051. RH.Part24.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4052. RH.Part24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4053. RH.Part24.Material = Enum.Material.Metal
  4054. RH.Part24.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4055. RH.Part24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4056. RH.Part24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4057. RH.Part24.CFrame = CFrame.new(4.20837879, 5.52832222, 0.366355985, 0.00849599857, 0.939406872, -0.342699081, -0.966160774, -0.0806428418, -0.245010659, -0.257800937, 0.333184004, 0.906932771)
  4058. RH.Part24.Rotation = Vector3.new(15.1177483, -20.0414028, -89.4818344)
  4059. RH.Part24.BrickColor = BrickColor.new("Institutional white")
  4060. RH.Part24.Position = Vector3.new(4.20837879, 5.52832222, 0.366355985)
  4061. RH.Part24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4062. RH.Part24.Parent = RH.Part1
  4063.  
  4064. RH.BlockMesh7 = Instance.new("BlockMesh")
  4065. RH.BlockMesh7.Scale = Vector3.new(0.957416236, 3.55611897, 0.82064265)
  4066. RH.BlockMesh7.Parent = RH.Part24
  4067.  
  4068. RH.Part25 = Instance.new("Part")
  4069. RH.Part25.Anchored = true
  4070. RH.Part25.CanCollide = false
  4071. RH.Part25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4072. RH.Part25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4073. RH.Part25.Color = Color3.new(0.937255, 0.721569, 0.219608)
  4074. RH.Part25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4075. RH.Part25.Material = Enum.Material.Neon
  4076. RH.Part25.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4077. RH.Part25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4078. RH.Part25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4079. RH.Part25.CFrame = CFrame.new(6.13662577, 5.04109287, 0.948318005, 0.939368129, -0.00848016422, -0.342805624, -0.0806970075, 0.966151536, -0.245029032, 0.333280027, 0.257835835, 0.90688765)
  4080. RH.Part25.Rotation = Vector3.new(15.1195478, -20.0478992, 0.517224729)
  4081. RH.Part25.BrickColor = BrickColor.new("Gold")
  4082. RH.Part25.Position = Vector3.new(6.13662577, 5.04109287, 0.948318005)
  4083. RH.Part25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4084. RH.Part25.Parent = RH.Part1
  4085.  
  4086. RH.BlockMesh8 = Instance.new("BlockMesh")
  4087. RH.BlockMesh8.Scale = Vector3.new(32.2786102, 3.82966661, 0.27354756)
  4088. RH.BlockMesh8.Parent = RH.Part25
  4089.  
  4090. RH.WedgePart20 = Instance.new("WedgePart")
  4091. RH.WedgePart20.CFrame = CFrame.new(5.62087584, 5.49949598, 0.892372012, 0.342687905, 0.939410388, 0.0085579725, 0.245018944, -0.0805788934, -0.966163933, -0.906934738, 0.333189636, -0.257786721)
  4092. RH.WedgePart20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4093. RH.WedgePart20.CanCollide = false
  4094. RH.WedgePart20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4095. RH.WedgePart20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4096. RH.WedgePart20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4097. RH.WedgePart20.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4098. RH.WedgePart20.Material = Enum.Material.Metal
  4099. RH.WedgePart20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4100. RH.WedgePart20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4101. RH.WedgePart20.Anchored = true
  4102. RH.WedgePart20.Rotation = Vector3.new(104.939339, 0.490341693, -69.9585114)
  4103. RH.WedgePart20.BrickColor = BrickColor.new("Institutional white")
  4104. RH.WedgePart20.Position = Vector3.new(5.62087584, 5.49949598, 0.892372012)
  4105. RH.WedgePart20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4106. RH.WedgePart20.Parent = RH.Part1
  4107.  
  4108. RH.SpecialMesh15 = Instance.new("SpecialMesh")
  4109. RH.SpecialMesh15.Scale = Vector3.new(0.82064271, 1.09419036, 0.27354756)
  4110. RH.SpecialMesh15.MeshType = Enum.MeshType.Wedge
  4111. RH.SpecialMesh15.Parent = RH.WedgePart20
  4112.  
  4113. RH.Part26 = Instance.new("Part")
  4114. RH.Part26.Anchored = true
  4115. RH.Part26.CanCollide = false
  4116. RH.Part26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4117. RH.Part26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4118. RH.Part26.Color = Color3.new(0.356863, 0.364706, 0.411765)
  4119. RH.Part26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4120. RH.Part26.Material = Enum.Material.Metal
  4121. RH.Part26.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4122. RH.Part26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4123. RH.Part26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4124. RH.Part26.CFrame = CFrame.new(3.72211909, 5.34557915, 0.133217007, 0.00849599857, 0.939406872, -0.342699081, -0.966160774, -0.0806428418, -0.245010659, -0.257800937, 0.333184004, 0.906932771)
  4125. RH.Part26.Rotation = Vector3.new(15.1177483, -20.0414028, -89.4818344)
  4126. RH.Part26.BrickColor = BrickColor.new("Smoky grey")
  4127. RH.Part26.Position = Vector3.new(3.72211909, 5.34557915, 0.133217007)
  4128. RH.Part26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4129. RH.Part26.Parent = RH.Part1
  4130.  
  4131. RH.BlockMesh9 = Instance.new("BlockMesh")
  4132. RH.BlockMesh9.Scale = Vector3.new(1.36773765, 6.56514263, 0.27354759)
  4133. RH.BlockMesh9.Parent = RH.Part26
  4134.  
  4135. RH.Part27 = Instance.new("Part")
  4136. RH.Part27.Anchored = true
  4137. RH.Part27.CanCollide = false
  4138. RH.Part27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4139. RH.Part27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4140. RH.Part27.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4141. RH.Part27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4142. RH.Part27.Material = Enum.Material.Metal
  4143. RH.Part27.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4144. RH.Part27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4145. RH.Part27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4146. RH.Part27.CFrame = CFrame.new(4.87638283, 5.48417807, 0.606860995, 0.00849599857, 0.939406872, -0.342699081, -0.966160774, -0.0806428418, -0.245010659, -0.257800937, 0.333184004, 0.906932771)
  4147. RH.Part27.Rotation = Vector3.new(15.1177483, -20.0414028, -89.4818344)
  4148. RH.Part27.BrickColor = BrickColor.new("Institutional white")
  4149. RH.Part27.Position = Vector3.new(4.87638283, 5.48417807, 0.606860995)
  4150. RH.Part27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4151. RH.Part27.Parent = RH.Part1
  4152.  
  4153. RH.BlockMesh10 = Instance.new("BlockMesh")
  4154. RH.BlockMesh10.Scale = Vector3.new(1.09419012, 3.55611801, 0.82064265)
  4155. RH.BlockMesh10.Parent = RH.Part27
  4156.  
  4157. RH.Part28 = Instance.new("Part")
  4158. RH.Part28.Anchored = true
  4159. RH.Part28.CanCollide = false
  4160. RH.Part28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4161. RH.Part28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4162. RH.Part28.Color = Color3.new(0.356863, 0.364706, 0.411765)
  4163. RH.Part28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4164. RH.Part28.Material = Enum.Material.Metal
  4165. RH.Part28.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4166. RH.Part28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4167. RH.Part28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4168. RH.Part28.CFrame = CFrame.new(3.54878092, 5.31262589, 0.0587919988, 0.251316041, 0.90519166, -0.342736632, -0.954119146, 0.172133341, -0.245003819, -0.162779018, 0.388584971, 0.906920493)
  4169. RH.Part28.Rotation = Vector3.new(15.1175413, -20.0436916, -74.4832993)
  4170. RH.Part28.BrickColor = BrickColor.new("Smoky grey")
  4171. RH.Part28.Position = Vector3.new(3.54878092, 5.31262589, 0.0587919988)
  4172. RH.Part28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4173. RH.Part28.Parent = RH.Part1
  4174.  
  4175. RH.BlockMesh11 = Instance.new("BlockMesh")
  4176. RH.BlockMesh11.Scale = Vector3.new(1.36773765, 4.65030861, 0.27354759)
  4177. RH.BlockMesh11.Parent = RH.Part28
  4178.  
  4179. RH.WedgePart21 = Instance.new("WedgePart")
  4180. RH.WedgePart21.CFrame = CFrame.new(5.46785784, 5.38059378, 0.802406013, -0.343008965, 0.939296722, -0.00816165563, -0.244946972, -0.0810539275, 0.966142476, 0.906832874, 0.333394736, 0.257880092)
  4181. RH.WedgePart21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4182. RH.WedgePart21.CanCollide = false
  4183. RH.WedgePart21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4184. RH.WedgePart21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4185. RH.WedgePart21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4186. RH.WedgePart21.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4187. RH.WedgePart21.Material = Enum.Material.Metal
  4188. RH.WedgePart21.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4189. RH.WedgePart21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4190. RH.WedgePart21.Anchored = true
  4191. RH.WedgePart21.Rotation = Vector3.new(-75.0551834, -0.467633605, -110.060997)
  4192. RH.WedgePart21.BrickColor = BrickColor.new("Institutional white")
  4193. RH.WedgePart21.Position = Vector3.new(5.46785784, 5.38059378, 0.802406013)
  4194. RH.WedgePart21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4195. RH.WedgePart21.Parent = RH.Part1
  4196.  
  4197. RH.SpecialMesh16 = Instance.new("SpecialMesh")
  4198. RH.SpecialMesh16.Scale = Vector3.new(0.82064271, 2.73547649, 1.09419)
  4199. RH.SpecialMesh16.MeshType = Enum.MeshType.Wedge
  4200. RH.SpecialMesh16.Parent = RH.WedgePart21
  4201.  
  4202. RH.Part29 = Instance.new("Part")
  4203. RH.Part29.Anchored = true
  4204. RH.Part29.CanCollide = false
  4205. RH.Part29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4206. RH.Part29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4207. RH.Part29.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4208. RH.Part29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4209. RH.Part29.Material = Enum.Material.Metal
  4210. RH.Part29.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4211. RH.Part29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4212. RH.Part29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4213. RH.Part29.CFrame = CFrame.new(5.363904, 5.52155876, 0.801208019, 0.00849599857, 0.939406872, -0.342699081, -0.966160774, -0.0806428418, -0.245010659, -0.257800937, 0.333184004, 0.906932771)
  4214. RH.Part29.Rotation = Vector3.new(15.1177483, -20.0414028, -89.4818344)
  4215. RH.Part29.BrickColor = BrickColor.new("Institutional white")
  4216. RH.Part29.Position = Vector3.new(5.363904, 5.52155876, 0.801208019)
  4217. RH.Part29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4218. RH.Part29.Parent = RH.Part1
  4219.  
  4220. RH.BlockMesh12 = Instance.new("BlockMesh")
  4221. RH.BlockMesh12.Scale = Vector3.new(0.27354756, 1.64128518, 0.82064265)
  4222. RH.BlockMesh12.Parent = RH.Part29
  4223.  
  4224. RH.Part30 = Instance.new("Part")
  4225. RH.Part30.Anchored = true
  4226. RH.Part30.CanCollide = false
  4227. RH.Part30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4228. RH.Part30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4229. RH.Part30.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4230. RH.Part30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4231. RH.Part30.Material = Enum.Material.Metal
  4232. RH.Part30.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4233. RH.Part30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4234. RH.Part30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4235. RH.Part30.CFrame = CFrame.new(4.6462698, 5.37188482, 0.489562988, 0.00849599857, 0.939406872, -0.342699081, -0.966160774, -0.0806428418, -0.245010659, -0.257800937, 0.333184004, 0.906932771)
  4236. RH.Part30.Rotation = Vector3.new(15.1177483, -20.0414028, -89.4818344)
  4237. RH.Part30.BrickColor = BrickColor.new("Institutional white")
  4238. RH.Part30.Position = Vector3.new(4.6462698, 5.37188482, 0.489562988)
  4239. RH.Part30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4240. RH.Part30.Parent = RH.Part1
  4241.  
  4242. RH.BlockMesh13 = Instance.new("BlockMesh")
  4243. RH.BlockMesh13.Scale = Vector3.new(0.27354756, 6.01804733, 0.82064265)
  4244. RH.BlockMesh13.Parent = RH.Part30
  4245.  
  4246. RH.WedgePart22 = Instance.new("WedgePart")
  4247. RH.WedgePart22.CFrame = CFrame.new(4.46522522, 5.51947498, 0.461028993, -0.342736036, -0.939392388, 0.00860935915, -0.245136023, 0.0805830956, -0.966133952, 0.906885087, -0.333239347, -0.257897615)
  4248. RH.WedgePart22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4249. RH.WedgePart22.CanCollide = false
  4250. RH.WedgePart22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4251. RH.WedgePart22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4252. RH.WedgePart22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4253. RH.WedgePart22.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4254. RH.WedgePart22.Material = Enum.Material.Metal
  4255. RH.WedgePart22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4256. RH.WedgePart22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4257. RH.WedgePart22.Anchored = true
  4258. RH.WedgePart22.Rotation = Vector3.new(104.945923, 0.493286043, 110.044434)
  4259. RH.WedgePart22.BrickColor = BrickColor.new("Institutional white")
  4260. RH.WedgePart22.Position = Vector3.new(4.46522522, 5.51947498, 0.461028993)
  4261. RH.WedgePart22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4262. RH.WedgePart22.Parent = RH.Part1
  4263.  
  4264. RH.SpecialMesh17 = Instance.new("SpecialMesh")
  4265. RH.SpecialMesh17.Scale = Vector3.new(0.82064271, 0.820642531, 1.09419)
  4266. RH.SpecialMesh17.MeshType = Enum.MeshType.Wedge
  4267. RH.SpecialMesh17.Parent = RH.WedgePart22
  4268.  
  4269. RH.WedgePart23 = Instance.new("WedgePart")
  4270. RH.WedgePart23.CFrame = CFrame.new(3.22921705, 5.42240381, -0.032288, -0.343008965, 0.939296722, -0.00816165563, -0.244946972, -0.0810539275, 0.966142476, 0.906832874, 0.333394736, 0.257880092)
  4271. RH.WedgePart23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4272. RH.WedgePart23.CanCollide = false
  4273. RH.WedgePart23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4274. RH.WedgePart23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4275. RH.WedgePart23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4276. RH.WedgePart23.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4277. RH.WedgePart23.Material = Enum.Material.Metal
  4278. RH.WedgePart23.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4279. RH.WedgePart23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4280. RH.WedgePart23.Anchored = true
  4281. RH.WedgePart23.Rotation = Vector3.new(-75.0551834, -0.467633605, -110.060997)
  4282. RH.WedgePart23.BrickColor = BrickColor.new("Institutional white")
  4283. RH.WedgePart23.Position = Vector3.new(3.22921705, 5.42240381, -0.032288)
  4284. RH.WedgePart23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4285. RH.WedgePart23.Parent = RH.Part1
  4286.  
  4287. RH.SpecialMesh18 = Instance.new("SpecialMesh")
  4288. RH.SpecialMesh18.Scale = Vector3.new(0.82064271, 1.09419036, 2.18838)
  4289. RH.SpecialMesh18.MeshType = Enum.MeshType.Wedge
  4290. RH.SpecialMesh18.Parent = RH.WedgePart23
  4291.  
  4292. RH.WedgePart24 = Instance.new("WedgePart")
  4293. RH.WedgePart24.CFrame = CFrame.new(4.51919079, 5.22435188, 0.401668996, 0.342808992, 0.00861798134, -0.939365625, 0.245130002, -0.966134548, 0.0805933848, -0.906858981, -0.257894844, -0.333312154)
  4294. RH.WedgePart24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4295. RH.WedgePart24.CanCollide = false
  4296. RH.WedgePart24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4297. RH.WedgePart24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4298. RH.WedgePart24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4299. RH.WedgePart24.Color = Color3.new(0.356863, 0.364706, 0.411765)
  4300. RH.WedgePart24.Material = Enum.Material.Metal
  4301. RH.WedgePart24.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4302. RH.WedgePart24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4303. RH.WedgePart24.Anchored = true
  4304. RH.WedgePart24.Rotation = Vector3.new(-166.407028, -69.9452896, -1.44007301)
  4305. RH.WedgePart24.BrickColor = BrickColor.new("Smoky grey")
  4306. RH.WedgePart24.Position = Vector3.new(4.51919079, 5.22435188, 0.401668996)
  4307. RH.WedgePart24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4308. RH.WedgePart24.Parent = RH.Part1
  4309.  
  4310. RH.SpecialMesh19 = Instance.new("SpecialMesh")
  4311. RH.SpecialMesh19.Scale = Vector3.new(0.27354756, 0.820642889, 1.91483259)
  4312. RH.SpecialMesh19.MeshType = Enum.MeshType.Wedge
  4313. RH.SpecialMesh19.Parent = RH.WedgePart24
  4314.  
  4315. RH.WedgePart25 = Instance.new("WedgePart")
  4316. RH.WedgePart25.CFrame = CFrame.new(4.0253458, 5.40688276, 0.264373988, 0.342510074, -0.939474404, -0.00864895061, 0.245266065, 0.0805240721, 0.966105759, -0.906935215, -0.333022296, 0.258001477)
  4317. RH.WedgePart25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4318. RH.WedgePart25.CanCollide = false
  4319. RH.WedgePart25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4320. RH.WedgePart25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4321. RH.WedgePart25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4322. RH.WedgePart25.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4323. RH.WedgePart25.Material = Enum.Material.Metal
  4324. RH.WedgePart25.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4325. RH.WedgePart25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4326. RH.WedgePart25.Anchored = true
  4327. RH.WedgePart25.Rotation = Vector3.new(-75.0479202, -0.495554566, 69.9693451)
  4328. RH.WedgePart25.BrickColor = BrickColor.new("Institutional white")
  4329. RH.WedgePart25.Position = Vector3.new(4.0253458, 5.40688276, 0.264373988)
  4330. RH.WedgePart25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4331. RH.WedgePart25.Parent = RH.Part1
  4332.  
  4333. RH.SpecialMesh20 = Instance.new("SpecialMesh")
  4334. RH.SpecialMesh20.Scale = Vector3.new(0.82064271, 3.0090239, 1.6412847)
  4335. RH.SpecialMesh20.MeshType = Enum.MeshType.Wedge
  4336. RH.SpecialMesh20.Parent = RH.WedgePart25
  4337.  
  4338. RH.WedgePart26 = Instance.new("WedgePart")
  4339. RH.WedgePart26.CFrame = CFrame.new(2.79235005, 5.4599061, -0.187250003, 0.342969984, -0.00856883824, 0.939307392, 0.244971976, 0.966171384, -0.0806328952, -0.906840861, 0.257758617, 0.333466917)
  4340. RH.WedgePart26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4341. RH.WedgePart26.CanCollide = false
  4342. RH.WedgePart26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4343. RH.WedgePart26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4344. RH.WedgePart26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4345. RH.WedgePart26.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4346. RH.WedgePart26.Material = Enum.Material.Metal
  4347. RH.WedgePart26.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4348. RH.WedgePart26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4349. RH.WedgePart26.Anchored = true
  4350. RH.WedgePart26.Rotation = Vector3.new(13.5933056, 69.9355621, 1.43119276)
  4351. RH.WedgePart26.BrickColor = BrickColor.new("Institutional white")
  4352. RH.WedgePart26.Position = Vector3.new(2.79235005, 5.4599061, -0.187250003)
  4353. RH.WedgePart26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4354. RH.WedgePart26.Parent = RH.Part1
  4355.  
  4356. RH.SpecialMesh21 = Instance.new("SpecialMesh")
  4357. RH.SpecialMesh21.Scale = Vector3.new(0.82064271, 2.18838072, 3.55611801)
  4358. RH.SpecialMesh21.MeshType = Enum.MeshType.Wedge
  4359. RH.SpecialMesh21.Parent = RH.WedgePart26
  4360.  
  4361. RH.WedgePart27 = Instance.new("WedgePart")
  4362. RH.WedgePart27.CFrame = CFrame.new(4.74557018, 5.26584005, 0.498427987, -0.343008965, 0.939296722, -0.00816165563, -0.244946972, -0.0810539275, 0.966142476, 0.906832874, 0.333394736, 0.257880092)
  4363. RH.WedgePart27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4364. RH.WedgePart27.CanCollide = false
  4365. RH.WedgePart27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4366. RH.WedgePart27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4367. RH.WedgePart27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4368. RH.WedgePart27.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4369. RH.WedgePart27.Material = Enum.Material.Metal
  4370. RH.WedgePart27.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4371. RH.WedgePart27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4372. RH.WedgePart27.Anchored = true
  4373. RH.WedgePart27.Rotation = Vector3.new(-75.0551834, -0.467633605, -110.060997)
  4374. RH.WedgePart27.BrickColor = BrickColor.new("Institutional white")
  4375. RH.WedgePart27.Position = Vector3.new(4.74557018, 5.26584005, 0.498427987)
  4376. RH.WedgePart27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4377. RH.WedgePart27.Parent = RH.Part1
  4378.  
  4379. RH.SpecialMesh22 = Instance.new("SpecialMesh")
  4380. RH.SpecialMesh22.Scale = Vector3.new(0.82064271, 4.65030956, 0.820642352)
  4381. RH.SpecialMesh22.MeshType = Enum.MeshType.Wedge
  4382. RH.SpecialMesh22.Parent = RH.WedgePart27
  4383.  
  4384. RH.WedgePart28 = Instance.new("WedgePart")
  4385. RH.WedgePart28.CFrame = CFrame.new(2.58770299, 5.37184095, -0.288399011, 0.342969984, -0.00856883824, 0.939307392, 0.244971976, 0.966171384, -0.0806328952, -0.906840861, 0.257758617, 0.333466917)
  4386. RH.WedgePart28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4387. RH.WedgePart28.CanCollide = false
  4388. RH.WedgePart28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4389. RH.WedgePart28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4390. RH.WedgePart28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4391. RH.WedgePart28.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4392. RH.WedgePart28.Material = Enum.Material.Metal
  4393. RH.WedgePart28.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4394. RH.WedgePart28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4395. RH.WedgePart28.Anchored = true
  4396. RH.WedgePart28.Rotation = Vector3.new(13.5933056, 69.9355621, 1.43119276)
  4397. RH.WedgePart28.BrickColor = BrickColor.new("Institutional white")
  4398. RH.WedgePart28.Position = Vector3.new(2.58770299, 5.37184095, -0.288399011)
  4399. RH.WedgePart28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4400. RH.WedgePart28.Parent = RH.Part1
  4401.  
  4402. RH.SpecialMesh23 = Instance.new("SpecialMesh")
  4403. RH.SpecialMesh23.Scale = Vector3.new(0.82064271, 1.09419036, 4.10321283)
  4404. RH.SpecialMesh23.MeshType = Enum.MeshType.Wedge
  4405. RH.SpecialMesh23.Parent = RH.WedgePart28
  4406.  
  4407. RH.WedgePart29 = Instance.new("WedgePart")
  4408. RH.WedgePart29.CFrame = CFrame.new(2.86897111, 5.50615215, -0.145805001, 0.342969984, -0.00856883824, 0.939307392, 0.244971976, 0.966171384, -0.0806328952, -0.906840861, 0.257758617, 0.333466917)
  4409. RH.WedgePart29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4410. RH.WedgePart29.CanCollide = false
  4411. RH.WedgePart29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4412. RH.WedgePart29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4413. RH.WedgePart29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4414. RH.WedgePart29.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4415. RH.WedgePart29.Material = Enum.Material.Metal
  4416. RH.WedgePart29.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4417. RH.WedgePart29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4418. RH.WedgePart29.Anchored = true
  4419. RH.WedgePart29.Rotation = Vector3.new(13.5933056, 69.9355621, 1.43119276)
  4420. RH.WedgePart29.BrickColor = BrickColor.new("Institutional white")
  4421. RH.WedgePart29.Position = Vector3.new(2.86897111, 5.50615215, -0.145805001)
  4422. RH.WedgePart29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4423. RH.WedgePart29.Parent = RH.Part1
  4424.  
  4425. RH.SpecialMesh24 = Instance.new("SpecialMesh")
  4426. RH.SpecialMesh24.Scale = Vector3.new(0.82064271, 2.73547626, 2.7354753)
  4427. RH.SpecialMesh24.MeshType = Enum.MeshType.Wedge
  4428. RH.SpecialMesh24.Parent = RH.WedgePart29
  4429.  
  4430. RH.WedgePart30 = Instance.new("WedgePart")
  4431. RH.WedgePart30.CFrame = CFrame.new(3.95117307, 5.57681322, 0.282265007, 0.342687905, 0.939410388, 0.0085579725, 0.245018944, -0.0805788934, -0.966163933, -0.906934738, 0.333189636, -0.257786721)
  4432. RH.WedgePart30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4433. RH.WedgePart30.CanCollide = false
  4434. RH.WedgePart30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4435. RH.WedgePart30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4436. RH.WedgePart30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4437. RH.WedgePart30.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4438. RH.WedgePart30.Material = Enum.Material.Metal
  4439. RH.WedgePart30.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4440. RH.WedgePart30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4441. RH.WedgePart30.Anchored = true
  4442. RH.WedgePart30.Rotation = Vector3.new(104.939339, 0.490341693, -69.9585114)
  4443. RH.WedgePart30.BrickColor = BrickColor.new("Institutional white")
  4444. RH.WedgePart30.Position = Vector3.new(3.95117307, 5.57681322, 0.282265007)
  4445. RH.WedgePart30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4446. RH.WedgePart30.Parent = RH.Part1
  4447.  
  4448. RH.SpecialMesh25 = Instance.new("SpecialMesh")
  4449. RH.SpecialMesh25.Scale = Vector3.new(0.82064271, 0.820642889, 1.23096371)
  4450. RH.SpecialMesh25.MeshType = Enum.MeshType.Wedge
  4451. RH.SpecialMesh25.Parent = RH.WedgePart30
  4452.  
  4453. RH.WedgePart31 = Instance.new("WedgePart")
  4454. RH.WedgePart31.CFrame = CFrame.new(9.47492409, 5.01862478, 2.20385695, 0.342696041, 0.93940717, 0.00858729333, 0.245103031, -0.0805819705, -0.966142476, -0.906909108, 0.333197892, -0.257866651)
  4455. RH.WedgePart31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4456. RH.WedgePart31.CanCollide = false
  4457. RH.WedgePart31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4458. RH.WedgePart31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4459. RH.WedgePart31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4460. RH.WedgePart31.Color = Color3.new(0.937255, 0.721569, 0.219608)
  4461. RH.WedgePart31.Material = Enum.Material.Neon
  4462. RH.WedgePart31.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4463. RH.WedgePart31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4464. RH.WedgePart31.Anchored = true
  4465. RH.WedgePart31.Rotation = Vector3.new(104.944077, 0.49202171, -69.9580154)
  4466. RH.WedgePart31.BrickColor = BrickColor.new("Gold")
  4467. RH.WedgePart31.Position = Vector3.new(9.47492409, 5.01862478, 2.20385695)
  4468. RH.WedgePart31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4469. RH.WedgePart31.Parent = RH.Part1
  4470.  
  4471. RH.SpecialMesh26 = Instance.new("SpecialMesh")
  4472. RH.SpecialMesh26.Scale = Vector3.new(0.27354756, 3.28257132, 1.09419012)
  4473. RH.SpecialMesh26.MeshType = Enum.MeshType.Wedge
  4474. RH.SpecialMesh26.Parent = RH.WedgePart31
  4475.  
  4476. RH.WedgePart32 = Instance.new("WedgePart")
  4477. RH.WedgePart32.CFrame = CFrame.new(9.47817421, 4.64861917, 2.10509896, -0.343008965, 0.939296722, -0.00816165563, -0.244946972, -0.0810539275, 0.966142476, 0.906832874, 0.333394736, 0.257880092)
  4478. RH.WedgePart32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4479. RH.WedgePart32.CanCollide = false
  4480. RH.WedgePart32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4481. RH.WedgePart32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4482. RH.WedgePart32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4483. RH.WedgePart32.Color = Color3.new(0.937255, 0.721569, 0.219608)
  4484. RH.WedgePart32.Material = Enum.Material.Neon
  4485. RH.WedgePart32.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4486. RH.WedgePart32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4487. RH.WedgePart32.Anchored = true
  4488. RH.WedgePart32.Rotation = Vector3.new(-75.0551834, -0.467633605, -110.060997)
  4489. RH.WedgePart32.BrickColor = BrickColor.new("Gold")
  4490. RH.WedgePart32.Position = Vector3.new(9.47817421, 4.64861917, 2.10509896)
  4491. RH.WedgePart32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4492. RH.WedgePart32.Parent = RH.Part1
  4493.  
  4494. RH.SpecialMesh27 = Instance.new("SpecialMesh")
  4495. RH.SpecialMesh27.Scale = Vector3.new(0.27354756, 3.28257132, 2.73547554)
  4496. RH.SpecialMesh27.MeshType = Enum.MeshType.Wedge
  4497. RH.SpecialMesh27.Parent = RH.WedgePart32
  4498.  
  4499. RH.Part31 = Instance.new("Part")
  4500. RH.Part31.Anchored = true
  4501. RH.Part31.CanCollide = false
  4502. RH.Part31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4503. RH.Part31.Name = "Handle"
  4504. RH.Part31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4505. RH.Part31.Transparency = 1
  4506. RH.Part31.Color = Color3.new(0.905882, 0.905882, 0.92549)
  4507. RH.Part31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4508. RH.Part31.Material = Enum.Material.Metal
  4509. RH.Part31.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918)
  4510. RH.Part31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4511. RH.Part31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4512. RH.Part31.CFrame = CFrame.new(2.05906892, 5.07284689, -0.566510975, 0.342772961, 0.234851137, 0.909588814, 0.245047972, 0.91237241, -0.327914715, -0.906894863, 0.335293114, 0.255186796)
  4513. RH.Part31.Rotation = Vector3.new(52.1095581, 65.4485855, -34.4170189)
  4514. RH.Part31.BrickColor = BrickColor.new("Pearl")
  4515. RH.Part31.Position = Vector3.new(2.05906892, 5.07284689, -0.566510975)
  4516. RH.Part31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4517. RH.Part31.Parent = RH.Part1
  4518.  
  4519. RH.Part32 = Instance.new("Part")
  4520. RH.Part32.Anchored = true
  4521. RH.Part32.CanCollide = false
  4522. RH.Part32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4523. RH.Part32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4524. RH.Part32.Color = Color3.new(0.356863, 0.364706, 0.411765)
  4525. RH.Part32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4526. RH.Part32.Material = Enum.Material.Metal
  4527. RH.Part32.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4528. RH.Part32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4529. RH.Part32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4530. RH.Part32.CFrame = CFrame.new(2.24633098, 4.43848276, -0.666621983, -0.462456942, 0.817741513, -0.342684269, -0.796331882, -0.553019464, -0.245000273, -0.389857948, 0.159588367, 0.906941235)
  4531. RH.Part32.Rotation = Vector3.new(15.1170015, -20.0404987, -119.489433)
  4532. RH.Part32.BrickColor = BrickColor.new("Smoky grey")
  4533. RH.Part32.Position = Vector3.new(2.24633098, 4.43848276, -0.666621983)
  4534. RH.Part32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4535. RH.Part32.Parent = RH.Part1
  4536.  
  4537. RH.BlockMesh14 = Instance.new("BlockMesh")
  4538. RH.BlockMesh14.Scale = Vector3.new(2.18838024, 2.18838167, 0.54709512)
  4539. RH.BlockMesh14.Parent = RH.Part32
  4540.  
  4541. RH.Part33 = Instance.new("Part")
  4542. RH.Part33.Anchored = true
  4543. RH.Part33.CanCollide = false
  4544. RH.Part33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4545. RH.Part33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4546. RH.Part33.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4547. RH.Part33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4548. RH.Part33.Material = Enum.Material.Metal
  4549. RH.Part33.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4550. RH.Part33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4551. RH.Part33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4552. RH.Part33.CFrame = CFrame.new(2.86073899, 4.70180893, -0.363269985, -0.235010907, 0.909563959, -0.34272933, -0.912330687, -0.32805118, -0.245020837, -0.335294873, 0.255099952, 0.906918645)
  4553. RH.Part33.Rotation = Vector3.new(15.1185722, -20.0432472, -104.487106)
  4554. RH.Part33.BrickColor = BrickColor.new("Institutional white")
  4555. RH.Part33.Position = Vector3.new(2.86073899, 4.70180893, -0.363269985)
  4556. RH.Part33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4557. RH.Part33.Parent = RH.Part1
  4558.  
  4559. RH.BlockMesh15 = Instance.new("BlockMesh")
  4560. RH.BlockMesh15.Scale = Vector3.new(0.820642471, 2.1883812, 1.09419012)
  4561. RH.BlockMesh15.Parent = RH.Part33
  4562.  
  4563. RH.Part34 = Instance.new("Part")
  4564. RH.Part34.Anchored = true
  4565. RH.Part34.CanCollide = false
  4566. RH.Part34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4567. RH.Part34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4568. RH.Part34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4569. RH.Part34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4570. RH.Part34.Material = Enum.Material.Metal
  4571. RH.Part34.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4572. RH.Part34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4573. RH.Part34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4574. RH.Part34.CFrame = CFrame.new(4.25411701, 4.19945192, 0.0275609996, -0.23494409, -0.909580827, 0.342730224, -0.912310302, 0.328018218, 0.245140821, -0.335397124, -0.255081892, -0.906885982)
  4575. RH.Part34.Rotation = Vector3.new(-164.87384, 20.0433006, 104.48291)
  4576. RH.Part34.BrickColor = BrickColor.new("Institutional white")
  4577. RH.Part34.Position = Vector3.new(4.25411701, 4.19945192, 0.0275609996)
  4578. RH.Part34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4579. RH.Part34.Parent = RH.Part1
  4580.  
  4581. RH.BlockMesh16 = Instance.new("BlockMesh")
  4582. RH.BlockMesh16.Scale = Vector3.new(0.82064265, 2.18838072, 1.09419012)
  4583. RH.BlockMesh16.Parent = RH.Part34
  4584.  
  4585. RH.Part35 = Instance.new("Part")
  4586. RH.Part35.Anchored = true
  4587. RH.Part35.CanCollide = false
  4588. RH.Part35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4589. RH.Part35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4590. RH.Part35.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4591. RH.Part35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4592. RH.Part35.Material = Enum.Material.Metal
  4593. RH.Part35.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4594. RH.Part35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4595. RH.Part35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4596. RH.Part35.CFrame = CFrame.new(3.80624604, 4.3609252, -0.0980380028, -0.23494409, -0.909580827, 0.342730224, -0.912310302, 0.328018218, 0.245140821, -0.335397124, -0.255081892, -0.906885982)
  4597. RH.Part35.Rotation = Vector3.new(-164.87384, 20.0433006, 104.48291)
  4598. RH.Part35.BrickColor = BrickColor.new("Institutional white")
  4599. RH.Part35.Position = Vector3.new(3.80624604, 4.3609252, -0.0980380028)
  4600. RH.Part35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4601. RH.Part35.Parent = RH.Part1
  4602.  
  4603. RH.BlockMesh17 = Instance.new("BlockMesh")
  4604. RH.BlockMesh17.Scale = Vector3.new(0.820642471, 2.73547649, 1.09419012)
  4605. RH.BlockMesh17.Parent = RH.Part35
  4606.  
  4607. RH.Part36 = Instance.new("Part")
  4608. RH.Part36.Anchored = true
  4609. RH.Part36.CanCollide = false
  4610. RH.Part36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4611. RH.Part36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4612. RH.Part36.Color = Color3.new(0.937255, 0.721569, 0.219608)
  4613. RH.Part36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4614. RH.Part36.Material = Enum.Material.Neon
  4615. RH.Part36.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4616. RH.Part36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4617. RH.Part36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4618. RH.Part36.CFrame = CFrame.new(4.40553093, 2.79805803, -0.312036008, 0.817754567, 0.462345779, -0.342802972, -0.552955747, 0.796385109, -0.244970933, 0.159741923, 0.389880955, 0.90690428)
  4619. RH.Part36.Rotation = Vector3.new(15.1158628, -20.047739, -29.4831467)
  4620. RH.Part36.BrickColor = BrickColor.new("Gold")
  4621. RH.Part36.Position = Vector3.new(4.40553093, 2.79805803, -0.312036008)
  4622. RH.Part36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4623. RH.Part36.Parent = RH.Part1
  4624.  
  4625. RH.BlockMesh18 = Instance.new("BlockMesh")
  4626. RH.BlockMesh18.Scale = Vector3.new(26.2605648, 3.82966661, 0.27354756)
  4627. RH.BlockMesh18.Parent = RH.Part36
  4628.  
  4629. RH.Part37 = Instance.new("Part")
  4630. RH.Part37.Anchored = true
  4631. RH.Part37.CanCollide = false
  4632. RH.Part37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4633. RH.Part37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4634. RH.Part37.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4635. RH.Part37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4636. RH.Part37.Material = Enum.Material.Metal
  4637. RH.Part37.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4638. RH.Part37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4639. RH.Part37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4640. RH.Part37.CFrame = CFrame.new(3.07099295, 4.46234083, -0.348515004, -0.235010907, 0.909563959, -0.34272933, -0.912330687, -0.32805118, -0.245020837, -0.335294873, 0.255099952, 0.906918645)
  4641. RH.Part37.Rotation = Vector3.new(15.1185722, -20.0432472, -104.487106)
  4642. RH.Part37.BrickColor = BrickColor.new("Institutional white")
  4643. RH.Part37.Position = Vector3.new(3.07099295, 4.46234083, -0.348515004)
  4644. RH.Part37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4645. RH.Part37.Parent = RH.Part1
  4646.  
  4647. RH.BlockMesh19 = Instance.new("BlockMesh")
  4648. RH.BlockMesh19.Scale = Vector3.new(0.820642471, 10.3948107, 1.09419012)
  4649. RH.BlockMesh19.Parent = RH.Part37
  4650.  
  4651. RH.Part38 = Instance.new("Part")
  4652. RH.Part38.Anchored = true
  4653. RH.Part38.CanCollide = false
  4654. RH.Part38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4655. RH.Part38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4656. RH.Part38.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4657. RH.Part38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4658. RH.Part38.Material = Enum.Material.Metal
  4659. RH.Part38.Size = Vector3.new(0.218838021, 0.492385745, 0.218838036)
  4660. RH.Part38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4661. RH.Part38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4662. RH.Part38.CFrame = CFrame.new(3.39926195, 4.15309, -0.308026999, -0.235010907, 0.909563959, -0.34272933, -0.912330687, -0.32805118, -0.245020837, -0.335294873, 0.255099952, 0.906918645)
  4663. RH.Part38.Rotation = Vector3.new(15.1185722, -20.0432472, -104.487106)
  4664. RH.Part38.BrickColor = BrickColor.new("Institutional white")
  4665. RH.Part38.Position = Vector3.new(3.39926195, 4.15309, -0.308026999)
  4666. RH.Part38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4667. RH.Part38.Parent = RH.Part1
  4668.  
  4669. RH.WedgePart33 = Instance.new("WedgePart")
  4670. RH.WedgePart33.CFrame = CFrame.new(4.52783775, 4.10076904, 0.104332, -0.342936039, 0.235022232, -0.909483075, -0.245074034, 0.912279367, 0.328154176, 0.906826138, 0.335426599, -0.25525561)
  4671. RH.WedgePart33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4672. RH.WedgePart33.CanCollide = false
  4673. RH.WedgePart33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4674. RH.WedgePart33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4675. RH.WedgePart33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4676. RH.WedgePart33.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4677. RH.WedgePart33.Material = Enum.Material.Metal
  4678. RH.WedgePart33.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4679. RH.WedgePart33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4680. RH.WedgePart33.Anchored = true
  4681. RH.WedgePart33.Rotation = Vector3.new(-127.877655, -65.4340134, -145.576233)
  4682. RH.WedgePart33.BrickColor = BrickColor.new("Institutional white")
  4683. RH.WedgePart33.Position = Vector3.new(4.52783775, 4.10076904, 0.104332)
  4684. RH.WedgePart33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4685. RH.WedgePart33.Parent = RH.Part1
  4686.  
  4687. RH.SpecialMesh28 = Instance.new("SpecialMesh")
  4688. RH.SpecialMesh28.Scale = Vector3.new(1.09419036, 0.820642889, 0.82064265)
  4689. RH.SpecialMesh28.MeshType = Enum.MeshType.Wedge
  4690. RH.SpecialMesh28.Parent = RH.WedgePart33
  4691.  
  4692. RH.WedgePart34 = Instance.new("WedgePart")
  4693. RH.WedgePart34.CFrame = CFrame.new(6.93542004, 1.36064696, 0.255618989, 0.342680961, 0.81781733, -0.462325305, 0.24505797, -0.552900016, -0.79639709, -0.90692687, 0.159613624, -0.389880985)
  4694. RH.WedgePart34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4695. RH.WedgePart34.CanCollide = false
  4696. RH.WedgePart34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4697. RH.WedgePart34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4698. RH.WedgePart34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4699. RH.WedgePart34.Color = Color3.new(0.937255, 0.721569, 0.219608)
  4700. RH.WedgePart34.Material = Enum.Material.Neon
  4701. RH.WedgePart34.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4702. RH.WedgePart34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4703. RH.WedgePart34.Anchored = true
  4704. RH.WedgePart34.Rotation = Vector3.new(116.084343, -27.5372562, -67.2653885)
  4705. RH.WedgePart34.BrickColor = BrickColor.new("Gold")
  4706. RH.WedgePart34.Position = Vector3.new(6.93542004, 1.36064696, 0.255618989)
  4707. RH.WedgePart34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4708. RH.WedgePart34.Parent = RH.Part1
  4709.  
  4710. RH.SpecialMesh29 = Instance.new("SpecialMesh")
  4711. RH.SpecialMesh29.Scale = Vector3.new(0.27354756, 3.28257132, 1.36773765)
  4712. RH.SpecialMesh29.MeshType = Enum.MeshType.Wedge
  4713. RH.SpecialMesh29.Parent = RH.WedgePart34
  4714.  
  4715. RH.Part39 = Instance.new("Part")
  4716. RH.Part39.Anchored = true
  4717. RH.Part39.CanCollide = false
  4718. RH.Part39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4719. RH.Part39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4720. RH.Part39.Color = Color3.new(0.356863, 0.364706, 0.411765)
  4721. RH.Part39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4722. RH.Part39.Material = Enum.Material.Metal
  4723. RH.Part39.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4724. RH.Part39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4725. RH.Part39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4726. RH.Part39.CFrame = CFrame.new(2.82696795, 4.35943222, -0.468551993, -0.235010907, 0.909563959, -0.34272933, -0.912330687, -0.32805118, -0.245020837, -0.335294873, 0.255099952, 0.906918645)
  4727. RH.Part39.Rotation = Vector3.new(15.1185722, -20.0432472, -104.487106)
  4728. RH.Part39.BrickColor = BrickColor.new("Smoky grey")
  4729. RH.Part39.Position = Vector3.new(2.82696795, 4.35943222, -0.468551993)
  4730. RH.Part39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4731. RH.Part39.Parent = RH.Part1
  4732.  
  4733. RH.BlockMesh20 = Instance.new("BlockMesh")
  4734. RH.BlockMesh20.Scale = Vector3.new(1.09419012, 3.82966733, 0.54709512)
  4735. RH.BlockMesh20.Parent = RH.Part39
  4736.  
  4737. RH.WedgePart35 = Instance.new("WedgePart")
  4738. RH.WedgePart35.CFrame = CFrame.new(3.79736209, 4.00955486, -0.196347997, -0.342968911, 0.909444451, 0.235123813, -0.244973943, -0.328240097, 0.912275314, 0.906840742, 0.255282879, 0.335366309)
  4739. RH.WedgePart35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4740. RH.WedgePart35.CanCollide = false
  4741. RH.WedgePart35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4742. RH.WedgePart35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4743. RH.WedgePart35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4744. RH.WedgePart35.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4745. RH.WedgePart35.Material = Enum.Material.Metal
  4746. RH.WedgePart35.Size = Vector3.new(0.218838066, 0.382966667, 0.218838036)
  4747. RH.WedgePart35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4748. RH.WedgePart35.Anchored = true
  4749. RH.WedgePart35.Rotation = Vector3.new(-69.8158035, 13.5989218, -110.662422)
  4750. RH.WedgePart35.BrickColor = BrickColor.new("Institutional white")
  4751. RH.WedgePart35.Position = Vector3.new(3.79736209, 4.00955486, -0.196347997)
  4752. RH.WedgePart35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4753. RH.WedgePart35.Parent = RH.Part1
  4754.  
  4755. RH.Part40 = Instance.new("Part")
  4756. RH.Part40.Anchored = true
  4757. RH.Part40.CanCollide = false
  4758. RH.Part40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4759. RH.Part40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4760. RH.Part40.Color = Color3.new(0.356863, 0.364706, 0.411765)
  4761. RH.Part40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4762. RH.Part40.Material = Enum.Material.Metal
  4763. RH.Part40.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4764. RH.Part40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4765. RH.Part40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4766. RH.Part40.CFrame = CFrame.new(3.41976905, 4.22751999, -0.280167013, 0.342789888, 0.23484011, 0.909585238, 0.245009914, 0.912388325, -0.327899188, -0.906898677, 0.335257947, 0.25521934)
  4767. RH.Part40.Rotation = Vector3.new(52.104702, 65.4480972, -34.4144478)
  4768. RH.Part40.BrickColor = BrickColor.new("Smoky grey")
  4769. RH.Part40.Position = Vector3.new(3.41976905, 4.22751999, -0.280167013)
  4770. RH.Part40.Shape = Enum.PartType.Cylinder
  4771. RH.Part40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4772. RH.Part40.Parent = RH.Part1
  4773.  
  4774. RH.SpecialMesh30 = Instance.new("SpecialMesh")
  4775. RH.SpecialMesh30.Scale = Vector3.new(1.12154508, 1.64128566, 0.861674786)
  4776. RH.SpecialMesh30.MeshType = Enum.MeshType.Cylinder
  4777. RH.SpecialMesh30.Parent = RH.Part40
  4778.  
  4779. RH.Part41 = Instance.new("Part")
  4780. RH.Part41.Anchored = true
  4781. RH.Part41.CanCollide = false
  4782. RH.Part41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4783. RH.Part41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4784. RH.Part41.Color = Color3.new(0.356863, 0.364706, 0.411765)
  4785. RH.Part41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4786. RH.Part41.Material = Enum.Material.Metal
  4787. RH.Part41.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4788. RH.Part41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4789. RH.Part41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4790. RH.Part41.CFrame = CFrame.new(2.37826705, 4.41210079, -0.623889983, -0.235010907, 0.909563959, -0.34272933, -0.912330687, -0.32805118, -0.245020837, -0.335294873, 0.255099952, 0.906918645)
  4791. RH.Part41.Rotation = Vector3.new(15.1185722, -20.0432472, -104.487106)
  4792. RH.Part41.BrickColor = BrickColor.new("Smoky grey")
  4793. RH.Part41.Position = Vector3.new(2.37826705, 4.41210079, -0.623889983)
  4794. RH.Part41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4795. RH.Part41.Parent = RH.Part1
  4796.  
  4797. RH.BlockMesh21 = Instance.new("BlockMesh")
  4798. RH.BlockMesh21.Scale = Vector3.new(2.18838024, 3.55611944, 0.54709512)
  4799. RH.BlockMesh21.Parent = RH.Part41
  4800.  
  4801. RH.WedgePart36 = Instance.new("WedgePart")
  4802. RH.WedgePart36.CFrame = CFrame.new(6.75837612, 1.05566096, 0.106284998, -0.342981011, 0.817527056, 0.462616056, -0.244893, -0.553279817, 0.796183944, 0.906858027, 0.159784541, 0.389971077)
  4803. RH.WedgePart36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4804. RH.WedgePart36.CanCollide = false
  4805. RH.WedgePart36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4806. RH.WedgePart36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4807. RH.WedgePart36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4808. RH.WedgePart36.Color = Color3.new(0.937255, 0.721569, 0.219608)
  4809. RH.WedgePart36.Material = Enum.Material.Neon
  4810. RH.WedgePart36.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4811. RH.WedgePart36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4812. RH.WedgePart36.Anchored = true
  4813. RH.WedgePart36.Rotation = Vector3.new(-63.904377, 27.5560474, -112.759743)
  4814. RH.WedgePart36.BrickColor = BrickColor.new("Gold")
  4815. RH.WedgePart36.Position = Vector3.new(6.75837612, 1.05566096, 0.106284998)
  4816. RH.WedgePart36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4817. RH.WedgePart36.Parent = RH.Part1
  4818.  
  4819. RH.SpecialMesh31 = Instance.new("SpecialMesh")
  4820. RH.SpecialMesh31.Scale = Vector3.new(0.27354756, 3.28257132, 2.46192789)
  4821. RH.SpecialMesh31.MeshType = Enum.MeshType.Wedge
  4822. RH.SpecialMesh31.Parent = RH.WedgePart36
  4823.  
  4824. RH.WedgePart37 = Instance.new("WedgePart")
  4825. RH.WedgePart37.CFrame = CFrame.new(2.48749399, 4.83637381, -0.467954993, 0.342789888, 0.23484011, 0.909585238, 0.245009914, 0.912388325, -0.327899188, -0.906898677, 0.335257947, 0.25521934)
  4826. RH.WedgePart37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4827. RH.WedgePart37.CanCollide = false
  4828. RH.WedgePart37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4829. RH.WedgePart37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4830. RH.WedgePart37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4831. RH.WedgePart37.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4832. RH.WedgePart37.Material = Enum.Material.Metal
  4833. RH.WedgePart37.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4834. RH.WedgePart37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4835. RH.WedgePart37.Anchored = true
  4836. RH.WedgePart37.Rotation = Vector3.new(52.104702, 65.4480972, -34.4144478)
  4837. RH.WedgePart37.BrickColor = BrickColor.new("Institutional white")
  4838. RH.WedgePart37.Position = Vector3.new(2.48749399, 4.83637381, -0.467954993)
  4839. RH.WedgePart37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4840. RH.WedgePart37.Parent = RH.Part1
  4841.  
  4842. RH.SpecialMesh32 = Instance.new("SpecialMesh")
  4843. RH.SpecialMesh32.Scale = Vector3.new(1.09419036, 0.820642889, 1.91483271)
  4844. RH.SpecialMesh32.MeshType = Enum.MeshType.Wedge
  4845. RH.SpecialMesh32.Parent = RH.WedgePart37
  4846.  
  4847. RH.WedgePart38 = Instance.new("WedgePart")
  4848. RH.WedgePart38.CFrame = CFrame.new(4.19069815, 4.05867815, -0.0344350003, -0.342968911, 0.909444451, 0.235123813, -0.244973943, -0.328240097, 0.912275314, 0.906840742, 0.255282879, 0.335366309)
  4849. RH.WedgePart38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4850. RH.WedgePart38.CanCollide = false
  4851. RH.WedgePart38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4852. RH.WedgePart38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4853. RH.WedgePart38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4854. RH.WedgePart38.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4855. RH.WedgePart38.Material = Enum.Material.Metal
  4856. RH.WedgePart38.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4857. RH.WedgePart38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4858. RH.WedgePart38.Anchored = true
  4859. RH.WedgePart38.Rotation = Vector3.new(-69.8158035, 13.5989218, -110.662422)
  4860. RH.WedgePart38.BrickColor = BrickColor.new("Institutional white")
  4861. RH.WedgePart38.Position = Vector3.new(4.19069815, 4.05867815, -0.0344350003)
  4862. RH.WedgePart38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4863. RH.WedgePart38.Parent = RH.Part1
  4864.  
  4865. RH.SpecialMesh33 = Instance.new("SpecialMesh")
  4866. RH.SpecialMesh33.Scale = Vector3.new(1.09419036, 1.91483331, 0.82064265)
  4867. RH.SpecialMesh33.MeshType = Enum.MeshType.Wedge
  4868. RH.SpecialMesh33.Parent = RH.WedgePart38
  4869.  
  4870. RH.WedgePart39 = Instance.new("WedgePart")
  4871. RH.WedgePart39.CFrame = CFrame.new(3.53254509, 4.45959806, -0.174806997, 0.342789888, 0.23484011, 0.909585238, 0.245009914, 0.912388325, -0.327899188, -0.906898677, 0.335257947, 0.25521934)
  4872. RH.WedgePart39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4873. RH.WedgePart39.CanCollide = false
  4874. RH.WedgePart39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4875. RH.WedgePart39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4876. RH.WedgePart39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4877. RH.WedgePart39.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4878. RH.WedgePart39.Material = Enum.Material.Metal
  4879. RH.WedgePart39.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4880. RH.WedgePart39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4881. RH.WedgePart39.Anchored = true
  4882. RH.WedgePart39.Rotation = Vector3.new(52.104702, 65.4480972, -34.4144478)
  4883. RH.WedgePart39.BrickColor = BrickColor.new("Institutional white")
  4884. RH.WedgePart39.Position = Vector3.new(3.53254509, 4.45959806, -0.174806997)
  4885. RH.WedgePart39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4886. RH.WedgePart39.Parent = RH.Part1
  4887.  
  4888. RH.SpecialMesh34 = Instance.new("SpecialMesh")
  4889. RH.SpecialMesh34.Scale = Vector3.new(1.09419036, 0.820642889, 0.27354756)
  4890. RH.SpecialMesh34.MeshType = Enum.MeshType.Wedge
  4891. RH.SpecialMesh34.Parent = RH.WedgePart39
  4892.  
  4893. RH.Part42 = Instance.new("Part")
  4894. RH.Part42.Anchored = true
  4895. RH.Part42.CanCollide = false
  4896. RH.Part42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4897. RH.Part42.Name = "Handle"
  4898. RH.Part42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4899. RH.Part42.Transparency = 1
  4900. RH.Part42.Color = Color3.new(0.905882, 0.905882, 0.92549)
  4901. RH.Part42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4902. RH.Part42.Material = Enum.Material.Metal
  4903. RH.Part42.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918)
  4904. RH.Part42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4905. RH.Part42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4906. RH.Part42.CFrame = CFrame.new(2.01423407, 4.83532476, -0.647638023, 0.342772961, 0.234851137, 0.909588814, 0.245047972, 0.91237241, -0.327914715, -0.906894863, 0.335293114, 0.255186796)
  4907. RH.Part42.Rotation = Vector3.new(52.1095581, 65.4485855, -34.4170189)
  4908. RH.Part42.BrickColor = BrickColor.new("Pearl")
  4909. RH.Part42.Position = Vector3.new(2.01423407, 4.83532476, -0.647638023)
  4910. RH.Part42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4911. RH.Part42.Parent = RH.Part1
  4912.  
  4913. RH.WedgePart40 = Instance.new("WedgePart")
  4914. RH.WedgePart40.CFrame = CFrame.new(3.084656, 4.62106609, -0.300446987, -0.342936039, 0.235022232, -0.909483075, -0.245074034, 0.912279367, 0.328154176, 0.906826138, 0.335426599, -0.25525561)
  4915. RH.WedgePart40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4916. RH.WedgePart40.CanCollide = false
  4917. RH.WedgePart40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4918. RH.WedgePart40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4919. RH.WedgePart40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4920. RH.WedgePart40.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4921. RH.WedgePart40.Material = Enum.Material.Metal
  4922. RH.WedgePart40.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4923. RH.WedgePart40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4924. RH.WedgePart40.Anchored = true
  4925. RH.WedgePart40.Rotation = Vector3.new(-127.877655, -65.4340134, -145.576233)
  4926. RH.WedgePart40.BrickColor = BrickColor.new("Institutional white")
  4927. RH.WedgePart40.Position = Vector3.new(3.084656, 4.62106609, -0.300446987)
  4928. RH.WedgePart40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4929. RH.WedgePart40.Parent = RH.Part1
  4930.  
  4931. RH.SpecialMesh35 = Instance.new("SpecialMesh")
  4932. RH.SpecialMesh35.Scale = Vector3.new(1.09419036, 0.820642889, 0.27354756)
  4933. RH.SpecialMesh35.MeshType = Enum.MeshType.Wedge
  4934. RH.SpecialMesh35.Parent = RH.WedgePart40
  4935.  
  4936. RH.WedgePart41 = Instance.new("WedgePart")
  4937. RH.WedgePart41.CFrame = CFrame.new(2.89996696, 4.11490202, -0.507037997, 0.342470974, -0.234877825, -0.909695625, 0.245184973, -0.912352383, 0.327868044, -0.906971872, -0.335328937, -0.254865706)
  4938. RH.WedgePart41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4939. RH.WedgePart41.CanCollide = false
  4940. RH.WedgePart41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4941. RH.WedgePart41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4942. RH.WedgePart41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4943. RH.WedgePart41.Color = Color3.new(0.356863, 0.364706, 0.411765)
  4944. RH.WedgePart41.Material = Enum.Material.Metal
  4945. RH.WedgePart41.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4946. RH.WedgePart41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4947. RH.WedgePart41.Anchored = true
  4948. RH.WedgePart41.Rotation = Vector3.new(-127.859436, -65.4633179, 34.4436073)
  4949. RH.WedgePart41.BrickColor = BrickColor.new("Smoky grey")
  4950. RH.WedgePart41.Position = Vector3.new(2.89996696, 4.11490202, -0.507037997)
  4951. RH.WedgePart41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4952. RH.WedgePart41.Parent = RH.Part1
  4953.  
  4954. RH.SpecialMesh36 = Instance.new("SpecialMesh")
  4955. RH.SpecialMesh36.Scale = Vector3.new(0.54709512, 1.09419036, 2.46192789)
  4956. RH.SpecialMesh36.MeshType = Enum.MeshType.Wedge
  4957. RH.SpecialMesh36.Parent = RH.WedgePart41
  4958.  
  4959. RH.WedgePart42 = Instance.new("WedgePart")
  4960. RH.WedgePart42.CFrame = CFrame.new(3.02601695, 4.28765678, -0.412728995, 0.342980981, -0.909502149, 0.234882548, 0.24483797, 0.327964216, 0.912411034, -0.906872869, -0.255431473, 0.335166186)
  4961. RH.WedgePart42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4962. RH.WedgePart42.CanCollide = false
  4963. RH.WedgePart42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4964. RH.WedgePart42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4965. RH.WedgePart42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4966. RH.WedgePart42.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4967. RH.WedgePart42.Material = Enum.Material.Metal
  4968. RH.WedgePart42.Size = Vector3.new(0.218838066, 0.328257143, 0.218838036)
  4969. RH.WedgePart42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4970. RH.WedgePart42.Anchored = true
  4971. RH.WedgePart42.Rotation = Vector3.new(-69.8296356, 13.5846996, 69.3381119)
  4972. RH.WedgePart42.BrickColor = BrickColor.new("Institutional white")
  4973. RH.WedgePart42.Position = Vector3.new(3.02601695, 4.28765678, -0.412728995)
  4974. RH.WedgePart42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4975. RH.WedgePart42.Parent = RH.Part1
  4976.  
  4977. RH.WedgePart43 = Instance.new("WedgePart")
  4978. RH.WedgePart43.CFrame = CFrame.new(3.56794405, 4.75875807, -0.0805929974, 0.342808992, 0.00861798134, -0.939365625, 0.245130002, -0.966134548, 0.0805933848, -0.906858981, -0.257894844, -0.333312154)
  4979. RH.WedgePart43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4980. RH.WedgePart43.CanCollide = false
  4981. RH.WedgePart43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4982. RH.WedgePart43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4983. RH.WedgePart43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4984. RH.WedgePart43.Color = Color3.new(0.356863, 0.364706, 0.411765)
  4985. RH.WedgePart43.Material = Enum.Material.Metal
  4986. RH.WedgePart43.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4987. RH.WedgePart43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4988. RH.WedgePart43.Anchored = true
  4989. RH.WedgePart43.Rotation = Vector3.new(-166.407028, -69.9452896, -1.44007301)
  4990. RH.WedgePart43.BrickColor = BrickColor.new("Smoky grey")
  4991. RH.WedgePart43.Position = Vector3.new(3.56794405, 4.75875807, -0.0805929974)
  4992. RH.WedgePart43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4993. RH.WedgePart43.Parent = RH.Part1
  4994.  
  4995. RH.SpecialMesh37 = Instance.new("SpecialMesh")
  4996. RH.SpecialMesh37.Scale = Vector3.new(0.54709512, 0.54709518, 0.820642531)
  4997. RH.SpecialMesh37.MeshType = Enum.MeshType.Wedge
  4998. RH.SpecialMesh37.Parent = RH.WedgePart43
  4999.  
  5000. RH.WedgePart44 = Instance.new("WedgePart")
  5001. RH.WedgePart44.CFrame = CFrame.new(8.50594234, 2.75636101, 1.24138296, -0.342968911, 0.909444451, 0.235123813, -0.244973943, -0.328240097, 0.912275314, 0.906840742, 0.255282879, 0.335366309)
  5002. RH.WedgePart44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5003. RH.WedgePart44.CanCollide = false
  5004. RH.WedgePart44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5005. RH.WedgePart44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5006. RH.WedgePart44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5007. RH.WedgePart44.Color = Color3.new(0.937255, 0.721569, 0.219608)
  5008. RH.WedgePart44.Material = Enum.Material.Neon
  5009. RH.WedgePart44.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5010. RH.WedgePart44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5011. RH.WedgePart44.Anchored = true
  5012. RH.WedgePart44.Rotation = Vector3.new(-69.8158035, 13.5989218, -110.662422)
  5013. RH.WedgePart44.BrickColor = BrickColor.new("Gold")
  5014. RH.WedgePart44.Position = Vector3.new(8.50594234, 2.75636101, 1.24138296)
  5015. RH.WedgePart44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5016. RH.WedgePart44.Parent = RH.Part1
  5017.  
  5018. RH.SpecialMesh38 = Instance.new("SpecialMesh")
  5019. RH.SpecialMesh38.Scale = Vector3.new(0.27354756, 3.28257132, 2.46192789)
  5020. RH.SpecialMesh38.MeshType = Enum.MeshType.Wedge
  5021. RH.SpecialMesh38.Parent = RH.WedgePart44
  5022.  
  5023. RH.WedgePart45 = Instance.new("WedgePart")
  5024. RH.WedgePart45.CFrame = CFrame.new(4.77220201, 5.05151796, 0.453606009, -0.342803985, -0.00848599244, -0.939368606, -0.245067, 0.966141343, 0.0807044879, 0.906877995, 0.257874072, -0.333276719)
  5025. RH.WedgePart45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5026. RH.WedgePart45.CanCollide = false
  5027. RH.WedgePart45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5028. RH.WedgePart45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5029. RH.WedgePart45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5030. RH.WedgePart45.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5031. RH.WedgePart45.Material = Enum.Material.Metal
  5032. RH.WedgePart45.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5033. RH.WedgePart45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5034. RH.WedgePart45.Anchored = true
  5035. RH.WedgePart45.Rotation = Vector3.new(-166.387604, -69.9457855, 178.581955)
  5036. RH.WedgePart45.BrickColor = BrickColor.new("Institutional white")
  5037. RH.WedgePart45.Position = Vector3.new(4.77220201, 5.05151796, 0.453606009)
  5038. RH.WedgePart45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5039. RH.WedgePart45.Parent = RH.Part1
  5040.  
  5041. RH.SpecialMesh39 = Instance.new("SpecialMesh")
  5042. RH.SpecialMesh39.Scale = Vector3.new(1.09419036, 0.27354759, 2.18838024)
  5043. RH.SpecialMesh39.MeshType = Enum.MeshType.Wedge
  5044. RH.SpecialMesh39.Parent = RH.WedgePart45
  5045.  
  5046. RH.WedgePart46 = Instance.new("WedgePart")
  5047. RH.WedgePart46.CFrame = CFrame.new(5.02963209, 4.97660685, 0.53064698, -0.342803985, -0.00848599244, -0.939368606, -0.245067, 0.966141343, 0.0807044879, 0.906877995, 0.257874072, -0.333276719)
  5048. RH.WedgePart46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5049. RH.WedgePart46.CanCollide = false
  5050. RH.WedgePart46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5051. RH.WedgePart46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5052. RH.WedgePart46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5053. RH.WedgePart46.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5054. RH.WedgePart46.Material = Enum.Material.Metal
  5055. RH.WedgePart46.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5056. RH.WedgePart46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5057. RH.WedgePart46.Anchored = true
  5058. RH.WedgePart46.Rotation = Vector3.new(-166.387604, -69.9457855, 178.581955)
  5059. RH.WedgePart46.BrickColor = BrickColor.new("Institutional white")
  5060. RH.WedgePart46.Position = Vector3.new(5.02963209, 4.97660685, 0.53064698)
  5061. RH.WedgePart46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5062. RH.WedgePart46.Parent = RH.Part1
  5063.  
  5064. RH.SpecialMesh40 = Instance.new("SpecialMesh")
  5065. RH.SpecialMesh40.Scale = Vector3.new(1.09419036, 0.27354759, 0.54709512)
  5066. RH.SpecialMesh40.MeshType = Enum.MeshType.Wedge
  5067. RH.SpecialMesh40.Parent = RH.WedgePart46
  5068.  
  5069. RH.WedgePart47 = Instance.new("WedgePart")
  5070. RH.WedgePart47.CFrame = CFrame.new(4.0526762, 5.11328983, 0.198386997, 0.342969984, -0.00856883824, 0.939307392, 0.244971976, 0.966171384, -0.0806328952, -0.906840861, 0.257758617, 0.333466917)
  5071. RH.WedgePart47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5072. RH.WedgePart47.CanCollide = false
  5073. RH.WedgePart47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5074. RH.WedgePart47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5075. RH.WedgePart47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5076. RH.WedgePart47.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5077. RH.WedgePart47.Material = Enum.Material.Metal
  5078. RH.WedgePart47.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5079. RH.WedgePart47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5080. RH.WedgePart47.Anchored = true
  5081. RH.WedgePart47.Rotation = Vector3.new(13.5933056, 69.9355621, 1.43119276)
  5082. RH.WedgePart47.BrickColor = BrickColor.new("Institutional white")
  5083. RH.WedgePart47.Position = Vector3.new(4.0526762, 5.11328983, 0.198386997)
  5084. RH.WedgePart47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5085. RH.WedgePart47.Parent = RH.Part1
  5086.  
  5087. RH.SpecialMesh41 = Instance.new("SpecialMesh")
  5088. RH.SpecialMesh41.Scale = Vector3.new(1.09419036, 0.27354759, 0.54709512)
  5089. RH.SpecialMesh41.MeshType = Enum.MeshType.Wedge
  5090. RH.SpecialMesh41.Parent = RH.WedgePart47
  5091.  
  5092. RH.WedgePart48 = Instance.new("WedgePart")
  5093. RH.WedgePart48.CFrame = CFrame.new(4.82546186, 4.83567619, 0.415408999, 0.342808992, 0.00861798134, -0.939365625, 0.245130002, -0.966134548, 0.0805933848, -0.906858981, -0.257894844, -0.333312154)
  5094. RH.WedgePart48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5095. RH.WedgePart48.CanCollide = false
  5096. RH.WedgePart48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5097. RH.WedgePart48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5098. RH.WedgePart48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5099. RH.WedgePart48.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5100. RH.WedgePart48.Material = Enum.Material.Metal
  5101. RH.WedgePart48.Size = Vector3.new(0.218838066, 0.27354762, 0.54709512)
  5102. RH.WedgePart48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5103. RH.WedgePart48.Anchored = true
  5104. RH.WedgePart48.Rotation = Vector3.new(-166.407028, -69.9452896, -1.44007301)
  5105. RH.WedgePart48.BrickColor = BrickColor.new("Institutional white")
  5106. RH.WedgePart48.Position = Vector3.new(4.82546186, 4.83567619, 0.415408999)
  5107. RH.WedgePart48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5108. RH.WedgePart48.Parent = RH.Part1
  5109.  
  5110. RH.WedgePart49 = Instance.new("WedgePart")
  5111. RH.WedgePart49.CFrame = CFrame.new(8.5894537, 3.08081794, 1.36061895, 0.34276101, 0.909597337, -0.234835118, 0.245004997, -0.327882051, -0.912395775, -0.906911016, 0.255197883, -0.335241109)
  5112. RH.WedgePart49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5113. RH.WedgePart49.CanCollide = false
  5114. RH.WedgePart49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5115. RH.WedgePart49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5116. RH.WedgePart49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5117. RH.WedgePart49.Color = Color3.new(0.937255, 0.721569, 0.219608)
  5118. RH.WedgePart49.Material = Enum.Material.Neon
  5119. RH.WedgePart49.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5120. RH.WedgePart49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5121. RH.WedgePart49.Anchored = true
  5122. RH.WedgePart49.Rotation = Vector3.new(110.17482, -13.5819035, -69.3522263)
  5123. RH.WedgePart49.BrickColor = BrickColor.new("Gold")
  5124. RH.WedgePart49.Position = Vector3.new(8.5894537, 3.08081794, 1.36061895)
  5125. RH.WedgePart49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5126. RH.WedgePart49.Parent = RH.Part1
  5127.  
  5128. RH.SpecialMesh42 = Instance.new("SpecialMesh")
  5129. RH.SpecialMesh42.Scale = Vector3.new(0.27354756, 3.28257132, 1.09419012)
  5130. RH.SpecialMesh42.MeshType = Enum.MeshType.Wedge
  5131. RH.SpecialMesh42.Parent = RH.WedgePart49
  5132.  
  5133. RH.WedgePart50 = Instance.new("WedgePart")
  5134. RH.WedgePart50.CFrame = CFrame.new(3.5644331, 5.15519285, 0.0252039991, -0.342803985, -0.00848599244, -0.939368606, -0.245067, 0.966141343, 0.0807044879, 0.906877995, 0.257874072, -0.333276719)
  5135. RH.WedgePart50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5136. RH.WedgePart50.CanCollide = false
  5137. RH.WedgePart50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5138. RH.WedgePart50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5139. RH.WedgePart50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5140. RH.WedgePart50.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5141. RH.WedgePart50.Material = Enum.Material.Metal
  5142. RH.WedgePart50.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5143. RH.WedgePart50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5144. RH.WedgePart50.Anchored = true
  5145. RH.WedgePart50.Rotation = Vector3.new(-166.387604, -69.9457855, 178.581955)
  5146. RH.WedgePart50.BrickColor = BrickColor.new("Institutional white")
  5147. RH.WedgePart50.Position = Vector3.new(3.5644331, 5.15519285, 0.0252039991)
  5148. RH.WedgePart50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5149. RH.WedgePart50.Parent = RH.Part1
  5150.  
  5151. RH.SpecialMesh43 = Instance.new("SpecialMesh")
  5152. RH.SpecialMesh43.Scale = Vector3.new(1.09419036, 0.27354759, 0.82064265)
  5153. RH.SpecialMesh43.MeshType = Enum.MeshType.Wedge
  5154. RH.SpecialMesh43.Parent = RH.WedgePart50
  5155.  
  5156. RH.WedgePart51 = Instance.new("WedgePart")
  5157. RH.WedgePart51.CFrame = CFrame.new(2.30736399, 5.02542686, -0.484939992, 0.342808992, 0.00861798134, -0.939365625, 0.245130002, -0.966134548, 0.0805933848, -0.906858981, -0.257894844, -0.333312154)
  5158. RH.WedgePart51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5159. RH.WedgePart51.CanCollide = false
  5160. RH.WedgePart51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5161. RH.WedgePart51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5162. RH.WedgePart51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5163. RH.WedgePart51.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5164. RH.WedgePart51.Material = Enum.Material.Metal
  5165. RH.WedgePart51.Size = Vector3.new(0.218838066, 0.218838081, 0.218838021)
  5166. RH.WedgePart51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5167. RH.WedgePart51.Anchored = true
  5168. RH.WedgePart51.Rotation = Vector3.new(-166.407028, -69.9452896, -1.44007301)
  5169. RH.WedgePart51.BrickColor = BrickColor.new("Institutional white")
  5170. RH.WedgePart51.Position = Vector3.new(2.30736399, 5.02542686, -0.484939992)
  5171. RH.WedgePart51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5172. RH.WedgePart51.Parent = RH.Part1
  5173.  
  5174. RH.WedgePart52 = Instance.new("WedgePart")
  5175. RH.WedgePart52.CFrame = CFrame.new(3.02689695, 4.96365595, -0.229696006, -0.34273988, 0.00857310928, 0.939391315, -0.245020911, -0.966163456, -0.0805792063, 0.906914711, -0.257788181, 0.33324331)
  5176. RH.WedgePart52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5177. RH.WedgePart52.CanCollide = false
  5178. RH.WedgePart52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5179. RH.WedgePart52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5180. RH.WedgePart52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5181. RH.WedgePart52.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5182. RH.WedgePart52.Material = Enum.Material.Metal
  5183. RH.WedgePart52.Size = Vector3.new(0.218838066, 0.218838081, 0.218838021)
  5184. RH.WedgePart52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5185. RH.WedgePart52.Anchored = true
  5186. RH.WedgePart52.Rotation = Vector3.new(13.5933676, 69.949585, -178.567123)
  5187. RH.WedgePart52.BrickColor = BrickColor.new("Institutional white")
  5188. RH.WedgePart52.Position = Vector3.new(3.02689695, 4.96365595, -0.229696006)
  5189. RH.WedgePart52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5190. RH.WedgePart52.Parent = RH.Part1
  5191.  
  5192. RH.Part43 = Instance.new("Part")
  5193. RH.Part43.Anchored = true
  5194. RH.Part43.CanCollide = false
  5195. RH.Part43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5196. RH.Part43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5197. RH.Part43.Color = Color3.new(0.356863, 0.364706, 0.411765)
  5198. RH.Part43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5199. RH.Part43.Material = Enum.Material.Metal
  5200. RH.Part43.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5201. RH.Part43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5202. RH.Part43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5203. RH.Part43.CFrame = CFrame.new(3.93110108, 4.95683718, 0.110168003, 0.342789888, 0.23484011, 0.909585238, 0.245009914, 0.912388325, -0.327899188, -0.906898677, 0.335257947, 0.25521934)
  5204. RH.Part43.Rotation = Vector3.new(52.104702, 65.4480972, -34.4144478)
  5205. RH.Part43.BrickColor = BrickColor.new("Smoky grey")
  5206. RH.Part43.Position = Vector3.new(3.93110108, 4.95683718, 0.110168003)
  5207. RH.Part43.Shape = Enum.PartType.Cylinder
  5208. RH.Part43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5209. RH.Part43.Parent = RH.Part1
  5210.  
  5211. RH.SpecialMesh44 = Instance.new("SpecialMesh")
  5212. RH.SpecialMesh44.Scale = Vector3.new(1.12154508, 1.64128566, 0.861674786)
  5213. RH.SpecialMesh44.MeshType = Enum.MeshType.Cylinder
  5214. RH.SpecialMesh44.Parent = RH.Part43
  5215.  
  5216. RH.Part44 = Instance.new("Part")
  5217. RH.Part44.Anchored = true
  5218. RH.Part44.CanCollide = false
  5219. RH.Part44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5220. RH.Part44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5221. RH.Part44.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5222. RH.Part44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5223. RH.Part44.Material = Enum.Material.Metal
  5224. RH.Part44.Size = Vector3.new(0.328257054, 0.656514287, 0.218838036)
  5225. RH.Part44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5226. RH.Part44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5227. RH.Part44.CFrame = CFrame.new(3.79733992, 4.95034313, 0.0578540005, 0.00849599857, 0.939406872, -0.342699081, -0.966160774, -0.0806428418, -0.245010659, -0.257800937, 0.333184004, 0.906932771)
  5228. RH.Part44.Rotation = Vector3.new(15.1177483, -20.0414028, -89.4818344)
  5229. RH.Part44.BrickColor = BrickColor.new("Institutional white")
  5230. RH.Part44.Position = Vector3.new(3.79733992, 4.95034313, 0.0578540005)
  5231. RH.Part44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5232. RH.Part44.Parent = RH.Part1
  5233.  
  5234. RH.Part45 = Instance.new("Part")
  5235. RH.Part45.Anchored = true
  5236. RH.Part45.CanCollide = false
  5237. RH.Part45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5238. RH.Part45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5239. RH.Part45.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5240. RH.Part45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5241. RH.Part45.Material = Enum.Material.Metal
  5242. RH.Part45.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5243. RH.Part45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5244. RH.Part45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5245. RH.Part45.CFrame = CFrame.new(2.12678409, 5.120152, -0.527580023, 0.00849599857, 0.939406872, -0.342699081, -0.966160774, -0.0806428418, -0.245010659, -0.257800937, 0.333184004, 0.906932771)
  5246. RH.Part45.Rotation = Vector3.new(15.1177483, -20.0414028, -89.4818344)
  5247. RH.Part45.BrickColor = BrickColor.new("Institutional white")
  5248. RH.Part45.Position = Vector3.new(2.12678409, 5.120152, -0.527580023)
  5249. RH.Part45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5250. RH.Part45.Parent = RH.Part1
  5251.  
  5252. RH.BlockMesh22 = Instance.new("BlockMesh")
  5253. RH.BlockMesh22.Scale = Vector3.new(1.91483259, 0.820643067, 1.09419012)
  5254. RH.BlockMesh22.Parent = RH.Part45
  5255.  
  5256. RH.Part46 = Instance.new("Part")
  5257. RH.Part46.Anchored = true
  5258. RH.Part46.CanCollide = false
  5259. RH.Part46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5260. RH.Part46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5261. RH.Part46.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5262. RH.Part46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5263. RH.Part46.Material = Enum.Material.Metal
  5264. RH.Part46.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5265. RH.Part46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5266. RH.Part46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5267. RH.Part46.CFrame = CFrame.new(2.66549301, 5.17954588, -0.307942986, 0.00849599857, 0.939406872, -0.342699081, -0.966160774, -0.0806428418, -0.245010659, -0.257800937, 0.333184004, 0.906932771)
  5268. RH.Part46.Rotation = Vector3.new(15.1177483, -20.0414028, -89.4818344)
  5269. RH.Part46.BrickColor = BrickColor.new("Institutional white")
  5270. RH.Part46.Position = Vector3.new(2.66549301, 5.17954588, -0.307942986)
  5271. RH.Part46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5272. RH.Part46.Parent = RH.Part1
  5273.  
  5274. RH.BlockMesh23 = Instance.new("BlockMesh")
  5275. RH.BlockMesh23.Scale = Vector3.new(0.820642471, 4.92385674, 1.09419012)
  5276. RH.BlockMesh23.Parent = RH.Part46
  5277.  
  5278. RH.Part47 = Instance.new("Part")
  5279. RH.Part47.Anchored = true
  5280. RH.Part47.CanCollide = false
  5281. RH.Part47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5282. RH.Part47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5283. RH.Part47.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5284. RH.Part47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5285. RH.Part47.Material = Enum.Material.Metal
  5286. RH.Part47.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5287. RH.Part47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5288. RH.Part47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5289. RH.Part47.CFrame = CFrame.new(4.77266312, 4.9986639, 0.439502984, 0.00849599857, 0.939406872, -0.342699081, -0.966160774, -0.0806428418, -0.245010659, -0.257800937, 0.333184004, 0.906932771)
  5290. RH.Part47.Rotation = Vector3.new(15.1177483, -20.0414028, -89.4818344)
  5291. RH.Part47.BrickColor = BrickColor.new("Institutional white")
  5292. RH.Part47.Position = Vector3.new(4.77266312, 4.9986639, 0.439502984)
  5293. RH.Part47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5294. RH.Part47.Parent = RH.Part1
  5295.  
  5296. RH.BlockMesh24 = Instance.new("BlockMesh")
  5297. RH.BlockMesh24.Scale = Vector3.new(0.27354756, 2.18838024, 1.09419012)
  5298. RH.BlockMesh24.Parent = RH.Part47
  5299.  
  5300. RH.Part48 = Instance.new("Part")
  5301. RH.Part48.Anchored = true
  5302. RH.Part48.CanCollide = false
  5303. RH.Part48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5304. RH.Part48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5305. RH.Part48.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5306. RH.Part48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5307. RH.Part48.Material = Enum.Material.Metal
  5308. RH.Part48.Size = Vector3.new(0.382966518, 0.382966638, 0.218838036)
  5309. RH.Part48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5310. RH.Part48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5311. RH.Part48.CFrame = CFrame.new(3.30887103, 5.0186801, -0.108257003, 0.00849599857, 0.939406872, -0.342699081, -0.966160774, -0.0806428418, -0.245010659, -0.257800937, 0.333184004, 0.906932771)
  5312. RH.Part48.Rotation = Vector3.new(15.1177483, -20.0414028, -89.4818344)
  5313. RH.Part48.BrickColor = BrickColor.new("Institutional white")
  5314. RH.Part48.Position = Vector3.new(3.30887103, 5.0186801, -0.108257003)
  5315. RH.Part48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5316. RH.Part48.Parent = RH.Part1
  5317.  
  5318. RH.Part49 = Instance.new("Part")
  5319. RH.Part49.Anchored = true
  5320. RH.Part49.CanCollide = false
  5321. RH.Part49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5322. RH.Part49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5323. RH.Part49.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5324. RH.Part49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5325. RH.Part49.Material = Enum.Material.Metal
  5326. RH.Part49.Size = Vector3.new(0.382966518, 0.492385536, 0.218838036)
  5327. RH.Part49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5328. RH.Part49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5329. RH.Part49.CFrame = CFrame.new(4.33675003, 4.93045092, 0.256339997, 0.00849599857, 0.939406872, -0.342699081, -0.966160774, -0.0806428418, -0.245010659, -0.257800937, 0.333184004, 0.906932771)
  5330. RH.Part49.Rotation = Vector3.new(15.1177483, -20.0414028, -89.4818344)
  5331. RH.Part49.BrickColor = BrickColor.new("Institutional white")
  5332. RH.Part49.Position = Vector3.new(4.33675003, 4.93045092, 0.256339997)
  5333. RH.Part49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5334. RH.Part49.Parent = RH.Part1
  5335.  
  5336. RH.Part50 = Instance.new("Part")
  5337. RH.Part50.Anchored = true
  5338. RH.Part50.CanCollide = false
  5339. RH.Part50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5340. RH.Part50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5341. RH.Part50.Color = Color3.new(0.356863, 0.364706, 0.411765)
  5342. RH.Part50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5343. RH.Part50.Material = Enum.Material.Metal
  5344. RH.Part50.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5345. RH.Part50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5346. RH.Part50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5347. RH.Part50.CFrame = CFrame.new(2.79561496, 4.98350906, -0.311744988, 0.00849599857, 0.939406872, -0.342699081, -0.966160774, -0.0806428418, -0.245010659, -0.257800937, 0.333184004, 0.906932771)
  5348. RH.Part50.Rotation = Vector3.new(15.1177483, -20.0414028, -89.4818344)
  5349. RH.Part50.BrickColor = BrickColor.new("Smoky grey")
  5350. RH.Part50.Position = Vector3.new(2.79561496, 4.98350906, -0.311744988)
  5351. RH.Part50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5352. RH.Part50.Parent = RH.Part1
  5353.  
  5354. RH.BlockMesh25 = Instance.new("BlockMesh")
  5355. RH.BlockMesh25.Scale = Vector3.new(2.18838024, 7.38578606, 0.54709512)
  5356. RH.BlockMesh25.Parent = RH.Part50
  5357.  
  5358. RH.Part51 = Instance.new("Part")
  5359. RH.Part51.Anchored = true
  5360. RH.Part51.CanCollide = false
  5361. RH.Part51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5362. RH.Part51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5363. RH.Part51.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5364. RH.Part51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5365. RH.Part51.Material = Enum.Material.Metal
  5366. RH.Part51.Size = Vector3.new(0.437676042, 0.218838066, 0.328257084)
  5367. RH.Part51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5368. RH.Part51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5369. RH.Part51.CFrame = CFrame.new(0.769034982, 3.7669189, -1.40640998, 0.670218289, 0.658275247, -0.342755258, -0.740245342, 0.626112223, -0.244990557, 0.053332027, 0.417920142, 0.906917036)
  5370. RH.Part51.Rotation = Vector3.new(15.1168156, -20.0448284, -44.4849319)
  5371. RH.Part51.BrickColor = BrickColor.new("Institutional white")
  5372. RH.Part51.Position = Vector3.new(0.769034982, 3.7669189, -1.40640998)
  5373. RH.Part51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5374. RH.Part51.Parent = RH.Part1
  5375.  
  5376. RH.WedgePart53 = Instance.new("WedgePart")
  5377. RH.WedgePart53.CFrame = CFrame.new(0.839734018, 3.98494005, -1.32077801, -0.342781007, 0.658268273, -0.67021209, -0.245003, 0.626101255, 0.740250587, 0.906903982, 0.417947799, -0.0533379242)
  5378. RH.WedgePart53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5379. RH.WedgePart53.CanCollide = false
  5380. RH.WedgePart53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5381. RH.WedgePart53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5382. RH.WedgePart53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5383. RH.WedgePart53.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5384. RH.WedgePart53.Material = Enum.Material.Metal
  5385. RH.WedgePart53.Size = Vector3.new(0.328257084, 0.218838125, 0.218838021)
  5386. RH.WedgePart53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5387. RH.WedgePart53.Anchored = true
  5388. RH.WedgePart53.Rotation = Vector3.new(-94.1212616, -42.0834351, -117.507408)
  5389. RH.WedgePart53.BrickColor = BrickColor.new("Institutional white")
  5390. RH.WedgePart53.Position = Vector3.new(0.839734018, 3.98494005, -1.32077801)
  5391. RH.WedgePart53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5392. RH.WedgePart53.Parent = RH.Part1
  5393.  
  5394. RH.Part52 = Instance.new("Part")
  5395. RH.Part52.Anchored = true
  5396. RH.Part52.CanCollide = false
  5397. RH.Part52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5398. RH.Part52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5399. RH.Part52.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5400. RH.Part52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5401. RH.Part52.Material = Enum.Material.Metal
  5402. RH.Part52.Size = Vector3.new(0.328257084, 0.437676162, 0.492385566)
  5403. RH.Part52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5404. RH.Part52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5405. RH.Part52.CFrame = CFrame.new(0.701359987, 3.707551, -1.44802904, 0.342789888, 0.23484011, 0.909585238, 0.245009914, 0.912388325, -0.327899188, -0.906898677, 0.335257947, 0.25521934)
  5406. RH.Part52.Rotation = Vector3.new(52.104702, 65.4480972, -34.4144478)
  5407. RH.Part52.BrickColor = BrickColor.new("Institutional white")
  5408. RH.Part52.Position = Vector3.new(0.701359987, 3.707551, -1.44802904)
  5409. RH.Part52.Shape = Enum.PartType.Cylinder
  5410. RH.Part52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5411. RH.Part52.Parent = RH.Part1
  5412.  
  5413. RH.Part53 = Instance.new("Part")
  5414. RH.Part53.Anchored = true
  5415. RH.Part53.CanCollide = false
  5416. RH.Part53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5417. RH.Part53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5418. RH.Part53.Color = Color3.new(0.937255, 0.721569, 0.219608)
  5419. RH.Part53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5420. RH.Part53.Material = Enum.Material.Neon
  5421. RH.Part53.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5422. RH.Part53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5423. RH.Part53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5424. RH.Part53.CFrame = CFrame.new(5.52088976, 3.9416821, 0.433613002, 0.909557104, 0.234960496, -0.34278214, -0.328011036, 0.912353933, -0.244988292, 0.255176038, 0.335267156, 0.906907499)
  5425. RH.Part53.Rotation = Vector3.new(15.1168346, -20.0464687, -14.4842358)
  5426. RH.Part53.BrickColor = BrickColor.new("Gold")
  5427. RH.Part53.Position = Vector3.new(5.52088976, 3.9416821, 0.433613002)
  5428. RH.Part53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5429. RH.Part53.Parent = RH.Part1
  5430.  
  5431. RH.BlockMesh26 = Instance.new("BlockMesh")
  5432. RH.BlockMesh26.Scale = Vector3.new(29.8166771, 3.5561192, 0.27354756)
  5433. RH.BlockMesh26.Parent = RH.Part53
  5434.  
  5435. RH.Part54 = Instance.new("Part")
  5436. RH.Part54.Anchored = true
  5437. RH.Part54.CanCollide = false
  5438. RH.Part54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5439. RH.Part54.Name = "Handle"
  5440. RH.Part54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5441. RH.Part54.Transparency = 1
  5442. RH.Part54.Color = Color3.new(0.905882, 0.905882, 0.92549)
  5443. RH.Part54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5444. RH.Part54.Material = Enum.Material.Metal
  5445. RH.Part54.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918)
  5446. RH.Part54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5447. RH.Part54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5448. RH.Part54.CFrame = CFrame.new(2.05906892, 5.07284689, -0.566510975, 0.342772961, 0.234851137, 0.909588814, 0.245047972, 0.91237241, -0.327914715, -0.906894863, 0.335293114, 0.255186796)
  5449. RH.Part54.Rotation = Vector3.new(52.1095581, 65.4485855, -34.4170189)
  5450. RH.Part54.BrickColor = BrickColor.new("Pearl")
  5451. RH.Part54.Position = Vector3.new(2.05906892, 5.07284689, -0.566510975)
  5452. RH.Part54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5453. RH.Part54.Parent = RH.Part1
  5454.  
  5455. RH.Part55 = Instance.new("Part")
  5456. RH.Part55.Anchored = true
  5457. RH.Part55.CanCollide = false
  5458. RH.Part55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5459. RH.Part55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5460. RH.Part55.Color = Color3.new(0.356863, 0.364706, 0.411765)
  5461. RH.Part55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5462. RH.Part55.Material = Enum.Material.Metal
  5463. RH.Part55.Size = Vector3.new(0.339199007, 0.328257143, 0.492385566)
  5464. RH.Part55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5465. RH.Part55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5466. RH.Part55.CFrame = CFrame.new(0.701359987, 3.707551, -1.44802904, 0.342789888, 0.23484011, 0.909585238, 0.245009914, 0.912388325, -0.327899188, -0.906898677, 0.335257947, 0.25521934)
  5467. RH.Part55.Rotation = Vector3.new(52.104702, 65.4480972, -34.4144478)
  5468. RH.Part55.BrickColor = BrickColor.new("Smoky grey")
  5469. RH.Part55.Position = Vector3.new(0.701359987, 3.707551, -1.44802904)
  5470. RH.Part55.Shape = Enum.PartType.Cylinder
  5471. RH.Part55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5472. RH.Part55.Parent = RH.Part1
  5473.  
  5474. RH.Part56 = Instance.new("Part")
  5475. RH.Part56.Anchored = true
  5476. RH.Part56.CanCollide = false
  5477. RH.Part56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5478. RH.Part56.Name = "Handle"
  5479. RH.Part56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5480. RH.Part56.Transparency = 1
  5481. RH.Part56.Color = Color3.new(0.905882, 0.905882, 0.92549)
  5482. RH.Part56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5483. RH.Part56.Material = Enum.Material.Metal
  5484. RH.Part56.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918)
  5485. RH.Part56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5486. RH.Part56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5487. RH.Part56.CFrame = CFrame.new(0.69114697, 3.72283888, -1.448313, 0.342772961, 0.234851137, 0.909588814, 0.245047972, 0.91237241, -0.327914715, -0.906894863, 0.335293114, 0.255186796)
  5488. RH.Part56.Rotation = Vector3.new(52.1095581, 65.4485855, -34.4170189)
  5489. RH.Part56.BrickColor = BrickColor.new("Pearl")
  5490. RH.Part56.Position = Vector3.new(0.69114697, 3.72283888, -1.448313)
  5491. RH.Part56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5492. RH.Part56.Parent = RH.Part1
  5493.  
  5494. RH.Part57 = Instance.new("Part")
  5495. RH.Part57.Anchored = true
  5496. RH.Part57.CanCollide = false
  5497. RH.Part57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5498. RH.Part57.Name = "Joint"
  5499. RH.Part57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5500. RH.Part57.Color = Color3.new(0.356863, 0.364706, 0.411765)
  5501. RH.Part57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5502. RH.Part57.Material = Enum.Material.Metal
  5503. RH.Part57.Size = Vector3.new(0.328257024, 0.328257143, 0.218838036)
  5504. RH.Part57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5505. RH.Part57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5506. RH.Part57.CFrame = CFrame.new(0.913083971, 3.90394306, -1.31493902, 0.670218289, 0.658275247, -0.342755258, -0.740245342, 0.626112223, -0.244990557, 0.053332027, 0.417920142, 0.906917036)
  5507. RH.Part57.Rotation = Vector3.new(15.1168156, -20.0448284, -44.4849319)
  5508. RH.Part57.BrickColor = BrickColor.new("Smoky grey")
  5509. RH.Part57.Position = Vector3.new(0.913083971, 3.90394306, -1.31493902)
  5510. RH.Part57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5511. RH.Part57.Parent = RH.Part1
  5512.  
  5513. RH.Part58 = Instance.new("Part")
  5514. RH.Part58.Anchored = true
  5515. RH.Part58.CanCollide = false
  5516. RH.Part58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5517. RH.Part58.Name = "Joint"
  5518. RH.Part58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5519. RH.Part58.Color = Color3.new(0.356863, 0.364706, 0.411765)
  5520. RH.Part58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5521. RH.Part58.Material = Enum.Material.Metal
  5522. RH.Part58.Size = Vector3.new(0.382966518, 0.492385685, 0.218838036)
  5523. RH.Part58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5524. RH.Part58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5525. RH.Part58.CFrame = CFrame.new(1.56603694, 5.05949688, -0.755895972, 0.909557104, 0.234960496, -0.34278214, -0.328011036, 0.912353933, -0.244988292, 0.255176038, 0.335267156, 0.906907499)
  5526. RH.Part58.Rotation = Vector3.new(15.1168346, -20.0464687, -14.4842358)
  5527. RH.Part58.BrickColor = BrickColor.new("Smoky grey")
  5528. RH.Part58.Position = Vector3.new(1.56603694, 5.05949688, -0.755895972)
  5529. RH.Part58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5530. RH.Part58.Parent = RH.Part1
  5531.  
  5532. RH.Part59 = Instance.new("Part")
  5533. RH.Part59.Anchored = true
  5534. RH.Part59.CanCollide = false
  5535. RH.Part59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5536. RH.Part59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5537. RH.Part59.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5538. RH.Part59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5539. RH.Part59.Material = Enum.Material.Metal
  5540. RH.Part59.Size = Vector3.new(0.218838021, 0.492385656, 0.328257084)
  5541. RH.Part59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5542. RH.Part59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5543. RH.Part59.CFrame = CFrame.new(1.11245501, 3.94285607, -1.22907996, 0.670218289, 0.658275247, -0.342755258, -0.740245342, 0.626112223, -0.244990557, 0.053332027, 0.417920142, 0.906917036)
  5544. RH.Part59.Rotation = Vector3.new(15.1168156, -20.0448284, -44.4849319)
  5545. RH.Part59.BrickColor = BrickColor.new("Institutional white")
  5546. RH.Part59.Position = Vector3.new(1.11245501, 3.94285607, -1.22907996)
  5547. RH.Part59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5548. RH.Part59.Parent = RH.Part1
  5549.  
  5550. RH.Part60 = Instance.new("Part")
  5551. RH.Part60.Anchored = true
  5552. RH.Part60.CanCollide = false
  5553. RH.Part60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5554. RH.Part60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5555. RH.Part60.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5556. RH.Part60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5557. RH.Part60.Material = Enum.Material.Metal
  5558. RH.Part60.Size = Vector3.new(0.437676042, 0.382966667, 0.328257084)
  5559. RH.Part60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5560. RH.Part60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5561. RH.Part60.CFrame = CFrame.new(1.43835104, 4.66914177, -0.909633994, 0.909557104, 0.234960496, -0.34278214, -0.328011036, 0.912353933, -0.244988292, 0.255176038, 0.335267156, 0.906907499)
  5562. RH.Part60.Rotation = Vector3.new(15.1168346, -20.0464687, -14.4842358)
  5563. RH.Part60.BrickColor = BrickColor.new("Institutional white")
  5564. RH.Part60.Position = Vector3.new(1.43835104, 4.66914177, -0.909633994)
  5565. RH.Part60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5566. RH.Part60.Parent = RH.Part1
  5567.  
  5568. RH.Part61 = Instance.new("Part")
  5569. RH.Part61.Anchored = true
  5570. RH.Part61.CanCollide = false
  5571. RH.Part61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5572. RH.Part61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5573. RH.Part61.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5574. RH.Part61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5575. RH.Part61.Material = Enum.Material.Metal
  5576. RH.Part61.Size = Vector3.new(0.437676042, 0.27354762, 0.328257084)
  5577. RH.Part61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5578. RH.Part61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5579. RH.Part61.CFrame = CFrame.new(1.11113, 4.09236383, -1.18917298, 0.670218289, 0.658275247, -0.342755258, -0.740245342, 0.626112223, -0.244990557, 0.053332027, 0.417920142, 0.906917036)
  5580. RH.Part61.Rotation = Vector3.new(15.1168156, -20.0448284, -44.4849319)
  5581. RH.Part61.BrickColor = BrickColor.new("Institutional white")
  5582. RH.Part61.Position = Vector3.new(1.11113, 4.09236383, -1.18917298)
  5583. RH.Part61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5584. RH.Part61.Parent = RH.Part1
  5585.  
  5586. RH.Part62 = Instance.new("Part")
  5587. RH.Part62.Anchored = true
  5588. RH.Part62.CanCollide = false
  5589. RH.Part62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5590. RH.Part62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5591. RH.Part62.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5592. RH.Part62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5593. RH.Part62.Material = Enum.Material.Metal
  5594. RH.Part62.Size = Vector3.new(0.437676042, 0.382966667, 0.328257084)
  5595. RH.Part62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5596. RH.Part62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5597. RH.Part62.CFrame = CFrame.new(1.29864204, 4.3376832, -1.05200994, 0.817754567, 0.462345779, -0.342802972, -0.552955747, 0.796385109, -0.244970933, 0.159741923, 0.389880955, 0.90690428)
  5598. RH.Part62.Rotation = Vector3.new(15.1158628, -20.047739, -29.4831467)
  5599. RH.Part62.BrickColor = BrickColor.new("Institutional white")
  5600. RH.Part62.Position = Vector3.new(1.29864204, 4.3376832, -1.05200994)
  5601. RH.Part62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5602. RH.Part62.Parent = RH.Part1
  5603.  
  5604. RH.WedgePart54 = Instance.new("WedgePart")
  5605. RH.WedgePart54.CFrame = CFrame.new(0.875742972, 4.01919413, -1.29790497, 0.342922091, -0.670186162, 0.658221126, 0.244797066, 0.740255177, 0.626176298, -0.906906247, -0.053599067, 0.417909503)
  5606. RH.WedgePart54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5607. RH.WedgePart54.CanCollide = false
  5608. RH.WedgePart54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5609. RH.WedgePart54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5610. RH.WedgePart54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5611. RH.WedgePart54.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5612. RH.WedgePart54.Material = Enum.Material.Metal
  5613. RH.WedgePart54.Size = Vector3.new(0.328257084, 0.218838081, 0.218838021)
  5614. RH.WedgePart54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5615. RH.WedgePart54.Anchored = true
  5616. RH.WedgePart54.Rotation = Vector3.new(-56.2808876, 41.1643486, 62.9020004)
  5617. RH.WedgePart54.BrickColor = BrickColor.new("Institutional white")
  5618. RH.WedgePart54.Position = Vector3.new(0.875742972, 4.01919413, -1.29790497)
  5619. RH.WedgePart54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5620. RH.WedgePart54.Parent = RH.Part1
  5621.  
  5622. RH.Part63 = Instance.new("Part")
  5623. RH.Part63.Anchored = true
  5624. RH.Part63.CanCollide = false
  5625. RH.Part63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5626. RH.Part63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5627. RH.Part63.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5628. RH.Part63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5629. RH.Part63.Material = Enum.Material.Metal
  5630. RH.Part63.Size = Vector3.new(0.328257084, 0.437676162, 0.492385566)
  5631. RH.Part63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5632. RH.Part63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5633. RH.Part63.CFrame = CFrame.new(1.39337695, 4.49443913, -0.973842978, 0.342789888, 0.23484011, 0.909585238, 0.245009914, 0.912388325, -0.327899188, -0.906898677, 0.335257947, 0.25521934)
  5634. RH.Part63.Rotation = Vector3.new(52.104702, 65.4480972, -34.4144478)
  5635. RH.Part63.BrickColor = BrickColor.new("Institutional white")
  5636. RH.Part63.Position = Vector3.new(1.39337695, 4.49443913, -0.973842978)
  5637. RH.Part63.Shape = Enum.PartType.Cylinder
  5638. RH.Part63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5639. RH.Part63.Parent = RH.Part1
  5640.  
  5641. RH.Part64 = Instance.new("Part")
  5642. RH.Part64.Anchored = true
  5643. RH.Part64.CanCollide = false
  5644. RH.Part64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5645. RH.Part64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5646. RH.Part64.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5647. RH.Part64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5648. RH.Part64.Material = Enum.Material.Metal
  5649. RH.Part64.Size = Vector3.new(0.328257084, 0.437676162, 0.492385566)
  5650. RH.Part64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5651. RH.Part64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5652. RH.Part64.CFrame = CFrame.new(1.20837605, 4.18035316, -1.12863898, 0.342818975, 0.462268949, 0.817791283, 0.244927973, 0.796450853, -0.552879989, -0.906909883, 0.389837742, 0.159815863)
  5653. RH.Part64.Rotation = Vector3.new(73.8775024, 54.8642998, -53.4393425)
  5654. RH.Part64.BrickColor = BrickColor.new("Institutional white")
  5655. RH.Part64.Position = Vector3.new(1.20837605, 4.18035316, -1.12863898)
  5656. RH.Part64.Shape = Enum.PartType.Cylinder
  5657. RH.Part64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5658. RH.Part64.Parent = RH.Part1
  5659.  
  5660. RH.Part65 = Instance.new("Part")
  5661. RH.Part65.Anchored = true
  5662. RH.Part65.CanCollide = false
  5663. RH.Part65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5664. RH.Part65.Name = "Handle"
  5665. RH.Part65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5666. RH.Part65.Transparency = 1
  5667. RH.Part65.Color = Color3.new(0.905882, 0.905882, 0.92549)
  5668. RH.Part65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5669. RH.Part65.Material = Enum.Material.Metal
  5670. RH.Part65.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918)
  5671. RH.Part65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5672. RH.Part65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5673. RH.Part65.CFrame = CFrame.new(1.02658701, 4.00297594, -1.24583399, 0.342772961, 0.234851137, 0.909588814, 0.245047972, 0.91237241, -0.327914715, -0.906894863, 0.335293114, 0.255186796)
  5674. RH.Part65.Rotation = Vector3.new(52.1095581, 65.4485855, -34.4170189)
  5675. RH.Part65.BrickColor = BrickColor.new("Pearl")
  5676. RH.Part65.Position = Vector3.new(1.02658701, 4.00297594, -1.24583399)
  5677. RH.Part65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5678. RH.Part65.Parent = RH.Part1
  5679.  
  5680. RH.WedgePart55 = Instance.new("WedgePart")
  5681. RH.WedgePart55.CFrame = CFrame.new(2.82110405, 5.73350906, -0.0994189978, 0.342512012, 0.251173139, -0.905316293, 0.245094001, -0.954122484, -0.17198661, -0.906980991, -0.162980124, -0.388359398)
  5682. RH.WedgePart55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5683. RH.WedgePart55.CanCollide = false
  5684. RH.WedgePart55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5685. RH.WedgePart55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5686. RH.WedgePart55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5687. RH.WedgePart55.Color = Color3.new(0.356863, 0.364706, 0.411765)
  5688. RH.WedgePart55.Material = Enum.Material.Metal
  5689. RH.WedgePart55.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5690. RH.WedgePart55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5691. RH.WedgePart55.Anchored = true
  5692. RH.WedgePart55.Rotation = Vector3.new(156.113647, -64.865921, -36.253582)
  5693. RH.WedgePart55.BrickColor = BrickColor.new("Smoky grey")
  5694. RH.WedgePart55.Position = Vector3.new(2.82110405, 5.73350906, -0.0994189978)
  5695. RH.WedgePart55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5696. RH.WedgePart55.Parent = RH.Part1
  5697.  
  5698. RH.SpecialMesh45 = Instance.new("SpecialMesh")
  5699. RH.SpecialMesh45.Scale = Vector3.new(1.09419024, 0.54709518, 8.47997379)
  5700. RH.SpecialMesh45.MeshType = Enum.MeshType.Wedge
  5701. RH.SpecialMesh45.Parent = RH.WedgePart55
  5702.  
  5703. RH.WedgePart56 = Instance.new("WedgePart")
  5704. RH.WedgePart56.CFrame = CFrame.new(1.42084098, 5.65732479, -0.649205983, -0.342942119, -0.234697282, 0.909564793, -0.244891092, -0.912463427, -0.327778935, 0.906873286, -0.33515349, 0.255446881)
  5705. RH.WedgePart56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5706. RH.WedgePart56.CanCollide = false
  5707. RH.WedgePart56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5708. RH.WedgePart56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5709. RH.WedgePart56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5710. RH.WedgePart56.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5711. RH.WedgePart56.Material = Enum.Material.Metal
  5712. RH.WedgePart56.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5713. RH.WedgePart56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5714. RH.WedgePart56.Anchored = true
  5715. RH.WedgePart56.Rotation = Vector3.new(52.0697632, 65.445282, 145.613663)
  5716. RH.WedgePart56.BrickColor = BrickColor.new("Institutional white")
  5717. RH.WedgePart56.Position = Vector3.new(1.42084098, 5.65732479, -0.649205983)
  5718. RH.WedgePart56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5719. RH.WedgePart56.Parent = RH.Part1
  5720.  
  5721. RH.SpecialMesh46 = Instance.new("SpecialMesh")
  5722. RH.SpecialMesh46.Scale = Vector3.new(1.64128542, 1.36773813, 0.547095001)
  5723. RH.SpecialMesh46.MeshType = Enum.MeshType.Wedge
  5724. RH.SpecialMesh46.Parent = RH.WedgePart56
  5725.  
  5726. RH.WedgePart57 = Instance.new("WedgePart")
  5727. RH.WedgePart57.CFrame = CFrame.new(2.61201191, 5.63892984, -0.203997001, -0.343027979, 0.25111109, 0.905138195, -0.244875968, -0.95419091, 0.171917021, 0.906844854, -0.162674218, 0.38880524)
  5728. RH.WedgePart57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5729. RH.WedgePart57.CanCollide = false
  5730. RH.WedgePart57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5731. RH.WedgePart57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5732. RH.WedgePart57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5733. RH.WedgePart57.Color = Color3.new(0.356863, 0.364706, 0.411765)
  5734. RH.WedgePart57.Material = Enum.Material.Metal
  5735. RH.WedgePart57.Size = Vector3.new(0.218838051, 0.218838081, 0.328257084)
  5736. RH.WedgePart57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5737. RH.WedgePart57.Anchored = true
  5738. RH.WedgePart57.Rotation = Vector3.new(-23.8534546, 64.8419037, -143.794281)
  5739. RH.WedgePart57.BrickColor = BrickColor.new("Smoky grey")
  5740. RH.WedgePart57.Position = Vector3.new(2.61201191, 5.63892984, -0.203997001)
  5741. RH.WedgePart57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5742. RH.WedgePart57.Parent = RH.Part1
  5743.  
  5744. RH.WedgePart58 = Instance.new("WedgePart")
  5745. RH.WedgePart58.CFrame = CFrame.new(1.89839196, 5.29422998, -0.566848993, 0.342789888, 0.23484011, 0.909585238, 0.245009914, 0.912388325, -0.327899188, -0.906898677, 0.335257947, 0.25521934)
  5746. RH.WedgePart58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5747. RH.WedgePart58.CanCollide = false
  5748. RH.WedgePart58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5749. RH.WedgePart58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5750. RH.WedgePart58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5751. RH.WedgePart58.Color = Color3.new(0.356863, 0.364706, 0.411765)
  5752. RH.WedgePart58.Material = Enum.Material.Metal
  5753. RH.WedgePart58.Size = Vector3.new(0.218838051, 0.328257143, 0.27354753)
  5754. RH.WedgePart58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5755. RH.WedgePart58.Anchored = true
  5756. RH.WedgePart58.Rotation = Vector3.new(52.104702, 65.4480972, -34.4144478)
  5757. RH.WedgePart58.BrickColor = BrickColor.new("Smoky grey")
  5758. RH.WedgePart58.Position = Vector3.new(1.89839196, 5.29422998, -0.566848993)
  5759. RH.WedgePart58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5760. RH.WedgePart58.Parent = RH.Part1
  5761.  
  5762. RH.WedgePart59 = Instance.new("WedgePart")
  5763. RH.WedgePart59.CFrame = CFrame.new(3.83839393, 6.21478176, 0.415069997, 0.342512012, 0.251173139, -0.905316293, 0.245094001, -0.954122484, -0.17198661, -0.906980991, -0.162980124, -0.388359398)
  5764. RH.WedgePart59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5765. RH.WedgePart59.CanCollide = false
  5766. RH.WedgePart59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5767. RH.WedgePart59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5768. RH.WedgePart59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5769. RH.WedgePart59.Color = Color3.new(0.356863, 0.364706, 0.411765)
  5770. RH.WedgePart59.Material = Enum.Material.Metal
  5771. RH.WedgePart59.Size = Vector3.new(0.218838051, 0.465030938, 0.711223662)
  5772. RH.WedgePart59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5773. RH.WedgePart59.Anchored = true
  5774. RH.WedgePart59.Rotation = Vector3.new(156.113647, -64.865921, -36.253582)
  5775. RH.WedgePart59.BrickColor = BrickColor.new("Smoky grey")
  5776. RH.WedgePart59.Position = Vector3.new(3.83839393, 6.21478176, 0.415069997)
  5777. RH.WedgePart59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5778. RH.WedgePart59.Parent = RH.Part1
  5779.  
  5780. RH.WedgePart60 = Instance.new("WedgePart")
  5781. RH.WedgePart60.CFrame = CFrame.new(2.88438606, 5.69073296, -0.0870629996, 0.342512012, 0.251173139, -0.905316293, 0.245094001, -0.954122484, -0.17198661, -0.906980991, -0.162980124, -0.388359398)
  5782. RH.WedgePart60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5783. RH.WedgePart60.CanCollide = false
  5784. RH.WedgePart60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5785. RH.WedgePart60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5786. RH.WedgePart60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5787. RH.WedgePart60.Color = Color3.new(0.356863, 0.364706, 0.411765)
  5788. RH.WedgePart60.Material = Enum.Material.Metal
  5789. RH.WedgePart60.Size = Vector3.new(0.218838051, 0.218838081, 0.27354756)
  5790. RH.WedgePart60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5791. RH.WedgePart60.Anchored = true
  5792. RH.WedgePart60.Rotation = Vector3.new(156.113647, -64.865921, -36.253582)
  5793. RH.WedgePart60.BrickColor = BrickColor.new("Smoky grey")
  5794. RH.WedgePart60.Position = Vector3.new(2.88438606, 5.69073296, -0.0870629996)
  5795. RH.WedgePart60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5796. RH.WedgePart60.Parent = RH.Part1
  5797.  
  5798. RH.WedgePart61 = Instance.new("WedgePart")
  5799. RH.WedgePart61.CFrame = CFrame.new(3.88310695, 6.5384779, 0.519432008, 0.342770904, 0.90515238, 0.251410782, 0.24500294, 0.1722271, -0.954102457, -0.906907737, 0.38863501, -0.16273056)
  5800. RH.WedgePart61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5801. RH.WedgePart61.CanCollide = false
  5802. RH.WedgePart61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5803. RH.WedgePart61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5804. RH.WedgePart61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5805. RH.WedgePart61.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5806. RH.WedgePart61.Material = Enum.Material.Metal
  5807. RH.WedgePart61.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5808. RH.WedgePart61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5809. RH.WedgePart61.Anchored = true
  5810. RH.WedgePart61.Rotation = Vector3.new(99.6791611, 14.5610104, -69.2588959)
  5811. RH.WedgePart61.BrickColor = BrickColor.new("Institutional white")
  5812. RH.WedgePart61.Position = Vector3.new(3.88310695, 6.5384779, 0.519432008)
  5813. RH.WedgePart61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5814. RH.WedgePart61.Parent = RH.Part1
  5815.  
  5816. RH.SpecialMesh47 = Instance.new("SpecialMesh")
  5817. RH.SpecialMesh47.Scale = Vector3.new(1.64128542, 1.09419036, 0.27354756)
  5818. RH.SpecialMesh47.MeshType = Enum.MeshType.Wedge
  5819. RH.SpecialMesh47.Parent = RH.WedgePart61
  5820.  
  5821. RH.Part66 = Instance.new("Part")
  5822. RH.Part66.Anchored = true
  5823. RH.Part66.CanCollide = false
  5824. RH.Part66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5825. RH.Part66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5826. RH.Part66.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5827. RH.Part66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5828. RH.Part66.Material = Enum.Material.Metal
  5829. RH.Part66.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5830. RH.Part66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5831. RH.Part66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5832. RH.Part66.CFrame = CFrame.new(3.69878197, 6.44860792, 0.425494999, 0.251316041, 0.90519166, -0.342736632, -0.954119146, 0.172133341, -0.245003819, -0.162779018, 0.388584971, 0.906920493)
  5833. RH.Part66.Rotation = Vector3.new(15.1175413, -20.0436916, -74.4832993)
  5834. RH.Part66.BrickColor = BrickColor.new("Institutional white")
  5835. RH.Part66.Position = Vector3.new(3.69878197, 6.44860792, 0.425494999)
  5836. RH.Part66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5837. RH.Part66.Parent = RH.Part1
  5838.  
  5839. RH.BlockMesh27 = Instance.new("BlockMesh")
  5840. RH.BlockMesh27.Scale = Vector3.new(0.27354756, 2.73547626, 1.64128542)
  5841. RH.BlockMesh27.Parent = RH.Part66
  5842.  
  5843. RH.WedgePart62 = Instance.new("WedgePart")
  5844. RH.WedgePart62.CFrame = CFrame.new(2.8431499, 6.34067678, 0.0729679987, -0.342732996, -0.905127347, 0.251552612, -0.244881004, -0.172435999, -0.954096019, 0.906955004, -0.388600647, -0.162548974)
  5845. RH.WedgePart62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5846. RH.WedgePart62.CanCollide = false
  5847. RH.WedgePart62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5848. RH.WedgePart62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5849. RH.WedgePart62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5850. RH.WedgePart62.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5851. RH.WedgePart62.Material = Enum.Material.Metal
  5852. RH.WedgePart62.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5853. RH.WedgePart62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5854. RH.WedgePart62.Anchored = true
  5855. RH.WedgePart62.Rotation = Vector3.new(99.6686249, 14.5694065, 110.739532)
  5856. RH.WedgePart62.BrickColor = BrickColor.new("Institutional white")
  5857. RH.WedgePart62.Position = Vector3.new(2.8431499, 6.34067678, 0.0729679987)
  5858. RH.WedgePart62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5859. RH.WedgePart62.Parent = RH.Part1
  5860.  
  5861. RH.SpecialMesh48 = Instance.new("SpecialMesh")
  5862. RH.SpecialMesh48.Scale = Vector3.new(1.64128542, 10.3948097, 0.27354756)
  5863. RH.SpecialMesh48.MeshType = Enum.MeshType.Wedge
  5864. RH.SpecialMesh48.Parent = RH.WedgePart62
  5865.  
  5866. RH.WedgePart63 = Instance.new("WedgePart")
  5867. RH.WedgePart63.CFrame = CFrame.new(3.97114897, 6.50039911, 0.542415977, 0.342512012, 0.251173139, -0.905316293, 0.245094001, -0.954122484, -0.17198661, -0.906980991, -0.162980124, -0.388359398)
  5868. RH.WedgePart63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5869. RH.WedgePart63.CanCollide = false
  5870. RH.WedgePart63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5871. RH.WedgePart63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5872. RH.WedgePart63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5873. RH.WedgePart63.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5874. RH.WedgePart63.Material = Enum.Material.Metal
  5875. RH.WedgePart63.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5876. RH.WedgePart63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5877. RH.WedgePart63.Anchored = true
  5878. RH.WedgePart63.Rotation = Vector3.new(156.113647, -64.865921, -36.253582)
  5879. RH.WedgePart63.BrickColor = BrickColor.new("Institutional white")
  5880. RH.WedgePart63.Position = Vector3.new(3.97114897, 6.50039911, 0.542415977)
  5881. RH.WedgePart63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5882. RH.WedgePart63.Parent = RH.Part1
  5883.  
  5884. RH.SpecialMesh49 = Instance.new("SpecialMesh")
  5885. RH.SpecialMesh49.Scale = Vector3.new(1.64128542, 0.273547649, 0.27354756)
  5886. RH.SpecialMesh49.MeshType = Enum.MeshType.Wedge
  5887. RH.SpecialMesh49.Parent = RH.WedgePart63
  5888.  
  5889. RH.Part67 = Instance.new("Part")
  5890. RH.Part67.Anchored = true
  5891. RH.Part67.CanCollide = false
  5892. RH.Part67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5893. RH.Part67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5894. RH.Part67.Color = Color3.new(0.356863, 0.364706, 0.411765)
  5895. RH.Part67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5896. RH.Part67.Material = Enum.Material.Metal
  5897. RH.Part67.Size = Vector3.new(0.333728105, 0.257134736, 0.279018462)
  5898. RH.Part67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5899. RH.Part67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5900. RH.Part67.CFrame = CFrame.new(3.60089207, 6.33050013, 0.356582999, 0.342789888, 0.23484011, 0.909585238, 0.245009914, 0.912388325, -0.327899188, -0.906898677, 0.335257947, 0.25521934)
  5901. RH.Part67.Rotation = Vector3.new(52.104702, 65.4480972, -34.4144478)
  5902. RH.Part67.BrickColor = BrickColor.new("Smoky grey")
  5903. RH.Part67.Position = Vector3.new(3.60089207, 6.33050013, 0.356582999)
  5904. RH.Part67.Shape = Enum.PartType.Cylinder
  5905. RH.Part67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5906. RH.Part67.Parent = RH.Part1
  5907.  
  5908. RH.WedgePart64 = Instance.new("WedgePart")
  5909. RH.WedgePart64.CFrame = CFrame.new(3.75035405, 6.25285006, 0.392085999, 0.342512012, 0.251173139, -0.905316293, 0.245094001, -0.954122484, -0.17198661, -0.906980991, -0.162980124, -0.388359398)
  5910. RH.WedgePart64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5911. RH.WedgePart64.CanCollide = false
  5912. RH.WedgePart64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5913. RH.WedgePart64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5914. RH.WedgePart64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5915. RH.WedgePart64.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5916. RH.WedgePart64.Material = Enum.Material.Metal
  5917. RH.WedgePart64.Size = Vector3.new(0.328257084, 0.35561192, 0.54709512)
  5918. RH.WedgePart64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5919. RH.WedgePart64.Anchored = true
  5920. RH.WedgePart64.Rotation = Vector3.new(156.113647, -64.865921, -36.253582)
  5921. RH.WedgePart64.BrickColor = BrickColor.new("Institutional white")
  5922. RH.WedgePart64.Position = Vector3.new(3.75035405, 6.25285006, 0.392085999)
  5923. RH.WedgePart64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5924. RH.WedgePart64.Parent = RH.Part1
  5925.  
  5926. RH.WedgePart65 = Instance.new("WedgePart")
  5927. RH.WedgePart65.CFrame = CFrame.new(1.929703, 5.31021881, -0.550705016, 0.342820019, -0.234579876, -0.909641027, 0.245118022, -0.912438095, 0.327679753, -0.906858146, -0.335304558, -0.25530228)
  5928. RH.WedgePart65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5929. RH.WedgePart65.CanCollide = false
  5930. RH.WedgePart65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5931. RH.WedgePart65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5932. RH.WedgePart65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5933. RH.WedgePart65.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5934. RH.WedgePart65.Material = Enum.Material.Metal
  5935. RH.WedgePart65.Size = Vector3.new(0.328257084, 0.27354762, 0.218838021)
  5936. RH.WedgePart65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5937. RH.WedgePart65.Anchored = true
  5938. RH.WedgePart65.Rotation = Vector3.new(-127.922913, -65.4557953, 34.3824844)
  5939. RH.WedgePart65.BrickColor = BrickColor.new("Institutional white")
  5940. RH.WedgePart65.Position = Vector3.new(1.929703, 5.31021881, -0.550705016)
  5941. RH.WedgePart65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5942. RH.WedgePart65.Parent = RH.Part1
  5943.  
  5944. RH.Part68 = Instance.new("Part")
  5945. RH.Part68.Anchored = true
  5946. RH.Part68.CanCollide = false
  5947. RH.Part68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5948. RH.Part68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5949. RH.Part68.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5950. RH.Part68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5951. RH.Part68.Material = Enum.Material.Metal
  5952. RH.Part68.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  5953. RH.Part68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5954. RH.Part68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5955. RH.Part68.CFrame = CFrame.new(1.48509097, 5.90689993, -0.557479978, 0.909557104, 0.234960496, -0.34278214, -0.328011036, 0.912353933, -0.244988292, 0.255176038, 0.335267156, 0.906907499)
  5956. RH.Part68.Rotation = Vector3.new(15.1168346, -20.0464687, -14.4842358)
  5957. RH.Part68.BrickColor = BrickColor.new("Institutional white")
  5958. RH.Part68.Position = Vector3.new(1.48509097, 5.90689993, -0.557479978)
  5959. RH.Part68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5960. RH.Part68.Parent = RH.Part1
  5961.  
  5962. RH.BlockMesh28 = Instance.new("BlockMesh")
  5963. RH.BlockMesh28.Scale = Vector3.new(0.547094882, 1.36773813, 1.64128542)
  5964. RH.BlockMesh28.Parent = RH.Part68
  5965.  
  5966. RH.Part69 = Instance.new("Part")
  5967. RH.Part69.Anchored = true
  5968. RH.Part69.CanCollide = false
  5969. RH.Part69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5970. RH.Part69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5971. RH.Part69.Color = Color3.new(0.356863, 0.364706, 0.411765)
  5972. RH.Part69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5973. RH.Part69.Material = Enum.Material.Metal
  5974. RH.Part69.Size = Vector3.new(0.465030789, 1.96954262, 0.218838036)
  5975. RH.Part69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5976. RH.Part69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5977. RH.Part69.CFrame = CFrame.new(2.6250999, 5.98401022, -0.105803996, 0.251307011, 0.90519172, -0.342743188, -0.95411998, 0.172119945, -0.245009929, -0.162788004, 0.388590842, 0.90691632)
  5978. RH.Part69.Rotation = Vector3.new(15.1179667, -20.0440922, -74.4838257)
  5979. RH.Part69.BrickColor = BrickColor.new("Smoky grey")
  5980. RH.Part69.Position = Vector3.new(2.6250999, 5.98401022, -0.105803996)
  5981. RH.Part69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5982. RH.Part69.Parent = RH.Part1
  5983.  
  5984. RH.Part70 = Instance.new("Part")
  5985. RH.Part70.Anchored = true
  5986. RH.Part70.CanCollide = false
  5987. RH.Part70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5988. RH.Part70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5989. RH.Part70.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5990. RH.Part70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5991. RH.Part70.Material = Enum.Material.Metal
  5992. RH.Part70.Size = Vector3.new(0.656514108, 0.328257143, 0.328257084)
  5993. RH.Part70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5994. RH.Part70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5995. RH.Part70.CFrame = CFrame.new(1.82701194, 5.75635099, -0.468941003, 0.909557104, 0.234960496, -0.34278214, -0.328011036, 0.912353933, -0.244988292, 0.255176038, 0.335267156, 0.906907499)
  5996. RH.Part70.Rotation = Vector3.new(15.1168346, -20.0464687, -14.4842358)
  5997. RH.Part70.BrickColor = BrickColor.new("Institutional white")
  5998. RH.Part70.Position = Vector3.new(1.82701194, 5.75635099, -0.468941003)
  5999. RH.Part70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6000. RH.Part70.Parent = RH.Part1
  6001.  
  6002. RH.Part71 = Instance.new("Part")
  6003. RH.Part71.Anchored = true
  6004. RH.Part71.CanCollide = false
  6005. RH.Part71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6006. RH.Part71.Name = "Handle"
  6007. RH.Part71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6008. RH.Part71.Transparency = 1
  6009. RH.Part71.Color = Color3.new(0.905882, 0.905882, 0.92549)
  6010. RH.Part71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6011. RH.Part71.Material = Enum.Material.Metal
  6012. RH.Part71.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918)
  6013. RH.Part71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6014. RH.Part71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6015. RH.Part71.CFrame = CFrame.new(1.68928301, 5.49075508, -0.593330026, 0.342772961, 0.234851137, 0.909588814, 0.245047972, 0.91237241, -0.327914715, -0.906894863, 0.335293114, 0.255186796)
  6016. RH.Part71.Rotation = Vector3.new(52.1095581, 65.4485855, -34.4170189)
  6017. RH.Part71.BrickColor = BrickColor.new("Pearl")
  6018. RH.Part71.Position = Vector3.new(1.68928301, 5.49075508, -0.593330026)
  6019. RH.Part71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6020. RH.Part71.Parent = RH.Part1
  6021.  
  6022. RH.Part72 = Instance.new("Part")
  6023. RH.Part72.Anchored = true
  6024. RH.Part72.CanCollide = false
  6025. RH.Part72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6026. RH.Part72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6027. RH.Part72.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6028. RH.Part72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6029. RH.Part72.Material = Enum.Material.Metal
  6030. RH.Part72.Size = Vector3.new(0.437676042, 0.382966667, 0.328257084)
  6031. RH.Part72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6032. RH.Part72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6033. RH.Part72.CFrame = CFrame.new(1.64396501, 5.46778488, -0.61610198, 0.909557104, 0.234960496, -0.34278214, -0.328011036, 0.912353933, -0.244988292, 0.255176038, 0.335267156, 0.906907499)
  6034. RH.Part72.Rotation = Vector3.new(15.1168346, -20.0464687, -14.4842358)
  6035. RH.Part72.BrickColor = BrickColor.new("Institutional white")
  6036. RH.Part72.Position = Vector3.new(1.64396501, 5.46778488, -0.61610198)
  6037. RH.Part72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6038. RH.Part72.Parent = RH.Part1
  6039.  
  6040. RH.Part73 = Instance.new("Part")
  6041. RH.Part73.Anchored = true
  6042. RH.Part73.CanCollide = false
  6043. RH.Part73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6044. RH.Part73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6045. RH.Part73.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6046. RH.Part73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6047. RH.Part73.Material = Enum.Material.Metal
  6048. RH.Part73.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6049. RH.Part73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6050. RH.Part73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6051. RH.Part73.CFrame = CFrame.new(1.97467804, 5.48492193, -0.486485988, 0.909557104, 0.234960496, -0.34278214, -0.328011036, 0.912353933, -0.244988292, 0.255176038, 0.335267156, 0.906907499)
  6052. RH.Part73.Rotation = Vector3.new(15.1168346, -20.0464687, -14.4842358)
  6053. RH.Part73.BrickColor = BrickColor.new("Institutional white")
  6054. RH.Part73.Position = Vector3.new(1.97467804, 5.48492193, -0.486485988)
  6055. RH.Part73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6056. RH.Part73.Parent = RH.Part1
  6057.  
  6058. RH.BlockMesh29 = Instance.new("BlockMesh")
  6059. RH.BlockMesh29.Scale = Vector3.new(1.09419, 0.54709518, 1.64128542)
  6060. RH.BlockMesh29.Parent = RH.Part73
  6061.  
  6062. RH.WedgePart66 = Instance.new("WedgePart")
  6063. RH.WedgePart66.CFrame = CFrame.new(1.66789901, 4.50456095, -0.867361009, -0.342942119, -0.234697282, 0.909564793, -0.244891092, -0.912463427, -0.327778935, 0.906873286, -0.33515349, 0.255446881)
  6064. RH.WedgePart66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6065. RH.WedgePart66.CanCollide = false
  6066. RH.WedgePart66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6067. RH.WedgePart66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6068. RH.WedgePart66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6069. RH.WedgePart66.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6070. RH.WedgePart66.Material = Enum.Material.Metal
  6071. RH.WedgePart66.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6072. RH.WedgePart66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6073. RH.WedgePart66.Anchored = true
  6074. RH.WedgePart66.Rotation = Vector3.new(52.0697632, 65.445282, 145.613663)
  6075. RH.WedgePart66.BrickColor = BrickColor.new("Institutional white")
  6076. RH.WedgePart66.Position = Vector3.new(1.66789901, 4.50456095, -0.867361009)
  6077. RH.WedgePart66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6078. RH.WedgePart66.Parent = RH.Part1
  6079.  
  6080. RH.SpecialMesh50 = Instance.new("SpecialMesh")
  6081. RH.SpecialMesh50.Scale = Vector3.new(1.64128542, 0.54709518, 0.547095001)
  6082. RH.SpecialMesh50.MeshType = Enum.MeshType.Wedge
  6083. RH.SpecialMesh50.Parent = RH.WedgePart66
  6084.  
  6085. RH.Part74 = Instance.new("Part")
  6086. RH.Part74.Anchored = true
  6087. RH.Part74.CanCollide = false
  6088. RH.Part74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6089. RH.Part74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6090. RH.Part74.Color = Color3.new(0.356863, 0.364706, 0.411765)
  6091. RH.Part74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6092. RH.Part74.Material = Enum.Material.Metal
  6093. RH.Part74.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6094. RH.Part74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6095. RH.Part74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6096. RH.Part74.CFrame = CFrame.new(2.10704994, 5.10715675, -0.693480968, 0.342789888, 0.23484011, 0.909585238, 0.245009914, 0.912388325, -0.327899188, -0.906898677, 0.335257947, 0.25521934)
  6097. RH.Part74.Rotation = Vector3.new(52.104702, 65.4480972, -34.4144478)
  6098. RH.Part74.BrickColor = BrickColor.new("Smoky grey")
  6099. RH.Part74.Position = Vector3.new(2.10704994, 5.10715675, -0.693480968)
  6100. RH.Part74.Shape = Enum.PartType.Cylinder
  6101. RH.Part74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6102. RH.Part74.Parent = RH.Part1
  6103.  
  6104. RH.SpecialMesh51 = Instance.new("SpecialMesh")
  6105. RH.SpecialMesh51.Scale = Vector3.new(0.27354756, 0.820642889, 0.54709506)
  6106. RH.SpecialMesh51.MeshType = Enum.MeshType.Cylinder
  6107. RH.SpecialMesh51.Parent = RH.Part74
  6108.  
  6109. RH.WedgePart67 = Instance.new("WedgePart")
  6110. RH.WedgePart67.CFrame = CFrame.new(2.11589408, 5.18853712, -0.513216019, -0.342936039, 0.235022232, -0.909483075, -0.245074034, 0.912279367, 0.328154176, 0.906826138, 0.335426599, -0.25525561)
  6111. RH.WedgePart67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6112. RH.WedgePart67.CanCollide = false
  6113. RH.WedgePart67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6114. RH.WedgePart67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6115. RH.WedgePart67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6116. RH.WedgePart67.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6117. RH.WedgePart67.Material = Enum.Material.Metal
  6118. RH.WedgePart67.Size = Vector3.new(0.328257084, 0.27354762, 0.218838021)
  6119. RH.WedgePart67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6120. RH.WedgePart67.Anchored = true
  6121. RH.WedgePart67.Rotation = Vector3.new(-127.877655, -65.4340134, -145.576233)
  6122. RH.WedgePart67.BrickColor = BrickColor.new("Institutional white")
  6123. RH.WedgePart67.Position = Vector3.new(2.11589408, 5.18853712, -0.513216019)
  6124. RH.WedgePart67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6125. RH.WedgePart67.Parent = RH.Part1
  6126.  
  6127. RH.WedgePart68 = Instance.new("WedgePart")
  6128. RH.WedgePart68.CFrame = CFrame.new(1.91684794, 5.26029587, -0.569042027, 0.342789888, 0.23484011, 0.909585238, 0.245009914, 0.912388325, -0.327899188, -0.906898677, 0.335257947, 0.25521934)
  6129. RH.WedgePart68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6130. RH.WedgePart68.CanCollide = false
  6131. RH.WedgePart68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6132. RH.WedgePart68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6133. RH.WedgePart68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6134. RH.WedgePart68.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6135. RH.WedgePart68.Material = Enum.Material.Metal
  6136. RH.WedgePart68.Size = Vector3.new(0.328257084, 0.27354762, 0.218838021)
  6137. RH.WedgePart68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6138. RH.WedgePart68.Anchored = true
  6139. RH.WedgePart68.Rotation = Vector3.new(52.104702, 65.4480972, -34.4144478)
  6140. RH.WedgePart68.BrickColor = BrickColor.new("Institutional white")
  6141. RH.WedgePart68.Position = Vector3.new(1.91684794, 5.26029587, -0.569042027)
  6142. RH.WedgePart68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6143. RH.WedgePart68.Parent = RH.Part1
  6144.  
  6145. RH.Part75 = Instance.new("Part")
  6146. RH.Part75.Anchored = true
  6147. RH.Part75.CanCollide = false
  6148. RH.Part75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6149. RH.Part75.Name = "Handle"
  6150. RH.Part75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6151. RH.Part75.Transparency = 1
  6152. RH.Part75.Color = Color3.new(0.905882, 0.905882, 0.92549)
  6153. RH.Part75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6154. RH.Part75.Material = Enum.Material.Metal
  6155. RH.Part75.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918)
  6156. RH.Part75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6157. RH.Part75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6158. RH.Part75.CFrame = CFrame.new(1.56169403, 5.05760813, -0.758596003, 0.342772961, 0.234851137, 0.909588814, 0.245047972, 0.91237241, -0.327914715, -0.906894863, 0.335293114, 0.255186796)
  6159. RH.Part75.Rotation = Vector3.new(52.1095581, 65.4485855, -34.4170189)
  6160. RH.Part75.BrickColor = BrickColor.new("Pearl")
  6161. RH.Part75.Position = Vector3.new(1.56169403, 5.05760813, -0.758596003)
  6162. RH.Part75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6163. RH.Part75.Parent = RH.Part1
  6164.  
  6165. RH.Part76 = Instance.new("Part")
  6166. RH.Part76.Anchored = true
  6167. RH.Part76.CanCollide = false
  6168. RH.Part76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6169. RH.Part76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6170. RH.Part76.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6171. RH.Part76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6172. RH.Part76.Material = Enum.Material.Metal
  6173. RH.Part76.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6174. RH.Part76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6175. RH.Part76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6176. RH.Part76.CFrame = CFrame.new(1.81719303, 4.45074081, -0.825483024, 0.909557104, 0.234960496, -0.34278214, -0.328011036, 0.912353933, -0.244988292, 0.255176038, 0.335267156, 0.906907499)
  6177. RH.Part76.Rotation = Vector3.new(15.1168346, -20.0464687, -14.4842358)
  6178. RH.Part76.BrickColor = BrickColor.new("Institutional white")
  6179. RH.Part76.Position = Vector3.new(1.81719303, 4.45074081, -0.825483024)
  6180. RH.Part76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6181. RH.Part76.Parent = RH.Part1
  6182.  
  6183. RH.BlockMesh30 = Instance.new("BlockMesh")
  6184. RH.BlockMesh30.Scale = Vector3.new(1.09419012, 0.547095597, 1.64128542)
  6185. RH.BlockMesh30.Parent = RH.Part76
  6186.  
  6187. RH.Part77 = Instance.new("Part")
  6188. RH.Part77.Anchored = true
  6189. RH.Part77.CanCollide = false
  6190. RH.Part77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6191. RH.Part77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6192. RH.Part77.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6193. RH.Part77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6194. RH.Part77.Material = Enum.Material.Metal
  6195. RH.Part77.Size = Vector3.new(0.437676042, 0.382966667, 0.328257084)
  6196. RH.Part77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6197. RH.Part77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6198. RH.Part77.CFrame = CFrame.new(1.54115999, 5.06846094, -0.762872994, 0.909557104, 0.234960496, -0.34278214, -0.328011036, 0.912353933, -0.244988292, 0.255176038, 0.335267156, 0.906907499)
  6199. RH.Part77.Rotation = Vector3.new(15.1168346, -20.0464687, -14.4842358)
  6200. RH.Part77.BrickColor = BrickColor.new("Institutional white")
  6201. RH.Part77.Position = Vector3.new(1.54115999, 5.06846094, -0.762872994)
  6202. RH.Part77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6203. RH.Part77.Parent = RH.Part1
  6204.  
  6205. RH.Part78 = Instance.new("Part")
  6206. RH.Part78.Anchored = true
  6207. RH.Part78.CanCollide = false
  6208. RH.Part78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6209. RH.Part78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6210. RH.Part78.Color = Color3.new(0.356863, 0.364706, 0.411765)
  6211. RH.Part78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6212. RH.Part78.Material = Enum.Material.Metal
  6213. RH.Part78.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6214. RH.Part78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6215. RH.Part78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6216. RH.Part78.CFrame = CFrame.new(2.01108289, 5.03852177, -0.439543009, 0.342789888, 0.23484011, 0.909585238, 0.245009914, 0.912388325, -0.327899188, -0.906898677, 0.335257947, 0.25521934)
  6217. RH.Part78.Rotation = Vector3.new(52.104702, 65.4480972, -34.4144478)
  6218. RH.Part78.BrickColor = BrickColor.new("Smoky grey")
  6219. RH.Part78.Position = Vector3.new(2.01108289, 5.03852177, -0.439543009)
  6220. RH.Part78.Shape = Enum.PartType.Cylinder
  6221. RH.Part78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6222. RH.Part78.Parent = RH.Part1
  6223.  
  6224. RH.SpecialMesh52 = Instance.new("SpecialMesh")
  6225. RH.SpecialMesh52.Scale = Vector3.new(0.27354756, 0.820642889, 0.54709506)
  6226. RH.SpecialMesh52.MeshType = Enum.MeshType.Cylinder
  6227. RH.SpecialMesh52.Parent = RH.Part78
  6228.  
  6229. RH.Fire1 = Instance.new("Fire")
  6230. RH.Fire1.Enabled = false
  6231. RH.Fire1.Heat = 25
  6232. RH.Fire1.SecondaryColor = Color3.new(1, 0, 0)
  6233. RH.Fire1.Color = Color3.new(1, 0.635294, 0)
  6234. RH.Fire1.Size = 30
  6235. RH.Fire1.Parent = RH.Part1
  6236.  
  6237. RH.Script1 = Instance.new("Script")
  6238. RH.Script1.Name = "Spread"
  6239. RH.Script1.Parent = RH.Fire1
  6240.  
  6241. local function weldModel(model, weldRoot)
  6242. local parts = {}
  6243. local function recurse(object)
  6244. if object:IsA("BasePart") then
  6245. table.insert(parts, object)
  6246. end
  6247. for _, child in next, object:GetChildren() do
  6248. recurse(child)
  6249. end
  6250. end
  6251. recurse(model)
  6252. local rootPart = weldRoot or parts[1]
  6253. for _, part in next, parts do
  6254. local cframe = rootPart.CFrame:toObjectSpace(part.CFrame)
  6255. local weld = Instance.new("Weld")
  6256. weld.Part0 = rootPart
  6257. weld.Part1 = part
  6258. weld.C0 = cframe
  6259. weld.Parent = rootPart
  6260. part.Anchored = false
  6261. end
  6262. end
  6263. weldModel(RH.Model1, RH.Part1)
  6264.  
  6265. local function makeWeld(rootPart, offPart, C0, C1)
  6266. C0 = C0 or rootPart.CFrame:toObjectSpace(offPart.CFrame)
  6267. C1 = C1 or nC
  6268. local newWeld = Instance.new("Motor6D", rootPart)
  6269. newWeld.Part0 = rootPart
  6270. newWeld.Part1 = offPart
  6271. newWeld.C0 = C0
  6272. newWeld.C1 = C1
  6273. return newWeld
  6274. end
  6275.  
  6276. makeWeld(Game.Players.LocalPlayer.Character.Torso, RH.Part1, CFrame.new(0, -2.4, 1.1), CFrame.new(0, 0, 0))
  6277.  
  6278. maus.KeyDown:connect(function(kei)
  6279. if string.byte(kei)==48 and not otheranims then
  6280. runnin=true
  6281. end
  6282. if kei=='w' then fldb.w=true end
  6283. if kei=='a' then fldb.a=true end
  6284. if kei=='s' then fldb.s=true end
  6285. if kei=='d' then fldb.d=true end
  6286. end)
  6287. maus.KeyUp:connect(function(kei)
  6288. if string.byte(kei)==48 and not otheranims then
  6289. runnin=false
  6290. end
  6291. if kei=='w' then fldb.w=false end
  6292. if kei=='a' then fldb.a=false end
  6293. if kei=='s' then fldb.s=false end
  6294. if kei=='d' then fldb.d=false end
  6295. end)
  6296.  
  6297.  
  6298.  
  6299.  
  6300.  
  6301. game:service'RunService'.RenderStepped:connect(function()
  6302. if anim~=lastanim then
  6303. runtime=0
  6304. end
  6305. lastanim=anim
  6306. chr.Humanoid.CameraOffset=(rutprt.CFrame:toObjectSpace(hed.CFrame)).p+Vector3.new(0,-1.25,0)
  6307. syne=syne+.95
  6308. if not otheranims and not swimming then
  6309. 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
  6310. anim="Idling"
  6311. 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
  6312. anim="Walking"
  6313. 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
  6314. anim="Sprinting"
  6315. elseif torso.Velocity.y>5 and chr.Humanoid.Jump then
  6316. anim='Jumping'
  6317. elseif (torso.Velocity.y < -5) and chr.Humanoid.Jump then
  6318. anim='Falling'
  6319. end
  6320. end
  6321.  
  6322.  
  6323. if anim=="Idling" then
  6324. idlesineinc=35
  6325. rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(1.65,.525-.3*math.cos(syne/10),0)*CFrame.Angles(math.rad(10),0,math.rad(70)),.035)
  6326. larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(-1.65,.525-.3*math.cos(syne/10),0)*CFrame.Angles(math.rad(10),0,math.rad(-70)),.035)
  6327. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.55,-1.4-0.1*math.cos(syne/10), -0.55) * CFrame.Angles(math.rad(-10+1*math.cos(syne/10)), math.rad(10), math.rad(-0-2*math.cos(syne/10))), 0.4)
  6328. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.55, -2-0.1*math.cos(syne/10), 0) * CFrame.Angles(0, math.rad(-10), math.rad(0+2*math.cos(syne/10))), 0.4)
  6329. hed.Weld.C0=Lerp(hed.Weld.C0,CFrame.new(0,1.5+math.cos(syne/idlesineinc)/50,0)*CFrame.Angles(math.cos(syne/idlesineinc)/40,0,0),.1)
  6330. rutprt.Weld.C0=Lerp(rutprt.Weld.C0,CFrame.new(0,5-1*math.cos(syne/10),0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  6331. end
  6332.  
  6333. if anim=="Walking" then
  6334. rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(1.5,.525-.1*math.cos(syne/10),0)*CFrame.Angles(math.rad(0),0,math.rad(70)),.035)
  6335. larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(-1.5,.525-.1*math.cos(syne/10),0)*CFrame.Angles(math.rad(0),0,math.rad(-70)),.035)
  6336. lleg.Weld.C0=Lerp(lleg.Weld.C0,CFrame.new(0, 0, 0),.1)
  6337. rleg.Weld.C0=Lerp(rleg.Weld.C0,CFrame.new(0, 0, 0),.1)
  6338. hed.Weld.C0=Lerp(hed.Weld.C0,CFrame.new(0,1.5+math.cos(syne/idlesineinc)/50,0)*CFrame.Angles(math.cos(syne/idlesineinc)/40,0,0),.1)
  6339. rutprt.Weld.C0=Lerp(rutprt.Weld.C0,CFrame.new(0,5-1*math.cos(syne/10),0)*CFrame.Angles(math.rad(-30),math.rad(0),math.rad(0)),.1)
  6340. end
  6341.  
  6342. if anim=="Sprinting" then
  6343. rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(1.5,.525,0)*CFrame.Angles(-math.cos(syne/2.5)/10+math.rad(-55),0,math.rad(12.5)),.1)
  6344. larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(-1.5,.525,0)*CFrame.Angles(-math.cos(syne/2.5)/10+math.rad(-55),0,math.rad(-12.5)),.1)
  6345. lleg.Weld.C0=Lerp(lleg.Weld.C0,CFrame.new(-.55,-1.6-math.cos(syne/4)/4,-(math.cos(syne/4)*2)-math.rad(10))*CFrame.Angles(math.cos(syne/4)*2+math.rad(10),0,math.rad(-2.5)),.1)
  6346. rleg.Weld.C0=Lerp(rleg.Weld.C0,CFrame.new(.55,-1.6-math.cos(syne/4)/4,math.cos(syne/4)*2-math.rad(10))*CFrame.Angles(-(math.cos(syne/4)*2)+math.rad(10),0,math.rad(2.5)),.1)
  6347. hed.Weld.C0=Lerp(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)
  6348. rutprt.Weld.C0=Lerp(rutprt.Weld.C0,CFrame.new(0,-.3+math.cos(syne/2.5)/15,math.cos(syne/2.5))*CFrame.Angles(math.cos(syne/2.5)/10+math.rad(-25),math.cos(syne/2.5)/10,math.cos(syne/4)/20+math.sin(rutprt.RotVelocity.y/2)/4),.1)
  6349. end
  6350.  
  6351. if anim=="Jumping" then
  6352. rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(1.5,.525,0)*CFrame.Angles(math.rad(10),0,math.rad(50)),.1)
  6353. larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(-1.5,.525,0)*CFrame.Angles(math.rad(10),0,math.rad(-50)),.1)
  6354. lleg.Weld.C0=Lerp(lleg.Weld.C0,CFrame.new(-.55,-1.4,0)*CFrame.Angles(math.rad(-17.5),0,math.rad(-2.5)),.1)
  6355. rleg.Weld.C0=Lerp(rleg.Weld.C0,CFrame.new(.55,-1.1,-.1)*CFrame.Angles(math.rad(-17.5),0,math.rad(2.5)),.1)
  6356. hed.Weld.C0=Lerp(hed.Weld.C0,CFrame.new(0,1.5+math.cos(syne/20)/50,0)*CFrame.Angles(math.cos(syne/20)/40,0,0),.1)
  6357. rutprt.Weld.C0=Lerp(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)
  6358. end
  6359.  
  6360. if anim=="Falling" then
  6361. rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(1.5,.525,0)*CFrame.Angles(math.rad(10),0,math.rad(70)),.035)
  6362. larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(-1.5,.525,0)*CFrame.Angles(math.rad(10),0,math.rad(-70)),.035)
  6363. lleg.Weld.C0=Lerp(lleg.Weld.C0,CFrame.new(-.55,-1.2,0)*CFrame.Angles(math.rad(-14),0,math.rad(-2.5)),.035)
  6364. rleg.Weld.C0=Lerp(rleg.Weld.C0,CFrame.new(.55,-1.9,0)*CFrame.Angles(math.rad(0),0,math.rad(2.5)),.035)
  6365. hed.Weld.C0=Lerp(hed.Weld.C0,CFrame.new(0,1.5,-.3)*CFrame.Angles(math.rad(-40),0,0),.035)
  6366. rutprt.Weld.C0=Lerp(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)
  6367. end
  6368.  
  6369. if runnin and not otheranims and not swimming then
  6370. chr.Humanoid.WalkSpeed=RunSpeed
  6371. elseif not runnin and not otheranims and not swimming then
  6372. chr.Humanoid.WalkSpeed=WlkSpeed
  6373. end
  6374. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement