Advertisement
Void_scripter0

Mercy

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