Advertisement
wamandnj

Untitled

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