SHOW:
|
|
- or go back to the newest paste.
| 1 | if game:GetService("RunService"):IsClient() then error("Please run as a server script. Use h/ instead of hl/.") end
| |
| 2 | print("FE Compatibility: by WaverlyCole & Mokiros")
| |
| 3 | InternalData = {}
| |
| 4 | do | |
| 5 | script.Parent = owner.Character | |
| 6 | local Event = Instance.new("RemoteEvent")
| |
| 7 | Event.Name = "UserInput" | |
| 8 | local function NewFakeEvent() | |
| 9 | local Fake = {fakeEvent=true,Connect=function(self,Func)self.Function=Func end}Fake.connect = Fake.Connect
| |
| 10 | return Fake | |
| 11 | end | |
| 12 | local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
| |
| 13 | local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
| |
| 14 | local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
| |
| 15 | self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
| |
| 16 | end};ContextActionService.UnBindAction = ContextActionService.BindAction | |
| 17 | local function TriggerEvent(self,Event,...) | |
| 18 | local Trigger = Mouse[Event] | |
| 19 | if Trigger and Trigger.fakeEvent and Trigger.Function then | |
| 20 | Trigger.Function(...) | |
| 21 | end | |
| 22 | end | |
| 23 | Mouse.TrigEvent = TriggerEvent | |
| 24 | UserInputService.TrigEvent = TriggerEvent | |
| 25 | Event.OnServerEvent:Connect(function(FiredBy,Input) | |
| 26 | if FiredBy.Name ~= owner.Name then end | |
| 27 | if Input.MouseEvent then | |
| 28 | Mouse.Target = Input.Target | |
| 29 | Mouse.Hit = Input.Hit | |
| 30 | else | |
| 31 | local Begin = Input.UserInputState == Enum.UserInputState.Begin | |
| 32 | if Input.UserInputType == Enum.UserInputType.MouseButton1 then | |
| 33 | return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up") | |
| 34 | end | |
| 35 | for _,Action in pairs(ContextActionService.Actions) do | |
| 36 | for _,Key in pairs(Action.Keys) do | |
| 37 | if Key==Input.KeyCode then | |
| 38 | Action.Function(Action.Name,Input.UserInputState,Input) | |
| 39 | end | |
| 40 | end | |
| 41 | end | |
| 42 | Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower()) | |
| 43 | UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false) | |
| 44 | end | |
| 45 | end) | |
| 46 | InternalData["Mouse"] = Mouse | |
| 47 | InternalData["ContextActionService"] = ContextActionService | |
| 48 | InternalData["UserInputService"] = UserInputService | |
| 49 | Event.Parent = NLS([[ | |
| 50 | local Player = owner | |
| 51 | local Event = script:WaitForChild("UserInput")
| |
| 52 | local UserInputService = game:GetService("UserInputService")
| |
| 53 | local Mouse = Player:GetMouse() | |
| 54 | local Input = function(Input,gameProcessedEvent) | |
| 55 | if gameProcessedEvent then return end | |
| 56 | Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
| |
| 57 | end | |
| 58 | UserInputService.InputBegan:Connect(Input) | |
| 59 | UserInputService.InputEnded:Connect(Input) | |
| 60 | local Hit,Target | |
| 61 | while wait(1/30) do | |
| 62 | if Hit ~= Mouse.Hit or Target ~= Mouse.Target then | |
| 63 | Hit,Target = Mouse.Hit,Mouse.Target | |
| 64 | Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
| |
| 65 | end | |
| 66 | end | |
| 67 | ]],owner.Character) | |
| 68 | end | |
| 69 | RealGame = game;game = setmetatable({},{
| |
| 70 | __index = function (self,Index) | |
| 71 | local Sandbox = function (Thing) | |
| 72 | if Thing:IsA("Player") then
| |
| 73 | local RealPlayer = Thing | |
| 74 | return setmetatable({},{
| |
| 75 | __index = function (self,Index) | |
| 76 | local Type = type(RealPlayer[Index]) | |
| 77 | if Type == "function" then | |
| 78 | if Index:lower() == "getmouse" or Index:lower() == "mouse" then | |
| 79 | return function (self) | |
| 80 | return InternalData["Mouse"] | |
| 81 | end | |
| 82 | end | |
| 83 | return function (self,...) | |
| 84 | return RealPlayer[Index](RealPlayer,...) | |
| 85 | end | |
| 86 | else | |
| 87 | if Index == "PlrObj" then | |
| 88 | return RealPlayer | |
| 89 | end | |
| 90 | return RealPlayer[Index] | |
| 91 | end | |
| 92 | end; | |
| 93 | __tostring = function(self) | |
| 94 | return RealPlayer.Name | |
| 95 | end | |
| 96 | }) | |
| 97 | end | |
| 98 | end | |
| 99 | if RealGame[Index] then | |
| 100 | local Type = type(RealGame[Index]) | |
| 101 | if Type == "function" then | |
| 102 | if Index:lower() == "getservice" or Index:lower() == "service" then | |
| 103 | return function (self,Service) | |
| 104 | if Service:lower() == "players" then | |
| 105 | return setmetatable({},{
| |
| 106 | __index = function (self2,Index2) | |
| 107 | local RealService = RealGame:GetService(Service) | |
| 108 | local Type2 = type(Index2) | |
| 109 | if Type2 == "function" then | |
| 110 | return function (self,...) | |
| 111 | return RealService[Index2](RealService,...) | |
| 112 | end | |
| 113 | else | |
| 114 | if Index2:lower() == "localplayer" then | |
| 115 | return Sandbox(owner) | |
| 116 | end | |
| 117 | return RealService[Index2] | |
| 118 | end | |
| 119 | end; | |
| 120 | __tostring = function(self) | |
| 121 | return RealGame:GetService(Service).Name | |
| 122 | end | |
| 123 | }) | |
| 124 | elseif Service:lower() == "contextactionservice" then | |
| 125 | return InternalData["ContextActionService"] | |
| 126 | elseif Service:lower() == "contextactionservice" then | |
| 127 | return InternalData["UserInputService"] | |
| 128 | - | LH.Part2.BrickColor = BrickColor.new("Gold")
|
| 128 | + | elseif Service:lower() == "runservice" then |
| 129 | return setmetatable({},{
| |
| 130 | __index = function(self2,Index2) | |
| 131 | local RealService = RealGame:GetService(Service) | |
| 132 | local Type2 = type(Index2) | |
| 133 | if Type2 == "function" then | |
| 134 | return function (self,...) | |
| 135 | return RealService[Index2](RealService,...) | |
| 136 | end | |
| 137 | else | |
| 138 | if Index2:lower() == "bindtorenderstep" then | |
| 139 | return function (self,Name,Priority,Function) | |
| 140 | return RealGame:GetService("RunService").Stepped:Connect(Function)
| |
| 141 | end | |
| 142 | end | |
| 143 | if Index2:lower() == "renderstepped" then | |
| 144 | return RealService["Stepped"] | |
| 145 | end | |
| 146 | return RealService[Index2] | |
| 147 | end | |
| 148 | end | |
| 149 | }) | |
| 150 | else | |
| 151 | return RealGame:GetService(Service) | |
| 152 | end | |
| 153 | end | |
| 154 | end | |
| 155 | return function (self,...) | |
| 156 | return RealGame[Index](RealGame,...) | |
| 157 | end | |
| 158 | else | |
| 159 | if game:GetService(Index) then | |
| 160 | return game:GetService(Index) | |
| 161 | end | |
| 162 | return RealGame[Index] | |
| 163 | end | |
| 164 | else | |
| 165 | return nil | |
| 166 | end | |
| 167 | end | |
| 168 | });Game = game;owner = game:GetService("Players").LocalPlayer;script = {}
| |
| 169 | print("Complete! Running...")
| |
| 170 | - | LH.Part4.BrickColor = BrickColor.new("Gold")
|
| 170 | + | |
| 171 | ||
| 172 | --//Paste script below this line. | |
| 173 | ||
| 174 | local plr = game.Players.LocalPlayer | |
| 175 | local chr = plr.Character | |
| 176 | local maus = plr:GetMouse() | |
| 177 | local PGui=plr.PlayerGui | |
| 178 | local lleg = chr["Left Leg"] | |
| 179 | local rleg = chr["Right Leg"] | |
| 180 | local larm = chr["Left Arm"] | |
| 181 | local rarm = chr["Right Arm"] | |
| 182 | local hed = chr.Head | |
| 183 | local rutprt = chr.HumanoidRootPart | |
| 184 | local torso = chr.Torso | |
| 185 | local otheranims=false | |
| 186 | local swimming=false | |
| 187 | chr.Animate.Disabled=true | |
| 188 | local fldb={['w']=false,['a']=false,['s']=false,['d']=false}
| |
| 189 | local RunSpeed=30 | |
| 190 | local WlkSpeed=16 | |
| 191 | local SwimSpeed=14 | |
| 192 | local SwimDashSpeed=28 | |
| 193 | local anim = "Idling" | |
| 194 | local lastanim = "Idling" | |
| 195 | local val = 0 | |
| 196 | local syne = 0 | |
| 197 | local num = 0 | |
| 198 | local runtime = 0 | |
| 199 | local pseudohead=hed:Clone() | |
| 200 | for i,x in pairs(pseudohead:GetChildren()) do if not x.ClassName:find('Mesh') then x:Destroy() end end
| |
| 201 | pseudohead.Name='PseudoHead' | |
| 202 | pseudohead.Parent=chr.Head | |
| 203 | local pseudoweld=Instance.new('Weld',torso)
| |
| 204 | pseudoweld.Part0=hed | |
| 205 | pseudoweld.Name='PseudoHedWld' | |
| 206 | pseudoweld.Part1=pseudohead | |
| 207 | hed.Transparency=1 | |
| 208 | ||
| 209 | coroutine.wrap(function() | |
| 210 | for i,x in pairs(hed:GetChildren()) do if x:IsA('Sound') then x:Destroy() end end end)()
| |
| 211 | function Lerp(a, b, i) | |
| 212 | - | LH.WedgePart1.BrickColor = BrickColor.new("Gold")
|
| 212 | + | |
| 213 | local com2 = {b.X, b.Y, b.Z, b:toEulerAnglesXYZ()}
| |
| 214 | local calx = com1[1] + (com2[1] - com1[1]) * i | |
| 215 | local caly = com1[2] + (com2[2] - com1[2]) * i | |
| 216 | local calz = com1[3] + (com2[3] - com1[3]) * i | |
| 217 | local cala = com1[4] + (com2[4] - com1[4]) * i | |
| 218 | local calb = com1[5] + (com2[5] - com1[5]) * i | |
| 219 | local calc = com1[6] + (com2[6] - com1[6]) * i | |
| 220 | return CFrame.new(calx, caly, calz) * CFrame.Angles(cala, calb, calc) | |
| 221 | end | |
| 222 | function TwnSingleNumber(s,f,m) | |
| 223 | local wot=s+(f-s)*m | |
| 224 | return wot | |
| 225 | end | |
| 226 | function TwnVector3(q,w,e) | |
| 227 | local begin={q.x,q.y,q.z}
| |
| 228 | local ending={w.x,w.y,w.z}
| |
| 229 | local bgx=begin[1]+(ending[1]-begin[1])*e | |
| 230 | local bgy=begin[2]+(ending[2]-begin[2])*e | |
| 231 | local bgz=begin[3]+(ending[3]-begin[3])*e | |
| 232 | return Vector3.new(bgx,bgy,bgz) | |
| 233 | end | |
| 234 | newWeld = function(wld, wp0, wp1, wc0x, wc0y, wc0z) | |
| 235 | wld = Instance.new("Weld", wp1)
| |
| 236 | wld.Part0 = wp0 | |
| 237 | wld.Part1 = wp1 | |
| 238 | wld.C0 = CFrame.new(wc0x, wc0y, wc0z) | |
| 239 | end | |
| 240 | ||
| 241 | ||
| 242 | ||
| 243 | ||
| 244 | ||
| 245 | ||
| 246 | --[[local mult = 2 | |
| 247 | ---------------------------------------------------- | |
| 248 | larm.Size = larm.Size * mult | |
| 249 | rarm.Size = rarm.Size * mult | |
| 250 | lleg.Size = lleg.Size * mult | |
| 251 | rleg.Size = rleg.Size * mult | |
| 252 | torso.Size = torso.Size * mult | |
| 253 | hed.Size = hed.Size * mult | |
| 254 | rutprt.Size = rutprt.Size * mult | |
| 255 | ----------------------------------------------------]] | |
| 256 | newWeld(law, torso, larm, -1.5, 0.5, 0) | |
| 257 | newWeld(raw, torso, rarm, 1.5, 0.5, 0) | |
| 258 | newWeld(llw, torso, lleg, -.5, -2, 0) | |
| 259 | newWeld(rlw, torso, rleg, .5, -2, 0) | |
| 260 | newWeld(hw, torso, hed, 0, 1.5, 0) | |
| 261 | local rutwald=Instance.new('Weld',rutprt)
| |
| 262 | rutwald.Part0=rutprt | |
| 263 | rutwald.Part1=torso | |
| 264 | rutprt.Weld.C1=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),0) | |
| 265 | larm.Weld.C1 = CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),0,0) | |
| 266 | rarm.Weld.C1 = CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),0,0) | |
| 267 | rleg.Weld.C1=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0) | |
| 268 | lleg.Weld.C1=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0) | |
| 269 | ||
| 270 | ||
| 271 | ||
| 272 | local LH = {}
| |
| 273 | ||
| 274 | LH.Model1 = Instance.new("Model")
| |
| 275 | LH.Model1.Name = "I2S_Model" | |
| 276 | LH.Model1.Parent = chr | |
| 277 | ||
| 278 | LH.Part1 = Instance.new("Part")
| |
| 279 | LH.Part1.Name = "L_Hitbox" | |
| 280 | LH.Part1.Transparency = 1 | |
| 281 | LH.Part1.Reflectance = 1 | |
| 282 | LH.Part1.Size = Vector3.new(2.4000001, 1, 1) | |
| 283 | 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) | |
| 284 | LH.Part1.Rotation = Vector3.new(0.0688205212, 0.0567388348, -0.33766672) | |
| 285 | LH.Part1.Position = Vector3.new(-0.12872, 1.45511019, -0.8820979) | |
| 286 | LH.Part1.Parent = LH.Model1 | |
| 287 | ||
| 288 | LH.Part2 = Instance.new("Part")
| |
| 289 | LH.Part2.Anchored = true | |
| 290 | LH.Part2.CanCollide = false | |
| 291 | LH.Part2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 292 | LH.Part2.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 293 | LH.Part2.Color = Color3.new(0.937255, 0.721569, 0.219608) | |
| 294 | LH.Part2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 295 | LH.Part2.Material = Enum.Material.Neon | |
| 296 | LH.Part2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 297 | LH.Part2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 298 | LH.Part2.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 299 | 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) | |
| 300 | LH.Part2.Rotation = Vector3.new(-164.296768, -19.6018848, 92.2301865) | |
| 301 | LH.Part2.BrickColor = BrickColor.new("Really red")
| |
| 302 | LH.Part2.Position = Vector3.new(-1.70705605, 3.25694895, -1.17306495) | |
| 303 | LH.Part2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 304 | - | LH.WedgePart5.BrickColor = BrickColor.new("Gold")
|
| 304 | + | |
| 305 | ||
| 306 | LH.BlockMesh1 = Instance.new("BlockMesh")
| |
| 307 | LH.BlockMesh1.Scale = Vector3.new(11.7625437, 3.5561192, 0.27354756) | |
| 308 | LH.BlockMesh1.Parent = LH.Part2 | |
| 309 | ||
| 310 | LH.Part3 = Instance.new("Part")
| |
| 311 | LH.Part3.Anchored = true | |
| 312 | LH.Part3.CanCollide = false | |
| 313 | LH.Part3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 314 | LH.Part3.Name = "Handle" | |
| 315 | LH.Part3.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 316 | LH.Part3.Transparency = 1 | |
| 317 | LH.Part3.Color = Color3.new(0.905882, 0.905882, 0.92549) | |
| 318 | LH.Part3.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 319 | LH.Part3.Material = Enum.Material.Metal | |
| 320 | LH.Part3.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918) | |
| 321 | LH.Part3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 322 | LH.Part3.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 323 | 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) | |
| 324 | LH.Part3.Rotation = Vector3.new(49.7422104, -66.7481461, 31.8276329) | |
| 325 | LH.Part3.BrickColor = BrickColor.new("Pearl")
| |
| 326 | LH.Part3.Position = Vector3.new(-1.92360103, 4.55722094, -0.745054007) | |
| 327 | LH.Part3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 328 | LH.Part3.Parent = LH.Part1 | |
| 329 | ||
| 330 | LH.Part4 = Instance.new("Part")
| |
| 331 | LH.Part4.Anchored = true | |
| 332 | LH.Part4.CanCollide = false | |
| 333 | LH.Part4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 334 | LH.Part4.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 335 | LH.Part4.Color = Color3.new(0.937255, 0.721569, 0.219608) | |
| 336 | LH.Part4.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 337 | LH.Part4.Material = Enum.Material.Neon | |
| 338 | LH.Part4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 339 | LH.Part4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 340 | LH.Part4.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 341 | 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) | |
| 342 | LH.Part4.Rotation = Vector3.new(-164.293655, -19.5991154, 122.230759) | |
| 343 | LH.Part4.BrickColor = BrickColor.new("Really red")
| |
| 344 | LH.Part4.Position = Vector3.new(-3.15951896, 2.33208108, -0.895771027) | |
| 345 | LH.Part4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 346 | LH.Part4.Parent = LH.Part1 | |
| 347 | ||
| 348 | LH.BlockMesh2 = Instance.new("BlockMesh")
| |
| 349 | LH.BlockMesh2.Scale = Vector3.new(16.6863995, 4.37676144, 0.27354756) | |
| 350 | LH.BlockMesh2.Parent = LH.Part4 | |
| 351 | ||
| 352 | LH.Part5 = Instance.new("Part")
| |
| 353 | LH.Part5.Anchored = true | |
| 354 | LH.Part5.CanCollide = false | |
| 355 | LH.Part5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 356 | LH.Part5.Name = "Handle" | |
| 357 | LH.Part5.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 358 | LH.Part5.Transparency = 1 | |
| 359 | LH.Part5.Color = Color3.new(0.905882, 0.905882, 0.92549) | |
| 360 | LH.Part5.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 361 | LH.Part5.Material = Enum.Material.Metal | |
| 362 | LH.Part5.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918) | |
| 363 | LH.Part5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 364 | LH.Part5.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 365 | 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) | |
| 366 | LH.Part5.Rotation = Vector3.new(49.7422104, -66.7481461, 31.8276329) | |
| 367 | LH.Part5.BrickColor = BrickColor.new("Pearl")
| |
| 368 | LH.Part5.Position = Vector3.new(-1.92360103, 4.55722094, -0.745054007) | |
| 369 | LH.Part5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 370 | LH.Part5.Parent = LH.Part1 | |
| 371 | ||
| 372 | LH.WedgePart1 = Instance.new("WedgePart")
| |
| 373 | 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) | |
| 374 | LH.WedgePart1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 375 | LH.WedgePart1.CanCollide = false | |
| 376 | LH.WedgePart1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 377 | LH.WedgePart1.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 378 | LH.WedgePart1.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 379 | LH.WedgePart1.Color = Color3.new(0.937255, 0.721569, 0.219608) | |
| 380 | LH.WedgePart1.Material = Enum.Material.Neon | |
| 381 | LH.WedgePart1.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 382 | LH.WedgePart1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 383 | LH.WedgePart1.Anchored = true | |
| 384 | LH.WedgePart1.Rotation = Vector3.new(104.948135, -2.10286331, 70.3838501) | |
| 385 | LH.WedgePart1.BrickColor = BrickColor.new("Really red")
| |
| 386 | LH.WedgePart1.Position = Vector3.new(-9.4945879, 5.25061989, 2.26772308) | |
| 387 | LH.WedgePart1.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 388 | LH.WedgePart1.Parent = LH.Part1 | |
| 389 | ||
| 390 | LH.SpecialMesh1 = Instance.new("SpecialMesh")
| |
| 391 | LH.SpecialMesh1.Scale = Vector3.new(0.27354756, 3.28257132, 1.09419012) | |
| 392 | LH.SpecialMesh1.MeshType = Enum.MeshType.Wedge | |
| 393 | LH.SpecialMesh1.Parent = LH.WedgePart1 | |
| 394 | ||
| 395 | LH.WedgePart2 = Instance.new("WedgePart")
| |
| 396 | 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) | |
| 397 | LH.WedgePart2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 398 | LH.WedgePart2.CanCollide = false | |
| 399 | LH.WedgePart2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 400 | LH.WedgePart2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 401 | LH.WedgePart2.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 402 | LH.WedgePart2.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 403 | LH.WedgePart2.Material = Enum.Material.Metal | |
| 404 | LH.WedgePart2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 405 | LH.WedgePart2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 406 | LH.WedgePart2.Anchored = true | |
| 407 | LH.WedgePart2.Rotation = Vector3.new(104.9459, -2.10266447, -109.613472) | |
| 408 | LH.WedgePart2.BrickColor = BrickColor.new("Institutional white")
| |
| 409 | LH.WedgePart2.Position = Vector3.new(-4.48161316, 5.61231709, 0.500099003) | |
| 410 | LH.WedgePart2.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 411 | LH.WedgePart2.Parent = LH.Part1 | |
| 412 | ||
| 413 | LH.SpecialMesh2 = Instance.new("SpecialMesh")
| |
| 414 | LH.SpecialMesh2.Scale = Vector3.new(0.82064271, 0.820642531, 1.09419) | |
| 415 | LH.SpecialMesh2.MeshType = Enum.MeshType.Wedge | |
| 416 | LH.SpecialMesh2.Parent = LH.WedgePart2 | |
| 417 | ||
| 418 | LH.WedgePart3 = Instance.new("WedgePart")
| |
| 419 | 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) | |
| 420 | LH.WedgePart3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 421 | LH.WedgePart3.CanCollide = false | |
| 422 | LH.WedgePart3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 423 | LH.WedgePart3.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 424 | LH.WedgePart3.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 425 | LH.WedgePart3.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 426 | LH.WedgePart3.Material = Enum.Material.Metal | |
| 427 | LH.WedgePart3.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 428 | LH.WedgePart3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 429 | LH.WedgePart3.Anchored = true | |
| 430 | LH.WedgePart3.Rotation = Vector3.new(-75.037178, 2.08345819, 109.596489) | |
| 431 | LH.WedgePart3.BrickColor = BrickColor.new("Institutional white")
| |
| 432 | LH.WedgePart3.Position = Vector3.new(-4.76921511, 5.36694908, 0.537509978) | |
| 433 | LH.WedgePart3.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 434 | LH.WedgePart3.Parent = LH.Part1 | |
| 435 | ||
| 436 | LH.SpecialMesh3 = Instance.new("SpecialMesh")
| |
| 437 | LH.SpecialMesh3.Scale = Vector3.new(0.82064271, 4.65030956, 0.820642352) | |
| 438 | LH.SpecialMesh3.MeshType = Enum.MeshType.Wedge | |
| 439 | LH.SpecialMesh3.Parent = LH.WedgePart3 | |
| 440 | ||
| 441 | LH.WedgePart4 = Instance.new("WedgePart")
| |
| 442 | 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) | |
| 443 | LH.WedgePart4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 444 | LH.WedgePart4.CanCollide = false | |
| 445 | LH.WedgePart4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 446 | LH.WedgePart4.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 447 | LH.WedgePart4.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 448 | LH.WedgePart4.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 449 | LH.WedgePart4.Material = Enum.Material.Metal | |
| 450 | LH.WedgePart4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 451 | LH.WedgePart4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 452 | LH.WedgePart4.Anchored = true | |
| 453 | LH.WedgePart4.Rotation = Vector3.new(104.952713, -2.10424209, 70.3835907) | |
| 454 | LH.WedgePart4.BrickColor = BrickColor.new("Institutional white")
| |
| 455 | LH.WedgePart4.Position = Vector3.new(-3.96609402, 5.65464211, 0.321334988) | |
| 456 | LH.WedgePart4.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 457 | LH.WedgePart4.Parent = LH.Part1 | |
| 458 | ||
| 459 | LH.SpecialMesh4 = Instance.new("SpecialMesh")
| |
| 460 | LH.SpecialMesh4.Scale = Vector3.new(0.82064271, 0.820642889, 1.23096371) | |
| 461 | LH.SpecialMesh4.MeshType = Enum.MeshType.Wedge | |
| 462 | LH.SpecialMesh4.Parent = LH.WedgePart4 | |
| 463 | ||
| 464 | LH.WedgePart5 = Instance.new("WedgePart")
| |
| 465 | 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) | |
| 466 | LH.WedgePart5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 467 | LH.WedgePart5.CanCollide = false | |
| 468 | LH.WedgePart5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 469 | LH.WedgePart5.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 470 | LH.WedgePart5.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 471 | LH.WedgePart5.Color = Color3.new(0.937255, 0.721569, 0.219608) | |
| 472 | LH.WedgePart5.Material = Enum.Material.Neon | |
| 473 | LH.WedgePart5.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 474 | LH.WedgePart5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 475 | LH.WedgePart5.Anchored = true | |
| 476 | LH.WedgePart5.Rotation = Vector3.new(-75.037178, 2.08345819, 109.596489) | |
| 477 | LH.WedgePart5.BrickColor = BrickColor.new("Really red")
| |
| 478 | LH.WedgePart5.Position = Vector3.new(-9.50863361, 4.88086081, 2.1689949) | |
| 479 | LH.WedgePart5.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 480 | LH.WedgePart5.Parent = LH.Part1 | |
| 481 | ||
| 482 | LH.SpecialMesh5 = Instance.new("SpecialMesh")
| |
| 483 | LH.SpecialMesh5.Scale = Vector3.new(0.27354756, 3.28257132, 2.73547554) | |
| 484 | LH.SpecialMesh5.MeshType = Enum.MeshType.Wedge | |
| 485 | LH.SpecialMesh5.Parent = LH.WedgePart5 | |
| 486 | ||
| 487 | LH.WedgePart6 = Instance.new("WedgePart")
| |
| 488 | 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) | |
| 489 | LH.WedgePart6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 490 | LH.WedgePart6.CanCollide = false | |
| 491 | LH.WedgePart6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 492 | LH.WedgePart6.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 493 | LH.WedgePart6.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 494 | LH.WedgePart6.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 495 | LH.WedgePart6.Material = Enum.Material.Metal | |
| 496 | LH.WedgePart6.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 497 | LH.WedgePart6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 498 | LH.WedgePart6.Anchored = true | |
| 499 | LH.WedgePart6.Rotation = Vector3.new(9.06301403, -70.2923889, -6.25490952) | |
| 500 | LH.WedgePart6.BrickColor = BrickColor.new("Institutional white")
| |
| 501 | LH.WedgePart6.Position = Vector3.new(-2.88642097, 5.5525012, -0.106709003) | |
| 502 | LH.WedgePart6.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 503 | LH.WedgePart6.Parent = LH.Part1 | |
| 504 | ||
| 505 | LH.SpecialMesh6 = Instance.new("SpecialMesh")
| |
| 506 | LH.SpecialMesh6.Scale = Vector3.new(0.82064271, 2.73547626, 2.7354753) | |
| 507 | LH.SpecialMesh6.MeshType = Enum.MeshType.Wedge | |
| 508 | LH.SpecialMesh6.Parent = LH.WedgePart6 | |
| 509 | ||
| 510 | LH.WedgePart7 = Instance.new("WedgePart")
| |
| 511 | 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) | |
| 512 | LH.WedgePart7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 513 | LH.WedgePart7.CanCollide = false | |
| 514 | LH.WedgePart7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 515 | LH.WedgePart7.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 516 | LH.WedgePart7.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 517 | LH.WedgePart7.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 518 | LH.WedgePart7.Material = Enum.Material.Metal | |
| 519 | LH.WedgePart7.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 520 | LH.WedgePart7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 521 | LH.WedgePart7.Anchored = true | |
| 522 | LH.WedgePart7.Rotation = Vector3.new(9.06301403, -70.2923889, -6.25490952) | |
| 523 | LH.WedgePart7.BrickColor = BrickColor.new("Institutional white")
| |
| 524 | LH.WedgePart7.Position = Vector3.new(-2.81118202, 5.50403881, -0.148165002) | |
| 525 | LH.WedgePart7.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 526 | LH.WedgePart7.Parent = LH.Part1 | |
| 527 | ||
| 528 | LH.SpecialMesh7 = Instance.new("SpecialMesh")
| |
| 529 | LH.SpecialMesh7.Scale = Vector3.new(0.82064271, 2.18838072, 3.55611801) | |
| 530 | LH.SpecialMesh7.MeshType = Enum.MeshType.Wedge | |
| 531 | LH.SpecialMesh7.Parent = LH.WedgePart7 | |
| 532 | ||
| 533 | LH.WedgePart8 = Instance.new("WedgePart")
| |
| 534 | 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) | |
| 535 | LH.WedgePart8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 536 | LH.WedgePart8.CanCollide = false | |
| 537 | LH.WedgePart8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 538 | LH.WedgePart8.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 539 | LH.WedgePart8.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 540 | LH.WedgePart8.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 541 | LH.WedgePart8.Material = Enum.Material.Metal | |
| 542 | LH.WedgePart8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 543 | LH.WedgePart8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 544 | LH.WedgePart8.Anchored = true | |
| 545 | LH.WedgePart8.Rotation = Vector3.new(-75.0604172, 2.10037112, -70.3725586) | |
| 546 | LH.WedgePart8.BrickColor = BrickColor.new("Institutional white")
| |
| 547 | LH.WedgePart8.Position = Vector3.new(-4.04519701, 5.4869628, 0.303463012) | |
| 548 | LH.WedgePart8.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 549 | LH.WedgePart8.Parent = LH.Part1 | |
| 550 | ||
| 551 | LH.SpecialMesh8 = Instance.new("SpecialMesh")
| |
| 552 | LH.SpecialMesh8.Scale = Vector3.new(0.82064271, 3.0090239, 1.6412847) | |
| 553 | LH.SpecialMesh8.MeshType = Enum.MeshType.Wedge | |
| 554 | LH.SpecialMesh8.Parent = LH.WedgePart8 | |
| 555 | ||
| 556 | LH.WedgePart9 = Instance.new("WedgePart")
| |
| 557 | 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) | |
| 558 | LH.WedgePart9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 559 | LH.WedgePart9.CanCollide = false | |
| 560 | LH.WedgePart9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 561 | LH.WedgePart9.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 562 | LH.WedgePart9.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 563 | LH.WedgePart9.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 564 | LH.WedgePart9.Material = Enum.Material.Metal | |
| 565 | LH.WedgePart9.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 566 | LH.WedgePart9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 567 | LH.WedgePart9.Anchored = true | |
| 568 | LH.WedgePart9.Rotation = Vector3.new(-75.037178, 2.08345819, 109.596489) | |
| 569 | LH.WedgePart9.BrickColor = BrickColor.new("Institutional white")
| |
| 570 | LH.WedgePart9.Position = Vector3.new(-5.48787117, 5.50268507, 0.841488004) | |
| 571 | LH.WedgePart9.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 572 | LH.WedgePart9.Parent = LH.Part1 | |
| 573 | ||
| 574 | LH.SpecialMesh9 = Instance.new("SpecialMesh")
| |
| 575 | LH.SpecialMesh9.Scale = Vector3.new(0.82064271, 2.73547649, 1.09419) | |
| 576 | LH.SpecialMesh9.MeshType = Enum.MeshType.Wedge | |
| 577 | LH.SpecialMesh9.Parent = LH.WedgePart9 | |
| 578 | ||
| 579 | LH.WedgePart10 = Instance.new("WedgePart")
| |
| 580 | 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) | |
| 581 | LH.WedgePart10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 582 | LH.WedgePart10.CanCollide = false | |
| 583 | LH.WedgePart10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 584 | LH.WedgePart10.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 585 | LH.WedgePart10.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 586 | LH.WedgePart10.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 587 | LH.WedgePart10.Material = Enum.Material.Metal | |
| 588 | LH.WedgePart10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 589 | LH.WedgePart10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 590 | LH.WedgePart10.Anchored = true | |
| 591 | LH.WedgePart10.Rotation = Vector3.new(-75.037178, 2.08345819, 109.596489) | |
| 592 | LH.WedgePart10.BrickColor = BrickColor.new("Institutional white")
| |
| 593 | LH.WedgePart10.Position = Vector3.new(-3.24895096, 5.47928619, 0.00679800007) | |
| 594 | LH.WedgePart10.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 595 | LH.WedgePart10.Parent = LH.Part1 | |
| 596 | ||
| 597 | LH.SpecialMesh10 = Instance.new("SpecialMesh")
| |
| 598 | LH.SpecialMesh10.Scale = Vector3.new(0.82064271, 1.09419036, 2.18838) | |
| 599 | LH.SpecialMesh10.MeshType = Enum.MeshType.Wedge | |
| 600 | LH.SpecialMesh10.Parent = LH.WedgePart10 | |
| 601 | ||
| 602 | LH.WedgePart11 = Instance.new("WedgePart")
| |
| 603 | 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) | |
| 604 | LH.WedgePart11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 605 | LH.WedgePart11.CanCollide = false | |
| 606 | LH.WedgePart11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 607 | LH.WedgePart11.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 608 | LH.WedgePart11.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 609 | LH.WedgePart11.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 610 | LH.WedgePart11.Material = Enum.Material.Metal | |
| 611 | LH.WedgePart11.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 612 | LH.WedgePart11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 613 | LH.WedgePart11.Anchored = true | |
| 614 | LH.WedgePart11.Rotation = Vector3.new(9.06301403, -70.2923889, -6.25490952) | |
| 615 | LH.WedgePart11.BrickColor = BrickColor.new("Institutional white")
| |
| 616 | LH.WedgePart11.Position = Vector3.new(-2.60918307, 5.41005087, -0.249293998) | |
| 617 | LH.WedgePart11.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 618 | LH.WedgePart11.Parent = LH.Part1 | |
| 619 | ||
| 620 | LH.SpecialMesh11 = Instance.new("SpecialMesh")
| |
| 621 | LH.SpecialMesh11.Scale = Vector3.new(0.82064271, 1.09419036, 4.10321283) | |
| 622 | LH.SpecialMesh11.MeshType = Enum.MeshType.Wedge | |
| 623 | LH.SpecialMesh11.Parent = LH.WedgePart11 | |
| 624 | ||
| 625 | LH.WedgePart12 = Instance.new("WedgePart")
| |
| 626 | 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) | |
| 627 | LH.WedgePart12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 628 | LH.WedgePart12.CanCollide = false | |
| 629 | LH.WedgePart12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 630 | LH.WedgePart12.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 631 | LH.WedgePart12.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 632 | LH.WedgePart12.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 633 | LH.WedgePart12.Material = Enum.Material.Metal | |
| 634 | LH.WedgePart12.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 635 | LH.WedgePart12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 636 | LH.WedgePart12.Anchored = true | |
| 637 | LH.WedgePart12.Rotation = Vector3.new(104.952713, -2.10424209, 70.3835907) | |
| 638 | LH.WedgePart12.BrickColor = BrickColor.new("Institutional white")
| |
| 639 | LH.WedgePart12.Position = Vector3.new(-5.63735914, 5.62600517, 0.931437969) | |
| 640 | LH.WedgePart12.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 641 | LH.WedgePart12.Parent = LH.Part1 | |
| 642 | ||
| 643 | LH.SpecialMesh12 = Instance.new("SpecialMesh")
| |
| 644 | LH.SpecialMesh12.Scale = Vector3.new(0.82064271, 1.09419036, 0.27354756) | |
| 645 | LH.SpecialMesh12.MeshType = Enum.MeshType.Wedge | |
| 646 | LH.SpecialMesh12.Parent = LH.WedgePart12 | |
| 647 | ||
| 648 | LH.WedgePart13 = Instance.new("WedgePart")
| |
| 649 | 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) | |
| 650 | LH.WedgePart13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 651 | LH.WedgePart13.CanCollide = false | |
| 652 | LH.WedgePart13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 653 | LH.WedgePart13.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 654 | LH.WedgePart13.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 655 | LH.WedgePart13.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 656 | LH.WedgePart13.Material = Enum.Material.Metal | |
| 657 | LH.WedgePart13.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 658 | LH.WedgePart13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 659 | LH.WedgePart13.Anchored = true | |
| 660 | LH.WedgePart13.Rotation = Vector3.new(-170.934341, 70.2826538, 6.244102) | |
| 661 | LH.WedgePart13.BrickColor = BrickColor.new("Smoky grey")
| |
| 662 | - | LH.Part13.BrickColor = BrickColor.new("Gold")
|
| 662 | + | |
| 663 | LH.WedgePart13.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 664 | LH.WedgePart13.Parent = LH.Part1 | |
| 665 | ||
| 666 | LH.SpecialMesh13 = Instance.new("SpecialMesh")
| |
| 667 | LH.SpecialMesh13.Scale = Vector3.new(0.27354756, 0.820642889, 1.91483259) | |
| 668 | LH.SpecialMesh13.MeshType = Enum.MeshType.Wedge | |
| 669 | LH.SpecialMesh13.Parent = LH.WedgePart13 | |
| 670 | ||
| 671 | LH.Part6 = Instance.new("Part")
| |
| 672 | LH.Part6.Anchored = true | |
| 673 | LH.Part6.CanCollide = false | |
| 674 | LH.Part6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 675 | LH.Part6.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 676 | LH.Part6.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 677 | LH.Part6.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 678 | LH.Part6.Material = Enum.Material.Metal | |
| 679 | LH.Part6.Size = Vector3.new(0.224309027, 0.328257143, 0.279018462) | |
| 680 | LH.Part6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 681 | LH.Part6.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 682 | 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) | |
| 683 | LH.Part6.Rotation = Vector3.new(49.7405586, -66.7508621, 31.8243179) | |
| 684 | LH.Part6.BrickColor = BrickColor.new("Smoky grey")
| |
| 685 | LH.Part6.Position = Vector3.new(-4.35582876, 5.49922895, 0.418774009) | |
| 686 | LH.Part6.Shape = Enum.PartType.Cylinder | |
| 687 | LH.Part6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 688 | LH.Part6.Parent = LH.Part1 | |
| 689 | ||
| 690 | LH.Part7 = Instance.new("Part")
| |
| 691 | LH.Part7.Anchored = true | |
| 692 | LH.Part7.CanCollide = false | |
| 693 | LH.Part7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 694 | LH.Part7.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 695 | LH.Part7.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 696 | LH.Part7.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 697 | LH.Part7.Material = Enum.Material.Metal | |
| 698 | LH.Part7.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 699 | LH.Part7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 700 | LH.Part7.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 701 | 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) | |
| 702 | LH.Part7.Rotation = Vector3.new(-164.296494, -19.5995426, 107.228477) | |
| 703 | LH.Part7.BrickColor = BrickColor.new("Smoky grey")
| |
| 704 | LH.Part7.Position = Vector3.new(-3.57157302, 5.37884188, 0.0978970006) | |
| 705 | LH.Part7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 706 | LH.Part7.Parent = LH.Part1 | |
| 707 | ||
| 708 | LH.BlockMesh3 = Instance.new("BlockMesh")
| |
| 709 | LH.BlockMesh3.Scale = Vector3.new(1.36773765, 4.65030861, 0.27354759) | |
| 710 | LH.BlockMesh3.Parent = LH.Part7 | |
| 711 | ||
| 712 | LH.Part8 = Instance.new("Part")
| |
| 713 | LH.Part8.Anchored = true | |
| 714 | LH.Part8.CanCollide = false | |
| 715 | LH.Part8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 716 | LH.Part8.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 717 | LH.Part8.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 718 | LH.Part8.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 719 | LH.Part8.Material = Enum.Material.Metal | |
| 720 | LH.Part8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 721 | LH.Part8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 722 | LH.Part8.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 723 | 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) | |
| 724 | LH.Part8.Rotation = Vector3.new(-164.296768, -19.6018848, 92.2301865) | |
| 725 | LH.Part8.BrickColor = BrickColor.new("Institutional white")
| |
| 726 | LH.Part8.Position = Vector3.new(-4.89361477, 5.58900976, 0.645938993) | |
| 727 | LH.Part8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 728 | LH.Part8.Parent = LH.Part1 | |
| 729 | ||
| 730 | LH.BlockMesh4 = Instance.new("BlockMesh")
| |
| 731 | LH.BlockMesh4.Scale = Vector3.new(1.09419012, 3.55611801, 0.82064265) | |
| 732 | LH.BlockMesh4.Parent = LH.Part8 | |
| 733 | ||
| 734 | LH.Part9 = Instance.new("Part")
| |
| 735 | LH.Part9.Anchored = true | |
| 736 | LH.Part9.CanCollide = false | |
| 737 | LH.Part9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 738 | LH.Part9.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 739 | LH.Part9.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 740 | LH.Part9.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 741 | LH.Part9.Material = Enum.Material.Metal | |
| 742 | LH.Part9.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 743 | LH.Part9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 744 | LH.Part9.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 745 | 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) | |
| 746 | LH.Part9.Rotation = Vector3.new(-164.296768, -19.6018848, 92.2301865) | |
| 747 | LH.Part9.BrickColor = BrickColor.new("Institutional white")
| |
| 748 | LH.Part9.Position = Vector3.new(-4.22460699, 5.61367083, 0.405429989) | |
| 749 | LH.Part9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 750 | LH.Part9.Parent = LH.Part1 | |
| 751 | ||
| 752 | LH.BlockMesh5 = Instance.new("BlockMesh")
| |
| 753 | LH.BlockMesh5.Scale = Vector3.new(0.957416236, 3.55611897, 0.82064265) | |
| 754 | LH.BlockMesh5.Parent = LH.Part9 | |
| 755 | ||
| 756 | LH.Part10 = Instance.new("Part")
| |
| 757 | LH.Part10.Anchored = true | |
| 758 | LH.Part10.CanCollide = false | |
| 759 | LH.Part10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 760 | LH.Part10.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 761 | LH.Part10.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 762 | LH.Part10.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 763 | LH.Part10.Material = Enum.Material.Metal | |
| 764 | LH.Part10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 765 | LH.Part10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 766 | LH.Part10.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 767 | 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) | |
| 768 | LH.Part10.Rotation = Vector3.new(-164.296768, -19.6018848, 92.2301865) | |
| 769 | LH.Part10.BrickColor = BrickColor.new("Institutional white")
| |
| 770 | LH.Part10.Position = Vector3.new(-4.66688013, 5.47006416, 0.528648019) | |
| 771 | LH.Part10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 772 | LH.Part10.Parent = LH.Part1 | |
| 773 | ||
| 774 | LH.BlockMesh6 = Instance.new("BlockMesh")
| |
| 775 | LH.BlockMesh6.Scale = Vector3.new(0.27354756, 6.01804733, 0.82064265) | |
| 776 | LH.BlockMesh6.Parent = LH.Part10 | |
| 777 | ||
| 778 | LH.Part11 = Instance.new("Part")
| |
| 779 | LH.Part11.Anchored = true | |
| 780 | LH.Part11.CanCollide = false | |
| 781 | LH.Part11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 782 | LH.Part11.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 783 | LH.Part11.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 784 | LH.Part11.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 785 | LH.Part11.Material = Enum.Material.Metal | |
| 786 | LH.Part11.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 787 | LH.Part11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 788 | LH.Part11.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 789 | 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) | |
| 790 | LH.Part11.Rotation = Vector3.new(-164.296768, -19.6018848, 92.2301865) | |
| 791 | LH.Part11.BrickColor = BrickColor.new("Institutional white")
| |
| 792 | LH.Part11.Position = Vector3.new(-5.37985802, 5.64056921, 0.840286016) | |
| 793 | LH.Part11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 794 | LH.Part11.Parent = LH.Part1 | |
| 795 | ||
| 796 | LH.BlockMesh7 = Instance.new("BlockMesh")
| |
| 797 | LH.BlockMesh7.Scale = Vector3.new(0.27354756, 1.64128518, 0.82064265) | |
| 798 | LH.BlockMesh7.Parent = LH.Part11 | |
| 799 | ||
| 800 | LH.Part12 = Instance.new("Part")
| |
| 801 | LH.Part12.Anchored = true | |
| 802 | LH.Part12.CanCollide = false | |
| 803 | LH.Part12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 804 | LH.Part12.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 805 | LH.Part12.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 806 | LH.Part12.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 807 | LH.Part12.Material = Enum.Material.Metal | |
| 808 | LH.Part12.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 809 | LH.Part12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 810 | LH.Part12.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 811 | 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) | |
| 812 | LH.Part12.Rotation = Vector3.new(-164.296768, -19.6018848, 92.2301865) | |
| 813 | LH.Part12.BrickColor = BrickColor.new("Smoky grey")
| |
| 814 | LH.Part12.Position = Vector3.new(-3.74387193, 5.41684675, 0.172301993) | |
| 815 | LH.Part12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 816 | LH.Part12.Parent = LH.Part1 | |
| 817 | ||
| 818 | LH.BlockMesh8 = Instance.new("BlockMesh")
| |
| 819 | LH.BlockMesh8.Scale = Vector3.new(1.36773765, 6.56514263, 0.27354759) | |
| 820 | LH.BlockMesh8.Parent = LH.Part12 | |
| 821 | ||
| 822 | LH.Part13 = Instance.new("Part")
| |
| 823 | LH.Part13.Anchored = true | |
| 824 | LH.Part13.CanCollide = false | |
| 825 | LH.Part13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 826 | LH.Part13.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 827 | LH.Part13.Color = Color3.new(0.937255, 0.721569, 0.219608) | |
| 828 | LH.Part13.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 829 | LH.Part13.Material = Enum.Material.Neon | |
| 830 | LH.Part13.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 831 | LH.Part13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 832 | LH.Part13.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 833 | 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) | |
| 834 | LH.Part13.Rotation = Vector3.new(-164.298859, -19.5956745, -177.771988) | |
| 835 | LH.Part13.BrickColor = BrickColor.new("Really red")
| |
| 836 | LH.Part13.Position = Vector3.new(-6.15705585, 5.17584085, 1.01221502) | |
| 837 | LH.Part13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 838 | LH.Part13.Parent = LH.Part1 | |
| 839 | ||
| 840 | LH.BlockMesh9 = Instance.new("BlockMesh")
| |
| 841 | LH.BlockMesh9.Scale = Vector3.new(32.2786102, 3.82966661, 0.27354756) | |
| 842 | LH.BlockMesh9.Parent = LH.Part13 | |
| 843 | ||
| 844 | LH.Part14 = Instance.new("Part")
| |
| 845 | LH.Part14.Anchored = true | |
| 846 | LH.Part14.CanCollide = false | |
| 847 | LH.Part14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 848 | LH.Part14.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 849 | LH.Part14.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 850 | LH.Part14.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 851 | LH.Part14.Material = Enum.Material.Metal | |
| 852 | LH.Part14.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 853 | LH.Part14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 854 | LH.Part14.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 855 | 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) | |
| 856 | LH.Part14.Rotation = Vector3.new(-164.296768, -19.6018848, 92.2301865) | |
| 857 | LH.Part14.BrickColor = BrickColor.new("Institutional white")
| |
| 858 | LH.Part14.Position = Vector3.new(-3.50259089, 5.68086386, 0.157264993) | |
| 859 | - | LH.WedgePart20.BrickColor = BrickColor.new("Gold")
|
| 859 | + | |
| 860 | LH.Part14.Parent = LH.Part1 | |
| 861 | ||
| 862 | LH.BlockMesh10 = Instance.new("BlockMesh")
| |
| 863 | LH.BlockMesh10.Scale = Vector3.new(1.23096395, 4.10321331, 0.82064265) | |
| 864 | LH.BlockMesh10.Parent = LH.Part14 | |
| 865 | ||
| 866 | LH.Part15 = Instance.new("Part")
| |
| 867 | LH.Part15.Anchored = true | |
| 868 | LH.Part15.CanCollide = false | |
| 869 | LH.Part15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 870 | LH.Part15.Name = "Handle" | |
| 871 | LH.Part15.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 872 | LH.Part15.Transparency = 1 | |
| 873 | LH.Part15.Color = Color3.new(0.905882, 0.905882, 0.92549) | |
| 874 | LH.Part15.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 875 | LH.Part15.Material = Enum.Material.Metal | |
| 876 | LH.Part15.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918) | |
| 877 | LH.Part15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 878 | LH.Part15.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 879 | 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) | |
| 880 | LH.Part15.Rotation = Vector3.new(49.7422104, -66.7481461, 31.8276329) | |
| 881 | LH.Part15.BrickColor = BrickColor.new("Pearl")
| |
| 882 | LH.Part15.Position = Vector3.new(-2.090976, 5.09692621, -0.531463981) | |
| 883 | LH.Part15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 884 | LH.Part15.Parent = LH.Part1 | |
| 885 | ||
| 886 | LH.WedgePart14 = Instance.new("WedgePart")
| |
| 887 | 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) | |
| 888 | LH.WedgePart14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 889 | LH.WedgePart14.CanCollide = false | |
| 890 | LH.WedgePart14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 891 | LH.WedgePart14.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 892 | LH.WedgePart14.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 893 | LH.WedgePart14.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 894 | LH.WedgePart14.Material = Enum.Material.Metal | |
| 895 | LH.WedgePart14.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 896 | LH.WedgePart14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 897 | LH.WedgePart14.Anchored = true | |
| 898 | LH.WedgePart14.Rotation = Vector3.new(49.7405586, -66.7508621, 31.8243179) | |
| 899 | LH.WedgePart14.BrickColor = BrickColor.new("Institutional white")
| |
| 900 | LH.WedgePart14.Position = Vector3.new(-3.58200502, 4.52710485, -0.140650004) | |
| 901 | LH.WedgePart14.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 902 | LH.WedgePart14.Parent = LH.Part1 | |
| 903 | ||
| 904 | LH.SpecialMesh14 = Instance.new("SpecialMesh")
| |
| 905 | LH.SpecialMesh14.Scale = Vector3.new(1.09419036, 0.820642889, 0.27354756) | |
| 906 | LH.SpecialMesh14.MeshType = Enum.MeshType.Wedge | |
| 907 | LH.SpecialMesh14.Parent = LH.WedgePart14 | |
| 908 | ||
| 909 | LH.WedgePart15 = Instance.new("WedgePart")
| |
| 910 | 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) | |
| 911 | LH.WedgePart15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 912 | LH.WedgePart15.CanCollide = false | |
| 913 | LH.WedgePart15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 914 | LH.WedgePart15.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 915 | LH.WedgePart15.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 916 | LH.WedgePart15.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 917 | LH.WedgePart15.Material = Enum.Material.Metal | |
| 918 | LH.WedgePart15.Size = Vector3.new(0.218838066, 0.328257143, 0.218838036) | |
| 919 | LH.WedgePart15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 920 | LH.WedgePart15.Anchored = true | |
| 921 | LH.WedgePart15.Rotation = Vector3.new(-69.9463959, -12.0126009, -69.9581375) | |
| 922 | LH.WedgePart15.BrickColor = BrickColor.new("Institutional white")
| |
| 923 | - | LH.WedgePart23.BrickColor = BrickColor.new("Gold")
|
| 923 | + | |
| 924 | LH.WedgePart15.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 925 | LH.WedgePart15.Parent = LH.Part1 | |
| 926 | ||
| 927 | LH.WedgePart16 = Instance.new("WedgePart")
| |
| 928 | 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) | |
| 929 | LH.WedgePart16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 930 | LH.WedgePart16.CanCollide = false | |
| 931 | LH.WedgePart16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 932 | LH.WedgePart16.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 933 | LH.WedgePart16.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 934 | LH.WedgePart16.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 935 | LH.WedgePart16.Material = Enum.Material.Metal | |
| 936 | LH.WedgePart16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 937 | LH.WedgePart16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 938 | LH.WedgePart16.Anchored = true | |
| 939 | LH.WedgePart16.Rotation = Vector3.new(-69.9472504, -12.0321913, 110.044083) | |
| 940 | LH.WedgePart16.BrickColor = BrickColor.new("Institutional white")
| |
| 941 | LH.WedgePart16.Position = Vector3.new(-4.25154686, 4.14551783, -0.000254000013) | |
| 942 | LH.WedgePart16.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 943 | LH.WedgePart16.Parent = LH.Part1 | |
| 944 | ||
| 945 | LH.SpecialMesh15 = Instance.new("SpecialMesh")
| |
| 946 | LH.SpecialMesh15.Scale = Vector3.new(1.09419036, 1.91483331, 0.82064265) | |
| 947 | LH.SpecialMesh15.MeshType = Enum.MeshType.Wedge | |
| 948 | LH.SpecialMesh15.Parent = LH.WedgePart16 | |
| 949 | ||
| 950 | LH.WedgePart17 = Instance.new("WedgePart")
| |
| 951 | 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) | |
| 952 | LH.WedgePart17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 953 | LH.WedgePart17.CanCollide = false | |
| 954 | LH.WedgePart17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 955 | LH.WedgePart17.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 956 | LH.WedgePart17.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 957 | LH.WedgePart17.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 958 | LH.WedgePart17.Material = Enum.Material.Metal | |
| 959 | LH.WedgePart17.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 960 | LH.WedgePart17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 961 | LH.WedgePart17.Anchored = true | |
| 962 | LH.WedgePart17.Rotation = Vector3.new(-130.219315, 66.7494507, 148.131912) | |
| 963 | LH.WedgePart17.BrickColor = BrickColor.new("Institutional white")
| |
| 964 | LH.WedgePart17.Position = Vector3.new(-3.12962103, 4.67546415, -0.266288996) | |
| 965 | LH.WedgePart17.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 966 | LH.WedgePart17.Parent = LH.Part1 | |
| 967 | ||
| 968 | LH.SpecialMesh16 = Instance.new("SpecialMesh")
| |
| 969 | LH.SpecialMesh16.Scale = Vector3.new(1.09419036, 0.820642889, 0.27354756) | |
| 970 | LH.SpecialMesh16.MeshType = Enum.MeshType.Wedge | |
| 971 | LH.SpecialMesh16.Parent = LH.WedgePart17 | |
| 972 | ||
| 973 | LH.WedgePart18 = Instance.new("WedgePart")
| |
| 974 | 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) | |
| 975 | LH.WedgePart18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 976 | LH.WedgePart18.CanCollide = false | |
| 977 | LH.WedgePart18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 978 | LH.WedgePart18.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 979 | LH.WedgePart18.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 980 | LH.WedgePart18.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 981 | LH.WedgePart18.Material = Enum.Material.Metal | |
| 982 | LH.WedgePart18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 983 | LH.WedgePart18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 984 | LH.WedgePart18.Anchored = true | |
| 985 | LH.WedgePart18.Rotation = Vector3.new(-130.219315, 66.7494507, 148.131912) | |
| 986 | LH.WedgePart18.BrickColor = BrickColor.new("Institutional white")
| |
| 987 | LH.WedgePart18.Position = Vector3.new(-4.58730984, 4.19740486, 0.138508007) | |
| 988 | LH.WedgePart18.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 989 | LH.WedgePart18.Parent = LH.Part1 | |
| 990 | ||
| 991 | LH.SpecialMesh17 = Instance.new("SpecialMesh")
| |
| 992 | LH.SpecialMesh17.Scale = Vector3.new(1.09419036, 0.820642889, 0.82064265) | |
| 993 | LH.SpecialMesh17.MeshType = Enum.MeshType.Wedge | |
| 994 | LH.SpecialMesh17.Parent = LH.WedgePart18 | |
| 995 | ||
| 996 | LH.WedgePart19 = Instance.new("WedgePart")
| |
| 997 | 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) | |
| 998 | LH.WedgePart19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 999 | LH.WedgePart19.CanCollide = false | |
| 1000 | LH.WedgePart19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1001 | LH.WedgePart19.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1002 | LH.WedgePart19.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1003 | LH.WedgePart19.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 1004 | LH.WedgePart19.Material = Enum.Material.Metal | |
| 1005 | LH.WedgePart19.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1006 | LH.WedgePart19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1007 | LH.WedgePart19.Anchored = true | |
| 1008 | LH.WedgePart19.Rotation = Vector3.new(49.7405586, -66.7508621, 31.8243179) | |
| 1009 | LH.WedgePart19.BrickColor = BrickColor.new("Institutional white")
| |
| 1010 | LH.WedgePart19.Position = Vector3.new(-2.526438, 4.87328386, -0.433815002) | |
| 1011 | LH.WedgePart19.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1012 | LH.WedgePart19.Parent = LH.Part1 | |
| 1013 | ||
| 1014 | LH.SpecialMesh18 = Instance.new("SpecialMesh")
| |
| 1015 | LH.SpecialMesh18.Scale = Vector3.new(1.09419036, 0.820642889, 1.91483271) | |
| 1016 | LH.SpecialMesh18.MeshType = Enum.MeshType.Wedge | |
| 1017 | LH.SpecialMesh18.Parent = LH.WedgePart19 | |
| 1018 | ||
| 1019 | LH.WedgePart20 = Instance.new("WedgePart")
| |
| 1020 | 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) | |
| 1021 | LH.WedgePart20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1022 | LH.WedgePart20.CanCollide = false | |
| 1023 | LH.WedgePart20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1024 | LH.WedgePart20.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1025 | LH.WedgePart20.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1026 | LH.WedgePart20.Color = Color3.new(0.937255, 0.721569, 0.219608) | |
| 1027 | LH.WedgePart20.Material = Enum.Material.Neon | |
| 1028 | LH.WedgePart20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1029 | LH.WedgePart20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1030 | LH.WedgePart20.Anchored = true | |
| 1031 | LH.WedgePart20.Rotation = Vector3.new(115.719727, 26.034687, 68.0751266) | |
| 1032 | LH.WedgePart20.BrickColor = BrickColor.new("Really red")
| |
| 1033 | LH.WedgePart20.Position = Vector3.new(-7.06263685, 1.52016497, 0.319725007) | |
| 1034 | LH.WedgePart20.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1035 | LH.WedgePart20.Parent = LH.Part1 | |
| 1036 | ||
| 1037 | LH.SpecialMesh19 = Instance.new("SpecialMesh")
| |
| 1038 | LH.SpecialMesh19.Scale = Vector3.new(0.27354756, 3.28257132, 1.36773765) | |
| 1039 | LH.SpecialMesh19.MeshType = Enum.MeshType.Wedge | |
| 1040 | LH.SpecialMesh19.Parent = LH.WedgePart20 | |
| 1041 | ||
| 1042 | LH.WedgePart21 = Instance.new("WedgePart")
| |
| 1043 | 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) | |
| 1044 | LH.WedgePart21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1045 | LH.WedgePart21.CanCollide = false | |
| 1046 | LH.WedgePart21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1047 | LH.WedgePart21.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1048 | LH.WedgePart21.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1049 | LH.WedgePart21.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 1050 | LH.WedgePart21.Material = Enum.Material.Metal | |
| 1051 | LH.WedgePart21.Size = Vector3.new(0.218838066, 0.382966667, 0.218838036) | |
| 1052 | LH.WedgePart21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1053 | LH.WedgePart21.Anchored = true | |
| 1054 | LH.WedgePart21.Rotation = Vector3.new(-69.9472504, -12.0321913, 110.044083) | |
| 1055 | LH.WedgePart21.BrickColor = BrickColor.new("Institutional white")
| |
| 1056 | LH.WedgePart21.Position = Vector3.new(-3.85981607, 4.08495903, -0.162174001) | |
| 1057 | LH.WedgePart21.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1058 | LH.WedgePart21.Parent = LH.Part1 | |
| 1059 | ||
| 1060 | LH.WedgePart22 = Instance.new("WedgePart")
| |
| 1061 | 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) | |
| 1062 | LH.WedgePart22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1063 | LH.WedgePart22.CanCollide = false | |
| 1064 | LH.WedgePart22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1065 | LH.WedgePart22.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1066 | LH.WedgePart22.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1067 | LH.WedgePart22.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 1068 | LH.WedgePart22.Material = Enum.Material.Metal | |
| 1069 | LH.WedgePart22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1070 | LH.WedgePart22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1071 | LH.WedgePart22.Anchored = true | |
| 1072 | LH.WedgePart22.Rotation = Vector3.new(-130.279266, 66.7307358, -31.809803) | |
| 1073 | LH.WedgePart22.BrickColor = BrickColor.new("Smoky grey")
| |
| 1074 | LH.WedgePart22.Position = Vector3.new(-2.95973492, 4.16413021, -0.472856998) | |
| 1075 | LH.WedgePart22.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1076 | LH.WedgePart22.Parent = LH.Part1 | |
| 1077 | ||
| 1078 | LH.SpecialMesh20 = Instance.new("SpecialMesh")
| |
| 1079 | LH.SpecialMesh20.Scale = Vector3.new(0.54709512, 1.09419036, 2.46192789) | |
| 1080 | LH.SpecialMesh20.MeshType = Enum.MeshType.Wedge | |
| 1081 | LH.SpecialMesh20.Parent = LH.WedgePart22 | |
| 1082 | ||
| 1083 | LH.WedgePart23 = Instance.new("WedgePart")
| |
| 1084 | 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) | |
| 1085 | LH.WedgePart23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1086 | LH.WedgePart23.CanCollide = false | |
| 1087 | LH.WedgePart23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1088 | LH.WedgePart23.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1089 | LH.WedgePart23.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1090 | LH.WedgePart23.Color = Color3.new(0.937255, 0.721569, 0.219608) | |
| 1091 | LH.WedgePart23.Material = Enum.Material.Neon | |
| 1092 | LH.WedgePart23.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1093 | LH.WedgePart23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1094 | LH.WedgePart23.Anchored = true | |
| 1095 | LH.WedgePart23.Rotation = Vector3.new(-64.2737732, -26.0553665, 111.907974) | |
| 1096 | LH.WedgePart23.BrickColor = BrickColor.new("Really red")
| |
| 1097 | LH.WedgePart23.Position = Vector3.new(-6.89453983, 1.21013999, 0.170422003) | |
| 1098 | LH.WedgePart23.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1099 | LH.WedgePart23.Parent = LH.Part1 | |
| 1100 | ||
| 1101 | LH.SpecialMesh21 = Instance.new("SpecialMesh")
| |
| 1102 | LH.SpecialMesh21.Scale = Vector3.new(0.27354756, 3.28257132, 2.46192789) | |
| 1103 | LH.SpecialMesh21.MeshType = Enum.MeshType.Wedge | |
| 1104 | LH.SpecialMesh21.Parent = LH.WedgePart23 | |
| 1105 | ||
| 1106 | LH.Part16 = Instance.new("Part")
| |
| 1107 | LH.Part16.Anchored = true | |
| 1108 | LH.Part16.CanCollide = false | |
| 1109 | LH.Part16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1110 | LH.Part16.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1111 | LH.Part16.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 1112 | LH.Part16.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1113 | LH.Part16.Material = Enum.Material.Metal | |
| 1114 | LH.Part16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1115 | LH.Part16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1116 | LH.Part16.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1117 | 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) | |
| 1118 | LH.Part16.Rotation = Vector3.new(-164.294434, -19.6028137, 77.2235641) | |
| 1119 | LH.Part16.BrickColor = BrickColor.new("Smoky grey")
| |
| 1120 | LH.Part16.Position = Vector3.new(-2.87964201, 4.40642118, -0.434381008) | |
| 1121 | LH.Part16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1122 | LH.Part16.Parent = LH.Part1 | |
| 1123 | ||
| 1124 | LH.BlockMesh11 = Instance.new("BlockMesh")
| |
| 1125 | LH.BlockMesh11.Scale = Vector3.new(1.09419012, 3.82966733, 0.54709512) | |
| 1126 | LH.BlockMesh11.Parent = LH.Part16 | |
| 1127 | ||
| 1128 | LH.Part17 = Instance.new("Part")
| |
| 1129 | LH.Part17.Anchored = true | |
| 1130 | LH.Part17.CanCollide = false | |
| 1131 | LH.Part17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1132 | LH.Part17.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1133 | LH.Part17.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 1134 | LH.Part17.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1135 | LH.Part17.Material = Enum.Material.Metal | |
| 1136 | LH.Part17.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1137 | LH.Part17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1138 | LH.Part17.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1139 | 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) | |
| 1140 | LH.Part17.Rotation = Vector3.new(15.6945724, 19.6003361, -77.223381) | |
| 1141 | LH.Part17.BrickColor = BrickColor.new("Institutional white")
| |
| 1142 | - | LH.Part25.BrickColor = BrickColor.new("Gold")
|
| 1142 | + | |
| 1143 | LH.Part17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1144 | LH.Part17.Parent = LH.Part1 | |
| 1145 | ||
| 1146 | LH.BlockMesh12 = Instance.new("BlockMesh")
| |
| 1147 | LH.BlockMesh12.Scale = Vector3.new(0.820642471, 2.73547649, 1.09419012) | |
| 1148 | LH.BlockMesh12.Parent = LH.Part17 | |
| 1149 | ||
| 1150 | LH.Part18 = Instance.new("Part")
| |
| 1151 | LH.Part18.Anchored = true | |
| 1152 | LH.Part18.CanCollide = false | |
| 1153 | LH.Part18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1154 | LH.Part18.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1155 | LH.Part18.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 1156 | LH.Part18.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1157 | LH.Part18.Material = Enum.Material.Metal | |
| 1158 | LH.Part18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1159 | LH.Part18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1160 | LH.Part18.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1161 | 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) | |
| 1162 | LH.Part18.Rotation = Vector3.new(15.6945724, 19.6003361, -77.223381) | |
| 1163 | LH.Part18.BrickColor = BrickColor.new("Institutional white")
| |
| 1164 | LH.Part18.Position = Vector3.new(-4.31084013, 4.28807688, 0.061733) | |
| 1165 | LH.Part18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1166 | LH.Part18.Parent = LH.Part1 | |
| 1167 | ||
| 1168 | LH.BlockMesh13 = Instance.new("BlockMesh")
| |
| 1169 | LH.BlockMesh13.Scale = Vector3.new(0.82064265, 2.18838072, 1.09419012) | |
| 1170 | LH.BlockMesh13.Parent = LH.Part18 | |
| 1171 | ||
| 1172 | LH.Part19 = Instance.new("Part")
| |
| 1173 | LH.Part19.Anchored = true | |
| 1174 | LH.Part19.CanCollide = false | |
| 1175 | LH.Part19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1176 | LH.Part19.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1177 | LH.Part19.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 1178 | LH.Part19.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1179 | LH.Part19.Material = Enum.Material.Metal | |
| 1180 | LH.Part19.Size = Vector3.new(0.218838021, 0.492385745, 0.218838036) | |
| 1181 | LH.Part19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1182 | LH.Part19.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1183 | 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) | |
| 1184 | LH.Part19.Rotation = Vector3.new(-164.294434, -19.6028137, 77.2235641) | |
| 1185 | LH.Part19.BrickColor = BrickColor.new("Institutional white")
| |
| 1186 | LH.Part19.Position = Vector3.new(-3.45769095, 4.21683979, -0.273851007) | |
| 1187 | LH.Part19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1188 | LH.Part19.Parent = LH.Part1 | |
| 1189 | ||
| 1190 | LH.Part20 = Instance.new("Part")
| |
| 1191 | LH.Part20.Anchored = true | |
| 1192 | LH.Part20.CanCollide = false | |
| 1193 | LH.Part20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1194 | LH.Part20.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1195 | LH.Part20.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 1196 | LH.Part20.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1197 | LH.Part20.Material = Enum.Material.Metal | |
| 1198 | LH.Part20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1199 | LH.Part20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1200 | LH.Part20.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1201 | 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) | |
| 1202 | LH.Part20.Rotation = Vector3.new(-164.294434, -19.6028137, 77.2235641) | |
| 1203 | LH.Part20.BrickColor = BrickColor.new("Institutional white")
| |
| 1204 | LH.Part20.Position = Vector3.new(-2.9034369, 4.7496419, -0.329113007) | |
| 1205 | LH.Part20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1206 | LH.Part20.Parent = LH.Part1 | |
| 1207 | ||
| 1208 | LH.BlockMesh14 = Instance.new("BlockMesh")
| |
| 1209 | LH.BlockMesh14.Scale = Vector3.new(0.820642471, 2.1883812, 1.09419012) | |
| 1210 | LH.BlockMesh14.Parent = LH.Part20 | |
| 1211 | ||
| 1212 | LH.Part21 = Instance.new("Part")
| |
| 1213 | LH.Part21.Anchored = true | |
| 1214 | LH.Part21.CanCollide = false | |
| 1215 | LH.Part21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1216 | LH.Part21.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1217 | LH.Part21.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 1218 | LH.Part21.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1219 | LH.Part21.Material = Enum.Material.Metal | |
| 1220 | LH.Part21.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1221 | LH.Part21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1222 | LH.Part21.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1223 | 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) | |
| 1224 | LH.Part21.Rotation = Vector3.new(-164.294434, -19.6028137, 77.2235641) | |
| 1225 | LH.Part21.BrickColor = BrickColor.new("Institutional white")
| |
| 1226 | LH.Part21.Position = Vector3.new(-3.12058401, 4.51641417, -0.314348012) | |
| 1227 | LH.Part21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1228 | LH.Part21.Parent = LH.Part1 | |
| 1229 | ||
| 1230 | LH.BlockMesh15 = Instance.new("BlockMesh")
| |
| 1231 | LH.BlockMesh15.Scale = Vector3.new(0.820642471, 10.3948107, 1.09419012) | |
| 1232 | LH.BlockMesh15.Parent = LH.Part21 | |
| 1233 | ||
| 1234 | LH.Part22 = Instance.new("Part")
| |
| 1235 | LH.Part22.Anchored = true | |
| 1236 | LH.Part22.CanCollide = false | |
| 1237 | LH.Part22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1238 | LH.Part22.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1239 | LH.Part22.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 1240 | LH.Part22.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1241 | LH.Part22.Material = Enum.Material.Metal | |
| 1242 | LH.Part22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1243 | LH.Part22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1244 | LH.Part22.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1245 | 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) | |
| 1246 | LH.Part22.Rotation = Vector3.new(-164.294434, -19.6028137, 77.2235641) | |
| 1247 | LH.Part22.BrickColor = BrickColor.new("Smoky grey")
| |
| 1248 | LH.Part22.Position = Vector3.new(-2.42960906, 4.44600677, -0.589716017) | |
| 1249 | LH.Part22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1250 | LH.Part22.Parent = LH.Part1 | |
| 1251 | ||
| 1252 | LH.BlockMesh16 = Instance.new("BlockMesh")
| |
| 1253 | LH.BlockMesh16.Scale = Vector3.new(2.18838024, 3.55611944, 0.54709512) | |
| 1254 | LH.BlockMesh16.Parent = LH.Part22 | |
| 1255 | ||
| 1256 | LH.Part23 = Instance.new("Part")
| |
| 1257 | LH.Part23.Anchored = true | |
| 1258 | LH.Part23.CanCollide = false | |
| 1259 | LH.Part23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1260 | LH.Part23.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1261 | LH.Part23.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 1262 | LH.Part23.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1263 | LH.Part23.Material = Enum.Material.Metal | |
| 1264 | LH.Part23.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1265 | LH.Part23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1266 | LH.Part23.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1267 | 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) | |
| 1268 | LH.Part23.Rotation = Vector3.new(-164.296143, -19.602951, 62.2230873) | |
| 1269 | LH.Part23.BrickColor = BrickColor.new("Smoky grey")
| |
| 1270 | LH.Part23.Position = Vector3.new(-2.29695892, 4.46854687, -0.632445991) | |
| 1271 | LH.Part23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1272 | LH.Part23.Parent = LH.Part1 | |
| 1273 | ||
| 1274 | LH.BlockMesh17 = Instance.new("BlockMesh")
| |
| 1275 | LH.BlockMesh17.Scale = Vector3.new(2.18838024, 2.18838167, 0.54709512) | |
| 1276 | LH.BlockMesh17.Parent = LH.Part23 | |
| 1277 | ||
| 1278 | LH.Part24 = Instance.new("Part")
| |
| 1279 | LH.Part24.Anchored = true | |
| 1280 | LH.Part24.CanCollide = false | |
| 1281 | LH.Part24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1282 | LH.Part24.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1283 | LH.Part24.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 1284 | LH.Part24.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1285 | LH.Part24.Material = Enum.Material.Metal | |
| 1286 | LH.Part24.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1287 | LH.Part24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1288 | LH.Part24.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1289 | 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) | |
| 1290 | LH.Part24.Rotation = Vector3.new(49.7405586, -66.7508621, 31.8243179) | |
| 1291 | LH.Part24.BrickColor = BrickColor.new("Smoky grey")
| |
| 1292 | LH.Part24.Position = Vector3.new(-3.47603703, 4.29183912, -0.245986998) | |
| 1293 | LH.Part24.Shape = Enum.PartType.Cylinder | |
| 1294 | LH.Part24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1295 | LH.Part24.Parent = LH.Part1 | |
| 1296 | ||
| 1297 | LH.SpecialMesh22 = Instance.new("SpecialMesh")
| |
| 1298 | LH.SpecialMesh22.Scale = Vector3.new(1.12154508, 1.64128566, 0.861674786) | |
| 1299 | LH.SpecialMesh22.MeshType = Enum.MeshType.Cylinder | |
| 1300 | LH.SpecialMesh22.Parent = LH.Part24 | |
| 1301 | ||
| 1302 | LH.Part25 = Instance.new("Part")
| |
| 1303 | LH.Part25.Anchored = true | |
| 1304 | LH.Part25.CanCollide = false | |
| 1305 | LH.Part25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1306 | LH.Part25.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1307 | LH.Part25.Color = Color3.new(0.937255, 0.721569, 0.219608) | |
| 1308 | LH.Part25.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1309 | LH.Part25.Material = Enum.Material.Neon | |
| 1310 | LH.Part25.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1311 | LH.Part25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1312 | LH.Part25.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1313 | 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) | |
| 1314 | LH.Part25.Rotation = Vector3.new(-164.29512, -19.5956306, 152.230453) | |
| 1315 | LH.Part25.BrickColor = BrickColor.new("Really red")
| |
| 1316 | LH.Part25.Position = Vector3.new(-4.491961, 2.88329601, -0.247992992) | |
| 1317 | LH.Part25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1318 | - | LH.WedgePart29.BrickColor = BrickColor.new("Gold")
|
| 1318 | + | |
| 1319 | ||
| 1320 | LH.BlockMesh18 = Instance.new("BlockMesh")
| |
| 1321 | LH.BlockMesh18.Scale = Vector3.new(26.2605648, 3.82966661, 0.27354756) | |
| 1322 | LH.BlockMesh18.Parent = LH.Part25 | |
| 1323 | ||
| 1324 | LH.Part26 = Instance.new("Part")
| |
| 1325 | LH.Part26.Anchored = true | |
| 1326 | LH.Part26.CanCollide = false | |
| 1327 | LH.Part26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1328 | LH.Part26.Name = "Handle" | |
| 1329 | LH.Part26.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1330 | LH.Part26.Transparency = 1 | |
| 1331 | LH.Part26.Color = Color3.new(0.905882, 0.905882, 0.92549) | |
| 1332 | LH.Part26.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1333 | LH.Part26.Material = Enum.Material.Metal | |
| 1334 | LH.Part26.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918) | |
| 1335 | LH.Part26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1336 | LH.Part26.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1337 | 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) | |
| 1338 | LH.Part26.Rotation = Vector3.new(49.7422104, -66.7481461, 31.8276329) | |
| 1339 | LH.Part26.BrickColor = BrickColor.new("Pearl")
| |
| 1340 | LH.Part26.Position = Vector3.new(-2.05307603, 4.85820818, -0.612581015) | |
| 1341 | LH.Part26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1342 | LH.Part26.Parent = LH.Part1 | |
| 1343 | ||
| 1344 | LH.WedgePart24 = Instance.new("WedgePart")
| |
| 1345 | 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) | |
| 1346 | LH.WedgePart24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1347 | LH.WedgePart24.CanCollide = false | |
| 1348 | LH.WedgePart24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1349 | LH.WedgePart24.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1350 | LH.WedgePart24.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1351 | LH.WedgePart24.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 1352 | LH.WedgePart24.Material = Enum.Material.Metal | |
| 1353 | LH.WedgePart24.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1354 | LH.WedgePart24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1355 | LH.WedgePart24.Anchored = true | |
| 1356 | LH.WedgePart24.Rotation = Vector3.new(-170.934341, 70.2826538, 6.244102) | |
| 1357 | LH.WedgePart24.BrickColor = BrickColor.new("Smoky grey")
| |
| 1358 | LH.WedgePart24.Position = Vector3.new(-3.60868788, 4.82717609, -0.0464479998) | |
| 1359 | - | LH.WedgePart31.BrickColor = BrickColor.new("Gold")
|
| 1359 | + | |
| 1360 | LH.WedgePart24.Parent = LH.Part1 | |
| 1361 | ||
| 1362 | LH.SpecialMesh23 = Instance.new("SpecialMesh")
| |
| 1363 | LH.SpecialMesh23.Scale = Vector3.new(0.54709512, 0.54709518, 0.820642531) | |
| 1364 | LH.SpecialMesh23.MeshType = Enum.MeshType.Wedge | |
| 1365 | LH.SpecialMesh23.Parent = LH.WedgePart24 | |
| 1366 | ||
| 1367 | LH.WedgePart25 = Instance.new("WedgePart")
| |
| 1368 | 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) | |
| 1369 | LH.WedgePart25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1370 | LH.WedgePart25.CanCollide = false | |
| 1371 | LH.WedgePart25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1372 | LH.WedgePart25.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1373 | LH.WedgePart25.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1374 | LH.WedgePart25.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 1375 | LH.WedgePart25.Material = Enum.Material.Metal | |
| 1376 | LH.WedgePart25.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1377 | LH.WedgePart25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1378 | LH.WedgePart25.Anchored = true | |
| 1379 | LH.WedgePart25.Rotation = Vector3.new(-170.914551, 70.2830505, -173.77095) | |
| 1380 | LH.WedgePart25.BrickColor = BrickColor.new("Institutional white")
| |
| 1381 | LH.WedgePart25.Position = Vector3.new(-3.59364605, 5.22335005, 0.0593300015) | |
| 1382 | LH.WedgePart25.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1383 | LH.WedgePart25.Parent = LH.Part1 | |
| 1384 | ||
| 1385 | LH.SpecialMesh24 = Instance.new("SpecialMesh")
| |
| 1386 | LH.SpecialMesh24.Scale = Vector3.new(1.09419036, 0.27354759, 0.82064265) | |
| 1387 | LH.SpecialMesh24.MeshType = Enum.MeshType.Wedge | |
| 1388 | LH.SpecialMesh24.Parent = LH.WedgePart25 | |
| 1389 | ||
| 1390 | LH.WedgePart26 = Instance.new("WedgePart")
| |
| 1391 | 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) | |
| 1392 | LH.WedgePart26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1393 | LH.WedgePart26.CanCollide = false | |
| 1394 | LH.WedgePart26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1395 | LH.WedgePart26.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1396 | LH.WedgePart26.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1397 | LH.WedgePart26.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 1398 | LH.WedgePart26.Material = Enum.Material.Metal | |
| 1399 | LH.WedgePart26.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1400 | LH.WedgePart26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1401 | LH.WedgePart26.Anchored = true | |
| 1402 | LH.WedgePart26.Rotation = Vector3.new(-170.914551, 70.2830505, -173.77095) | |
| 1403 | LH.WedgePart26.BrickColor = BrickColor.new("Institutional white")
| |
| 1404 | LH.WedgePart26.Position = Vector3.new(-4.80391979, 5.15489388, 0.487728) | |
| 1405 | LH.WedgePart26.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1406 | LH.WedgePart26.Parent = LH.Part1 | |
| 1407 | ||
| 1408 | LH.SpecialMesh25 = Instance.new("SpecialMesh")
| |
| 1409 | LH.SpecialMesh25.Scale = Vector3.new(1.09419036, 0.27354759, 2.18838024) | |
| 1410 | LH.SpecialMesh25.MeshType = Enum.MeshType.Wedge | |
| 1411 | LH.SpecialMesh25.Parent = LH.WedgePart26 | |
| 1412 | ||
| 1413 | LH.WedgePart27 = Instance.new("WedgePart")
| |
| 1414 | 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) | |
| 1415 | LH.WedgePart27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1416 | LH.WedgePart27.CanCollide = false | |
| 1417 | LH.WedgePart27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1418 | LH.WedgePart27.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1419 | LH.WedgePart27.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1420 | LH.WedgePart27.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 1421 | LH.WedgePart27.Material = Enum.Material.Metal | |
| 1422 | LH.WedgePart27.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1423 | LH.WedgePart27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1424 | LH.WedgePart27.Anchored = true | |
| 1425 | LH.WedgePart27.Rotation = Vector3.new(9.06301403, -70.2923889, -6.25490952) | |
| 1426 | LH.WedgePart27.BrickColor = BrickColor.new("Institutional white")
| |
| 1427 | LH.WedgePart27.Position = Vector3.new(-4.08289576, 5.19567394, 0.232512996) | |
| 1428 | LH.WedgePart27.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1429 | LH.WedgePart27.Parent = LH.Part1 | |
| 1430 | ||
| 1431 | LH.SpecialMesh26 = Instance.new("SpecialMesh")
| |
| 1432 | LH.SpecialMesh26.Scale = Vector3.new(1.09419036, 0.27354759, 0.54709512) | |
| 1433 | LH.SpecialMesh26.MeshType = Enum.MeshType.Wedge | |
| 1434 | LH.SpecialMesh26.Parent = LH.WedgePart27 | |
| 1435 | ||
| 1436 | LH.Part27 = Instance.new("Part")
| |
| 1437 | LH.Part27.Anchored = true | |
| 1438 | LH.Part27.CanCollide = false | |
| 1439 | LH.Part27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1440 | LH.Part27.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1441 | - | LH.Part29.BrickColor = BrickColor.new("Gold")
|
| 1441 | + | |
| 1442 | LH.Part27.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1443 | LH.Part27.Material = Enum.Material.Metal | |
| 1444 | LH.Part27.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1445 | LH.Part27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1446 | LH.Part27.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1447 | 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) | |
| 1448 | LH.Part27.Rotation = Vector3.new(49.7405586, -66.7508621, 31.8243179) | |
| 1449 | LH.Part27.BrickColor = BrickColor.new("Smoky grey")
| |
| 1450 | LH.Part27.Position = Vector3.new(-3.96593404, 5.03575087, 0.144299001) | |
| 1451 | LH.Part27.Shape = Enum.PartType.Cylinder | |
| 1452 | LH.Part27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1453 | LH.Part27.Parent = LH.Part1 | |
| 1454 | ||
| 1455 | LH.SpecialMesh27 = Instance.new("SpecialMesh")
| |
| 1456 | LH.SpecialMesh27.Scale = Vector3.new(1.12154508, 1.64128566, 0.861674786) | |
| 1457 | LH.SpecialMesh27.MeshType = Enum.MeshType.Cylinder | |
| 1458 | LH.SpecialMesh27.Parent = LH.Part27 | |
| 1459 | ||
| 1460 | LH.WedgePart28 = Instance.new("WedgePart")
| |
| 1461 | 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) | |
| 1462 | LH.WedgePart28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1463 | LH.WedgePart28.CanCollide = false | |
| 1464 | LH.WedgePart28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1465 | LH.WedgePart28.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1466 | LH.WedgePart28.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1467 | LH.WedgePart28.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 1468 | LH.WedgePart28.Material = Enum.Material.Metal | |
| 1469 | LH.WedgePart28.Size = Vector3.new(0.218838066, 0.218838081, 0.218838021) | |
| 1470 | LH.WedgePart28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1471 | LH.WedgePart28.Anchored = true | |
| 1472 | LH.WedgePart28.Rotation = Vector3.new(9.06727505, -70.2783661, 173.751129) | |
| 1473 | LH.WedgePart28.BrickColor = BrickColor.new("Institutional white")
| |
| 1474 | LH.WedgePart28.Position = Vector3.new(-3.06191587, 5.01623011, -0.195553005) | |
| 1475 | LH.WedgePart28.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1476 | LH.WedgePart28.Parent = LH.Part1 | |
| 1477 | ||
| 1478 | LH.WedgePart29 = Instance.new("WedgePart")
| |
| 1479 | 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) | |
| 1480 | LH.WedgePart29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1481 | LH.WedgePart29.CanCollide = false | |
| 1482 | LH.WedgePart29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1483 | LH.WedgePart29.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1484 | LH.WedgePart29.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1485 | LH.WedgePart29.Color = Color3.new(0.937255, 0.721569, 0.219608) | |
| 1486 | LH.WedgePart29.Material = Enum.Material.Neon | |
| 1487 | LH.WedgePart29.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1488 | LH.WedgePart29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1489 | LH.WedgePart29.Anchored = true | |
| 1490 | LH.WedgePart29.Rotation = Vector3.new(110.046036, 12.0143261, 69.9424133) | |
| 1491 | LH.WedgePart29.BrickColor = BrickColor.new("Really red")
| |
| 1492 | LH.WedgePart29.Position = Vector3.new(-8.6750679, 3.29478288, 1.39981794) | |
| 1493 | LH.WedgePart29.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1494 | LH.WedgePart29.Parent = LH.Part1 | |
| 1495 | ||
| 1496 | LH.SpecialMesh28 = Instance.new("SpecialMesh")
| |
| 1497 | LH.SpecialMesh28.Scale = Vector3.new(0.27354756, 3.28257132, 1.09419012) | |
| 1498 | LH.SpecialMesh28.MeshType = Enum.MeshType.Wedge | |
| 1499 | LH.SpecialMesh28.Parent = LH.WedgePart29 | |
| 1500 | ||
| 1501 | LH.WedgePart30 = Instance.new("WedgePart")
| |
| 1502 | 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) | |
| 1503 | LH.WedgePart30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1504 | LH.WedgePart30.CanCollide = false | |
| 1505 | LH.WedgePart30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1506 | LH.WedgePart30.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1507 | LH.WedgePart30.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1508 | LH.WedgePart30.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 1509 | LH.WedgePart30.Material = Enum.Material.Metal | |
| 1510 | LH.WedgePart30.Size = Vector3.new(0.218838066, 0.27354762, 0.54709512) | |
| 1511 | LH.WedgePart30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1512 | LH.WedgePart30.Anchored = true | |
| 1513 | LH.WedgePart30.Rotation = Vector3.new(-170.934341, 70.2826538, 6.244102) | |
| 1514 | LH.WedgePart30.BrickColor = BrickColor.new("Institutional white")
| |
| 1515 | LH.WedgePart30.Position = Vector3.new(-4.86343002, 4.94069719, 0.449539006) | |
| 1516 | LH.WedgePart30.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1517 | LH.WedgePart30.Parent = LH.Part1 | |
| 1518 | ||
| 1519 | LH.WedgePart31 = Instance.new("WedgePart")
| |
| 1520 | 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) | |
| 1521 | LH.WedgePart31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1522 | LH.WedgePart31.CanCollide = false | |
| 1523 | LH.WedgePart31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1524 | LH.WedgePart31.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1525 | LH.WedgePart31.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1526 | LH.WedgePart31.Color = Color3.new(0.937255, 0.721569, 0.219608) | |
| 1527 | LH.WedgePart31.Material = Enum.Material.Neon | |
| 1528 | LH.WedgePart31.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1529 | LH.WedgePart31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1530 | LH.WedgePart31.Anchored = true | |
| 1531 | LH.WedgePart31.Rotation = Vector3.new(-69.9472504, -12.0321913, 110.044083) | |
| 1532 | LH.WedgePart31.BrickColor = BrickColor.new("Really red")
| |
| 1533 | LH.WedgePart31.Position = Vector3.new(-8.60101604, 2.96803093, 1.28059804) | |
| 1534 | LH.WedgePart31.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1535 | LH.WedgePart31.Parent = LH.Part1 | |
| 1536 | ||
| 1537 | LH.SpecialMesh29 = Instance.new("SpecialMesh")
| |
| 1538 | LH.SpecialMesh29.Scale = Vector3.new(0.27354756, 3.28257132, 2.46192789) | |
| 1539 | LH.SpecialMesh29.MeshType = Enum.MeshType.Wedge | |
| 1540 | LH.SpecialMesh29.Parent = LH.WedgePart31 | |
| 1541 | ||
| 1542 | LH.WedgePart32 = Instance.new("WedgePart")
| |
| 1543 | 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) | |
| 1544 | LH.WedgePart32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1545 | LH.WedgePart32.CanCollide = false | |
| 1546 | LH.WedgePart32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1547 | LH.WedgePart32.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1548 | LH.WedgePart32.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1549 | LH.WedgePart32.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 1550 | LH.WedgePart32.Material = Enum.Material.Metal | |
| 1551 | LH.WedgePart32.Size = Vector3.new(0.218838066, 0.218838081, 0.218838021) | |
| 1552 | LH.WedgePart32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1553 | LH.WedgePart32.Anchored = true | |
| 1554 | LH.WedgePart32.Rotation = Vector3.new(-170.934341, 70.2826538, 6.244102) | |
| 1555 | LH.WedgePart32.BrickColor = BrickColor.new("Institutional white")
| |
| 1556 | LH.WedgePart32.Position = Vector3.new(-2.34088707, 5.0570159, -0.450796008) | |
| 1557 | LH.WedgePart32.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1558 | LH.WedgePart32.Parent = LH.Part1 | |
| 1559 | ||
| 1560 | LH.WedgePart33 = Instance.new("WedgePart")
| |
| 1561 | 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) | |
| 1562 | LH.WedgePart33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1563 | LH.WedgePart33.CanCollide = false | |
| 1564 | LH.WedgePart33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1565 | LH.WedgePart33.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1566 | LH.WedgePart33.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1567 | LH.WedgePart33.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 1568 | LH.WedgePart33.Material = Enum.Material.Metal | |
| 1569 | LH.WedgePart33.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1570 | LH.WedgePart33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1571 | LH.WedgePart33.Anchored = true | |
| 1572 | LH.WedgePart33.Rotation = Vector3.new(-170.914551, 70.2830505, -173.77095) | |
| 1573 | LH.WedgePart33.BrickColor = BrickColor.new("Institutional white")
| |
| 1574 | LH.WedgePart33.Position = Vector3.new(-5.06341791, 5.08751106, 0.564769983) | |
| 1575 | LH.WedgePart33.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1576 | LH.WedgePart33.Parent = LH.Part1 | |
| 1577 | ||
| 1578 | LH.SpecialMesh30 = Instance.new("SpecialMesh")
| |
| 1579 | LH.SpecialMesh30.Scale = Vector3.new(1.09419036, 0.27354759, 0.54709512) | |
| 1580 | LH.SpecialMesh30.MeshType = Enum.MeshType.Wedge | |
| 1581 | LH.SpecialMesh30.Parent = LH.WedgePart33 | |
| 1582 | ||
| 1583 | LH.Part28 = Instance.new("Part")
| |
| 1584 | LH.Part28.Anchored = true | |
| 1585 | LH.Part28.CanCollide = false | |
| 1586 | LH.Part28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1587 | LH.Part28.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1588 | LH.Part28.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 1589 | LH.Part28.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1590 | LH.Part28.Material = Enum.Material.Metal | |
| 1591 | LH.Part28.Size = Vector3.new(0.382966518, 0.492385536, 0.218838036) | |
| 1592 | LH.Part28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1593 | LH.Part28.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1594 | 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) | |
| 1595 | LH.Part28.Rotation = Vector3.new(-164.296768, -19.6019669, 92.2301865) | |
| 1596 | LH.Part28.BrickColor = BrickColor.new("Institutional white")
| |
| 1597 | LH.Part28.Position = Vector3.new(-4.37216806, 5.02118206, 0.290466011) | |
| 1598 | LH.Part28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1599 | LH.Part28.Parent = LH.Part1 | |
| 1600 | ||
| 1601 | LH.Part29 = Instance.new("Part")
| |
| 1602 | LH.Part29.Anchored = true | |
| 1603 | LH.Part29.CanCollide = false | |
| 1604 | LH.Part29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1605 | LH.Part29.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1606 | LH.Part29.Color = Color3.new(0.937255, 0.721569, 0.219608) | |
| 1607 | LH.Part29.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1608 | LH.Part29.Material = Enum.Material.Neon | |
| 1609 | LH.Part29.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1610 | LH.Part29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1611 | LH.Part29.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1612 | 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) | |
| 1613 | LH.Part29.Rotation = Vector3.new(-164.29599, -19.5967255, 167.228455) | |
| 1614 | LH.Part29.BrickColor = BrickColor.new("Really red")
| |
| 1615 | LH.Part29.Position = Vector3.new(-5.58276892, 4.06591988, 0.472773999) | |
| 1616 | LH.Part29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1617 | LH.Part29.Parent = LH.Part1 | |
| 1618 | ||
| 1619 | LH.BlockMesh19 = Instance.new("BlockMesh")
| |
| 1620 | LH.BlockMesh19.Scale = Vector3.new(29.8166771, 3.5561192, 0.27354756) | |
| 1621 | LH.BlockMesh19.Parent = LH.Part29 | |
| 1622 | ||
| 1623 | LH.Part30 = Instance.new("Part")
| |
| 1624 | LH.Part30.Anchored = true | |
| 1625 | LH.Part30.CanCollide = false | |
| 1626 | LH.Part30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1627 | LH.Part30.Name = "Handle" | |
| 1628 | LH.Part30.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1629 | LH.Part30.Transparency = 1 | |
| 1630 | LH.Part30.Color = Color3.new(0.905882, 0.905882, 0.92549) | |
| 1631 | LH.Part30.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1632 | LH.Part30.Material = Enum.Material.Metal | |
| 1633 | LH.Part30.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918) | |
| 1634 | LH.Part30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1635 | LH.Part30.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1636 | 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) | |
| 1637 | LH.Part30.Rotation = Vector3.new(49.7422104, -66.7481461, 31.8276329) | |
| 1638 | LH.Part30.BrickColor = BrickColor.new("Pearl")
| |
| 1639 | LH.Part30.Position = Vector3.new(-2.090976, 5.09692621, -0.531463981) | |
| 1640 | LH.Part30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1641 | LH.Part30.Parent = LH.Part1 | |
| 1642 | ||
| 1643 | LH.Part31 = Instance.new("Part")
| |
| 1644 | LH.Part31.Anchored = true | |
| 1645 | LH.Part31.CanCollide = false | |
| 1646 | LH.Part31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1647 | LH.Part31.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1648 | LH.Part31.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 1649 | LH.Part31.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1650 | LH.Part31.Material = Enum.Material.Metal | |
| 1651 | LH.Part31.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1652 | LH.Part31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1653 | LH.Part31.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1654 | 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) | |
| 1655 | LH.Part31.Rotation = Vector3.new(-164.296768, -19.6019669, 92.2301865) | |
| 1656 | LH.Part31.BrickColor = BrickColor.new("Institutional white")
| |
| 1657 | LH.Part31.Position = Vector3.new(-2.69437289, 5.22150517, -0.273820996) | |
| 1658 | LH.Part31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1659 | LH.Part31.Parent = LH.Part1 | |
| 1660 | ||
| 1661 | LH.BlockMesh20 = Instance.new("BlockMesh")
| |
| 1662 | LH.BlockMesh20.Scale = Vector3.new(0.820642471, 4.92385674, 1.09419012) | |
| 1663 | LH.BlockMesh20.Parent = LH.Part31 | |
| 1664 | ||
| 1665 | LH.Part32 = Instance.new("Part")
| |
| 1666 | LH.Part32.Anchored = true | |
| 1667 | LH.Part32.CanCollide = false | |
| 1668 | LH.Part32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1669 | LH.Part32.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1670 | LH.Part32.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 1671 | LH.Part32.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1672 | LH.Part32.Material = Enum.Material.Metal | |
| 1673 | LH.Part32.Size = Vector3.new(0.328257054, 0.656514287, 0.218838036) | |
| 1674 | LH.Part32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1675 | LH.Part32.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1676 | 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) | |
| 1677 | LH.Part32.Rotation = Vector3.new(-164.296768, -19.6018848, 92.2301865) | |
| 1678 | LH.Part32.BrickColor = BrickColor.new("Institutional white")
| |
| 1679 | LH.Part32.Position = Vector3.new(-3.8324101, 5.02536583, 0.0920030028) | |
| 1680 | LH.Part32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1681 | LH.Part32.Parent = LH.Part1 | |
| 1682 | ||
| 1683 | LH.Part33 = Instance.new("Part")
| |
| 1684 | LH.Part33.Anchored = true | |
| 1685 | LH.Part33.CanCollide = false | |
| 1686 | LH.Part33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1687 | LH.Part33.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1688 | LH.Part33.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 1689 | LH.Part33.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1690 | LH.Part33.Material = Enum.Material.Metal | |
| 1691 | LH.Part33.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1692 | LH.Part33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1693 | LH.Part33.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1694 | 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) | |
| 1695 | LH.Part33.Rotation = Vector3.new(-164.296768, -19.6019669, 92.2301865) | |
| 1696 | LH.Part33.BrickColor = BrickColor.new("Institutional white")
| |
| 1697 | LH.Part33.Position = Vector3.new(-4.80592918, 5.10208416, 0.473628998) | |
| 1698 | LH.Part33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1699 | LH.Part33.Parent = LH.Part1 | |
| 1700 | ||
| 1701 | LH.BlockMesh21 = Instance.new("BlockMesh")
| |
| 1702 | LH.BlockMesh21.Scale = Vector3.new(0.27354756, 2.18838024, 1.09419012) | |
| 1703 | LH.BlockMesh21.Parent = LH.Part33 | |
| 1704 | ||
| 1705 | LH.Part34 = Instance.new("Part")
| |
| 1706 | LH.Part34.Anchored = true | |
| 1707 | LH.Part34.CanCollide = false | |
| 1708 | LH.Part34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1709 | LH.Part34.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1710 | LH.Part34.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 1711 | LH.Part34.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1712 | LH.Part34.Material = Enum.Material.Metal | |
| 1713 | LH.Part34.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1714 | LH.Part34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1715 | LH.Part34.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1716 | 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) | |
| 1717 | LH.Part34.Rotation = Vector3.new(-164.296768, -19.6019669, 92.2301865) | |
| 1718 | LH.Part34.BrickColor = BrickColor.new("Institutional white")
| |
| 1719 | LH.Part34.Position = Vector3.new(-2.15762591, 5.14644575, -0.493447989) | |
| 1720 | LH.Part34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1721 | LH.Part34.Parent = LH.Part1 | |
| 1722 | ||
| 1723 | LH.BlockMesh22 = Instance.new("BlockMesh")
| |
| 1724 | LH.BlockMesh22.Scale = Vector3.new(1.91483259, 0.820643067, 1.09419012) | |
| 1725 | LH.BlockMesh22.Parent = LH.Part34 | |
| 1726 | ||
| 1727 | LH.Part35 = Instance.new("Part")
| |
| 1728 | LH.Part35.Anchored = true | |
| 1729 | LH.Part35.CanCollide = false | |
| 1730 | LH.Part35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1731 | LH.Part35.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1732 | LH.Part35.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 1733 | LH.Part35.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1734 | LH.Part35.Material = Enum.Material.Metal | |
| 1735 | LH.Part35.Size = Vector3.new(0.382966518, 0.382966638, 0.218838036) | |
| 1736 | LH.Part35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1737 | LH.Part35.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1738 | 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) | |
| 1739 | LH.Part35.Rotation = Vector3.new(-164.296768, -19.6019669, 92.2301865) | |
| 1740 | LH.Part35.BrickColor = BrickColor.new("Institutional white")
| |
| 1741 | LH.Part35.Position = Vector3.new(-3.34215593, 5.07944679, -0.0741269961) | |
| 1742 | LH.Part35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1743 | LH.Part35.Parent = LH.Part1 | |
| 1744 | ||
| 1745 | LH.Part36 = Instance.new("Part")
| |
| 1746 | LH.Part36.Anchored = true | |
| 1747 | LH.Part36.CanCollide = false | |
| 1748 | LH.Part36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1749 | LH.Part36.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1750 | LH.Part36.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 1751 | LH.Part36.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1752 | LH.Part36.Material = Enum.Material.Metal | |
| 1753 | LH.Part36.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1754 | LH.Part36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1755 | LH.Part36.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1756 | 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) | |
| 1757 | LH.Part36.Rotation = Vector3.new(-164.296768, -19.6019669, 92.2301865) | |
| 1758 | LH.Part36.BrickColor = BrickColor.new("Smoky grey")
| |
| 1759 | LH.Part36.Position = Vector3.new(-2.83014703, 5.02934313, -0.277601004) | |
| 1760 | LH.Part36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1761 | LH.Part36.Parent = LH.Part1 | |
| 1762 | ||
| 1763 | LH.BlockMesh23 = Instance.new("BlockMesh")
| |
| 1764 | LH.BlockMesh23.Scale = Vector3.new(2.18838024, 7.38578606, 0.54709512) | |
| 1765 | LH.BlockMesh23.Parent = LH.Part36 | |
| 1766 | ||
| 1767 | LH.Part37 = Instance.new("Part")
| |
| 1768 | LH.Part37.Anchored = true | |
| 1769 | LH.Part37.CanCollide = false | |
| 1770 | LH.Part37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1771 | LH.Part37.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1772 | LH.Part37.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 1773 | LH.Part37.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1774 | LH.Part37.Material = Enum.Material.Metal | |
| 1775 | LH.Part37.Size = Vector3.new(0.339199007, 0.328257143, 0.492385566) | |
| 1776 | LH.Part37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1777 | LH.Part37.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1778 | 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) | |
| 1779 | LH.Part37.Rotation = Vector3.new(49.7405586, -66.7508621, 31.8243179) | |
| 1780 | LH.Part37.BrickColor = BrickColor.new("Smoky grey")
| |
| 1781 | LH.Part37.Position = Vector3.new(-0.773908019, 3.69289589, -1.41380095) | |
| 1782 | LH.Part37.Shape = Enum.PartType.Cylinder | |
| 1783 | LH.Part37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1784 | LH.Part37.Parent = LH.Part1 | |
| 1785 | ||
| 1786 | LH.Part38 = Instance.new("Part")
| |
| 1787 | LH.Part38.Anchored = true | |
| 1788 | LH.Part38.CanCollide = false | |
| 1789 | LH.Part38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1790 | LH.Part38.Name = "Handle" | |
| 1791 | LH.Part38.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1792 | LH.Part38.Transparency = 1 | |
| 1793 | LH.Part38.Color = Color3.new(0.905882, 0.905882, 0.92549) | |
| 1794 | LH.Part38.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1795 | LH.Part38.Material = Enum.Material.Metal | |
| 1796 | LH.Part38.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918) | |
| 1797 | LH.Part38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1798 | LH.Part38.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1799 | 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) | |
| 1800 | LH.Part38.Rotation = Vector3.new(49.7422104, -66.7481461, 31.8276329) | |
| 1801 | LH.Part38.BrickColor = BrickColor.new("Pearl")
| |
| 1802 | LH.Part38.Position = Vector3.new(-0.762914002, 3.70762396, -1.41317594) | |
| 1803 | LH.Part38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1804 | LH.Part38.Parent = LH.Part1 | |
| 1805 | ||
| 1806 | LH.Part39 = Instance.new("Part")
| |
| 1807 | LH.Part39.Anchored = true | |
| 1808 | LH.Part39.CanCollide = false | |
| 1809 | LH.Part39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1810 | LH.Part39.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1811 | LH.Part39.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 1812 | LH.Part39.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1813 | LH.Part39.Material = Enum.Material.Metal | |
| 1814 | LH.Part39.Size = Vector3.new(0.437676042, 0.218838066, 0.328257084) | |
| 1815 | LH.Part39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1816 | LH.Part39.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1817 | 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) | |
| 1818 | LH.Part39.Rotation = Vector3.new(-164.296021, -19.5986233, 137.227966) | |
| 1819 | LH.Part39.BrickColor = BrickColor.new("Institutional white")
| |
| 1820 | LH.Part39.Position = Vector3.new(-0.839829028, 3.7542181, -1.37218094) | |
| 1821 | LH.Part39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1822 | LH.Part39.Parent = LH.Part1 | |
| 1823 | ||
| 1824 | LH.Part40 = Instance.new("Part")
| |
| 1825 | LH.Part40.Anchored = true | |
| 1826 | LH.Part40.CanCollide = false | |
| 1827 | LH.Part40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1828 | LH.Part40.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1829 | LH.Part40.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 1830 | LH.Part40.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1831 | LH.Part40.Material = Enum.Material.Metal | |
| 1832 | LH.Part40.Size = Vector3.new(0.328257084, 0.437676162, 0.492385566) | |
| 1833 | LH.Part40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1834 | LH.Part40.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1835 | 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) | |
| 1836 | LH.Part40.Rotation = Vector3.new(49.7405586, -66.7508621, 31.8243179) | |
| 1837 | LH.Part40.BrickColor = BrickColor.new("Institutional white")
| |
| 1838 | LH.Part40.Position = Vector3.new(-0.773908019, 3.69289589, -1.41380095) | |
| 1839 | LH.Part40.Shape = Enum.PartType.Cylinder | |
| 1840 | LH.Part40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1841 | LH.Part40.Parent = LH.Part1 | |
| 1842 | ||
| 1843 | LH.Part41 = Instance.new("Part")
| |
| 1844 | LH.Part41.Anchored = true | |
| 1845 | LH.Part41.CanCollide = false | |
| 1846 | LH.Part41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1847 | LH.Part41.Name = "Joint" | |
| 1848 | LH.Part41.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1849 | LH.Part41.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 1850 | LH.Part41.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1851 | LH.Part41.Material = Enum.Material.Metal | |
| 1852 | LH.Part41.Size = Vector3.new(0.328257024, 0.328257143, 0.218838036) | |
| 1853 | LH.Part41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1854 | LH.Part41.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1855 | 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) | |
| 1856 | LH.Part41.Rotation = Vector3.new(-164.296021, -19.5986233, 137.227966) | |
| 1857 | LH.Part41.BrickColor = BrickColor.new("Smoky grey")
| |
| 1858 | LH.Part41.Position = Vector3.new(-0.979825974, 3.89539409, -1.28073096) | |
| 1859 | LH.Part41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1860 | LH.Part41.Parent = LH.Part1 | |
| 1861 | ||
| 1862 | LH.WedgePart34 = Instance.new("WedgePart")
| |
| 1863 | 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) | |
| 1864 | LH.WedgePart34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1865 | LH.WedgePart34.CanCollide = false | |
| 1866 | LH.WedgePart34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1867 | LH.WedgePart34.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1868 | LH.WedgePart34.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1869 | LH.WedgePart34.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 1870 | LH.WedgePart34.Material = Enum.Material.Metal | |
| 1871 | LH.WedgePart34.Size = Vector3.new(0.328257084, 0.218838125, 0.218838021) | |
| 1872 | LH.WedgePart34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1873 | LH.WedgePart34.Anchored = true | |
| 1874 | LH.WedgePart34.Rotation = Vector3.new(-94.2241898, 43.7507439, 117.666061) | |
| 1875 | LH.WedgePart34.BrickColor = BrickColor.new("Institutional white")
| |
| 1876 | LH.WedgePart34.Position = Vector3.new(-0.904146969, 3.97421098, -1.28656995) | |
| 1877 | LH.WedgePart34.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1878 | LH.WedgePart34.Parent = LH.Part1 | |
| 1879 | ||
| 1880 | LH.WedgePart35 = Instance.new("WedgePart")
| |
| 1881 | 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) | |
| 1882 | LH.WedgePart35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1883 | LH.WedgePart35.CanCollide = false | |
| 1884 | LH.WedgePart35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1885 | LH.WedgePart35.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1886 | LH.WedgePart35.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1887 | LH.WedgePart35.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 1888 | LH.WedgePart35.Material = Enum.Material.Metal | |
| 1889 | LH.WedgePart35.Size = Vector3.new(0.328257084, 0.218838081, 0.218838021) | |
| 1890 | LH.WedgePart35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1891 | LH.WedgePart35.Anchored = true | |
| 1892 | LH.WedgePart35.Rotation = Vector3.new(-57.0589485, -39.768261, -64.1402206) | |
| 1893 | LH.WedgePart35.BrickColor = BrickColor.new("Institutional white")
| |
| 1894 | LH.WedgePart35.Position = Vector3.new(-0.939154983, 4.00950718, -1.26370001) | |
| 1895 | LH.WedgePart35.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1896 | LH.WedgePart35.Parent = LH.Part1 | |
| 1897 | ||
| 1898 | LH.Part42 = Instance.new("Part")
| |
| 1899 | LH.Part42.Anchored = true | |
| 1900 | LH.Part42.CanCollide = false | |
| 1901 | LH.Part42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1902 | LH.Part42.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1903 | LH.Part42.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 1904 | LH.Part42.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1905 | LH.Part42.Material = Enum.Material.Metal | |
| 1906 | LH.Part42.Size = Vector3.new(0.437676042, 0.382966667, 0.328257084) | |
| 1907 | LH.Part42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1908 | LH.Part42.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1909 | 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) | |
| 1910 | LH.Part42.Rotation = Vector3.new(-164.29599, -19.5967255, 167.228455) | |
| 1911 | LH.Part42.BrickColor = BrickColor.new("Institutional white")
| |
| 1912 | LH.Part42.Position = Vector3.new(-1.48261297, 4.67557096, -0.875470996) | |
| 1913 | LH.Part42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1914 | LH.Part42.Parent = LH.Part1 | |
| 1915 | ||
| 1916 | LH.Part43 = Instance.new("Part")
| |
| 1917 | LH.Part43.Anchored = true | |
| 1918 | LH.Part43.CanCollide = false | |
| 1919 | LH.Part43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1920 | LH.Part43.Name = "Joint" | |
| 1921 | LH.Part43.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1922 | LH.Part43.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 1923 | LH.Part43.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1924 | LH.Part43.Material = Enum.Material.Metal | |
| 1925 | LH.Part43.Size = Vector3.new(0.382966518, 0.492385685, 0.218838036) | |
| 1926 | LH.Part43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1927 | LH.Part43.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1928 | 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) | |
| 1929 | LH.Part43.Rotation = Vector3.new(-164.29599, -19.5967255, 167.228455) | |
| 1930 | LH.Part43.BrickColor = BrickColor.new("Smoky grey")
| |
| 1931 | LH.Part43.Position = Vector3.new(-1.59888196, 5.06947708, -0.721754014) | |
| 1932 | LH.Part43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1933 | LH.Part43.Parent = LH.Part1 | |
| 1934 | ||
| 1935 | LH.Part44 = Instance.new("Part")
| |
| 1936 | LH.Part44.Anchored = true | |
| 1937 | LH.Part44.CanCollide = false | |
| 1938 | LH.Part44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1939 | LH.Part44.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1940 | LH.Part44.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 1941 | LH.Part44.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1942 | LH.Part44.Material = Enum.Material.Metal | |
| 1943 | LH.Part44.Size = Vector3.new(0.328257084, 0.437676162, 0.492385566) | |
| 1944 | LH.Part44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1945 | LH.Part44.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1946 | 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) | |
| 1947 | LH.Part44.Rotation = Vector3.new(49.7405586, -66.7508621, 31.8243179) | |
| 1948 | LH.Part44.BrickColor = BrickColor.new("Institutional white")
| |
| 1949 | LH.Part44.Position = Vector3.new(-1.44273996, 4.49962807, -0.939669013) | |
| 1950 | LH.Part44.Shape = Enum.PartType.Cylinder | |
| 1951 | LH.Part44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1952 | LH.Part44.Parent = LH.Part1 | |
| 1953 | ||
| 1954 | LH.Part45 = Instance.new("Part")
| |
| 1955 | LH.Part45.Anchored = true | |
| 1956 | LH.Part45.CanCollide = false | |
| 1957 | LH.Part45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1958 | LH.Part45.Name = "Handle" | |
| 1959 | LH.Part45.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1960 | LH.Part45.Transparency = 1 | |
| 1961 | LH.Part45.Color = Color3.new(0.905882, 0.905882, 0.92549) | |
| 1962 | LH.Part45.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1963 | LH.Part45.Material = Enum.Material.Metal | |
| 1964 | LH.Part45.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918) | |
| 1965 | LH.Part45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1966 | LH.Part45.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1967 | 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) | |
| 1968 | LH.Part45.Rotation = Vector3.new(49.7422104, -66.7481461, 31.8276329) | |
| 1969 | LH.Part45.BrickColor = BrickColor.new("Pearl")
| |
| 1970 | LH.Part45.Position = Vector3.new(-1.09007001, 3.99742103, -1.21071398) | |
| 1971 | LH.Part45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1972 | LH.Part45.Parent = LH.Part1 | |
| 1973 | ||
| 1974 | LH.Part46 = Instance.new("Part")
| |
| 1975 | LH.Part46.Anchored = true | |
| 1976 | LH.Part46.CanCollide = false | |
| 1977 | LH.Part46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1978 | LH.Part46.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1979 | LH.Part46.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 1980 | LH.Part46.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1981 | LH.Part46.Material = Enum.Material.Metal | |
| 1982 | LH.Part46.Size = Vector3.new(0.328257084, 0.437676162, 0.492385566) | |
| 1983 | LH.Part46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1984 | LH.Part46.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1985 | 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) | |
| 1986 | LH.Part46.Rotation = Vector3.new(73.2085266, -56.4745064, 52.6133881) | |
| 1987 | LH.Part46.BrickColor = BrickColor.new("Institutional white")
| |
| 1988 | LH.Part46.Position = Vector3.new(-1.26696002, 4.18027878, -1.09444797) | |
| 1989 | LH.Part46.Shape = Enum.PartType.Cylinder | |
| 1990 | LH.Part46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1991 | LH.Part46.Parent = LH.Part1 | |
| 1992 | ||
| 1993 | LH.Part47 = Instance.new("Part")
| |
| 1994 | LH.Part47.Anchored = true | |
| 1995 | LH.Part47.CanCollide = false | |
| 1996 | LH.Part47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1997 | LH.Part47.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1998 | LH.Part47.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 1999 | LH.Part47.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2000 | LH.Part47.Material = Enum.Material.Metal | |
| 2001 | LH.Part47.Size = Vector3.new(0.437676042, 0.27354762, 0.328257084) | |
| 2002 | LH.Part47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2003 | LH.Part47.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2004 | 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) | |
| 2005 | LH.Part47.Rotation = Vector3.new(-164.296021, -19.5986233, 137.227966) | |
| 2006 | LH.Part47.BrickColor = BrickColor.new("Institutional white")
| |
| 2007 | LH.Part47.Position = Vector3.new(-1.17230999, 4.08949614, -1.15497398) | |
| 2008 | LH.Part47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2009 | LH.Part47.Parent = LH.Part1 | |
| 2010 | ||
| 2011 | LH.Part48 = Instance.new("Part")
| |
| 2012 | LH.Part48.Anchored = true | |
| 2013 | LH.Part48.CanCollide = false | |
| 2014 | LH.Part48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2015 | LH.Part48.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2016 | LH.Part48.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2017 | LH.Part48.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2018 | LH.Part48.Material = Enum.Material.Metal | |
| 2019 | LH.Part48.Size = Vector3.new(0.437676042, 0.382966667, 0.328257084) | |
| 2020 | LH.Part48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2021 | LH.Part48.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2022 | 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) | |
| 2023 | LH.Part48.Rotation = Vector3.new(-164.29512, -19.5956306, 152.230453) | |
| 2024 | LH.Part48.BrickColor = BrickColor.new("Institutional white")
| |
| 2025 | LH.Part48.Position = Vector3.new(-1.35260403, 4.34018183, -1.01782596) | |
| 2026 | LH.Part48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2027 | LH.Part48.Parent = LH.Part1 | |
| 2028 | ||
| 2029 | LH.Part49 = Instance.new("Part")
| |
| 2030 | LH.Part49.Anchored = true | |
| 2031 | LH.Part49.CanCollide = false | |
| 2032 | LH.Part49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2033 | LH.Part49.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2034 | LH.Part49.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2035 | LH.Part49.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2036 | LH.Part49.Material = Enum.Material.Metal | |
| 2037 | LH.Part49.Size = Vector3.new(0.218838021, 0.492385656, 0.328257084) | |
| 2038 | LH.Part49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2039 | LH.Part49.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2040 | 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) | |
| 2041 | LH.Part49.Rotation = Vector3.new(-164.296021, -19.5986233, 137.227966) | |
| 2042 | LH.Part49.BrickColor = BrickColor.new("Institutional white")
| |
| 2043 | LH.Part49.Position = Vector3.new(-1.17798305, 3.94008493, -1.19486594) | |
| 2044 | LH.Part49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2045 | LH.Part49.Parent = LH.Part1 | |
| 2046 | ||
| 2047 | LH.WedgePart36 = Instance.new("WedgePart")
| |
| 2048 | 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) | |
| 2049 | LH.WedgePart36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2050 | LH.WedgePart36.CanCollide = false | |
| 2051 | LH.WedgePart36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2052 | LH.WedgePart36.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2053 | LH.WedgePart36.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2054 | LH.WedgePart36.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 2055 | LH.WedgePart36.Material = Enum.Material.Metal | |
| 2056 | LH.WedgePart36.Size = Vector3.new(0.218838051, 0.328257143, 0.27354753) | |
| 2057 | LH.WedgePart36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2058 | LH.WedgePart36.Anchored = true | |
| 2059 | LH.WedgePart36.Rotation = Vector3.new(49.7405586, -66.7508621, 31.8243179) | |
| 2060 | LH.WedgePart36.BrickColor = BrickColor.new("Smoky grey")
| |
| 2061 | LH.WedgePart36.Position = Vector3.new(-1.92426801, 5.31379795, -0.53273201) | |
| 2062 | LH.WedgePart36.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2063 | LH.WedgePart36.Parent = LH.Part1 | |
| 2064 | ||
| 2065 | LH.WedgePart37 = Instance.new("WedgePart")
| |
| 2066 | 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) | |
| 2067 | LH.WedgePart37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2068 | LH.WedgePart37.CanCollide = false | |
| 2069 | LH.WedgePart37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2070 | LH.WedgePart37.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2071 | LH.WedgePart37.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2072 | LH.WedgePart37.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 2073 | LH.WedgePart37.Material = Enum.Material.Metal | |
| 2074 | LH.WedgePart37.Size = Vector3.new(0.218838051, 0.27354762, 0.54709506) | |
| 2075 | LH.WedgePart37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2076 | LH.WedgePart37.Anchored = true | |
| 2077 | LH.WedgePart37.Rotation = Vector3.new(152.989914, 64.12883, 39.7112999) | |
| 2078 | LH.WedgePart37.BrickColor = BrickColor.new("Smoky grey")
| |
| 2079 | LH.WedgePart37.Position = Vector3.new(-2.241364, 5.56639194, -0.344451994) | |
| 2080 | LH.WedgePart37.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2081 | LH.WedgePart37.Parent = LH.Part1 | |
| 2082 | ||
| 2083 | LH.WedgePart38 = Instance.new("WedgePart")
| |
| 2084 | 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) | |
| 2085 | LH.WedgePart38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2086 | LH.WedgePart38.CanCollide = false | |
| 2087 | LH.WedgePart38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2088 | LH.WedgePart38.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2089 | LH.WedgePart38.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2090 | LH.WedgePart38.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 2091 | LH.WedgePart38.Material = Enum.Material.Metal | |
| 2092 | LH.WedgePart38.Size = Vector3.new(0.218838051, 0.218838081, 0.328257084) | |
| 2093 | LH.WedgePart38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2094 | LH.WedgePart38.Anchored = true | |
| 2095 | LH.WedgePart38.Rotation = Vector3.new(-27.0554104, -64.1480331, 140.229523) | |
| 2096 | LH.WedgePart38.BrickColor = BrickColor.new("Smoky grey")
| |
| 2097 | LH.WedgePart38.Position = Vector3.new(-2.62753892, 5.67915297, -0.169907004) | |
| 2098 | LH.WedgePart38.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2099 | LH.WedgePart38.Parent = LH.Part1 | |
| 2100 | ||
| 2101 | LH.WedgePart39 = Instance.new("WedgePart")
| |
| 2102 | 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) | |
| 2103 | LH.WedgePart39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2104 | LH.WedgePart39.CanCollide = false | |
| 2105 | LH.WedgePart39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2106 | LH.WedgePart39.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2107 | LH.WedgePart39.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2108 | LH.WedgePart39.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 2109 | LH.WedgePart39.Material = Enum.Material.Metal | |
| 2110 | LH.WedgePart39.Size = Vector3.new(0.218838051, 0.218838081, 0.27354756) | |
| 2111 | LH.WedgePart39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2112 | LH.WedgePart39.Anchored = true | |
| 2113 | LH.WedgePart39.Rotation = Vector3.new(152.989914, 64.12883, 39.7112999) | |
| 2114 | LH.WedgePart39.BrickColor = BrickColor.new("Smoky grey")
| |
| 2115 | LH.WedgePart39.Position = Vector3.new(-2.89829588, 5.73887491, -0.0529710017) | |
| 2116 | LH.WedgePart39.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2117 | LH.WedgePart39.Parent = LH.Part1 | |
| 2118 | ||
| 2119 | LH.WedgePart40 = Instance.new("WedgePart")
| |
| 2120 | 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) | |
| 2121 | LH.WedgePart40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2122 | LH.WedgePart40.CanCollide = false | |
| 2123 | LH.WedgePart40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2124 | LH.WedgePart40.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2125 | LH.WedgePart40.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2126 | LH.WedgePart40.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2127 | LH.WedgePart40.Material = Enum.Material.Metal | |
| 2128 | LH.WedgePart40.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 2129 | LH.WedgePart40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2130 | LH.WedgePart40.Anchored = true | |
| 2131 | LH.WedgePart40.Rotation = Vector3.new(152.989914, 64.12883, 39.7112999) | |
| 2132 | LH.WedgePart40.BrickColor = BrickColor.new("Institutional white")
| |
| 2133 | LH.WedgePart40.Position = Vector3.new(-3.96104193, 6.57986498, 0.576453984) | |
| 2134 | LH.WedgePart40.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2135 | LH.WedgePart40.Parent = LH.Part1 | |
| 2136 | ||
| 2137 | LH.SpecialMesh31 = Instance.new("SpecialMesh")
| |
| 2138 | LH.SpecialMesh31.Scale = Vector3.new(1.64128542, 0.273547649, 0.27354756) | |
| 2139 | LH.SpecialMesh31.MeshType = Enum.MeshType.Wedge | |
| 2140 | LH.SpecialMesh31.Parent = LH.WedgePart40 | |
| 2141 | ||
| 2142 | LH.WedgePart41 = Instance.new("WedgePart")
| |
| 2143 | 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) | |
| 2144 | LH.WedgePart41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2145 | LH.WedgePart41.CanCollide = false | |
| 2146 | LH.WedgePart41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2147 | LH.WedgePart41.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2148 | LH.WedgePart41.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2149 | LH.WedgePart41.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2150 | LH.WedgePart41.Material = Enum.Material.Metal | |
| 2151 | LH.WedgePart41.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 2152 | LH.WedgePart41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2153 | LH.WedgePart41.Anchored = true | |
| 2154 | LH.WedgePart41.Rotation = Vector3.new(49.7332344, -66.7647781, -148.185776) | |
| 2155 | LH.WedgePart41.BrickColor = BrickColor.new("Institutional white")
| |
| 2156 | LH.WedgePart41.Position = Vector3.new(-1.43634999, 5.66283512, -0.615092993) | |
| 2157 | LH.WedgePart41.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2158 | LH.WedgePart41.Parent = LH.Part1 | |
| 2159 | ||
| 2160 | LH.SpecialMesh32 = Instance.new("SpecialMesh")
| |
| 2161 | LH.SpecialMesh32.Scale = Vector3.new(1.64128542, 1.36773813, 0.547095001) | |
| 2162 | LH.SpecialMesh32.MeshType = Enum.MeshType.Wedge | |
| 2163 | LH.SpecialMesh32.Parent = LH.WedgePart41 | |
| 2164 | ||
| 2165 | LH.WedgePart42 = Instance.new("WedgePart")
| |
| 2166 | 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) | |
| 2167 | LH.WedgePart42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2168 | LH.WedgePart42.CanCollide = false | |
| 2169 | LH.WedgePart42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2170 | LH.WedgePart42.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2171 | LH.WedgePart42.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2172 | LH.WedgePart42.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 2173 | LH.WedgePart42.Material = Enum.Material.Metal | |
| 2174 | LH.WedgePart42.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 2175 | LH.WedgePart42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2176 | LH.WedgePart42.Anchored = true | |
| 2177 | LH.WedgePart42.Rotation = Vector3.new(152.989914, 64.12883, 39.7112999) | |
| 2178 | LH.WedgePart42.BrickColor = BrickColor.new("Smoky grey")
| |
| 2179 | LH.WedgePart42.Position = Vector3.new(-2.8338151, 5.77978277, -0.0653190017) | |
| 2180 | LH.WedgePart42.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2181 | LH.WedgePart42.Parent = LH.Part1 | |
| 2182 | ||
| 2183 | LH.SpecialMesh33 = Instance.new("SpecialMesh")
| |
| 2184 | LH.SpecialMesh33.Scale = Vector3.new(1.09419024, 0.54709518, 8.47997379) | |
| 2185 | LH.SpecialMesh33.MeshType = Enum.MeshType.Wedge | |
| 2186 | LH.SpecialMesh33.Parent = LH.WedgePart42 | |
| 2187 | ||
| 2188 | LH.WedgePart43 = Instance.new("WedgePart")
| |
| 2189 | 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) | |
| 2190 | LH.WedgePart43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2191 | LH.WedgePart43.CanCollide = false | |
| 2192 | LH.WedgePart43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2193 | LH.WedgePart43.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2194 | LH.WedgePart43.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2195 | LH.WedgePart43.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2196 | LH.WedgePart43.Material = Enum.Material.Metal | |
| 2197 | LH.WedgePart43.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 2198 | LH.WedgePart43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2199 | LH.WedgePart43.Anchored = true | |
| 2200 | LH.WedgePart43.Rotation = Vector3.new(99.7628174, -16.2082443, 69.5557251) | |
| 2201 | LH.WedgePart43.BrickColor = BrickColor.new("Institutional white")
| |
| 2202 | LH.WedgePart43.Position = Vector3.new(-3.87192392, 6.61535692, 0.553470969) | |
| 2203 | LH.WedgePart43.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2204 | LH.WedgePart43.Parent = LH.Part1 | |
| 2205 | ||
| 2206 | LH.SpecialMesh34 = Instance.new("SpecialMesh")
| |
| 2207 | LH.SpecialMesh34.Scale = Vector3.new(1.64128542, 1.09419036, 0.27354756) | |
| 2208 | LH.SpecialMesh34.MeshType = Enum.MeshType.Wedge | |
| 2209 | LH.SpecialMesh34.Parent = LH.WedgePart43 | |
| 2210 | ||
| 2211 | LH.WedgePart44 = Instance.new("WedgePart")
| |
| 2212 | 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) | |
| 2213 | LH.WedgePart44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2214 | LH.WedgePart44.CanCollide = false | |
| 2215 | LH.WedgePart44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2216 | LH.WedgePart44.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2217 | LH.WedgePart44.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2218 | LH.WedgePart44.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2219 | LH.WedgePart44.Material = Enum.Material.Metal | |
| 2220 | LH.WedgePart44.Size = Vector3.new(0.328257084, 0.35561192, 0.54709512) | |
| 2221 | LH.WedgePart44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2222 | LH.WedgePart44.Anchored = true | |
| 2223 | LH.WedgePart44.Rotation = Vector3.new(152.989914, 64.12883, 39.7112999) | |
| 2224 | LH.WedgePart44.BrickColor = BrickColor.new("Institutional white")
| |
| 2225 | LH.WedgePart44.Position = Vector3.new(-3.74753499, 6.32598019, 0.42614001) | |
| 2226 | LH.WedgePart44.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2227 | LH.WedgePart44.Parent = LH.Part1 | |
| 2228 | ||
| 2229 | LH.WedgePart45 = Instance.new("WedgePart")
| |
| 2230 | 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) | |
| 2231 | LH.WedgePart45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2232 | LH.WedgePart45.CanCollide = false | |
| 2233 | LH.WedgePart45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2234 | LH.WedgePart45.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2235 | LH.WedgePart45.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2236 | LH.WedgePart45.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2237 | LH.WedgePart45.Material = Enum.Material.Metal | |
| 2238 | LH.WedgePart45.Size = Vector3.new(0.328257084, 0.27354762, 0.218838021) | |
| 2239 | LH.WedgePart45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2240 | LH.WedgePart45.Anchored = true | |
| 2241 | LH.WedgePart45.Rotation = Vector3.new(-130.289429, 66.7579803, -31.8037014) | |
| 2242 | LH.WedgePart45.BrickColor = BrickColor.new("Institutional white")
| |
| 2243 | LH.WedgePart45.Position = Vector3.new(-1.95508695, 5.33068514, -0.516582012) | |
| 2244 | LH.WedgePart45.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2245 | LH.WedgePart45.Parent = LH.Part1 | |
| 2246 | ||
| 2247 | LH.Part50 = Instance.new("Part")
| |
| 2248 | LH.Part50.Anchored = true | |
| 2249 | LH.Part50.CanCollide = false | |
| 2250 | LH.Part50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2251 | LH.Part50.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2252 | LH.Part50.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2253 | LH.Part50.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2254 | LH.Part50.Material = Enum.Material.Metal | |
| 2255 | LH.Part50.Size = Vector3.new(0.410321325, 2.18838072, 0.328257084) | |
| 2256 | LH.Part50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2257 | LH.Part50.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2258 | 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) | |
| 2259 | LH.Part50.Rotation = Vector3.new(-164.296494, -19.5995426, 107.228477) | |
| 2260 | LH.Part50.BrickColor = BrickColor.new("Institutional white")
| |
| 2261 | LH.Part50.Position = Vector3.new(-2.50923109, 6.08042192, -0.100883) | |
| 2262 | LH.Part50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2263 | LH.Part50.Parent = LH.Part1 | |
| 2264 | ||
| 2265 | LH.Part51 = Instance.new("Part")
| |
| 2266 | LH.Part51.Anchored = true | |
| 2267 | LH.Part51.CanCollide = false | |
| 2268 | LH.Part51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2269 | LH.Part51.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2270 | LH.Part51.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 2271 | LH.Part51.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2272 | LH.Part51.Material = Enum.Material.Metal | |
| 2273 | LH.Part51.Size = Vector3.new(0.333728105, 0.257134736, 0.279018462) | |
| 2274 | LH.Part51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2275 | LH.Part51.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2276 | 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) | |
| 2277 | LH.Part51.Rotation = Vector3.new(49.7405586, -66.7508621, 31.8243179) | |
| 2278 | LH.Part51.BrickColor = BrickColor.new("Smoky grey")
| |
| 2279 | LH.Part51.Position = Vector3.new(-3.59588099, 6.39924908, 0.390632987) | |
| 2280 | LH.Part51.Shape = Enum.PartType.Cylinder | |
| 2281 | LH.Part51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2282 | LH.Part51.Parent = LH.Part1 | |
| 2283 | ||
| 2284 | LH.WedgePart46 = Instance.new("WedgePart")
| |
| 2285 | 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) | |
| 2286 | LH.WedgePart46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2287 | LH.WedgePart46.CanCollide = false | |
| 2288 | LH.WedgePart46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2289 | LH.WedgePart46.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2290 | LH.WedgePart46.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2291 | LH.WedgePart46.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2292 | LH.WedgePart46.Material = Enum.Material.Metal | |
| 2293 | LH.WedgePart46.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 2294 | LH.WedgePart46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2295 | LH.WedgePart46.Anchored = true | |
| 2296 | LH.WedgePart46.Rotation = Vector3.new(99.764946, -16.2211266, -110.448036) | |
| 2297 | LH.WedgePart46.BrickColor = BrickColor.new("Institutional white")
| |
| 2298 | LH.WedgePart46.Position = Vector3.new(-2.83817291, 6.38734007, 0.107028998) | |
| 2299 | LH.WedgePart46.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2300 | LH.WedgePart46.Parent = LH.Part1 | |
| 2301 | ||
| 2302 | LH.SpecialMesh35 = Instance.new("SpecialMesh")
| |
| 2303 | LH.SpecialMesh35.Scale = Vector3.new(1.64128542, 10.3948097, 0.27354756) | |
| 2304 | LH.SpecialMesh35.MeshType = Enum.MeshType.Wedge | |
| 2305 | LH.SpecialMesh35.Parent = LH.WedgePart46 | |
| 2306 | ||
| 2307 | LH.Part52 = Instance.new("Part")
| |
| 2308 | LH.Part52.Anchored = true | |
| 2309 | LH.Part52.CanCollide = false | |
| 2310 | LH.Part52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2311 | LH.Part52.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2312 | LH.Part52.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2313 | LH.Part52.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2314 | LH.Part52.Material = Enum.Material.Metal | |
| 2315 | LH.Part52.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 2316 | LH.Part52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2317 | LH.Part52.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2318 | 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) | |
| 2319 | LH.Part52.Rotation = Vector3.new(-164.296494, -19.5995426, 107.228477) | |
| 2320 | LH.Part52.BrickColor = BrickColor.new("Institutional white")
| |
| 2321 | LH.Part52.Position = Vector3.new(-3.69029093, 6.52014017, 0.459536999) | |
| 2322 | LH.Part52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2323 | LH.Part52.Parent = LH.Part1 | |
| 2324 | ||
| 2325 | LH.BlockMesh24 = Instance.new("BlockMesh")
| |
| 2326 | LH.BlockMesh24.Scale = Vector3.new(0.27354756, 2.73547626, 1.64128542) | |
| 2327 | LH.BlockMesh24.Parent = LH.Part52 | |
| 2328 | ||
| 2329 | LH.WedgePart47 = Instance.new("WedgePart")
| |
| 2330 | 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) | |
| 2331 | LH.WedgePart47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2332 | LH.WedgePart47.CanCollide = false | |
| 2333 | LH.WedgePart47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2334 | LH.WedgePart47.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2335 | LH.WedgePart47.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2336 | LH.WedgePart47.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 2337 | LH.WedgePart47.Material = Enum.Material.Metal | |
| 2338 | LH.WedgePart47.Size = Vector3.new(0.218838051, 0.465030938, 0.711223662) | |
| 2339 | LH.WedgePart47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2340 | LH.WedgePart47.Anchored = true | |
| 2341 | LH.WedgePart47.Rotation = Vector3.new(152.989914, 64.12883, 39.7112999) | |
| 2342 | LH.WedgePart47.BrickColor = BrickColor.new("Smoky grey")
| |
| 2343 | LH.WedgePart47.Position = Vector3.new(-3.83665109, 6.29049683, 0.449122995) | |
| 2344 | LH.WedgePart47.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2345 | LH.WedgePart47.Parent = LH.Part1 | |
| 2346 | ||
| 2347 | LH.Part53 = Instance.new("Part")
| |
| 2348 | LH.Part53.Anchored = true | |
| 2349 | LH.Part53.CanCollide = false | |
| 2350 | LH.Part53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2351 | LH.Part53.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2352 | LH.Part53.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 2353 | LH.Part53.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2354 | LH.Part53.Material = Enum.Material.Metal | |
| 2355 | LH.Part53.Size = Vector3.new(0.465030789, 1.96954262, 0.218838036) | |
| 2356 | LH.Part53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2357 | LH.Part53.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2358 | 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) | |
| 2359 | LH.Part53.Rotation = Vector3.new(-164.296844, -19.5992203, 107.228119) | |
| 2360 | LH.Part53.BrickColor = BrickColor.new("Smoky grey")
| |
| 2361 | LH.Part53.Position = Vector3.new(-2.630584, 6.02446985, -0.0717160031) | |
| 2362 | LH.Part53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2363 | LH.Part53.Parent = LH.Part1 | |
| 2364 | ||
| 2365 | LH.Part54 = Instance.new("Part")
| |
| 2366 | LH.Part54.Anchored = true | |
| 2367 | LH.Part54.CanCollide = false | |
| 2368 | LH.Part54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2369 | LH.Part54.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2370 | LH.Part54.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2371 | LH.Part54.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2372 | LH.Part54.Material = Enum.Material.Metal | |
| 2373 | LH.Part54.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 2374 | LH.Part54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2375 | LH.Part54.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2376 | 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) | |
| 2377 | LH.Part54.Rotation = Vector3.new(-164.29599, -19.5967255, 167.228455) | |
| 2378 | LH.Part54.BrickColor = BrickColor.new("Institutional white")
| |
| 2379 | LH.Part54.Position = Vector3.new(-1.99496496, 5.50663996, -0.452383012) | |
| 2380 | LH.Part54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2381 | LH.Part54.Parent = LH.Part1 | |
| 2382 | ||
| 2383 | LH.BlockMesh25 = Instance.new("BlockMesh")
| |
| 2384 | LH.BlockMesh25.Scale = Vector3.new(1.09419, 0.54709518, 1.64128542) | |
| 2385 | LH.BlockMesh25.Parent = LH.Part54 | |
| 2386 | ||
| 2387 | LH.Part55 = Instance.new("Part")
| |
| 2388 | LH.Part55.Anchored = true | |
| 2389 | LH.Part55.CanCollide = false | |
| 2390 | LH.Part55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2391 | LH.Part55.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2392 | LH.Part55.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2393 | LH.Part55.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2394 | LH.Part55.Material = Enum.Material.Metal | |
| 2395 | LH.Part55.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 2396 | LH.Part55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2397 | LH.Part55.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2398 | 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) | |
| 2399 | LH.Part55.Rotation = Vector3.new(-164.29599, -19.5967255, 167.228455) | |
| 2400 | LH.Part55.BrickColor = BrickColor.new("Institutional white")
| |
| 2401 | LH.Part55.Position = Vector3.new(-1.49330795, 5.91418409, -0.523389995) | |
| 2402 | LH.Part55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2403 | LH.Part55.Parent = LH.Part1 | |
| 2404 | ||
| 2405 | LH.BlockMesh26 = Instance.new("BlockMesh")
| |
| 2406 | LH.BlockMesh26.Scale = Vector3.new(0.547094882, 1.36773813, 1.64128542) | |
| 2407 | LH.BlockMesh26.Parent = LH.Part55 | |
| 2408 | ||
| 2409 | LH.Part56 = Instance.new("Part")
| |
| 2410 | LH.Part56.Anchored = true | |
| 2411 | LH.Part56.CanCollide = false | |
| 2412 | LH.Part56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2413 | LH.Part56.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2414 | LH.Part56.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2415 | LH.Part56.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2416 | LH.Part56.Material = Enum.Material.Metal | |
| 2417 | LH.Part56.Size = Vector3.new(0.656514108, 0.328257143, 0.328257084) | |
| 2418 | LH.Part56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2419 | LH.Part56.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2420 | 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) | |
| 2421 | LH.Part56.Rotation = Vector3.new(-164.29599, -19.5967255, 167.228455) | |
| 2422 | LH.Part56.BrickColor = BrickColor.new("Institutional white")
| |
| 2423 | LH.Part56.Position = Vector3.new(-1.839468, 5.77365112, -0.434850991) | |
| 2424 | LH.Part56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2425 | LH.Part56.Parent = LH.Part1 | |
| 2426 | ||
| 2427 | LH.Part57 = Instance.new("Part")
| |
| 2428 | LH.Part57.Anchored = true | |
| 2429 | LH.Part57.CanCollide = false | |
| 2430 | LH.Part57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2431 | LH.Part57.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2432 | LH.Part57.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2433 | LH.Part57.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2434 | LH.Part57.Material = Enum.Material.Metal | |
| 2435 | LH.Part57.Size = Vector3.new(0.437676042, 0.382966667, 0.328257084) | |
| 2436 | LH.Part57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2437 | LH.Part57.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2438 | 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) | |
| 2439 | LH.Part57.Rotation = Vector3.new(-164.29599, -19.5967255, 167.228455) | |
| 2440 | LH.Part57.BrickColor = BrickColor.new("Institutional white")
| |
| 2441 | LH.Part57.Position = Vector3.new(-1.66489601, 5.4798708, -0.581996977) | |
| 2442 | LH.Part57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2443 | LH.Part57.Parent = LH.Part1 | |
| 2444 | ||
| 2445 | LH.Part58 = Instance.new("Part")
| |
| 2446 | LH.Part58.Anchored = true | |
| 2447 | LH.Part58.CanCollide = false | |
| 2448 | LH.Part58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2449 | LH.Part58.Name = "Handle" | |
| 2450 | LH.Part58.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2451 | LH.Part58.Transparency = 1 | |
| 2452 | LH.Part58.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2453 | LH.Part58.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2454 | LH.Part58.Material = Enum.Material.Metal | |
| 2455 | LH.Part58.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918) | |
| 2456 | LH.Part58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2457 | LH.Part58.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2458 | 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) | |
| 2459 | LH.Part58.Rotation = Vector3.new(49.7422104, -66.7481461, 31.8276329) | |
| 2460 | LH.Part58.BrickColor = BrickColor.new("Institutional white")
| |
| 2461 | LH.Part58.Position = Vector3.new(-1.709185, 5.50389099, -0.558300018) | |
| 2462 | LH.Part58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2463 | LH.Part58.Parent = LH.Part1 | |
| 2464 | ||
| 2465 | LH.Part59 = Instance.new("Part")
| |
| 2466 | LH.Part59.Anchored = true | |
| 2467 | LH.Part59.CanCollide = false | |
| 2468 | LH.Part59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2469 | LH.Part59.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2470 | LH.Part59.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 2471 | LH.Part59.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2472 | LH.Part59.Material = Enum.Material.Metal | |
| 2473 | LH.Part59.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 2474 | LH.Part59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2475 | LH.Part59.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2476 | 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) | |
| 2477 | LH.Part59.Rotation = Vector3.new(49.7405586, -66.7508621, 31.8243179) | |
| 2478 | LH.Part59.BrickColor = BrickColor.new("Smoky grey")
| |
| 2479 | LH.Part59.Position = Vector3.new(-2.04401493, 5.06124878, -0.404495001) | |
| 2480 | LH.Part59.Shape = Enum.PartType.Cylinder | |
| 2481 | LH.Part59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2482 | LH.Part59.Parent = LH.Part1 | |
| 2483 | ||
| 2484 | LH.SpecialMesh36 = Instance.new("SpecialMesh")
| |
| 2485 | LH.SpecialMesh36.Scale = Vector3.new(0.27354756, 0.820642889, 0.54709506) | |
| 2486 | LH.SpecialMesh36.MeshType = Enum.MeshType.Cylinder | |
| 2487 | LH.SpecialMesh36.Parent = LH.Part59 | |
| 2488 | ||
| 2489 | LH.WedgePart48 = Instance.new("WedgePart")
| |
| 2490 | 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) | |
| 2491 | LH.WedgePart48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2492 | LH.WedgePart48.CanCollide = false | |
| 2493 | LH.WedgePart48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2494 | LH.WedgePart48.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2495 | LH.WedgePart48.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2496 | LH.WedgePart48.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2497 | LH.WedgePart48.Material = Enum.Material.Metal | |
| 2498 | LH.WedgePart48.Size = Vector3.new(0.328257084, 0.27354762, 0.218838021) | |
| 2499 | LH.WedgePart48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2500 | LH.WedgePart48.Anchored = true | |
| 2501 | LH.WedgePart48.Rotation = Vector3.new(49.7405586, -66.7508621, 31.8243179) | |
| 2502 | LH.WedgePart48.BrickColor = BrickColor.new("Institutional white")
| |
| 2503 | LH.WedgePart48.Position = Vector3.new(-1.94369698, 5.28042078, -0.534922004) | |
| 2504 | LH.WedgePart48.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2505 | LH.WedgePart48.Parent = LH.Part1 | |
| 2506 | ||
| 2507 | LH.WedgePart49 = Instance.new("WedgePart")
| |
| 2508 | 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) | |
| 2509 | LH.WedgePart49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2510 | LH.WedgePart49.CanCollide = false | |
| 2511 | LH.WedgePart49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2512 | LH.WedgePart49.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2513 | LH.WedgePart49.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2514 | LH.WedgePart49.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2515 | LH.WedgePart49.Material = Enum.Material.Metal | |
| 2516 | LH.WedgePart49.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 2517 | LH.WedgePart49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2518 | LH.WedgePart49.Anchored = true | |
| 2519 | LH.WedgePart49.Rotation = Vector3.new(49.7332344, -66.7647781, -148.185776) | |
| 2520 | LH.WedgePart49.BrickColor = BrickColor.new("Institutional white")
| |
| 2521 | LH.WedgePart49.Position = Vector3.new(-1.71684301, 4.51774693, -0.833186984) | |
| 2522 | LH.WedgePart49.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2523 | LH.WedgePart49.Parent = LH.Part1 | |
| 2524 | ||
| 2525 | LH.SpecialMesh37 = Instance.new("SpecialMesh")
| |
| 2526 | LH.SpecialMesh37.Scale = Vector3.new(1.64128542, 0.54709518, 0.547095001) | |
| 2527 | LH.SpecialMesh37.MeshType = Enum.MeshType.Wedge | |
| 2528 | LH.SpecialMesh37.Parent = LH.WedgePart49 | |
| 2529 | ||
| 2530 | LH.WedgePart50 = Instance.new("WedgePart")
| |
| 2531 | 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) | |
| 2532 | LH.WedgePart50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2533 | LH.WedgePart50.CanCollide = false | |
| 2534 | LH.WedgePart50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2535 | LH.WedgePart50.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2536 | LH.WedgePart50.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2537 | LH.WedgePart50.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2538 | LH.WedgePart50.Material = Enum.Material.Metal | |
| 2539 | LH.WedgePart50.Size = Vector3.new(0.328257084, 0.27354762, 0.218838021) | |
| 2540 | LH.WedgePart50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2541 | LH.WedgePart50.Anchored = true | |
| 2542 | LH.WedgePart50.Rotation = Vector3.new(-130.219315, 66.7494507, 148.131912) | |
| 2543 | LH.WedgePart50.BrickColor = BrickColor.new("Institutional white")
| |
| 2544 | LH.WedgePart50.Position = Vector3.new(-2.14475989, 5.21448088, -0.479090005) | |
| 2545 | LH.WedgePart50.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2546 | LH.WedgePart50.Parent = LH.Part1 | |
| 2547 | ||
| 2548 | LH.Part60 = Instance.new("Part")
| |
| 2549 | LH.Part60.Anchored = true | |
| 2550 | LH.Part60.CanCollide = false | |
| 2551 | LH.Part60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2552 | LH.Part60.Name = "Joint" | |
| 2553 | LH.Part60.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2554 | LH.Part60.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2555 | LH.Part60.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2556 | LH.Part60.Material = Enum.Material.Metal | |
| 2557 | LH.Part60.Size = Vector3.new(0.437676042, 0.656514287, 0.328257084) | |
| 2558 | LH.Part60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2559 | LH.Part60.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2560 | 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) | |
| 2561 | LH.Part60.Rotation = Vector3.new(-164.29599, -19.5967255, 167.228455) | |
| 2562 | LH.Part60.BrickColor = BrickColor.new("Institutional white")
| |
| 2563 | LH.Part60.Position = Vector3.new(-1.94738996, 4.82016993, -0.662913978) | |
| 2564 | LH.Part60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2565 | LH.Part60.Parent = LH.Part1 | |
| 2566 | ||
| 2567 | LH.Part61 = Instance.new("Part")
| |
| 2568 | LH.Part61.Anchored = true | |
| 2569 | LH.Part61.CanCollide = false | |
| 2570 | LH.Part61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2571 | LH.Part61.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2572 | LH.Part61.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2573 | LH.Part61.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2574 | LH.Part61.Material = Enum.Material.Metal | |
| 2575 | LH.Part61.Size = Vector3.new(0.437676042, 0.382966667, 0.328257084) | |
| 2576 | LH.Part61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2577 | LH.Part61.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2578 | - | LH.WedgePart55.BrickColor = BrickColor.new("Gold")
|
| 2578 | + | |
| 2579 | LH.Part61.Rotation = Vector3.new(-164.29599, -19.5967255, 167.228455) | |
| 2580 | LH.Part61.BrickColor = BrickColor.new("Institutional white")
| |
| 2581 | LH.Part61.Position = Vector3.new(-1.57376003, 5.07771778, -0.72873497) | |
| 2582 | LH.Part61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2583 | LH.Part61.Parent = LH.Part1 | |
| 2584 | ||
| 2585 | LH.WedgePart51 = Instance.new("WedgePart")
| |
| 2586 | 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) | |
| 2587 | LH.WedgePart51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2588 | LH.WedgePart51.CanCollide = false | |
| 2589 | LH.WedgePart51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2590 | LH.WedgePart51.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2591 | LH.WedgePart51.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2592 | LH.WedgePart51.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2593 | LH.WedgePart51.Material = Enum.Material.Metal | |
| 2594 | LH.WedgePart51.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 2595 | LH.WedgePart51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2596 | LH.WedgePart51.Anchored = true | |
| 2597 | LH.WedgePart51.Rotation = Vector3.new(-130.289429, 66.7579803, -31.8037014) | |
| 2598 | LH.WedgePart51.BrickColor = BrickColor.new("Institutional white")
| |
| 2599 | LH.WedgePart51.Position = Vector3.new(-2.01844501, 4.41884422, -0.749436975) | |
| 2600 | LH.WedgePart51.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2601 | - | LH.WedgePart56.BrickColor = BrickColor.new("Gold")
|
| 2601 | + | |
| 2602 | ||
| 2603 | LH.SpecialMesh38 = Instance.new("SpecialMesh")
| |
| 2604 | LH.SpecialMesh38.Scale = Vector3.new(1.64128542, 0.54709518, 0.547095001) | |
| 2605 | LH.SpecialMesh38.MeshType = Enum.MeshType.Wedge | |
| 2606 | LH.SpecialMesh38.Parent = LH.WedgePart51 | |
| 2607 | ||
| 2608 | LH.Part62 = Instance.new("Part")
| |
| 2609 | LH.Part62.Anchored = true | |
| 2610 | LH.Part62.CanCollide = false | |
| 2611 | LH.Part62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2612 | LH.Part62.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2613 | LH.Part62.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 2614 | LH.Part62.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2615 | LH.Part62.Material = Enum.Material.Metal | |
| 2616 | LH.Part62.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 2617 | LH.Part62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2618 | LH.Part62.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2619 | 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) | |
| 2620 | LH.Part62.Rotation = Vector3.new(49.7405586, -66.7508621, 31.8243179) | |
| 2621 | LH.Part62.BrickColor = BrickColor.new("Smoky grey")
| |
| 2622 | LH.Part62.Position = Vector3.new(-2.13794208, 5.13259792, -0.658436) | |
| 2623 | LH.Part62.Shape = Enum.PartType.Cylinder | |
| 2624 | LH.Part62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2625 | LH.Part62.Parent = LH.Part1 | |
| 2626 | ||
| 2627 | LH.SpecialMesh39 = Instance.new("SpecialMesh")
| |
| 2628 | LH.SpecialMesh39.Scale = Vector3.new(0.27354756, 0.820642889, 0.54709506) | |
| 2629 | LH.SpecialMesh39.MeshType = Enum.MeshType.Cylinder | |
| 2630 | LH.SpecialMesh39.Parent = LH.Part62 | |
| 2631 | ||
| 2632 | LH.Part63 = Instance.new("Part")
| |
| 2633 | LH.Part63.Anchored = true | |
| 2634 | LH.Part63.CanCollide = false | |
| 2635 | LH.Part63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2636 | LH.Part63.Name = "Handle" | |
| 2637 | LH.Part63.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2638 | LH.Part63.Transparency = 1 | |
| 2639 | LH.Part63.Color = Color3.new(0.905882, 0.905882, 0.92549) | |
| 2640 | LH.Part63.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2641 | LH.Part63.Material = Enum.Material.Metal | |
| 2642 | LH.Part63.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918) | |
| 2643 | LH.Part63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2644 | LH.Part63.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2645 | 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) | |
| 2646 | LH.Part63.Rotation = Vector3.new(49.7422104, -66.7481461, 31.8276329) | |
| 2647 | LH.Part63.BrickColor = BrickColor.new("Pearl")
| |
| 2648 | LH.Part63.Position = Vector3.new(-1.59426296, 5.06721687, -0.723545015) | |
| 2649 | LH.Part63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2650 | LH.Part63.Parent = LH.Part1 | |
| 2651 | ||
| 2652 | LH.Part64 = Instance.new("Part")
| |
| 2653 | LH.Part64.Anchored = true | |
| 2654 | LH.Part64.CanCollide = false | |
| 2655 | LH.Part64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2656 | LH.Part64.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2657 | LH.Part64.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2658 | LH.Part64.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2659 | LH.Part64.Material = Enum.Material.Metal | |
| 2660 | LH.Part64.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 2661 | LH.Part64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2662 | LH.Part64.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2663 | 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) | |
| 2664 | LH.Part64.Rotation = Vector3.new(-164.29599, -19.5967255, 167.228455) | |
| 2665 | LH.Part64.BrickColor = BrickColor.new("Institutional white")
| |
| 2666 | LH.Part64.Position = Vector3.new(-1.86764896, 4.46828079, -0.791312993) | |
| 2667 | LH.Part64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2668 | LH.Part64.Parent = LH.Part1 | |
| 2669 | ||
| 2670 | LH.BlockMesh27 = Instance.new("BlockMesh")
| |
| 2671 | LH.BlockMesh27.Scale = Vector3.new(1.09419012, 0.547095597, 1.64128542) | |
| 2672 | LH.BlockMesh27.Parent = LH.Part64 | |
| 2673 | ||
| 2674 | LH.WedgePart52 = Instance.new("WedgePart")
| |
| 2675 | 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) | |
| 2676 | LH.WedgePart52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2677 | LH.WedgePart52.CanCollide = false | |
| 2678 | LH.WedgePart52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2679 | LH.WedgePart52.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2680 | LH.WedgePart52.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2681 | LH.WedgePart52.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2682 | LH.WedgePart52.Material = Enum.Material.Metal | |
| 2683 | LH.WedgePart52.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 2684 | LH.WedgePart52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2685 | LH.WedgePart52.Anchored = true | |
| 2686 | LH.WedgePart52.Rotation = Vector3.new(-86.2214432, 30.148056, 112.807159) | |
| 2687 | LH.WedgePart52.BrickColor = BrickColor.new("Institutional white")
| |
| 2688 | LH.WedgePart52.Position = Vector3.new(-2.33420706, 3.08484006, -1.00756097) | |
| 2689 | LH.WedgePart52.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2690 | LH.WedgePart52.Parent = LH.Part1 | |
| 2691 | ||
| 2692 | LH.SpecialMesh40 = Instance.new("SpecialMesh")
| |
| 2693 | LH.SpecialMesh40.Scale = Vector3.new(1.09419012, 0.54709518, 1.91483307) | |
| 2694 | LH.SpecialMesh40.MeshType = Enum.MeshType.Wedge | |
| 2695 | LH.SpecialMesh40.Parent = LH.WedgePart52 | |
| 2696 | ||
| 2697 | LH.WedgePart53 = Instance.new("WedgePart")
| |
| 2698 | 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) | |
| 2699 | LH.WedgePart53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2700 | LH.WedgePart53.CanCollide = false | |
| 2701 | LH.WedgePart53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2702 | LH.WedgePart53.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2703 | LH.WedgePart53.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2704 | LH.WedgePart53.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2705 | LH.WedgePart53.Material = Enum.Material.Metal | |
| 2706 | LH.WedgePart53.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 2707 | LH.WedgePart53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2708 | LH.WedgePart53.Anchored = true | |
| 2709 | LH.WedgePart53.Rotation = Vector3.new(-86.2214432, 30.148056, 112.807159) | |
| 2710 | LH.WedgePart53.BrickColor = BrickColor.new("Institutional white")
| |
| 2711 | LH.WedgePart53.Position = Vector3.new(-2.39488101, 2.93129301, -1.02828395) | |
| 2712 | LH.WedgePart53.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2713 | LH.WedgePart53.Parent = LH.Part1 | |
| 2714 | ||
| 2715 | LH.SpecialMesh41 = Instance.new("SpecialMesh")
| |
| 2716 | LH.SpecialMesh41.Scale = Vector3.new(1.09419012, 0.27354759, 3.55611825) | |
| 2717 | LH.SpecialMesh41.MeshType = Enum.MeshType.Wedge | |
| 2718 | LH.SpecialMesh41.Parent = LH.WedgePart53 | |
| 2719 | ||
| 2720 | LH.WedgePart54 = Instance.new("WedgePart")
| |
| 2721 | 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) | |
| 2722 | LH.WedgePart54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2723 | LH.WedgePart54.CanCollide = false | |
| 2724 | LH.WedgePart54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2725 | LH.WedgePart54.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2726 | LH.WedgePart54.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2727 | LH.WedgePart54.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2728 | LH.WedgePart54.Material = Enum.Material.Metal | |
| 2729 | LH.WedgePart54.Size = Vector3.new(0.218838021, 0.218838066, 0.218838036) | |
| 2730 | LH.WedgePart54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2731 | LH.WedgePart54.Anchored = true | |
| 2732 | LH.WedgePart54.Rotation = Vector3.new(-46.2952995, -52.8478889, 123.705368) | |
| 2733 | LH.WedgePart54.BrickColor = BrickColor.new("Institutional white")
| |
| 2734 | LH.WedgePart54.Position = Vector3.new(-2.36284304, 2.73940706, -1.09407198) | |
| 2735 | LH.WedgePart54.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2736 | LH.WedgePart54.Parent = LH.Part1 | |
| 2737 | ||
| 2738 | LH.WedgePart55 = Instance.new("WedgePart")
| |
| 2739 | 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) | |
| 2740 | LH.WedgePart55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2741 | LH.WedgePart55.CanCollide = false | |
| 2742 | LH.WedgePart55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2743 | LH.WedgePart55.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2744 | LH.WedgePart55.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2745 | LH.WedgePart55.Color = Color3.new(0.937255, 0.721569, 0.219608) | |
| 2746 | LH.WedgePart55.Material = Enum.Material.Neon | |
| 2747 | LH.WedgePart55.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 2748 | LH.WedgePart55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2749 | LH.WedgePart55.Anchored = true | |
| 2750 | LH.WedgePart55.Rotation = Vector3.new(9.06727505, -70.2783661, 173.751129) | |
| 2751 | LH.WedgePart55.BrickColor = BrickColor.new("Really red")
| |
| 2752 | LH.WedgePart55.Position = Vector3.new(-1.65919805, 1.81016004, -1.59740794) | |
| 2753 | LH.WedgePart55.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2754 | LH.WedgePart55.Parent = LH.Part1 | |
| 2755 | ||
| 2756 | LH.SpecialMesh42 = Instance.new("SpecialMesh")
| |
| 2757 | LH.SpecialMesh42.Scale = Vector3.new(0.27354756, 3.28257132, 2.46192789) | |
| 2758 | LH.SpecialMesh42.MeshType = Enum.MeshType.Wedge | |
| 2759 | LH.SpecialMesh42.Parent = LH.WedgePart55 | |
| 2760 | ||
| 2761 | LH.WedgePart56 = Instance.new("WedgePart")
| |
| 2762 | 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) | |
| 2763 | LH.WedgePart56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2764 | LH.WedgePart56.CanCollide = false | |
| 2765 | LH.WedgePart56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2766 | LH.WedgePart56.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2767 | LH.WedgePart56.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2768 | LH.WedgePart56.Color = Color3.new(0.937255, 0.721569, 0.219608) | |
| 2769 | LH.WedgePart56.Material = Enum.Material.Neon | |
| 2770 | LH.WedgePart56.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 2771 | LH.WedgePart56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2772 | LH.WedgePart56.Anchored = true | |
| 2773 | LH.WedgePart56.Rotation = Vector3.new(-75.037178, 2.08345819, 109.596489) | |
| 2774 | LH.WedgePart56.BrickColor = BrickColor.new("Really red")
| |
| 2775 | LH.WedgePart56.Position = Vector3.new(-1.99395597, 1.79122794, -1.47890699) | |
| 2776 | LH.WedgePart56.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2777 | LH.WedgePart56.Parent = LH.Part1 | |
| 2778 | ||
| 2779 | LH.SpecialMesh43 = Instance.new("SpecialMesh")
| |
| 2780 | LH.SpecialMesh43.Scale = Vector3.new(0.27354756, 1.0941906, 3.28257084) | |
| 2781 | LH.SpecialMesh43.MeshType = Enum.MeshType.Wedge | |
| 2782 | LH.SpecialMesh43.Parent = LH.WedgePart56 | |
| 2783 | ||
| 2784 | LH.Part65 = Instance.new("Part")
| |
| 2785 | LH.Part65.Anchored = true | |
| 2786 | LH.Part65.CanCollide = false | |
| 2787 | LH.Part65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2788 | LH.Part65.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2789 | LH.Part65.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 2790 | LH.Part65.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2791 | LH.Part65.Material = Enum.Material.Metal | |
| 2792 | LH.Part65.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 2793 | LH.Part65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2794 | LH.Part65.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2795 | 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) | |
| 2796 | LH.Part65.Rotation = Vector3.new(49.7405586, -66.7508621, 31.8243179) | |
| 2797 | LH.Part65.BrickColor = BrickColor.new("Smoky grey")
| |
| 2798 | LH.Part65.Position = Vector3.new(-2.30029011, 2.92227602, -1.06580496) | |
| 2799 | LH.Part65.Shape = Enum.PartType.Cylinder | |
| 2800 | LH.Part65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2801 | LH.Part65.Parent = LH.Part1 | |
| 2802 | ||
| 2803 | LH.SpecialMesh44 = Instance.new("SpecialMesh")
| |
| 2804 | LH.SpecialMesh44.Scale = Vector3.new(1.12154508, 1.64128566, 0.54709506) | |
| 2805 | LH.SpecialMesh44.MeshType = Enum.MeshType.Cylinder | |
| 2806 | LH.SpecialMesh44.Parent = LH.Part65 | |
| 2807 | ||
| 2808 | LH.WedgePart57 = Instance.new("WedgePart")
| |
| 2809 | 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) | |
| 2810 | LH.WedgePart57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2811 | LH.WedgePart57.CanCollide = false | |
| 2812 | LH.WedgePart57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2813 | LH.WedgePart57.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2814 | LH.WedgePart57.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2815 | LH.WedgePart57.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 2816 | LH.WedgePart57.Material = Enum.Material.Metal | |
| 2817 | LH.WedgePart57.Size = Vector3.new(0.382966518, 0.328257143, 0.328257084) | |
| 2818 | LH.WedgePart57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2819 | LH.WedgePart57.Anchored = true | |
| 2820 | LH.WedgePart57.Rotation = Vector3.new(-86.2214432, 30.148056, 112.807159) | |
| 2821 | LH.WedgePart57.BrickColor = BrickColor.new("Smoky grey")
| |
| 2822 | LH.WedgePart57.Position = Vector3.new(-1.95229697, 3.52734089, -1.05461705) | |
| 2823 | LH.WedgePart57.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2824 | LH.WedgePart57.Parent = LH.Part1 | |
| 2825 | ||
| 2826 | LH.WedgePart58 = Instance.new("WedgePart")
| |
| 2827 | 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) | |
| 2828 | LH.WedgePart58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2829 | LH.WedgePart58.CanCollide = false | |
| 2830 | LH.WedgePart58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2831 | LH.WedgePart58.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2832 | LH.WedgePart58.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2833 | LH.WedgePart58.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2834 | LH.WedgePart58.Material = Enum.Material.Metal | |
| 2835 | LH.WedgePart58.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 2836 | LH.WedgePart58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2837 | LH.WedgePart58.Anchored = true | |
| 2838 | LH.WedgePart58.Rotation = Vector3.new(-46.2952995, -52.8478889, 123.705368) | |
| 2839 | LH.WedgePart58.BrickColor = BrickColor.new("Institutional white")
| |
| 2840 | LH.WedgePart58.Position = Vector3.new(-2.51639295, 2.57448506, -1.08362198) | |
| 2841 | LH.WedgePart58.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2842 | LH.WedgePart58.Parent = LH.Part1 | |
| 2843 | ||
| 2844 | LH.SpecialMesh45 = Instance.new("SpecialMesh")
| |
| 2845 | LH.SpecialMesh45.Scale = Vector3.new(1.09419012, 0.54709518, 0.54709512) | |
| 2846 | LH.SpecialMesh45.MeshType = Enum.MeshType.Wedge | |
| 2847 | LH.SpecialMesh45.Parent = LH.WedgePart58 | |
| 2848 | ||
| 2849 | LH.Part66 = Instance.new("Part")
| |
| 2850 | LH.Part66.Anchored = true | |
| 2851 | LH.Part66.CanCollide = false | |
| 2852 | LH.Part66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2853 | LH.Part66.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2854 | LH.Part66.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2855 | LH.Part66.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2856 | LH.Part66.Material = Enum.Material.Metal | |
| 2857 | LH.Part66.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 2858 | LH.Part66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2859 | LH.Part66.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2860 | 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) | |
| 2861 | LH.Part66.Rotation = Vector3.new(-164.297607, -19.6034012, 32.2203598) | |
| 2862 | LH.Part66.BrickColor = BrickColor.new("Institutional white")
| |
| 2863 | LH.Part66.Position = Vector3.new(-2.14119291, 3.21879411, -1.04131699) | |
| 2864 | LH.Part66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2865 | LH.Part66.Parent = LH.Part1 | |
| 2866 | ||
| 2867 | LH.BlockMesh28 = Instance.new("BlockMesh")
| |
| 2868 | LH.BlockMesh28.Scale = Vector3.new(0.54709512, 6.92075348, 1.09419012) | |
| 2869 | LH.BlockMesh28.Parent = LH.Part66 | |
| 2870 | ||
| 2871 | LH.WedgePart59 = Instance.new("WedgePart")
| |
| 2872 | 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) | |
| 2873 | LH.WedgePart59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2874 | - | LH.WedgePart64.BrickColor = BrickColor.new("Gold")
|
| 2874 | + | |
| 2875 | LH.WedgePart59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2876 | LH.WedgePart59.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2877 | LH.WedgePart59.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2878 | LH.WedgePart59.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2879 | LH.WedgePart59.Material = Enum.Material.Metal | |
| 2880 | LH.WedgePart59.Size = Vector3.new(0.218838021, 0.382966667, 0.765933216) | |
| 2881 | LH.WedgePart59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2882 | LH.WedgePart59.Anchored = true | |
| 2883 | LH.WedgePart59.Rotation = Vector3.new(-86.2214432, 30.148056, 112.807159) | |
| 2884 | LH.WedgePart59.BrickColor = BrickColor.new("Institutional white")
| |
| 2885 | LH.WedgePart59.Position = Vector3.new(-2.24177694, 3.68796897, -0.872241974) | |
| 2886 | LH.WedgePart59.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2887 | LH.WedgePart59.Parent = LH.Part1 | |
| 2888 | ||
| 2889 | LH.Part67 = Instance.new("Part")
| |
| 2890 | LH.Part67.Anchored = true | |
| 2891 | LH.Part67.CanCollide = false | |
| 2892 | LH.Part67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2893 | LH.Part67.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2894 | LH.Part67.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 2895 | LH.Part67.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2896 | LH.Part67.Material = Enum.Material.Metal | |
| 2897 | - | LH.WedgePart65.BrickColor = BrickColor.new("Gold")
|
| 2897 | + | |
| 2898 | LH.Part67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2899 | LH.Part67.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2900 | 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) | |
| 2901 | LH.Part67.Rotation = Vector3.new(-164.301712, -19.6007786, -57.7765427) | |
| 2902 | LH.Part67.BrickColor = BrickColor.new("Smoky grey")
| |
| 2903 | LH.Part67.Position = Vector3.new(-1.68566096, 3.98520398, -1.02455103) | |
| 2904 | LH.Part67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2905 | LH.Part67.Parent = LH.Part1 | |
| 2906 | ||
| 2907 | LH.Part68 = Instance.new("Part")
| |
| 2908 | LH.Part68.Anchored = true | |
| 2909 | LH.Part68.CanCollide = false | |
| 2910 | LH.Part68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2911 | LH.Part68.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2912 | LH.Part68.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2913 | LH.Part68.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2914 | LH.Part68.Material = Enum.Material.Metal | |
| 2915 | LH.Part68.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 2916 | LH.Part68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2917 | LH.Part68.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2918 | 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) | |
| 2919 | LH.Part68.Rotation = Vector3.new(-164.297607, -19.6034012, 32.2203598) | |
| 2920 | LH.Part68.BrickColor = BrickColor.new("Institutional white")
| |
| 2921 | LH.Part68.Position = Vector3.new(-2.03323102, 3.31531, -1.05411899) | |
| 2922 | LH.Part68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2923 | LH.Part68.Parent = LH.Part1 | |
| 2924 | ||
| 2925 | LH.BlockMesh29 = Instance.new("BlockMesh")
| |
| 2926 | LH.BlockMesh29.Scale = Vector3.new(1.03948057, 5.55301619, 1.09419012) | |
| 2927 | LH.BlockMesh29.Parent = LH.Part68 | |
| 2928 | ||
| 2929 | LH.Part69 = Instance.new("Part")
| |
| 2930 | LH.Part69.Anchored = true | |
| 2931 | LH.Part69.CanCollide = false | |
| 2932 | LH.Part69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2933 | LH.Part69.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2934 | LH.Part69.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2935 | LH.Part69.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2936 | LH.Part69.Material = Enum.Material.Metal | |
| 2937 | LH.Part69.Size = Vector3.new(0.317315161, 0.837055624, 0.218838036) | |
| 2938 | LH.Part69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2939 | LH.Part69.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2940 | 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) | |
| 2941 | LH.Part69.Rotation = Vector3.new(-164.297607, -19.6034012, 32.2203598) | |
| 2942 | LH.Part69.BrickColor = BrickColor.new("Institutional white")
| |
| 2943 | LH.Part69.Position = Vector3.new(-1.95313597, 3.55160499, -1.01733005) | |
| 2944 | LH.Part69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2945 | LH.Part69.Parent = LH.Part1 | |
| 2946 | ||
| 2947 | LH.WedgePart60 = Instance.new("WedgePart")
| |
| 2948 | 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) | |
| 2949 | LH.WedgePart60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2950 | LH.WedgePart60.CanCollide = false | |
| 2951 | LH.WedgePart60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2952 | LH.WedgePart60.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2953 | LH.WedgePart60.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2954 | LH.WedgePart60.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2955 | LH.WedgePart60.Material = Enum.Material.Metal | |
| 2956 | LH.WedgePart60.Size = Vector3.new(0.218838066, 0.437676162, 0.328257114) | |
| 2957 | LH.WedgePart60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2958 | LH.WedgePart60.Anchored = true | |
| 2959 | LH.WedgePart60.Rotation = Vector3.new(-57.0589485, -39.768261, -64.1402206) | |
| 2960 | LH.WedgePart60.BrickColor = BrickColor.new("Institutional white")
| |
| 2961 | LH.WedgePart60.Position = Vector3.new(-2.51124001, 3.65367889, -0.782214999) | |
| 2962 | LH.WedgePart60.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2963 | LH.WedgePart60.Parent = LH.Part1 | |
| 2964 | ||
| 2965 | LH.WedgePart61 = Instance.new("WedgePart")
| |
| 2966 | 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) | |
| 2967 | LH.WedgePart61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2968 | LH.WedgePart61.CanCollide = false | |
| 2969 | LH.WedgePart61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2970 | LH.WedgePart61.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2971 | LH.WedgePart61.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2972 | LH.WedgePart61.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2973 | LH.WedgePart61.Material = Enum.Material.Metal | |
| 2974 | LH.WedgePart61.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 2975 | LH.WedgePart61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2976 | LH.WedgePart61.Anchored = true | |
| 2977 | LH.WedgePart61.Rotation = Vector3.new(122.930664, 39.7647247, 64.1304626) | |
| 2978 | LH.WedgePart61.BrickColor = BrickColor.new("Institutional white")
| |
| 2979 | LH.WedgePart61.Position = Vector3.new(-3.74287391, 2.89449906, -0.540035009) | |
| 2980 | LH.WedgePart61.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2981 | LH.WedgePart61.Parent = LH.Part1 | |
| 2982 | ||
| 2983 | LH.SpecialMesh46 = Instance.new("SpecialMesh")
| |
| 2984 | LH.SpecialMesh46.Scale = Vector3.new(1.09419036, 1.36773837, 0.273547888) | |
| 2985 | LH.SpecialMesh46.MeshType = Enum.MeshType.Wedge | |
| 2986 | LH.SpecialMesh46.Parent = LH.WedgePart61 | |
| 2987 | ||
| 2988 | LH.WedgePart62 = Instance.new("WedgePart")
| |
| 2989 | 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) | |
| 2990 | LH.WedgePart62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2991 | LH.WedgePart62.CanCollide = false | |
| 2992 | LH.WedgePart62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2993 | LH.WedgePart62.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2994 | LH.WedgePart62.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2995 | LH.WedgePart62.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 2996 | LH.WedgePart62.Material = Enum.Material.Metal | |
| 2997 | LH.WedgePart62.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 2998 | LH.WedgePart62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2999 | LH.WedgePart62.Anchored = true | |
| 3000 | LH.WedgePart62.Rotation = Vector3.new(122.93589, 39.7837944, -115.874336) | |
| 3001 | LH.WedgePart62.BrickColor = BrickColor.new("Institutional white")
| |
| 3002 | LH.WedgePart62.Position = Vector3.new(-3.01407599, 3.61778688, -0.60631001) | |
| 3003 | LH.WedgePart62.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3004 | LH.WedgePart62.Parent = LH.Part1 | |
| 3005 | ||
| 3006 | LH.SpecialMesh47 = Instance.new("SpecialMesh")
| |
| 3007 | LH.SpecialMesh47.Scale = Vector3.new(1.09419036, 0.547095418, 0.547095299) | |
| 3008 | LH.SpecialMesh47.MeshType = Enum.MeshType.Wedge | |
| 3009 | LH.SpecialMesh47.Parent = LH.WedgePart62 | |
| 3010 | ||
| 3011 | LH.WedgePart63 = Instance.new("WedgePart")
| |
| 3012 | 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) | |
| 3013 | LH.WedgePart63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3014 | LH.WedgePart63.CanCollide = false | |
| 3015 | LH.WedgePart63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3016 | LH.WedgePart63.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3017 | LH.WedgePart63.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3018 | LH.WedgePart63.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 3019 | LH.WedgePart63.Material = Enum.Material.Metal | |
| 3020 | LH.WedgePart63.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3021 | LH.WedgePart63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3022 | LH.WedgePart63.Anchored = true | |
| 3023 | LH.WedgePart63.Rotation = Vector3.new(122.930664, 39.7647247, 64.1304626) | |
| 3024 | LH.WedgePart63.BrickColor = BrickColor.new("Institutional white")
| |
| 3025 | LH.WedgePart63.Position = Vector3.new(-2.74024296, 3.93889689, -0.617349982) | |
| 3026 | LH.WedgePart63.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3027 | LH.WedgePart63.Parent = LH.Part1 | |
| 3028 | ||
| 3029 | LH.SpecialMesh48 = Instance.new("SpecialMesh")
| |
| 3030 | LH.SpecialMesh48.Scale = Vector3.new(1.09419036, 0.547095418, 0.820642948) | |
| 3031 | LH.SpecialMesh48.MeshType = Enum.MeshType.Wedge | |
| 3032 | LH.SpecialMesh48.Parent = LH.WedgePart63 | |
| 3033 | ||
| 3034 | LH.WedgePart64 = Instance.new("WedgePart")
| |
| 3035 | 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) | |
| 3036 | LH.WedgePart64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3037 | LH.WedgePart64.CanCollide = false | |
| 3038 | LH.WedgePart64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3039 | LH.WedgePart64.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3040 | LH.WedgePart64.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3041 | LH.WedgePart64.Color = Color3.new(0.937255, 0.721569, 0.219608) | |
| 3042 | LH.WedgePart64.Material = Enum.Material.Neon | |
| 3043 | LH.WedgePart64.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3044 | LH.WedgePart64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3045 | LH.WedgePart64.Anchored = true | |
| 3046 | LH.WedgePart64.Rotation = Vector3.new(133.730377, 52.8376083, 56.2556648) | |
| 3047 | LH.WedgePart64.BrickColor = BrickColor.new("Really red")
| |
| 3048 | LH.WedgePart64.Position = Vector3.new(-4.35899782, 0.716692984, -0.906116009) | |
| 3049 | LH.WedgePart64.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3050 | LH.WedgePart64.Parent = LH.Part1 | |
| 3051 | ||
| 3052 | LH.SpecialMesh49 = Instance.new("SpecialMesh")
| |
| 3053 | LH.SpecialMesh49.Scale = Vector3.new(0.27354756, 3.28257132, 1.91483271) | |
| 3054 | LH.SpecialMesh49.MeshType = Enum.MeshType.Wedge | |
| 3055 | LH.SpecialMesh49.Parent = LH.WedgePart64 | |
| 3056 | ||
| 3057 | LH.WedgePart65 = Instance.new("WedgePart")
| |
| 3058 | 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) | |
| 3059 | LH.WedgePart65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3060 | LH.WedgePart65.CanCollide = false | |
| 3061 | LH.WedgePart65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3062 | LH.WedgePart65.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3063 | LH.WedgePart65.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3064 | LH.WedgePart65.Color = Color3.new(0.937255, 0.721569, 0.219608) | |
| 3065 | LH.WedgePart65.Material = Enum.Material.Neon | |
| 3066 | LH.WedgePart65.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3067 | LH.WedgePart65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3068 | LH.WedgePart65.Anchored = true | |
| 3069 | LH.WedgePart65.Rotation = Vector3.new(-46.2952995, -52.8478889, 123.705368) | |
| 3070 | LH.WedgePart65.BrickColor = BrickColor.new("Really red")
| |
| 3071 | LH.WedgePart65.Position = Vector3.new(-4.01021099, 0.525600016, -1.08884394) | |
| 3072 | LH.WedgePart65.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3073 | LH.WedgePart65.Parent = LH.Part1 | |
| 3074 | ||
| 3075 | LH.SpecialMesh50 = Instance.new("SpecialMesh")
| |
| 3076 | LH.SpecialMesh50.Scale = Vector3.new(0.27354756, 3.28257132, 2.46192789) | |
| 3077 | LH.SpecialMesh50.MeshType = Enum.MeshType.Wedge | |
| 3078 | LH.SpecialMesh50.Parent = LH.WedgePart65 | |
| 3079 | ||
| 3080 | LH.Part70 = Instance.new("Part")
| |
| 3081 | LH.Part70.Anchored = true | |
| 3082 | LH.Part70.CanCollide = false | |
| 3083 | LH.Part70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3084 | LH.Part70.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3085 | LH.Part70.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 3086 | LH.Part70.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3087 | LH.Part70.Material = Enum.Material.Metal | |
| 3088 | LH.Part70.Size = Vector3.new(0.54709506, 0.27354753, 0.218838036) | |
| 3089 | LH.Part70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3090 | LH.Part70.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3091 | 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) | |
| 3092 | LH.Part70.Rotation = Vector3.new(-164.299744, -19.606699, -27.7711086) | |
| 3093 | LH.Part70.BrickColor = BrickColor.new("Smoky grey")
| |
| 3094 | LH.Part70.Position = Vector3.new(-2.009372, 4.03623915, -0.920661986) | |
| 3095 | LH.Part70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3096 | LH.Part70.Parent = LH.Part1 | |
| 3097 | ||
| 3098 | LH.WedgePart66 = Instance.new("WedgePart")
| |
| 3099 | 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) | |
| 3100 | LH.WedgePart66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3101 | LH.WedgePart66.CanCollide = false | |
| 3102 | LH.WedgePart66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3103 | LH.WedgePart66.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3104 | LH.WedgePart66.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3105 | LH.WedgePart66.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 3106 | LH.WedgePart66.Material = Enum.Material.Metal | |
| 3107 | LH.WedgePart66.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3108 | LH.WedgePart66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3109 | LH.WedgePart66.Anchored = true | |
| 3110 | LH.WedgePart66.Rotation = Vector3.new(-57.0636787, -39.7825928, 115.859108) | |
| 3111 | LH.WedgePart66.BrickColor = BrickColor.new("Institutional white")
| |
| 3112 | LH.WedgePart66.Position = Vector3.new(-3.65799594, 2.80892301, -0.595475972) | |
| 3113 | LH.WedgePart66.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3114 | LH.WedgePart66.Parent = LH.Part1 | |
| 3115 | ||
| 3116 | LH.SpecialMesh51 = Instance.new("SpecialMesh")
| |
| 3117 | LH.SpecialMesh51.Scale = Vector3.new(1.09419036, 1.36773837, 1.05315828) | |
| 3118 | LH.SpecialMesh51.MeshType = Enum.MeshType.Wedge | |
| 3119 | LH.SpecialMesh51.Parent = LH.WedgePart66 | |
| 3120 | ||
| 3121 | LH.WedgePart67 = Instance.new("WedgePart")
| |
| 3122 | 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) | |
| 3123 | LH.WedgePart67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3124 | LH.WedgePart67.CanCollide = false | |
| 3125 | LH.WedgePart67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3126 | LH.WedgePart67.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3127 | LH.WedgePart67.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3128 | LH.WedgePart67.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 3129 | LH.WedgePart67.Material = Enum.Material.Metal | |
| 3130 | LH.WedgePart67.Size = Vector3.new(0.218838066, 1.03948092, 0.328257114) | |
| 3131 | LH.WedgePart67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3132 | LH.WedgePart67.Anchored = true | |
| 3133 | LH.WedgePart67.Rotation = Vector3.new(-57.0636787, -39.7825928, 115.859108) | |
| 3134 | LH.WedgePart67.BrickColor = BrickColor.new("Institutional white")
| |
| 3135 | LH.WedgePart67.Position = Vector3.new(-3.02202296, 3.12162089, -0.742816985) | |
| 3136 | LH.WedgePart67.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3137 | LH.WedgePart67.Parent = LH.Part1 | |
| 3138 | ||
| 3139 | LH.Part71 = Instance.new("Part")
| |
| 3140 | LH.Part71.Anchored = true | |
| 3141 | LH.Part71.CanCollide = false | |
| 3142 | LH.Part71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3143 | LH.Part71.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3144 | LH.Part71.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 3145 | LH.Part71.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3146 | LH.Part71.Material = Enum.Material.Metal | |
| 3147 | LH.Part71.Size = Vector3.new(0.656514168, 0.54709518, 0.218838036) | |
| 3148 | LH.Part71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3149 | LH.Part71.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3150 | 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) | |
| 3151 | LH.Part71.Rotation = Vector3.new(-164.29689, -19.6058464, 2.23180032) | |
| 3152 | LH.Part71.BrickColor = BrickColor.new("Institutional white")
| |
| 3153 | LH.Part71.Position = Vector3.new(-1.87549198, 4.49708605, -0.780312002) | |
| 3154 | LH.Part71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3155 | LH.Part71.Parent = LH.Part1 | |
| 3156 | ||
| 3157 | LH.Part72 = Instance.new("Part")
| |
| 3158 | LH.Part72.Anchored = true | |
| 3159 | LH.Part72.CanCollide = false | |
| 3160 | LH.Part72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3161 | LH.Part72.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3162 | LH.Part72.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 3163 | LH.Part72.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3164 | LH.Part72.Material = Enum.Material.Metal | |
| 3165 | LH.Part72.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3166 | LH.Part72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3167 | LH.Part72.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3168 | 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) | |
| 3169 | LH.Part72.Rotation = Vector3.new(-164.293549, -19.6031818, 47.2214012) | |
| 3170 | LH.Part72.BrickColor = BrickColor.new("Institutional white")
| |
| 3171 | LH.Part72.Position = Vector3.new(-2.84117889, 3.6257, -0.668034971) | |
| 3172 | LH.Part72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3173 | LH.Part72.Parent = LH.Part1 | |
| 3174 | ||
| 3175 | LH.BlockMesh30 = Instance.new("BlockMesh")
| |
| 3176 | LH.BlockMesh30.Scale = Vector3.new(0.765933037, 3.63818264, 1.09419012) | |
| 3177 | LH.BlockMesh30.Parent = LH.Part72 | |
| 3178 | ||
| 3179 | LH.WedgePart68 = Instance.new("WedgePart")
| |
| 3180 | 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) | |
| 3181 | LH.WedgePart68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3182 | LH.WedgePart68.CanCollide = false | |
| 3183 | LH.WedgePart68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3184 | LH.WedgePart68.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3185 | LH.WedgePart68.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3186 | LH.WedgePart68.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 3187 | LH.WedgePart68.Material = Enum.Material.Metal | |
| 3188 | LH.WedgePart68.Size = Vector3.new(0.218838066, 0.382966638, 0.328257084) | |
| 3189 | LH.WedgePart68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3190 | LH.WedgePart68.Anchored = true | |
| 3191 | LH.WedgePart68.Rotation = Vector3.new(-94.2241898, 43.7507439, 117.666061) | |
| 3192 | LH.WedgePart68.BrickColor = BrickColor.new("Smoky grey")
| |
| 3193 | LH.WedgePart68.Position = Vector3.new(-2.57043004, 3.62435889, -0.828895986) | |
| 3194 | LH.WedgePart68.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3195 | LH.WedgePart68.Parent = LH.Part1 | |
| 3196 | ||
| 3197 | LH.Part73 = Instance.new("Part")
| |
| 3198 | LH.Part73.Anchored = true | |
| 3199 | LH.Part73.CanCollide = false | |
| 3200 | LH.Part73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3201 | LH.Part73.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3202 | LH.Part73.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 3203 | LH.Part73.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3204 | LH.Part73.Material = Enum.Material.Metal | |
| 3205 | LH.Part73.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3206 | LH.Part73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3207 | LH.Part73.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3208 | 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) | |
| 3209 | LH.Part73.Rotation = Vector3.new(49.7405586, -66.7508621, 31.8243179) | |
| 3210 | LH.Part73.BrickColor = BrickColor.new("Smoky grey")
| |
| 3211 | LH.Part73.Position = Vector3.new(-2.74811792, 3.53417897, -0.728179991) | |
| 3212 | LH.Part73.Shape = Enum.PartType.Cylinder | |
| 3213 | LH.Part73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3214 | LH.Part73.Parent = LH.Part1 | |
| 3215 | ||
| 3216 | LH.SpecialMesh52 = Instance.new("SpecialMesh")
| |
| 3217 | LH.SpecialMesh52.Scale = Vector3.new(1.12154508, 1.64128566, 0.861674786) | |
| 3218 | LH.SpecialMesh52.MeshType = Enum.MeshType.Cylinder | |
| 3219 | LH.SpecialMesh52.Parent = LH.Part73 | |
| 3220 | ||
| 3221 | LH.Part74 = Instance.new("Part")
| |
| 3222 | LH.Part74.Anchored = true | |
| 3223 | LH.Part74.CanCollide = false | |
| 3224 | LH.Part74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3225 | LH.Part74.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3226 | LH.Part74.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 3227 | LH.Part74.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3228 | LH.Part74.Material = Enum.Material.Metal | |
| 3229 | LH.Part74.Size = Vector3.new(0.328257054, 0.656514287, 0.218838036) | |
| 3230 | LH.Part74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3231 | LH.Part74.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3232 | 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) | |
| 3233 | LH.Part74.Rotation = Vector3.new(-164.296143, -19.602951, 62.2230873) | |
| 3234 | LH.Part74.BrickColor = BrickColor.new("Institutional white")
| |
| 3235 | LH.Part74.Position = Vector3.new(-1.96637297, 4.53854179, -0.735055983) | |
| 3236 | LH.Part74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3237 | LH.Part74.Parent = LH.Part1 | |
| 3238 | ||
| 3239 | LH.Part75 = Instance.new("Part")
| |
| 3240 | LH.Part75.Anchored = true | |
| 3241 | LH.Part75.CanCollide = false | |
| 3242 | LH.Part75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3243 | LH.Part75.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3244 | LH.Part75.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 3245 | LH.Part75.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3246 | LH.Part75.Material = Enum.Material.Metal | |
| 3247 | LH.Part75.Size = Vector3.new(0.382966489, 0.656514168, 0.218838036) | |
| 3248 | LH.Part75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3249 | LH.Part75.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3250 | 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) | |
| 3251 | LH.Part75.Rotation = Vector3.new(-164.293549, -19.6031818, 47.2214012) | |
| 3252 | LH.Part75.BrickColor = BrickColor.new("Smoky grey")
| |
| 3253 | LH.Part75.Position = Vector3.new(-2.22989798, 3.97906089, -0.855159998) | |
| 3254 | LH.Part75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3255 | LH.Part75.Parent = LH.Part1 | |
| 3256 | ||
| 3257 | LH.Part76 = Instance.new("Part")
| |
| 3258 | LH.Part76.Anchored = true | |
| 3259 | LH.Part76.CanCollide = false | |
| 3260 | LH.Part76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3261 | LH.Part76.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3262 | LH.Part76.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 3263 | LH.Part76.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3264 | LH.Part76.Material = Enum.Material.Metal | |
| 3265 | LH.Part76.Size = Vector3.new(0.514269292, 0.328257084, 0.218838036) | |
| 3266 | LH.Part76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3267 | LH.Part76.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3268 | 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) | |
| 3269 | LH.Part76.Rotation = Vector3.new(-164.29689, -19.6058464, 2.23180032) | |
| 3270 | LH.Part76.BrickColor = BrickColor.new("Smoky grey")
| |
| 3271 | LH.Part76.Position = Vector3.new(-1.89043498, 4.19498587, -0.920036018) | |
| 3272 | LH.Part76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3273 | LH.Part76.Parent = LH.Part1 | |
| 3274 | ||
| 3275 | LH.Part77 = Instance.new("Part")
| |
| 3276 | LH.Part77.Anchored = true | |
| 3277 | LH.Part77.CanCollide = false | |
| 3278 | LH.Part77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3279 | LH.Part77.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3280 | LH.Part77.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 3281 | LH.Part77.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3282 | LH.Part77.Material = Enum.Material.Metal | |
| 3283 | LH.Part77.Size = Vector3.new(0.262605667, 0.837055624, 0.218838036) | |
| 3284 | LH.Part77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3285 | LH.Part77.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3286 | 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) | |
| 3287 | LH.Part77.Rotation = Vector3.new(-164.293549, -19.6031818, 47.2214012) | |
| 3288 | LH.Part77.BrickColor = BrickColor.new("Institutional white")
| |
| 3289 | LH.Part77.Position = Vector3.new(-3.292346, 3.22746706, -0.613086998) | |
| 3290 | LH.Part77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3291 | LH.Part77.Parent = LH.Part1 | |
| 3292 | ||
| 3293 | LH.Part78 = Instance.new("Part")
| |
| 3294 | LH.Part78.Anchored = true | |
| 3295 | LH.Part78.CanCollide = false | |
| 3296 | LH.Part78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3297 | LH.Part78.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3298 | LH.Part78.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 3299 | LH.Part78.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3300 | LH.Part78.Material = Enum.Material.Metal | |
| 3301 | LH.Part78.Size = Vector3.new(0.317315161, 0.672927082, 0.218838036) | |
| 3302 | LH.Part78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3303 | LH.Part78.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3304 | 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) | |
| 3305 | LH.Part78.Rotation = Vector3.new(-164.293549, -19.6031818, 47.2214012) | |
| 3306 | LH.Part78.BrickColor = BrickColor.new("Institutional white")
| |
| 3307 | LH.Part78.Position = Vector3.new(-2.42073202, 4.17127609, -0.670216024) | |
| 3308 | LH.Part78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3309 | LH.Part78.Parent = LH.Part1 | |
| 3310 | ||
| 3311 | LH.Fire1 = Instance.new("Fire")
| |
| 3312 | LH.Fire1.Enabled = false | |
| 3313 | LH.Fire1.Heat = 25 | |
| 3314 | LH.Fire1.SecondaryColor = Color3.new(1, 0, 0) | |
| 3315 | LH.Fire1.Color = Color3.new(1, 0.635294, 0) | |
| 3316 | LH.Fire1.Size = 30 | |
| 3317 | LH.Fire1.Parent = LH.Part1 | |
| 3318 | ||
| 3319 | LH.Script1 = Instance.new("Script")
| |
| 3320 | LH.Script1.Name = "Spread" | |
| 3321 | LH.Script1.Parent = LH.Fire1 | |
| 3322 | ||
| 3323 | local function weldModel(model, weldRoot) | |
| 3324 | local parts = {}
| |
| 3325 | local function recurse(object) | |
| 3326 | if object:IsA("BasePart") then
| |
| 3327 | table.insert(parts, object) | |
| 3328 | end | |
| 3329 | for _, child in next, object:GetChildren() do | |
| 3330 | recurse(child) | |
| 3331 | end | |
| 3332 | end | |
| 3333 | recurse(model) | |
| 3334 | local rootPart = weldRoot or parts[1] | |
| 3335 | for _, part in next, parts do | |
| 3336 | local cframe = rootPart.CFrame:toObjectSpace(part.CFrame) | |
| 3337 | local weld = Instance.new("Weld")
| |
| 3338 | weld.Part0 = rootPart | |
| 3339 | weld.Part1 = part | |
| 3340 | weld.C0 = cframe | |
| 3341 | weld.Parent = rootPart | |
| 3342 | part.Anchored = false | |
| 3343 | end | |
| 3344 | end | |
| 3345 | weldModel(LH.Model1, LH.Part1) | |
| 3346 | ||
| 3347 | ||
| 3348 | local function makeWeld(rootPart, offPart, C0, C1) | |
| 3349 | C0 = C0 or rootPart.CFrame:toObjectSpace(offPart.CFrame) | |
| 3350 | C1 = C1 or nC | |
| 3351 | local newWeld = Instance.new("Motor6D", rootPart)
| |
| 3352 | newWeld.Part0 = rootPart | |
| 3353 | newWeld.Part1 = offPart | |
| 3354 | newWeld.C0 = C0 | |
| 3355 | newWeld.C1 = C1 | |
| 3356 | return newWeld | |
| 3357 | end | |
| 3358 | ||
| 3359 | makeWeld(Game.Players.LocalPlayer.Character.Torso, LH.Part1, CFrame.new(0, -1.4, 1.1), CFrame.new(0, 0, 0)) | |
| 3360 | ||
| 3361 | ||
| 3362 | ||
| 3363 | local RH = {}
| |
| 3364 | ||
| 3365 | RH.Model1 = Instance.new("Model")
| |
| 3366 | RH.Model1.Name = "I2S_Model" | |
| 3367 | RH.Model1.Parent = chr | |
| 3368 | ||
| 3369 | RH.Part1 = Instance.new("Part")
| |
| 3370 | RH.Part1.Name = "R_Hitbox" | |
| 3371 | RH.Part1.Transparency = 1 | |
| 3372 | RH.Part1.Reflectance = 1 | |
| 3373 | RH.Part1.Size = Vector3.new(2.4000001, 1, 1) | |
| 3374 | 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) | |
| 3375 | RH.Part1.Rotation = Vector3.new(0.0244149026, -0.0431605913, -0.055501502) | |
| 3376 | RH.Part1.Position = Vector3.new(-0.127775595, 0.488612711, -0.887809277) | |
| 3377 | RH.Part1.Parent = RH.Model1 | |
| 3378 | ||
| 3379 | RH.Part2 = Instance.new("Part")
| |
| 3380 | RH.Part2.Anchored = true | |
| 3381 | RH.Part2.CanCollide = false | |
| 3382 | RH.Part2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3383 | RH.Part2.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3384 | RH.Part2.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 3385 | RH.Part2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3386 | RH.Part2.Material = Enum.Material.Metal | |
| 3387 | RH.Part2.Size = Vector3.new(0.410321325, 2.18838072, 0.328257084) | |
| 3388 | RH.Part2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3389 | RH.Part2.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3390 | 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) | |
| 3391 | RH.Part2.Rotation = Vector3.new(15.1175413, -20.0436916, -74.4832993) | |
| 3392 | RH.Part2.BrickColor = BrickColor.new("Institutional white")
| |
| 3393 | RH.Part2.Position = Vector3.new(2.50541496, 6.04346609, -0.134959996) | |
| 3394 | RH.Part2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3395 | RH.Part2.Parent = RH.Part1 | |
| 3396 | ||
| 3397 | RH.WedgePart1 = Instance.new("WedgePart")
| |
| 3398 | 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) | |
| 3399 | RH.WedgePart1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3400 | RH.WedgePart1.CanCollide = false | |
| 3401 | RH.WedgePart1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3402 | RH.WedgePart1.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3403 | RH.WedgePart1.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3404 | RH.WedgePart1.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 3405 | RH.WedgePart1.Material = Enum.Material.Metal | |
| 3406 | RH.WedgePart1.Size = Vector3.new(0.218838051, 0.27354762, 0.54709506) | |
| 3407 | RH.WedgePart1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3408 | RH.WedgePart1.Anchored = true | |
| 3409 | RH.WedgePart1.Rotation = Vector3.new(156.113647, -64.865921, -36.253582) | |
| 3410 | RH.WedgePart1.BrickColor = BrickColor.new("Smoky grey")
| |
| 3411 | RH.WedgePart1.Position = Vector3.new(2.22271395, 5.53747606, -0.378549993) | |
| 3412 | RH.WedgePart1.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3413 | RH.WedgePart1.Parent = RH.Part1 | |
| 3414 | ||
| 3415 | RH.Part3 = Instance.new("Part")
| |
| 3416 | RH.Part3.Anchored = true | |
| 3417 | RH.Part3.CanCollide = false | |
| 3418 | RH.Part3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3419 | RH.Part3.Name = "Joint" | |
| 3420 | RH.Part3.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3421 | RH.Part3.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 3422 | RH.Part3.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3423 | RH.Part3.Material = Enum.Material.Metal | |
| 3424 | RH.Part3.Size = Vector3.new(0.437676042, 0.656514287, 0.328257084) | |
| 3425 | RH.Part3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3426 | RH.Part3.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3427 | 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) | |
| 3428 | RH.Part3.Rotation = Vector3.new(15.1168346, -20.0464687, -14.4842358) | |
| 3429 | RH.Part3.BrickColor = BrickColor.new("Institutional white")
| |
| 3430 | RH.Part3.Position = Vector3.new(1.90714705, 4.80014992, -0.697064996) | |
| 3431 | RH.Part3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3432 | RH.Part3.Parent = RH.Part1 | |
| 3433 | ||
| 3434 | RH.WedgePart2 = Instance.new("WedgePart")
| |
| 3435 | 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) | |
| 3436 | RH.WedgePart2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3437 | RH.WedgePart2.CanCollide = false | |
| 3438 | RH.WedgePart2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3439 | RH.WedgePart2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3440 | RH.WedgePart2.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3441 | RH.WedgePart2.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 3442 | RH.WedgePart2.Material = Enum.Material.Metal | |
| 3443 | RH.WedgePart2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3444 | RH.WedgePart2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3445 | RH.WedgePart2.Anchored = true | |
| 3446 | RH.WedgePart2.Rotation = Vector3.new(-127.922913, -65.4557953, 34.3824844) | |
| 3447 | RH.WedgePart2.BrickColor = BrickColor.new("Institutional white")
| |
| 3448 | RH.WedgePart2.Position = Vector3.new(1.966488, 4.39692211, -0.783613026) | |
| 3449 | RH.WedgePart2.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3450 | RH.WedgePart2.Parent = RH.Part1 | |
| 3451 | ||
| 3452 | RH.SpecialMesh1 = Instance.new("SpecialMesh")
| |
| 3453 | RH.SpecialMesh1.Scale = Vector3.new(1.64128542, 0.54709518, 0.547095001) | |
| 3454 | RH.SpecialMesh1.MeshType = Enum.MeshType.Wedge | |
| 3455 | RH.SpecialMesh1.Parent = RH.WedgePart2 | |
| 3456 | ||
| 3457 | RH.WedgePart3 = Instance.new("WedgePart")
| |
| 3458 | 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) | |
| 3459 | RH.WedgePart3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3460 | RH.WedgePart3.CanCollide = false | |
| 3461 | RH.WedgePart3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3462 | RH.WedgePart3.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3463 | RH.WedgePart3.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3464 | RH.WedgePart3.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 3465 | RH.WedgePart3.Material = Enum.Material.Metal | |
| 3466 | RH.WedgePart3.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3467 | RH.WedgePart3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3468 | RH.WedgePart3.Anchored = true | |
| 3469 | RH.WedgePart3.Rotation = Vector3.new(-86.3058548, -28.47472, -112.966064) | |
| 3470 | RH.WedgePart3.BrickColor = BrickColor.new("Institutional white")
| |
| 3471 | RH.WedgePart3.Position = Vector3.new(2.29947805, 2.89907289, -1.06254804) | |
| 3472 | RH.WedgePart3.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3473 | RH.WedgePart3.Parent = RH.Part1 | |
| 3474 | ||
| 3475 | RH.SpecialMesh2 = Instance.new("SpecialMesh")
| |
| 3476 | RH.SpecialMesh2.Scale = Vector3.new(1.09419012, 0.27354759, 3.55611825) | |
| 3477 | RH.SpecialMesh2.MeshType = Enum.MeshType.Wedge | |
| 3478 | - | RH.WedgePart9.BrickColor = BrickColor.new("Gold")
|
| 3478 | + | |
| 3479 | ||
| 3480 | RH.WedgePart4 = Instance.new("WedgePart")
| |
| 3481 | 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) | |
| 3482 | RH.WedgePart4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3483 | RH.WedgePart4.CanCollide = false | |
| 3484 | RH.WedgePart4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3485 | RH.WedgePart4.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3486 | RH.WedgePart4.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3487 | RH.WedgePart4.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 3488 | RH.WedgePart4.Material = Enum.Material.Metal | |
| 3489 | RH.WedgePart4.Size = Vector3.new(0.218838021, 0.218838066, 0.218838036) | |
| 3490 | RH.WedgePart4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3491 | RH.WedgePart4.Anchored = true | |
| 3492 | RH.WedgePart4.Rotation = Vector3.new(-44.6815529, 54.0233536, -125.728897) | |
| 3493 | RH.WedgePart4.BrickColor = BrickColor.new("Institutional white")
| |
| 3494 | RH.WedgePart4.Position = Vector3.new(2.2618711, 2.70819306, -1.12834501) | |
| 3495 | RH.WedgePart4.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3496 | RH.WedgePart4.Parent = RH.Part1 | |
| 3497 | ||
| 3498 | RH.WedgePart5 = Instance.new("WedgePart")
| |
| 3499 | 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) | |
| 3500 | RH.WedgePart5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3501 | - | RH.WedgePart10.BrickColor = BrickColor.new("Gold")
|
| 3501 | + | |
| 3502 | RH.WedgePart5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3503 | RH.WedgePart5.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3504 | RH.WedgePart5.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3505 | RH.WedgePart5.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 3506 | RH.WedgePart5.Material = Enum.Material.Metal | |
| 3507 | RH.WedgePart5.Size = Vector3.new(0.382966518, 0.328257143, 0.328257084) | |
| 3508 | RH.WedgePart5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3509 | RH.WedgePart5.Anchored = true | |
| 3510 | RH.WedgePart5.Rotation = Vector3.new(-86.3058548, -28.47472, -112.966064) | |
| 3511 | RH.WedgePart5.BrickColor = BrickColor.new("Smoky grey")
| |
| 3512 | RH.WedgePart5.Position = Vector3.new(1.85567796, 3.49434209, -1.03924894) | |
| 3513 | RH.WedgePart5.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3514 | RH.WedgePart5.Parent = RH.Part1 | |
| 3515 | ||
| 3516 | RH.Part4 = Instance.new("Part")
| |
| 3517 | RH.Part4.Anchored = true | |
| 3518 | RH.Part4.CanCollide = false | |
| 3519 | RH.Part4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3520 | RH.Part4.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3521 | RH.Part4.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 3522 | RH.Part4.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3523 | RH.Part4.Material = Enum.Material.Metal | |
| 3524 | RH.Part4.Size = Vector3.new(0.317315161, 0.837055624, 0.218838036) | |
| 3525 | RH.Part4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3526 | RH.Part4.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3527 | 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) | |
| 3528 | RH.Part4.Rotation = Vector3.new(15.1186819, -20.0399036, -149.491241) | |
| 3529 | RH.Part4.BrickColor = BrickColor.new("Institutional white")
| |
| 3530 | RH.Part4.Position = Vector3.new(1.87597096, 3.53197289, -1.05155897) | |
| 3531 | RH.Part4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3532 | RH.Part4.Parent = RH.Part1 | |
| 3533 | ||
| 3534 | RH.WedgePart6 = Instance.new("WedgePart")
| |
| 3535 | 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) | |
| 3536 | RH.WedgePart6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3537 | RH.WedgePart6.CanCollide = false | |
| 3538 | RH.WedgePart6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3539 | RH.WedgePart6.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3540 | RH.WedgePart6.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3541 | RH.WedgePart6.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 3542 | RH.WedgePart6.Material = Enum.Material.Metal | |
| 3543 | RH.WedgePart6.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3544 | - | RH.Part8.BrickColor = BrickColor.new("Gold")
|
| 3544 | + | |
| 3545 | RH.WedgePart6.Anchored = true | |
| 3546 | RH.WedgePart6.Rotation = Vector3.new(-44.6815529, 54.0233536, -125.728897) | |
| 3547 | RH.WedgePart6.BrickColor = BrickColor.new("Institutional white")
| |
| 3548 | RH.WedgePart6.Position = Vector3.new(2.41055298, 2.53887892, -1.11791205) | |
| 3549 | RH.WedgePart6.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3550 | RH.WedgePart6.Parent = RH.Part1 | |
| 3551 | ||
| 3552 | RH.SpecialMesh3 = Instance.new("SpecialMesh")
| |
| 3553 | RH.SpecialMesh3.Scale = Vector3.new(1.09419012, 0.54709518, 0.54709512) | |
| 3554 | RH.SpecialMesh3.MeshType = Enum.MeshType.Wedge | |
| 3555 | RH.SpecialMesh3.Parent = RH.WedgePart6 | |
| 3556 | ||
| 3557 | RH.WedgePart7 = Instance.new("WedgePart")
| |
| 3558 | 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) | |
| 3559 | RH.WedgePart7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3560 | RH.WedgePart7.CanCollide = false | |
| 3561 | RH.WedgePart7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3562 | RH.WedgePart7.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3563 | RH.WedgePart7.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3564 | RH.WedgePart7.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 3565 | RH.WedgePart7.Material = Enum.Material.Metal | |
| 3566 | RH.WedgePart7.Size = Vector3.new(0.218838021, 0.382966667, 0.765933216) | |
| 3567 | RH.WedgePart7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3568 | RH.WedgePart7.Anchored = true | |
| 3569 | RH.WedgePart7.Rotation = Vector3.new(-86.3058548, -28.47472, -112.966064) | |
| 3570 | RH.WedgePart7.BrickColor = BrickColor.new("Institutional white")
| |
| 3571 | RH.WedgePart7.Position = Vector3.new(2.16846395, 3.65986705, -0.90645802) | |
| 3572 | RH.WedgePart7.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3573 | RH.WedgePart7.Parent = RH.Part1 | |
| 3574 | ||
| 3575 | RH.Part5 = Instance.new("Part")
| |
| 3576 | RH.Part5.Anchored = true | |
| 3577 | RH.Part5.CanCollide = false | |
| 3578 | RH.Part5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3579 | RH.Part5.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3580 | RH.Part5.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 3581 | RH.Part5.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3582 | RH.Part5.Material = Enum.Material.Metal | |
| 3583 | RH.Part5.Size = Vector3.new(0.733107328, 0.328257084, 0.382966608) | |
| 3584 | RH.Part5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3585 | RH.Part5.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3586 | 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) | |
| 3587 | RH.Part5.Rotation = Vector3.new(15.1227083, -20.0427666, 120.514481) | |
| 3588 | RH.Part5.BrickColor = BrickColor.new("Smoky grey")
| |
| 3589 | RH.Part5.Position = Vector3.new(1.60248303, 3.95976996, -1.00915694) | |
| 3590 | RH.Part5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3591 | RH.Part5.Parent = RH.Part1 | |
| 3592 | ||
| 3593 | RH.Part6 = Instance.new("Part")
| |
| 3594 | RH.Part6.Anchored = true | |
| 3595 | RH.Part6.CanCollide = false | |
| 3596 | RH.Part6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3597 | RH.Part6.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3598 | RH.Part6.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 3599 | RH.Part6.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3600 | RH.Part6.Material = Enum.Material.Metal | |
| 3601 | RH.Part6.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3602 | RH.Part6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3603 | RH.Part6.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3604 | 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) | |
| 3605 | RH.Part6.Rotation = Vector3.new(15.1186819, -20.0399036, -149.491241) | |
| 3606 | RH.Part6.BrickColor = BrickColor.new("Institutional white")
| |
| 3607 | RH.Part6.Position = Vector3.new(1.94915295, 3.29344106, -1.08836496) | |
| 3608 | RH.Part6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3609 | RH.Part6.Parent = RH.Part1 | |
| 3610 | ||
| 3611 | RH.BlockMesh1 = Instance.new("BlockMesh")
| |
| 3612 | RH.BlockMesh1.Scale = Vector3.new(1.03948057, 5.55301619, 1.09419012) | |
| 3613 | RH.BlockMesh1.Parent = RH.Part6 | |
| 3614 | ||
| 3615 | RH.WedgePart8 = Instance.new("WedgePart")
| |
| 3616 | 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) | |
| 3617 | RH.WedgePart8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3618 | RH.WedgePart8.CanCollide = false | |
| 3619 | RH.WedgePart8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3620 | RH.WedgePart8.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3621 | RH.WedgePart8.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3622 | RH.WedgePart8.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 3623 | RH.WedgePart8.Material = Enum.Material.Metal | |
| 3624 | RH.WedgePart8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3625 | RH.WedgePart8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3626 | RH.WedgePart8.Anchored = true | |
| 3627 | RH.WedgePart8.Rotation = Vector3.new(-86.3058548, -28.47472, -112.966064) | |
| 3628 | RH.WedgePart8.BrickColor = BrickColor.new("Institutional white")
| |
| 3629 | RH.WedgePart8.Position = Vector3.new(2.24330306, 3.0543139, -1.04182601) | |
| 3630 | RH.WedgePart8.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3631 | RH.WedgePart8.Parent = RH.Part1 | |
| 3632 | ||
| 3633 | RH.SpecialMesh4 = Instance.new("SpecialMesh")
| |
| 3634 | RH.SpecialMesh4.Scale = Vector3.new(1.09419012, 0.54709518, 1.91483307) | |
| 3635 | RH.SpecialMesh4.MeshType = Enum.MeshType.Wedge | |
| 3636 | RH.SpecialMesh4.Parent = RH.WedgePart8 | |
| 3637 | ||
| 3638 | RH.WedgePart9 = Instance.new("WedgePart")
| |
| 3639 | 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) | |
| 3640 | RH.WedgePart9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3641 | RH.WedgePart9.CanCollide = false | |
| 3642 | RH.WedgePart9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3643 | RH.WedgePart9.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3644 | RH.WedgePart9.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3645 | RH.WedgePart9.Color = Color3.new(0.937255, 0.721569, 0.219608) | |
| 3646 | RH.WedgePart9.Material = Enum.Material.Neon | |
| 3647 | RH.WedgePart9.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3648 | RH.WedgePart9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3649 | RH.WedgePart9.Anchored = true | |
| 3650 | RH.WedgePart9.Rotation = Vector3.new(-75.0551834, -0.467633605, -110.060997) | |
| 3651 | RH.WedgePart9.BrickColor = BrickColor.new("Really red")
| |
| 3652 | RH.WedgePart9.Position = Vector3.new(1.87679899, 1.77922297, -1.54301798) | |
| 3653 | RH.WedgePart9.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3654 | RH.WedgePart9.Parent = RH.Part1 | |
| 3655 | ||
| 3656 | RH.SpecialMesh5 = Instance.new("SpecialMesh")
| |
| 3657 | RH.SpecialMesh5.Scale = Vector3.new(0.27354756, 1.0941906, 3.28257084) | |
| 3658 | RH.SpecialMesh5.MeshType = Enum.MeshType.Wedge | |
| 3659 | RH.SpecialMesh5.Parent = RH.WedgePart9 | |
| 3660 | ||
| 3661 | RH.WedgePart10 = Instance.new("WedgePart")
| |
| 3662 | 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) | |
| 3663 | RH.WedgePart10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3664 | RH.WedgePart10.CanCollide = false | |
| 3665 | RH.WedgePart10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3666 | - | RH.WedgePart13.BrickColor = BrickColor.new("Gold")
|
| 3666 | + | |
| 3667 | RH.WedgePart10.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3668 | RH.WedgePart10.Color = Color3.new(0.937255, 0.721569, 0.219608) | |
| 3669 | RH.WedgePart10.Material = Enum.Material.Neon | |
| 3670 | RH.WedgePart10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3671 | RH.WedgePart10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3672 | RH.WedgePart10.Anchored = true | |
| 3673 | RH.WedgePart10.Rotation = Vector3.new(13.5933676, 69.949585, -178.567123) | |
| 3674 | RH.WedgePart10.BrickColor = BrickColor.new("Really red")
| |
| 3675 | RH.WedgePart10.Position = Vector3.new(1.54274094, 1.80790794, -1.66151798) | |
| 3676 | RH.WedgePart10.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3677 | RH.WedgePart10.Parent = RH.Part1 | |
| 3678 | ||
| 3679 | RH.SpecialMesh6 = Instance.new("SpecialMesh")
| |
| 3680 | RH.SpecialMesh6.Scale = Vector3.new(0.27354756, 3.28257132, 2.46192789) | |
| 3681 | RH.SpecialMesh6.MeshType = Enum.MeshType.Wedge | |
| 3682 | RH.SpecialMesh6.Parent = RH.WedgePart10 | |
| 3683 | ||
| 3684 | RH.Part7 = Instance.new("Part")
| |
| 3685 | RH.Part7.Anchored = true | |
| 3686 | RH.Part7.CanCollide = false | |
| 3687 | RH.Part7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3688 | RH.Part7.Name = "Handle" | |
| 3689 | RH.Part7.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3690 | RH.Part7.Transparency = 1 | |
| 3691 | RH.Part7.Color = Color3.new(0.905882, 0.905882, 0.92549) | |
| 3692 | RH.Part7.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3693 | RH.Part7.Material = Enum.Material.Metal | |
| 3694 | RH.Part7.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918) | |
| 3695 | RH.Part7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3696 | RH.Part7.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3697 | 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) | |
| 3698 | RH.Part7.Rotation = Vector3.new(52.1095581, 65.4485855, -34.4170189) | |
| 3699 | RH.Part7.BrickColor = BrickColor.new("Pearl")
| |
| 3700 | RH.Part7.Position = Vector3.new(1.87605703, 4.53825188, -0.780139983) | |
| 3701 | RH.Part7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3702 | RH.Part7.Parent = RH.Part1 | |
| 3703 | ||
| 3704 | RH.Part8 = Instance.new("Part")
| |
| 3705 | RH.Part8.Anchored = true | |
| 3706 | RH.Part8.CanCollide = false | |
| 3707 | RH.Part8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3708 | RH.Part8.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3709 | RH.Part8.Color = Color3.new(0.937255, 0.721569, 0.219608) | |
| 3710 | RH.Part8.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3711 | RH.Part8.Material = Enum.Material.Neon | |
| 3712 | RH.Part8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3713 | RH.Part8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3714 | RH.Part8.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3715 | 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) | |
| 3716 | RH.Part8.Rotation = Vector3.new(15.1177483, -20.0414028, -89.4818344) | |
| 3717 | RH.Part8.BrickColor = BrickColor.new("Really red")
| |
| 3718 | RH.Part8.Position = Vector3.new(1.63267303, 3.25266504, -1.23709297) | |
| 3719 | RH.Part8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3720 | RH.Part8.Parent = RH.Part1 | |
| 3721 | ||
| 3722 | RH.BlockMesh2 = Instance.new("BlockMesh")
| |
| 3723 | RH.BlockMesh2.Scale = Vector3.new(11.7625437, 3.5561192, 0.27354756) | |
| 3724 | RH.BlockMesh2.Parent = RH.Part8 | |
| 3725 | ||
| 3726 | RH.Part9 = Instance.new("Part")
| |
| 3727 | RH.Part9.Anchored = true | |
| 3728 | RH.Part9.CanCollide = false | |
| 3729 | RH.Part9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3730 | RH.Part9.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3731 | RH.Part9.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 3732 | RH.Part9.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3733 | RH.Part9.Material = Enum.Material.Metal | |
| 3734 | RH.Part9.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3735 | RH.Part9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3736 | RH.Part9.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3737 | 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) | |
| 3738 | RH.Part9.Rotation = Vector3.new(52.104702, 65.4480972, -34.4144478) | |
| 3739 | RH.Part9.BrickColor = BrickColor.new("Smoky grey")
| |
| 3740 | RH.Part9.Position = Vector3.new(2.2046659, 2.89280105, -1.10006905) | |
| 3741 | RH.Part9.Shape = Enum.PartType.Cylinder | |
| 3742 | RH.Part9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3743 | RH.Part9.Parent = RH.Part1 | |
| 3744 | ||
| 3745 | RH.SpecialMesh7 = Instance.new("SpecialMesh")
| |
| 3746 | RH.SpecialMesh7.Scale = Vector3.new(1.12154508, 1.64128566, 0.54709506) | |
| 3747 | RH.SpecialMesh7.MeshType = Enum.MeshType.Cylinder | |
| 3748 | RH.SpecialMesh7.Parent = RH.Part9 | |
| 3749 | ||
| 3750 | RH.Part10 = Instance.new("Part")
| |
| 3751 | RH.Part10.Anchored = true | |
| 3752 | RH.Part10.CanCollide = false | |
| 3753 | - | RH.WedgePart16.BrickColor = BrickColor.new("Gold")
|
| 3753 | + | |
| 3754 | RH.Part10.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3755 | RH.Part10.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 3756 | RH.Part10.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3757 | RH.Part10.Material = Enum.Material.Metal | |
| 3758 | RH.Part10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3759 | RH.Part10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3760 | RH.Part10.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3761 | 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) | |
| 3762 | RH.Part10.Rotation = Vector3.new(15.1186819, -20.0399036, -149.491241) | |
| 3763 | RH.Part10.BrickColor = BrickColor.new("Institutional white")
| |
| 3764 | RH.Part10.Position = Vector3.new(2.05426288, 3.19384503, -1.07556498) | |
| 3765 | RH.Part10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3766 | RH.Part10.Parent = RH.Part1 | |
| 3767 | ||
| 3768 | RH.BlockMesh3 = Instance.new("BlockMesh")
| |
| 3769 | RH.BlockMesh3.Scale = Vector3.new(0.54709512, 6.92075348, 1.09419012) | |
| 3770 | RH.BlockMesh3.Parent = RH.Part10 | |
| 3771 | ||
| 3772 | RH.WedgePart11 = Instance.new("WedgePart")
| |
| 3773 | 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) | |
| 3774 | RH.WedgePart11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3775 | RH.WedgePart11.CanCollide = false | |
| 3776 | RH.WedgePart11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3777 | RH.WedgePart11.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3778 | RH.WedgePart11.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3779 | RH.WedgePart11.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 3780 | RH.WedgePart11.Material = Enum.Material.Metal | |
| 3781 | RH.WedgePart11.Size = Vector3.new(0.218838066, 0.437676162, 0.328257114) | |
| 3782 | RH.WedgePart11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3783 | RH.WedgePart11.Anchored = true | |
| 3784 | RH.WedgePart11.Rotation = Vector3.new(-56.2808876, 41.1643486, 62.9020004) | |
| 3785 | RH.WedgePart11.BrickColor = BrickColor.new("Institutional white")
| |
| 3786 | RH.WedgePart11.Position = Vector3.new(2.43680811, 3.61774206, -0.816437006) | |
| 3787 | RH.WedgePart11.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3788 | RH.WedgePart11.Parent = RH.Part1 | |
| 3789 | ||
| 3790 | RH.Part11 = Instance.new("Part")
| |
| 3791 | RH.Part11.Anchored = true | |
| 3792 | RH.Part11.CanCollide = false | |
| 3793 | RH.Part11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3794 | RH.Part11.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3795 | RH.Part11.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 3796 | RH.Part11.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3797 | RH.Part11.Material = Enum.Material.Metal | |
| 3798 | RH.Part11.Size = Vector3.new(0.656514168, 0.54709518, 0.218838036) | |
| 3799 | RH.Part11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3800 | RH.Part11.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3801 | 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) | |
| 3802 | RH.Part11.Rotation = Vector3.new(15.1189089, -20.0374165, -179.479431) | |
| 3803 | RH.Part11.BrickColor = BrickColor.new("Institutional white")
| |
| 3804 | RH.Part11.Position = Vector3.new(1.82586896, 4.47929907, -0.814489007) | |
| 3805 | RH.Part11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3806 | RH.Part11.Parent = RH.Part1 | |
| 3807 | ||
| 3808 | RH.WedgePart12 = Instance.new("WedgePart")
| |
| 3809 | 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) | |
| 3810 | RH.WedgePart12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3811 | RH.WedgePart12.CanCollide = false | |
| 3812 | RH.WedgePart12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3813 | RH.WedgePart12.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3814 | RH.WedgePart12.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3815 | RH.WedgePart12.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 3816 | RH.WedgePart12.Material = Enum.Material.Metal | |
| 3817 | RH.WedgePart12.Size = Vector3.new(0.218838066, 1.03948092, 0.328257114) | |
| 3818 | RH.WedgePart12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3819 | RH.WedgePart12.Anchored = true | |
| 3820 | RH.WedgePart12.Rotation = Vector3.new(-56.2624435, 41.1700172, -117.107979) | |
| 3821 | RH.WedgePart12.BrickColor = BrickColor.new("Institutional white")
| |
| 3822 | RH.WedgePart12.Position = Vector3.new(2.93189096, 3.07104492, -0.777073026) | |
| 3823 | RH.WedgePart12.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3824 | RH.WedgePart12.Parent = RH.Part1 | |
| 3825 | ||
| 3826 | RH.WedgePart13 = Instance.new("WedgePart")
| |
| 3827 | 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) | |
| 3828 | RH.WedgePart13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3829 | RH.WedgePart13.CanCollide = false | |
| 3830 | RH.WedgePart13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3831 | RH.WedgePart13.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3832 | RH.WedgePart13.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3833 | RH.WedgePart13.Color = Color3.new(0.937255, 0.721569, 0.219608) | |
| 3834 | RH.WedgePart13.Material = Enum.Material.Neon | |
| 3835 | RH.WedgePart13.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3836 | RH.WedgePart13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3837 | RH.WedgePart13.Anchored = true | |
| 3838 | RH.WedgePart13.Rotation = Vector3.new(135.292587, -54.034462, -54.3104401) | |
| 3839 | RH.WedgePart13.BrickColor = BrickColor.new("Really red")
| |
| 3840 | RH.WedgePart13.Position = Vector3.new(4.20957899, 0.636285007, -0.970288992) | |
| 3841 | RH.WedgePart13.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3842 | RH.WedgePart13.Parent = RH.Part1 | |
| 3843 | ||
| 3844 | RH.SpecialMesh8 = Instance.new("SpecialMesh")
| |
| 3845 | RH.SpecialMesh8.Scale = Vector3.new(0.27354756, 3.28257132, 1.91483271) | |
| 3846 | RH.SpecialMesh8.MeshType = Enum.MeshType.Wedge | |
| 3847 | RH.SpecialMesh8.Parent = RH.WedgePart13 | |
| 3848 | ||
| 3849 | RH.WedgePart14 = Instance.new("WedgePart")
| |
| 3850 | 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) | |
| 3851 | RH.WedgePart14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3852 | RH.WedgePart14.CanCollide = false | |
| 3853 | RH.WedgePart14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3854 | RH.WedgePart14.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3855 | RH.WedgePart14.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3856 | RH.WedgePart14.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 3857 | RH.WedgePart14.Material = Enum.Material.Metal | |
| 3858 | - | RH.Part14.BrickColor = BrickColor.new("Gold")
|
| 3858 | + | |
| 3859 | RH.WedgePart14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3860 | RH.WedgePart14.Anchored = true | |
| 3861 | RH.WedgePart14.Rotation = Vector3.new(123.738861, -41.1700974, 117.092529) | |
| 3862 | RH.WedgePart14.BrickColor = BrickColor.new("Institutional white")
| |
| 3863 | RH.WedgePart14.Position = Vector3.new(2.93838906, 3.56722593, -0.64052999) | |
| 3864 | RH.WedgePart14.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3865 | RH.WedgePart14.Parent = RH.Part1 | |
| 3866 | ||
| 3867 | RH.SpecialMesh9 = Instance.new("SpecialMesh")
| |
| 3868 | RH.SpecialMesh9.Scale = Vector3.new(1.09419036, 0.547095418, 0.547095299) | |
| 3869 | RH.SpecialMesh9.MeshType = Enum.MeshType.Wedge | |
| 3870 | RH.SpecialMesh9.Parent = RH.WedgePart14 | |
| 3871 | ||
| 3872 | RH.Part12 = Instance.new("Part")
| |
| 3873 | RH.Part12.Anchored = true | |
| 3874 | RH.Part12.CanCollide = false | |
| 3875 | RH.Part12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3876 | RH.Part12.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3877 | RH.Part12.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 3878 | RH.Part12.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3879 | RH.Part12.Material = Enum.Material.Metal | |
| 3880 | RH.Part12.Size = Vector3.new(0.54709506, 0.27354753, 0.218838036) | |
| 3881 | RH.Part12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3882 | RH.Part12.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3883 | 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) | |
| 3884 | RH.Part12.Rotation = Vector3.new(15.1207314, -20.0368347, 150.518509) | |
| 3885 | RH.Part12.BrickColor = BrickColor.new("Smoky grey")
| |
| 3886 | RH.Part12.Position = Vector3.new(1.90876997, 3.98794103, -0.85561198) | |
| 3887 | RH.Part12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3888 | RH.Part12.Parent = RH.Part1 | |
| 3889 | ||
| 3890 | RH.WedgePart15 = Instance.new("WedgePart")
| |
| 3891 | 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) | |
| 3892 | RH.WedgePart15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3893 | RH.WedgePart15.CanCollide = false | |
| 3894 | RH.WedgePart15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3895 | RH.WedgePart15.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3896 | RH.WedgePart15.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3897 | RH.WedgePart15.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 3898 | RH.WedgePart15.Material = Enum.Material.Metal | |
| 3899 | RH.WedgePart15.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3900 | RH.WedgePart15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3901 | RH.WedgePart15.Anchored = true | |
| 3902 | RH.WedgePart15.Rotation = Vector3.new(123.722099, -41.1560898, -62.9169044) | |
| 3903 | RH.WedgePart15.BrickColor = BrickColor.new("Institutional white")
| |
| 3904 | RH.WedgePart15.Position = Vector3.new(2.67402196, 3.89616799, -0.651548028) | |
| 3905 | RH.WedgePart15.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3906 | RH.WedgePart15.Parent = RH.Part1 | |
| 3907 | ||
| 3908 | RH.SpecialMesh10 = Instance.new("SpecialMesh")
| |
| 3909 | RH.SpecialMesh10.Scale = Vector3.new(1.09419036, 0.547095418, 0.820642948) | |
| 3910 | RH.SpecialMesh10.MeshType = Enum.MeshType.Wedge | |
| 3911 | RH.SpecialMesh10.Parent = RH.WedgePart15 | |
| 3912 | ||
| 3913 | RH.WedgePart16 = Instance.new("WedgePart")
| |
| 3914 | 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) | |
| 3915 | RH.WedgePart16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3916 | RH.WedgePart16.CanCollide = false | |
| 3917 | RH.WedgePart16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3918 | RH.WedgePart16.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3919 | RH.WedgePart16.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3920 | RH.WedgePart16.Color = Color3.new(0.937255, 0.721569, 0.219608) | |
| 3921 | RH.WedgePart16.Material = Enum.Material.Neon | |
| 3922 | RH.WedgePart16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3923 | RH.WedgePart16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3924 | RH.WedgePart16.Anchored = true | |
| 3925 | RH.WedgePart16.Rotation = Vector3.new(-44.6815529, 54.0233536, -125.728897) | |
| 3926 | RH.WedgePart16.BrickColor = BrickColor.new("Really red")
| |
| 3927 | RH.WedgePart16.Position = Vector3.new(3.85536909, 0.455424994, -1.15303004) | |
| 3928 | RH.WedgePart16.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3929 | RH.WedgePart16.Parent = RH.Part1 | |
| 3930 | ||
| 3931 | RH.SpecialMesh11 = Instance.new("SpecialMesh")
| |
| 3932 | RH.SpecialMesh11.Scale = Vector3.new(0.27354756, 3.28257132, 2.46192789) | |
| 3933 | RH.SpecialMesh11.MeshType = Enum.MeshType.Wedge | |
| 3934 | RH.SpecialMesh11.Parent = RH.WedgePart16 | |
| 3935 | ||
| 3936 | RH.WedgePart17 = Instance.new("WedgePart")
| |
| 3937 | 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) | |
| 3938 | RH.WedgePart17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3939 | RH.WedgePart17.CanCollide = false | |
| 3940 | RH.WedgePart17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3941 | RH.WedgePart17.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3942 | RH.WedgePart17.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3943 | RH.WedgePart17.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 3944 | RH.WedgePart17.Material = Enum.Material.Metal | |
| 3945 | RH.WedgePart17.Size = Vector3.new(0.218838066, 0.382966638, 0.328257084) | |
| 3946 | RH.WedgePart17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3947 | RH.WedgePart17.Anchored = true | |
| 3948 | RH.WedgePart17.Rotation = Vector3.new(-94.1212616, -42.0834351, -117.507408) | |
| 3949 | RH.WedgePart17.BrickColor = BrickColor.new("Smoky grey")
| |
| 3950 | RH.WedgePart17.Position = Vector3.new(2.45760989, 3.55988693, -0.763863027) | |
| 3951 | RH.WedgePart17.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3952 | RH.WedgePart17.Parent = RH.Part1 | |
| 3953 | ||
| 3954 | RH.WedgePart18 = Instance.new("WedgePart")
| |
| 3955 | 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) | |
| 3956 | RH.WedgePart18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3957 | RH.WedgePart18.CanCollide = false | |
| 3958 | RH.WedgePart18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3959 | RH.WedgePart18.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3960 | RH.WedgePart18.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3961 | RH.WedgePart18.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 3962 | RH.WedgePart18.Material = Enum.Material.Metal | |
| 3963 | RH.WedgePart18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3964 | RH.WedgePart18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3965 | RH.WedgePart18.Anchored = true | |
| 3966 | RH.WedgePart18.Rotation = Vector3.new(123.722099, -41.1560898, -62.9169044) | |
| 3967 | RH.WedgePart18.BrickColor = BrickColor.new("Institutional white")
| |
| 3968 | RH.WedgePart18.Position = Vector3.new(3.64583492, 2.8230269, -0.574289024) | |
| 3969 | RH.WedgePart18.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3970 | RH.WedgePart18.Parent = RH.Part1 | |
| 3971 | ||
| 3972 | RH.SpecialMesh12 = Instance.new("SpecialMesh")
| |
| 3973 | RH.SpecialMesh12.Scale = Vector3.new(1.09419036, 1.36773837, 0.273547888) | |
| 3974 | RH.SpecialMesh12.MeshType = Enum.MeshType.Wedge | |
| 3975 | RH.SpecialMesh12.Parent = RH.WedgePart18 | |
| 3976 | ||
| 3977 | RH.WedgePart19 = Instance.new("WedgePart")
| |
| 3978 | 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) | |
| 3979 | RH.WedgePart19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3980 | RH.WedgePart19.CanCollide = false | |
| 3981 | RH.WedgePart19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3982 | RH.WedgePart19.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3983 | RH.WedgePart19.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3984 | RH.WedgePart19.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 3985 | RH.WedgePart19.Material = Enum.Material.Metal | |
| 3986 | RH.WedgePart19.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3987 | RH.WedgePart19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3988 | RH.WedgePart19.Anchored = true | |
| 3989 | RH.WedgePart19.Rotation = Vector3.new(-56.2624435, 41.1700172, -117.107979) | |
| 3990 | RH.WedgePart19.BrickColor = BrickColor.new("Institutional white")
| |
| 3991 | RH.WedgePart19.Position = Vector3.new(3.55850005, 2.73994899, -0.629742026) | |
| 3992 | RH.WedgePart19.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3993 | RH.WedgePart19.Parent = RH.Part1 | |
| 3994 | ||
| 3995 | RH.SpecialMesh13 = Instance.new("SpecialMesh")
| |
| 3996 | RH.SpecialMesh13.Scale = Vector3.new(1.09419036, 1.36773837, 1.05315828) | |
| 3997 | RH.SpecialMesh13.MeshType = Enum.MeshType.Wedge | |
| 3998 | RH.SpecialMesh13.Parent = RH.WedgePart19 | |
| 3999 | ||
| 4000 | RH.Part13 = Instance.new("Part")
| |
| 4001 | RH.Part13.Anchored = true | |
| 4002 | RH.Part13.CanCollide = false | |
| 4003 | RH.Part13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4004 | RH.Part13.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4005 | RH.Part13.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 4006 | RH.Part13.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4007 | RH.Part13.Material = Enum.Material.Metal | |
| 4008 | RH.Part13.Size = Vector3.new(0.317315161, 0.672927082, 0.218838036) | |
| 4009 | RH.Part13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4010 | RH.Part13.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4011 | 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) | |
| 4012 | RH.Part13.Rotation = Vector3.new(15.1145086, -20.0402222, -134.492874) | |
| 4013 | RH.Part13.BrickColor = BrickColor.new("Institutional white")
| |
| 4014 | RH.Part13.Position = Vector3.new(2.36140704, 4.13774586, -0.704402983) | |
| 4015 | RH.Part13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4016 | RH.Part13.Parent = RH.Part1 | |
| 4017 | ||
| 4018 | RH.Part14 = Instance.new("Part")
| |
| 4019 | RH.Part14.Anchored = true | |
| 4020 | RH.Part14.CanCollide = false | |
| 4021 | RH.Part14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4022 | RH.Part14.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4023 | RH.Part14.Color = Color3.new(0.937255, 0.721569, 0.219608) | |
| 4024 | RH.Part14.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4025 | RH.Part14.Material = Enum.Material.Neon | |
| 4026 | RH.Part14.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4027 | RH.Part14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4028 | RH.Part14.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4029 | 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) | |
| 4030 | RH.Part14.Rotation = Vector3.new(15.1145296, -20.0441151, -59.4838791) | |
| 4031 | RH.Part14.BrickColor = BrickColor.new("Really red")
| |
| 4032 | RH.Part14.Position = Vector3.new(3.05760908, 2.28589606, -0.95984602) | |
| 4033 | RH.Part14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4034 | RH.Part14.Parent = RH.Part1 | |
| 4035 | ||
| 4036 | RH.BlockMesh4 = Instance.new("BlockMesh")
| |
| 4037 | RH.BlockMesh4.Scale = Vector3.new(16.6863995, 4.37676144, 0.27354756) | |
| 4038 | RH.BlockMesh4.Parent = RH.Part14 | |
| 4039 | ||
| 4040 | RH.Part15 = Instance.new("Part")
| |
| 4041 | RH.Part15.Anchored = true | |
| 4042 | RH.Part15.CanCollide = false | |
| 4043 | RH.Part15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4044 | RH.Part15.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4045 | RH.Part15.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 4046 | RH.Part15.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4047 | RH.Part15.Material = Enum.Material.Metal | |
| 4048 | RH.Part15.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4049 | RH.Part15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4050 | RH.Part15.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4051 | 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) | |
| 4052 | RH.Part15.Rotation = Vector3.new(15.1145086, -20.0402222, -134.492874) | |
| 4053 | RH.Part15.BrickColor = BrickColor.new("Institutional white")
| |
| 4054 | RH.Part15.Position = Vector3.new(2.76578307, 3.58016706, -0.702266991) | |
| 4055 | RH.Part15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4056 | RH.Part15.Parent = RH.Part1 | |
| 4057 | ||
| 4058 | RH.BlockMesh5 = Instance.new("BlockMesh")
| |
| 4059 | RH.BlockMesh5.Scale = Vector3.new(0.765933037, 3.63818264, 1.09419012) | |
| 4060 | RH.BlockMesh5.Parent = RH.Part15 | |
| 4061 | ||
| 4062 | RH.Part16 = Instance.new("Part")
| |
| 4063 | RH.Part16.Anchored = true | |
| 4064 | RH.Part16.CanCollide = false | |
| 4065 | RH.Part16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4066 | RH.Part16.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4067 | RH.Part16.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 4068 | RH.Part16.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4069 | RH.Part16.Material = Enum.Material.Metal | |
| 4070 | RH.Part16.Size = Vector3.new(0.328257054, 0.656514287, 0.218838036) | |
| 4071 | RH.Part16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4072 | RH.Part16.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4073 | 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) | |
| 4074 | RH.Part16.Rotation = Vector3.new(15.1170015, -20.0404987, -119.489433) | |
| 4075 | RH.Part16.BrickColor = BrickColor.new("Institutional white")
| |
| 4076 | RH.Part16.Position = Vector3.new(1.91791701, 4.51808691, -0.769222021) | |
| 4077 | RH.Part16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4078 | RH.Part16.Parent = RH.Part1 | |
| 4079 | ||
| 4080 | RH.Part17 = Instance.new("Part")
| |
| 4081 | RH.Part17.Anchored = true | |
| 4082 | RH.Part17.CanCollide = false | |
| 4083 | RH.Part17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4084 | RH.Part17.Name = "Handle" | |
| 4085 | RH.Part17.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4086 | RH.Part17.Transparency = 1 | |
| 4087 | RH.Part17.Color = Color3.new(0.905882, 0.905882, 0.92549) | |
| 4088 | RH.Part17.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4089 | RH.Part17.Material = Enum.Material.Metal | |
| 4090 | RH.Part17.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918) | |
| 4091 | RH.Part17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4092 | RH.Part17.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4093 | 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) | |
| 4094 | RH.Part17.Rotation = Vector3.new(52.1095581, 65.4485855, -34.4170189) | |
| 4095 | RH.Part17.BrickColor = BrickColor.new("Pearl")
| |
| 4096 | RH.Part17.Position = Vector3.new(1.87605703, 4.53825188, -0.780139983) | |
| 4097 | RH.Part17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4098 | RH.Part17.Parent = RH.Part1 | |
| 4099 | ||
| 4100 | RH.Part18 = Instance.new("Part")
| |
| 4101 | RH.Part18.Anchored = true | |
| 4102 | RH.Part18.CanCollide = false | |
| 4103 | RH.Part18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4104 | RH.Part18.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4105 | RH.Part18.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 4106 | RH.Part18.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4107 | RH.Part18.Material = Enum.Material.Metal | |
| 4108 | RH.Part18.Size = Vector3.new(0.382966489, 0.656514168, 0.218838036) | |
| 4109 | RH.Part18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4110 | RH.Part18.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4111 | 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) | |
| 4112 | RH.Part18.Rotation = Vector3.new(15.1145086, -20.0402222, -134.492874) | |
| 4113 | RH.Part18.BrickColor = BrickColor.new("Smoky grey")
| |
| 4114 | RH.Part18.Position = Vector3.new(2.12755489, 3.92435694, -0.790102005) | |
| 4115 | RH.Part18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4116 | RH.Part18.Parent = RH.Part1 | |
| 4117 | ||
| 4118 | RH.Part19 = Instance.new("Part")
| |
| 4119 | RH.Part19.Anchored = true | |
| 4120 | RH.Part19.CanCollide = false | |
| 4121 | RH.Part19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4122 | RH.Part19.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4123 | RH.Part19.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 4124 | RH.Part19.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4125 | RH.Part19.Material = Enum.Material.Metal | |
| 4126 | RH.Part19.Size = Vector3.new(0.262605667, 0.837055624, 0.218838036) | |
| 4127 | RH.Part19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4128 | RH.Part19.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4129 | 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) | |
| 4130 | RH.Part19.Rotation = Vector3.new(15.1145086, -20.0402222, -134.492874) | |
| 4131 | RH.Part19.BrickColor = BrickColor.new("Institutional white")
| |
| 4132 | RH.Part19.Position = Vector3.new(3.20518994, 3.16897702, -0.647321999) | |
| 4133 | RH.Part19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4134 | RH.Part19.Parent = RH.Part1 | |
| 4135 | ||
| 4136 | RH.Part20 = Instance.new("Part")
| |
| 4137 | RH.Part20.Anchored = true | |
| 4138 | RH.Part20.CanCollide = false | |
| 4139 | RH.Part20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4140 | RH.Part20.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4141 | RH.Part20.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 4142 | RH.Part20.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4143 | RH.Part20.Material = Enum.Material.Metal | |
| 4144 | RH.Part20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4145 | RH.Part20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4146 | RH.Part20.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4147 | 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) | |
| 4148 | RH.Part20.Rotation = Vector3.new(52.104702, 65.4480972, -34.4144478) | |
| 4149 | RH.Part20.BrickColor = BrickColor.new("Smoky grey")
| |
| 4150 | RH.Part20.Position = Vector3.new(2.67010808, 3.4913969, -0.762418985) | |
| 4151 | RH.Part20.Shape = Enum.PartType.Cylinder | |
| 4152 | RH.Part20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4153 | RH.Part20.Parent = RH.Part1 | |
| 4154 | ||
| 4155 | RH.SpecialMesh14 = Instance.new("SpecialMesh")
| |
| 4156 | RH.SpecialMesh14.Scale = Vector3.new(1.12154508, 1.64128566, 0.861674786) | |
| 4157 | RH.SpecialMesh14.MeshType = Enum.MeshType.Cylinder | |
| 4158 | RH.SpecialMesh14.Parent = RH.Part20 | |
| 4159 | ||
| 4160 | RH.Part21 = Instance.new("Part")
| |
| 4161 | RH.Part21.Anchored = true | |
| 4162 | RH.Part21.CanCollide = false | |
| 4163 | RH.Part21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4164 | RH.Part21.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4165 | RH.Part21.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 4166 | RH.Part21.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4167 | RH.Part21.Material = Enum.Material.Metal | |
| 4168 | RH.Part21.Size = Vector3.new(0.514269292, 0.328257084, 0.218838036) | |
| 4169 | RH.Part21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4170 | RH.Part21.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4171 | 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) | |
| 4172 | RH.Part21.Rotation = Vector3.new(15.1189089, -20.0374165, -179.479431) | |
| 4173 | RH.Part21.BrickColor = BrickColor.new("Smoky grey")
| |
| 4174 | RH.Part21.Position = Vector3.new(1.79450202, 4.15006781, -0.854983985) | |
| 4175 | RH.Part21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4176 | RH.Part21.Parent = RH.Part1 | |
| 4177 | ||
| 4178 | RH.Part22 = Instance.new("Part")
| |
| 4179 | RH.Part22.Anchored = true | |
| 4180 | RH.Part22.CanCollide = false | |
| 4181 | RH.Part22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4182 | RH.Part22.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4183 | RH.Part22.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 4184 | RH.Part22.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4185 | RH.Part22.Material = Enum.Material.Metal | |
| 4186 | RH.Part22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4187 | RH.Part22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4188 | RH.Part22.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4189 | 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) | |
| 4190 | RH.Part22.Rotation = Vector3.new(15.1177483, -20.0414028, -89.4818344) | |
| 4191 | RH.Part22.BrickColor = BrickColor.new("Institutional white")
| |
| 4192 | RH.Part22.Position = Vector3.new(3.48862195, 5.61651516, 0.118183002) | |
| 4193 | RH.Part22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4194 | RH.Part22.Parent = RH.Part1 | |
| 4195 | ||
| 4196 | RH.BlockMesh6 = Instance.new("BlockMesh")
| |
| 4197 | RH.BlockMesh6.Scale = Vector3.new(1.23096395, 4.10321331, 0.82064265) | |
| 4198 | RH.BlockMesh6.Parent = RH.Part22 | |
| 4199 | ||
| 4200 | RH.Part23 = Instance.new("Part")
| |
| 4201 | RH.Part23.Anchored = true | |
| 4202 | RH.Part23.CanCollide = false | |
| 4203 | RH.Part23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4204 | RH.Part23.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4205 | RH.Part23.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 4206 | RH.Part23.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4207 | RH.Part23.Material = Enum.Material.Metal | |
| 4208 | RH.Part23.Size = Vector3.new(0.224309027, 0.328257143, 0.279018462) | |
| 4209 | RH.Part23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4210 | RH.Part23.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4211 | 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) | |
| 4212 | RH.Part23.Rotation = Vector3.new(52.104702, 65.4480972, -34.4144478) | |
| 4213 | RH.Part23.BrickColor = BrickColor.new("Smoky grey")
| |
| 4214 | RH.Part23.Position = Vector3.new(4.33433199, 5.40875196, 0.384674013) | |
| 4215 | RH.Part23.Shape = Enum.PartType.Cylinder | |
| 4216 | RH.Part23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4217 | RH.Part23.Parent = RH.Part1 | |
| 4218 | ||
| 4219 | RH.Part24 = Instance.new("Part")
| |
| 4220 | RH.Part24.Anchored = true | |
| 4221 | RH.Part24.CanCollide = false | |
| 4222 | RH.Part24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4223 | RH.Part24.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4224 | RH.Part24.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 4225 | RH.Part24.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4226 | RH.Part24.Material = Enum.Material.Metal | |
| 4227 | RH.Part24.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4228 | RH.Part24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4229 | RH.Part24.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4230 | 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) | |
| 4231 | RH.Part24.Rotation = Vector3.new(15.1177483, -20.0414028, -89.4818344) | |
| 4232 | RH.Part24.BrickColor = BrickColor.new("Institutional white")
| |
| 4233 | RH.Part24.Position = Vector3.new(4.20837879, 5.52832222, 0.366355985) | |
| 4234 | RH.Part24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4235 | RH.Part24.Parent = RH.Part1 | |
| 4236 | ||
| 4237 | RH.BlockMesh7 = Instance.new("BlockMesh")
| |
| 4238 | RH.BlockMesh7.Scale = Vector3.new(0.957416236, 3.55611897, 0.82064265) | |
| 4239 | RH.BlockMesh7.Parent = RH.Part24 | |
| 4240 | ||
| 4241 | RH.Part25 = Instance.new("Part")
| |
| 4242 | RH.Part25.Anchored = true | |
| 4243 | RH.Part25.CanCollide = false | |
| 4244 | RH.Part25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4245 | RH.Part25.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4246 | RH.Part25.Color = Color3.new(0.937255, 0.721569, 0.219608) | |
| 4247 | RH.Part25.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4248 | RH.Part25.Material = Enum.Material.Neon | |
| 4249 | RH.Part25.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4250 | RH.Part25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4251 | RH.Part25.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4252 | 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) | |
| 4253 | RH.Part25.Rotation = Vector3.new(15.1195478, -20.0478992, 0.517224729) | |
| 4254 | RH.Part25.BrickColor = BrickColor.new("Gold")
| |
| 4255 | RH.Part25.Position = Vector3.new(6.13662577, 5.04109287, 0.948318005) | |
| 4256 | RH.Part25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4257 | RH.Part25.Parent = RH.Part1 | |
| 4258 | ||
| 4259 | RH.BlockMesh8 = Instance.new("BlockMesh")
| |
| 4260 | RH.BlockMesh8.Scale = Vector3.new(32.2786102, 3.82966661, 0.27354756) | |
| 4261 | RH.BlockMesh8.Parent = RH.Part25 | |
| 4262 | ||
| 4263 | RH.WedgePart20 = Instance.new("WedgePart")
| |
| 4264 | 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) | |
| 4265 | RH.WedgePart20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4266 | RH.WedgePart20.CanCollide = false | |
| 4267 | RH.WedgePart20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4268 | RH.WedgePart20.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4269 | RH.WedgePart20.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4270 | RH.WedgePart20.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 4271 | RH.WedgePart20.Material = Enum.Material.Metal | |
| 4272 | RH.WedgePart20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4273 | RH.WedgePart20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4274 | RH.WedgePart20.Anchored = true | |
| 4275 | RH.WedgePart20.Rotation = Vector3.new(104.939339, 0.490341693, -69.9585114) | |
| 4276 | RH.WedgePart20.BrickColor = BrickColor.new("Institutional white")
| |
| 4277 | RH.WedgePart20.Position = Vector3.new(5.62087584, 5.49949598, 0.892372012) | |
| 4278 | RH.WedgePart20.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4279 | RH.WedgePart20.Parent = RH.Part1 | |
| 4280 | ||
| 4281 | RH.SpecialMesh15 = Instance.new("SpecialMesh")
| |
| 4282 | RH.SpecialMesh15.Scale = Vector3.new(0.82064271, 1.09419036, 0.27354756) | |
| 4283 | RH.SpecialMesh15.MeshType = Enum.MeshType.Wedge | |
| 4284 | RH.SpecialMesh15.Parent = RH.WedgePart20 | |
| 4285 | ||
| 4286 | RH.Part26 = Instance.new("Part")
| |
| 4287 | RH.Part26.Anchored = true | |
| 4288 | RH.Part26.CanCollide = false | |
| 4289 | RH.Part26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4290 | RH.Part26.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4291 | RH.Part26.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 4292 | RH.Part26.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4293 | RH.Part26.Material = Enum.Material.Metal | |
| 4294 | RH.Part26.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4295 | RH.Part26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4296 | RH.Part26.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4297 | 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) | |
| 4298 | RH.Part26.Rotation = Vector3.new(15.1177483, -20.0414028, -89.4818344) | |
| 4299 | RH.Part26.BrickColor = BrickColor.new("Smoky grey")
| |
| 4300 | RH.Part26.Position = Vector3.new(3.72211909, 5.34557915, 0.133217007) | |
| 4301 | RH.Part26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4302 | RH.Part26.Parent = RH.Part1 | |
| 4303 | ||
| 4304 | RH.BlockMesh9 = Instance.new("BlockMesh")
| |
| 4305 | RH.BlockMesh9.Scale = Vector3.new(1.36773765, 6.56514263, 0.27354759) | |
| 4306 | RH.BlockMesh9.Parent = RH.Part26 | |
| 4307 | ||
| 4308 | RH.Part27 = Instance.new("Part")
| |
| 4309 | RH.Part27.Anchored = true | |
| 4310 | RH.Part27.CanCollide = false | |
| 4311 | RH.Part27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4312 | RH.Part27.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4313 | RH.Part27.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 4314 | RH.Part27.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4315 | RH.Part27.Material = Enum.Material.Metal | |
| 4316 | RH.Part27.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4317 | RH.Part27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4318 | RH.Part27.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4319 | 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) | |
| 4320 | RH.Part27.Rotation = Vector3.new(15.1177483, -20.0414028, -89.4818344) | |
| 4321 | RH.Part27.BrickColor = BrickColor.new("Institutional white")
| |
| 4322 | RH.Part27.Position = Vector3.new(4.87638283, 5.48417807, 0.606860995) | |
| 4323 | RH.Part27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4324 | RH.Part27.Parent = RH.Part1 | |
| 4325 | ||
| 4326 | RH.BlockMesh10 = Instance.new("BlockMesh")
| |
| 4327 | RH.BlockMesh10.Scale = Vector3.new(1.09419012, 3.55611801, 0.82064265) | |
| 4328 | RH.BlockMesh10.Parent = RH.Part27 | |
| 4329 | ||
| 4330 | RH.Part28 = Instance.new("Part")
| |
| 4331 | RH.Part28.Anchored = true | |
| 4332 | RH.Part28.CanCollide = false | |
| 4333 | RH.Part28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4334 | RH.Part28.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4335 | RH.Part28.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 4336 | RH.Part28.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4337 | RH.Part28.Material = Enum.Material.Metal | |
| 4338 | RH.Part28.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4339 | RH.Part28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4340 | RH.Part28.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4341 | 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) | |
| 4342 | RH.Part28.Rotation = Vector3.new(15.1175413, -20.0436916, -74.4832993) | |
| 4343 | RH.Part28.BrickColor = BrickColor.new("Smoky grey")
| |
| 4344 | RH.Part28.Position = Vector3.new(3.54878092, 5.31262589, 0.0587919988) | |
| 4345 | RH.Part28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4346 | RH.Part28.Parent = RH.Part1 | |
| 4347 | ||
| 4348 | RH.BlockMesh11 = Instance.new("BlockMesh")
| |
| 4349 | RH.BlockMesh11.Scale = Vector3.new(1.36773765, 4.65030861, 0.27354759) | |
| 4350 | RH.BlockMesh11.Parent = RH.Part28 | |
| 4351 | ||
| 4352 | RH.WedgePart21 = Instance.new("WedgePart")
| |
| 4353 | 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) | |
| 4354 | RH.WedgePart21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4355 | RH.WedgePart21.CanCollide = false | |
| 4356 | RH.WedgePart21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4357 | RH.WedgePart21.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4358 | RH.WedgePart21.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4359 | RH.WedgePart21.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 4360 | RH.WedgePart21.Material = Enum.Material.Metal | |
| 4361 | RH.WedgePart21.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4362 | RH.WedgePart21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4363 | RH.WedgePart21.Anchored = true | |
| 4364 | RH.WedgePart21.Rotation = Vector3.new(-75.0551834, -0.467633605, -110.060997) | |
| 4365 | RH.WedgePart21.BrickColor = BrickColor.new("Institutional white")
| |
| 4366 | RH.WedgePart21.Position = Vector3.new(5.46785784, 5.38059378, 0.802406013) | |
| 4367 | RH.WedgePart21.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4368 | RH.WedgePart21.Parent = RH.Part1 | |
| 4369 | ||
| 4370 | RH.SpecialMesh16 = Instance.new("SpecialMesh")
| |
| 4371 | RH.SpecialMesh16.Scale = Vector3.new(0.82064271, 2.73547649, 1.09419) | |
| 4372 | RH.SpecialMesh16.MeshType = Enum.MeshType.Wedge | |
| 4373 | RH.SpecialMesh16.Parent = RH.WedgePart21 | |
| 4374 | ||
| 4375 | RH.Part29 = Instance.new("Part")
| |
| 4376 | RH.Part29.Anchored = true | |
| 4377 | RH.Part29.CanCollide = false | |
| 4378 | RH.Part29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4379 | RH.Part29.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4380 | RH.Part29.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 4381 | RH.Part29.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4382 | RH.Part29.Material = Enum.Material.Metal | |
| 4383 | RH.Part29.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4384 | RH.Part29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4385 | RH.Part29.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4386 | 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) | |
| 4387 | RH.Part29.Rotation = Vector3.new(15.1177483, -20.0414028, -89.4818344) | |
| 4388 | RH.Part29.BrickColor = BrickColor.new("Institutional white")
| |
| 4389 | RH.Part29.Position = Vector3.new(5.363904, 5.52155876, 0.801208019) | |
| 4390 | RH.Part29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4391 | RH.Part29.Parent = RH.Part1 | |
| 4392 | ||
| 4393 | RH.BlockMesh12 = Instance.new("BlockMesh")
| |
| 4394 | RH.BlockMesh12.Scale = Vector3.new(0.27354756, 1.64128518, 0.82064265) | |
| 4395 | RH.BlockMesh12.Parent = RH.Part29 | |
| 4396 | ||
| 4397 | RH.Part30 = Instance.new("Part")
| |
| 4398 | RH.Part30.Anchored = true | |
| 4399 | RH.Part30.CanCollide = false | |
| 4400 | RH.Part30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4401 | RH.Part30.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4402 | RH.Part30.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 4403 | RH.Part30.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4404 | RH.Part30.Material = Enum.Material.Metal | |
| 4405 | RH.Part30.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4406 | RH.Part30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4407 | RH.Part30.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4408 | 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) | |
| 4409 | RH.Part30.Rotation = Vector3.new(15.1177483, -20.0414028, -89.4818344) | |
| 4410 | RH.Part30.BrickColor = BrickColor.new("Institutional white")
| |
| 4411 | RH.Part30.Position = Vector3.new(4.6462698, 5.37188482, 0.489562988) | |
| 4412 | RH.Part30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4413 | RH.Part30.Parent = RH.Part1 | |
| 4414 | ||
| 4415 | RH.BlockMesh13 = Instance.new("BlockMesh")
| |
| 4416 | RH.BlockMesh13.Scale = Vector3.new(0.27354756, 6.01804733, 0.82064265) | |
| 4417 | RH.BlockMesh13.Parent = RH.Part30 | |
| 4418 | ||
| 4419 | RH.WedgePart22 = Instance.new("WedgePart")
| |
| 4420 | 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) | |
| 4421 | RH.WedgePart22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4422 | RH.WedgePart22.CanCollide = false | |
| 4423 | RH.WedgePart22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4424 | RH.WedgePart22.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4425 | RH.WedgePart22.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4426 | RH.WedgePart22.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 4427 | RH.WedgePart22.Material = Enum.Material.Metal | |
| 4428 | RH.WedgePart22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4429 | RH.WedgePart22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4430 | RH.WedgePart22.Anchored = true | |
| 4431 | RH.WedgePart22.Rotation = Vector3.new(104.945923, 0.493286043, 110.044434) | |
| 4432 | RH.WedgePart22.BrickColor = BrickColor.new("Institutional white")
| |
| 4433 | RH.WedgePart22.Position = Vector3.new(4.46522522, 5.51947498, 0.461028993) | |
| 4434 | RH.WedgePart22.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4435 | RH.WedgePart22.Parent = RH.Part1 | |
| 4436 | ||
| 4437 | RH.SpecialMesh17 = Instance.new("SpecialMesh")
| |
| 4438 | RH.SpecialMesh17.Scale = Vector3.new(0.82064271, 0.820642531, 1.09419) | |
| 4439 | RH.SpecialMesh17.MeshType = Enum.MeshType.Wedge | |
| 4440 | RH.SpecialMesh17.Parent = RH.WedgePart22 | |
| 4441 | ||
| 4442 | RH.WedgePart23 = Instance.new("WedgePart")
| |
| 4443 | 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) | |
| 4444 | RH.WedgePart23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4445 | RH.WedgePart23.CanCollide = false | |
| 4446 | RH.WedgePart23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4447 | RH.WedgePart23.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4448 | RH.WedgePart23.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4449 | RH.WedgePart23.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 4450 | RH.WedgePart23.Material = Enum.Material.Metal | |
| 4451 | RH.WedgePart23.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4452 | RH.WedgePart23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4453 | RH.WedgePart23.Anchored = true | |
| 4454 | RH.WedgePart23.Rotation = Vector3.new(-75.0551834, -0.467633605, -110.060997) | |
| 4455 | RH.WedgePart23.BrickColor = BrickColor.new("Institutional white")
| |
| 4456 | RH.WedgePart23.Position = Vector3.new(3.22921705, 5.42240381, -0.032288) | |
| 4457 | RH.WedgePart23.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4458 | RH.WedgePart23.Parent = RH.Part1 | |
| 4459 | ||
| 4460 | RH.SpecialMesh18 = Instance.new("SpecialMesh")
| |
| 4461 | RH.SpecialMesh18.Scale = Vector3.new(0.82064271, 1.09419036, 2.18838) | |
| 4462 | RH.SpecialMesh18.MeshType = Enum.MeshType.Wedge | |
| 4463 | RH.SpecialMesh18.Parent = RH.WedgePart23 | |
| 4464 | ||
| 4465 | RH.WedgePart24 = Instance.new("WedgePart")
| |
| 4466 | 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) | |
| 4467 | RH.WedgePart24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4468 | RH.WedgePart24.CanCollide = false | |
| 4469 | RH.WedgePart24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4470 | RH.WedgePart24.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4471 | RH.WedgePart24.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4472 | RH.WedgePart24.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 4473 | RH.WedgePart24.Material = Enum.Material.Metal | |
| 4474 | RH.WedgePart24.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4475 | RH.WedgePart24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4476 | RH.WedgePart24.Anchored = true | |
| 4477 | RH.WedgePart24.Rotation = Vector3.new(-166.407028, -69.9452896, -1.44007301) | |
| 4478 | RH.WedgePart24.BrickColor = BrickColor.new("Smoky grey")
| |
| 4479 | RH.WedgePart24.Position = Vector3.new(4.51919079, 5.22435188, 0.401668996) | |
| 4480 | RH.WedgePart24.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4481 | RH.WedgePart24.Parent = RH.Part1 | |
| 4482 | ||
| 4483 | RH.SpecialMesh19 = Instance.new("SpecialMesh")
| |
| 4484 | RH.SpecialMesh19.Scale = Vector3.new(0.27354756, 0.820642889, 1.91483259) | |
| 4485 | RH.SpecialMesh19.MeshType = Enum.MeshType.Wedge | |
| 4486 | RH.SpecialMesh19.Parent = RH.WedgePart24 | |
| 4487 | ||
| 4488 | RH.WedgePart25 = Instance.new("WedgePart")
| |
| 4489 | 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) | |
| 4490 | RH.WedgePart25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4491 | RH.WedgePart25.CanCollide = false | |
| 4492 | RH.WedgePart25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4493 | RH.WedgePart25.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4494 | RH.WedgePart25.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4495 | RH.WedgePart25.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 4496 | RH.WedgePart25.Material = Enum.Material.Metal | |
| 4497 | RH.WedgePart25.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4498 | RH.WedgePart25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4499 | RH.WedgePart25.Anchored = true | |
| 4500 | RH.WedgePart25.Rotation = Vector3.new(-75.0479202, -0.495554566, 69.9693451) | |
| 4501 | RH.WedgePart25.BrickColor = BrickColor.new("Institutional white")
| |
| 4502 | RH.WedgePart25.Position = Vector3.new(4.0253458, 5.40688276, 0.264373988) | |
| 4503 | RH.WedgePart25.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4504 | RH.WedgePart25.Parent = RH.Part1 | |
| 4505 | ||
| 4506 | RH.SpecialMesh20 = Instance.new("SpecialMesh")
| |
| 4507 | RH.SpecialMesh20.Scale = Vector3.new(0.82064271, 3.0090239, 1.6412847) | |
| 4508 | RH.SpecialMesh20.MeshType = Enum.MeshType.Wedge | |
| 4509 | RH.SpecialMesh20.Parent = RH.WedgePart25 | |
| 4510 | ||
| 4511 | RH.WedgePart26 = Instance.new("WedgePart")
| |
| 4512 | 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) | |
| 4513 | RH.WedgePart26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4514 | RH.WedgePart26.CanCollide = false | |
| 4515 | RH.WedgePart26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4516 | RH.WedgePart26.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4517 | RH.WedgePart26.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4518 | RH.WedgePart26.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 4519 | RH.WedgePart26.Material = Enum.Material.Metal | |
| 4520 | RH.WedgePart26.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4521 | RH.WedgePart26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4522 | RH.WedgePart26.Anchored = true | |
| 4523 | RH.WedgePart26.Rotation = Vector3.new(13.5933056, 69.9355621, 1.43119276) | |
| 4524 | RH.WedgePart26.BrickColor = BrickColor.new("Institutional white")
| |
| 4525 | RH.WedgePart26.Position = Vector3.new(2.79235005, 5.4599061, -0.187250003) | |
| 4526 | RH.WedgePart26.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4527 | RH.WedgePart26.Parent = RH.Part1 | |
| 4528 | ||
| 4529 | RH.SpecialMesh21 = Instance.new("SpecialMesh")
| |
| 4530 | RH.SpecialMesh21.Scale = Vector3.new(0.82064271, 2.18838072, 3.55611801) | |
| 4531 | RH.SpecialMesh21.MeshType = Enum.MeshType.Wedge | |
| 4532 | RH.SpecialMesh21.Parent = RH.WedgePart26 | |
| 4533 | ||
| 4534 | RH.WedgePart27 = Instance.new("WedgePart")
| |
| 4535 | 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) | |
| 4536 | RH.WedgePart27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4537 | RH.WedgePart27.CanCollide = false | |
| 4538 | RH.WedgePart27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4539 | RH.WedgePart27.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4540 | RH.WedgePart27.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4541 | RH.WedgePart27.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 4542 | RH.WedgePart27.Material = Enum.Material.Metal | |
| 4543 | RH.WedgePart27.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4544 | RH.WedgePart27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4545 | RH.WedgePart27.Anchored = true | |
| 4546 | RH.WedgePart27.Rotation = Vector3.new(-75.0551834, -0.467633605, -110.060997) | |
| 4547 | RH.WedgePart27.BrickColor = BrickColor.new("Institutional white")
| |
| 4548 | RH.WedgePart27.Position = Vector3.new(4.74557018, 5.26584005, 0.498427987) | |
| 4549 | RH.WedgePart27.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4550 | RH.WedgePart27.Parent = RH.Part1 | |
| 4551 | ||
| 4552 | RH.SpecialMesh22 = Instance.new("SpecialMesh")
| |
| 4553 | RH.SpecialMesh22.Scale = Vector3.new(0.82064271, 4.65030956, 0.820642352) | |
| 4554 | RH.SpecialMesh22.MeshType = Enum.MeshType.Wedge | |
| 4555 | RH.SpecialMesh22.Parent = RH.WedgePart27 | |
| 4556 | ||
| 4557 | RH.WedgePart28 = Instance.new("WedgePart")
| |
| 4558 | 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) | |
| 4559 | RH.WedgePart28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4560 | RH.WedgePart28.CanCollide = false | |
| 4561 | RH.WedgePart28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4562 | RH.WedgePart28.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4563 | RH.WedgePart28.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4564 | RH.WedgePart28.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 4565 | RH.WedgePart28.Material = Enum.Material.Metal | |
| 4566 | RH.WedgePart28.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4567 | RH.WedgePart28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4568 | RH.WedgePart28.Anchored = true | |
| 4569 | RH.WedgePart28.Rotation = Vector3.new(13.5933056, 69.9355621, 1.43119276) | |
| 4570 | RH.WedgePart28.BrickColor = BrickColor.new("Institutional white")
| |
| 4571 | RH.WedgePart28.Position = Vector3.new(2.58770299, 5.37184095, -0.288399011) | |
| 4572 | RH.WedgePart28.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4573 | RH.WedgePart28.Parent = RH.Part1 | |
| 4574 | ||
| 4575 | RH.SpecialMesh23 = Instance.new("SpecialMesh")
| |
| 4576 | RH.SpecialMesh23.Scale = Vector3.new(0.82064271, 1.09419036, 4.10321283) | |
| 4577 | RH.SpecialMesh23.MeshType = Enum.MeshType.Wedge | |
| 4578 | RH.SpecialMesh23.Parent = RH.WedgePart28 | |
| 4579 | ||
| 4580 | RH.WedgePart29 = Instance.new("WedgePart")
| |
| 4581 | 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) | |
| 4582 | RH.WedgePart29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4583 | RH.WedgePart29.CanCollide = false | |
| 4584 | RH.WedgePart29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4585 | RH.WedgePart29.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4586 | RH.WedgePart29.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4587 | RH.WedgePart29.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 4588 | RH.WedgePart29.Material = Enum.Material.Metal | |
| 4589 | RH.WedgePart29.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4590 | RH.WedgePart29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4591 | RH.WedgePart29.Anchored = true | |
| 4592 | RH.WedgePart29.Rotation = Vector3.new(13.5933056, 69.9355621, 1.43119276) | |
| 4593 | RH.WedgePart29.BrickColor = BrickColor.new("Institutional white")
| |
| 4594 | RH.WedgePart29.Position = Vector3.new(2.86897111, 5.50615215, -0.145805001) | |
| 4595 | RH.WedgePart29.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4596 | RH.WedgePart29.Parent = RH.Part1 | |
| 4597 | ||
| 4598 | RH.SpecialMesh24 = Instance.new("SpecialMesh")
| |
| 4599 | RH.SpecialMesh24.Scale = Vector3.new(0.82064271, 2.73547626, 2.7354753) | |
| 4600 | RH.SpecialMesh24.MeshType = Enum.MeshType.Wedge | |
| 4601 | RH.SpecialMesh24.Parent = RH.WedgePart29 | |
| 4602 | ||
| 4603 | RH.WedgePart30 = Instance.new("WedgePart")
| |
| 4604 | 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) | |
| 4605 | RH.WedgePart30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4606 | RH.WedgePart30.CanCollide = false | |
| 4607 | RH.WedgePart30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4608 | RH.WedgePart30.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4609 | RH.WedgePart30.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4610 | RH.WedgePart30.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 4611 | RH.WedgePart30.Material = Enum.Material.Metal | |
| 4612 | RH.WedgePart30.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4613 | RH.WedgePart30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4614 | RH.WedgePart30.Anchored = true | |
| 4615 | RH.WedgePart30.Rotation = Vector3.new(104.939339, 0.490341693, -69.9585114) | |
| 4616 | RH.WedgePart30.BrickColor = BrickColor.new("Institutional white")
| |
| 4617 | RH.WedgePart30.Position = Vector3.new(3.95117307, 5.57681322, 0.282265007) | |
| 4618 | RH.WedgePart30.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4619 | RH.WedgePart30.Parent = RH.Part1 | |
| 4620 | ||
| 4621 | RH.SpecialMesh25 = Instance.new("SpecialMesh")
| |
| 4622 | RH.SpecialMesh25.Scale = Vector3.new(0.82064271, 0.820642889, 1.23096371) | |
| 4623 | RH.SpecialMesh25.MeshType = Enum.MeshType.Wedge | |
| 4624 | RH.SpecialMesh25.Parent = RH.WedgePart30 | |
| 4625 | ||
| 4626 | RH.WedgePart31 = Instance.new("WedgePart")
| |
| 4627 | 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) | |
| 4628 | RH.WedgePart31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4629 | RH.WedgePart31.CanCollide = false | |
| 4630 | RH.WedgePart31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4631 | RH.WedgePart31.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4632 | RH.WedgePart31.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4633 | RH.WedgePart31.Color = Color3.new(0.937255, 0.721569, 0.219608) | |
| 4634 | RH.WedgePart31.Material = Enum.Material.Neon | |
| 4635 | RH.WedgePart31.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4636 | RH.WedgePart31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4637 | RH.WedgePart31.Anchored = true | |
| 4638 | RH.WedgePart31.Rotation = Vector3.new(104.944077, 0.49202171, -69.9580154) | |
| 4639 | RH.WedgePart31.BrickColor = BrickColor.new("Gold")
| |
| 4640 | RH.WedgePart31.Position = Vector3.new(9.47492409, 5.01862478, 2.20385695) | |
| 4641 | RH.WedgePart31.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4642 | RH.WedgePart31.Parent = RH.Part1 | |
| 4643 | ||
| 4644 | RH.SpecialMesh26 = Instance.new("SpecialMesh")
| |
| 4645 | RH.SpecialMesh26.Scale = Vector3.new(0.27354756, 3.28257132, 1.09419012) | |
| 4646 | RH.SpecialMesh26.MeshType = Enum.MeshType.Wedge | |
| 4647 | RH.SpecialMesh26.Parent = RH.WedgePart31 | |
| 4648 | ||
| 4649 | RH.WedgePart32 = Instance.new("WedgePart")
| |
| 4650 | 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) | |
| 4651 | RH.WedgePart32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4652 | RH.WedgePart32.CanCollide = false | |
| 4653 | RH.WedgePart32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4654 | RH.WedgePart32.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4655 | RH.WedgePart32.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4656 | RH.WedgePart32.Color = Color3.new(0.937255, 0.721569, 0.219608) | |
| 4657 | RH.WedgePart32.Material = Enum.Material.Neon | |
| 4658 | RH.WedgePart32.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4659 | RH.WedgePart32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4660 | RH.WedgePart32.Anchored = true | |
| 4661 | RH.WedgePart32.Rotation = Vector3.new(-75.0551834, -0.467633605, -110.060997) | |
| 4662 | RH.WedgePart32.BrickColor = BrickColor.new("Gold")
| |
| 4663 | RH.WedgePart32.Position = Vector3.new(9.47817421, 4.64861917, 2.10509896) | |
| 4664 | RH.WedgePart32.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4665 | RH.WedgePart32.Parent = RH.Part1 | |
| 4666 | ||
| 4667 | RH.SpecialMesh27 = Instance.new("SpecialMesh")
| |
| 4668 | RH.SpecialMesh27.Scale = Vector3.new(0.27354756, 3.28257132, 2.73547554) | |
| 4669 | RH.SpecialMesh27.MeshType = Enum.MeshType.Wedge | |
| 4670 | RH.SpecialMesh27.Parent = RH.WedgePart32 | |
| 4671 | ||
| 4672 | RH.Part31 = Instance.new("Part")
| |
| 4673 | RH.Part31.Anchored = true | |
| 4674 | RH.Part31.CanCollide = false | |
| 4675 | RH.Part31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4676 | RH.Part31.Name = "Handle" | |
| 4677 | RH.Part31.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4678 | RH.Part31.Transparency = 1 | |
| 4679 | RH.Part31.Color = Color3.new(0.905882, 0.905882, 0.92549) | |
| 4680 | RH.Part31.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4681 | RH.Part31.Material = Enum.Material.Metal | |
| 4682 | RH.Part31.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918) | |
| 4683 | RH.Part31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4684 | RH.Part31.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4685 | 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) | |
| 4686 | RH.Part31.Rotation = Vector3.new(52.1095581, 65.4485855, -34.4170189) | |
| 4687 | RH.Part31.BrickColor = BrickColor.new("Pearl")
| |
| 4688 | RH.Part31.Position = Vector3.new(2.05906892, 5.07284689, -0.566510975) | |
| 4689 | RH.Part31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4690 | RH.Part31.Parent = RH.Part1 | |
| 4691 | ||
| 4692 | RH.Part32 = Instance.new("Part")
| |
| 4693 | RH.Part32.Anchored = true | |
| 4694 | RH.Part32.CanCollide = false | |
| 4695 | RH.Part32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4696 | RH.Part32.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4697 | RH.Part32.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 4698 | RH.Part32.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4699 | RH.Part32.Material = Enum.Material.Metal | |
| 4700 | RH.Part32.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4701 | RH.Part32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4702 | RH.Part32.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4703 | 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) | |
| 4704 | RH.Part32.Rotation = Vector3.new(15.1170015, -20.0404987, -119.489433) | |
| 4705 | RH.Part32.BrickColor = BrickColor.new("Smoky grey")
| |
| 4706 | RH.Part32.Position = Vector3.new(2.24633098, 4.43848276, -0.666621983) | |
| 4707 | RH.Part32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4708 | RH.Part32.Parent = RH.Part1 | |
| 4709 | ||
| 4710 | RH.BlockMesh14 = Instance.new("BlockMesh")
| |
| 4711 | RH.BlockMesh14.Scale = Vector3.new(2.18838024, 2.18838167, 0.54709512) | |
| 4712 | RH.BlockMesh14.Parent = RH.Part32 | |
| 4713 | ||
| 4714 | RH.Part33 = Instance.new("Part")
| |
| 4715 | RH.Part33.Anchored = true | |
| 4716 | RH.Part33.CanCollide = false | |
| 4717 | RH.Part33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4718 | RH.Part33.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4719 | RH.Part33.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 4720 | RH.Part33.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4721 | RH.Part33.Material = Enum.Material.Metal | |
| 4722 | RH.Part33.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4723 | RH.Part33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4724 | RH.Part33.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4725 | 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) | |
| 4726 | RH.Part33.Rotation = Vector3.new(15.1185722, -20.0432472, -104.487106) | |
| 4727 | RH.Part33.BrickColor = BrickColor.new("Institutional white")
| |
| 4728 | RH.Part33.Position = Vector3.new(2.86073899, 4.70180893, -0.363269985) | |
| 4729 | RH.Part33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4730 | RH.Part33.Parent = RH.Part1 | |
| 4731 | ||
| 4732 | RH.BlockMesh15 = Instance.new("BlockMesh")
| |
| 4733 | RH.BlockMesh15.Scale = Vector3.new(0.820642471, 2.1883812, 1.09419012) | |
| 4734 | RH.BlockMesh15.Parent = RH.Part33 | |
| 4735 | ||
| 4736 | RH.Part34 = Instance.new("Part")
| |
| 4737 | RH.Part34.Anchored = true | |
| 4738 | RH.Part34.CanCollide = false | |
| 4739 | RH.Part34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4740 | RH.Part34.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4741 | RH.Part34.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 4742 | RH.Part34.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4743 | RH.Part34.Material = Enum.Material.Metal | |
| 4744 | RH.Part34.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4745 | RH.Part34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4746 | RH.Part34.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4747 | 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) | |
| 4748 | RH.Part34.Rotation = Vector3.new(-164.87384, 20.0433006, 104.48291) | |
| 4749 | RH.Part34.BrickColor = BrickColor.new("Institutional white")
| |
| 4750 | RH.Part34.Position = Vector3.new(4.25411701, 4.19945192, 0.0275609996) | |
| 4751 | RH.Part34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4752 | RH.Part34.Parent = RH.Part1 | |
| 4753 | ||
| 4754 | RH.BlockMesh16 = Instance.new("BlockMesh")
| |
| 4755 | RH.BlockMesh16.Scale = Vector3.new(0.82064265, 2.18838072, 1.09419012) | |
| 4756 | RH.BlockMesh16.Parent = RH.Part34 | |
| 4757 | ||
| 4758 | RH.Part35 = Instance.new("Part")
| |
| 4759 | RH.Part35.Anchored = true | |
| 4760 | RH.Part35.CanCollide = false | |
| 4761 | RH.Part35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4762 | RH.Part35.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4763 | RH.Part35.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 4764 | RH.Part35.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4765 | RH.Part35.Material = Enum.Material.Metal | |
| 4766 | RH.Part35.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4767 | RH.Part35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4768 | RH.Part35.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4769 | 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) | |
| 4770 | RH.Part35.Rotation = Vector3.new(-164.87384, 20.0433006, 104.48291) | |
| 4771 | RH.Part35.BrickColor = BrickColor.new("Institutional white")
| |
| 4772 | RH.Part35.Position = Vector3.new(3.80624604, 4.3609252, -0.0980380028) | |
| 4773 | RH.Part35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4774 | RH.Part35.Parent = RH.Part1 | |
| 4775 | ||
| 4776 | RH.BlockMesh17 = Instance.new("BlockMesh")
| |
| 4777 | RH.BlockMesh17.Scale = Vector3.new(0.820642471, 2.73547649, 1.09419012) | |
| 4778 | RH.BlockMesh17.Parent = RH.Part35 | |
| 4779 | ||
| 4780 | RH.Part36 = Instance.new("Part")
| |
| 4781 | RH.Part36.Anchored = true | |
| 4782 | RH.Part36.CanCollide = false | |
| 4783 | RH.Part36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4784 | RH.Part36.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4785 | RH.Part36.Color = Color3.new(0.937255, 0.721569, 0.219608) | |
| 4786 | RH.Part36.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4787 | RH.Part36.Material = Enum.Material.Neon | |
| 4788 | RH.Part36.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4789 | RH.Part36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4790 | RH.Part36.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4791 | 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) | |
| 4792 | RH.Part36.Rotation = Vector3.new(15.1158628, -20.047739, -29.4831467) | |
| 4793 | RH.Part36.BrickColor = BrickColor.new("Gold")
| |
| 4794 | RH.Part36.Position = Vector3.new(4.40553093, 2.79805803, -0.312036008) | |
| 4795 | RH.Part36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4796 | RH.Part36.Parent = RH.Part1 | |
| 4797 | ||
| 4798 | RH.BlockMesh18 = Instance.new("BlockMesh")
| |
| 4799 | RH.BlockMesh18.Scale = Vector3.new(26.2605648, 3.82966661, 0.27354756) | |
| 4800 | RH.BlockMesh18.Parent = RH.Part36 | |
| 4801 | ||
| 4802 | RH.Part37 = Instance.new("Part")
| |
| 4803 | RH.Part37.Anchored = true | |
| 4804 | RH.Part37.CanCollide = false | |
| 4805 | RH.Part37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4806 | RH.Part37.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4807 | RH.Part37.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 4808 | RH.Part37.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4809 | RH.Part37.Material = Enum.Material.Metal | |
| 4810 | RH.Part37.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4811 | RH.Part37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4812 | RH.Part37.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4813 | 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) | |
| 4814 | RH.Part37.Rotation = Vector3.new(15.1185722, -20.0432472, -104.487106) | |
| 4815 | RH.Part37.BrickColor = BrickColor.new("Institutional white")
| |
| 4816 | RH.Part37.Position = Vector3.new(3.07099295, 4.46234083, -0.348515004) | |
| 4817 | RH.Part37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4818 | RH.Part37.Parent = RH.Part1 | |
| 4819 | ||
| 4820 | RH.BlockMesh19 = Instance.new("BlockMesh")
| |
| 4821 | RH.BlockMesh19.Scale = Vector3.new(0.820642471, 10.3948107, 1.09419012) | |
| 4822 | RH.BlockMesh19.Parent = RH.Part37 | |
| 4823 | ||
| 4824 | RH.Part38 = Instance.new("Part")
| |
| 4825 | RH.Part38.Anchored = true | |
| 4826 | RH.Part38.CanCollide = false | |
| 4827 | RH.Part38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4828 | RH.Part38.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4829 | RH.Part38.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 4830 | RH.Part38.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4831 | RH.Part38.Material = Enum.Material.Metal | |
| 4832 | RH.Part38.Size = Vector3.new(0.218838021, 0.492385745, 0.218838036) | |
| 4833 | RH.Part38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4834 | RH.Part38.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4835 | 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) | |
| 4836 | RH.Part38.Rotation = Vector3.new(15.1185722, -20.0432472, -104.487106) | |
| 4837 | RH.Part38.BrickColor = BrickColor.new("Institutional white")
| |
| 4838 | RH.Part38.Position = Vector3.new(3.39926195, 4.15309, -0.308026999) | |
| 4839 | RH.Part38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4840 | RH.Part38.Parent = RH.Part1 | |
| 4841 | ||
| 4842 | RH.WedgePart33 = Instance.new("WedgePart")
| |
| 4843 | 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) | |
| 4844 | RH.WedgePart33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4845 | RH.WedgePart33.CanCollide = false | |
| 4846 | RH.WedgePart33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4847 | RH.WedgePart33.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4848 | RH.WedgePart33.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4849 | RH.WedgePart33.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 4850 | RH.WedgePart33.Material = Enum.Material.Metal | |
| 4851 | RH.WedgePart33.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4852 | RH.WedgePart33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4853 | RH.WedgePart33.Anchored = true | |
| 4854 | RH.WedgePart33.Rotation = Vector3.new(-127.877655, -65.4340134, -145.576233) | |
| 4855 | RH.WedgePart33.BrickColor = BrickColor.new("Institutional white")
| |
| 4856 | RH.WedgePart33.Position = Vector3.new(4.52783775, 4.10076904, 0.104332) | |
| 4857 | RH.WedgePart33.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4858 | RH.WedgePart33.Parent = RH.Part1 | |
| 4859 | ||
| 4860 | RH.SpecialMesh28 = Instance.new("SpecialMesh")
| |
| 4861 | RH.SpecialMesh28.Scale = Vector3.new(1.09419036, 0.820642889, 0.82064265) | |
| 4862 | RH.SpecialMesh28.MeshType = Enum.MeshType.Wedge | |
| 4863 | RH.SpecialMesh28.Parent = RH.WedgePart33 | |
| 4864 | ||
| 4865 | RH.WedgePart34 = Instance.new("WedgePart")
| |
| 4866 | 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) | |
| 4867 | RH.WedgePart34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4868 | RH.WedgePart34.CanCollide = false | |
| 4869 | RH.WedgePart34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4870 | RH.WedgePart34.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4871 | RH.WedgePart34.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4872 | RH.WedgePart34.Color = Color3.new(0.937255, 0.721569, 0.219608) | |
| 4873 | RH.WedgePart34.Material = Enum.Material.Neon | |
| 4874 | RH.WedgePart34.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4875 | RH.WedgePart34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4876 | RH.WedgePart34.Anchored = true | |
| 4877 | RH.WedgePart34.Rotation = Vector3.new(116.084343, -27.5372562, -67.2653885) | |
| 4878 | RH.WedgePart34.BrickColor = BrickColor.new("Gold")
| |
| 4879 | RH.WedgePart34.Position = Vector3.new(6.93542004, 1.36064696, 0.255618989) | |
| 4880 | RH.WedgePart34.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4881 | RH.WedgePart34.Parent = RH.Part1 | |
| 4882 | ||
| 4883 | RH.SpecialMesh29 = Instance.new("SpecialMesh")
| |
| 4884 | RH.SpecialMesh29.Scale = Vector3.new(0.27354756, 3.28257132, 1.36773765) | |
| 4885 | RH.SpecialMesh29.MeshType = Enum.MeshType.Wedge | |
| 4886 | RH.SpecialMesh29.Parent = RH.WedgePart34 | |
| 4887 | ||
| 4888 | RH.Part39 = Instance.new("Part")
| |
| 4889 | RH.Part39.Anchored = true | |
| 4890 | RH.Part39.CanCollide = false | |
| 4891 | RH.Part39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4892 | RH.Part39.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4893 | RH.Part39.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 4894 | RH.Part39.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4895 | RH.Part39.Material = Enum.Material.Metal | |
| 4896 | RH.Part39.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4897 | RH.Part39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4898 | RH.Part39.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4899 | 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) | |
| 4900 | RH.Part39.Rotation = Vector3.new(15.1185722, -20.0432472, -104.487106) | |
| 4901 | RH.Part39.BrickColor = BrickColor.new("Smoky grey")
| |
| 4902 | RH.Part39.Position = Vector3.new(2.82696795, 4.35943222, -0.468551993) | |
| 4903 | RH.Part39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4904 | RH.Part39.Parent = RH.Part1 | |
| 4905 | ||
| 4906 | RH.BlockMesh20 = Instance.new("BlockMesh")
| |
| 4907 | RH.BlockMesh20.Scale = Vector3.new(1.09419012, 3.82966733, 0.54709512) | |
| 4908 | RH.BlockMesh20.Parent = RH.Part39 | |
| 4909 | ||
| 4910 | RH.WedgePart35 = Instance.new("WedgePart")
| |
| 4911 | 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) | |
| 4912 | RH.WedgePart35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4913 | RH.WedgePart35.CanCollide = false | |
| 4914 | RH.WedgePart35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4915 | RH.WedgePart35.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4916 | RH.WedgePart35.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4917 | RH.WedgePart35.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 4918 | RH.WedgePart35.Material = Enum.Material.Metal | |
| 4919 | RH.WedgePart35.Size = Vector3.new(0.218838066, 0.382966667, 0.218838036) | |
| 4920 | RH.WedgePart35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4921 | RH.WedgePart35.Anchored = true | |
| 4922 | RH.WedgePart35.Rotation = Vector3.new(-69.8158035, 13.5989218, -110.662422) | |
| 4923 | RH.WedgePart35.BrickColor = BrickColor.new("Institutional white")
| |
| 4924 | RH.WedgePart35.Position = Vector3.new(3.79736209, 4.00955486, -0.196347997) | |
| 4925 | RH.WedgePart35.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4926 | RH.WedgePart35.Parent = RH.Part1 | |
| 4927 | ||
| 4928 | RH.Part40 = Instance.new("Part")
| |
| 4929 | RH.Part40.Anchored = true | |
| 4930 | RH.Part40.CanCollide = false | |
| 4931 | RH.Part40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4932 | RH.Part40.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4933 | RH.Part40.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 4934 | RH.Part40.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4935 | RH.Part40.Material = Enum.Material.Metal | |
| 4936 | RH.Part40.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4937 | RH.Part40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4938 | RH.Part40.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4939 | 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) | |
| 4940 | RH.Part40.Rotation = Vector3.new(52.104702, 65.4480972, -34.4144478) | |
| 4941 | RH.Part40.BrickColor = BrickColor.new("Smoky grey")
| |
| 4942 | RH.Part40.Position = Vector3.new(3.41976905, 4.22751999, -0.280167013) | |
| 4943 | RH.Part40.Shape = Enum.PartType.Cylinder | |
| 4944 | RH.Part40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4945 | RH.Part40.Parent = RH.Part1 | |
| 4946 | ||
| 4947 | RH.SpecialMesh30 = Instance.new("SpecialMesh")
| |
| 4948 | RH.SpecialMesh30.Scale = Vector3.new(1.12154508, 1.64128566, 0.861674786) | |
| 4949 | RH.SpecialMesh30.MeshType = Enum.MeshType.Cylinder | |
| 4950 | RH.SpecialMesh30.Parent = RH.Part40 | |
| 4951 | ||
| 4952 | RH.Part41 = Instance.new("Part")
| |
| 4953 | RH.Part41.Anchored = true | |
| 4954 | RH.Part41.CanCollide = false | |
| 4955 | RH.Part41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4956 | RH.Part41.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4957 | RH.Part41.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 4958 | RH.Part41.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4959 | RH.Part41.Material = Enum.Material.Metal | |
| 4960 | RH.Part41.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4961 | RH.Part41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4962 | RH.Part41.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4963 | 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) | |
| 4964 | RH.Part41.Rotation = Vector3.new(15.1185722, -20.0432472, -104.487106) | |
| 4965 | RH.Part41.BrickColor = BrickColor.new("Smoky grey")
| |
| 4966 | RH.Part41.Position = Vector3.new(2.37826705, 4.41210079, -0.623889983) | |
| 4967 | RH.Part41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4968 | RH.Part41.Parent = RH.Part1 | |
| 4969 | ||
| 4970 | RH.BlockMesh21 = Instance.new("BlockMesh")
| |
| 4971 | RH.BlockMesh21.Scale = Vector3.new(2.18838024, 3.55611944, 0.54709512) | |
| 4972 | RH.BlockMesh21.Parent = RH.Part41 | |
| 4973 | ||
| 4974 | RH.WedgePart36 = Instance.new("WedgePart")
| |
| 4975 | 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) | |
| 4976 | RH.WedgePart36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4977 | RH.WedgePart36.CanCollide = false | |
| 4978 | RH.WedgePart36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4979 | RH.WedgePart36.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4980 | RH.WedgePart36.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4981 | RH.WedgePart36.Color = Color3.new(0.937255, 0.721569, 0.219608) | |
| 4982 | RH.WedgePart36.Material = Enum.Material.Neon | |
| 4983 | RH.WedgePart36.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4984 | RH.WedgePart36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4985 | RH.WedgePart36.Anchored = true | |
| 4986 | RH.WedgePart36.Rotation = Vector3.new(-63.904377, 27.5560474, -112.759743) | |
| 4987 | RH.WedgePart36.BrickColor = BrickColor.new("Gold")
| |
| 4988 | RH.WedgePart36.Position = Vector3.new(6.75837612, 1.05566096, 0.106284998) | |
| 4989 | RH.WedgePart36.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4990 | RH.WedgePart36.Parent = RH.Part1 | |
| 4991 | ||
| 4992 | RH.SpecialMesh31 = Instance.new("SpecialMesh")
| |
| 4993 | RH.SpecialMesh31.Scale = Vector3.new(0.27354756, 3.28257132, 2.46192789) | |
| 4994 | RH.SpecialMesh31.MeshType = Enum.MeshType.Wedge | |
| 4995 | RH.SpecialMesh31.Parent = RH.WedgePart36 | |
| 4996 | ||
| 4997 | RH.WedgePart37 = Instance.new("WedgePart")
| |
| 4998 | 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) | |
| 4999 | RH.WedgePart37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5000 | RH.WedgePart37.CanCollide = false | |
| 5001 | RH.WedgePart37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5002 | RH.WedgePart37.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5003 | RH.WedgePart37.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5004 | RH.WedgePart37.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 5005 | RH.WedgePart37.Material = Enum.Material.Metal | |
| 5006 | RH.WedgePart37.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5007 | RH.WedgePart37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5008 | RH.WedgePart37.Anchored = true | |
| 5009 | RH.WedgePart37.Rotation = Vector3.new(52.104702, 65.4480972, -34.4144478) | |
| 5010 | RH.WedgePart37.BrickColor = BrickColor.new("Institutional white")
| |
| 5011 | RH.WedgePart37.Position = Vector3.new(2.48749399, 4.83637381, -0.467954993) | |
| 5012 | RH.WedgePart37.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5013 | RH.WedgePart37.Parent = RH.Part1 | |
| 5014 | ||
| 5015 | RH.SpecialMesh32 = Instance.new("SpecialMesh")
| |
| 5016 | RH.SpecialMesh32.Scale = Vector3.new(1.09419036, 0.820642889, 1.91483271) | |
| 5017 | RH.SpecialMesh32.MeshType = Enum.MeshType.Wedge | |
| 5018 | RH.SpecialMesh32.Parent = RH.WedgePart37 | |
| 5019 | ||
| 5020 | RH.WedgePart38 = Instance.new("WedgePart")
| |
| 5021 | 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) | |
| 5022 | RH.WedgePart38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5023 | RH.WedgePart38.CanCollide = false | |
| 5024 | RH.WedgePart38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5025 | RH.WedgePart38.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5026 | RH.WedgePart38.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5027 | RH.WedgePart38.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 5028 | RH.WedgePart38.Material = Enum.Material.Metal | |
| 5029 | RH.WedgePart38.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5030 | RH.WedgePart38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5031 | RH.WedgePart38.Anchored = true | |
| 5032 | RH.WedgePart38.Rotation = Vector3.new(-69.8158035, 13.5989218, -110.662422) | |
| 5033 | RH.WedgePart38.BrickColor = BrickColor.new("Institutional white")
| |
| 5034 | RH.WedgePart38.Position = Vector3.new(4.19069815, 4.05867815, -0.0344350003) | |
| 5035 | RH.WedgePart38.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5036 | RH.WedgePart38.Parent = RH.Part1 | |
| 5037 | ||
| 5038 | RH.SpecialMesh33 = Instance.new("SpecialMesh")
| |
| 5039 | RH.SpecialMesh33.Scale = Vector3.new(1.09419036, 1.91483331, 0.82064265) | |
| 5040 | RH.SpecialMesh33.MeshType = Enum.MeshType.Wedge | |
| 5041 | RH.SpecialMesh33.Parent = RH.WedgePart38 | |
| 5042 | ||
| 5043 | RH.WedgePart39 = Instance.new("WedgePart")
| |
| 5044 | 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) | |
| 5045 | RH.WedgePart39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5046 | RH.WedgePart39.CanCollide = false | |
| 5047 | RH.WedgePart39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5048 | RH.WedgePart39.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5049 | RH.WedgePart39.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5050 | RH.WedgePart39.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 5051 | RH.WedgePart39.Material = Enum.Material.Metal | |
| 5052 | RH.WedgePart39.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5053 | RH.WedgePart39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5054 | RH.WedgePart39.Anchored = true | |
| 5055 | RH.WedgePart39.Rotation = Vector3.new(52.104702, 65.4480972, -34.4144478) | |
| 5056 | RH.WedgePart39.BrickColor = BrickColor.new("Institutional white")
| |
| 5057 | RH.WedgePart39.Position = Vector3.new(3.53254509, 4.45959806, -0.174806997) | |
| 5058 | RH.WedgePart39.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5059 | RH.WedgePart39.Parent = RH.Part1 | |
| 5060 | ||
| 5061 | RH.SpecialMesh34 = Instance.new("SpecialMesh")
| |
| 5062 | RH.SpecialMesh34.Scale = Vector3.new(1.09419036, 0.820642889, 0.27354756) | |
| 5063 | RH.SpecialMesh34.MeshType = Enum.MeshType.Wedge | |
| 5064 | RH.SpecialMesh34.Parent = RH.WedgePart39 | |
| 5065 | ||
| 5066 | RH.Part42 = Instance.new("Part")
| |
| 5067 | RH.Part42.Anchored = true | |
| 5068 | RH.Part42.CanCollide = false | |
| 5069 | RH.Part42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5070 | RH.Part42.Name = "Handle" | |
| 5071 | RH.Part42.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5072 | RH.Part42.Transparency = 1 | |
| 5073 | RH.Part42.Color = Color3.new(0.905882, 0.905882, 0.92549) | |
| 5074 | RH.Part42.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5075 | RH.Part42.Material = Enum.Material.Metal | |
| 5076 | RH.Part42.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918) | |
| 5077 | RH.Part42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5078 | RH.Part42.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5079 | 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) | |
| 5080 | RH.Part42.Rotation = Vector3.new(52.1095581, 65.4485855, -34.4170189) | |
| 5081 | RH.Part42.BrickColor = BrickColor.new("Pearl")
| |
| 5082 | RH.Part42.Position = Vector3.new(2.01423407, 4.83532476, -0.647638023) | |
| 5083 | RH.Part42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5084 | RH.Part42.Parent = RH.Part1 | |
| 5085 | ||
| 5086 | RH.WedgePart40 = Instance.new("WedgePart")
| |
| 5087 | 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) | |
| 5088 | RH.WedgePart40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5089 | RH.WedgePart40.CanCollide = false | |
| 5090 | RH.WedgePart40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5091 | RH.WedgePart40.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5092 | RH.WedgePart40.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5093 | RH.WedgePart40.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 5094 | RH.WedgePart40.Material = Enum.Material.Metal | |
| 5095 | RH.WedgePart40.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5096 | RH.WedgePart40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5097 | RH.WedgePart40.Anchored = true | |
| 5098 | RH.WedgePart40.Rotation = Vector3.new(-127.877655, -65.4340134, -145.576233) | |
| 5099 | RH.WedgePart40.BrickColor = BrickColor.new("Institutional white")
| |
| 5100 | RH.WedgePart40.Position = Vector3.new(3.084656, 4.62106609, -0.300446987) | |
| 5101 | RH.WedgePart40.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5102 | RH.WedgePart40.Parent = RH.Part1 | |
| 5103 | ||
| 5104 | RH.SpecialMesh35 = Instance.new("SpecialMesh")
| |
| 5105 | RH.SpecialMesh35.Scale = Vector3.new(1.09419036, 0.820642889, 0.27354756) | |
| 5106 | RH.SpecialMesh35.MeshType = Enum.MeshType.Wedge | |
| 5107 | RH.SpecialMesh35.Parent = RH.WedgePart40 | |
| 5108 | ||
| 5109 | RH.WedgePart41 = Instance.new("WedgePart")
| |
| 5110 | 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) | |
| 5111 | RH.WedgePart41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5112 | RH.WedgePart41.CanCollide = false | |
| 5113 | RH.WedgePart41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5114 | RH.WedgePart41.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5115 | RH.WedgePart41.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5116 | RH.WedgePart41.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 5117 | RH.WedgePart41.Material = Enum.Material.Metal | |
| 5118 | RH.WedgePart41.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5119 | RH.WedgePart41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5120 | RH.WedgePart41.Anchored = true | |
| 5121 | RH.WedgePart41.Rotation = Vector3.new(-127.859436, -65.4633179, 34.4436073) | |
| 5122 | RH.WedgePart41.BrickColor = BrickColor.new("Smoky grey")
| |
| 5123 | RH.WedgePart41.Position = Vector3.new(2.89996696, 4.11490202, -0.507037997) | |
| 5124 | RH.WedgePart41.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5125 | RH.WedgePart41.Parent = RH.Part1 | |
| 5126 | ||
| 5127 | RH.SpecialMesh36 = Instance.new("SpecialMesh")
| |
| 5128 | RH.SpecialMesh36.Scale = Vector3.new(0.54709512, 1.09419036, 2.46192789) | |
| 5129 | RH.SpecialMesh36.MeshType = Enum.MeshType.Wedge | |
| 5130 | RH.SpecialMesh36.Parent = RH.WedgePart41 | |
| 5131 | ||
| 5132 | RH.WedgePart42 = Instance.new("WedgePart")
| |
| 5133 | 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) | |
| 5134 | RH.WedgePart42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5135 | RH.WedgePart42.CanCollide = false | |
| 5136 | RH.WedgePart42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5137 | RH.WedgePart42.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5138 | RH.WedgePart42.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5139 | RH.WedgePart42.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 5140 | RH.WedgePart42.Material = Enum.Material.Metal | |
| 5141 | RH.WedgePart42.Size = Vector3.new(0.218838066, 0.328257143, 0.218838036) | |
| 5142 | RH.WedgePart42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5143 | RH.WedgePart42.Anchored = true | |
| 5144 | RH.WedgePart42.Rotation = Vector3.new(-69.8296356, 13.5846996, 69.3381119) | |
| 5145 | RH.WedgePart42.BrickColor = BrickColor.new("Institutional white")
| |
| 5146 | RH.WedgePart42.Position = Vector3.new(3.02601695, 4.28765678, -0.412728995) | |
| 5147 | RH.WedgePart42.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5148 | RH.WedgePart42.Parent = RH.Part1 | |
| 5149 | ||
| 5150 | RH.WedgePart43 = Instance.new("WedgePart")
| |
| 5151 | 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) | |
| 5152 | RH.WedgePart43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5153 | RH.WedgePart43.CanCollide = false | |
| 5154 | RH.WedgePart43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5155 | RH.WedgePart43.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5156 | RH.WedgePart43.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5157 | RH.WedgePart43.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 5158 | RH.WedgePart43.Material = Enum.Material.Metal | |
| 5159 | RH.WedgePart43.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5160 | RH.WedgePart43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5161 | RH.WedgePart43.Anchored = true | |
| 5162 | RH.WedgePart43.Rotation = Vector3.new(-166.407028, -69.9452896, -1.44007301) | |
| 5163 | RH.WedgePart43.BrickColor = BrickColor.new("Smoky grey")
| |
| 5164 | RH.WedgePart43.Position = Vector3.new(3.56794405, 4.75875807, -0.0805929974) | |
| 5165 | RH.WedgePart43.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5166 | RH.WedgePart43.Parent = RH.Part1 | |
| 5167 | ||
| 5168 | RH.SpecialMesh37 = Instance.new("SpecialMesh")
| |
| 5169 | RH.SpecialMesh37.Scale = Vector3.new(0.54709512, 0.54709518, 0.820642531) | |
| 5170 | RH.SpecialMesh37.MeshType = Enum.MeshType.Wedge | |
| 5171 | RH.SpecialMesh37.Parent = RH.WedgePart43 | |
| 5172 | ||
| 5173 | RH.WedgePart44 = Instance.new("WedgePart")
| |
| 5174 | 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) | |
| 5175 | RH.WedgePart44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5176 | RH.WedgePart44.CanCollide = false | |
| 5177 | RH.WedgePart44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5178 | RH.WedgePart44.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5179 | RH.WedgePart44.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5180 | RH.WedgePart44.Color = Color3.new(0.937255, 0.721569, 0.219608) | |
| 5181 | RH.WedgePart44.Material = Enum.Material.Neon | |
| 5182 | RH.WedgePart44.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5183 | RH.WedgePart44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5184 | RH.WedgePart44.Anchored = true | |
| 5185 | RH.WedgePart44.Rotation = Vector3.new(-69.8158035, 13.5989218, -110.662422) | |
| 5186 | RH.WedgePart44.BrickColor = BrickColor.new("Gold")
| |
| 5187 | RH.WedgePart44.Position = Vector3.new(8.50594234, 2.75636101, 1.24138296) | |
| 5188 | RH.WedgePart44.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5189 | RH.WedgePart44.Parent = RH.Part1 | |
| 5190 | ||
| 5191 | RH.SpecialMesh38 = Instance.new("SpecialMesh")
| |
| 5192 | RH.SpecialMesh38.Scale = Vector3.new(0.27354756, 3.28257132, 2.46192789) | |
| 5193 | RH.SpecialMesh38.MeshType = Enum.MeshType.Wedge | |
| 5194 | RH.SpecialMesh38.Parent = RH.WedgePart44 | |
| 5195 | ||
| 5196 | RH.WedgePart45 = Instance.new("WedgePart")
| |
| 5197 | 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) | |
| 5198 | RH.WedgePart45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5199 | RH.WedgePart45.CanCollide = false | |
| 5200 | RH.WedgePart45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5201 | RH.WedgePart45.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5202 | RH.WedgePart45.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5203 | RH.WedgePart45.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 5204 | RH.WedgePart45.Material = Enum.Material.Metal | |
| 5205 | RH.WedgePart45.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5206 | RH.WedgePart45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5207 | RH.WedgePart45.Anchored = true | |
| 5208 | RH.WedgePart45.Rotation = Vector3.new(-166.387604, -69.9457855, 178.581955) | |
| 5209 | RH.WedgePart45.BrickColor = BrickColor.new("Institutional white")
| |
| 5210 | RH.WedgePart45.Position = Vector3.new(4.77220201, 5.05151796, 0.453606009) | |
| 5211 | RH.WedgePart45.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5212 | RH.WedgePart45.Parent = RH.Part1 | |
| 5213 | ||
| 5214 | RH.SpecialMesh39 = Instance.new("SpecialMesh")
| |
| 5215 | RH.SpecialMesh39.Scale = Vector3.new(1.09419036, 0.27354759, 2.18838024) | |
| 5216 | RH.SpecialMesh39.MeshType = Enum.MeshType.Wedge | |
| 5217 | RH.SpecialMesh39.Parent = RH.WedgePart45 | |
| 5218 | ||
| 5219 | RH.WedgePart46 = Instance.new("WedgePart")
| |
| 5220 | 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) | |
| 5221 | RH.WedgePart46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5222 | RH.WedgePart46.CanCollide = false | |
| 5223 | RH.WedgePart46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5224 | RH.WedgePart46.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5225 | RH.WedgePart46.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5226 | RH.WedgePart46.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 5227 | RH.WedgePart46.Material = Enum.Material.Metal | |
| 5228 | RH.WedgePart46.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5229 | RH.WedgePart46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5230 | RH.WedgePart46.Anchored = true | |
| 5231 | RH.WedgePart46.Rotation = Vector3.new(-166.387604, -69.9457855, 178.581955) | |
| 5232 | RH.WedgePart46.BrickColor = BrickColor.new("Institutional white")
| |
| 5233 | RH.WedgePart46.Position = Vector3.new(5.02963209, 4.97660685, 0.53064698) | |
| 5234 | RH.WedgePart46.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5235 | RH.WedgePart46.Parent = RH.Part1 | |
| 5236 | ||
| 5237 | RH.SpecialMesh40 = Instance.new("SpecialMesh")
| |
| 5238 | RH.SpecialMesh40.Scale = Vector3.new(1.09419036, 0.27354759, 0.54709512) | |
| 5239 | RH.SpecialMesh40.MeshType = Enum.MeshType.Wedge | |
| 5240 | RH.SpecialMesh40.Parent = RH.WedgePart46 | |
| 5241 | ||
| 5242 | RH.WedgePart47 = Instance.new("WedgePart")
| |
| 5243 | 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) | |
| 5244 | RH.WedgePart47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5245 | RH.WedgePart47.CanCollide = false | |
| 5246 | RH.WedgePart47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5247 | RH.WedgePart47.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5248 | RH.WedgePart47.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5249 | RH.WedgePart47.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 5250 | RH.WedgePart47.Material = Enum.Material.Metal | |
| 5251 | RH.WedgePart47.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5252 | RH.WedgePart47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5253 | RH.WedgePart47.Anchored = true | |
| 5254 | RH.WedgePart47.Rotation = Vector3.new(13.5933056, 69.9355621, 1.43119276) | |
| 5255 | RH.WedgePart47.BrickColor = BrickColor.new("Institutional white")
| |
| 5256 | RH.WedgePart47.Position = Vector3.new(4.0526762, 5.11328983, 0.198386997) | |
| 5257 | RH.WedgePart47.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5258 | RH.WedgePart47.Parent = RH.Part1 | |
| 5259 | ||
| 5260 | RH.SpecialMesh41 = Instance.new("SpecialMesh")
| |
| 5261 | RH.SpecialMesh41.Scale = Vector3.new(1.09419036, 0.27354759, 0.54709512) | |
| 5262 | RH.SpecialMesh41.MeshType = Enum.MeshType.Wedge | |
| 5263 | RH.SpecialMesh41.Parent = RH.WedgePart47 | |
| 5264 | ||
| 5265 | RH.WedgePart48 = Instance.new("WedgePart")
| |
| 5266 | 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) | |
| 5267 | RH.WedgePart48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5268 | RH.WedgePart48.CanCollide = false | |
| 5269 | RH.WedgePart48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5270 | RH.WedgePart48.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5271 | RH.WedgePart48.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5272 | RH.WedgePart48.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 5273 | RH.WedgePart48.Material = Enum.Material.Metal | |
| 5274 | RH.WedgePart48.Size = Vector3.new(0.218838066, 0.27354762, 0.54709512) | |
| 5275 | RH.WedgePart48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5276 | RH.WedgePart48.Anchored = true | |
| 5277 | RH.WedgePart48.Rotation = Vector3.new(-166.407028, -69.9452896, -1.44007301) | |
| 5278 | RH.WedgePart48.BrickColor = BrickColor.new("Institutional white")
| |
| 5279 | RH.WedgePart48.Position = Vector3.new(4.82546186, 4.83567619, 0.415408999) | |
| 5280 | RH.WedgePart48.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5281 | RH.WedgePart48.Parent = RH.Part1 | |
| 5282 | ||
| 5283 | RH.WedgePart49 = Instance.new("WedgePart")
| |
| 5284 | 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) | |
| 5285 | RH.WedgePart49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5286 | RH.WedgePart49.CanCollide = false | |
| 5287 | RH.WedgePart49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5288 | RH.WedgePart49.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5289 | RH.WedgePart49.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5290 | RH.WedgePart49.Color = Color3.new(0.937255, 0.721569, 0.219608) | |
| 5291 | RH.WedgePart49.Material = Enum.Material.Neon | |
| 5292 | RH.WedgePart49.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5293 | RH.WedgePart49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5294 | RH.WedgePart49.Anchored = true | |
| 5295 | RH.WedgePart49.Rotation = Vector3.new(110.17482, -13.5819035, -69.3522263) | |
| 5296 | RH.WedgePart49.BrickColor = BrickColor.new("Gold")
| |
| 5297 | RH.WedgePart49.Position = Vector3.new(8.5894537, 3.08081794, 1.36061895) | |
| 5298 | RH.WedgePart49.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5299 | RH.WedgePart49.Parent = RH.Part1 | |
| 5300 | ||
| 5301 | RH.SpecialMesh42 = Instance.new("SpecialMesh")
| |
| 5302 | RH.SpecialMesh42.Scale = Vector3.new(0.27354756, 3.28257132, 1.09419012) | |
| 5303 | RH.SpecialMesh42.MeshType = Enum.MeshType.Wedge | |
| 5304 | RH.SpecialMesh42.Parent = RH.WedgePart49 | |
| 5305 | ||
| 5306 | RH.WedgePart50 = Instance.new("WedgePart")
| |
| 5307 | 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) | |
| 5308 | RH.WedgePart50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5309 | RH.WedgePart50.CanCollide = false | |
| 5310 | RH.WedgePart50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5311 | RH.WedgePart50.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5312 | RH.WedgePart50.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5313 | RH.WedgePart50.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 5314 | RH.WedgePart50.Material = Enum.Material.Metal | |
| 5315 | RH.WedgePart50.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5316 | RH.WedgePart50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5317 | RH.WedgePart50.Anchored = true | |
| 5318 | RH.WedgePart50.Rotation = Vector3.new(-166.387604, -69.9457855, 178.581955) | |
| 5319 | RH.WedgePart50.BrickColor = BrickColor.new("Institutional white")
| |
| 5320 | RH.WedgePart50.Position = Vector3.new(3.5644331, 5.15519285, 0.0252039991) | |
| 5321 | RH.WedgePart50.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5322 | RH.WedgePart50.Parent = RH.Part1 | |
| 5323 | ||
| 5324 | RH.SpecialMesh43 = Instance.new("SpecialMesh")
| |
| 5325 | RH.SpecialMesh43.Scale = Vector3.new(1.09419036, 0.27354759, 0.82064265) | |
| 5326 | RH.SpecialMesh43.MeshType = Enum.MeshType.Wedge | |
| 5327 | RH.SpecialMesh43.Parent = RH.WedgePart50 | |
| 5328 | ||
| 5329 | RH.WedgePart51 = Instance.new("WedgePart")
| |
| 5330 | 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) | |
| 5331 | RH.WedgePart51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5332 | RH.WedgePart51.CanCollide = false | |
| 5333 | RH.WedgePart51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5334 | RH.WedgePart51.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5335 | RH.WedgePart51.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5336 | RH.WedgePart51.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 5337 | RH.WedgePart51.Material = Enum.Material.Metal | |
| 5338 | RH.WedgePart51.Size = Vector3.new(0.218838066, 0.218838081, 0.218838021) | |
| 5339 | RH.WedgePart51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5340 | RH.WedgePart51.Anchored = true | |
| 5341 | RH.WedgePart51.Rotation = Vector3.new(-166.407028, -69.9452896, -1.44007301) | |
| 5342 | RH.WedgePart51.BrickColor = BrickColor.new("Institutional white")
| |
| 5343 | RH.WedgePart51.Position = Vector3.new(2.30736399, 5.02542686, -0.484939992) | |
| 5344 | RH.WedgePart51.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5345 | RH.WedgePart51.Parent = RH.Part1 | |
| 5346 | ||
| 5347 | RH.WedgePart52 = Instance.new("WedgePart")
| |
| 5348 | 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) | |
| 5349 | RH.WedgePart52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5350 | RH.WedgePart52.CanCollide = false | |
| 5351 | RH.WedgePart52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5352 | RH.WedgePart52.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5353 | RH.WedgePart52.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5354 | RH.WedgePart52.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 5355 | RH.WedgePart52.Material = Enum.Material.Metal | |
| 5356 | RH.WedgePart52.Size = Vector3.new(0.218838066, 0.218838081, 0.218838021) | |
| 5357 | RH.WedgePart52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5358 | RH.WedgePart52.Anchored = true | |
| 5359 | RH.WedgePart52.Rotation = Vector3.new(13.5933676, 69.949585, -178.567123) | |
| 5360 | RH.WedgePart52.BrickColor = BrickColor.new("Institutional white")
| |
| 5361 | RH.WedgePart52.Position = Vector3.new(3.02689695, 4.96365595, -0.229696006) | |
| 5362 | RH.WedgePart52.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5363 | RH.WedgePart52.Parent = RH.Part1 | |
| 5364 | ||
| 5365 | RH.Part43 = Instance.new("Part")
| |
| 5366 | RH.Part43.Anchored = true | |
| 5367 | RH.Part43.CanCollide = false | |
| 5368 | RH.Part43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5369 | RH.Part43.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5370 | RH.Part43.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 5371 | RH.Part43.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5372 | RH.Part43.Material = Enum.Material.Metal | |
| 5373 | RH.Part43.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5374 | RH.Part43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5375 | RH.Part43.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5376 | 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) | |
| 5377 | RH.Part43.Rotation = Vector3.new(52.104702, 65.4480972, -34.4144478) | |
| 5378 | RH.Part43.BrickColor = BrickColor.new("Smoky grey")
| |
| 5379 | RH.Part43.Position = Vector3.new(3.93110108, 4.95683718, 0.110168003) | |
| 5380 | RH.Part43.Shape = Enum.PartType.Cylinder | |
| 5381 | RH.Part43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5382 | RH.Part43.Parent = RH.Part1 | |
| 5383 | ||
| 5384 | RH.SpecialMesh44 = Instance.new("SpecialMesh")
| |
| 5385 | RH.SpecialMesh44.Scale = Vector3.new(1.12154508, 1.64128566, 0.861674786) | |
| 5386 | RH.SpecialMesh44.MeshType = Enum.MeshType.Cylinder | |
| 5387 | RH.SpecialMesh44.Parent = RH.Part43 | |
| 5388 | ||
| 5389 | RH.Part44 = Instance.new("Part")
| |
| 5390 | RH.Part44.Anchored = true | |
| 5391 | RH.Part44.CanCollide = false | |
| 5392 | RH.Part44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5393 | RH.Part44.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5394 | RH.Part44.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 5395 | RH.Part44.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5396 | RH.Part44.Material = Enum.Material.Metal | |
| 5397 | RH.Part44.Size = Vector3.new(0.328257054, 0.656514287, 0.218838036) | |
| 5398 | RH.Part44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5399 | RH.Part44.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5400 | 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) | |
| 5401 | RH.Part44.Rotation = Vector3.new(15.1177483, -20.0414028, -89.4818344) | |
| 5402 | RH.Part44.BrickColor = BrickColor.new("Institutional white")
| |
| 5403 | RH.Part44.Position = Vector3.new(3.79733992, 4.95034313, 0.0578540005) | |
| 5404 | RH.Part44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5405 | RH.Part44.Parent = RH.Part1 | |
| 5406 | ||
| 5407 | RH.Part45 = Instance.new("Part")
| |
| 5408 | RH.Part45.Anchored = true | |
| 5409 | RH.Part45.CanCollide = false | |
| 5410 | RH.Part45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5411 | RH.Part45.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5412 | RH.Part45.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 5413 | RH.Part45.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5414 | RH.Part45.Material = Enum.Material.Metal | |
| 5415 | RH.Part45.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5416 | RH.Part45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5417 | RH.Part45.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5418 | 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) | |
| 5419 | RH.Part45.Rotation = Vector3.new(15.1177483, -20.0414028, -89.4818344) | |
| 5420 | RH.Part45.BrickColor = BrickColor.new("Institutional white")
| |
| 5421 | RH.Part45.Position = Vector3.new(2.12678409, 5.120152, -0.527580023) | |
| 5422 | RH.Part45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5423 | RH.Part45.Parent = RH.Part1 | |
| 5424 | ||
| 5425 | RH.BlockMesh22 = Instance.new("BlockMesh")
| |
| 5426 | RH.BlockMesh22.Scale = Vector3.new(1.91483259, 0.820643067, 1.09419012) | |
| 5427 | RH.BlockMesh22.Parent = RH.Part45 | |
| 5428 | ||
| 5429 | RH.Part46 = Instance.new("Part")
| |
| 5430 | RH.Part46.Anchored = true | |
| 5431 | RH.Part46.CanCollide = false | |
| 5432 | RH.Part46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5433 | RH.Part46.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5434 | RH.Part46.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 5435 | RH.Part46.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5436 | RH.Part46.Material = Enum.Material.Metal | |
| 5437 | RH.Part46.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5438 | RH.Part46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5439 | RH.Part46.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5440 | 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) | |
| 5441 | RH.Part46.Rotation = Vector3.new(15.1177483, -20.0414028, -89.4818344) | |
| 5442 | RH.Part46.BrickColor = BrickColor.new("Institutional white")
| |
| 5443 | RH.Part46.Position = Vector3.new(2.66549301, 5.17954588, -0.307942986) | |
| 5444 | RH.Part46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5445 | RH.Part46.Parent = RH.Part1 | |
| 5446 | ||
| 5447 | RH.BlockMesh23 = Instance.new("BlockMesh")
| |
| 5448 | RH.BlockMesh23.Scale = Vector3.new(0.820642471, 4.92385674, 1.09419012) | |
| 5449 | RH.BlockMesh23.Parent = RH.Part46 | |
| 5450 | ||
| 5451 | RH.Part47 = Instance.new("Part")
| |
| 5452 | RH.Part47.Anchored = true | |
| 5453 | RH.Part47.CanCollide = false | |
| 5454 | RH.Part47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5455 | RH.Part47.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5456 | RH.Part47.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 5457 | RH.Part47.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5458 | RH.Part47.Material = Enum.Material.Metal | |
| 5459 | RH.Part47.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5460 | RH.Part47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5461 | RH.Part47.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5462 | 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) | |
| 5463 | RH.Part47.Rotation = Vector3.new(15.1177483, -20.0414028, -89.4818344) | |
| 5464 | RH.Part47.BrickColor = BrickColor.new("Institutional white")
| |
| 5465 | RH.Part47.Position = Vector3.new(4.77266312, 4.9986639, 0.439502984) | |
| 5466 | RH.Part47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5467 | RH.Part47.Parent = RH.Part1 | |
| 5468 | ||
| 5469 | RH.BlockMesh24 = Instance.new("BlockMesh")
| |
| 5470 | RH.BlockMesh24.Scale = Vector3.new(0.27354756, 2.18838024, 1.09419012) | |
| 5471 | RH.BlockMesh24.Parent = RH.Part47 | |
| 5472 | ||
| 5473 | RH.Part48 = Instance.new("Part")
| |
| 5474 | RH.Part48.Anchored = true | |
| 5475 | RH.Part48.CanCollide = false | |
| 5476 | RH.Part48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5477 | RH.Part48.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5478 | RH.Part48.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 5479 | RH.Part48.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5480 | RH.Part48.Material = Enum.Material.Metal | |
| 5481 | RH.Part48.Size = Vector3.new(0.382966518, 0.382966638, 0.218838036) | |
| 5482 | RH.Part48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5483 | RH.Part48.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5484 | 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) | |
| 5485 | RH.Part48.Rotation = Vector3.new(15.1177483, -20.0414028, -89.4818344) | |
| 5486 | RH.Part48.BrickColor = BrickColor.new("Institutional white")
| |
| 5487 | RH.Part48.Position = Vector3.new(3.30887103, 5.0186801, -0.108257003) | |
| 5488 | RH.Part48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5489 | RH.Part48.Parent = RH.Part1 | |
| 5490 | ||
| 5491 | RH.Part49 = Instance.new("Part")
| |
| 5492 | RH.Part49.Anchored = true | |
| 5493 | RH.Part49.CanCollide = false | |
| 5494 | RH.Part49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5495 | RH.Part49.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5496 | RH.Part49.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 5497 | RH.Part49.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5498 | RH.Part49.Material = Enum.Material.Metal | |
| 5499 | RH.Part49.Size = Vector3.new(0.382966518, 0.492385536, 0.218838036) | |
| 5500 | RH.Part49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5501 | RH.Part49.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5502 | 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) | |
| 5503 | RH.Part49.Rotation = Vector3.new(15.1177483, -20.0414028, -89.4818344) | |
| 5504 | RH.Part49.BrickColor = BrickColor.new("Institutional white")
| |
| 5505 | RH.Part49.Position = Vector3.new(4.33675003, 4.93045092, 0.256339997) | |
| 5506 | RH.Part49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5507 | RH.Part49.Parent = RH.Part1 | |
| 5508 | ||
| 5509 | RH.Part50 = Instance.new("Part")
| |
| 5510 | RH.Part50.Anchored = true | |
| 5511 | RH.Part50.CanCollide = false | |
| 5512 | RH.Part50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5513 | RH.Part50.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5514 | RH.Part50.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 5515 | RH.Part50.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5516 | RH.Part50.Material = Enum.Material.Metal | |
| 5517 | RH.Part50.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5518 | RH.Part50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5519 | RH.Part50.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5520 | 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) | |
| 5521 | RH.Part50.Rotation = Vector3.new(15.1177483, -20.0414028, -89.4818344) | |
| 5522 | RH.Part50.BrickColor = BrickColor.new("Smoky grey")
| |
| 5523 | RH.Part50.Position = Vector3.new(2.79561496, 4.98350906, -0.311744988) | |
| 5524 | RH.Part50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5525 | RH.Part50.Parent = RH.Part1 | |
| 5526 | ||
| 5527 | RH.BlockMesh25 = Instance.new("BlockMesh")
| |
| 5528 | RH.BlockMesh25.Scale = Vector3.new(2.18838024, 7.38578606, 0.54709512) | |
| 5529 | RH.BlockMesh25.Parent = RH.Part50 | |
| 5530 | ||
| 5531 | RH.Part51 = Instance.new("Part")
| |
| 5532 | RH.Part51.Anchored = true | |
| 5533 | RH.Part51.CanCollide = false | |
| 5534 | RH.Part51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5535 | RH.Part51.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5536 | RH.Part51.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 5537 | RH.Part51.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5538 | RH.Part51.Material = Enum.Material.Metal | |
| 5539 | RH.Part51.Size = Vector3.new(0.437676042, 0.218838066, 0.328257084) | |
| 5540 | RH.Part51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5541 | RH.Part51.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5542 | 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) | |
| 5543 | RH.Part51.Rotation = Vector3.new(15.1168156, -20.0448284, -44.4849319) | |
| 5544 | RH.Part51.BrickColor = BrickColor.new("Institutional white")
| |
| 5545 | RH.Part51.Position = Vector3.new(0.769034982, 3.7669189, -1.40640998) | |
| 5546 | RH.Part51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5547 | RH.Part51.Parent = RH.Part1 | |
| 5548 | ||
| 5549 | RH.WedgePart53 = Instance.new("WedgePart")
| |
| 5550 | 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) | |
| 5551 | RH.WedgePart53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5552 | RH.WedgePart53.CanCollide = false | |
| 5553 | RH.WedgePart53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5554 | RH.WedgePart53.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5555 | RH.WedgePart53.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5556 | RH.WedgePart53.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 5557 | RH.WedgePart53.Material = Enum.Material.Metal | |
| 5558 | RH.WedgePart53.Size = Vector3.new(0.328257084, 0.218838125, 0.218838021) | |
| 5559 | RH.WedgePart53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5560 | RH.WedgePart53.Anchored = true | |
| 5561 | RH.WedgePart53.Rotation = Vector3.new(-94.1212616, -42.0834351, -117.507408) | |
| 5562 | RH.WedgePart53.BrickColor = BrickColor.new("Institutional white")
| |
| 5563 | RH.WedgePart53.Position = Vector3.new(0.839734018, 3.98494005, -1.32077801) | |
| 5564 | RH.WedgePart53.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5565 | RH.WedgePart53.Parent = RH.Part1 | |
| 5566 | ||
| 5567 | RH.Part52 = Instance.new("Part")
| |
| 5568 | RH.Part52.Anchored = true | |
| 5569 | RH.Part52.CanCollide = false | |
| 5570 | RH.Part52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5571 | RH.Part52.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5572 | RH.Part52.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 5573 | RH.Part52.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5574 | RH.Part52.Material = Enum.Material.Metal | |
| 5575 | RH.Part52.Size = Vector3.new(0.328257084, 0.437676162, 0.492385566) | |
| 5576 | RH.Part52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5577 | RH.Part52.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5578 | 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) | |
| 5579 | RH.Part52.Rotation = Vector3.new(52.104702, 65.4480972, -34.4144478) | |
| 5580 | RH.Part52.BrickColor = BrickColor.new("Institutional white")
| |
| 5581 | RH.Part52.Position = Vector3.new(0.701359987, 3.707551, -1.44802904) | |
| 5582 | RH.Part52.Shape = Enum.PartType.Cylinder | |
| 5583 | RH.Part52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5584 | RH.Part52.Parent = RH.Part1 | |
| 5585 | ||
| 5586 | RH.Part53 = Instance.new("Part")
| |
| 5587 | RH.Part53.Anchored = true | |
| 5588 | RH.Part53.CanCollide = false | |
| 5589 | RH.Part53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5590 | RH.Part53.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5591 | RH.Part53.Color = Color3.new(0.937255, 0.721569, 0.219608) | |
| 5592 | RH.Part53.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5593 | RH.Part53.Material = Enum.Material.Neon | |
| 5594 | RH.Part53.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5595 | RH.Part53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5596 | RH.Part53.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5597 | 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) | |
| 5598 | RH.Part53.Rotation = Vector3.new(15.1168346, -20.0464687, -14.4842358) | |
| 5599 | RH.Part53.BrickColor = BrickColor.new("Gold")
| |
| 5600 | RH.Part53.Position = Vector3.new(5.52088976, 3.9416821, 0.433613002) | |
| 5601 | RH.Part53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5602 | RH.Part53.Parent = RH.Part1 | |
| 5603 | ||
| 5604 | RH.BlockMesh26 = Instance.new("BlockMesh")
| |
| 5605 | RH.BlockMesh26.Scale = Vector3.new(29.8166771, 3.5561192, 0.27354756) | |
| 5606 | RH.BlockMesh26.Parent = RH.Part53 | |
| 5607 | ||
| 5608 | RH.Part54 = Instance.new("Part")
| |
| 5609 | RH.Part54.Anchored = true | |
| 5610 | RH.Part54.CanCollide = false | |
| 5611 | RH.Part54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5612 | RH.Part54.Name = "Handle" | |
| 5613 | RH.Part54.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5614 | RH.Part54.Transparency = 1 | |
| 5615 | RH.Part54.Color = Color3.new(0.905882, 0.905882, 0.92549) | |
| 5616 | RH.Part54.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5617 | RH.Part54.Material = Enum.Material.Metal | |
| 5618 | RH.Part54.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918) | |
| 5619 | RH.Part54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5620 | RH.Part54.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5621 | 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) | |
| 5622 | RH.Part54.Rotation = Vector3.new(52.1095581, 65.4485855, -34.4170189) | |
| 5623 | RH.Part54.BrickColor = BrickColor.new("Pearl")
| |
| 5624 | RH.Part54.Position = Vector3.new(2.05906892, 5.07284689, -0.566510975) | |
| 5625 | RH.Part54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5626 | RH.Part54.Parent = RH.Part1 | |
| 5627 | ||
| 5628 | RH.Part55 = Instance.new("Part")
| |
| 5629 | RH.Part55.Anchored = true | |
| 5630 | RH.Part55.CanCollide = false | |
| 5631 | RH.Part55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5632 | RH.Part55.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5633 | RH.Part55.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 5634 | RH.Part55.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5635 | RH.Part55.Material = Enum.Material.Metal | |
| 5636 | RH.Part55.Size = Vector3.new(0.339199007, 0.328257143, 0.492385566) | |
| 5637 | RH.Part55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5638 | RH.Part55.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5639 | 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) | |
| 5640 | RH.Part55.Rotation = Vector3.new(52.104702, 65.4480972, -34.4144478) | |
| 5641 | RH.Part55.BrickColor = BrickColor.new("Smoky grey")
| |
| 5642 | RH.Part55.Position = Vector3.new(0.701359987, 3.707551, -1.44802904) | |
| 5643 | RH.Part55.Shape = Enum.PartType.Cylinder | |
| 5644 | RH.Part55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5645 | RH.Part55.Parent = RH.Part1 | |
| 5646 | ||
| 5647 | RH.Part56 = Instance.new("Part")
| |
| 5648 | RH.Part56.Anchored = true | |
| 5649 | RH.Part56.CanCollide = false | |
| 5650 | RH.Part56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5651 | RH.Part56.Name = "Handle" | |
| 5652 | RH.Part56.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5653 | RH.Part56.Transparency = 1 | |
| 5654 | RH.Part56.Color = Color3.new(0.905882, 0.905882, 0.92549) | |
| 5655 | RH.Part56.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5656 | RH.Part56.Material = Enum.Material.Metal | |
| 5657 | RH.Part56.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918) | |
| 5658 | RH.Part56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5659 | RH.Part56.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5660 | 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) | |
| 5661 | RH.Part56.Rotation = Vector3.new(52.1095581, 65.4485855, -34.4170189) | |
| 5662 | RH.Part56.BrickColor = BrickColor.new("Pearl")
| |
| 5663 | RH.Part56.Position = Vector3.new(0.69114697, 3.72283888, -1.448313) | |
| 5664 | RH.Part56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5665 | RH.Part56.Parent = RH.Part1 | |
| 5666 | ||
| 5667 | RH.Part57 = Instance.new("Part")
| |
| 5668 | RH.Part57.Anchored = true | |
| 5669 | RH.Part57.CanCollide = false | |
| 5670 | RH.Part57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5671 | RH.Part57.Name = "Joint" | |
| 5672 | RH.Part57.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5673 | RH.Part57.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 5674 | RH.Part57.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5675 | RH.Part57.Material = Enum.Material.Metal | |
| 5676 | RH.Part57.Size = Vector3.new(0.328257024, 0.328257143, 0.218838036) | |
| 5677 | RH.Part57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5678 | RH.Part57.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5679 | 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) | |
| 5680 | RH.Part57.Rotation = Vector3.new(15.1168156, -20.0448284, -44.4849319) | |
| 5681 | RH.Part57.BrickColor = BrickColor.new("Smoky grey")
| |
| 5682 | RH.Part57.Position = Vector3.new(0.913083971, 3.90394306, -1.31493902) | |
| 5683 | RH.Part57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5684 | RH.Part57.Parent = RH.Part1 | |
| 5685 | ||
| 5686 | RH.Part58 = Instance.new("Part")
| |
| 5687 | RH.Part58.Anchored = true | |
| 5688 | RH.Part58.CanCollide = false | |
| 5689 | RH.Part58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5690 | RH.Part58.Name = "Joint" | |
| 5691 | RH.Part58.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5692 | RH.Part58.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 5693 | RH.Part58.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5694 | RH.Part58.Material = Enum.Material.Metal | |
| 5695 | RH.Part58.Size = Vector3.new(0.382966518, 0.492385685, 0.218838036) | |
| 5696 | RH.Part58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5697 | RH.Part58.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5698 | 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) | |
| 5699 | RH.Part58.Rotation = Vector3.new(15.1168346, -20.0464687, -14.4842358) | |
| 5700 | RH.Part58.BrickColor = BrickColor.new("Smoky grey")
| |
| 5701 | RH.Part58.Position = Vector3.new(1.56603694, 5.05949688, -0.755895972) | |
| 5702 | RH.Part58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5703 | RH.Part58.Parent = RH.Part1 | |
| 5704 | ||
| 5705 | RH.Part59 = Instance.new("Part")
| |
| 5706 | RH.Part59.Anchored = true | |
| 5707 | RH.Part59.CanCollide = false | |
| 5708 | RH.Part59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5709 | RH.Part59.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5710 | RH.Part59.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 5711 | RH.Part59.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5712 | RH.Part59.Material = Enum.Material.Metal | |
| 5713 | RH.Part59.Size = Vector3.new(0.218838021, 0.492385656, 0.328257084) | |
| 5714 | RH.Part59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5715 | RH.Part59.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5716 | 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) | |
| 5717 | RH.Part59.Rotation = Vector3.new(15.1168156, -20.0448284, -44.4849319) | |
| 5718 | RH.Part59.BrickColor = BrickColor.new("Institutional white")
| |
| 5719 | RH.Part59.Position = Vector3.new(1.11245501, 3.94285607, -1.22907996) | |
| 5720 | RH.Part59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5721 | RH.Part59.Parent = RH.Part1 | |
| 5722 | ||
| 5723 | RH.Part60 = Instance.new("Part")
| |
| 5724 | RH.Part60.Anchored = true | |
| 5725 | RH.Part60.CanCollide = false | |
| 5726 | RH.Part60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5727 | RH.Part60.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5728 | RH.Part60.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 5729 | RH.Part60.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5730 | RH.Part60.Material = Enum.Material.Metal | |
| 5731 | RH.Part60.Size = Vector3.new(0.437676042, 0.382966667, 0.328257084) | |
| 5732 | RH.Part60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5733 | RH.Part60.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5734 | 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) | |
| 5735 | RH.Part60.Rotation = Vector3.new(15.1168346, -20.0464687, -14.4842358) | |
| 5736 | RH.Part60.BrickColor = BrickColor.new("Institutional white")
| |
| 5737 | RH.Part60.Position = Vector3.new(1.43835104, 4.66914177, -0.909633994) | |
| 5738 | RH.Part60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5739 | RH.Part60.Parent = RH.Part1 | |
| 5740 | ||
| 5741 | RH.Part61 = Instance.new("Part")
| |
| 5742 | RH.Part61.Anchored = true | |
| 5743 | RH.Part61.CanCollide = false | |
| 5744 | RH.Part61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5745 | RH.Part61.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5746 | RH.Part61.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 5747 | RH.Part61.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5748 | RH.Part61.Material = Enum.Material.Metal | |
| 5749 | RH.Part61.Size = Vector3.new(0.437676042, 0.27354762, 0.328257084) | |
| 5750 | RH.Part61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5751 | RH.Part61.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5752 | 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) | |
| 5753 | RH.Part61.Rotation = Vector3.new(15.1168156, -20.0448284, -44.4849319) | |
| 5754 | RH.Part61.BrickColor = BrickColor.new("Institutional white")
| |
| 5755 | RH.Part61.Position = Vector3.new(1.11113, 4.09236383, -1.18917298) | |
| 5756 | RH.Part61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5757 | RH.Part61.Parent = RH.Part1 | |
| 5758 | ||
| 5759 | RH.Part62 = Instance.new("Part")
| |
| 5760 | RH.Part62.Anchored = true | |
| 5761 | RH.Part62.CanCollide = false | |
| 5762 | RH.Part62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5763 | RH.Part62.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5764 | RH.Part62.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 5765 | RH.Part62.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5766 | RH.Part62.Material = Enum.Material.Metal | |
| 5767 | RH.Part62.Size = Vector3.new(0.437676042, 0.382966667, 0.328257084) | |
| 5768 | RH.Part62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5769 | RH.Part62.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5770 | 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) | |
| 5771 | RH.Part62.Rotation = Vector3.new(15.1158628, -20.047739, -29.4831467) | |
| 5772 | RH.Part62.BrickColor = BrickColor.new("Institutional white")
| |
| 5773 | RH.Part62.Position = Vector3.new(1.29864204, 4.3376832, -1.05200994) | |
| 5774 | RH.Part62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5775 | RH.Part62.Parent = RH.Part1 | |
| 5776 | ||
| 5777 | RH.WedgePart54 = Instance.new("WedgePart")
| |
| 5778 | 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) | |
| 5779 | RH.WedgePart54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5780 | RH.WedgePart54.CanCollide = false | |
| 5781 | RH.WedgePart54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5782 | RH.WedgePart54.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5783 | RH.WedgePart54.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5784 | RH.WedgePart54.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 5785 | RH.WedgePart54.Material = Enum.Material.Metal | |
| 5786 | RH.WedgePart54.Size = Vector3.new(0.328257084, 0.218838081, 0.218838021) | |
| 5787 | RH.WedgePart54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5788 | RH.WedgePart54.Anchored = true | |
| 5789 | RH.WedgePart54.Rotation = Vector3.new(-56.2808876, 41.1643486, 62.9020004) | |
| 5790 | RH.WedgePart54.BrickColor = BrickColor.new("Institutional white")
| |
| 5791 | RH.WedgePart54.Position = Vector3.new(0.875742972, 4.01919413, -1.29790497) | |
| 5792 | RH.WedgePart54.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5793 | RH.WedgePart54.Parent = RH.Part1 | |
| 5794 | ||
| 5795 | RH.Part63 = Instance.new("Part")
| |
| 5796 | RH.Part63.Anchored = true | |
| 5797 | RH.Part63.CanCollide = false | |
| 5798 | RH.Part63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5799 | RH.Part63.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5800 | RH.Part63.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 5801 | RH.Part63.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5802 | RH.Part63.Material = Enum.Material.Metal | |
| 5803 | RH.Part63.Size = Vector3.new(0.328257084, 0.437676162, 0.492385566) | |
| 5804 | RH.Part63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5805 | RH.Part63.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5806 | 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) | |
| 5807 | RH.Part63.Rotation = Vector3.new(52.104702, 65.4480972, -34.4144478) | |
| 5808 | RH.Part63.BrickColor = BrickColor.new("Institutional white")
| |
| 5809 | RH.Part63.Position = Vector3.new(1.39337695, 4.49443913, -0.973842978) | |
| 5810 | RH.Part63.Shape = Enum.PartType.Cylinder | |
| 5811 | RH.Part63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5812 | RH.Part63.Parent = RH.Part1 | |
| 5813 | ||
| 5814 | RH.Part64 = Instance.new("Part")
| |
| 5815 | RH.Part64.Anchored = true | |
| 5816 | RH.Part64.CanCollide = false | |
| 5817 | RH.Part64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5818 | RH.Part64.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5819 | RH.Part64.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 5820 | RH.Part64.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5821 | RH.Part64.Material = Enum.Material.Metal | |
| 5822 | RH.Part64.Size = Vector3.new(0.328257084, 0.437676162, 0.492385566) | |
| 5823 | RH.Part64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5824 | RH.Part64.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5825 | 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) | |
| 5826 | RH.Part64.Rotation = Vector3.new(73.8775024, 54.8642998, -53.4393425) | |
| 5827 | RH.Part64.BrickColor = BrickColor.new("Institutional white")
| |
| 5828 | RH.Part64.Position = Vector3.new(1.20837605, 4.18035316, -1.12863898) | |
| 5829 | RH.Part64.Shape = Enum.PartType.Cylinder | |
| 5830 | RH.Part64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5831 | RH.Part64.Parent = RH.Part1 | |
| 5832 | ||
| 5833 | RH.Part65 = Instance.new("Part")
| |
| 5834 | RH.Part65.Anchored = true | |
| 5835 | RH.Part65.CanCollide = false | |
| 5836 | RH.Part65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5837 | RH.Part65.Name = "Handle" | |
| 5838 | RH.Part65.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5839 | RH.Part65.Transparency = 1 | |
| 5840 | RH.Part65.Color = Color3.new(0.905882, 0.905882, 0.92549) | |
| 5841 | RH.Part65.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5842 | RH.Part65.Material = Enum.Material.Metal | |
| 5843 | RH.Part65.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918) | |
| 5844 | RH.Part65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5845 | RH.Part65.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5846 | 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) | |
| 5847 | RH.Part65.Rotation = Vector3.new(52.1095581, 65.4485855, -34.4170189) | |
| 5848 | RH.Part65.BrickColor = BrickColor.new("Pearl")
| |
| 5849 | RH.Part65.Position = Vector3.new(1.02658701, 4.00297594, -1.24583399) | |
| 5850 | RH.Part65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5851 | RH.Part65.Parent = RH.Part1 | |
| 5852 | ||
| 5853 | RH.WedgePart55 = Instance.new("WedgePart")
| |
| 5854 | 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) | |
| 5855 | RH.WedgePart55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5856 | RH.WedgePart55.CanCollide = false | |
| 5857 | RH.WedgePart55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5858 | RH.WedgePart55.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5859 | RH.WedgePart55.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5860 | RH.WedgePart55.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 5861 | RH.WedgePart55.Material = Enum.Material.Metal | |
| 5862 | RH.WedgePart55.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5863 | RH.WedgePart55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5864 | RH.WedgePart55.Anchored = true | |
| 5865 | RH.WedgePart55.Rotation = Vector3.new(156.113647, -64.865921, -36.253582) | |
| 5866 | RH.WedgePart55.BrickColor = BrickColor.new("Smoky grey")
| |
| 5867 | RH.WedgePart55.Position = Vector3.new(2.82110405, 5.73350906, -0.0994189978) | |
| 5868 | RH.WedgePart55.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5869 | RH.WedgePart55.Parent = RH.Part1 | |
| 5870 | ||
| 5871 | RH.SpecialMesh45 = Instance.new("SpecialMesh")
| |
| 5872 | RH.SpecialMesh45.Scale = Vector3.new(1.09419024, 0.54709518, 8.47997379) | |
| 5873 | RH.SpecialMesh45.MeshType = Enum.MeshType.Wedge | |
| 5874 | RH.SpecialMesh45.Parent = RH.WedgePart55 | |
| 5875 | ||
| 5876 | RH.WedgePart56 = Instance.new("WedgePart")
| |
| 5877 | 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) | |
| 5878 | RH.WedgePart56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5879 | RH.WedgePart56.CanCollide = false | |
| 5880 | RH.WedgePart56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5881 | RH.WedgePart56.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5882 | RH.WedgePart56.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5883 | RH.WedgePart56.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 5884 | RH.WedgePart56.Material = Enum.Material.Metal | |
| 5885 | RH.WedgePart56.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5886 | RH.WedgePart56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5887 | RH.WedgePart56.Anchored = true | |
| 5888 | RH.WedgePart56.Rotation = Vector3.new(52.0697632, 65.445282, 145.613663) | |
| 5889 | RH.WedgePart56.BrickColor = BrickColor.new("Institutional white")
| |
| 5890 | RH.WedgePart56.Position = Vector3.new(1.42084098, 5.65732479, -0.649205983) | |
| 5891 | RH.WedgePart56.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5892 | RH.WedgePart56.Parent = RH.Part1 | |
| 5893 | ||
| 5894 | RH.SpecialMesh46 = Instance.new("SpecialMesh")
| |
| 5895 | RH.SpecialMesh46.Scale = Vector3.new(1.64128542, 1.36773813, 0.547095001) | |
| 5896 | RH.SpecialMesh46.MeshType = Enum.MeshType.Wedge | |
| 5897 | RH.SpecialMesh46.Parent = RH.WedgePart56 | |
| 5898 | ||
| 5899 | RH.WedgePart57 = Instance.new("WedgePart")
| |
| 5900 | 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) | |
| 5901 | RH.WedgePart57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5902 | RH.WedgePart57.CanCollide = false | |
| 5903 | RH.WedgePart57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5904 | RH.WedgePart57.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5905 | RH.WedgePart57.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5906 | RH.WedgePart57.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 5907 | RH.WedgePart57.Material = Enum.Material.Metal | |
| 5908 | RH.WedgePart57.Size = Vector3.new(0.218838051, 0.218838081, 0.328257084) | |
| 5909 | RH.WedgePart57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5910 | RH.WedgePart57.Anchored = true | |
| 5911 | RH.WedgePart57.Rotation = Vector3.new(-23.8534546, 64.8419037, -143.794281) | |
| 5912 | RH.WedgePart57.BrickColor = BrickColor.new("Smoky grey")
| |
| 5913 | RH.WedgePart57.Position = Vector3.new(2.61201191, 5.63892984, -0.203997001) | |
| 5914 | RH.WedgePart57.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5915 | RH.WedgePart57.Parent = RH.Part1 | |
| 5916 | ||
| 5917 | RH.WedgePart58 = Instance.new("WedgePart")
| |
| 5918 | 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) | |
| 5919 | RH.WedgePart58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5920 | RH.WedgePart58.CanCollide = false | |
| 5921 | RH.WedgePart58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5922 | RH.WedgePart58.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5923 | RH.WedgePart58.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5924 | RH.WedgePart58.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 5925 | RH.WedgePart58.Material = Enum.Material.Metal | |
| 5926 | RH.WedgePart58.Size = Vector3.new(0.218838051, 0.328257143, 0.27354753) | |
| 5927 | RH.WedgePart58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5928 | RH.WedgePart58.Anchored = true | |
| 5929 | RH.WedgePart58.Rotation = Vector3.new(52.104702, 65.4480972, -34.4144478) | |
| 5930 | RH.WedgePart58.BrickColor = BrickColor.new("Smoky grey")
| |
| 5931 | RH.WedgePart58.Position = Vector3.new(1.89839196, 5.29422998, -0.566848993) | |
| 5932 | RH.WedgePart58.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5933 | RH.WedgePart58.Parent = RH.Part1 | |
| 5934 | ||
| 5935 | RH.WedgePart59 = Instance.new("WedgePart")
| |
| 5936 | 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) | |
| 5937 | RH.WedgePart59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5938 | RH.WedgePart59.CanCollide = false | |
| 5939 | RH.WedgePart59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5940 | RH.WedgePart59.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5941 | RH.WedgePart59.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5942 | RH.WedgePart59.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 5943 | RH.WedgePart59.Material = Enum.Material.Metal | |
| 5944 | RH.WedgePart59.Size = Vector3.new(0.218838051, 0.465030938, 0.711223662) | |
| 5945 | RH.WedgePart59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5946 | RH.WedgePart59.Anchored = true | |
| 5947 | RH.WedgePart59.Rotation = Vector3.new(156.113647, -64.865921, -36.253582) | |
| 5948 | RH.WedgePart59.BrickColor = BrickColor.new("Smoky grey")
| |
| 5949 | RH.WedgePart59.Position = Vector3.new(3.83839393, 6.21478176, 0.415069997) | |
| 5950 | RH.WedgePart59.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5951 | RH.WedgePart59.Parent = RH.Part1 | |
| 5952 | ||
| 5953 | RH.WedgePart60 = Instance.new("WedgePart")
| |
| 5954 | 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) | |
| 5955 | RH.WedgePart60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5956 | RH.WedgePart60.CanCollide = false | |
| 5957 | RH.WedgePart60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5958 | RH.WedgePart60.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5959 | RH.WedgePart60.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5960 | RH.WedgePart60.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 5961 | RH.WedgePart60.Material = Enum.Material.Metal | |
| 5962 | RH.WedgePart60.Size = Vector3.new(0.218838051, 0.218838081, 0.27354756) | |
| 5963 | RH.WedgePart60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5964 | RH.WedgePart60.Anchored = true | |
| 5965 | RH.WedgePart60.Rotation = Vector3.new(156.113647, -64.865921, -36.253582) | |
| 5966 | RH.WedgePart60.BrickColor = BrickColor.new("Smoky grey")
| |
| 5967 | RH.WedgePart60.Position = Vector3.new(2.88438606, 5.69073296, -0.0870629996) | |
| 5968 | RH.WedgePart60.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5969 | RH.WedgePart60.Parent = RH.Part1 | |
| 5970 | ||
| 5971 | RH.WedgePart61 = Instance.new("WedgePart")
| |
| 5972 | 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) | |
| 5973 | RH.WedgePart61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5974 | RH.WedgePart61.CanCollide = false | |
| 5975 | RH.WedgePart61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5976 | RH.WedgePart61.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5977 | RH.WedgePart61.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5978 | RH.WedgePart61.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 5979 | RH.WedgePart61.Material = Enum.Material.Metal | |
| 5980 | RH.WedgePart61.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5981 | RH.WedgePart61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5982 | RH.WedgePart61.Anchored = true | |
| 5983 | RH.WedgePart61.Rotation = Vector3.new(99.6791611, 14.5610104, -69.2588959) | |
| 5984 | RH.WedgePart61.BrickColor = BrickColor.new("Institutional white")
| |
| 5985 | RH.WedgePart61.Position = Vector3.new(3.88310695, 6.5384779, 0.519432008) | |
| 5986 | RH.WedgePart61.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5987 | RH.WedgePart61.Parent = RH.Part1 | |
| 5988 | ||
| 5989 | RH.SpecialMesh47 = Instance.new("SpecialMesh")
| |
| 5990 | RH.SpecialMesh47.Scale = Vector3.new(1.64128542, 1.09419036, 0.27354756) | |
| 5991 | RH.SpecialMesh47.MeshType = Enum.MeshType.Wedge | |
| 5992 | RH.SpecialMesh47.Parent = RH.WedgePart61 | |
| 5993 | ||
| 5994 | RH.Part66 = Instance.new("Part")
| |
| 5995 | RH.Part66.Anchored = true | |
| 5996 | RH.Part66.CanCollide = false | |
| 5997 | RH.Part66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5998 | RH.Part66.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5999 | RH.Part66.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 6000 | RH.Part66.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6001 | RH.Part66.Material = Enum.Material.Metal | |
| 6002 | RH.Part66.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 6003 | RH.Part66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6004 | RH.Part66.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6005 | 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) | |
| 6006 | RH.Part66.Rotation = Vector3.new(15.1175413, -20.0436916, -74.4832993) | |
| 6007 | RH.Part66.BrickColor = BrickColor.new("Institutional white")
| |
| 6008 | RH.Part66.Position = Vector3.new(3.69878197, 6.44860792, 0.425494999) | |
| 6009 | RH.Part66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6010 | RH.Part66.Parent = RH.Part1 | |
| 6011 | ||
| 6012 | RH.BlockMesh27 = Instance.new("BlockMesh")
| |
| 6013 | RH.BlockMesh27.Scale = Vector3.new(0.27354756, 2.73547626, 1.64128542) | |
| 6014 | RH.BlockMesh27.Parent = RH.Part66 | |
| 6015 | ||
| 6016 | RH.WedgePart62 = Instance.new("WedgePart")
| |
| 6017 | 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) | |
| 6018 | RH.WedgePart62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6019 | RH.WedgePart62.CanCollide = false | |
| 6020 | RH.WedgePart62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6021 | RH.WedgePart62.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6022 | RH.WedgePart62.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6023 | RH.WedgePart62.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 6024 | RH.WedgePart62.Material = Enum.Material.Metal | |
| 6025 | RH.WedgePart62.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 6026 | RH.WedgePart62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6027 | RH.WedgePart62.Anchored = true | |
| 6028 | RH.WedgePart62.Rotation = Vector3.new(99.6686249, 14.5694065, 110.739532) | |
| 6029 | RH.WedgePart62.BrickColor = BrickColor.new("Institutional white")
| |
| 6030 | RH.WedgePart62.Position = Vector3.new(2.8431499, 6.34067678, 0.0729679987) | |
| 6031 | RH.WedgePart62.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6032 | RH.WedgePart62.Parent = RH.Part1 | |
| 6033 | ||
| 6034 | RH.SpecialMesh48 = Instance.new("SpecialMesh")
| |
| 6035 | RH.SpecialMesh48.Scale = Vector3.new(1.64128542, 10.3948097, 0.27354756) | |
| 6036 | RH.SpecialMesh48.MeshType = Enum.MeshType.Wedge | |
| 6037 | RH.SpecialMesh48.Parent = RH.WedgePart62 | |
| 6038 | ||
| 6039 | RH.WedgePart63 = Instance.new("WedgePart")
| |
| 6040 | 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) | |
| 6041 | RH.WedgePart63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6042 | RH.WedgePart63.CanCollide = false | |
| 6043 | RH.WedgePart63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6044 | RH.WedgePart63.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6045 | RH.WedgePart63.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6046 | RH.WedgePart63.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 6047 | RH.WedgePart63.Material = Enum.Material.Metal | |
| 6048 | RH.WedgePart63.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 6049 | RH.WedgePart63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6050 | RH.WedgePart63.Anchored = true | |
| 6051 | RH.WedgePart63.Rotation = Vector3.new(156.113647, -64.865921, -36.253582) | |
| 6052 | RH.WedgePart63.BrickColor = BrickColor.new("Institutional white")
| |
| 6053 | RH.WedgePart63.Position = Vector3.new(3.97114897, 6.50039911, 0.542415977) | |
| 6054 | RH.WedgePart63.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6055 | RH.WedgePart63.Parent = RH.Part1 | |
| 6056 | ||
| 6057 | RH.SpecialMesh49 = Instance.new("SpecialMesh")
| |
| 6058 | RH.SpecialMesh49.Scale = Vector3.new(1.64128542, 0.273547649, 0.27354756) | |
| 6059 | RH.SpecialMesh49.MeshType = Enum.MeshType.Wedge | |
| 6060 | RH.SpecialMesh49.Parent = RH.WedgePart63 | |
| 6061 | ||
| 6062 | RH.Part67 = Instance.new("Part")
| |
| 6063 | RH.Part67.Anchored = true | |
| 6064 | RH.Part67.CanCollide = false | |
| 6065 | RH.Part67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6066 | RH.Part67.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6067 | RH.Part67.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 6068 | RH.Part67.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6069 | RH.Part67.Material = Enum.Material.Metal | |
| 6070 | RH.Part67.Size = Vector3.new(0.333728105, 0.257134736, 0.279018462) | |
| 6071 | RH.Part67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6072 | RH.Part67.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6073 | 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) | |
| 6074 | RH.Part67.Rotation = Vector3.new(52.104702, 65.4480972, -34.4144478) | |
| 6075 | RH.Part67.BrickColor = BrickColor.new("Smoky grey")
| |
| 6076 | RH.Part67.Position = Vector3.new(3.60089207, 6.33050013, 0.356582999) | |
| 6077 | RH.Part67.Shape = Enum.PartType.Cylinder | |
| 6078 | RH.Part67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6079 | RH.Part67.Parent = RH.Part1 | |
| 6080 | ||
| 6081 | RH.WedgePart64 = Instance.new("WedgePart")
| |
| 6082 | 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) | |
| 6083 | RH.WedgePart64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6084 | RH.WedgePart64.CanCollide = false | |
| 6085 | RH.WedgePart64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6086 | RH.WedgePart64.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6087 | RH.WedgePart64.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6088 | RH.WedgePart64.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 6089 | RH.WedgePart64.Material = Enum.Material.Metal | |
| 6090 | RH.WedgePart64.Size = Vector3.new(0.328257084, 0.35561192, 0.54709512) | |
| 6091 | RH.WedgePart64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6092 | RH.WedgePart64.Anchored = true | |
| 6093 | RH.WedgePart64.Rotation = Vector3.new(156.113647, -64.865921, -36.253582) | |
| 6094 | RH.WedgePart64.BrickColor = BrickColor.new("Institutional white")
| |
| 6095 | RH.WedgePart64.Position = Vector3.new(3.75035405, 6.25285006, 0.392085999) | |
| 6096 | RH.WedgePart64.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6097 | RH.WedgePart64.Parent = RH.Part1 | |
| 6098 | ||
| 6099 | RH.WedgePart65 = Instance.new("WedgePart")
| |
| 6100 | 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) | |
| 6101 | RH.WedgePart65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6102 | RH.WedgePart65.CanCollide = false | |
| 6103 | RH.WedgePart65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6104 | RH.WedgePart65.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6105 | RH.WedgePart65.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6106 | RH.WedgePart65.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 6107 | RH.WedgePart65.Material = Enum.Material.Metal | |
| 6108 | RH.WedgePart65.Size = Vector3.new(0.328257084, 0.27354762, 0.218838021) | |
| 6109 | RH.WedgePart65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6110 | RH.WedgePart65.Anchored = true | |
| 6111 | RH.WedgePart65.Rotation = Vector3.new(-127.922913, -65.4557953, 34.3824844) | |
| 6112 | RH.WedgePart65.BrickColor = BrickColor.new("Institutional white")
| |
| 6113 | RH.WedgePart65.Position = Vector3.new(1.929703, 5.31021881, -0.550705016) | |
| 6114 | RH.WedgePart65.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6115 | RH.WedgePart65.Parent = RH.Part1 | |
| 6116 | ||
| 6117 | RH.Part68 = Instance.new("Part")
| |
| 6118 | RH.Part68.Anchored = true | |
| 6119 | RH.Part68.CanCollide = false | |
| 6120 | RH.Part68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6121 | RH.Part68.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6122 | RH.Part68.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 6123 | RH.Part68.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6124 | RH.Part68.Material = Enum.Material.Metal | |
| 6125 | RH.Part68.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 6126 | RH.Part68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6127 | RH.Part68.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6128 | 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) | |
| 6129 | RH.Part68.Rotation = Vector3.new(15.1168346, -20.0464687, -14.4842358) | |
| 6130 | RH.Part68.BrickColor = BrickColor.new("Institutional white")
| |
| 6131 | RH.Part68.Position = Vector3.new(1.48509097, 5.90689993, -0.557479978) | |
| 6132 | RH.Part68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6133 | RH.Part68.Parent = RH.Part1 | |
| 6134 | ||
| 6135 | RH.BlockMesh28 = Instance.new("BlockMesh")
| |
| 6136 | RH.BlockMesh28.Scale = Vector3.new(0.547094882, 1.36773813, 1.64128542) | |
| 6137 | RH.BlockMesh28.Parent = RH.Part68 | |
| 6138 | ||
| 6139 | RH.Part69 = Instance.new("Part")
| |
| 6140 | RH.Part69.Anchored = true | |
| 6141 | RH.Part69.CanCollide = false | |
| 6142 | RH.Part69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6143 | RH.Part69.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6144 | RH.Part69.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 6145 | RH.Part69.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6146 | RH.Part69.Material = Enum.Material.Metal | |
| 6147 | RH.Part69.Size = Vector3.new(0.465030789, 1.96954262, 0.218838036) | |
| 6148 | RH.Part69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6149 | RH.Part69.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6150 | 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) | |
| 6151 | RH.Part69.Rotation = Vector3.new(15.1179667, -20.0440922, -74.4838257) | |
| 6152 | RH.Part69.BrickColor = BrickColor.new("Smoky grey")
| |
| 6153 | RH.Part69.Position = Vector3.new(2.6250999, 5.98401022, -0.105803996) | |
| 6154 | RH.Part69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6155 | RH.Part69.Parent = RH.Part1 | |
| 6156 | ||
| 6157 | RH.Part70 = Instance.new("Part")
| |
| 6158 | RH.Part70.Anchored = true | |
| 6159 | RH.Part70.CanCollide = false | |
| 6160 | RH.Part70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6161 | RH.Part70.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6162 | RH.Part70.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 6163 | RH.Part70.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6164 | RH.Part70.Material = Enum.Material.Metal | |
| 6165 | RH.Part70.Size = Vector3.new(0.656514108, 0.328257143, 0.328257084) | |
| 6166 | RH.Part70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6167 | RH.Part70.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6168 | 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) | |
| 6169 | RH.Part70.Rotation = Vector3.new(15.1168346, -20.0464687, -14.4842358) | |
| 6170 | RH.Part70.BrickColor = BrickColor.new("Institutional white")
| |
| 6171 | RH.Part70.Position = Vector3.new(1.82701194, 5.75635099, -0.468941003) | |
| 6172 | RH.Part70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6173 | RH.Part70.Parent = RH.Part1 | |
| 6174 | ||
| 6175 | RH.Part71 = Instance.new("Part")
| |
| 6176 | RH.Part71.Anchored = true | |
| 6177 | RH.Part71.CanCollide = false | |
| 6178 | RH.Part71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6179 | RH.Part71.Name = "Handle" | |
| 6180 | RH.Part71.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6181 | RH.Part71.Transparency = 1 | |
| 6182 | RH.Part71.Color = Color3.new(0.905882, 0.905882, 0.92549) | |
| 6183 | RH.Part71.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6184 | RH.Part71.Material = Enum.Material.Metal | |
| 6185 | RH.Part71.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918) | |
| 6186 | RH.Part71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6187 | RH.Part71.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6188 | 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) | |
| 6189 | RH.Part71.Rotation = Vector3.new(52.1095581, 65.4485855, -34.4170189) | |
| 6190 | RH.Part71.BrickColor = BrickColor.new("Pearl")
| |
| 6191 | RH.Part71.Position = Vector3.new(1.68928301, 5.49075508, -0.593330026) | |
| 6192 | RH.Part71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6193 | RH.Part71.Parent = RH.Part1 | |
| 6194 | ||
| 6195 | RH.Part72 = Instance.new("Part")
| |
| 6196 | RH.Part72.Anchored = true | |
| 6197 | RH.Part72.CanCollide = false | |
| 6198 | RH.Part72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6199 | RH.Part72.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6200 | RH.Part72.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 6201 | RH.Part72.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6202 | RH.Part72.Material = Enum.Material.Metal | |
| 6203 | RH.Part72.Size = Vector3.new(0.437676042, 0.382966667, 0.328257084) | |
| 6204 | RH.Part72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6205 | RH.Part72.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6206 | 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) | |
| 6207 | RH.Part72.Rotation = Vector3.new(15.1168346, -20.0464687, -14.4842358) | |
| 6208 | RH.Part72.BrickColor = BrickColor.new("Institutional white")
| |
| 6209 | RH.Part72.Position = Vector3.new(1.64396501, 5.46778488, -0.61610198) | |
| 6210 | RH.Part72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6211 | RH.Part72.Parent = RH.Part1 | |
| 6212 | ||
| 6213 | RH.Part73 = Instance.new("Part")
| |
| 6214 | RH.Part73.Anchored = true | |
| 6215 | RH.Part73.CanCollide = false | |
| 6216 | RH.Part73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6217 | RH.Part73.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6218 | RH.Part73.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 6219 | RH.Part73.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6220 | RH.Part73.Material = Enum.Material.Metal | |
| 6221 | RH.Part73.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 6222 | RH.Part73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6223 | RH.Part73.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6224 | 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) | |
| 6225 | RH.Part73.Rotation = Vector3.new(15.1168346, -20.0464687, -14.4842358) | |
| 6226 | RH.Part73.BrickColor = BrickColor.new("Institutional white")
| |
| 6227 | RH.Part73.Position = Vector3.new(1.97467804, 5.48492193, -0.486485988) | |
| 6228 | RH.Part73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6229 | RH.Part73.Parent = RH.Part1 | |
| 6230 | ||
| 6231 | RH.BlockMesh29 = Instance.new("BlockMesh")
| |
| 6232 | RH.BlockMesh29.Scale = Vector3.new(1.09419, 0.54709518, 1.64128542) | |
| 6233 | RH.BlockMesh29.Parent = RH.Part73 | |
| 6234 | ||
| 6235 | RH.WedgePart66 = Instance.new("WedgePart")
| |
| 6236 | 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) | |
| 6237 | RH.WedgePart66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6238 | RH.WedgePart66.CanCollide = false | |
| 6239 | RH.WedgePart66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6240 | RH.WedgePart66.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6241 | RH.WedgePart66.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6242 | RH.WedgePart66.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 6243 | RH.WedgePart66.Material = Enum.Material.Metal | |
| 6244 | RH.WedgePart66.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 6245 | RH.WedgePart66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6246 | RH.WedgePart66.Anchored = true | |
| 6247 | RH.WedgePart66.Rotation = Vector3.new(52.0697632, 65.445282, 145.613663) | |
| 6248 | RH.WedgePart66.BrickColor = BrickColor.new("Institutional white")
| |
| 6249 | RH.WedgePart66.Position = Vector3.new(1.66789901, 4.50456095, -0.867361009) | |
| 6250 | RH.WedgePart66.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6251 | RH.WedgePart66.Parent = RH.Part1 | |
| 6252 | ||
| 6253 | RH.SpecialMesh50 = Instance.new("SpecialMesh")
| |
| 6254 | RH.SpecialMesh50.Scale = Vector3.new(1.64128542, 0.54709518, 0.547095001) | |
| 6255 | RH.SpecialMesh50.MeshType = Enum.MeshType.Wedge | |
| 6256 | RH.SpecialMesh50.Parent = RH.WedgePart66 | |
| 6257 | ||
| 6258 | RH.Part74 = Instance.new("Part")
| |
| 6259 | RH.Part74.Anchored = true | |
| 6260 | RH.Part74.CanCollide = false | |
| 6261 | RH.Part74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6262 | RH.Part74.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6263 | RH.Part74.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 6264 | RH.Part74.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6265 | RH.Part74.Material = Enum.Material.Metal | |
| 6266 | RH.Part74.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 6267 | RH.Part74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6268 | RH.Part74.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6269 | 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) | |
| 6270 | RH.Part74.Rotation = Vector3.new(52.104702, 65.4480972, -34.4144478) | |
| 6271 | RH.Part74.BrickColor = BrickColor.new("Smoky grey")
| |
| 6272 | RH.Part74.Position = Vector3.new(2.10704994, 5.10715675, -0.693480968) | |
| 6273 | RH.Part74.Shape = Enum.PartType.Cylinder | |
| 6274 | RH.Part74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6275 | RH.Part74.Parent = RH.Part1 | |
| 6276 | ||
| 6277 | RH.SpecialMesh51 = Instance.new("SpecialMesh")
| |
| 6278 | RH.SpecialMesh51.Scale = Vector3.new(0.27354756, 0.820642889, 0.54709506) | |
| 6279 | RH.SpecialMesh51.MeshType = Enum.MeshType.Cylinder | |
| 6280 | RH.SpecialMesh51.Parent = RH.Part74 | |
| 6281 | ||
| 6282 | RH.WedgePart67 = Instance.new("WedgePart")
| |
| 6283 | 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) | |
| 6284 | RH.WedgePart67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6285 | RH.WedgePart67.CanCollide = false | |
| 6286 | RH.WedgePart67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6287 | RH.WedgePart67.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6288 | RH.WedgePart67.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6289 | RH.WedgePart67.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 6290 | RH.WedgePart67.Material = Enum.Material.Metal | |
| 6291 | RH.WedgePart67.Size = Vector3.new(0.328257084, 0.27354762, 0.218838021) | |
| 6292 | RH.WedgePart67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6293 | RH.WedgePart67.Anchored = true | |
| 6294 | RH.WedgePart67.Rotation = Vector3.new(-127.877655, -65.4340134, -145.576233) | |
| 6295 | RH.WedgePart67.BrickColor = BrickColor.new("Institutional white")
| |
| 6296 | RH.WedgePart67.Position = Vector3.new(2.11589408, 5.18853712, -0.513216019) | |
| 6297 | RH.WedgePart67.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6298 | RH.WedgePart67.Parent = RH.Part1 | |
| 6299 | ||
| 6300 | RH.WedgePart68 = Instance.new("WedgePart")
| |
| 6301 | 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) | |
| 6302 | RH.WedgePart68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6303 | RH.WedgePart68.CanCollide = false | |
| 6304 | RH.WedgePart68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6305 | RH.WedgePart68.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6306 | RH.WedgePart68.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6307 | RH.WedgePart68.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 6308 | RH.WedgePart68.Material = Enum.Material.Metal | |
| 6309 | RH.WedgePart68.Size = Vector3.new(0.328257084, 0.27354762, 0.218838021) | |
| 6310 | RH.WedgePart68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6311 | RH.WedgePart68.Anchored = true | |
| 6312 | RH.WedgePart68.Rotation = Vector3.new(52.104702, 65.4480972, -34.4144478) | |
| 6313 | RH.WedgePart68.BrickColor = BrickColor.new("Institutional white")
| |
| 6314 | RH.WedgePart68.Position = Vector3.new(1.91684794, 5.26029587, -0.569042027) | |
| 6315 | RH.WedgePart68.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6316 | RH.WedgePart68.Parent = RH.Part1 | |
| 6317 | ||
| 6318 | RH.Part75 = Instance.new("Part")
| |
| 6319 | RH.Part75.Anchored = true | |
| 6320 | RH.Part75.CanCollide = false | |
| 6321 | RH.Part75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6322 | RH.Part75.Name = "Handle" | |
| 6323 | RH.Part75.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6324 | RH.Part75.Transparency = 1 | |
| 6325 | RH.Part75.Color = Color3.new(0.905882, 0.905882, 0.92549) | |
| 6326 | RH.Part75.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6327 | RH.Part75.Material = Enum.Material.Metal | |
| 6328 | RH.Part75.Size = Vector3.new(0.211754948, 0.211754918, 0.211754918) | |
| 6329 | RH.Part75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6330 | RH.Part75.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6331 | 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) | |
| 6332 | RH.Part75.Rotation = Vector3.new(52.1095581, 65.4485855, -34.4170189) | |
| 6333 | RH.Part75.BrickColor = BrickColor.new("Pearl")
| |
| 6334 | RH.Part75.Position = Vector3.new(1.56169403, 5.05760813, -0.758596003) | |
| 6335 | RH.Part75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6336 | RH.Part75.Parent = RH.Part1 | |
| 6337 | ||
| 6338 | RH.Part76 = Instance.new("Part")
| |
| 6339 | RH.Part76.Anchored = true | |
| 6340 | RH.Part76.CanCollide = false | |
| 6341 | RH.Part76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6342 | RH.Part76.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6343 | RH.Part76.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 6344 | RH.Part76.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6345 | RH.Part76.Material = Enum.Material.Metal | |
| 6346 | RH.Part76.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 6347 | RH.Part76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6348 | RH.Part76.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6349 | 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) | |
| 6350 | RH.Part76.Rotation = Vector3.new(15.1168346, -20.0464687, -14.4842358) | |
| 6351 | RH.Part76.BrickColor = BrickColor.new("Institutional white")
| |
| 6352 | RH.Part76.Position = Vector3.new(1.81719303, 4.45074081, -0.825483024) | |
| 6353 | RH.Part76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6354 | RH.Part76.Parent = RH.Part1 | |
| 6355 | ||
| 6356 | RH.BlockMesh30 = Instance.new("BlockMesh")
| |
| 6357 | RH.BlockMesh30.Scale = Vector3.new(1.09419012, 0.547095597, 1.64128542) | |
| 6358 | RH.BlockMesh30.Parent = RH.Part76 | |
| 6359 | ||
| 6360 | RH.Part77 = Instance.new("Part")
| |
| 6361 | RH.Part77.Anchored = true | |
| 6362 | RH.Part77.CanCollide = false | |
| 6363 | RH.Part77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6364 | RH.Part77.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6365 | RH.Part77.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
| 6366 | RH.Part77.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6367 | RH.Part77.Material = Enum.Material.Metal | |
| 6368 | RH.Part77.Size = Vector3.new(0.437676042, 0.382966667, 0.328257084) | |
| 6369 | RH.Part77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6370 | RH.Part77.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6371 | 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) | |
| 6372 | RH.Part77.Rotation = Vector3.new(15.1168346, -20.0464687, -14.4842358) | |
| 6373 | RH.Part77.BrickColor = BrickColor.new("Institutional white")
| |
| 6374 | RH.Part77.Position = Vector3.new(1.54115999, 5.06846094, -0.762872994) | |
| 6375 | RH.Part77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6376 | RH.Part77.Parent = RH.Part1 | |
| 6377 | ||
| 6378 | RH.Part78 = Instance.new("Part")
| |
| 6379 | RH.Part78.Anchored = true | |
| 6380 | RH.Part78.CanCollide = false | |
| 6381 | RH.Part78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6382 | RH.Part78.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6383 | RH.Part78.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 6384 | RH.Part78.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6385 | RH.Part78.Material = Enum.Material.Metal | |
| 6386 | RH.Part78.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 6387 | RH.Part78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6388 | RH.Part78.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6389 | 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) | |
| 6390 | RH.Part78.Rotation = Vector3.new(52.104702, 65.4480972, -34.4144478) | |
| 6391 | RH.Part78.BrickColor = BrickColor.new("Smoky grey")
| |
| 6392 | RH.Part78.Position = Vector3.new(2.01108289, 5.03852177, -0.439543009) | |
| 6393 | RH.Part78.Shape = Enum.PartType.Cylinder | |
| 6394 | RH.Part78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6395 | RH.Part78.Parent = RH.Part1 | |
| 6396 | ||
| 6397 | RH.SpecialMesh52 = Instance.new("SpecialMesh")
| |
| 6398 | RH.SpecialMesh52.Scale = Vector3.new(0.27354756, 0.820642889, 0.54709506) | |
| 6399 | RH.SpecialMesh52.MeshType = Enum.MeshType.Cylinder | |
| 6400 | RH.SpecialMesh52.Parent = RH.Part78 | |
| 6401 | ||
| 6402 | RH.Fire1 = Instance.new("Fire")
| |
| 6403 | RH.Fire1.Enabled = false | |
| 6404 | RH.Fire1.Heat = 25 | |
| 6405 | RH.Fire1.SecondaryColor = Color3.new(1, 0, 0) | |
| 6406 | RH.Fire1.Color = Color3.new(1, 0.635294, 0) | |
| 6407 | RH.Fire1.Size = 30 | |
| 6408 | RH.Fire1.Parent = RH.Part1 | |
| 6409 | ||
| 6410 | RH.Script1 = Instance.new("Script")
| |
| 6411 | RH.Script1.Name = "Spread" | |
| 6412 | RH.Script1.Parent = RH.Fire1 | |
| 6413 | ||
| 6414 | local function weldModel(model, weldRoot) | |
| 6415 | local parts = {}
| |
| 6416 | local function recurse(object) | |
| 6417 | if object:IsA("BasePart") then
| |
| 6418 | table.insert(parts, object) | |
| 6419 | end | |
| 6420 | for _, child in next, object:GetChildren() do | |
| 6421 | recurse(child) | |
| 6422 | end | |
| 6423 | end | |
| 6424 | recurse(model) | |
| 6425 | local rootPart = weldRoot or parts[1] | |
| 6426 | for _, part in next, parts do | |
| 6427 | local cframe = rootPart.CFrame:toObjectSpace(part.CFrame) | |
| 6428 | local weld = Instance.new("Weld")
| |
| 6429 | weld.Part0 = rootPart | |
| 6430 | weld.Part1 = part | |
| 6431 | weld.C0 = cframe | |
| 6432 | weld.Parent = rootPart | |
| 6433 | part.Anchored = false | |
| 6434 | end | |
| 6435 | end | |
| 6436 | weldModel(RH.Model1, RH.Part1) | |
| 6437 | ||
| 6438 | local function makeWeld(rootPart, offPart, C0, C1) | |
| 6439 | C0 = C0 or rootPart.CFrame:toObjectSpace(offPart.CFrame) | |
| 6440 | C1 = C1 or nC | |
| 6441 | local newWeld = Instance.new("Motor6D", rootPart)
| |
| 6442 | newWeld.Part0 = rootPart | |
| 6443 | newWeld.Part1 = offPart | |
| 6444 | newWeld.C0 = C0 | |
| 6445 | newWeld.C1 = C1 | |
| 6446 | return newWeld | |
| 6447 | end | |
| 6448 | ||
| 6449 | makeWeld(Game.Players.LocalPlayer.Character.Torso, RH.Part1, CFrame.new(0, -2.4, 1.1), CFrame.new(0, 0, 0)) | |
| 6450 | ||
| 6451 | maus.KeyDown:connect(function(kei) | |
| 6452 | if string.byte(kei)==48 and not otheranims then | |
| 6453 | runnin=true | |
| 6454 | end | |
| 6455 | if kei=='w' then fldb.w=true end | |
| 6456 | if kei=='a' then fldb.a=true end | |
| 6457 | if kei=='s' then fldb.s=true end | |
| 6458 | if kei=='d' then fldb.d=true end | |
| 6459 | end) | |
| 6460 | maus.KeyUp:connect(function(kei) | |
| 6461 | if string.byte(kei)==48 and not otheranims then | |
| 6462 | runnin=false | |
| 6463 | end | |
| 6464 | if kei=='w' then fldb.w=false end | |
| 6465 | if kei=='a' then fldb.a=false end | |
| 6466 | if kei=='s' then fldb.s=false end | |
| 6467 | if kei=='d' then fldb.d=false end | |
| 6468 | end) | |
| 6469 | ||
| 6470 | ||
| 6471 | ||
| 6472 | ||
| 6473 | ||
| 6474 | game:service'RunService'.RenderStepped:connect(function() | |
| 6475 | if anim~=lastanim then | |
| 6476 | runtime=0 | |
| 6477 | end | |
| 6478 | lastanim=anim | |
| 6479 | chr.Humanoid.CameraOffset=(rutprt.CFrame:toObjectSpace(hed.CFrame)).p+Vector3.new(0,-1.25,0) | |
| 6480 | syne=syne+.95 | |
| 6481 | if not otheranims and not swimming then | |
| 6482 | 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 | |
| 6483 | anim="Idling" | |
| 6484 | 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 | |
| 6485 | anim="Walking" | |
| 6486 | 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 | |
| 6487 | anim="Sprinting" | |
| 6488 | elseif torso.Velocity.y>5 and chr.Humanoid.Jump then | |
| 6489 | anim='Jumping' | |
| 6490 | elseif (torso.Velocity.y < -5) and chr.Humanoid.Jump then | |
| 6491 | anim='Falling' | |
| 6492 | end | |
| 6493 | end | |
| 6494 | ||
| 6495 | ||
| 6496 | if anim=="Idling" then | |
| 6497 | idlesineinc=35 | |
| 6498 | 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) | |
| 6499 | 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) | |
| 6500 | 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) | |
| 6501 | 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) | |
| 6502 | 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) | |
| 6503 | 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) | |
| 6504 | end | |
| 6505 | ||
| 6506 | if anim=="Walking" then | |
| 6507 | 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) | |
| 6508 | 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) | |
| 6509 | lleg.Weld.C0=Lerp(lleg.Weld.C0,CFrame.new(0, 0, 0),.1) | |
| 6510 | rleg.Weld.C0=Lerp(rleg.Weld.C0,CFrame.new(0, 0, 0),.1) | |
| 6511 | 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) | |
| 6512 | 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) | |
| 6513 | end | |
| 6514 | ||
| 6515 | if anim=="Sprinting" then | |
| 6516 | 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) | |
| 6517 | 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) | |
| 6518 | 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) | |
| 6519 | 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) | |
| 6520 | 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) | |
| 6521 | 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) | |
| 6522 | end | |
| 6523 | ||
| 6524 | if anim=="Jumping" then | |
| 6525 | rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(1.5,.525,0)*CFrame.Angles(math.rad(10),0,math.rad(50)),.1) | |
| 6526 | larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(-1.5,.525,0)*CFrame.Angles(math.rad(10),0,math.rad(-50)),.1) | |
| 6527 | 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) | |
| 6528 | 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) | |
| 6529 | 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) | |
| 6530 | 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) | |
| 6531 | end | |
| 6532 | ||
| 6533 | if anim=="Falling" then | |
| 6534 | rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(1.5,.525,0)*CFrame.Angles(math.rad(10),0,math.rad(70)),.035) | |
| 6535 | larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(-1.5,.525,0)*CFrame.Angles(math.rad(10),0,math.rad(-70)),.035) | |
| 6536 | lleg.Weld.C0=Lerp(lleg.Weld.C0,CFrame.new(-.55,-1.2,0)*CFrame.Angles(math.rad(-14),0,math.rad(-2.5)),.035) | |
| 6537 | rleg.Weld.C0=Lerp(rleg.Weld.C0,CFrame.new(.55,-1.9,0)*CFrame.Angles(math.rad(0),0,math.rad(2.5)),.035) | |
| 6538 | hed.Weld.C0=Lerp(hed.Weld.C0,CFrame.new(0,1.5,-.3)*CFrame.Angles(math.rad(-40),0,0),.035) | |
| 6539 | 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) | |
| 6540 | end | |
| 6541 | ||
| 6542 | if runnin and not otheranims and not swimming then | |
| 6543 | chr.Humanoid.WalkSpeed=RunSpeed | |
| 6544 | elseif not runnin and not otheranims and not swimming then | |
| 6545 | chr.Humanoid.WalkSpeed=WlkSpeed | |
| 6546 | end | |
| 6547 | end) |