Advertisement
TheFakeFew

Blackburn

Jan 6th, 2023 (edited)
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 324.02 KB | None | 0 0
  1. local Player = owner
  2. local Mouse,mouse,UserInputService,ContextActionService
  3. do
  4.     script.Parent = Player.Character
  5.     local CAS = {Actions={}}
  6.     local Event = Instance.new("RemoteEvent")
  7.     Event.Name = "UserInput_Event"
  8.     Event.Parent = Player.Character
  9.     local fakeEvent = function()
  10.         local t = {_fakeEvent=true}
  11.         t.Connect = function(self,f)self.Function=f end
  12.         t.connect = t.Connect
  13.         return t
  14.     end
  15.     local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  16.     local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  17.     function CAS:BindAction(name,fun,touch,...)
  18.         CAS.Actions[name] = {Name=name,Function=fun,Keys={...}}
  19.     end
  20.     function CAS:UnbindAction(name)
  21.         CAS.Actions[name] = nil
  22.     end
  23.     local function te(self,ev,...)
  24.         local t = m[ev]
  25.         if t and t._fakeEvent and t.Function then
  26.             t.Function(...)
  27.         end
  28.     end
  29.     m.TrigEvent = te
  30.     UIS.TrigEvent = te
  31.     Event.OnServerEvent:Connect(function(plr,io)
  32.         if plr~=Player then return end
  33.         if io.isMouse then
  34.             m.Target = io.Target
  35.             m.Hit = io.Hit
  36.         elseif io.UserInputType == Enum.UserInputType.MouseButton1 then
  37.             if io.UserInputState == Enum.UserInputState.Begin then
  38.                 m:TrigEvent("Button1Down")
  39.             else
  40.                 m:TrigEvent("Button1Up")
  41.             end
  42.         else
  43.             for n,t in pairs(CAS.Actions) do
  44.                 for _,k in pairs(t.Keys) do
  45.                     if k==io.KeyCode then
  46.                         t.Function(t.Name,io.UserInputState,io)
  47.                     end
  48.                 end
  49.             end
  50.             if io.UserInputState == Enum.UserInputState.Begin then
  51.                 m:TrigEvent("KeyDown",io.KeyCode.Name:lower())
  52.                 UIS:TrigEvent("InputBegan",io,false)
  53.             else
  54.                 m:TrigEvent("KeyUp",io.KeyCode.Name:lower())
  55.                 UIS:TrigEvent("InputEnded",io,false)
  56.             end
  57.         end
  58.     end)
  59.     Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  60. end
  61. NLS([[local Player = game:GetService("Players").LocalPlayer
  62.    
  63.     local Char = Player.Character
  64.     local Event = Char:WaitForChild("UserInput_Event")
  65.    
  66.     local UIS = game:GetService("UserInputService")
  67.    
  68.     local input = function(io,a)
  69.         if a then return end
  70.         local io = {KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState}
  71.         Event:FireServer(io)
  72.     end
  73.     UIS.InputBegan:Connect(input)
  74.     UIS.InputEnded:Connect(input)
  75.     local Changed = false
  76.     local Mouse = Player:GetMouse()
  77.     local h,t = Mouse.Hit,Mouse.Target
  78.     while wait(1/30) do
  79.         if h~=Mouse.Hit or t~=Mouse.Target then
  80.             Event:FireServer({isMouse=true,Target=Mouse.Target,Hit=Mouse.Hit})
  81.             h,t=Mouse.Hit,Mouse.Target
  82.         end
  83. end]],script)
  84.  
  85. Character=Player.Character
  86. Character.Humanoid.Name = "Humanoid"
  87. hum = Character.Humanoid
  88. LeftArm=Character["Left Arm"]
  89. LeftLeg=Character["Left Leg"]
  90. RightArm=Character["Right Arm"]
  91. RightLeg=Character["Right Leg"]
  92. Root=Character["HumanoidRootPart"]
  93. Head=Character["Head"]
  94. Torso=Character["Torso"]
  95. Neck=Torso["Neck"]
  96. walking = false
  97. attacking = false
  98. tauntdebounce = false
  99. themeallow = true
  100. secondform = false
  101. position = nil
  102. MseGuide = true
  103. equipping = false
  104. settime = 0
  105. sine = 0
  106. sine2 = 0
  107. ws = 70
  108. hpheight = 1.5
  109. change = 1
  110. change2 = .8
  111. dgs = 75
  112. hum.HipHeight = 1.5
  113. RunSrv = game:GetService("RunService")
  114. RenderStepped = game:GetService("RunService").RenderStepped
  115. removeuseless = game:GetService("Debris")
  116. smoothen = game:GetService("TweenService")
  117. cam = workspace.CurrentCamera
  118. local armorparts = {}
  119. local dmt2 = {1837301451}
  120. local bloodfolder = Instance.new("Folder",Torso)
  121. local tauntable = {3557402069,3557426002,3557460167,3557462661,3557550918,3557553490,3557543052}
  122. local killable = {3557419999,3557432038,3557436048,3557442321,3557446137,3557448288,3557466476,3557513085,3557515724,3557520332,3557538304,3557548834}
  123. shadeson = true
  124. shadesoff = false
  125.  
  126. screenGui = Instance.new("ScreenGui")
  127. screenGui.Parent = script.Parent
  128.  
  129. local HEADLERP = Instance.new("ManualWeld")
  130. HEADLERP.Parent = Head
  131. HEADLERP.Part0 = Head
  132. HEADLERP.Part1 = Head
  133. HEADLERP.C0 = CFrame.new(0, -1.5, -0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  134.  
  135. local TORSOLERP = Instance.new("ManualWeld")
  136. TORSOLERP.Parent = Root
  137. TORSOLERP.Part0 = Torso
  138. TORSOLERP.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  139.  
  140. local ROOTLERP = Instance.new("ManualWeld")
  141. ROOTLERP.Parent = Root
  142. ROOTLERP.Part0 = Root
  143. ROOTLERP.Part1 = Torso
  144. ROOTLERP.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  145.  
  146. local RIGHTARMLERP = Instance.new("ManualWeld")
  147. RIGHTARMLERP.Parent = RightArm
  148. RIGHTARMLERP.Part0 = RightArm
  149. RIGHTARMLERP.Part1 = Torso
  150. RIGHTARMLERP.C0 = CFrame.new(-1.5, 0, -0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  151.  
  152. local LEFTARMLERP = Instance.new("ManualWeld")
  153. LEFTARMLERP.Parent = LeftArm
  154. LEFTARMLERP.Part0 = LeftArm
  155. LEFTARMLERP.Part1 = Torso
  156. LEFTARMLERP.C0 = CFrame.new(1.5, 0, -0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  157.  
  158. local RIGHTLEGLERP = Instance.new("ManualWeld")
  159. RIGHTLEGLERP.Parent = RightLeg
  160. RIGHTLEGLERP.Part0 = RightLeg
  161. RIGHTLEGLERP.Part1 = Torso
  162. RIGHTLEGLERP.C0 = CFrame.new(-0.5, 2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  163.  
  164. local LEFTLEGLERP = Instance.new("ManualWeld")
  165. LEFTLEGLERP.Parent = LeftLeg
  166. LEFTLEGLERP.Part0 = LeftLeg
  167. LEFTLEGLERP.Part1 = Torso
  168. LEFTLEGLERP.C0 = CFrame.new(0.5, 2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  169.  
  170. local function weldBetween(a, b)
  171.     local weld = Instance.new("ManualWeld", a)
  172.     weld.Part0 = a
  173.     weld.Part1 = b
  174.     weld.C0 = a.CFrame:inverse() * b.CFrame
  175.     return weld
  176. end
  177.  
  178. function MAKETRAIL(PARENT,POSITION1,POSITION2,LIFETIME,COLOR)
  179.     A = Instance.new("Attachment", PARENT)
  180.     A.Position = POSITION1
  181.     A.Name = "A"
  182.     B = Instance.new("Attachment", PARENT)
  183.     B.Position = POSITION2
  184.     B.Name = "B"
  185.     x = Instance.new("Trail", PARENT)
  186.     x.Attachment0 = A
  187.     x.Attachment1 = B
  188.     x.Enabled = true
  189.     x.Lifetime = LIFETIME
  190.     x.TextureMode = "Static"
  191.     x.LightInfluence = 0
  192.     x.Color = COLOR
  193.     x.Transparency = NumberSequence.new(0, 1)
  194. end
  195.  
  196. function ray(pos, di, ran, ignore)
  197.     return workspace:FindPartOnRay(Ray.new(pos, di.unit * ran), ignore)
  198. end
  199.  
  200. function ray2(StartPos, EndPos, Distance, Ignore)
  201.     local di = CFrame.new(StartPos,EndPos).lookVector
  202.     return ray(StartPos, di, Distance, Ignore)
  203. end
  204.  
  205. function colortween(a,speed,color1)
  206.     local z = {
  207.         Color = color1
  208.     }
  209.     local tween = smoothen:Create(a,TweenInfo.new(speed,Enum.EasingStyle.Linear),z)
  210.     tween:Play()
  211. end
  212.  
  213. function takeDamage(victim,damage)
  214.     if victim.MaxHealth < 50000 and victim ~= hum then
  215.         victim.Health = victim.Health - damage
  216.         if victim.Health < 1 then
  217.             killtaunt()
  218.         end
  219.     else
  220.         victim.Parent:BreakJoints()
  221.         killtaunt()
  222.     end
  223. end
  224.  
  225. function taunt()
  226.     coroutine.wrap(function()
  227.         if tauntdebounce then return end
  228.         tauntdebounce = true
  229.         rdnm2 = tauntable[math.random(1,#tauntable)]
  230.         for i = 1, 3 do
  231.             coroutine.wrap(function()
  232.                 tauntsound = Instance.new("Sound", Head)
  233.                 tauntsound.Volume = 10
  234.                 tauntsound.SoundId = "http://www.roblox.com/asset/?id="..rdnm2
  235.                 tauntsound.Looped = false
  236.                 tauntsound.Pitch = 1
  237.                 tauntsound:Play()
  238.                 wait(3)
  239.                 wait(tauntsound.TimeLength)
  240.                 tauntsound:Destroy()
  241.                 wait(1)
  242.                 tauntdebounce = false
  243.             end)()
  244.         end
  245.     end)()
  246. end
  247.  
  248. function killtaunt()
  249.     coroutine.wrap(function()
  250.         if tauntdebounce then return end
  251.         tauntdebounce = true
  252.         rdnm2 = killable[math.random(1,#killable)]
  253.         for i = 1, 3 do
  254.             coroutine.wrap(function()
  255.                 tauntsound = Instance.new("Sound", Head)
  256.                 tauntsound.Volume = 10
  257.                 tauntsound.SoundId = "http://www.roblox.com/asset/?id="..rdnm2
  258.                 tauntsound.Looped = false
  259.                 tauntsound.Pitch = 1
  260.                 tauntsound:Play()
  261.                 wait(3)
  262.                 wait(tauntsound.TimeLength)
  263.                 tauntsound:Destroy()
  264.                 wait(1)
  265.                 tauntdebounce = false
  266.             end)()
  267.         end
  268.     end)()
  269. end
  270.  
  271. function velo(a,name,pos,speed)
  272.     local bov = Instance.new("BodyVelocity",a)
  273.     bov.Name = name
  274.     bov.maxForce = Vector3.new(99999,99999,99999)
  275.     a.CFrame = CFrame.new(a.Position,pos)
  276.     bov.velocity = a.CFrame.lookVector*speed
  277. end
  278. function bolt(parent,from,too,endtarget,color,size,mat,offset)
  279.     local function iray(pos, di, ran, ignore)
  280.         local ing={endtarget}
  281.         return workspace:FindPartOnRayWithWhitelist(Ray.new(pos, di.unit * ran),ing)
  282.     end
  283.     local function iray2(StartPos, EndPos, Distance, Ignore)
  284.         local di = CFrame.new(StartPos,EndPos).lookVector
  285.         return iray(StartPos, di, Distance, Ignore)
  286.     end
  287.     lastposition = from
  288.     local step = 16
  289.     local distance = (from-too).magnitude
  290.     for i = 1,distance, step do
  291.         local from = lastposition
  292.         local too = from + -(from-too).unit*step+ Vector3.new(math.random(-offset,offset),math.random(-offset,offset),math.random(-offset,offset))
  293.         local bolt = Instance.new("Part",parent)
  294.         bolt.Size = Vector3.new(size,size,(from-too).magnitude)
  295.         bolt.Anchored = true
  296.         bolt.CanCollide = false
  297.         bolt.BrickColor = color
  298.         bolt.Material = mat
  299.         bolt.CFrame = CFrame.new(from:lerp(too,.5),too)
  300.         lastposition = too
  301.         coroutine.wrap(function()
  302.             for i = 1, 5 do
  303.                 bolt.Transparency = bolt.Transparency + .2
  304.                 game:GetService('RunService').Heartbeat:wait()
  305.             end
  306.             bolt:Destroy()
  307.         end)()
  308.     end
  309.     local lastbolt = Instance.new("Part",parent)
  310.     lastbolt.Size = Vector3.new(1,1,(from-too).magnitude)
  311.     lastbolt.Anchored = true
  312.     lastbolt.CanCollide = false
  313.     lastbolt.BrickColor = color
  314.     lastbolt.Material = mat
  315.     lastbolt.CFrame = CFrame.new(lastposition,too)
  316.     lastbolt.Size = Vector3.new(size,size,size)
  317.     local start = lastposition
  318.     local hit,endp = iray2(lastposition,too,650,lastbolt)
  319.     local dis = (start - endp).magnitude
  320.     lastbolt.CFrame = CFrame.new(lastposition,too) * CFrame.new(0,0,-dis/2)
  321.     if dis < 20 then
  322.         lastbolt.Size = Vector3.new(size,size,dis)
  323.     else
  324.         lastbolt.Size = Vector3.new(size,size,20)
  325.     end
  326.     coroutine.wrap(function()
  327.         for i = 1, 5 do
  328.             lastbolt.Transparency = lastbolt.Transparency + .2
  329.             game:GetService('RunService').Heartbeat:wait()
  330.         end
  331.         lastbolt:Destroy()
  332.     end)()
  333. end
  334.  
  335. dmt2random = dmt2[math.random(1,#dmt2)]
  336. doomtheme = Instance.new("Sound", Torso)
  337. doomtheme.Volume = 2
  338. doomtheme.Name = "doomtheme"
  339. doomtheme.Looped = false
  340. doomtheme.SoundId = "rbxassetid://"..dmt2random
  341. doomtheme:Play()
  342. doomtheme.TimePosition = 0
  343. coroutine.wrap(function()
  344.     while game:GetService('RunService').Heartbeat:wait() do
  345.         pcall(function()
  346.             doomtheme.Ended:Wait()
  347.             dmt2random = dmt2[math.random(1,#dmt2)]
  348.             doomtheme.SoundId = "rbxassetid://"..dmt2random
  349.             doomtheme.Volume = 2
  350.             doomtheme:Play()
  351.             doomtheme.TimePosition = 0
  352.         end)
  353.     end
  354. end)()
  355.  
  356. Torso.ChildRemoved:connect(function(removed)
  357.     if removed.Name == "doomtheme" then
  358.         dmt2random = dmt2[math.random(1,#dmt2)]
  359.         doomtheme = Instance.new("Sound",Torso)
  360.         doomtheme.SoundId = "rbxassetid://"..dmt2random
  361.         doomtheme.Name = "doomtheme"
  362.         doomtheme.Volume = 2
  363.         doomtheme.Looped = true
  364.         doomtheme:Play()
  365.         doomtheme.TimePosition = 0
  366.     end
  367. end)
  368.  
  369. coroutine.wrap(function()
  370.     while game:GetService('RunService').Heartbeat:wait() do
  371.         hum.WalkSpeed = ws
  372.         hum.JumpPower = 75
  373.     end
  374. end)()
  375. godmode = coroutine.wrap(function()
  376.     for i,v in pairs(Character:GetChildren()) do
  377.         if v:IsA("BasePart") and v ~= Root then
  378.             v.Anchored = false
  379.         end
  380.     end
  381.     while true do
  382.         hum.MaxHealth = math.huge
  383.         wait(0.0000001)
  384.         hum.Health = math.huge
  385.         swait()
  386.     end
  387. end)
  388. godmode()
  389. ff = Instance.new("ForceField", Character)
  390. ff.Visible = false
  391.  
  392. pcall(function()
  393.     ----defaultpos----
  394.     LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.5,0,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
  395.     RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.5,0,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
  396.     ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),.2)
  397.     RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-.5, 2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  398.     LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.5, 2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  399.     ----defaultpos----
  400. end)
  401.  
  402. function damagealll(Radius,Position)       
  403.     local Returning = {}       
  404.     for _,v in pairs(workspace:GetChildren()) do       
  405.         if v~=Character and v:FindFirstChildOfClass('Humanoid') and v:FindFirstChild('Torso') or v:FindFirstChild('UpperTorso') then
  406.             if v:FindFirstChild("Torso") then      
  407.                 local Mag = (v.Torso.Position - Position).magnitude    
  408.                 if Mag < Radius then       
  409.                     table.insert(Returning,v)      
  410.                 end
  411.             elseif v:FindFirstChild("UpperTorso") then 
  412.                 local Mag = (v.UpperTorso.Position - Position).magnitude       
  413.                 if Mag < Radius then       
  414.                     table.insert(Returning,v)      
  415.                 end
  416.             end
  417.         end    
  418.     end    
  419.     return Returning       
  420. end
  421.  
  422. function swait(num)
  423.     if num == 0 or num == nil then
  424.         game:service("RunService").Heartbeat:wait(0)
  425.     else
  426.         for i = 0, num do
  427.             game:service("RunService").Heartbeat:wait(0)
  428.         end
  429.     end
  430. end
  431.  
  432. function SOUND(PARENT,ID,VOL,LOOP,PITCH,REMOVE)
  433.     local so = Instance.new("Sound")
  434.     so.Parent = PARENT
  435.     so.SoundId = "rbxassetid://"..ID
  436.     so.Volume = VOL
  437.     so.Looped = LOOP
  438.     so.Pitch = PITCH
  439.     so:Play()
  440.     removeuseless:AddItem(so,REMOVE)
  441. end
  442.  
  443. function meshify(parent,scale,mid,tid)
  444.     local mesh = Instance.new("SpecialMesh",parent)
  445.     mesh.Name = "mesh"
  446.     mesh.Scale = scale
  447.     mesh.MeshId = "rbxassetid://"..mid
  448.     mesh.TextureId = "rbxassetid://"..tid
  449. end
  450.  
  451. function blocktrail(position,size,trans,mat,color)
  452.     local trailblock = Instance.new("Part",Torso)
  453.     trailblock.Anchored = true
  454.     trailblock.CanCollide = false
  455.     trailblock.Transparency = trans
  456.     trailblock.Material = mat
  457.     trailblock.BrickColor = color
  458.     trailblock.CFrame = CFrame.new(position) * CFrame.Angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180)))
  459.     trailblock.Size = size
  460.     coroutine.wrap(function()
  461.         for i = 1, 20 do
  462.             trailblock.Transparency = trailblock.Transparency + .05
  463.             trailblock.Size = trailblock.Size - trailblock.Size/20
  464.             swait()
  465.         end
  466.         trailblock:Destroy()
  467.     end)()
  468. end
  469.  
  470.  
  471. function blood(parent,intensity)
  472.     coroutine.wrap(function()
  473.         local particlemiter1 = Instance.new("ParticleEmitter", parent)
  474.         particlemiter1.Enabled = true
  475.         particlemiter1.Color = ColorSequence.new(BrickColor.new("Crimson").Color)
  476.         particlemiter1.Texture = "rbxassetid://1391189545"
  477.         particlemiter1.Lifetime = NumberRange.new(.6)
  478.         particlemiter1.Size = NumberSequence.new(3,3)
  479.         particlemiter1.Transparency = NumberSequence.new(0,1)
  480.         particlemiter1.Rate = intensity
  481.         particlemiter1.Rotation = NumberRange.new(0,360)
  482.         particlemiter1.Speed = NumberRange.new(6)
  483.         particlemiter1.SpreadAngle = Vector2.new(180,180)
  484.         wait(.2)
  485.         particlemiter1.Enabled = false
  486.         removeuseless:AddItem(particlemiter1,10)
  487.     end)()
  488.     coroutine.wrap(function()
  489.         for i = 1, 10 do
  490.             local ray = Ray.new(parent.Position, Vector3.new(0,-25,0))
  491.             local part, hitPosition = workspace:FindPartOnRayWithIgnoreList(ray, {bloodfolder,parent.Parent,bloc,Character,blooddecal,blowd,Torso},false,true)
  492.             if part and part.Parent ~= parent.Parent and not part.Parent:FindFirstChildOfClass("Humanoid") then
  493.                 local vbn = math.random(5,15)
  494.                 coroutine.wrap(function()
  495.                     local blooddecal = Instance.new("Part",bloodfolder)
  496.                     blooddecal.Size =  Vector3.new(vbn,.1,vbn)
  497.                     blooddecal.Transparency = 1
  498.                     blooddecal.Anchored = true
  499.                     blooddecal.Name = "blowd"
  500.                     blooddecal.CanCollide = false
  501.                     blooddecal.Position = hitPosition
  502.                     blooddecal.Rotation = Vector3.new(0,math.random(-180,180),0)
  503.                     local blood = Instance.new("Decal",blooddecal)
  504.                     blood.Face = "Top"
  505.                     blood.Texture = "rbxassetid://1391189545"
  506.                     blood.Transparency = math.random(.1,.4)
  507.                     wait(60)
  508.                     for i = 1, 100 do
  509.                         blood.Transparency = blood.Transparency + .01
  510.                         swait()
  511.                     end
  512.                     blooddecal:Destroy()
  513.                 end)()
  514.             else
  515.             end
  516.             swait()
  517.         end
  518.     end)()
  519. end
  520. function shockwave(position,scale,transparency,brickcolor,speed,transparencyincrease)
  521.     coroutine.wrap(function()
  522.         local shockwave = Instance.new("Part", Torso)
  523.         shockwave.Size = Vector3.new(1,1,1)
  524.         shockwave.CanCollide = false
  525.         shockwave.Anchored = true
  526.         shockwave.Transparency = transparency
  527.         shockwave.BrickColor = brickcolor
  528.         shockwave.CFrame = position
  529.         local shockwavemesh = Instance.new("SpecialMesh", shockwave)
  530.         shockwavemesh.Scale = Vector3.new(.5,.125,.5)
  531.         shockwavemesh.MeshId = "rbxassetid://20329976"
  532.         local shockwave2 = Instance.new("Part", Torso)
  533.         shockwave2.Size = Vector3.new(1,1,1)
  534.         shockwave2.CanCollide = false
  535.         shockwave2.Anchored = true
  536.         shockwave2.Transparency = shockwave.Transparency
  537.         shockwave2.BrickColor = shockwave.BrickColor
  538.         shockwave2.CFrame = shockwave.CFrame
  539.         local shockwavemesh2 = Instance.new("SpecialMesh", shockwave2)
  540.         shockwavemesh2.Scale = Vector3.new(.5,.125,.5)
  541.         shockwavemesh2.MeshId = "rbxassetid://20329976"
  542.         for i = 1, 40 do
  543.             shockwave.CFrame = shockwave.CFrame * CFrame.Angles(math.rad(0),math.rad(0+speed),0)
  544.             shockwave2.CFrame = shockwave2.CFrame * CFrame.Angles(math.rad(0),math.rad(0-speed),0)
  545.             shockwave.Transparency = shockwave.Transparency + transparencyincrease
  546.             shockwave2.Transparency = shockwave2.Transparency + transparencyincrease
  547.             shockwavemesh2.Scale = shockwavemesh2.Scale + scale
  548.             shockwavemesh.Scale = shockwavemesh.Scale + scale
  549.             swait()
  550.         end
  551.         shockwave:Destroy()
  552.         shockwave2:Destroy()
  553.     end)()
  554. end
  555.  
  556. function blockyeffect(brickcolor,size,trans,posi,mater,spread)
  557.     local blocky = Instance.new("Part",Torso)
  558.     blocky.Anchored = true
  559.     blocky.CanCollide = false
  560.     blocky.BrickColor = brickcolor
  561.     blocky.Size = size
  562.     blocky.Transparency = trans
  563.     blocky.CFrame = posi * CFrame.Angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180)))
  564.     blocky.Material = mater
  565.     local locbloc = Instance.new("Part",Torso)
  566.     locbloc.Anchored = true
  567.     locbloc.CanCollide = false
  568.     locbloc.Transparency = 1
  569.     locbloc.Size = Vector3.new(1,1,1)
  570.     locbloc.CFrame = blocky.CFrame * CFrame.new(math.random(-spread,spread),math.random(-spread,spread),math.random(-spread,spread))
  571.     coroutine.wrap(function()
  572.         local a = math.random(-180,180)
  573.         local b = math.random(-180,180)
  574.         local c = math.random(-180,180)
  575.         for i = 1, 20 do
  576.             blocky.CFrame = blocky.CFrame:lerp(CFrame.new(locbloc.Position) * CFrame.Angles(math.rad(a),math.rad(b),math.rad(c)),.2)
  577.             blocky.Transparency = blocky.Transparency + .05
  578.             swait()
  579.         end
  580.         blocky:Destroy()
  581.         locbloc:Destroy()
  582.     end)()
  583. end
  584.  
  585. coroutine.wrap(function()
  586.     for _,n in pairs(Character:GetChildren()) do
  587.         if n:IsA("Accessory") then n:Destroy() end
  588.     end
  589.     for i,v in pairs(Character:GetChildren()) do
  590.         if v.Name == "Animate" then
  591.         end
  592.     end
  593. end)()
  594.  
  595. shirt = Instance.new("Shirt", Character)
  596. shirt.Name = "Shirt"
  597. pants = Instance.new("Pants", Character)
  598. pants.Name = "Pants"
  599. Character.Shirt.ShirtTemplate = "rbxassetid://266851924"----lol
  600. Character.Pants.PantsTemplate = "rbxassetid://267068334"
  601.  
  602. leftlocation = Instance.new("Part",LeftArm)
  603. leftlocation.Size = Vector3.new(1,1,1)
  604. leftlocation.Transparency = 1
  605. leftlocation.CanCollide = false
  606. leftlocationweld = weldBetween(leftlocation,LeftArm)
  607. leftlocationweld.C0 = CFrame.new(0,1.2,0)
  608. rightlocation = Instance.new("Part",RightArm)
  609. rightlocation.Size = Vector3.new(1,1,1)
  610. rightlocation.CanCollide = false
  611. rightlocation.Transparency = 1
  612. rightlocationweld = weldBetween(rightlocation,RightArm)
  613. rightlocationweld.C0 = CFrame.new(0,1.2,0)
  614. leftlocation2 = Instance.new("Part",LeftLeg)
  615. leftlocation2.Size = Vector3.new(1,1,1)
  616. leftlocation2.CanCollide = false
  617. leftlocation2.Transparency = 1
  618. leftlocationweld2 = weldBetween(leftlocation2,LeftLeg)
  619. leftlocationweld2.C0 = CFrame.new(0,2,0)
  620. rightlocation2 = Instance.new("Part",RightLeg)
  621. rightlocation2.Size = Vector3.new(1,1,1)
  622. rightlocation2.CanCollide = false
  623. rightlocation2.Transparency = 1
  624. rightlocationweld2 = weldBetween(rightlocation2,RightLeg)
  625. rightlocationweld2.C0 = CFrame.new(0,2,0)
  626. Head.face.Texture = "rbxassetid://849461193"
  627. LeftArm.Transparency = 1
  628.  
  629. gunlocater = Instance.new("Part",Torso)
  630. gunlocater.Size = Vector3.new(1,1,1)
  631. gunlocater.Anchored = false
  632. gunlocater.CanCollide = false
  633. gunlocater.Transparency = 1
  634. gunlocaterweld = weldBetween(gunlocater,RightArm)
  635. gunlocaterweld.C0 = gunlocaterweld.C0 * CFrame.new(-.5,-.51,0) * CFrame.Angles(math.rad(0),math.rad(-90),math.rad(180))
  636.  
  637. leglocater2 = Instance.new("Part",Torso)
  638. leglocater2.Size = Vector3.new(1,1,1)
  639. leglocater2.Anchored = false
  640. leglocater2.CanCollide = false
  641. leglocater2.Transparency = 1
  642. leglocaterweld2 = weldBetween(leglocater2,RightArm)
  643. leglocaterweld2.C0 = leglocaterweld2.C0 * CFrame.new(-.1315,-.2,.52) * CFrame.Angles(math.rad(0),0,0)
  644.  
  645. leglocater = Instance.new("Part",Torso)
  646. leglocater.Size = Vector3.new(1,1,1)
  647. leglocater.Anchored = false
  648. leglocater.CanCollide = false
  649. leglocater.Transparency = 1
  650. leglocaterweld = weldBetween(leglocater,RightLeg)
  651. leglocaterweld.C0 = leglocaterweld.C0 * CFrame.new(0,.8,.545) * CFrame.Angles(math.rad(0),math.rad(180),math.rad(0))
  652.  
  653. gunshootbox = Instance.new("Part",Torso)
  654. gunshootbox.Anchored = false
  655. gunshootbox.Size = Vector3.new(.5,.5,.5)
  656. gunshootbox.Transparency = 1
  657. gunshootboxweld = weldBetween(gunshootbox,RightArm)
  658. gunshootboxweld.C0 = CFrame.new(-.09,6.4,.5)
  659.  
  660. mas = Instance.new("Model",Torso)
  661. o1 = Instance.new("Model")
  662. o2 = Instance.new("Part")
  663. o3 = Instance.new("BlockMesh")
  664. o4 = Instance.new("WedgePart")
  665. o5 = Instance.new("SpecialMesh")
  666. o6 = Instance.new("Part")
  667. o7 = Instance.new("WedgePart")
  668. o8 = Instance.new("SpecialMesh")
  669. o9 = Instance.new("WedgePart")
  670. o10 = Instance.new("SpecialMesh")
  671. o11 = Instance.new("WedgePart")
  672. o12 = Instance.new("SpecialMesh")
  673. o13 = Instance.new("Part")
  674. o14 = Instance.new("BlockMesh")
  675. o15 = Instance.new("Part")
  676. o16 = Instance.new("Part")
  677. o17 = Instance.new("BlockMesh")
  678. o18 = Instance.new("Part")
  679. o19 = Instance.new("BlockMesh")
  680. o20 = Instance.new("Part")
  681. o21 = Instance.new("BlockMesh")
  682. o22 = Instance.new("Part")
  683. o23 = Instance.new("BlockMesh")
  684. o24 = Instance.new("Part")
  685. o25 = Instance.new("BlockMesh")
  686. o26 = Instance.new("Part")
  687. o27 = Instance.new("BlockMesh")
  688. o28 = Instance.new("Part")
  689. o29 = Instance.new("Part")
  690. o30 = Instance.new("BlockMesh")
  691. o31 = Instance.new("Part")
  692. o32 = Instance.new("BlockMesh")
  693. o33 = Instance.new("Part")
  694. o34 = Instance.new("BlockMesh")
  695. o35 = Instance.new("Part")
  696. o36 = Instance.new("BlockMesh")
  697. o37 = Instance.new("Part")
  698. o38 = Instance.new("Part")
  699. o39 = Instance.new("BlockMesh")
  700. o40 = Instance.new("Part")
  701. o41 = Instance.new("Part")
  702. o42 = Instance.new("BlockMesh")
  703. o43 = Instance.new("Part")
  704. o44 = Instance.new("BlockMesh")
  705. o45 = Instance.new("Part")
  706. o46 = Instance.new("BlockMesh")
  707. o47 = Instance.new("Part")
  708. o48 = Instance.new("BlockMesh")
  709. o49 = Instance.new("Part")
  710. o50 = Instance.new("WedgePart")
  711. o51 = Instance.new("SpecialMesh")
  712. o52 = Instance.new("WedgePart")
  713. o53 = Instance.new("SpecialMesh")
  714. o54 = Instance.new("Part")
  715. o55 = Instance.new("BlockMesh")
  716. o56 = Instance.new("Part")
  717. o57 = Instance.new("BlockMesh")
  718. o58 = Instance.new("Part")
  719. o59 = Instance.new("WedgePart")
  720. o60 = Instance.new("SpecialMesh")
  721. o61 = Instance.new("WedgePart")
  722. o62 = Instance.new("SpecialMesh")
  723. o63 = Instance.new("Part")
  724. o64 = Instance.new("Part")
  725. o65 = Instance.new("BlockMesh")
  726. o66 = Instance.new("WedgePart")
  727. o67 = Instance.new("SpecialMesh")
  728. o68 = Instance.new("Part")
  729. o69 = Instance.new("BlockMesh")
  730. o70 = Instance.new("Part")
  731. o71 = Instance.new("Part")
  732. o72 = Instance.new("BlockMesh")
  733. o73 = Instance.new("Part")
  734. o74 = Instance.new("BlockMesh")
  735. o75 = Instance.new("Part")
  736. o76 = Instance.new("BlockMesh")
  737. o77 = Instance.new("Part")
  738. o78 = Instance.new("BlockMesh")
  739. o79 = Instance.new("Part")
  740. o80 = Instance.new("BlockMesh")
  741. o81 = Instance.new("Part")
  742. o82 = Instance.new("BlockMesh")
  743. o83 = Instance.new("Part")
  744. o84 = Instance.new("BlockMesh")
  745. o85 = Instance.new("Part")
  746. o86 = Instance.new("BlockMesh")
  747. o87 = Instance.new("Part")
  748. o88 = Instance.new("Part")
  749. o89 = Instance.new("BlockMesh")
  750. o90 = Instance.new("Part")
  751. o91 = Instance.new("BlockMesh")
  752. o92 = Instance.new("WedgePart")
  753. o93 = Instance.new("SpecialMesh")
  754. o94 = Instance.new("Part")
  755. o95 = Instance.new("BlockMesh")
  756. o96 = Instance.new("Part")
  757. o97 = Instance.new("BlockMesh")
  758. o98 = Instance.new("Part")
  759. o99 = Instance.new("BlockMesh")
  760. o100 = Instance.new("Part")
  761. o101 = Instance.new("BlockMesh")
  762. o102 = Instance.new("WedgePart")
  763. o103 = Instance.new("SpecialMesh")
  764. o104 = Instance.new("WedgePart")
  765. o105 = Instance.new("SpecialMesh")
  766. o106 = Instance.new("WedgePart")
  767. o107 = Instance.new("SpecialMesh")
  768. o108 = Instance.new("Part")
  769. o109 = Instance.new("SpecialMesh")
  770. o110 = Instance.new("WedgePart")
  771. o111 = Instance.new("SpecialMesh")
  772. o112 = Instance.new("WedgePart")
  773. o113 = Instance.new("SpecialMesh")
  774. o114 = Instance.new("Part")
  775. o115 = Instance.new("Part")
  776. o116 = Instance.new("SpecialMesh")
  777. o117 = Instance.new("Part")
  778. o118 = Instance.new("SpecialMesh")
  779. o119 = Instance.new("WedgePart")
  780. o120 = Instance.new("SpecialMesh")
  781. o121 = Instance.new("WedgePart")
  782. o122 = Instance.new("SpecialMesh")
  783. o123 = Instance.new("Part")
  784. o124 = Instance.new("SpecialMesh")
  785. o125 = Instance.new("WedgePart")
  786. o126 = Instance.new("SpecialMesh")
  787. o127 = Instance.new("WedgePart")
  788. o128 = Instance.new("SpecialMesh")
  789. o129 = Instance.new("WedgePart")
  790. o130 = Instance.new("SpecialMesh")
  791. o131 = Instance.new("WedgePart")
  792. o132 = Instance.new("SpecialMesh")
  793. o133 = Instance.new("WedgePart")
  794. o134 = Instance.new("SpecialMesh")
  795. o135 = Instance.new("WedgePart")
  796. o136 = Instance.new("SpecialMesh")
  797. o137 = Instance.new("WedgePart")
  798. o138 = Instance.new("SpecialMesh")
  799. o139 = Instance.new("Part")
  800. o140 = Instance.new("WedgePart")
  801. o141 = Instance.new("SpecialMesh")
  802. o142 = Instance.new("WedgePart")
  803. o143 = Instance.new("SpecialMesh")
  804. o144 = Instance.new("WedgePart")
  805. o145 = Instance.new("SpecialMesh")
  806. o146 = Instance.new("WedgePart")
  807. o147 = Instance.new("SpecialMesh")
  808. o148 = Instance.new("WedgePart")
  809. o149 = Instance.new("SpecialMesh")
  810. o150 = Instance.new("WedgePart")
  811. o151 = Instance.new("SpecialMesh")
  812. o152 = Instance.new("WedgePart")
  813. o153 = Instance.new("SpecialMesh")
  814. o154 = Instance.new("WedgePart")
  815. o155 = Instance.new("SpecialMesh")
  816. o156 = Instance.new("WedgePart")
  817. o157 = Instance.new("SpecialMesh")
  818. o158 = Instance.new("WedgePart")
  819. o159 = Instance.new("SpecialMesh")
  820. o160 = Instance.new("WedgePart")
  821. o161 = Instance.new("SpecialMesh")
  822. o162 = Instance.new("WedgePart")
  823. o163 = Instance.new("SpecialMesh")
  824. o164 = Instance.new("WedgePart")
  825. o165 = Instance.new("SpecialMesh")
  826. o166 = Instance.new("WedgePart")
  827. o167 = Instance.new("SpecialMesh")
  828. o168 = Instance.new("WedgePart")
  829. o169 = Instance.new("SpecialMesh")
  830. o170 = Instance.new("WedgePart")
  831. o171 = Instance.new("SpecialMesh")
  832. o172 = Instance.new("WedgePart")
  833. o173 = Instance.new("SpecialMesh")
  834. o174 = Instance.new("WedgePart")
  835. o175 = Instance.new("SpecialMesh")
  836. o176 = Instance.new("WedgePart")
  837. o177 = Instance.new("SpecialMesh")
  838. o178 = Instance.new("WedgePart")
  839. o179 = Instance.new("SpecialMesh")
  840. o180 = Instance.new("WedgePart")
  841. o181 = Instance.new("SpecialMesh")
  842. o182 = Instance.new("WedgePart")
  843. o183 = Instance.new("SpecialMesh")
  844. o184 = Instance.new("WedgePart")
  845. o185 = Instance.new("SpecialMesh")
  846. o186 = Instance.new("WedgePart")
  847. o187 = Instance.new("SpecialMesh")
  848. o188 = Instance.new("WedgePart")
  849. o189 = Instance.new("SpecialMesh")
  850. o190 = Instance.new("WedgePart")
  851. o191 = Instance.new("SpecialMesh")
  852. o192 = Instance.new("WedgePart")
  853. o193 = Instance.new("SpecialMesh")
  854. o194 = Instance.new("WedgePart")
  855. o195 = Instance.new("SpecialMesh")
  856. o196 = Instance.new("WedgePart")
  857. o197 = Instance.new("SpecialMesh")
  858. o198 = Instance.new("WedgePart")
  859. o199 = Instance.new("SpecialMesh")
  860. o200 = Instance.new("WedgePart")
  861. o201 = Instance.new("SpecialMesh")
  862. o202 = Instance.new("WedgePart")
  863. o203 = Instance.new("SpecialMesh")
  864. o204 = Instance.new("WedgePart")
  865. o205 = Instance.new("SpecialMesh")
  866. o206 = Instance.new("WedgePart")
  867. o207 = Instance.new("SpecialMesh")
  868. o208 = Instance.new("WedgePart")
  869. o209 = Instance.new("SpecialMesh")
  870. o210 = Instance.new("WedgePart")
  871. o211 = Instance.new("SpecialMesh")
  872. o212 = Instance.new("WedgePart")
  873. o213 = Instance.new("SpecialMesh")
  874. o214 = Instance.new("WedgePart")
  875. o215 = Instance.new("SpecialMesh")
  876. o216 = Instance.new("WedgePart")
  877. o217 = Instance.new("SpecialMesh")
  878. o218 = Instance.new("WedgePart")
  879. o219 = Instance.new("SpecialMesh")
  880. o220 = Instance.new("WedgePart")
  881. o221 = Instance.new("SpecialMesh")
  882. o222 = Instance.new("WedgePart")
  883. o223 = Instance.new("SpecialMesh")
  884. o224 = Instance.new("WedgePart")
  885. o225 = Instance.new("SpecialMesh")
  886. o226 = Instance.new("WedgePart")
  887. o227 = Instance.new("SpecialMesh")
  888. o228 = Instance.new("WedgePart")
  889. o229 = Instance.new("SpecialMesh")
  890. o230 = Instance.new("WedgePart")
  891. o231 = Instance.new("SpecialMesh")
  892. o232 = Instance.new("WedgePart")
  893. o233 = Instance.new("SpecialMesh")
  894. o234 = Instance.new("WedgePart")
  895. o235 = Instance.new("SpecialMesh")
  896. o236 = Instance.new("WedgePart")
  897. o237 = Instance.new("SpecialMesh")
  898. o238 = Instance.new("WedgePart")
  899. o239 = Instance.new("SpecialMesh")
  900. o240 = Instance.new("WedgePart")
  901. o241 = Instance.new("SpecialMesh")
  902. o242 = Instance.new("WedgePart")
  903. o243 = Instance.new("SpecialMesh")
  904. o244 = Instance.new("WedgePart")
  905. o245 = Instance.new("SpecialMesh")
  906. o246 = Instance.new("WedgePart")
  907. o247 = Instance.new("SpecialMesh")
  908. o248 = Instance.new("WedgePart")
  909. o249 = Instance.new("SpecialMesh")
  910. o250 = Instance.new("WedgePart")
  911. o251 = Instance.new("SpecialMesh")
  912. o252 = Instance.new("WedgePart")
  913. o253 = Instance.new("SpecialMesh")
  914. o254 = Instance.new("WedgePart")
  915. o255 = Instance.new("SpecialMesh")
  916. o256 = Instance.new("WedgePart")
  917. o257 = Instance.new("SpecialMesh")
  918. o258 = Instance.new("WedgePart")
  919. o259 = Instance.new("SpecialMesh")
  920. o260 = Instance.new("WedgePart")
  921. o261 = Instance.new("SpecialMesh")
  922. o262 = Instance.new("WedgePart")
  923. o263 = Instance.new("SpecialMesh")
  924. o264 = Instance.new("WedgePart")
  925. o265 = Instance.new("SpecialMesh")
  926. o266 = Instance.new("WedgePart")
  927. o267 = Instance.new("SpecialMesh")
  928. o268 = Instance.new("Part")
  929. o269 = Instance.new("BlockMesh")
  930. o1.Parent = mas
  931. o2.Parent = o1
  932. o2.Material = Enum.Material.Neon
  933. o2.BrickColor = BrickColor.new("Really red")
  934. o2.CanCollide = false
  935. o2.Size = Vector3.new(0.389961213, 0.0529143028, 0.412531346)
  936. o2.CFrame = CFrame.new(-0.467333555, 0.604816973, 0.832951665, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  937. o2.BottomSurface = Enum.SurfaceType.Smooth
  938. o2.TopSurface = Enum.SurfaceType.Smooth
  939. o2.Color = Color3.new(1, 0, 0)
  940. o2.Color = Color3.new(1, 0, 0)
  941. o3.Parent = o2
  942. o3.Scale = Vector3.new(1, 0.277518332, 1)
  943. o3.Scale = Vector3.new(1, 0.277518332, 1)
  944. o4.Parent = o1
  945. o4.Material = Enum.Material.Glass
  946. o4.BrickColor = BrickColor.new("Black")
  947. o4.Rotation = Vector3.new(-168.050003, 0, 0)
  948. o4.CanCollide = false
  949. o4.Size = Vector3.new(0.0529143028, 0.505806923, 0.0529142842)
  950. o4.CFrame = CFrame.new(0.37718004, -0.492890388, 0.875096917, 0.999995708, 0, 0, 0, -0.978321075, 0.20710066, 0, -0.20709911, -0.978327751)
  951. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  952. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  953. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  954. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  955. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  956. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  957. o4.Color = Color3.new(0.105882, 0.164706, 0.207843)
  958. o4.Color = Color3.new(0.105882, 0.164706, 0.207843)
  959. o5.Parent = o4
  960. o5.Scale = Vector3.new(0.13876076, 1, 0.678379953)
  961. o5.MeshType = Enum.MeshType.Wedge
  962. o5.Scale = Vector3.new(0.13876076, 1, 0.678379953)
  963. o6.Parent = o1
  964. o6.Material = Enum.Material.Glass
  965. o6.BrickColor = BrickColor.new("Institutional white")
  966. o6.Transparency = 0.5
  967. o6.Shape = Enum.PartType.Ball
  968. o6.Size = Vector3.new(0.156365171, 0.156365037, 0.156364962)
  969. o6.CFrame = CFrame.new(-0.133119613, 0.309613675, -0.00532188267, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  970. o6.BottomSurface = Enum.SurfaceType.Smooth
  971. o6.TopSurface = Enum.SurfaceType.Smooth
  972. o6.Color = Color3.new(0.972549, 0.972549, 0.972549)
  973. o6.Color = Color3.new(0.972549, 0.972549, 0.972549)
  974. o7.Parent = o1
  975. o7.Material = Enum.Material.Glass
  976. o7.BrickColor = BrickColor.new("Black")
  977. o7.Transparency = 0.60000002384186
  978. o7.Rotation = Vector3.new(2.5999999, 0, -180)
  979. o7.CanCollide = false
  980. o7.Size = Vector3.new(0.0529143028, 0.413075477, 0.0529142842)
  981. o7.CFrame = CFrame.new(0.373784959, -0.430378884, 0.503315985, -0.999999762, 0, 0, 0, -0.998977482, -0.0452826209, 0, -0.0452826284, 0.998977244)
  982. o7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  983. o7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  984. o7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  985. o7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  986. o7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  987. o7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  988. o7.Color = Color3.new(0.105882, 0.164706, 0.207843)
  989. o7.Color = Color3.new(0.105882, 0.164706, 0.207843)
  990. o8.Parent = o7
  991. o8.Scale = Vector3.new(0.123341806, 1, 0.462531954)
  992. o8.MeshType = Enum.MeshType.Wedge
  993. o8.Scale = Vector3.new(0.123341806, 1, 0.462531954)
  994. o9.Parent = o1
  995. o9.Material = Enum.Material.Glass
  996. o9.BrickColor = BrickColor.new("Black")
  997. o9.Transparency = 0.60000002384186
  998. o9.Rotation = Vector3.new(2.5999999, 0, -180)
  999. o9.CanCollide = false
  1000. o9.Size = Vector3.new(0.0529143028, 0.292878389, 0.0726077408)
  1001. o9.CFrame = CFrame.new(0.376501024, -0.208425373, 0.489277899, -1, 0, 0, 0, -0.998974741, -0.0452825092, 0, -0.0452825092, 0.998974741)
  1002. o9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1003. o9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1004. o9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1005. o9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1006. o9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1007. o9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1008. o9.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1009. o9.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1010. o10.Parent = o9
  1011. o10.Scale = Vector3.new(0.123341806, 1, 1)
  1012. o10.MeshType = Enum.MeshType.Wedge
  1013. o10.Scale = Vector3.new(0.123341806, 1, 1)
  1014. o11.Parent = o1
  1015. o11.Material = Enum.Material.Glass
  1016. o11.BrickColor = BrickColor.new("Black")
  1017. o11.Transparency = 0.60000002384186
  1018. o11.Rotation = Vector3.new(-177.399994, 0, 0)
  1019. o11.CanCollide = false
  1020. o11.Size = Vector3.new(0.0529143028, 0.469095141, 0.087020494)
  1021. o11.CFrame = CFrame.new(0.374731004, -0.282644778, 0.565281928, 1, 0, 0, 0, -0.998974264, 0.04528201, 0, -0.04528201, -0.998974264)
  1022. o11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1023. o11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1024. o11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1025. o11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1026. o11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1027. o11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1028. o11.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1029. o11.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1030. o12.Parent = o11
  1031. o12.Scale = Vector3.new(0.13876076, 1, 1)
  1032. o12.MeshType = Enum.MeshType.Wedge
  1033. o12.Scale = Vector3.new(0.13876076, 1, 1)
  1034. o13.Parent = o1
  1035. o13.Material = Enum.Material.Neon
  1036. o13.BrickColor = BrickColor.new("Really red")
  1037. o13.CanCollide = false
  1038. o13.Size = Vector3.new(0.405733675, 0.0529143028, 0.401109934)
  1039. o13.CFrame = CFrame.new(0.202177003, 0.0247701835, 0.174823865, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1040. o13.BottomSurface = Enum.SurfaceType.Smooth
  1041. o13.TopSurface = Enum.SurfaceType.Smooth
  1042. o13.Color = Color3.new(1, 0, 0)
  1043. o13.Color = Color3.new(1, 0, 0)
  1044. o14.Parent = o13
  1045. o14.Scale = Vector3.new(1, 0.277518332, 1)
  1046. o14.Scale = Vector3.new(1, 0.277518332, 1)
  1047. o15.Parent = o1
  1048. o15.Material = Enum.Material.Metal
  1049. o15.BrickColor = BrickColor.new("Black")
  1050. o15.Size = Vector3.new(1.05512476, 0.123460352, 1.05158806)
  1051. o15.CFrame = CFrame.new(-0.129312545, 0.0247701835, 0.5071612, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1052. o15.BottomSurface = Enum.SurfaceType.Smooth
  1053. o15.TopSurface = Enum.SurfaceType.Smooth
  1054. o15.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1055. o15.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1056. o16.Parent = o1
  1057. o16.Material = Enum.Material.Neon
  1058. o16.BrickColor = BrickColor.new("Really red")
  1059. o16.CanCollide = false
  1060. o16.Size = Vector3.new(0.389961213, 0.0529143028, 0.398390472)
  1061. o16.CFrame = CFrame.new(-0.467333555, 0.0247701835, 0.173496351, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1062. o16.BottomSurface = Enum.SurfaceType.Smooth
  1063. o16.TopSurface = Enum.SurfaceType.Smooth
  1064. o16.Color = Color3.new(1, 0, 0)
  1065. o16.Color = Color3.new(1, 0, 0)
  1066. o17.Parent = o16
  1067. o17.Scale = Vector3.new(1, 0.277518332, 1)
  1068. o17.Scale = Vector3.new(1, 0.277518332, 1)
  1069. o18.Parent = o1
  1070. o18.Material = Enum.Material.Neon
  1071. o18.BrickColor = BrickColor.new("Really red")
  1072. o18.CanCollide = false
  1073. o18.Size = Vector3.new(0.389961213, 0.0529143028, 0.412531346)
  1074. o18.CFrame = CFrame.new(-0.467333555, 0.0247701835, 0.832951665, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1075. o18.BottomSurface = Enum.SurfaceType.Smooth
  1076. o18.TopSurface = Enum.SurfaceType.Smooth
  1077. o18.Color = Color3.new(1, 0, 0)
  1078. o18.Color = Color3.new(1, 0, 0)
  1079. o19.Parent = o18
  1080. o19.Scale = Vector3.new(1, 0.277518332, 1)
  1081. o19.Scale = Vector3.new(1, 0.277518332, 1)
  1082. o20.Parent = o1
  1083. o20.Material = Enum.Material.Neon
  1084. o20.BrickColor = BrickColor.new("Really red")
  1085. o20.CanCollide = false
  1086. o20.Size = Vector3.new(0.405733675, 0.0529143028, 0.409540057)
  1087. o20.CFrame = CFrame.new(0.202177003, 0.0247701835, 0.834431767, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1088. o20.BottomSurface = Enum.SurfaceType.Smooth
  1089. o20.TopSurface = Enum.SurfaceType.Smooth
  1090. o20.Color = Color3.new(1, 0, 0)
  1091. o20.Color = Color3.new(1, 0, 0)
  1092. o21.Parent = o20
  1093. o21.Scale = Vector3.new(1, 0.277518332, 1)
  1094. o21.Scale = Vector3.new(1, 0.277518332, 1)
  1095. o22.Parent = o1
  1096. o22.Material = Enum.Material.Neon
  1097. o22.BrickColor = BrickColor.new("Really red")
  1098. o22.CanCollide = false
  1099. o22.Size = Vector3.new(0.389961213, 0.0529143028, 0.412531346)
  1100. o22.CFrame = CFrame.new(-0.467333555, 0.171073616, 0.832951665, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1101. o22.BottomSurface = Enum.SurfaceType.Smooth
  1102. o22.TopSurface = Enum.SurfaceType.Smooth
  1103. o22.Color = Color3.new(1, 0, 0)
  1104. o22.Color = Color3.new(1, 0, 0)
  1105. o23.Parent = o22
  1106. o23.Scale = Vector3.new(1, 0.277518332, 1)
  1107. o23.Scale = Vector3.new(1, 0.277518332, 1)
  1108. o24.Parent = o1
  1109. o24.Material = Enum.Material.Neon
  1110. o24.BrickColor = BrickColor.new("Really red")
  1111. o24.CanCollide = false
  1112. o24.Size = Vector3.new(0.405733675, 0.0529143028, 0.401109934)
  1113. o24.CFrame = CFrame.new(0.202177003, 0.171073616, 0.174823865, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1114. o24.BottomSurface = Enum.SurfaceType.Smooth
  1115. o24.TopSurface = Enum.SurfaceType.Smooth
  1116. o24.Color = Color3.new(1, 0, 0)
  1117. o24.Color = Color3.new(1, 0, 0)
  1118. o25.Parent = o24
  1119. o25.Scale = Vector3.new(1, 0.277518332, 1)
  1120. o25.Scale = Vector3.new(1, 0.277518332, 1)
  1121. o26.Parent = o1
  1122. o26.Material = Enum.Material.Neon
  1123. o26.BrickColor = BrickColor.new("Really red")
  1124. o26.CanCollide = false
  1125. o26.Size = Vector3.new(0.389961213, 0.0529143028, 0.398390472)
  1126. o26.CFrame = CFrame.new(-0.467333555, 0.171073616, 0.173496351, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1127. o26.BottomSurface = Enum.SurfaceType.Smooth
  1128. o26.TopSurface = Enum.SurfaceType.Smooth
  1129. o26.Color = Color3.new(1, 0, 0)
  1130. o26.Color = Color3.new(1, 0, 0)
  1131. o27.Parent = o26
  1132. o27.Scale = Vector3.new(1, 0.277518332, 1)
  1133. o27.Scale = Vector3.new(1, 0.277518332, 1)
  1134. o28.Parent = o1
  1135. o28.Material = Enum.Material.Metal
  1136. o28.BrickColor = BrickColor.new("Black")
  1137. o28.Size = Vector3.new(1.05512476, 0.123460352, 1.05158806)
  1138. o28.CFrame = CFrame.new(-0.129312545, 0.171073616, 0.5071612, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1139. o28.BottomSurface = Enum.SurfaceType.Smooth
  1140. o28.TopSurface = Enum.SurfaceType.Smooth
  1141. o28.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1142. o28.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1143. o29.Parent = o1
  1144. o29.Material = Enum.Material.Neon
  1145. o29.BrickColor = BrickColor.new("Really red")
  1146. o29.CanCollide = false
  1147. o29.Size = Vector3.new(0.405733675, 0.0529143028, 0.409540057)
  1148. o29.CFrame = CFrame.new(0.202177003, 0.171073616, 0.834431767, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1149. o29.BottomSurface = Enum.SurfaceType.Smooth
  1150. o29.TopSurface = Enum.SurfaceType.Smooth
  1151. o29.Color = Color3.new(1, 0, 0)
  1152. o29.Color = Color3.new(1, 0, 0)
  1153. o30.Parent = o29
  1154. o30.Scale = Vector3.new(1, 0.277518332, 1)
  1155. o30.Scale = Vector3.new(1, 0.277518332, 1)
  1156. o31.Parent = o1
  1157. o31.Material = Enum.Material.Neon
  1158. o31.BrickColor = BrickColor.new("Really red")
  1159. o31.CanCollide = false
  1160. o31.Size = Vector3.new(0.405733675, 0.0529143028, 0.401109934)
  1161. o31.CFrame = CFrame.new(0.202177003, 0.312482208, 0.174823865, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1162. o31.BottomSurface = Enum.SurfaceType.Smooth
  1163. o31.TopSurface = Enum.SurfaceType.Smooth
  1164. o31.Color = Color3.new(1, 0, 0)
  1165. o31.Color = Color3.new(1, 0, 0)
  1166. o32.Parent = o31
  1167. o32.Scale = Vector3.new(1, 0.277518332, 1)
  1168. o32.Scale = Vector3.new(1, 0.277518332, 1)
  1169. o33.Parent = o1
  1170. o33.Material = Enum.Material.Neon
  1171. o33.BrickColor = BrickColor.new("Really red")
  1172. o33.CanCollide = false
  1173. o33.Size = Vector3.new(0.389961213, 0.0529143028, 0.398390472)
  1174. o33.CFrame = CFrame.new(-0.467333555, 0.312482208, 0.173496351, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1175. o33.BottomSurface = Enum.SurfaceType.Smooth
  1176. o33.TopSurface = Enum.SurfaceType.Smooth
  1177. o33.Color = Color3.new(1, 0, 0)
  1178. o33.Color = Color3.new(1, 0, 0)
  1179. o34.Parent = o33
  1180. o34.Scale = Vector3.new(1, 0.277518332, 1)
  1181. o34.Scale = Vector3.new(1, 0.277518332, 1)
  1182. o35.Parent = o1
  1183. o35.Material = Enum.Material.Neon
  1184. o35.BrickColor = BrickColor.new("Really red")
  1185. o35.CanCollide = false
  1186. o35.Size = Vector3.new(0.405733675, 0.0529143028, 0.409540057)
  1187. o35.CFrame = CFrame.new(0.202177003, 0.312482208, 0.834431767, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1188. o35.BottomSurface = Enum.SurfaceType.Smooth
  1189. o35.TopSurface = Enum.SurfaceType.Smooth
  1190. o35.Color = Color3.new(1, 0, 0)
  1191. o35.Color = Color3.new(1, 0, 0)
  1192. o36.Parent = o35
  1193. o36.Scale = Vector3.new(1, 0.277518332, 1)
  1194. o36.Scale = Vector3.new(1, 0.277518332, 1)
  1195. o37.Parent = o1
  1196. o37.Material = Enum.Material.Metal
  1197. o37.BrickColor = BrickColor.new("Black")
  1198. o37.Size = Vector3.new(1.05512476, 0.123460352, 1.05158806)
  1199. o37.CFrame = CFrame.new(-0.129312545, 0.312482208, 0.5071612, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1200. o37.BottomSurface = Enum.SurfaceType.Smooth
  1201. o37.TopSurface = Enum.SurfaceType.Smooth
  1202. o37.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1203. o37.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1204. o38.Parent = o1
  1205. o38.Material = Enum.Material.Neon
  1206. o38.BrickColor = BrickColor.new("Really red")
  1207. o38.CanCollide = false
  1208. o38.Size = Vector3.new(0.389961213, 0.0529143028, 0.412531346)
  1209. o38.CFrame = CFrame.new(-0.467333555, 0.312482208, 0.832951665, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1210. o38.BottomSurface = Enum.SurfaceType.Smooth
  1211. o38.TopSurface = Enum.SurfaceType.Smooth
  1212. o38.Color = Color3.new(1, 0, 0)
  1213. o38.Color = Color3.new(1, 0, 0)
  1214. o39.Parent = o38
  1215. o39.Scale = Vector3.new(1, 0.277518332, 1)
  1216. o39.Scale = Vector3.new(1, 0.277518332, 1)
  1217. o40.Parent = o1
  1218. o40.Material = Enum.Material.Glass
  1219. o40.BrickColor = BrickColor.new("Institutional white")
  1220. o40.Transparency = 0.5
  1221. o40.Shape = Enum.PartType.Ball
  1222. o40.Size = Vector3.new(0.156365171, 0.156365037, 0.156364962)
  1223. o40.CFrame = CFrame.new(0.377859056, 0.316140264, 0.498860419, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1224. o40.BottomSurface = Enum.SurfaceType.Smooth
  1225. o40.TopSurface = Enum.SurfaceType.Smooth
  1226. o40.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1227. o40.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1228. o41.Parent = o1
  1229. o41.Material = Enum.Material.Neon
  1230. o41.BrickColor = BrickColor.new("Really red")
  1231. o41.CanCollide = false
  1232. o41.Size = Vector3.new(0.0529143028, 0.67821604, 0.0529142842)
  1233. o41.CFrame = CFrame.new(-0.647219479, 0.318464726, 0.620427191, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1234. o41.BottomSurface = Enum.SurfaceType.Smooth
  1235. o41.TopSurface = Enum.SurfaceType.Smooth
  1236. o41.Color = Color3.new(1, 0, 0)
  1237. o41.Color = Color3.new(1, 0, 0)
  1238. o42.Parent = o41
  1239. o42.Scale = Vector3.new(0.57045579, 1, 0.308354169)
  1240. o42.Scale = Vector3.new(0.57045579, 1, 0.308354169)
  1241. o43.Parent = o1
  1242. o43.Material = Enum.Material.Neon
  1243. o43.BrickColor = BrickColor.new("Really red")
  1244. o43.CanCollide = false
  1245. o43.Size = Vector3.new(0.0529143028, 0.676312566, 0.0529142842)
  1246. o43.CFrame = CFrame.new(0.390767992, 0.319417804, 0.379490346, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1247. o43.BottomSurface = Enum.SurfaceType.Smooth
  1248. o43.TopSurface = Enum.SurfaceType.Smooth
  1249. o43.Color = Color3.new(1, 0, 0)
  1250. o43.Color = Color3.new(1, 0, 0)
  1251. o44.Parent = o43
  1252. o44.Scale = Vector3.new(0.57045579, 1, 0.308354169)
  1253. o44.Scale = Vector3.new(0.57045579, 1, 0.308354169)
  1254. o45.Parent = o1
  1255. o45.Material = Enum.Material.Neon
  1256. o45.BrickColor = BrickColor.new("Really red")
  1257. o45.CanCollide = false
  1258. o45.Size = Vector3.new(0.0529143028, 0.672777414, 0.0529142842)
  1259. o45.CFrame = CFrame.new(0.390767992, 0.321184039, 0.620427191, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1260. o45.BottomSurface = Enum.SurfaceType.Smooth
  1261. o45.TopSurface = Enum.SurfaceType.Smooth
  1262. o45.Color = Color3.new(1, 0, 0)
  1263. o45.Color = Color3.new(1, 0, 0)
  1264. o46.Parent = o45
  1265. o46.Scale = Vector3.new(0.57045579, 1, 0.308354169)
  1266. o46.Scale = Vector3.new(0.57045579, 1, 0.308354169)
  1267. o47.Parent = o1
  1268. o47.Material = Enum.Material.Neon
  1269. o47.BrickColor = BrickColor.new("Really red")
  1270. o47.CanCollide = false
  1271. o47.Size = Vector3.new(0.0529143028, 0.678488493, 0.0529142842)
  1272. o47.CFrame = CFrame.new(-0.00829508156, 0.319687217, -0.0205501821, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1273. o47.BottomSurface = Enum.SurfaceType.Smooth
  1274. o47.TopSurface = Enum.SurfaceType.Smooth
  1275. o47.Color = Color3.new(1, 0, 0)
  1276. o47.Color = Color3.new(1, 0, 0)
  1277. o48.Parent = o47
  1278. o48.Scale = Vector3.new(0.279690117, 1, 0.196813941)
  1279. o48.Scale = Vector3.new(0.279690117, 1, 0.196813941)
  1280. o49.Parent = o1
  1281. o49.Material = Enum.Material.Glass
  1282. o49.BrickColor = BrickColor.new("Institutional white")
  1283. o49.Transparency = 0.5
  1284. o49.Shape = Enum.PartType.Ball
  1285. o49.Size = Vector3.new(0.156365171, 0.156365037, 0.156364962)
  1286. o49.CFrame = CFrame.new(-0.133119613, 0.308256239, 1.01527941, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1287. o49.BottomSurface = Enum.SurfaceType.Smooth
  1288. o49.TopSurface = Enum.SurfaceType.Smooth
  1289. o49.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1290. o49.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1291. o50.Parent = o1
  1292. o50.Material = Enum.Material.Glass
  1293. o50.BrickColor = BrickColor.new("Black")
  1294. o50.Transparency = 0.60000002384186
  1295. o50.Rotation = Vector3.new(166.570007, 0, 0)
  1296. o50.CanCollide = false
  1297. o50.Size = Vector3.new(0.0529143028, 0.391592532, 0.0908276141)
  1298. o50.CFrame = CFrame.new(0.377317369, -0.23980993, 0.159183607, 1, 0, 0, 0, -0.972660005, -0.232234001, 0, 0.232234001, -0.972660005)
  1299. o50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1300. o50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1301. o50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1302. o50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1303. o50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1304. o50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1305. o50.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1306. o50.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1307. o51.Parent = o50
  1308. o51.Scale = Vector3.new(0.123341806, 1, 1)
  1309. o51.MeshType = Enum.MeshType.Wedge
  1310. o51.Scale = Vector3.new(0.123341806, 1, 1)
  1311. o52.Parent = o1
  1312. o52.Material = Enum.Material.Glass
  1313. o52.BrickColor = BrickColor.new("Black")
  1314. o52.Transparency = 0.60000002384186
  1315. o52.Rotation = Vector3.new(178.919998, 0, 0)
  1316. o52.CanCollide = false
  1317. o52.Size = Vector3.new(0.0529143028, 0.391592532, 0.118565366)
  1318. o52.CFrame = CFrame.new(0.381666124, -0.240069807, 0.0653721169, 1, 0, 0, 0, -0.999823868, -0.0187669992, 0, 0.0187669974, -0.999823868)
  1319. o52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1320. o52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1321. o52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1322. o52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1323. o52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1324. o52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1325. o52.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1326. o52.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1327. o53.Parent = o52
  1328. o53.Scale = Vector3.new(0.123341806, 1, 1)
  1329. o53.MeshType = Enum.MeshType.Wedge
  1330. o53.Scale = Vector3.new(0.123341806, 1, 1)
  1331. o54.Parent = o1
  1332. o54.Material = Enum.Material.Neon
  1333. o54.BrickColor = BrickColor.new("Really red")
  1334. o54.CanCollide = false
  1335. o54.Size = Vector3.new(0.0529143028, 0.67821604, 0.0529142842)
  1336. o54.CFrame = CFrame.new(-0.647219479, 0.318464726, 0.532048285, 0.999992847, 0, 0, 0, 0.999994755, 0, 0, 0, 0.999991417)
  1337. o54.BottomSurface = Enum.SurfaceType.Smooth
  1338. o54.TopSurface = Enum.SurfaceType.Smooth
  1339. o54.Color = Color3.new(1, 0, 0)
  1340. o54.Color = Color3.new(1, 0, 0)
  1341. o55.Parent = o54
  1342. o55.Scale = Vector3.new(0.57045579, 1, 0.308354169)
  1343. o55.Scale = Vector3.new(0.57045579, 1, 0.308354169)
  1344. o56.Parent = o1
  1345. o56.Material = Enum.Material.Neon
  1346. o56.BrickColor = BrickColor.new("Really red")
  1347. o56.CanCollide = false
  1348. o56.Size = Vector3.new(0.0529143028, 0.677672088, 0.0529142842)
  1349. o56.CFrame = CFrame.new(-0.647219479, 0.318736762, 0.470311224, 0.999992728, 0, 0, 0, 0.999994755, 0, 0, 0, 0.999991298)
  1350. o56.BottomSurface = Enum.SurfaceType.Smooth
  1351. o56.TopSurface = Enum.SurfaceType.Smooth
  1352. o56.Color = Color3.new(1, 0, 0)
  1353. o56.Color = Color3.new(1, 0, 0)
  1354. o57.Parent = o56
  1355. o57.Scale = Vector3.new(0.57045579, 1, 0.308354169)
  1356. o57.Scale = Vector3.new(0.57045579, 1, 0.308354169)
  1357. o58.Parent = o1
  1358. o58.Material = Enum.Material.Metal
  1359. o58.Rotation = Vector3.new(-180, 0, -180)
  1360. o58.Shape = Enum.PartType.Cylinder
  1361. o58.Size = Vector3.new(1.08302629, 0.168602303, 0.168602228)
  1362. o58.CFrame = CFrame.new(-0.126665145, 0.314116091, 0.500218451, -0.999996424, 0, 0, 0, 0.999997377, 0, 0, 0, -0.999995708)
  1363. o58.BottomSurface = Enum.SurfaceType.Smooth
  1364. o58.TopSurface = Enum.SurfaceType.Smooth
  1365. o59.Parent = o1
  1366. o59.Material = Enum.Material.Glass
  1367. o59.BrickColor = BrickColor.new("Black")
  1368. o59.Transparency = 0.60000002384186
  1369. o59.Rotation = Vector3.new(-20.0400009, 0, -180)
  1370. o59.CanCollide = false
  1371. o59.Size = Vector3.new(0.0529143028, 0.292878389, 0.119109303)
  1372. o59.CFrame = CFrame.new(0.376501024, -0.180060238, 0.343876272, -1, 0, 0, 0, -0.939433217, 0.342732102, 0, 0.342732102, 0.939433217)
  1373. o59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1374. o59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1375. o59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1376. o59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1377. o59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1378. o59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1379. o59.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1380. o59.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1381. o60.Parent = o59
  1382. o60.Scale = Vector3.new(0.123341806, 1, 1)
  1383. o60.MeshType = Enum.MeshType.Wedge
  1384. o60.Scale = Vector3.new(0.123341806, 1, 1)
  1385. o61.Parent = o1
  1386. o61.Material = Enum.Material.Glass
  1387. o61.BrickColor = BrickColor.new("Black")
  1388. o61.Transparency = 0.60000002384186
  1389. o61.Rotation = Vector3.new(-20.0400009, 0, -180)
  1390. o61.CanCollide = false
  1391. o61.Size = Vector3.new(0.0529143028, 0.346450329, 0.119109303)
  1392. o61.CFrame = CFrame.new(0.371877611, -0.205225676, 0.353046864, -1, 0, 0, 0, -0.939433217, 0.342732102, 0, 0.342732102, 0.939433217)
  1393. o61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1394. o61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1395. o61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1396. o61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1397. o61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1398. o61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1399. o61.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1400. o61.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1401. o62.Parent = o61
  1402. o62.Scale = Vector3.new(0.123341806, 1, 1)
  1403. o62.MeshType = Enum.MeshType.Wedge
  1404. o62.Scale = Vector3.new(0.123341806, 1, 1)
  1405. o63.Parent = o1
  1406. o63.Material = Enum.Material.Metal
  1407. o63.BrickColor = BrickColor.new("Black")
  1408. o63.Size = Vector3.new(1.05512476, 0.123460352, 1.05158806)
  1409. o63.CFrame = CFrame.new(-0.129312545, 0.604816973, 0.5071612, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1410. o63.BottomSurface = Enum.SurfaceType.Smooth
  1411. o63.TopSurface = Enum.SurfaceType.Smooth
  1412. o63.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1413. o63.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1414. o64.Parent = o1
  1415. o64.Material = Enum.Material.Neon
  1416. o64.BrickColor = BrickColor.new("Really red")
  1417. o64.CanCollide = false
  1418. o64.Size = Vector3.new(0.0529143028, 0.678488493, 0.0529142842)
  1419. o64.CFrame = CFrame.new(-0.159769058, 0.319687247, 1.03268945, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1420. o64.BottomSurface = Enum.SurfaceType.Smooth
  1421. o64.TopSurface = Enum.SurfaceType.Smooth
  1422. o64.Color = Color3.new(1, 0, 0)
  1423. o64.Color = Color3.new(1, 0, 0)
  1424. o65.Parent = o64
  1425. o65.Scale = Vector3.new(0.279690117, 1, 0.196813941)
  1426. o65.Scale = Vector3.new(0.279690117, 1, 0.196813941)
  1427. o66.Parent = o1
  1428. o66.Material = Enum.Material.Glass
  1429. o66.BrickColor = BrickColor.new("Black")
  1430. o66.Transparency = 0.60000002384186
  1431. o66.Rotation = Vector3.new(178.919998, 0, 0)
  1432. o66.CanCollide = false
  1433. o66.Size = Vector3.new(0.0529143028, 0.498464614, 0.0856607929)
  1434. o66.CFrame = CFrame.new(0.379491746, -0.293806255, 0.0499302521, 1, 0, 0, 0, -0.999823868, -0.0187669992, 0, 0.0187669974, -0.999823868)
  1435. o66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1436. o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1437. o66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1438. o66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1439. o66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1440. o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1441. o66.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1442. o66.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1443. o67.Parent = o66
  1444. o67.Scale = Vector3.new(0.123341806, 1, 1)
  1445. o67.MeshType = Enum.MeshType.Wedge
  1446. o67.Scale = Vector3.new(0.123341806, 1, 1)
  1447. o68.Parent = o1
  1448. o68.Material = Enum.Material.Neon
  1449. o68.BrickColor = BrickColor.new("Really red")
  1450. o68.CanCollide = false
  1451. o68.Size = Vector3.new(0.0529143028, 0.678488493, 0.0529142842)
  1452. o68.CFrame = CFrame.new(-0.105379105, 0.319687247, 1.03268945, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1453. o68.BottomSurface = Enum.SurfaceType.Smooth
  1454. o68.TopSurface = Enum.SurfaceType.Smooth
  1455. o68.Color = Color3.new(1, 0, 0)
  1456. o68.Color = Color3.new(1, 0, 0)
  1457. o69.Parent = o68
  1458. o69.Scale = Vector3.new(0.279690117, 1, 0.196813941)
  1459. o69.Scale = Vector3.new(0.279690117, 1, 0.196813941)
  1460. o70.Parent = o1
  1461. o70.Material = Enum.Material.Metal
  1462. o70.Rotation = Vector3.new(0, 90, 0)
  1463. o70.Shape = Enum.PartType.Cylinder
  1464. o70.Size = Vector3.new(1.08982444, 0.168602303, 0.168602228)
  1465. o70.CFrame = CFrame.new(-0.134477645, 0.309490532, 0.503468573, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1466. o70.BottomSurface = Enum.SurfaceType.Smooth
  1467. o70.TopSurface = Enum.SurfaceType.Smooth
  1468. o71.Parent = o1
  1469. o71.Material = Enum.Material.Neon
  1470. o71.BrickColor = BrickColor.new("Really red")
  1471. o71.CanCollide = false
  1472. o71.Size = Vector3.new(0.0529143028, 0.678488493, 0.0529142842)
  1473. o71.CFrame = CFrame.new(-0.105379127, 0.319687217, -0.0246242788, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1474. o71.BottomSurface = Enum.SurfaceType.Smooth
  1475. o71.TopSurface = Enum.SurfaceType.Smooth
  1476. o71.Color = Color3.new(1, 0, 0)
  1477. o71.Color = Color3.new(1, 0, 0)
  1478. o72.Parent = o71
  1479. o72.Scale = Vector3.new(0.279690117, 1, 0.196813941)
  1480. o72.Scale = Vector3.new(0.279690117, 1, 0.196813941)
  1481. o73.Parent = o1
  1482. o73.Material = Enum.Material.Neon
  1483. o73.BrickColor = BrickColor.new("Really red")
  1484. o73.CanCollide = false
  1485. o73.Size = Vector3.new(0.0529143028, 0.678488493, 0.0529142842)
  1486. o73.CFrame = CFrame.new(-0.0082950592, 0.319687247, 1.03268945, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1487. o73.BottomSurface = Enum.SurfaceType.Smooth
  1488. o73.TopSurface = Enum.SurfaceType.Smooth
  1489. o73.Color = Color3.new(1, 0, 0)
  1490. o73.Color = Color3.new(1, 0, 0)
  1491. o74.Parent = o73
  1492. o74.Scale = Vector3.new(0.279690117, 1, 0.196813941)
  1493. o74.Scale = Vector3.new(0.279690117, 1, 0.196813941)
  1494. o75.Parent = o1
  1495. o75.Material = Enum.Material.Neon
  1496. o75.BrickColor = BrickColor.new("Really red")
  1497. o75.CanCollide = false
  1498. o75.Size = Vector3.new(0.0529143028, 0.678488493, 0.0529142842)
  1499. o75.CFrame = CFrame.new(-0.266367197, 0.319687247, 1.03268945, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1500. o75.BottomSurface = Enum.SurfaceType.Smooth
  1501. o75.TopSurface = Enum.SurfaceType.Smooth
  1502. o75.Color = Color3.new(1, 0, 0)
  1503. o75.Color = Color3.new(1, 0, 0)
  1504. o76.Parent = o75
  1505. o76.Scale = Vector3.new(0.279690117, 1, 0.196813941)
  1506. o76.Scale = Vector3.new(0.279690117, 1, 0.196813941)
  1507. o77.Parent = o1
  1508. o77.Material = Enum.Material.Neon
  1509. o77.BrickColor = BrickColor.new("Really red")
  1510. o77.CanCollide = false
  1511. o77.Size = Vector3.new(0.0529143028, 0.678488493, 0.0529142842)
  1512. o77.CFrame = CFrame.new(-0.159769088, 0.319687217, -0.0246242788, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1513. o77.BottomSurface = Enum.SurfaceType.Smooth
  1514. o77.TopSurface = Enum.SurfaceType.Smooth
  1515. o77.Color = Color3.new(1, 0, 0)
  1516. o77.Color = Color3.new(1, 0, 0)
  1517. o78.Parent = o77
  1518. o78.Scale = Vector3.new(0.279690117, 1, 0.196813941)
  1519. o78.Scale = Vector3.new(0.279690117, 1, 0.196813941)
  1520. o79.Parent = o1
  1521. o79.Material = Enum.Material.Neon
  1522. o79.BrickColor = BrickColor.new("Really red")
  1523. o79.CanCollide = false
  1524. o79.Size = Vector3.new(0.0529143028, 0.67821604, 0.0529142842)
  1525. o79.CFrame = CFrame.new(0.392667711, 0.318464726, 0.532048285, 0.999992847, 0, 0, 0, 0.999994755, 0, 0, 0, 0.999991417)
  1526. o79.BottomSurface = Enum.SurfaceType.Smooth
  1527. o79.TopSurface = Enum.SurfaceType.Smooth
  1528. o79.Color = Color3.new(1, 0, 0)
  1529. o79.Color = Color3.new(1, 0, 0)
  1530. o80.Parent = o79
  1531. o80.Scale = Vector3.new(0.57045579, 1, 0.308354169)
  1532. o80.Scale = Vector3.new(0.57045579, 1, 0.308354169)
  1533. o81.Parent = o1
  1534. o81.Material = Enum.Material.Neon
  1535. o81.BrickColor = BrickColor.new("Really red")
  1536. o81.CanCollide = false
  1537. o81.Size = Vector3.new(0.0529143028, 0.677672088, 0.0529142842)
  1538. o81.CFrame = CFrame.new(0.392667711, 0.318736762, 0.470311224, 0.999992728, 0, 0, 0, 0.999994755, 0, 0, 0, 0.999991298)
  1539. o81.BottomSurface = Enum.SurfaceType.Smooth
  1540. o81.TopSurface = Enum.SurfaceType.Smooth
  1541. o81.Color = Color3.new(1, 0, 0)
  1542. o81.Color = Color3.new(1, 0, 0)
  1543. o82.Parent = o81
  1544. o82.Scale = Vector3.new(0.57045579, 1, 0.308354169)
  1545. o82.Scale = Vector3.new(0.57045579, 1, 0.308354169)
  1546. o83.Parent = o1
  1547. o83.Material = Enum.Material.Neon
  1548. o83.BrickColor = BrickColor.new("Really red")
  1549. o83.CanCollide = false
  1550. o83.Size = Vector3.new(0.405733675, 0.0529143028, 0.401109934)
  1551. o83.CFrame = CFrame.new(0.202177003, 0.459057271, 0.174823865, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1552. o83.BottomSurface = Enum.SurfaceType.Smooth
  1553. o83.TopSurface = Enum.SurfaceType.Smooth
  1554. o83.Color = Color3.new(1, 0, 0)
  1555. o83.Color = Color3.new(1, 0, 0)
  1556. o84.Parent = o83
  1557. o84.Scale = Vector3.new(1, 0.277518332, 1)
  1558. o84.Scale = Vector3.new(1, 0.277518332, 1)
  1559. o85.Parent = o1
  1560. o85.Material = Enum.Material.Neon
  1561. o85.BrickColor = BrickColor.new("Really red")
  1562. o85.CanCollide = false
  1563. o85.Size = Vector3.new(0.389961213, 0.0529143028, 0.398390472)
  1564. o85.CFrame = CFrame.new(-0.467333555, 0.459057271, 0.173496351, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1565. o85.BottomSurface = Enum.SurfaceType.Smooth
  1566. o85.TopSurface = Enum.SurfaceType.Smooth
  1567. o85.Color = Color3.new(1, 0, 0)
  1568. o85.Color = Color3.new(1, 0, 0)
  1569. o86.Parent = o85
  1570. o86.Scale = Vector3.new(1, 0.277518332, 1)
  1571. o86.Scale = Vector3.new(1, 0.277518332, 1)
  1572. o87.Parent = o1
  1573. o87.Material = Enum.Material.Metal
  1574. o87.BrickColor = BrickColor.new("Black")
  1575. o87.Size = Vector3.new(1.05512476, 0.123460352, 1.05158806)
  1576. o87.CFrame = CFrame.new(-0.129312545, 0.459057271, 0.5071612, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1577. o87.BottomSurface = Enum.SurfaceType.Smooth
  1578. o87.TopSurface = Enum.SurfaceType.Smooth
  1579. o87.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1580. o87.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1581. o88.Parent = o1
  1582. o88.Material = Enum.Material.Neon
  1583. o88.BrickColor = BrickColor.new("Really red")
  1584. o88.CanCollide = false
  1585. o88.Size = Vector3.new(0.405733675, 0.0529143028, 0.409540057)
  1586. o88.CFrame = CFrame.new(0.202177003, 0.459057271, 0.834431767, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1587. o88.BottomSurface = Enum.SurfaceType.Smooth
  1588. o88.TopSurface = Enum.SurfaceType.Smooth
  1589. o88.Color = Color3.new(1, 0, 0)
  1590. o88.Color = Color3.new(1, 0, 0)
  1591. o89.Parent = o88
  1592. o89.Scale = Vector3.new(1, 0.277518332, 1)
  1593. o89.Scale = Vector3.new(1, 0.277518332, 1)
  1594. o90.Parent = o1
  1595. o90.Material = Enum.Material.Neon
  1596. o90.BrickColor = BrickColor.new("Really red")
  1597. o90.CanCollide = false
  1598. o90.Size = Vector3.new(0.389961213, 0.0529143028, 0.412531346)
  1599. o90.CFrame = CFrame.new(-0.467333555, 0.459057271, 0.832951665, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1600. o90.BottomSurface = Enum.SurfaceType.Smooth
  1601. o90.TopSurface = Enum.SurfaceType.Smooth
  1602. o90.Color = Color3.new(1, 0, 0)
  1603. o90.Color = Color3.new(1, 0, 0)
  1604. o91.Parent = o90
  1605. o91.Scale = Vector3.new(1, 0.277518332, 1)
  1606. o91.Scale = Vector3.new(1, 0.277518332, 1)
  1607. o92.Parent = o1
  1608. o92.Material = Enum.Material.Glass
  1609. o92.BrickColor = BrickColor.new("Black")
  1610. o92.Transparency = 0.60000002384186
  1611. o92.Rotation = Vector3.new(12.1300001, 0, -180)
  1612. o92.CanCollide = false
  1613. o92.Size = Vector3.new(0.0529143028, 0.191445127, 0.0529142842)
  1614. o92.CFrame = CFrame.new(0.378133714, -0.286889464, 0.612217963, -1, 0, 0, 0, -0.97765857, -0.210212052, 0, -0.210212052, 0.97765857)
  1615. o92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1616. o92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1617. o92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1618. o92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1619. o92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1620. o92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1621. o92.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1622. o92.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1623. o93.Parent = o92
  1624. o93.Scale = Vector3.new(0.123341806, 1, 0.29293707)
  1625. o93.MeshType = Enum.MeshType.Wedge
  1626. o93.Scale = Vector3.new(0.123341806, 1, 0.29293707)
  1627. o94.Parent = o1
  1628. o94.Material = Enum.Material.Neon
  1629. o94.BrickColor = BrickColor.new("Really red")
  1630. o94.CanCollide = false
  1631. o94.Size = Vector3.new(0.0529143028, 0.678488493, 0.0529142842)
  1632. o94.CFrame = CFrame.new(-0.266367197, 0.319687217, -0.0205501821, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1633. o94.BottomSurface = Enum.SurfaceType.Smooth
  1634. o94.TopSurface = Enum.SurfaceType.Smooth
  1635. o94.Color = Color3.new(1, 0, 0)
  1636. o94.Color = Color3.new(1, 0, 0)
  1637. o95.Parent = o94
  1638. o95.Scale = Vector3.new(0.279690117, 1, 0.196813941)
  1639. o95.Scale = Vector3.new(0.279690117, 1, 0.196813941)
  1640. o96.Parent = o1
  1641. o96.Material = Enum.Material.Neon
  1642. o96.BrickColor = BrickColor.new("Really red")
  1643. o96.CanCollide = false
  1644. o96.Size = Vector3.new(0.405733675, 0.0529143028, 0.409540057)
  1645. o96.CFrame = CFrame.new(0.202177003, 0.604816973, 0.834431767, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1646. o96.BottomSurface = Enum.SurfaceType.Smooth
  1647. o96.TopSurface = Enum.SurfaceType.Smooth
  1648. o96.Color = Color3.new(1, 0, 0)
  1649. o96.Color = Color3.new(1, 0, 0)
  1650. o97.Parent = o96
  1651. o97.Scale = Vector3.new(1, 0.277518332, 1)
  1652. o97.Scale = Vector3.new(1, 0.277518332, 1)
  1653. o98.Parent = o1
  1654. o98.Material = Enum.Material.Neon
  1655. o98.BrickColor = BrickColor.new("Really red")
  1656. o98.CanCollide = false
  1657. o98.Size = Vector3.new(0.405733675, 0.0529143028, 0.401109934)
  1658. o98.CFrame = CFrame.new(0.202177003, 0.604816973, 0.174823865, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1659. o98.BottomSurface = Enum.SurfaceType.Smooth
  1660. o98.TopSurface = Enum.SurfaceType.Smooth
  1661. o98.Color = Color3.new(1, 0, 0)
  1662. o98.Color = Color3.new(1, 0, 0)
  1663. o99.Parent = o98
  1664. o99.Scale = Vector3.new(1, 0.277518332, 1)
  1665. o99.Scale = Vector3.new(1, 0.277518332, 1)
  1666. o100.Parent = o1
  1667. o100.Material = Enum.Material.Neon
  1668. o100.BrickColor = BrickColor.new("Really red")
  1669. o100.CanCollide = false
  1670. o100.Size = Vector3.new(0.389961213, 0.0529143028, 0.398390472)
  1671. o100.CFrame = CFrame.new(-0.467333555, 0.604816973, 0.173496351, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1672. o100.BottomSurface = Enum.SurfaceType.Smooth
  1673. o100.TopSurface = Enum.SurfaceType.Smooth
  1674. o100.Color = Color3.new(1, 0, 0)
  1675. o100.Color = Color3.new(1, 0, 0)
  1676. o101.Parent = o100
  1677. o101.Scale = Vector3.new(1, 0.277518332, 1)
  1678. o101.Scale = Vector3.new(1, 0.277518332, 1)
  1679. o102.Parent = o1
  1680. o102.Material = Enum.Material.Glass
  1681. o102.BrickColor = BrickColor.new("Black")
  1682. o102.Transparency = 0.60000002384186
  1683. o102.Rotation = Vector3.new(-167.869995, 0, 0)
  1684. o102.CanCollide = false
  1685. o102.Size = Vector3.new(0.0529143028, 0.245561063, 0.0529142842)
  1686. o102.CFrame = CFrame.new(0.374998033, -0.288369924, 0.640416265, 0.999999642, 0, 0, 0, -0.977663934, 0.210212559, 0, -0.210212708, -0.977663219)
  1687. o102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1688. o102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1689. o102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1690. o102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1691. o102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1692. o102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1693. o102.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1694. o102.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1695. o103.Parent = o102
  1696. o103.Scale = Vector3.new(0.13876076, 1, 0.781164408)
  1697. o103.MeshType = Enum.MeshType.Wedge
  1698. o103.Scale = Vector3.new(0.13876076, 1, 0.781164408)
  1699. o104.Parent = o1
  1700. o104.Material = Enum.Material.Glass
  1701. o104.BrickColor = BrickColor.new("Black")
  1702. o104.Transparency = 0.60000002384186
  1703. o104.Rotation = Vector3.new(-90, -85.9499969, 90)
  1704. o104.CanCollide = false
  1705. o104.Size = Vector3.new(0.0529143028, 0.276562244, 0.110407285)
  1706. o104.CFrame = CFrame.new(-0.554476559, -0.229516327, 0.00229225494, 0, -0.0706719756, -0.997499645, 0, -0.997499645, 0.0706719756, -1, 0, 0)
  1707. o104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1708. o104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1709. o104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1710. o104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1711. o104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1712. o104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1713. o104.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1714. o104.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1715. o105.Parent = o104
  1716. o105.Scale = Vector3.new(0.123341806, 1, 1)
  1717. o105.MeshType = Enum.MeshType.Wedge
  1718. o105.Scale = Vector3.new(0.123341806, 1, 1)
  1719. o106.Parent = o1
  1720. o106.Material = Enum.Material.Glass
  1721. o106.BrickColor = BrickColor.new("Black")
  1722. o106.Transparency = 0.60000002384186
  1723. o106.Rotation = Vector3.new(-90, 79.0500031, -90)
  1724. o106.CanCollide = false
  1725. o106.Size = Vector3.new(0.0529143028, 0.275202632, 0.115302108)
  1726. o106.CFrame = CFrame.new(-0.126947433, -0.186546773, 0.00229225494, 0, 0.189921081, 0.981799364, 0, -0.981799364, 0.189921081, 1, 0, 0)
  1727. o106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1728. o106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1729. o106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1730. o106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1731. o106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1732. o106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1733. o106.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1734. o106.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1735. o107.Parent = o106
  1736. o107.Scale = Vector3.new(0.123341806, 1, 1)
  1737. o107.MeshType = Enum.MeshType.Wedge
  1738. o107.Scale = Vector3.new(0.123341806, 1, 1)
  1739. o108.Name = "Handle"
  1740. o108.Parent = o1
  1741. o108.Material = Enum.Material.Neon
  1742. o108.BrickColor = BrickColor.new("Really red")
  1743. o108.Anchored = true
  1744. o108.CanCollide = false
  1745. o108.FormFactor = Enum.FormFactor.Custom
  1746. o108.Size = Vector3.new(0.0878363848, 0.0878363103, 0.0529142842)
  1747. o108.CFrame = CFrame.new(-0.134744674, 0.304458469, -0.044140324, 1, 1.08033419e-07, -1.51992049e-06, -1.04308128e-07, 1, 3.69805575e-11, 1.51710799e-06, 1.63050129e-13, 1.00000012)
  1748. o108.BottomSurface = Enum.SurfaceType.Smooth
  1749. o108.TopSurface = Enum.SurfaceType.Smooth
  1750. o108.Color = Color3.new(1, 0, 0)
  1751. o108.Color = Color3.new(1, 0, 0)
  1752. o109.Parent = o108
  1753. o109.MeshId = "http://www.roblox.com/asset/?id=105992239"
  1754. o109.Scale = Vector3.new(0.353521526, 0.353521198, 0.353520989)
  1755. o109.MeshType = Enum.MeshType.FileMesh
  1756. o109.Scale = Vector3.new(0.353521526, 0.353521198, 0.353520989)
  1757. o110.Parent = o1
  1758. o110.Material = Enum.Material.Glass
  1759. o110.BrickColor = BrickColor.new("Black")
  1760. o110.Transparency = 0.60000002384186
  1761. o110.Rotation = Vector3.new(171.179993, 0, 0)
  1762. o110.CanCollide = false
  1763. o110.Size = Vector3.new(0.0529143028, 0.266228497, 0.087020494)
  1764. o110.CFrame = CFrame.new(0.374731004, -0.178286642, 0.869725823, 0.999995708, 0, 0, 0, -0.988172412, -0.153354302, 0, 0.153353378, -0.988179207)
  1765. o110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1766. o110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1767. o110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1768. o110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1769. o110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1770. o110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1771. o110.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1772. o110.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1773. o111.Parent = o110
  1774. o111.Scale = Vector3.new(0.13876076, 1, 1)
  1775. o111.MeshType = Enum.MeshType.Wedge
  1776. o111.Scale = Vector3.new(0.13876076, 1, 1)
  1777. o112.Parent = o1
  1778. o112.Material = Enum.Material.Glass
  1779. o112.BrickColor = BrickColor.new("Black")
  1780. o112.Transparency = 0.60000002384186
  1781. o112.Rotation = Vector3.new(-8.81999969, 0, -180)
  1782. o112.CanCollide = false
  1783. o112.Size = Vector3.new(0.0529143028, 0.194708332, 0.0726077408)
  1784. o112.CFrame = CFrame.new(0.376501024, -0.132801265, 0.782429814, -0.999995708, 0, 0, 0, -0.988172472, 0.153353944, 0, 0.153353021, 0.988179266)
  1785. o112.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1786. o112.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1787. o112.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1788. o112.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1789. o112.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1790. o112.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1791. o112.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1792. o112.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1793. o113.Parent = o112
  1794. o113.Scale = Vector3.new(0.123341806, 1, 1)
  1795. o113.MeshType = Enum.MeshType.Wedge
  1796. o113.Scale = Vector3.new(0.123341806, 1, 1)
  1797. o114.Parent = o1
  1798. o114.Material = Enum.Material.Glass
  1799. o114.BrickColor = BrickColor.new("Institutional white")
  1800. o114.Transparency = 0.5
  1801. o114.Shape = Enum.PartType.Ball
  1802. o114.Size = Vector3.new(0.156365171, 0.156365037, 0.156364962)
  1803. o114.CFrame = CFrame.new(-0.63158685, 0.316140264, 0.498860419, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1804. o114.BottomSurface = Enum.SurfaceType.Smooth
  1805. o114.TopSurface = Enum.SurfaceType.Smooth
  1806. o114.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1807. o114.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1808. o115.Name = "Handle"
  1809. o115.Parent = o1
  1810. o115.Material = Enum.Material.Neon
  1811. o115.BrickColor = BrickColor.new("Really red")
  1812. o115.Rotation = Vector3.new(0, -90, 0)
  1813. o115.Anchored = true
  1814. o115.FormFactor = Enum.FormFactor.Custom
  1815. o115.Size = Vector3.new(0.254263222, 0.0878363103, 0.15761584)
  1816. o115.CFrame = CFrame.new(0.420553148, 0.307177991, 0.497426093, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1817. o115.BottomSurface = Enum.SurfaceType.Smooth
  1818. o115.TopSurface = Enum.SurfaceType.Smooth
  1819. o115.Color = Color3.new(1, 0, 0)
  1820. o115.Color = Color3.new(1, 0, 0)
  1821. o116.Parent = o115
  1822. o116.MeshId = "http://www.roblox.com/asset/?id=105992239"
  1823. o116.Scale = Vector3.new(0.353521526, 0.353521198, 0.353520989)
  1824. o116.MeshType = Enum.MeshType.FileMesh
  1825. o116.Scale = Vector3.new(0.353521526, 0.353521198, 0.353520989)
  1826. o117.Name = "Handle"
  1827. o117.Parent = o1
  1828. o117.Material = Enum.Material.Neon
  1829. o117.BrickColor = BrickColor.new("Really red")
  1830. o117.Anchored = true
  1831. o117.FormFactor = Enum.FormFactor.Custom
  1832. o117.Size = Vector3.new(0.0878363848, 0.0878363103, 0.15761584)
  1833. o117.CFrame = CFrame.new(-0.134744674, 0.301195234, 0.986379266, 1, 1.08033419e-07, -1.51992049e-06, -1.04308128e-07, 1, 3.69805575e-11, 1.51710799e-06, 1.63050129e-13, 1.00000012)
  1834. o117.BottomSurface = Enum.SurfaceType.Smooth
  1835. o117.TopSurface = Enum.SurfaceType.Smooth
  1836. o117.Color = Color3.new(1, 0, 0)
  1837. o117.Color = Color3.new(1, 0, 0)
  1838. o118.Parent = o117
  1839. o118.MeshId = "http://www.roblox.com/asset/?id=105992239"
  1840. o118.Scale = Vector3.new(0.353521526, 0.353521198, 0.353520989)
  1841. o118.MeshType = Enum.MeshType.FileMesh
  1842. o118.Scale = Vector3.new(0.353521526, 0.353521198, 0.353520989)
  1843. o119.Parent = o1
  1844. o119.Material = Enum.Material.Glass
  1845. o119.BrickColor = BrickColor.new("Black")
  1846. o119.Transparency = 0.60000002384186
  1847. o119.Rotation = Vector3.new(-90, 79.8700027, -90)
  1848. o119.CanCollide = false
  1849. o119.Size = Vector3.new(0.0529143028, 0.447883904, 0.0968102589)
  1850. o119.CFrame = CFrame.new(-0.483004332, -0.277972013, 0.00308571197, 0, 0.17585811, 0.984415591, 0, -0.984415591, 0.175858095, 1, 0, 0)
  1851. o119.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1852. o119.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1853. o119.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1854. o119.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1855. o119.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1856. o119.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1857. o119.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1858. o119.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1859. o120.Parent = o119
  1860. o120.Scale = Vector3.new(0.123341806, 1, 1)
  1861. o120.MeshType = Enum.MeshType.Wedge
  1862. o120.Scale = Vector3.new(0.123341806, 1, 1)
  1863. o121.Parent = o1
  1864. o121.Material = Enum.Material.Glass
  1865. o121.BrickColor = BrickColor.new("Black")
  1866. o121.Transparency = 0.60000002384186
  1867. o121.Rotation = Vector3.new(11.9499998, 0, -180)
  1868. o121.CanCollide = false
  1869. o121.Size = Vector3.new(0.0529143028, 0.367933631, 0.0726077408)
  1870. o121.CFrame = CFrame.new(0.376501024, -0.220109403, 0.877935052, -0.999995708, 0, 0, 0, -0.978321016, -0.207100943, 0, -0.207099393, 0.978327692)
  1871. o121.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1872. o121.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1873. o121.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1874. o121.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1875. o121.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1876. o121.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1877. o121.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1878. o121.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1879. o122.Parent = o121
  1880. o122.Scale = Vector3.new(0.123341806, 1, 1)
  1881. o122.MeshType = Enum.MeshType.Wedge
  1882. o122.Scale = Vector3.new(0.123341806, 1, 1)
  1883. o123.Name = "Handle"
  1884. o123.Parent = o1
  1885. o123.Material = Enum.Material.Neon
  1886. o123.BrickColor = BrickColor.new("Really red")
  1887. o123.Rotation = Vector3.new(0, -90, 0)
  1888. o123.Anchored = true
  1889. o123.FormFactor = Enum.FormFactor.Custom
  1890. o123.Size = Vector3.new(0.254263222, 0.0878363103, 0.15761584)
  1891. o123.CFrame = CFrame.new(-0.60764581, 0.307177991, 0.497426093, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1892. o123.BottomSurface = Enum.SurfaceType.Smooth
  1893. o123.TopSurface = Enum.SurfaceType.Smooth
  1894. o123.Color = Color3.new(1, 0, 0)
  1895. o123.Color = Color3.new(1, 0, 0)
  1896. o124.Parent = o123
  1897. o124.MeshId = "http://www.roblox.com/asset/?id=105992239"
  1898. o124.Scale = Vector3.new(0.353521526, 0.353521198, 0.353520989)
  1899. o124.MeshType = Enum.MeshType.FileMesh
  1900. o124.Scale = Vector3.new(0.353521526, 0.353521198, 0.353520989)
  1901. o125.Parent = o1
  1902. o125.Material = Enum.Material.Glass
  1903. o125.BrickColor = BrickColor.new("Black")
  1904. o125.Transparency = 0.60000002384186
  1905. o125.Rotation = Vector3.new(-167.869995, 0, 0)
  1906. o125.CanCollide = false
  1907. o125.Size = Vector3.new(0.0529143028, 0.247464687, 0.087020494)
  1908. o125.CFrame = CFrame.new(0.374731004, -0.177645773, 0.687611699, 1, 0, 0, 0, -0.977656126, 0.210211024, 0, -0.210211024, -0.977656126)
  1909. o125.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1910. o125.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1911. o125.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1912. o125.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1913. o125.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1914. o125.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1915. o125.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1916. o125.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1917. o126.Parent = o125
  1918. o126.Scale = Vector3.new(0.13876076, 1, 1)
  1919. o126.MeshType = Enum.MeshType.Wedge
  1920. o126.Scale = Vector3.new(0.13876076, 1, 1)
  1921. o127.Parent = o1
  1922. o127.Material = Enum.Material.Glass
  1923. o127.BrickColor = BrickColor.new("Black")
  1924. o127.Transparency = 0.60000002384186
  1925. o127.Rotation = Vector3.new(12.1300001, 0, -180)
  1926. o127.CanCollide = false
  1927. o127.Size = Vector3.new(0.0529143028, 0.254263073, 0.0726077408)
  1928. o127.CFrame = CFrame.new(0.376501024, -0.142238706, 0.614110053, -1, 0, 0, 0, -0.977656126, -0.210211515, 0, -0.210211515, 0.977656126)
  1929. o127.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1930. o127.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1931. o127.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1932. o127.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1933. o127.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1934. o127.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1935. o127.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1936. o127.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1937. o128.Parent = o127
  1938. o128.Scale = Vector3.new(0.123341806, 1, 1)
  1939. o128.MeshType = Enum.MeshType.Wedge
  1940. o128.Scale = Vector3.new(0.123341806, 1, 1)
  1941. o129.Parent = o1
  1942. o129.Material = Enum.Material.Glass
  1943. o129.BrickColor = BrickColor.new("Black")
  1944. o129.Transparency = 0.60000002384186
  1945. o129.Rotation = Vector3.new(-171.149994, 0, 0)
  1946. o129.CanCollide = false
  1947. o129.Size = Vector3.new(0.0529143028, 0.452778667, 0.0938190073)
  1948. o129.CFrame = CFrame.new(0.381666124, -0.365161985, 0.228626475, 1, 0, 0, 0, -0.988084614, 0.153911918, 0, -0.153911933, -0.988084614)
  1949. o129.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1950. o129.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1951. o129.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1952. o129.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1953. o129.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1954. o129.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1955. o129.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1956. o129.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1957. o130.Parent = o129
  1958. o130.Scale = Vector3.new(0.123341806, 1, 1)
  1959. o130.MeshType = Enum.MeshType.Wedge
  1960. o130.Scale = Vector3.new(0.123341806, 1, 1)
  1961. o131.Parent = o1
  1962. o131.Material = Enum.Material.Glass
  1963. o131.BrickColor = BrickColor.new("Black")
  1964. o131.Transparency = 0.60000002384186
  1965. o131.Rotation = Vector3.new(-171.149994, 0, 0)
  1966. o131.CanCollide = false
  1967. o131.Size = Vector3.new(0.0529143028, 0.360591352, 0.164523154)
  1968. o131.CFrame = CFrame.new(0.377042711, -0.246329486, 0.282932609, 1, 0, 0, 0, -0.988084614, 0.153911918, 0, -0.153911933, -0.988084614)
  1969. o131.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1970. o131.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1971. o131.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1972. o131.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1973. o131.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1974. o131.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1975. o131.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1976. o131.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1977. o132.Parent = o131
  1978. o132.Scale = Vector3.new(0.123341806, 1, 1)
  1979. o132.MeshType = Enum.MeshType.Wedge
  1980. o132.Scale = Vector3.new(0.123341806, 1, 1)
  1981. o133.Parent = o1
  1982. o133.Material = Enum.Material.Glass
  1983. o133.BrickColor = BrickColor.new("Black")
  1984. o133.Transparency = 0.60000002384186
  1985. o133.Rotation = Vector3.new(-20.0400009, 0, -180)
  1986. o133.CanCollide = false
  1987. o133.Size = Vector3.new(0.0529143028, 0.209664986, 0.0529142842)
  1988. o133.CFrame = CFrame.new(0.372968614, -0.278095156, 0.420323342, -1, 0, 0, 0, -0.939433217, 0.342732102, 0, 0.342732102, 0.939433217)
  1989. o133.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1990. o133.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1991. o133.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1992. o133.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1993. o133.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1994. o133.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1995. o133.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1996. o133.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1997. o134.Parent = o133
  1998. o134.Scale = Vector3.new(0.123341806, 1, 0.806860387)
  1999. o134.MeshType = Enum.MeshType.Wedge
  2000. o134.Scale = Vector3.new(0.123341806, 1, 0.806860387)
  2001. o135.Parent = o1
  2002. o135.Material = Enum.Material.Glass
  2003. o135.BrickColor = BrickColor.new("Black")
  2004. o135.Transparency = 0.60000002384186
  2005. o135.Rotation = Vector3.new(-2.22000003, 0, -180)
  2006. o135.CanCollide = false
  2007. o135.Size = Vector3.new(0.0529143028, 0.374732167, 0.11584606)
  2008. o135.CFrame = CFrame.new(0.374868333, -0.2280882, 0.413228065, -1, 0, 0, 0, -0.999249756, 0.0387309939, 0, 0.0387309939, 0.999249756)
  2009. o135.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2010. o135.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2011. o135.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2012. o135.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2013. o135.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2014. o135.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2015. o135.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2016. o135.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2017. o136.Parent = o135
  2018. o136.Scale = Vector3.new(0.123341806, 1, 1)
  2019. o136.MeshType = Enum.MeshType.Wedge
  2020. o136.Scale = Vector3.new(0.123341806, 1, 1)
  2021. o137.Parent = o1
  2022. o137.Material = Enum.Material.Glass
  2023. o137.BrickColor = BrickColor.new("Black")
  2024. o137.Transparency = 0.60000002384186
  2025. o137.Rotation = Vector3.new(-168.050003, 0, 0)
  2026. o137.CanCollide = false
  2027. o137.Size = Vector3.new(0.0529143028, 0.477253318, 0.0726077408)
  2028. o137.CFrame = CFrame.new(0.374731004, -0.288509279, 0.937123895, 1, 0, 0, 0, -0.978320122, 0.207098871, 0, -0.207098871, -0.978320122)
  2029. o137.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2030. o137.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2031. o137.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2032. o137.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2033. o137.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2034. o137.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2035. o137.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2036. o137.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2037. o138.Parent = o137
  2038. o138.Scale = Vector3.new(0.13876076, 1, 1)
  2039. o138.MeshType = Enum.MeshType.Wedge
  2040. o138.Scale = Vector3.new(0.13876076, 1, 1)
  2041. o139.Parent = o1
  2042. o139.Material = Enum.Material.Glass
  2043. o139.BrickColor = BrickColor.new("Black")
  2044. o139.Transparency = 0.60000002384186
  2045. o139.Size = Vector3.new(1.03364158, 0.813641906, 1.01868367)
  2046. o139.CFrame = CFrame.new(-0.138422042, 0.33940202, 0.510273993, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2047. o139.BottomSurface = Enum.SurfaceType.Smooth
  2048. o139.TopSurface = Enum.SurfaceType.Smooth
  2049. o139.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2050. o139.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2051. o140.Parent = o1
  2052. o140.Material = Enum.Material.Glass
  2053. o140.BrickColor = BrickColor.new("Black")
  2054. o140.Rotation = Vector3.new(11.9499998, 0, -180)
  2055. o140.CanCollide = false
  2056. o140.Size = Vector3.new(0.0529143028, 0.531097174, 0.0529142842)
  2057. o140.CFrame = CFrame.new(0.378950059, -0.494609386, 0.840535283, -0.999995708, 0, 0, 0, -0.978321195, -0.207101122, 0, -0.207099587, 0.978327811)
  2058. o140.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2059. o140.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2060. o140.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2061. o140.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2062. o140.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2063. o140.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2064. o140.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2065. o140.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2066. o141.Parent = o140
  2067. o141.Scale = Vector3.new(0.123341806, 1, 0.606430292)
  2068. o141.MeshType = Enum.MeshType.Wedge
  2069. o141.Scale = Vector3.new(0.123341806, 1, 0.606430292)
  2070. o142.Parent = o1
  2071. o142.Material = Enum.Material.Glass
  2072. o142.BrickColor = BrickColor.new("Black")
  2073. o142.Transparency = 0.60000002384186
  2074. o142.Rotation = Vector3.new(90, -83.0599976, -90)
  2075. o142.CanCollide = false
  2076. o142.Size = Vector3.new(0.0529143028, 0.224077955, 0.0908276141)
  2077. o142.CFrame = CFrame.new(0.13630484, -0.118993364, 0.0052829776, 0, 0.120904028, -0.992664218, 0, -0.992664218, -0.120904028, -1, 0, 0)
  2078. o142.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2079. o142.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2080. o142.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2081. o142.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2082. o142.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2083. o142.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2084. o142.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2085. o142.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2086. o143.Parent = o142
  2087. o143.Scale = Vector3.new(0.123341806, 1, 1)
  2088. o143.MeshType = Enum.MeshType.Wedge
  2089. o143.Scale = Vector3.new(0.123341806, 1, 1)
  2090. o144.Parent = o1
  2091. o144.Material = Enum.Material.Glass
  2092. o144.BrickColor = BrickColor.new("Black")
  2093. o144.Transparency = 0.60000002384186
  2094. o144.Rotation = Vector3.new(-90, 78.6800003, -90)
  2095. o144.CanCollide = false
  2096. o144.Size = Vector3.new(0.0529143028, 0.436462313, 0.0807658806)
  2097. o144.CFrame = CFrame.new(0.0920390934, -0.268917352, 0.00229225494, 0, 0.196212083, 0.980561495, 0, -0.980561495, 0.196212083, 1, 0, 0)
  2098. o144.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2099. o144.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2100. o144.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2101. o144.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2102. o144.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2103. o144.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2104. o144.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2105. o144.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2106. o145.Parent = o144
  2107. o145.Scale = Vector3.new(0.123341806, 1, 1)
  2108. o145.MeshType = Enum.MeshType.Wedge
  2109. o145.Scale = Vector3.new(0.123341806, 1, 1)
  2110. o146.Parent = o1
  2111. o146.Material = Enum.Material.Glass
  2112. o146.BrickColor = BrickColor.new("Black")
  2113. o146.Transparency = 0.60000002384186
  2114. o146.Rotation = Vector3.new(90, 84.0199966, 90)
  2115. o146.CanCollide = false
  2116. o146.Size = Vector3.new(0.0529143028, 0.36793372, 0.0529142842)
  2117. o146.CFrame = CFrame.new(-0.377116084, -0.416259021, 0.00268898346, 0, -0.104114041, 0.994565368, 0, -0.994565368, -0.104114041, 1, 0, 0)
  2118. o146.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2119. o146.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2120. o146.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2121. o146.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2122. o146.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2123. o146.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2124. o146.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2125. o146.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2126. o147.Parent = o146
  2127. o147.Scale = Vector3.new(0.138759509, 1, 0.642404079)
  2128. o147.MeshType = Enum.MeshType.Wedge
  2129. o147.Scale = Vector3.new(0.138759509, 1, 0.642404079)
  2130. o148.Parent = o1
  2131. o148.Material = Enum.Material.Glass
  2132. o148.BrickColor = BrickColor.new("Black")
  2133. o148.Transparency = 0.60000002384186
  2134. o148.Rotation = Vector3.new(-90, 73.6399994, -90)
  2135. o148.CanCollide = false
  2136. o148.Size = Vector3.new(0.0529143028, 0.36793372, 0.0818536133)
  2137. o148.CFrame = CFrame.new(-0.24875094, -0.22619158, 0.00229225494, 0, 0.281705946, 0.95950079, 0, -0.95950079, 0.281705946, 1, 0, 0)
  2138. o148.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2139. o148.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2140. o148.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2141. o148.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2142. o148.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2143. o148.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2144. o148.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2145. o148.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2146. o149.Parent = o148
  2147. o149.Scale = Vector3.new(0.123341806, 1, 1)
  2148. o149.MeshType = Enum.MeshType.Wedge
  2149. o149.Scale = Vector3.new(0.123341806, 1, 1)
  2150. o150.Parent = o1
  2151. o150.Material = Enum.Material.Glass
  2152. o150.BrickColor = BrickColor.new("Black")
  2153. o150.Transparency = 0.60000002384186
  2154. o150.Rotation = Vector3.new(90, -83.0599976, -90)
  2155. o150.CanCollide = false
  2156. o150.Size = Vector3.new(0.0529143028, 0.326871008, 0.0715199634)
  2157. o150.CFrame = CFrame.new(0.0150966421, -0.169799775, 0.00281105377, 0, 0.120904028, -0.992664218, 0, -0.992664218, -0.120904028, -1, 0, 0)
  2158. o150.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2159. o150.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2160. o150.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2161. o150.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2162. o150.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2163. o150.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2164. o150.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2165. o150.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2166. o151.Parent = o150
  2167. o151.Scale = Vector3.new(0.123341806, 1, 1)
  2168. o151.MeshType = Enum.MeshType.Wedge
  2169. o151.Scale = Vector3.new(0.123341806, 1, 1)
  2170. o152.Parent = o1
  2171. o152.Material = Enum.Material.Glass
  2172. o152.BrickColor = BrickColor.new("Black")
  2173. o152.Transparency = 0.60000002384186
  2174. o152.Rotation = Vector3.new(90, 75.0599976, 90)
  2175. o152.CanCollide = false
  2176. o152.Size = Vector3.new(0.0529143028, 0.321976006, 0.0818536133)
  2177. o152.CFrame = CFrame.new(-0.373629451, -0.217314303, 0.00308571197, 0, -0.257749945, 0.966211736, 0, -0.966211736, -0.257749945, 1, 0, 0)
  2178. o152.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2179. o152.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2180. o152.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2181. o152.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2182. o152.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2183. o152.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2184. o152.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2185. o152.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2186. o153.Parent = o152
  2187. o153.Scale = Vector3.new(0.123341806, 1, 1)
  2188. o153.MeshType = Enum.MeshType.Wedge
  2189. o153.Scale = Vector3.new(0.123341806, 1, 1)
  2190. o154.Parent = o1
  2191. o154.Material = Enum.Material.Glass
  2192. o154.BrickColor = BrickColor.new("Black")
  2193. o154.Transparency = 0.60000002384186
  2194. o154.Rotation = Vector3.new(90, -83.0599976, -90)
  2195. o154.CanCollide = false
  2196. o154.Size = Vector3.new(0.0529143028, 0.326871008, 0.115845993)
  2197. o154.CFrame = CFrame.new(0.166273102, -0.167120546, 0.00281105377, 0, 0.120904028, -0.992664218, 0, -0.992664218, -0.120904028, -1, 0, 0)
  2198. o154.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2199. o154.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2200. o154.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2201. o154.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2202. o154.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2203. o154.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2204. o154.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2205. o154.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2206. o155.Parent = o154
  2207. o155.Scale = Vector3.new(0.123341806, 1, 1)
  2208. o155.MeshType = Enum.MeshType.Wedge
  2209. o155.Scale = Vector3.new(0.123341806, 1, 1)
  2210. o156.Parent = o1
  2211. o156.Material = Enum.Material.Glass
  2212. o156.BrickColor = BrickColor.new("Black")
  2213. o156.Transparency = 0.60000002384186
  2214. o156.Rotation = Vector3.new(90, 86.4300003, 90)
  2215. o156.CanCollide = false
  2216. o156.Size = Vector3.new(0.0529143028, 0.23631528, 0.118565425)
  2217. o156.CFrame = CFrame.new(-0.051523231, -0.168071121, 0.00229225494, 0, -0.0622329786, 0.998061657, 0, -0.998061657, -0.0622329786, 1, 0, 0)
  2218. o156.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2219. o156.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2220. o156.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2221. o156.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2222. o156.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2223. o156.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2224. o156.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2225. o156.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2226. o157.Parent = o156
  2227. o157.Scale = Vector3.new(0.123341806, 1, 1)
  2228. o157.MeshType = Enum.MeshType.Wedge
  2229. o157.Scale = Vector3.new(0.123341806, 1, 1)
  2230. o158.Parent = o1
  2231. o158.Material = Enum.Material.Glass
  2232. o158.BrickColor = BrickColor.new("Black")
  2233. o158.Transparency = 0.60000002384186
  2234. o158.Rotation = Vector3.new(90, 85.9499969, 90)
  2235. o158.CanCollide = false
  2236. o158.Size = Vector3.new(0.0529143028, 0.315721482, 0.0807658806)
  2237. o158.CFrame = CFrame.new(0.211843446, -0.217974126, 0.00229225494, 0, -0.0706713349, 0.9975003, 0, -0.9975003, -0.0706713349, 1, 0, 0)
  2238. o158.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2239. o158.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2240. o158.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2241. o158.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2242. o158.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2243. o158.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2244. o158.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2245. o158.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2246. o159.Parent = o158
  2247. o159.Scale = Vector3.new(0.123341806, 1, 1)
  2248. o159.MeshType = Enum.MeshType.Wedge
  2249. o159.Scale = Vector3.new(0.123341806, 1, 1)
  2250. o160.Parent = o1
  2251. o160.Material = Enum.Material.Glass
  2252. o160.BrickColor = BrickColor.new("Black")
  2253. o160.Transparency = 0.60000002384186
  2254. o160.Rotation = Vector3.new(166.570007, 0, 0)
  2255. o160.CanCollide = false
  2256. o160.Size = Vector3.new(0.0529143028, 0.169962123, 0.215647683)
  2257. o160.CFrame = CFrame.new(0.380033433, -0.117529713, 0.194172114, 1, 0, 0, 0, -0.972660005, -0.232234001, 0, 0.232234001, -0.972660005)
  2258. o160.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2259. o160.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2260. o160.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2261. o160.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2262. o160.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2263. o160.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2264. o160.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2265. o160.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2266. o161.Parent = o160
  2267. o161.Scale = Vector3.new(0.123341806, 1, 1)
  2268. o161.MeshType = Enum.MeshType.Wedge
  2269. o161.Scale = Vector3.new(0.123341806, 1, 1)
  2270. o162.Parent = o1
  2271. o162.Material = Enum.Material.Glass
  2272. o162.BrickColor = BrickColor.new("Black")
  2273. o162.Transparency = 0.60000002384186
  2274. o162.Rotation = Vector3.new(-90, -85.9499969, 90)
  2275. o162.CanCollide = false
  2276. o162.Size = Vector3.new(0.0529143028, 0.382074594, 0.0541158728)
  2277. o162.CFrame = CFrame.new(0.272138536, -0.324467391, 0.00363502838, 0, -0.0706726387, -0.997508705, 0, -0.997508705, 0.0706726387, -1, 0, 0)
  2278. o162.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2279. o162.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2280. o162.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2281. o162.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2282. o162.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2283. o162.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2284. o162.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2285. o162.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2286. o163.Parent = o162
  2287. o163.Scale = Vector3.new(0.123341806, 1, 1)
  2288. o163.MeshType = Enum.MeshType.Wedge
  2289. o163.Scale = Vector3.new(0.123341806, 1, 1)
  2290. o164.Parent = o1
  2291. o164.Material = Enum.Material.Glass
  2292. o164.BrickColor = BrickColor.new("Black")
  2293. o164.Transparency = 0.60000002384186
  2294. o164.Rotation = Vector3.new(90, 85.9499969, 90)
  2295. o164.CanCollide = false
  2296. o164.Size = Vector3.new(0.0529143028, 0.346722573, 0.0529142842)
  2297. o164.CFrame = CFrame.new(0.222310975, -0.331864327, 0.00487099029, 0, -0.0706719011, 0.997508883, 0, -0.997508883, -0.0706719011, 1, 0, 0)
  2298. o164.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2299. o164.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2300. o164.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2301. o164.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2302. o164.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2303. o164.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2304. o164.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2305. o164.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2306. o165.Parent = o164
  2307. o165.Scale = Vector3.new(0.0256962087, 1, 0.827417195)
  2308. o165.MeshType = Enum.MeshType.Wedge
  2309. o165.Scale = Vector3.new(0.0256962087, 1, 0.827417195)
  2310. o166.Parent = o1
  2311. o166.Material = Enum.Material.Glass
  2312. o166.BrickColor = BrickColor.new("Black")
  2313. o166.Transparency = 0.60000002384186
  2314. o166.Rotation = Vector3.new(-90, -85.9499969, 90)
  2315. o166.CanCollide = false
  2316. o166.Size = Vector3.new(0.0529143028, 0.391592532, 0.118565366)
  2317. o166.CFrame = CFrame.new(0.310422838, -0.240069807, 0.00229225494, 0, -0.0706719756, -0.997499645, 0, -0.997499645, 0.0706719756, -1, 0, 0)
  2318. o166.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2319. o166.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2320. o166.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2321. o166.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2322. o166.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2323. o166.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2324. o166.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2325. o166.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2326. o167.Parent = o166
  2327. o167.Scale = Vector3.new(0.123341806, 1, 1)
  2328. o167.MeshType = Enum.MeshType.Wedge
  2329. o167.Scale = Vector3.new(0.123341806, 1, 1)
  2330. o168.Parent = o1
  2331. o168.Material = Enum.Material.Glass
  2332. o168.BrickColor = BrickColor.new("Black")
  2333. o168.Transparency = 0.60000002384186
  2334. o168.Rotation = Vector3.new(90, -83.0599976, -90)
  2335. o168.CanCollide = false
  2336. o168.Size = Vector3.new(0.0529143028, 0.268675983, 0.0529142842)
  2337. o168.CFrame = CFrame.new(0.156988129, -0.24605304, 0.00281105377, 0, 0.120904028, -0.992664218, 0, -0.992664218, -0.120904028, -1, 0, 0)
  2338. o168.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2339. o168.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2340. o168.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2341. o168.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2342. o168.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2343. o168.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2344. o168.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2345. o168.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2346. o169.Parent = o168
  2347. o169.Scale = Vector3.new(0.123341806, 1, 0.97645551)
  2348. o169.MeshType = Enum.MeshType.Wedge
  2349. o169.Scale = Vector3.new(0.123341806, 1, 0.97645551)
  2350. o170.Parent = o1
  2351. o170.Material = Enum.Material.Glass
  2352. o170.BrickColor = BrickColor.new("Black")
  2353. o170.Transparency = 0.60000002384186
  2354. o170.Rotation = Vector3.new(-90, 59.4900017, -90)
  2355. o170.CanCollide = false
  2356. o170.Size = Vector3.new(0.0529143028, 0.808475256, 0.0728796497)
  2357. o170.CFrame = CFrame.new(-0.0294513926, -0.398100227, 0.00229225494, 0, 0.507614315, 0.861584544, 0, -0.861584544, 0.507614315, 1, 0, 0)
  2358. o170.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2359. o170.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2360. o170.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2361. o170.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2362. o170.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2363. o170.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2364. o170.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2365. o170.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2366. o171.Parent = o170
  2367. o171.Scale = Vector3.new(0.123341806, 1, 1)
  2368. o171.MeshType = Enum.MeshType.Wedge
  2369. o171.Scale = Vector3.new(0.123341806, 1, 1)
  2370. o172.Parent = o1
  2371. o172.Material = Enum.Material.Glass
  2372. o172.BrickColor = BrickColor.new("Black")
  2373. o172.Transparency = 0.60000002384186
  2374. o172.Rotation = Vector3.new(-90, -85.9499969, 90)
  2375. o172.CanCollide = false
  2376. o172.Size = Vector3.new(0.0529143028, 0.181655437, 0.122100629)
  2377. o172.CFrame = CFrame.new(-0.421427369, -0.146660775, 0.00229225494, 0, -0.0706719756, -0.997499645, 0, -0.997499645, 0.0706719756, -1, 0, 0)
  2378. o172.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2379. o172.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2380. o172.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2381. o172.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2382. o172.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2383. o172.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2384. o172.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2385. o172.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2386. o173.Parent = o172
  2387. o173.Scale = Vector3.new(0.123341806, 1, 1)
  2388. o173.MeshType = Enum.MeshType.Wedge
  2389. o173.Scale = Vector3.new(0.123341806, 1, 1)
  2390. o174.Parent = o1
  2391. o174.Material = Enum.Material.Glass
  2392. o174.BrickColor = BrickColor.new("Black")
  2393. o174.Transparency = 0.60000002384186
  2394. o174.Rotation = Vector3.new(-90, 67.8199997, -90)
  2395. o174.CanCollide = false
  2396. o174.Size = Vector3.new(0.0529143028, 0.426672667, 0.0529142842)
  2397. o174.CFrame = CFrame.new(-0.179529205, -0.351872295, 0.0052829776, 0, 0.377440065, 0.926034093, 0, -0.926034093, 0.377440065, 1, 0, 0)
  2398. o174.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2399. o174.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2400. o174.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2401. o174.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2402. o174.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2403. o174.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2404. o174.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2405. o174.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2406. o175.Parent = o174
  2407. o175.Scale = Vector3.new(0.123341806, 1, 0.935340941)
  2408. o175.MeshType = Enum.MeshType.Wedge
  2409. o175.Scale = Vector3.new(0.123341806, 1, 0.935340941)
  2410. o176.Parent = o1
  2411. o176.Material = Enum.Material.Glass
  2412. o176.BrickColor = BrickColor.new("Black")
  2413. o176.Transparency = 0.60000002384186
  2414. o176.Rotation = Vector3.new(90, 76.9899979, 90)
  2415. o176.CanCollide = false
  2416. o176.Size = Vector3.new(0.0529143028, 0.456585974, 0.110407203)
  2417. o176.CFrame = CFrame.new(-0.65388757, -0.273732096, 0.00308571197, 0, -0.225145057, 0.97432524, 0, -0.97432524, -0.225145072, 1, 0, 0)
  2418. o176.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2419. o176.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2420. o176.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2421. o176.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2422. o176.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2423. o176.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2424. o176.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2425. o176.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2426. o177.Parent = o176
  2427. o177.Scale = Vector3.new(0.123341806, 1, 1)
  2428. o177.MeshType = Enum.MeshType.Wedge
  2429. o177.Scale = Vector3.new(0.123341806, 1, 1)
  2430. o178.Parent = o1
  2431. o178.Material = Enum.Material.Glass
  2432. o178.BrickColor = BrickColor.new("Black")
  2433. o178.Transparency = 0.60000002384186
  2434. o178.Rotation = Vector3.new(167.869995, 0, 0)
  2435. o178.CanCollide = false
  2436. o178.Size = Vector3.new(0.0529143028, 0.307018995, 0.169961944)
  2437. o178.CFrame = CFrame.new(-0.631869137, -0.17347452, 0.625828803, 1, 0, 0, 0, -0.977655768, -0.210212439, 0, 0.210212439, -0.977655709)
  2438. o178.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2439. o178.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2440. o178.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2441. o178.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2442. o178.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2443. o178.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2444. o178.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2445. o178.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2446. o179.Parent = o178
  2447. o179.Scale = Vector3.new(0.123341806, 1, 1)
  2448. o179.MeshType = Enum.MeshType.Wedge
  2449. o179.Scale = Vector3.new(0.123341806, 1, 1)
  2450. o180.Parent = o1
  2451. o180.Material = Enum.Material.Glass
  2452. o180.BrickColor = BrickColor.new("Black")
  2453. o180.Transparency = 0.60000002384186
  2454. o180.Rotation = Vector3.new(13.2700005, 0, -180)
  2455. o180.CanCollide = false
  2456. o180.Size = Vector3.new(0.0529143028, 0.91942656, 0.197427809)
  2457. o180.CFrame = CFrame.new(-0.630106688, -0.507891953, 0.571507514, -1, 0, 0, 0, -0.973296463, -0.22955209, 0, -0.229552105, 0.973296463)
  2458. o180.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2459. o180.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2460. o180.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2461. o180.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2462. o180.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2463. o180.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2464. o180.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2465. o180.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2466. o181.Parent = o180
  2467. o181.Scale = Vector3.new(0.13876076, 1, 1)
  2468. o181.MeshType = Enum.MeshType.Wedge
  2469. o181.Scale = Vector3.new(0.13876076, 1, 1)
  2470. o182.Parent = o1
  2471. o182.Material = Enum.Material.Glass
  2472. o182.BrickColor = BrickColor.new("Black")
  2473. o182.Transparency = 0.60000002384186
  2474. o182.Rotation = Vector3.new(90, 83.0599976, 90)
  2475. o182.CanCollide = false
  2476. o182.Size = Vector3.new(0.0529143028, 0.268675983, 0.0529142842)
  2477. o182.CFrame = CFrame.new(-0.412363648, -0.24605304, 1.01825488, 0, -0.120904028, 0.992664218, 0, -0.992664218, -0.120904028, 1, 0, 0)
  2478. o182.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2479. o182.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2480. o182.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2481. o182.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2482. o182.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2483. o182.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2484. o182.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2485. o182.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2486. o183.Parent = o182
  2487. o183.Scale = Vector3.new(0.123341806, 1, 0.97645551)
  2488. o183.MeshType = Enum.MeshType.Wedge
  2489. o183.Scale = Vector3.new(0.123341806, 1, 0.97645551)
  2490. o184.Parent = o1
  2491. o184.Material = Enum.Material.Glass
  2492. o184.BrickColor = BrickColor.new("Black")
  2493. o184.Transparency = 0.60000002384186
  2494. o184.Rotation = Vector3.new(-90, -79.0500031, 90)
  2495. o184.CanCollide = false
  2496. o184.Size = Vector3.new(0.0529143028, 0.275202632, 0.115302108)
  2497. o184.CFrame = CFrame.new(-0.128427029, -0.186546654, 1.01878893, 0, -0.189919919, -0.981799662, 0, -0.981799662, 0.189919919, -1, 0, 0)
  2498. o184.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2499. o184.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2500. o184.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2501. o184.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2502. o184.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2503. o184.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2504. o184.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2505. o184.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2506. o185.Parent = o184
  2507. o185.Scale = Vector3.new(0.123341806, 1, 1)
  2508. o185.MeshType = Enum.MeshType.Wedge
  2509. o185.Scale = Vector3.new(0.123341806, 1, 1)
  2510. o186.Parent = o1
  2511. o186.Material = Enum.Material.Glass
  2512. o186.BrickColor = BrickColor.new("Black")
  2513. o186.Transparency = 0.60000002384186
  2514. o186.Rotation = Vector3.new(167.869995, 0, 0)
  2515. o186.CanCollide = false
  2516. o186.Size = Vector3.new(0.0529143028, 0.254263073, 0.0726077408)
  2517. o186.CFrame = CFrame.new(-0.631869137, -0.142227024, 0.406956673, 0.999999285, 0, 0, 0, -0.977663815, -0.210213974, 0, 0.210214272, -0.977662623)
  2518. o186.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2519. o186.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2520. o186.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2521. o186.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2522. o186.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2523. o186.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2524. o186.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2525. o186.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2526. o187.Parent = o186
  2527. o187.Scale = Vector3.new(0.123341806, 1, 1)
  2528. o187.MeshType = Enum.MeshType.Wedge
  2529. o187.Scale = Vector3.new(0.123341806, 1, 1)
  2530. o188.Parent = o1
  2531. o188.Material = Enum.Material.Glass
  2532. o188.BrickColor = BrickColor.new("Black")
  2533. o188.Transparency = 0.60000002384186
  2534. o188.Rotation = Vector3.new(1.08000004, 0, -180)
  2535. o188.CanCollide = false
  2536. o188.Size = Vector3.new(0.0529143028, 0.391592532, 0.118565366)
  2537. o188.CFrame = CFrame.new(-0.637041867, -0.240069807, 0.955693841, -1, 0, 0, 0, -0.999823868, -0.0187669992, 0, -0.0187669974, 0.999823868)
  2538. o188.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2539. o188.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2540. o188.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2541. o188.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2542. o188.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2543. o188.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2544. o188.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2545. o188.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2546. o189.Parent = o188
  2547. o189.Scale = Vector3.new(0.123341806, 1, 1)
  2548. o189.MeshType = Enum.MeshType.Wedge
  2549. o189.Scale = Vector3.new(0.123341806, 1, 1)
  2550. o190.Parent = o1
  2551. o190.Material = Enum.Material.Glass
  2552. o190.BrickColor = BrickColor.new("Black")
  2553. o190.Transparency = 0.60000002384186
  2554. o190.Rotation = Vector3.new(-171.179993, 0, 0)
  2555. o190.CanCollide = false
  2556. o190.Size = Vector3.new(0.0529143028, 0.194708332, 0.0726077408)
  2557. o190.CFrame = CFrame.new(-0.631869137, -0.132801265, 0.238636285, 1, 0, 0, 0, -0.988171518, 0.153352723, 0, -0.153352723, -0.988171518)
  2558. o190.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2559. o190.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2560. o190.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2561. o190.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2562. o190.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2563. o190.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2564. o190.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2565. o190.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2566. o191.Parent = o190
  2567. o191.Scale = Vector3.new(0.123341806, 1, 1)
  2568. o191.MeshType = Enum.MeshType.Wedge
  2569. o191.Scale = Vector3.new(0.123341806, 1, 1)
  2570. o192.Parent = o1
  2571. o192.Material = Enum.Material.Glass
  2572. o192.BrickColor = BrickColor.new("Black")
  2573. o192.Rotation = Vector3.new(168.050003, 0, 0)
  2574. o192.CanCollide = false
  2575. o192.Size = Vector3.new(0.0529143028, 0.531097174, 0.0529142842)
  2576. o192.CFrame = CFrame.new(-0.634318173, -0.494609386, 0.180530757, 0.999995708, 0, 0, 0, -0.978321075, -0.207101256, 0, 0.207099721, -0.978327692)
  2577. o192.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2578. o192.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2579. o192.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2580. o192.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2581. o192.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2582. o192.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2583. o192.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2584. o192.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2585. o193.Parent = o192
  2586. o193.Scale = Vector3.new(0.123341806, 1, 0.606430292)
  2587. o193.MeshType = Enum.MeshType.Wedge
  2588. o193.Scale = Vector3.new(0.123341806, 1, 0.606430292)
  2589. o194.Parent = o1
  2590. o194.Material = Enum.Material.Glass
  2591. o194.BrickColor = BrickColor.new("Black")
  2592. o194.Transparency = 0.60000002384186
  2593. o194.Rotation = Vector3.new(90, 83.0599976, 90)
  2594. o194.CanCollide = false
  2595. o194.Size = Vector3.new(0.0529143028, 0.224077955, 0.0908276141)
  2596. o194.CFrame = CFrame.new(-0.39168036, -0.118993282, 1.01579821, 0, -0.120904028, 0.992664218, 0, -0.992664218, -0.120904028, 1, 0, 0)
  2597. o194.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2598. o194.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2599. o194.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2600. o194.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2601. o194.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2602. o194.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2603. o194.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2604. o194.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2605. o195.Parent = o194
  2606. o195.Scale = Vector3.new(0.123341806, 1, 1)
  2607. o195.MeshType = Enum.MeshType.Wedge
  2608. o195.Scale = Vector3.new(0.123341806, 1, 1)
  2609. o196.Parent = o1
  2610. o196.Material = Enum.Material.Glass
  2611. o196.BrickColor = BrickColor.new("Black")
  2612. o196.Transparency = 0.60000002384186
  2613. o196.Rotation = Vector3.new(-90, -78.6800003, 90)
  2614. o196.CanCollide = false
  2615. o196.Size = Vector3.new(0.0529143028, 0.436462313, 0.0807658806)
  2616. o196.CFrame = CFrame.new(-0.347414255, -0.268917382, 1.01878893, 0, -0.196212083, -0.980561495, 0, -0.980561495, 0.196212083, -1, 0, 0)
  2617. o196.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2618. o196.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2619. o196.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2620. o196.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2621. o196.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2622. o196.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2623. o196.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2624. o196.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2625. o197.Parent = o196
  2626. o197.Scale = Vector3.new(0.123341806, 1, 1)
  2627. o197.MeshType = Enum.MeshType.Wedge
  2628. o197.Scale = Vector3.new(0.123341806, 1, 1)
  2629. o198.Parent = o1
  2630. o198.Material = Enum.Material.Glass
  2631. o198.BrickColor = BrickColor.new("Black")
  2632. o198.Transparency = 0.60000002384186
  2633. o198.Rotation = Vector3.new(8.81999969, 0, -180)
  2634. o198.CanCollide = false
  2635. o198.Size = Vector3.new(0.0529143028, 0.266228497, 0.087020494)
  2636. o198.CFrame = CFrame.new(-0.630106747, -0.178286642, 0.151340589, -1, 0, 0, 0, -0.988171458, -0.15335308, 0, -0.15335308, 0.988171458)
  2637. o198.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2638. o198.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2639. o198.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2640. o198.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2641. o198.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2642. o198.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2643. o198.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2644. o198.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2645. o199.Parent = o198
  2646. o199.Scale = Vector3.new(0.13876076, 1, 1)
  2647. o199.MeshType = Enum.MeshType.Wedge
  2648. o199.Scale = Vector3.new(0.13876076, 1, 1)
  2649. o200.Parent = o1
  2650. o200.Material = Enum.Material.Glass
  2651. o200.BrickColor = BrickColor.new("Black")
  2652. o200.Transparency = 0.60000002384186
  2653. o200.Rotation = Vector3.new(90, 83.0599976, 90)
  2654. o200.CanCollide = false
  2655. o200.Size = Vector3.new(0.0529143028, 0.326871008, 0.0715199634)
  2656. o200.CFrame = CFrame.new(-0.270479202, -0.169799685, 1.01825488, 0, -0.120904028, 0.992664218, 0, -0.992664218, -0.120904028, 1, 0, 0)
  2657. o200.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2658. o200.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2659. o200.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2660. o200.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2661. o200.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2662. o200.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2663. o200.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2664. o200.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2665. o201.Parent = o200
  2666. o201.Scale = Vector3.new(0.123341806, 1, 1)
  2667. o201.MeshType = Enum.MeshType.Wedge
  2668. o201.Scale = Vector3.new(0.123341806, 1, 1)
  2669. o202.Parent = o1
  2670. o202.Material = Enum.Material.Glass
  2671. o202.BrickColor = BrickColor.new("Black")
  2672. o202.Transparency = 0.60000002384186
  2673. o202.Rotation = Vector3.new(-8.85000038, 0, -180)
  2674. o202.CanCollide = false
  2675. o202.Size = Vector3.new(0.0529143028, 0.452778667, 0.0938190073)
  2676. o202.CFrame = CFrame.new(-0.637041867, -0.365161985, 0.792454839, -1, 0, 0, 0, -0.988084733, 0.153911948, 0, 0.153911948, 0.988084793)
  2677. o202.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2678. o202.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2679. o202.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2680. o202.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2681. o202.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2682. o202.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2683. o202.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2684. o202.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2685. o203.Parent = o202
  2686. o203.Scale = Vector3.new(0.123341806, 1, 1)
  2687. o203.MeshType = Enum.MeshType.Wedge
  2688. o203.Scale = Vector3.new(0.123341806, 1, 1)
  2689. o204.Parent = o1
  2690. o204.Material = Enum.Material.Glass
  2691. o204.BrickColor = BrickColor.new("Black")
  2692. o204.Transparency = 0.60000002384186
  2693. o204.Rotation = Vector3.new(-159.960007, 0, 0)
  2694. o204.CanCollide = false
  2695. o204.Size = Vector3.new(0.0529143028, 0.292878389, 0.119109303)
  2696. o204.CFrame = CFrame.new(-0.631869137, -0.180060238, 0.677189946, 1, 0, 0, 0, -0.939433217, 0.342732102, 0, -0.342732102, -0.939433217)
  2697. o204.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2698. o204.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2699. o204.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2700. o204.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2701. o204.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2702. o204.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2703. o204.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2704. o204.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2705. o205.Parent = o204
  2706. o205.Scale = Vector3.new(0.123341806, 1, 1)
  2707. o205.MeshType = Enum.MeshType.Wedge
  2708. o205.Scale = Vector3.new(0.123341806, 1, 1)
  2709. o206.Parent = o1
  2710. o206.Material = Enum.Material.Glass
  2711. o206.BrickColor = BrickColor.new("Black")
  2712. o206.Transparency = 0.60000002384186
  2713. o206.Rotation = Vector3.new(-159.960007, 0, 0)
  2714. o206.CanCollide = false
  2715. o206.Size = Vector3.new(0.0529143028, 0.346450329, 0.119109303)
  2716. o206.CFrame = CFrame.new(-0.627253354, -0.205225676, 0.668019414, 1, 0, 0, 0, -0.939433217, 0.342732102, 0, -0.342732102, -0.939433217)
  2717. o206.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2718. o206.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2719. o206.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2720. o206.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2721. o206.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2722. o206.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2723. o206.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2724. o206.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2725. o207.Parent = o206
  2726. o207.Scale = Vector3.new(0.123341806, 1, 1)
  2727. o207.MeshType = Enum.MeshType.Wedge
  2728. o207.Scale = Vector3.new(0.123341806, 1, 1)
  2729. o208.Parent = o1
  2730. o208.Material = Enum.Material.Glass
  2731. o208.BrickColor = BrickColor.new("Black")
  2732. o208.Transparency = 0.60000002384186
  2733. o208.Rotation = Vector3.new(-177.779999, 0, 0)
  2734. o208.CanCollide = false
  2735. o208.Size = Vector3.new(0.0529143028, 0.374732167, 0.11584606)
  2736. o208.CFrame = CFrame.new(-0.630244076, -0.2280882, 0.607853949, 1, 0, 0, 0, -0.999249756, 0.0387309939, 0, -0.0387309939, -0.999249756)
  2737. o208.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2738. o208.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2739. o208.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2740. o208.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2741. o208.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2742. o208.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2743. o208.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2744. o208.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2745. o209.Parent = o208
  2746. o209.Scale = Vector3.new(0.123341806, 1, 1)
  2747. o209.MeshType = Enum.MeshType.Wedge
  2748. o209.Scale = Vector3.new(0.123341806, 1, 1)
  2749. o210.Parent = o1
  2750. o210.Material = Enum.Material.Glass
  2751. o210.BrickColor = BrickColor.new("Black")
  2752. o210.Transparency = 0.60000002384186
  2753. o210.Rotation = Vector3.new(1.08000004, 0, -180)
  2754. o210.CanCollide = false
  2755. o210.Size = Vector3.new(0.0529143028, 0.498464614, 0.0856607929)
  2756. o210.CFrame = CFrame.new(-0.634867489, -0.293806255, 0.971135736, -1, 0, 0, 0, -0.999823868, -0.0187669992, 0, -0.0187669974, 0.999823868)
  2757. o210.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2758. o210.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2759. o210.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2760. o210.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2761. o210.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2762. o210.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2763. o210.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2764. o210.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2765. o211.Parent = o210
  2766. o211.Scale = Vector3.new(0.123341806, 1, 1)
  2767. o211.MeshType = Enum.MeshType.Wedge
  2768. o211.Scale = Vector3.new(0.123341806, 1, 1)
  2769. o212.Parent = o1
  2770. o212.Material = Enum.Material.Glass
  2771. o212.BrickColor = BrickColor.new("Black")
  2772. o212.Rotation = Vector3.new(-11.9499998, 0, -180)
  2773. o212.CanCollide = false
  2774. o212.Size = Vector3.new(0.0529143028, 0.505806923, 0.0529142842)
  2775. o212.CFrame = CFrame.new(-0.632555783, -0.492890388, 0.145984754, -0.999995708, 0, 0, 0, -0.978320956, 0.207100794, 0, 0.207099244, 0.978327632)
  2776. o212.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2777. o212.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2778. o212.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2779. o212.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2780. o212.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2781. o212.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2782. o212.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2783. o212.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2784. o213.Parent = o212
  2785. o213.Scale = Vector3.new(0.13876076, 1, 0.678379953)
  2786. o213.MeshType = Enum.MeshType.Wedge
  2787. o213.Scale = Vector3.new(0.13876076, 1, 0.678379953)
  2788. o214.Parent = o1
  2789. o214.Material = Enum.Material.Glass
  2790. o214.BrickColor = BrickColor.new("Black")
  2791. o214.Transparency = 0.60000002384186
  2792. o214.Rotation = Vector3.new(-90, 85.9499969, -90)
  2793. o214.CanCollide = false
  2794. o214.Size = Vector3.new(0.0529143028, 0.276562244, 0.110407285)
  2795. o214.CFrame = CFrame.new(0.299093246, -0.229516327, 1.01878893, 0, 0.0706719756, 0.997499645, 0, -0.997499645, 0.0706719756, 1, 0, 0)
  2796. o214.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2797. o214.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2798. o214.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2799. o214.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2800. o214.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2801. o214.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2802. o214.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2803. o214.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2804. o215.Parent = o214
  2805. o215.Scale = Vector3.new(0.123341806, 1, 1)
  2806. o215.MeshType = Enum.MeshType.Wedge
  2807. o215.Scale = Vector3.new(0.123341806, 1, 1)
  2808. o216.Parent = o1
  2809. o216.Material = Enum.Material.Glass
  2810. o216.BrickColor = BrickColor.new("Black")
  2811. o216.Transparency = 0.60000002384186
  2812. o216.Rotation = Vector3.new(-2.5999999, 0, -180)
  2813. o216.CanCollide = false
  2814. o216.Size = Vector3.new(0.0529143028, 0.469095141, 0.087020494)
  2815. o216.CFrame = CFrame.new(-0.630106747, -0.282649308, 0.455784798, -1, 0, 0, 0, -0.998974264, 0.04528201, 0, 0.04528201, 0.998974264)
  2816. o216.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2817. o216.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2818. o216.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2819. o216.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2820. o216.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2821. o216.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2822. o216.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2823. o216.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2824. o217.Parent = o216
  2825. o217.Scale = Vector3.new(0.13876076, 1, 1)
  2826. o217.MeshType = Enum.MeshType.Wedge
  2827. o217.Scale = Vector3.new(0.13876076, 1, 1)
  2828. o218.Parent = o1
  2829. o218.Material = Enum.Material.Glass
  2830. o218.BrickColor = BrickColor.new("Black")
  2831. o218.Transparency = 0.60000002384186
  2832. o218.Rotation = Vector3.new(-12.1300001, 0, -180)
  2833. o218.CanCollide = false
  2834. o218.Size = Vector3.new(0.0529143028, 0.597450197, 0.0935470313)
  2835. o218.CFrame = CFrame.new(-0.630381405, -0.419623941, 0.382175893, -0.999999344, 0, 0, 0, -0.977663934, 0.210213453, 0, 0.210213736, 0.977662802)
  2836. o218.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2837. o218.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2838. o218.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2839. o218.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2840. o218.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2841. o218.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2842. o218.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2843. o218.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2844. o219.Parent = o218
  2845. o219.Scale = Vector3.new(0.13876076, 1, 1)
  2846. o219.MeshType = Enum.MeshType.Wedge
  2847. o219.Scale = Vector3.new(0.13876076, 1, 1)
  2848. o220.Parent = o1
  2849. o220.Material = Enum.Material.Glass
  2850. o220.BrickColor = BrickColor.new("Black")
  2851. o220.Transparency = 0.60000002384186
  2852. o220.Rotation = Vector3.new(-12.1300001, 0, -180)
  2853. o220.CanCollide = false
  2854. o220.Size = Vector3.new(0.0529143028, 0.247464687, 0.139232814)
  2855. o220.CFrame = CFrame.new(-0.630106747, -0.183122844, 0.307957083, -0.999999285, 0, 0, 0, -0.977663934, 0.210213438, 0, 0.210213736, 0.977662742)
  2856. o220.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2857. o220.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2858. o220.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2859. o220.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2860. o220.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2861. o220.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2862. o220.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2863. o220.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2864. o221.Parent = o220
  2865. o221.Scale = Vector3.new(0.13876076, 1, 1)
  2866. o221.MeshType = Enum.MeshType.Wedge
  2867. o221.Scale = Vector3.new(0.13876076, 1, 1)
  2868. o222.Parent = o1
  2869. o222.Material = Enum.Material.Glass
  2870. o222.BrickColor = BrickColor.new("Black")
  2871. o222.Transparency = 0.60000002384186
  2872. o222.Rotation = Vector3.new(-11.9499998, 0, -180)
  2873. o222.CanCollide = false
  2874. o222.Size = Vector3.new(0.0529143028, 0.477253318, 0.0726077408)
  2875. o222.CFrame = CFrame.new(-0.630106747, -0.288509279, 0.083942093, -1, 0, 0, 0, -0.978320003, 0.207099006, 0, 0.207099006, 0.978320003)
  2876. o222.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2877. o222.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2878. o222.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2879. o222.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2880. o222.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2881. o222.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2882. o222.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2883. o222.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2884. o223.Parent = o222
  2885. o223.Scale = Vector3.new(0.13876076, 1, 1)
  2886. o223.MeshType = Enum.MeshType.Wedge
  2887. o223.Scale = Vector3.new(0.13876076, 1, 1)
  2888. o224.Parent = o1
  2889. o224.Material = Enum.Material.Glass
  2890. o224.BrickColor = BrickColor.new("Black")
  2891. o224.Transparency = 0.60000002384186
  2892. o224.Rotation = Vector3.new(-90, -73.6399994, 90)
  2893. o224.CanCollide = false
  2894. o224.Size = Vector3.new(0.0529143028, 0.36793372, 0.0818536133)
  2895. o224.CFrame = CFrame.new(-0.0066318512, -0.226191461, 1.01878893, 0, -0.281705946, -0.95950079, 0, -0.95950079, 0.281705946, -1, 0, 0)
  2896. o224.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2897. o224.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2898. o224.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2899. o224.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2900. o224.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2901. o224.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2902. o224.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2903. o224.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2904. o225.Parent = o224
  2905. o225.Scale = Vector3.new(0.123341806, 1, 1)
  2906. o225.MeshType = Enum.MeshType.Wedge
  2907. o225.Scale = Vector3.new(0.123341806, 1, 1)
  2908. o226.Parent = o1
  2909. o226.Material = Enum.Material.Glass
  2910. o226.BrickColor = BrickColor.new("Black")
  2911. o226.Transparency = 0.60000002384186
  2912. o226.Rotation = Vector3.new(90, -75.0599976, -90)
  2913. o226.CanCollide = false
  2914. o226.Size = Vector3.new(0.0529143028, 0.321976006, 0.0818536133)
  2915. o226.CFrame = CFrame.new(0.118254185, -0.217314243, 1.01798022, 0, 0.257749945, -0.966211736, 0, -0.966211736, -0.257749945, -1, 0, 0)
  2916. o226.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2917. o226.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2918. o226.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2919. o226.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2920. o226.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2921. o226.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2922. o226.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2923. o226.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2924. o227.Parent = o226
  2925. o227.Scale = Vector3.new(0.123341806, 1, 1)
  2926. o227.MeshType = Enum.MeshType.Wedge
  2927. o227.Scale = Vector3.new(0.123341806, 1, 1)
  2928. o228.Parent = o1
  2929. o228.Material = Enum.Material.Glass
  2930. o228.BrickColor = BrickColor.new("Black")
  2931. o228.Transparency = 0.60000002384186
  2932. o228.Rotation = Vector3.new(167.869995, 0, 0)
  2933. o228.CanCollide = false
  2934. o228.Size = Vector3.new(0.0529143028, 0.472358227, 0.0529142842)
  2935. o228.CFrame = CFrame.new(-0.633501828, -0.380851954, 0.43698594, 0.999999285, 0, 0, 0, -0.977663875, -0.210213736, 0, 0.210214034, -0.977662683)
  2936. o228.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2937. o228.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2938. o228.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2939. o228.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2940. o228.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2941. o228.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2942. o228.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2943. o228.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2944. o229.Parent = o228
  2945. o229.Scale = Vector3.new(0.123341806, 1, 0.585873544)
  2946. o229.MeshType = Enum.MeshType.Wedge
  2947. o229.Scale = Vector3.new(0.123341806, 1, 0.585873544)
  2948. o230.Parent = o1
  2949. o230.Material = Enum.Material.Glass
  2950. o230.BrickColor = BrickColor.new("Black")
  2951. o230.Transparency = 0.60000002384186
  2952. o230.Rotation = Vector3.new(-8.85000038, 0, -180)
  2953. o230.CanCollide = false
  2954. o230.Size = Vector3.new(0.0529143028, 0.360591352, 0.164523154)
  2955. o230.CFrame = CFrame.new(-0.632418454, -0.246329486, 0.73813355, -1, 0, 0, 0, -0.988084614, 0.153911918, 0, 0.153911933, 0.988084614)
  2956. o230.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2957. o230.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2958. o230.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2959. o230.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2960. o230.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2961. o230.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2962. o230.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2963. o230.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2964. o231.Parent = o230
  2965. o231.Scale = Vector3.new(0.123341806, 1, 1)
  2966. o231.MeshType = Enum.MeshType.Wedge
  2967. o231.Scale = Vector3.new(0.123341806, 1, 1)
  2968. o232.Parent = o1
  2969. o232.Material = Enum.Material.Glass
  2970. o232.BrickColor = BrickColor.new("Black")
  2971. o232.Transparency = 0.60000002384186
  2972. o232.Rotation = Vector3.new(90, -84.0199966, -90)
  2973. o232.CanCollide = false
  2974. o232.Size = Vector3.new(0.0529143028, 0.664347589, 0.0529142842)
  2975. o232.CFrame = CFrame.new(0.137166977, -0.563661873, 1.01837695, 0, 0.104114041, -0.994565368, 0, -0.994565368, -0.104114041, -1, 0, 0)
  2976. o232.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2977. o232.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2978. o232.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2979. o232.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2980. o232.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2981. o232.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2982. o232.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2983. o232.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2984. o233.Parent = o232
  2985. o233.Scale = Vector3.new(0.138759509, 1, 0.642404079)
  2986. o233.MeshType = Enum.MeshType.Wedge
  2987. o233.Scale = Vector3.new(0.138759509, 1, 0.642404079)
  2988. o234.Parent = o1
  2989. o234.Material = Enum.Material.Glass
  2990. o234.BrickColor = BrickColor.new("Black")
  2991. o234.Transparency = 0.60000002384186
  2992. o234.Rotation = Vector3.new(13.4300003, 0, -180)
  2993. o234.CanCollide = false
  2994. o234.Size = Vector3.new(0.0529143028, 0.391592532, 0.0908276141)
  2995. o234.CFrame = CFrame.new(-0.632685483, -0.23980993, 0.861898065, -1, 0, 0, 0, -0.972660005, -0.232234001, 0, -0.232234001, 0.972660005)
  2996. o234.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2997. o234.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2998. o234.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2999. o234.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3000. o234.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3001. o234.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3002. o234.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3003. o234.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3004. o235.Parent = o234
  3005. o235.Scale = Vector3.new(0.123341806, 1, 1)
  3006. o235.MeshType = Enum.MeshType.Wedge
  3007. o235.Scale = Vector3.new(0.123341806, 1, 1)
  3008. o236.Parent = o1
  3009. o236.Material = Enum.Material.Glass
  3010. o236.BrickColor = BrickColor.new("Black")
  3011. o236.Transparency = 0.60000002384186
  3012. o236.Rotation = Vector3.new(90, -86.4300003, -90)
  3013. o236.CanCollide = false
  3014. o236.Size = Vector3.new(0.0529143028, 0.23631528, 0.118565425)
  3015. o236.CFrame = CFrame.new(-0.203851581, -0.168071061, 1.01878893, 0, 0.062231984, -0.998061776, 0, -0.998061776, -0.062231984, -1, 0, 0)
  3016. o236.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3017. o236.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3018. o236.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3019. o236.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3020. o236.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3021. o236.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3022. o236.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3023. o236.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3024. o237.Parent = o236
  3025. o237.Scale = Vector3.new(0.123341806, 1, 1)
  3026. o237.MeshType = Enum.MeshType.Wedge
  3027. o237.Scale = Vector3.new(0.123341806, 1, 1)
  3028. o238.Parent = o1
  3029. o238.Material = Enum.Material.Glass
  3030. o238.BrickColor = BrickColor.new("Black")
  3031. o238.Transparency = 0.60000002384186
  3032. o238.Rotation = Vector3.new(90, -85.9499969, -90)
  3033. o238.CanCollide = false
  3034. o238.Size = Vector3.new(0.0529143028, 0.689909875, 0.0807658806)
  3035. o238.CFrame = CFrame.new(-0.453993201, -0.404605448, 1.01878893, 0, 0.0706713349, -0.9975003, 0, -0.9975003, -0.0706713349, -1, 0, 0)
  3036. o238.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3037. o238.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3038. o238.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3039. o238.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3040. o238.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3041. o238.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3042. o238.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3043. o238.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3044. o239.Parent = o238
  3045. o239.Scale = Vector3.new(0.123341806, 1, 1)
  3046. o239.MeshType = Enum.MeshType.Wedge
  3047. o239.Scale = Vector3.new(0.123341806, 1, 1)
  3048. o240.Parent = o1
  3049. o240.Material = Enum.Material.Glass
  3050. o240.BrickColor = BrickColor.new("Black")
  3051. o240.Transparency = 0.60000002384186
  3052. o240.Rotation = Vector3.new(168.050003, 0, 0)
  3053. o240.CanCollide = false
  3054. o240.Size = Vector3.new(0.0529143028, 0.367933631, 0.0726077408)
  3055. o240.CFrame = CFrame.new(-0.631869137, -0.220109403, 0.143146619, 0.999995708, 0, 0, 0, -0.978320897, -0.207101077, 0, 0.207099527, -0.978327572)
  3056. o240.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3057. o240.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3058. o240.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3059. o240.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3060. o240.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3061. o240.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3062. o240.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3063. o240.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3064. o241.Parent = o240
  3065. o241.Scale = Vector3.new(0.123341806, 1, 1)
  3066. o241.MeshType = Enum.MeshType.Wedge
  3067. o241.Scale = Vector3.new(0.123341806, 1, 1)
  3068. o242.Parent = o1
  3069. o242.Material = Enum.Material.Glass
  3070. o242.BrickColor = BrickColor.new("Black")
  3071. o242.Transparency = 0.60000002384186
  3072. o242.Rotation = Vector3.new(177.399994, 0, 0)
  3073. o242.CanCollide = false
  3074. o242.Size = Vector3.new(0.0529143028, 0.314633518, 0.0726077408)
  3075. o242.CFrame = CFrame.new(-0.631869137, -0.197561562, 0.531285346, 1, 0, 0, 0, -0.99897486, -0.0452825129, 0, 0.0452825129, -0.99897486)
  3076. o242.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3077. o242.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3078. o242.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3079. o242.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3080. o242.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3081. o242.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3082. o242.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3083. o242.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3084. o243.Parent = o242
  3085. o243.Scale = Vector3.new(0.123341806, 1, 1)
  3086. o243.MeshType = Enum.MeshType.Wedge
  3087. o243.Scale = Vector3.new(0.123341806, 1, 1)
  3088. o244.Parent = o1
  3089. o244.Material = Enum.Material.Glass
  3090. o244.BrickColor = BrickColor.new("Black")
  3091. o244.Transparency = 0.60000002384186
  3092. o244.Rotation = Vector3.new(-159.960007, 0, 0)
  3093. o244.CanCollide = false
  3094. o244.Size = Vector3.new(0.0529143028, 0.209664986, 0.0529142842)
  3095. o244.CFrame = CFrame.new(-0.628344357, -0.278095156, 0.600728095, 1, 0, 0, 0, -0.939433217, 0.342732102, 0, -0.342732102, -0.939433217)
  3096. o244.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3097. o244.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3098. o244.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3099. o244.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3100. o244.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3101. o244.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3102. o244.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3103. o244.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3104. o245.Parent = o244
  3105. o245.Scale = Vector3.new(0.123341806, 1, 0.806860387)
  3106. o245.MeshType = Enum.MeshType.Wedge
  3107. o245.Scale = Vector3.new(0.123341806, 1, 0.806860387)
  3108. o246.Parent = o1
  3109. o246.Material = Enum.Material.Glass
  3110. o246.BrickColor = BrickColor.new("Black")
  3111. o246.Transparency = 0.60000002384186
  3112. o246.Rotation = Vector3.new(13.4300003, 0, -180)
  3113. o246.CanCollide = false
  3114. o246.Size = Vector3.new(0.0529143028, 0.169962123, 0.215647683)
  3115. o246.CFrame = CFrame.new(-0.635409176, -0.117529713, 0.826909184, -1, 0, 0, 0, -0.972660005, -0.232234001, 0, -0.232234001, 0.972660005)
  3116. o246.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3117. o246.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3118. o246.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3119. o246.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3120. o246.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3121. o246.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3122. o246.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3123. o246.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3124. o247.Parent = o246
  3125. o247.Scale = Vector3.new(0.123341806, 1, 1)
  3126. o247.MeshType = Enum.MeshType.Wedge
  3127. o247.Scale = Vector3.new(0.123341806, 1, 1)
  3128. o248.Parent = o1
  3129. o248.Material = Enum.Material.Glass
  3130. o248.BrickColor = BrickColor.new("Black")
  3131. o248.Transparency = 0.60000002384186
  3132. o248.Rotation = Vector3.new(-90, 85.9499969, -90)
  3133. o248.CanCollide = false
  3134. o248.Size = Vector3.new(0.0529143028, 0.382074594, 0.0541158728)
  3135. o248.CFrame = CFrame.new(-0.527514219, -0.324476689, 1.01741564, 0, 0.0706719905, 0.997499645, 0, -0.997499645, 0.0706719905, 1, 0, 0)
  3136. o248.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3137. o248.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3138. o248.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3139. o248.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3140. o248.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3141. o248.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3142. o248.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3143. o248.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3144. o249.Parent = o248
  3145. o249.Scale = Vector3.new(0.123341806, 1, 1)
  3146. o249.MeshType = Enum.MeshType.Wedge
  3147. o249.Scale = Vector3.new(0.123341806, 1, 1)
  3148. o250.Parent = o1
  3149. o250.Material = Enum.Material.Glass
  3150. o250.BrickColor = BrickColor.new("Black")
  3151. o250.Transparency = 0.60000002384186
  3152. o250.Rotation = Vector3.new(90, 83.0599976, 90)
  3153. o250.CanCollide = false
  3154. o250.Size = Vector3.new(0.0529143028, 0.326871008, 0.115845993)
  3155. o250.CFrame = CFrame.new(-0.421656013, -0.167120576, 1.01825488, 0, -0.120904028, 0.992664218, 0, -0.992664218, -0.120904028, 1, 0, 0)
  3156. o250.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3157. o250.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3158. o250.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3159. o250.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3160. o250.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3161. o250.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3162. o250.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3163. o250.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3164. o251.Parent = o250
  3165. o251.Scale = Vector3.new(0.123341806, 1, 1)
  3166. o251.MeshType = Enum.MeshType.Wedge
  3167. o251.Scale = Vector3.new(0.123341806, 1, 1)
  3168. o252.Parent = o1
  3169. o252.Material = Enum.Material.Glass
  3170. o252.BrickColor = BrickColor.new("Black")
  3171. o252.Transparency = 0.60000002384186
  3172. o252.Rotation = Vector3.new(177.399994, 0, 0)
  3173. o252.CanCollide = false
  3174. o252.Size = Vector3.new(0.0529143028, 0.413075477, 0.0529142842)
  3175. o252.CFrame = CFrame.new(-0.629153073, -0.430383652, 0.517735541, 0.999999762, 0, 0, 0, -0.998977482, -0.0452826209, 0, 0.0452826284, -0.998977244)
  3176. o252.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3177. o252.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3178. o252.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3179. o252.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3180. o252.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3181. o252.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3182. o252.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3183. o252.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3184. o253.Parent = o252
  3185. o253.Scale = Vector3.new(0.123341806, 1, 0.462531954)
  3186. o253.MeshType = Enum.MeshType.Wedge
  3187. o253.Scale = Vector3.new(0.123341806, 1, 0.462531954)
  3188. o254.Parent = o1
  3189. o254.Material = Enum.Material.Glass
  3190. o254.BrickColor = BrickColor.new("Black")
  3191. o254.Transparency = 0.60000002384186
  3192. o254.Rotation = Vector3.new(90, -85.9599991, -90)
  3193. o254.CanCollide = false
  3194. o254.Size = Vector3.new(0.0529143028, 0.346722573, 0.0529142842)
  3195. o254.CFrame = CFrame.new(-0.477626562, -0.331859976, 1.0162102, 0, 0.0706719458, -0.99750948, 0, -0.99750948, -0.0706719458, -1, 0, 0)
  3196. o254.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3197. o254.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3198. o254.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3199. o254.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3200. o254.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3201. o254.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3202. o254.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3203. o254.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3204. o255.Parent = o254
  3205. o255.Scale = Vector3.new(0.0256962087, 1, 0.827417195)
  3206. o255.MeshType = Enum.MeshType.Wedge
  3207. o255.Scale = Vector3.new(0.0256962087, 1, 0.827417195)
  3208. o256.Parent = o1
  3209. o256.Material = Enum.Material.Glass
  3210. o256.BrickColor = BrickColor.new("Black")
  3211. o256.Transparency = 0.60000002384186
  3212. o256.Rotation = Vector3.new(-90, 85.9499969, -90)
  3213. o256.CanCollide = false
  3214. o256.Size = Vector3.new(0.0529143028, 0.391592532, 0.118565366)
  3215. o256.CFrame = CFrame.new(-0.565787554, -0.240071774, 1.01878893, 0, 0.0706720203, 0.997500241, 0, -0.997500241, 0.0706720203, 1, 0, 0)
  3216. o256.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3217. o256.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3218. o256.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3219. o256.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3220. o256.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3221. o256.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3222. o256.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3223. o256.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3224. o257.Parent = o256
  3225. o257.Scale = Vector3.new(0.123341806, 1, 1)
  3226. o257.MeshType = Enum.MeshType.Wedge
  3227. o257.Scale = Vector3.new(0.123341806, 1, 1)
  3228. o258.Parent = o1
  3229. o258.Material = Enum.Material.Glass
  3230. o258.BrickColor = BrickColor.new("Black")
  3231. o258.Transparency = 0.60000002384186
  3232. o258.Rotation = Vector3.new(-90, -79.8700027, 90)
  3233. o258.CanCollide = false
  3234. o258.Size = Vector3.new(0.0529143028, 0.447883904, 0.0968102589)
  3235. o258.CFrame = CFrame.new(0.227628231, -0.277971953, 1.01798022, 0, -0.175856948, -0.98441577, 0, -0.98441577, 0.175856948, -1, 0, 0)
  3236. o258.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3237. o258.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3238. o258.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3239. o258.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3240. o258.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3241. o258.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3242. o258.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3243. o258.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3244. o259.Parent = o258
  3245. o259.Scale = Vector3.new(0.123341806, 1, 1)
  3246. o259.MeshType = Enum.MeshType.Wedge
  3247. o259.Scale = Vector3.new(0.123341806, 1, 1)
  3248. o260.Parent = o1
  3249. o260.Material = Enum.Material.Glass
  3250. o260.BrickColor = BrickColor.new("Black")
  3251. o260.Transparency = 0.60000002384186
  3252. o260.Rotation = Vector3.new(90, -76.9899979, -90)
  3253. o260.CanCollide = false
  3254. o260.Size = Vector3.new(0.0529143028, 0.456585974, 0.0829413608)
  3255. o260.CFrame = CFrame.new(0.385138512, -0.276822805, 1.01798022, 0, 0.225146025, -0.97432512, 0, -0.97432512, -0.225146025, -1, 0, 0)
  3256. o260.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3257. o260.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3258. o260.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3259. o260.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3260. o260.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3261. o260.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3262. o260.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3263. o260.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3264. o261.Parent = o260
  3265. o261.Scale = Vector3.new(0.123341806, 1, 1)
  3266. o261.MeshType = Enum.MeshType.Wedge
  3267. o261.Scale = Vector3.new(0.123341806, 1, 1)
  3268. o262.Parent = o1
  3269. o262.Material = Enum.Material.Glass
  3270. o262.BrickColor = BrickColor.new("Black")
  3271. o262.Transparency = 0.60000002384186
  3272. o262.Rotation = Vector3.new(-90, 85.9499969, -90)
  3273. o262.CanCollide = false
  3274. o262.Size = Vector3.new(0.0529143028, 0.181655437, 0.122100629)
  3275. o262.CFrame = CFrame.new(0.166051865, -0.146660775, 1.01878893, 0, 0.0706719756, 0.997499645, 0, -0.997499645, 0.0706719756, 1, 0, 0)
  3276. o262.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3277. o262.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3278. o262.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3279. o262.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3280. o262.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3281. o262.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3282. o262.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3283. o262.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3284. o263.Parent = o262
  3285. o263.Scale = Vector3.new(0.123341806, 1, 1)
  3286. o263.MeshType = Enum.MeshType.Wedge
  3287. o263.Scale = Vector3.new(0.123341806, 1, 1)
  3288. o264.Parent = o1
  3289. o264.Material = Enum.Material.Glass
  3290. o264.BrickColor = BrickColor.new("Black")
  3291. o264.Transparency = 0.60000002384186
  3292. o264.Rotation = Vector3.new(-90, -59.4900017, 90)
  3293. o264.CanCollide = false
  3294. o264.Size = Vector3.new(0.0529143028, 0.506350815, 0.0728796497)
  3295. o264.CFrame = CFrame.new(-0.149247408, -0.267947614, 1.01878893, 0, -0.50761503, -0.861584127, 0, -0.861584127, 0.50761503, -1, 0, 0)
  3296. o264.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3297. o264.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3298. o264.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3299. o264.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3300. o264.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3301. o264.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3302. o264.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3303. o264.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3304. o265.Parent = o264
  3305. o265.Scale = Vector3.new(0.123341806, 1, 1)
  3306. o265.MeshType = Enum.MeshType.Wedge
  3307. o265.Scale = Vector3.new(0.123341806, 1, 1)
  3308. o266.Parent = o1
  3309. o266.Material = Enum.Material.Glass
  3310. o266.BrickColor = BrickColor.new("Black")
  3311. o266.Transparency = 0.60000002384186
  3312. o266.Rotation = Vector3.new(-90, -67.8199997, 90)
  3313. o266.CanCollide = false
  3314. o266.Size = Vector3.new(0.0529143028, 0.735595524, 0.0529142842)
  3315. o266.CFrame = CFrame.new(-0.134148955, -0.494910002, 1.01579821, 0, -0.377440065, -0.926034093, 0, -0.926034093, 0.377440065, -1, 0, 0)
  3316. o266.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3317. o266.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3318. o266.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3319. o266.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3320. o266.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3321. o266.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3322. o266.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3323. o266.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3324. o267.Parent = o266
  3325. o267.Scale = Vector3.new(0.123341806, 1, 0.935340941)
  3326. o267.MeshType = Enum.MeshType.Wedge
  3327. o267.Scale = Vector3.new(0.123341806, 1, 0.935340941)
  3328. o268.Parent = o1
  3329. o268.Material = Enum.Material.Neon
  3330. o268.BrickColor = BrickColor.new("Really red")
  3331. o268.CanCollide = false
  3332. o268.Size = Vector3.new(0.0529143028, 0.677672088, 0.0529142842)
  3333. o268.CFrame = CFrame.new(-0.647219479, 0.318736762, 0.379490346, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3334. o268.BottomSurface = Enum.SurfaceType.Smooth
  3335. o268.TopSurface = Enum.SurfaceType.Smooth
  3336. o268.Color = Color3.new(1, 0, 0)
  3337. o268.Color = Color3.new(1, 0, 0)
  3338. o269.Parent = o268
  3339. o269.Scale = Vector3.new(0.57045579, 1, 0.308354169)
  3340. o269.Scale = Vector3.new(0.57045579, 1, 0.308354169)
  3341. mas.Parent = Torso
  3342. mas:MakeJoints()
  3343.  
  3344. local parts,last = {}
  3345. local function scan(mas)
  3346.     for _,v in pairs(mas:GetChildren()) do
  3347.         if (v:IsA("BasePart")) then
  3348.             if (last) then
  3349.                 local w = Instance.new("Weld")
  3350.                 w.Name = ("%s_Weld"):format(v.Name)
  3351.                 w.Part0,w.Part1 = last,leglocater2
  3352.                 w.C0 = last.CFrame:inverse()
  3353.                 w.Parent = last
  3354.             end
  3355.             last = v
  3356.             table.insert(parts,v)
  3357.         end
  3358.         scan(v)
  3359.     end
  3360. end
  3361. scan(mas)
  3362. for _,v in pairs(parts) do
  3363.     v.CanCollide = false
  3364.     v.Anchored = false
  3365.     v.Parent = Torso
  3366. end
  3367.  
  3368. local shad = Instance.new("Part",Torso)
  3369. shad.Size = Vector3.new(1.01,.6,1.01)
  3370. shad.Material = "Glass"
  3371. shad.BrickColor = BrickColor.new("Really black")
  3372. shad.Anchored = false
  3373. shad.CanCollide = false
  3374. shad.Transparency = .6
  3375. local shadweld = weldBetween(shad,RightArm)
  3376. shadweld.C0 = CFrame.new(0,-.705,0)
  3377.  
  3378. mas = Instance.new("Model",Torso)
  3379. mas.Name = "Model2Script"
  3380. o1 = Instance.new("Model")
  3381. o2 = Instance.new("Part")
  3382. o3 = Instance.new("SpecialMesh")
  3383. o4 = Instance.new("Part")
  3384. o5 = Instance.new("SpecialMesh")
  3385. o6 = Instance.new("Part")
  3386. o7 = Instance.new("BlockMesh")
  3387. o8 = Instance.new("Part")
  3388. o9 = Instance.new("BlockMesh")
  3389. o10 = Instance.new("Part")
  3390. o11 = Instance.new("Part")
  3391. o12 = Instance.new("Part")
  3392. o13 = Instance.new("SpecialMesh")
  3393. o14 = Instance.new("Part")
  3394. o15 = Instance.new("BlockMesh")
  3395. o16 = Instance.new("Part")
  3396. o17 = Instance.new("BlockMesh")
  3397. o18 = Instance.new("Part")
  3398. o19 = Instance.new("BlockMesh")
  3399. o20 = Instance.new("Part")
  3400. o21 = Instance.new("Part")
  3401. o22 = Instance.new("Part")
  3402. o23 = Instance.new("SpecialMesh")
  3403. o24 = Instance.new("Part")
  3404. o25 = Instance.new("Part")
  3405. o26 = Instance.new("Part")
  3406. o27 = Instance.new("SpecialMesh")
  3407. o28 = Instance.new("Part")
  3408. o29 = Instance.new("BlockMesh")
  3409. o30 = Instance.new("Part")
  3410. o31 = Instance.new("BlockMesh")
  3411. o32 = Instance.new("Part")
  3412. o33 = Instance.new("BlockMesh")
  3413. o34 = Instance.new("Part")
  3414. o35 = Instance.new("Part")
  3415. o36 = Instance.new("SpecialMesh")
  3416. o37 = Instance.new("Part")
  3417. o38 = Instance.new("SpecialMesh")
  3418. o39 = Instance.new("Part")
  3419. o40 = Instance.new("BlockMesh")
  3420. o41 = Instance.new("Part")
  3421. o42 = Instance.new("Part")
  3422. o43 = Instance.new("Part")
  3423. o44 = Instance.new("BlockMesh")
  3424. o45 = Instance.new("Part")
  3425. o46 = Instance.new("SpecialMesh")
  3426. o47 = Instance.new("Part")
  3427. o48 = Instance.new("BlockMesh")
  3428. o49 = Instance.new("Part")
  3429. o50 = Instance.new("BlockMesh")
  3430. o51 = Instance.new("Part")
  3431. o52 = Instance.new("BlockMesh")
  3432. o53 = Instance.new("Part")
  3433. o54 = Instance.new("BlockMesh")
  3434. o55 = Instance.new("Part")
  3435. o56 = Instance.new("BlockMesh")
  3436. o57 = Instance.new("Part")
  3437. o58 = Instance.new("BlockMesh")
  3438. o59 = Instance.new("Part")
  3439. o60 = Instance.new("BlockMesh")
  3440. o61 = Instance.new("Part")
  3441. o62 = Instance.new("SpecialMesh")
  3442. o63 = Instance.new("Part")
  3443. o64 = Instance.new("SpecialMesh")
  3444. o65 = Instance.new("Part")
  3445. o66 = Instance.new("Part")
  3446. o67 = Instance.new("SpecialMesh")
  3447. o68 = Instance.new("Part")
  3448. o69 = Instance.new("Part")
  3449. o70 = Instance.new("Part")
  3450. o71 = Instance.new("Part")
  3451. o72 = Instance.new("SpecialMesh")
  3452. o73 = Instance.new("Part")
  3453. o74 = Instance.new("SpecialMesh")
  3454. o75 = Instance.new("Part")
  3455. o76 = Instance.new("SpecialMesh")
  3456. o77 = Instance.new("Part")
  3457. o78 = Instance.new("BlockMesh")
  3458. o79 = Instance.new("Part")
  3459. o80 = Instance.new("SpecialMesh")
  3460. o81 = Instance.new("Part")
  3461. o82 = Instance.new("BlockMesh")
  3462. o83 = Instance.new("Part")
  3463. o84 = Instance.new("BlockMesh")
  3464. o85 = Instance.new("Part")
  3465. o86 = Instance.new("BlockMesh")
  3466. o87 = Instance.new("Part")
  3467. o88 = Instance.new("BlockMesh")
  3468. o89 = Instance.new("Part")
  3469. o90 = Instance.new("BlockMesh")
  3470. o91 = Instance.new("Part")
  3471. o92 = Instance.new("BlockMesh")
  3472. o93 = Instance.new("Part")
  3473. o94 = Instance.new("BlockMesh")
  3474. o95 = Instance.new("Model")
  3475. o96 = Instance.new("WedgePart")
  3476. o97 = Instance.new("SpecialMesh")
  3477. o98 = Instance.new("WedgePart")
  3478. o99 = Instance.new("SpecialMesh")
  3479. o100 = Instance.new("WedgePart")
  3480. o101 = Instance.new("SpecialMesh")
  3481. o102 = Instance.new("Part")
  3482. o103 = Instance.new("SpecialMesh")
  3483. o104 = Instance.new("Part")
  3484. o105 = Instance.new("Part")
  3485. o106 = Instance.new("SpecialMesh")
  3486. o107 = Instance.new("Part")
  3487. o108 = Instance.new("SpecialMesh")
  3488. o109 = Instance.new("Part")
  3489. o110 = Instance.new("BlockMesh")
  3490. o111 = Instance.new("Part")
  3491. o112 = Instance.new("WedgePart")
  3492. o113 = Instance.new("WedgePart")
  3493. o114 = Instance.new("SpecialMesh")
  3494. o115 = Instance.new("WedgePart")
  3495. o116 = Instance.new("SpecialMesh")
  3496. o117 = Instance.new("WedgePart")
  3497. o118 = Instance.new("Part")
  3498. o119 = Instance.new("BlockMesh")
  3499. o120 = Instance.new("WedgePart")
  3500. o121 = Instance.new("WedgePart")
  3501. o122 = Instance.new("SpecialMesh")
  3502. o123 = Instance.new("WedgePart")
  3503. o124 = Instance.new("SpecialMesh")
  3504. o125 = Instance.new("WedgePart")
  3505. o126 = Instance.new("SpecialMesh")
  3506. o127 = Instance.new("WedgePart")
  3507. o128 = Instance.new("SpecialMesh")
  3508. o129 = Instance.new("Part")
  3509. o130 = Instance.new("SpecialMesh")
  3510. o131 = Instance.new("WedgePart")
  3511. o132 = Instance.new("SpecialMesh")
  3512. o133 = Instance.new("Part")
  3513. o134 = Instance.new("SpecialMesh")
  3514. o135 = Instance.new("Part")
  3515. o136 = Instance.new("BlockMesh")
  3516. o137 = Instance.new("WedgePart")
  3517. o138 = Instance.new("SpecialMesh")
  3518. o139 = Instance.new("WedgePart")
  3519. o140 = Instance.new("SpecialMesh")
  3520. o141 = Instance.new("WedgePart")
  3521. o142 = Instance.new("SpecialMesh")
  3522. o143 = Instance.new("WedgePart")
  3523. o144 = Instance.new("SpecialMesh")
  3524. o145 = Instance.new("WedgePart")
  3525. o146 = Instance.new("WedgePart")
  3526. o147 = Instance.new("SpecialMesh")
  3527. o148 = Instance.new("WedgePart")
  3528. o149 = Instance.new("SpecialMesh")
  3529. o150 = Instance.new("WedgePart")
  3530. o151 = Instance.new("SpecialMesh")
  3531. o152 = Instance.new("Part")
  3532. o153 = Instance.new("BlockMesh")
  3533. o154 = Instance.new("Part")
  3534. o155 = Instance.new("Part")
  3535. o156 = Instance.new("BlockMesh")
  3536. o157 = Instance.new("Part")
  3537. o158 = Instance.new("Part")
  3538. o159 = Instance.new("WedgePart")
  3539. o160 = Instance.new("WedgePart")
  3540. o161 = Instance.new("SpecialMesh")
  3541. o1.Parent = mas
  3542. o2.Parent = o1
  3543. o2.Material = Enum.Material.Neon
  3544. o2.BrickColor = BrickColor.new("Really red")
  3545. o2.Rotation = Vector3.new(0, 0, -90)
  3546. o2.CanCollide = false
  3547. o2.Shape = Enum.PartType.Cylinder
  3548. o2.Size = Vector3.new(0.115761742, 0.259961188, 0.260450661)
  3549. o2.CFrame = CFrame.new(0.00220686384, 2.06826973, -0.0587635338, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  3550. o2.BottomSurface = Enum.SurfaceType.Smooth
  3551. o2.TopSurface = Enum.SurfaceType.Smooth
  3552. o2.Color = Color3.new(1, 0, 0)
  3553. o2.Color = Color3.new(1, 0, 0)
  3554. o3.Parent = o2
  3555. o3.Scale = Vector3.new(0.122891136, 1, 1)
  3556. o3.MeshType = Enum.MeshType.Cylinder
  3557. o3.Scale = Vector3.new(0.122891136, 1, 1)
  3558. o4.Parent = o1
  3559. o4.Material = Enum.Material.Neon
  3560. o4.BrickColor = BrickColor.new("Really red")
  3561. o4.Rotation = Vector3.new(0, 0, -90)
  3562. o4.CanCollide = false
  3563. o4.Shape = Enum.PartType.Cylinder
  3564. o4.Size = Vector3.new(0.115761742, 0.259961188, 0.260450661)
  3565. o4.CFrame = CFrame.new(0.00220686384, 2.03596878, -0.0587635338, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  3566. o4.BottomSurface = Enum.SurfaceType.Smooth
  3567. o4.TopSurface = Enum.SurfaceType.Smooth
  3568. o4.Color = Color3.new(1, 0, 0)
  3569. o4.Color = Color3.new(1, 0, 0)
  3570. o5.Parent = o4
  3571. o5.Scale = Vector3.new(0.122891136, 1, 1)
  3572. o5.MeshType = Enum.MeshType.Cylinder
  3573. o5.Scale = Vector3.new(0.122891136, 1, 1)
  3574. o6.Parent = o1
  3575. o6.Material = Enum.Material.Glass
  3576. o6.BrickColor = BrickColor.new("Really black")
  3577. o6.Rotation = Vector3.new(0, 0, -35)
  3578. o6.CanCollide = false
  3579. o6.Size = Vector3.new(0.115761742, 0.115761742, 0.137636766)
  3580. o6.CFrame = CFrame.new(-0.637586117, 0.916565299, -0.0621662438, 0.819151461, 0.573577344, 0, -0.573577344, 0.819151461, 0, 0, 0, 1)
  3581. o6.BottomSurface = Enum.SurfaceType.Smooth
  3582. o6.TopSurface = Enum.SurfaceType.Smooth
  3583. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3584. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3585. o7.Parent = o6
  3586. o7.Scale = Vector3.new(0.408671647, 0.329118282, 1)
  3587. o7.Scale = Vector3.new(0.408671647, 0.329118282, 1)
  3588. o8.Parent = o1
  3589. o8.Material = Enum.Material.Neon
  3590. o8.BrickColor = BrickColor.new("Really red")
  3591. o8.Rotation = Vector3.new(90, 86.6500015, -180)
  3592. o8.CanCollide = false
  3593. o8.Size = Vector3.new(0.207129955, 0.115761742, 0.115761742)
  3594. o8.CFrame = CFrame.new(0.101622172, 5.58507156, -0.0581150353, -0.0585129783, 0, 0.998286664, -0.998286664, 0, -0.0585129745, 0, -1, 0)
  3595. o8.BottomSurface = Enum.SurfaceType.Smooth
  3596. o8.TopSurface = Enum.SurfaceType.Smooth
  3597. o8.Color = Color3.new(1, 0, 0)
  3598. o8.Color = Color3.new(1, 0, 0)
  3599. o9.Parent = o8
  3600. o9.Scale = Vector3.new(1, 0.178648666, 0.00697842613)
  3601. o9.Scale = Vector3.new(1, 0.178648666, 0.00697842613)
  3602. o10.Parent = o1
  3603. o10.Material = Enum.Material.Glass
  3604. o10.BrickColor = BrickColor.new("Really black")
  3605. o10.Rotation = Vector3.new(0, 0, -90)
  3606. o10.Shape = Enum.PartType.Cylinder
  3607. o10.Size = Vector3.new(3.99102712, 0.145571873, 0.171907157)
  3608. o10.CFrame = CFrame.new(-0.0301035922, 3.78986931, -0.0587635338, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  3609. o10.BottomSurface = Enum.SurfaceType.Smooth
  3610. o10.TopSurface = Enum.SurfaceType.Smooth
  3611. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3612. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3613. o11.Parent = o1
  3614. o11.Material = Enum.Material.Cobblestone
  3615. o11.BrickColor = BrickColor.new("Really red")
  3616. o11.Rotation = Vector3.new(0, 0, -180)
  3617. o11.Size = Vector3.new(0.228294149, 0.19969669, 0.318609774)
  3618. o11.CFrame = CFrame.new(-0.848297596, 0.385388732, -0.0644092858, -1, 0, 0, 0, -1, 0, 0, 0, 1)
  3619. o11.BottomSurface = Enum.SurfaceType.Smooth
  3620. o11.TopSurface = Enum.SurfaceType.Smooth
  3621. o11.Color = Color3.new(1, 0, 0)
  3622. o11.Color = Color3.new(1, 0, 0)
  3623. o12.Parent = o1
  3624. o12.Material = Enum.Material.Glass
  3625. o12.BrickColor = BrickColor.new("Really black")
  3626. o12.Rotation = Vector3.new(0, 0, -90)
  3627. o12.CanCollide = false
  3628. o12.Shape = Enum.PartType.Cylinder
  3629. o12.Size = Vector3.new(0.115761742, 0.347368926, 0.348023027)
  3630. o12.CFrame = CFrame.new(0.00778013654, 1.78738451, -0.0587635338, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  3631. o12.BottomSurface = Enum.SurfaceType.Smooth
  3632. o12.TopSurface = Enum.SurfaceType.Smooth
  3633. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3634. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3635. o13.Parent = o12
  3636. o13.Scale = Vector3.new(0.578107655, 1, 1)
  3637. o13.MeshType = Enum.MeshType.Cylinder
  3638. o13.Scale = Vector3.new(0.578107655, 1, 1)
  3639. o14.Parent = o1
  3640. o14.Material = Enum.Material.Neon
  3641. o14.BrickColor = BrickColor.new("Really red")
  3642. o14.Rotation = Vector3.new(0, 0, -90)
  3643. o14.CanCollide = false
  3644. o14.Size = Vector3.new(0.422820628, 0.115761742, 0.115761742)
  3645. o14.CFrame = CFrame.new(0.0132694785, 1.22375476, 0.130605683, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  3646. o14.BottomSurface = Enum.SurfaceType.Smooth
  3647. o14.TopSurface = Enum.SurfaceType.Smooth
  3648. o14.Color = Color3.new(1, 0, 0)
  3649. o14.Color = Color3.new(1, 0, 0)
  3650. o15.Parent = o14
  3651. o15.Scale = Vector3.new(1, 0.47871992, 0.279137015)
  3652. o15.Scale = Vector3.new(1, 0.47871992, 0.279137015)
  3653. o16.Parent = o1
  3654. o16.Material = Enum.Material.Glass
  3655. o16.BrickColor = BrickColor.new("Really black")
  3656. o16.Rotation = Vector3.new(0, 0, -15)
  3657. o16.CanCollide = false
  3658. o16.Size = Vector3.new(0.115761742, 0.115761742, 0.137636766)
  3659. o16.CFrame = CFrame.new(-0.665467739, 0.856141925, -0.0621662438, 0.965925634, 0.258819908, 0, -0.258819908, 0.965925634, 0, 0, 0, 1)
  3660. o16.BottomSurface = Enum.SurfaceType.Smooth
  3661. o16.TopSurface = Enum.SurfaceType.Smooth
  3662. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3663. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3664. o17.Parent = o16
  3665. o17.Scale = Vector3.new(0.408671647, 0.329118282, 1)
  3666. o17.Scale = Vector3.new(0.408671647, 0.329118282, 1)
  3667. o18.Parent = o1
  3668. o18.Material = Enum.Material.Glass
  3669. o18.BrickColor = BrickColor.new("Really black")
  3670. o18.Rotation = Vector3.new(0, 0, -155)
  3671. o18.CanCollide = false
  3672. o18.Size = Vector3.new(0.115761742, 0.308592767, 0.316186398)
  3673. o18.CFrame = CFrame.new(-0.467737406, 0.452322245, -0.0640125573, -0.906308293, 0.422617137, 0, -0.422617137, -0.906308293, 0, 0, 0, 1)
  3674. o18.BottomSurface = Enum.SurfaceType.Smooth
  3675. o18.TopSurface = Enum.SurfaceType.Smooth
  3676. o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3677. o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3678. o19.Parent = o18
  3679. o19.Scale = Vector3.new(0.554087639, 1, 1)
  3680. o19.Scale = Vector3.new(0.554087639, 1, 1)
  3681. o20.Parent = o1
  3682. o20.Material = Enum.Material.Cobblestone
  3683. o20.BrickColor = BrickColor.new("Really red")
  3684. o20.Rotation = Vector3.new(0, 0, -165)
  3685. o20.Size = Vector3.new(0.155076176, 0.202216625, 0.320225596)
  3686. o20.CFrame = CFrame.new(-0.538964808, 0.414676964, -0.063272506, -0.965926111, 0.25881803, 0, -0.25881803, -0.965926111, 0, 0, 0, 1)
  3687. o20.BottomSurface = Enum.SurfaceType.Smooth
  3688. o20.TopSurface = Enum.SurfaceType.Smooth
  3689. o20.Color = Color3.new(1, 0, 0)
  3690. o20.Color = Color3.new(1, 0, 0)
  3691. o21.Parent = o1
  3692. o21.Material = Enum.Material.Cobblestone
  3693. o21.BrickColor = BrickColor.new("Really red")
  3694. o21.Rotation = Vector3.new(0, 0, -145)
  3695. o21.Size = Vector3.new(0.321518153, 0.201797053, 0.319579333)
  3696. o21.CFrame = CFrame.new(-0.366601855, 0.51089406, -0.0635853112, -0.819152594, 0.573575675, 0, -0.573575675, -0.819152594, 0, 0, 0, 1)
  3697. o21.BottomSurface = Enum.SurfaceType.Smooth
  3698. o21.TopSurface = Enum.SurfaceType.Smooth
  3699. o21.Color = Color3.new(1, 0, 0)
  3700. o21.Color = Color3.new(1, 0, 0)
  3701. o22.Parent = o1
  3702. o22.Material = Enum.Material.Glass
  3703. o22.BrickColor = BrickColor.new("Really black")
  3704. o22.Rotation = Vector3.new(0, 0, -90)
  3705. o22.CanCollide = false
  3706. o22.Shape = Enum.PartType.Cylinder
  3707. o22.Size = Vector3.new(0.115761742, 0.309077591, 0.30965957)
  3708. o22.CFrame = CFrame.new(0.0046291966, 1.80887413, -0.0587635338, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  3709. o22.BottomSurface = Enum.SurfaceType.Smooth
  3710. o22.TopSurface = Enum.SurfaceType.Smooth
  3711. o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3712. o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3713. o23.Parent = o22
  3714. o23.Scale = Vector3.new(0.844709277, 1, 1)
  3715. o23.MeshType = Enum.MeshType.Cylinder
  3716. o23.Scale = Vector3.new(0.844709277, 1, 1)
  3717. o24.Parent = o1
  3718. o24.Material = Enum.Material.Cobblestone
  3719. o24.BrickColor = BrickColor.new("Really red")
  3720. o24.Rotation = Vector3.new(0, 0, -175)
  3721. o24.Size = Vector3.new(0.154134855, 0.200019777, 0.318609923)
  3722. o24.CFrame = CFrame.new(-0.671132565, 0.391362488, -0.0640812218, -0.99619478, 0.0871549696, 0, -0.087154977, -0.99619478, 0, 0, 0, 1)
  3723. o24.BottomSurface = Enum.SurfaceType.Smooth
  3724. o24.TopSurface = Enum.SurfaceType.Smooth
  3725. o24.Color = Color3.new(1, 0, 0)
  3726. o24.Color = Color3.new(1, 0, 0)
  3727. o25.Parent = o1
  3728. o25.Material = Enum.Material.Glass
  3729. o25.BrickColor = BrickColor.new("Really black")
  3730. o25.Rotation = Vector3.new(0, 0, -90)
  3731. o25.Shape = Enum.PartType.Cylinder
  3732. o25.Size = Vector3.new(0.291134626, 0.245097056, 0.245558485)
  3733. o25.CFrame = CFrame.new(0.00285154767, 2.02665234, -0.0587635338, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  3734. o25.BottomSurface = Enum.SurfaceType.Smooth
  3735. o25.TopSurface = Enum.SurfaceType.Smooth
  3736. o25.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3737. o25.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3738. o26.Parent = o1
  3739. o26.Material = Enum.Material.Neon
  3740. o26.BrickColor = BrickColor.new("Really red")
  3741. o26.Rotation = Vector3.new(0, 0, -90)
  3742. o26.CanCollide = false
  3743. o26.Shape = Enum.PartType.Cylinder
  3744. o26.Size = Vector3.new(0.115761742, 0.259961188, 0.260450661)
  3745. o26.CFrame = CFrame.new(0.00220686384, 2.13290787, -0.0587635338, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  3746. o26.BottomSurface = Enum.SurfaceType.Smooth
  3747. o26.TopSurface = Enum.SurfaceType.Smooth
  3748. o26.Color = Color3.new(1, 0, 0)
  3749. o26.Color = Color3.new(1, 0, 0)
  3750. o27.Parent = o26
  3751. o27.Scale = Vector3.new(0.122891136, 1, 1)
  3752. o27.MeshType = Enum.MeshType.Cylinder
  3753. o27.Scale = Vector3.new(0.122891136, 1, 1)
  3754. o28.Parent = o1
  3755. o28.Material = Enum.Material.Glass
  3756. o28.BrickColor = BrickColor.new("Really black")
  3757. o28.Rotation = Vector3.new(0, 0, -175)
  3758. o28.CanCollide = false
  3759. o28.Size = Vector3.new(0.115761742, 0.308592767, 0.315378547)
  3760. o28.CFrame = CFrame.new(-0.714841366, 0.386527419, -0.0635853112, -0.99619478, 0.0871549696, 0, -0.087154977, -0.99619478, 0, 0, 0, 1)
  3761. o28.BottomSurface = Enum.SurfaceType.Smooth
  3762. o28.TopSurface = Enum.SurfaceType.Smooth
  3763. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3764. o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3765. o29.Parent = o28
  3766. o29.Scale = Vector3.new(0.554087639, 1, 1)
  3767. o29.Scale = Vector3.new(0.554087639, 1, 1)
  3768. o30.Parent = o1
  3769. o30.Material = Enum.Material.Glass
  3770. o30.BrickColor = BrickColor.new("Really black")
  3771. o30.Rotation = Vector3.new(0, 0, -55)
  3772. o30.CanCollide = false
  3773. o30.Size = Vector3.new(0.115761742, 0.115761742, 0.137636766)
  3774. o30.CFrame = CFrame.new(-0.561864376, 0.988336027, -0.0621662438, 0.573575675, 0.819152594, 0, -0.819152594, 0.573575675, 0, 0, 0, 1)
  3775. o30.BottomSurface = Enum.SurfaceType.Smooth
  3776. o30.TopSurface = Enum.SurfaceType.Smooth
  3777. o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3778. o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3779. o31.Parent = o30
  3780. o31.Scale = Vector3.new(0.408671647, 0.98953402, 1)
  3781. o31.Scale = Vector3.new(0.408671647, 0.98953402, 1)
  3782. o32.Parent = o1
  3783. o32.Material = Enum.Material.Glass
  3784. o32.BrickColor = BrickColor.new("Really black")
  3785. o32.Rotation = Vector3.new(0, 0, -75)
  3786. o32.CanCollide = false
  3787. o32.Size = Vector3.new(0.115761742, 0.115761742, 0.137636766)
  3788. o32.CFrame = CFrame.new(-0.469103068, 1.03030539, -0.0621662438, 0.25881803, 0.965926111, 0, -0.965926111, 0.25881803, 0, 0, 0, 1)
  3789. o32.BottomSurface = Enum.SurfaceType.Smooth
  3790. o32.TopSurface = Enum.SurfaceType.Smooth
  3791. o32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3792. o32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3793. o33.Parent = o32
  3794. o33.Scale = Vector3.new(0.434826881, 0.98953402, 1)
  3795. o33.Scale = Vector3.new(0.434826881, 0.98953402, 1)
  3796. o34.Parent = o1
  3797. o34.Material = Enum.Material.Glass
  3798. o34.BrickColor = BrickColor.new("Really black")
  3799. o34.Rotation = Vector3.new(0, 0, -90)
  3800. o34.Size = Vector3.new(0.50118047, 0.452872247, 0.316186398)
  3801. o34.CFrame = CFrame.new(0.0287075657, 1.24807727, -0.0640125573, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  3802. o34.BottomSurface = Enum.SurfaceType.Smooth
  3803. o34.TopSurface = Enum.SurfaceType.Smooth
  3804. o34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3805. o34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3806. o35.Parent = o1
  3807. o35.Material = Enum.Material.Glass
  3808. o35.BrickColor = BrickColor.new("Really black")
  3809. o35.Rotation = Vector3.new(0, 0, -90)
  3810. o35.CanCollide = false
  3811. o35.Shape = Enum.PartType.Cylinder
  3812. o35.Size = Vector3.new(0.115761742, 0.259961188, 0.260450661)
  3813. o35.CFrame = CFrame.new(0.00221067853, 2.16116333, -0.0587635338, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  3814. o35.BottomSurface = Enum.SurfaceType.Smooth
  3815. o35.TopSurface = Enum.SurfaceType.Smooth
  3816. o35.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3817. o35.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3818. o36.Parent = o35
  3819. o36.Scale = Vector3.new(0.192675382, 1, 1)
  3820. o36.MeshType = Enum.MeshType.Cylinder
  3821. o36.Scale = Vector3.new(0.192675382, 1, 1)
  3822. o37.Parent = o1
  3823. o37.Material = Enum.Material.Neon
  3824. o37.BrickColor = BrickColor.new("Really red")
  3825. o37.Rotation = Vector3.new(0, 0, -90)
  3826. o37.CanCollide = false
  3827. o37.Shape = Enum.PartType.Cylinder
  3828. o37.Size = Vector3.new(0.115761742, 0.259961188, 0.260450661)
  3829. o37.CFrame = CFrame.new(0.00220686384, 1.93902397, -0.0587635338, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  3830. o37.BottomSurface = Enum.SurfaceType.Smooth
  3831. o37.TopSurface = Enum.SurfaceType.Smooth
  3832. o37.Color = Color3.new(1, 0, 0)
  3833. o37.Color = Color3.new(1, 0, 0)
  3834. o38.Parent = o37
  3835. o38.Scale = Vector3.new(0.122891136, 1, 1)
  3836. o38.MeshType = Enum.MeshType.Cylinder
  3837. o38.Scale = Vector3.new(0.122891136, 1, 1)
  3838. o39.Parent = o1
  3839. o39.Material = Enum.Material.Glass
  3840. o39.BrickColor = BrickColor.new("Really black")
  3841. o39.Rotation = Vector3.new(0, 0, -5)
  3842. o39.CanCollide = false
  3843. o39.Size = Vector3.new(0.115761742, 0.115761742, 0.137636766)
  3844. o39.CFrame = CFrame.new(-0.671395779, 0.82308805, -0.0621662438, 0.996194661, 0.0871569738, 0, -0.0871569738, 0.996194661, 0, 0, 0, 1)
  3845. o39.BottomSurface = Enum.SurfaceType.Smooth
  3846. o39.TopSurface = Enum.SurfaceType.Smooth
  3847. o39.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3848. o39.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3849. o40.Parent = o39
  3850. o40.Scale = Vector3.new(0.408671647, 0.329118282, 1)
  3851. o40.Scale = Vector3.new(0.408671647, 0.329118282, 1)
  3852. o41.Parent = o1
  3853. o41.Material = Enum.Material.Glass
  3854. o41.BrickColor = BrickColor.new("Really black")
  3855. o41.Rotation = Vector3.new(0, 0, -90)
  3856. o41.Shape = Enum.PartType.Cylinder
  3857. o41.Size = Vector3.new(3.99118781, 0.1715841, 0.171907157)
  3858. o41.CFrame = CFrame.new(0.00503355451, 3.78993893, -0.0587635338, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  3859. o41.BottomSurface = Enum.SurfaceType.Smooth
  3860. o41.TopSurface = Enum.SurfaceType.Smooth
  3861. o41.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3862. o41.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3863. o42.Parent = o1
  3864. o42.Material = Enum.Material.Glass
  3865. o42.BrickColor = BrickColor.new("Really black")
  3866. o42.Rotation = Vector3.new(0, 0, -90)
  3867. o42.Shape = Enum.PartType.Cylinder
  3868. o42.Size = Vector3.new(2.1138072, 0.158658788, 0.187361673)
  3869. o42.CFrame = CFrame.new(-0.070573695, 2.76405191, -0.0587635338, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  3870. o42.BottomSurface = Enum.SurfaceType.Smooth
  3871. o42.TopSurface = Enum.SurfaceType.Smooth
  3872. o42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3873. o42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3874. o43.Parent = o1
  3875. o43.Material = Enum.Material.Glass
  3876. o43.BrickColor = BrickColor.new("Really black")
  3877. o43.Rotation = Vector3.new(0, 0, -165)
  3878. o43.CanCollide = false
  3879. o43.Size = Vector3.new(0.115761742, 0.308592767, 0.316186398)
  3880. o43.CFrame = CFrame.new(-0.618390501, 0.403182328, -0.0640125573, -0.965926111, 0.25881803, 0, -0.25881803, -0.965926111, 0, 0, 0, 1)
  3881. o43.BottomSurface = Enum.SurfaceType.Smooth
  3882. o43.TopSurface = Enum.SurfaceType.Smooth
  3883. o43.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3884. o43.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3885. o44.Parent = o43
  3886. o44.Scale = Vector3.new(0.554087639, 1, 1)
  3887. o44.Scale = Vector3.new(0.554087639, 1, 1)
  3888. o45.Parent = o1
  3889. o45.Material = Enum.Material.Glass
  3890. o45.BrickColor = BrickColor.new("Really red")
  3891. o45.Rotation = Vector3.new(0, 0, -89.6699982)
  3892. o45.CanCollide = false
  3893. o45.Size = Vector3.new(0.115761742, 0.115761742, 0.115761742)
  3894. o45.CFrame = CFrame.new(-0.317487657, 0.541980267, 0.100507721, 0.005766002, 0.99998337, 0, -0.99998337, 0.005766002, 0, 0, 0, 1)
  3895. o45.BottomSurface = Enum.SurfaceType.Smooth
  3896. o45.TopSurface = Enum.SurfaceType.Smooth
  3897. o45.Color = Color3.new(1, 0, 0)
  3898. o45.Color = Color3.new(1, 0, 0)
  3899. o46.Parent = o45
  3900. o46.MeshId = "rbxassetid://719097010"
  3901. o46.Scale = Vector3.new(0.0969401747, 0.0969401896, 0.00646267785)
  3902. o46.MeshType = Enum.MeshType.FileMesh
  3903. o46.Scale = Vector3.new(0.0969401747, 0.0969401896, 0.00646267785)
  3904. o47.Parent = o1
  3905. o47.Material = Enum.Material.Glass
  3906. o47.BrickColor = BrickColor.new("Really black")
  3907. o47.Rotation = Vector3.new(0, 0, -90)
  3908. o47.CanCollide = false
  3909. o47.Size = Vector3.new(0.115761742, 0.115761742, 0.137510642)
  3910. o47.CFrame = CFrame.new(-0.297620714, 1.06451666, -0.0623569787, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  3911. o47.BottomSurface = Enum.SurfaceType.Smooth
  3912. o47.TopSurface = Enum.SurfaceType.Smooth
  3913. o47.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3914. o47.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3915. o48.Parent = o47
  3916. o48.Scale = Vector3.new(0.43373695, 0.170008034, 1)
  3917. o48.Scale = Vector3.new(0.43373695, 0.170008034, 1)
  3918. o49.Parent = o1
  3919. o49.Material = Enum.Material.Glass
  3920. o49.BrickColor = BrickColor.new("Really black")
  3921. o49.CanCollide = false
  3922. o49.Size = Vector3.new(0.115761742, 0.26656881, 0.137636766)
  3923. o49.CFrame = CFrame.new(-0.672532558, 0.675168514, -0.0621662438, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3924. o49.BottomSurface = Enum.SurfaceType.Smooth
  3925. o49.TopSurface = Enum.SurfaceType.Smooth
  3926. o49.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3927. o49.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3928. o50.Parent = o49
  3929. o50.Scale = Vector3.new(0.408671647, 1, 1)
  3930. o50.Scale = Vector3.new(0.408671647, 1, 1)
  3931. o51.Parent = o1
  3932. o51.Material = Enum.Material.Glass
  3933. o51.BrickColor = BrickColor.new("Really black")
  3934. o51.Rotation = Vector3.new(0, 0, -40)
  3935. o51.CanCollide = false
  3936. o51.Size = Vector3.new(0.115761742, 0.115761742, 0.137636766)
  3937. o51.CFrame = CFrame.new(-0.616147459, 0.944457471, -0.0621662438, 0.76604414, 0.642788053, 0, -0.642788053, 0.76604414, 0, 0, 0, 1)
  3938. o51.BottomSurface = Enum.SurfaceType.Smooth
  3939. o51.TopSurface = Enum.SurfaceType.Smooth
  3940. o51.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3941. o51.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3942. o52.Parent = o51
  3943. o52.Scale = Vector3.new(0.408671647, 0.329118282, 1)
  3944. o52.Scale = Vector3.new(0.408671647, 0.329118282, 1)
  3945. o53.Parent = o1
  3946. o53.Material = Enum.Material.Glass
  3947. o53.BrickColor = BrickColor.new("Really black")
  3948. o53.Rotation = Vector3.new(0, 0, -25)
  3949. o53.CanCollide = false
  3950. o53.Size = Vector3.new(0.115761742, 0.115761742, 0.137636766)
  3951. o53.CFrame = CFrame.new(-0.65436697, 0.888051391, -0.0621662438, 0.906307399, 0.422619194, 0, -0.422619194, 0.906307399, 0, 0, 0, 1)
  3952. o53.BottomSurface = Enum.SurfaceType.Smooth
  3953. o53.TopSurface = Enum.SurfaceType.Smooth
  3954. o53.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3955. o53.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3956. o54.Parent = o53
  3957. o54.Scale = Vector3.new(0.408671647, 0.329118282, 1)
  3958. o54.Scale = Vector3.new(0.408671647, 0.329118282, 1)
  3959. o55.Parent = o1
  3960. o55.Material = Enum.Material.Neon
  3961. o55.BrickColor = BrickColor.new("Really red")
  3962. o55.Rotation = Vector3.new(90, 66.5999985, -180)
  3963. o55.CanCollide = false
  3964. o55.Size = Vector3.new(0.115761742, 0.115761742, 0.115761742)
  3965. o55.CFrame = CFrame.new(0.120760508, 5.71490097, -0.0582599938, -0.397149056, 0, 0.917754114, -0.917754114, 0, -0.397149086, 0, -1, 0)
  3966. o55.BottomSurface = Enum.SurfaceType.Smooth
  3967. o55.TopSurface = Enum.SurfaceType.Smooth
  3968. o55.Color = Color3.new(1, 0, 0)
  3969. o55.Color = Color3.new(1, 0, 0)
  3970. o56.Parent = o55
  3971. o56.Scale = Vector3.new(0.566658735, 0.178648666, 0.00697842613)
  3972. o56.Scale = Vector3.new(0.566658735, 0.178648666, 0.00697842613)
  3973. o57.Parent = o1
  3974. o57.Material = Enum.Material.Glass
  3975. o57.BrickColor = BrickColor.new("Really black")
  3976. o57.Rotation = Vector3.new(0, 0, -165)
  3977. o57.CanCollide = false
  3978. o57.Size = Vector3.new(0.115761742, 0.310477316, 0.318117321)
  3979. o57.CFrame = CFrame.new(-0.558507442, 0.419135392, -0.0630283654, -0.965926111, 0.25881803, 0, -0.25881803, -0.965926111, 0, 0, 0, 1)
  3980. o57.BottomSurface = Enum.SurfaceType.Smooth
  3981. o57.TopSurface = Enum.SurfaceType.Smooth
  3982. o57.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3983. o57.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3984. o58.Parent = o57
  3985. o58.Scale = Vector3.new(0.557471514, 1, 1)
  3986. o58.Scale = Vector3.new(0.557471514, 1, 1)
  3987. o59.Parent = o1
  3988. o59.Material = Enum.Material.Neon
  3989. o59.BrickColor = BrickColor.new("Really red")
  3990. o59.Rotation = Vector3.new(90, 25.4699993, -180)
  3991. o59.CanCollide = false
  3992. o59.Size = Vector3.new(0.143149585, 0.115761742, 0.115761742)
  3993. o59.CFrame = CFrame.new(0.186030179, 5.74823475, -0.0584278405, -0.902810872, 0, 0.430037946, -0.430037946, 0, -0.902810872, 0, -1, 0)
  3994. o59.BottomSurface = Enum.SurfaceType.Smooth
  3995. o59.TopSurface = Enum.SurfaceType.Smooth
  3996. o59.Color = Color3.new(1, 0, 0)
  3997. o59.Color = Color3.new(1, 0, 0)
  3998. o60.Parent = o59
  3999. o60.Scale = Vector3.new(1, 0.178648666, 0.00697842613)
  4000. o60.Scale = Vector3.new(1, 0.178648666, 0.00697842613)
  4001. o61.Parent = o1
  4002. o61.Material = Enum.Material.Glass
  4003. o61.BrickColor = BrickColor.new("Really black")
  4004. o61.Rotation = Vector3.new(-90, -35, -90)
  4005. o61.CanCollide = false
  4006. o61.Shape = Enum.PartType.Cylinder
  4007. o61.Size = Vector3.new(0.115761742, 0.121498324, 0.121498324)
  4008. o61.CFrame = CFrame.new(-0.316865861, 0.539757013, 0.0726833194, 0, 0.819152594, -0.573575675, 0, 0.573575675, 0.819152594, 1, 0, 0)
  4009. o61.BottomSurface = Enum.SurfaceType.Smooth
  4010. o61.TopSurface = Enum.SurfaceType.Smooth
  4011. o61.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4012. o61.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4013. o62.Parent = o61
  4014. o62.Scale = Vector3.new(0.472299606, 1, 1)
  4015. o62.MeshType = Enum.MeshType.Cylinder
  4016. o62.Scale = Vector3.new(0.472299606, 1, 1)
  4017. o63.Parent = o1
  4018. o63.Material = Enum.Material.Neon
  4019. o63.BrickColor = BrickColor.new("Really red")
  4020. o63.Rotation = Vector3.new(0, 0, -90)
  4021. o63.CanCollide = false
  4022. o63.Shape = Enum.PartType.Cylinder
  4023. o63.Size = Vector3.new(0.115761742, 0.259961188, 0.260450661)
  4024. o63.CFrame = CFrame.new(0.00220686384, 2.10057831, -0.0587635338, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  4025. o63.BottomSurface = Enum.SurfaceType.Smooth
  4026. o63.TopSurface = Enum.SurfaceType.Smooth
  4027. o63.Color = Color3.new(1, 0, 0)
  4028. o63.Color = Color3.new(1, 0, 0)
  4029. o64.Parent = o63
  4030. o64.Scale = Vector3.new(0.122891136, 1, 1)
  4031. o64.MeshType = Enum.MeshType.Cylinder
  4032. o64.Scale = Vector3.new(0.122891136, 1, 1)
  4033. o65.Parent = o1
  4034. o65.Material = Enum.Material.Glass
  4035. o65.BrickColor = BrickColor.new("Really black")
  4036. o65.Rotation = Vector3.new(0, 0, -90)
  4037. o65.Shape = Enum.PartType.Cylinder
  4038. o65.Size = Vector3.new(0.877308071, 0.259961188, 0.260450661)
  4039. o65.CFrame = CFrame.new(0.00220686384, 1.3614099, -0.0587635338, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  4040. o65.BottomSurface = Enum.SurfaceType.Smooth
  4041. o65.TopSurface = Enum.SurfaceType.Smooth
  4042. o65.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4043. o65.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4044. o66.Parent = o1
  4045. o66.Material = Enum.Material.Glass
  4046. o66.BrickColor = BrickColor.new("Really red")
  4047. o66.Rotation = Vector3.new(-180, 0, -89.6699982)
  4048. o66.CanCollide = false
  4049. o66.Size = Vector3.new(0.115761742, 0.115761742, 0.115761742)
  4050. o66.CFrame = CFrame.new(-0.317487657, 0.541980267, -0.229578048, 0.00576800201, 0.99998337, 0, 0.99998337, -0.00576800201, 0, 0, 0, -1)
  4051. o66.BottomSurface = Enum.SurfaceType.Smooth
  4052. o66.TopSurface = Enum.SurfaceType.Smooth
  4053. o66.Color = Color3.new(1, 0, 0)
  4054. o66.Color = Color3.new(1, 0, 0)
  4055. o67.Parent = o66
  4056. o67.MeshId = "rbxassetid://719097010"
  4057. o67.Scale = Vector3.new(0.0969401747, 0.0969401896, 0.00646267785)
  4058. o67.MeshType = Enum.MeshType.FileMesh
  4059. o67.Scale = Vector3.new(0.0969401747, 0.0969401896, 0.00646267785)
  4060. o68.Parent = o1
  4061. o68.Material = Enum.Material.Glass
  4062. o68.BrickColor = BrickColor.new("Really black")
  4063. o68.Rotation = Vector3.new(0, 0, -90)
  4064. o68.Size = Vector3.new(0.721234441, 0.206644043, 0.316186398)
  4065. o68.CFrame = CFrame.new(-0.189577043, 1.06114638, -0.0640125573, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  4066. o68.BottomSurface = Enum.SurfaceType.Smooth
  4067. o68.TopSurface = Enum.SurfaceType.Smooth
  4068. o68.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4069. o68.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4070. o69.Parent = o1
  4071. o69.Material = Enum.Material.Glass
  4072. o69.BrickColor = BrickColor.new("Really black")
  4073. o69.Rotation = Vector3.new(0, 0, -135)
  4074. o69.Size = Vector3.new(0.205351651, 0.308592767, 0.316186398)
  4075. o69.CFrame = CFrame.new(-0.254148394, 0.604281902, -0.0640125573, -0.707106829, 0.707106829, 0, -0.707106829, -0.707106829, 0, 0, 0, 1)
  4076. o69.BottomSurface = Enum.SurfaceType.Smooth
  4077. o69.TopSurface = Enum.SurfaceType.Smooth
  4078. o69.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4079. o69.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4080. o70.Parent = o1
  4081. o70.Material = Enum.Material.Glass
  4082. o70.BrickColor = BrickColor.new("Really black")
  4083. o70.Rotation = Vector3.new(0, 0, -90)
  4084. o70.Size = Vector3.new(0.480661243, 0.237503245, 0.316186398)
  4085. o70.CFrame = CFrame.new(-0.0364893973, 0.737278461, -0.0640125573, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  4086. o70.BottomSurface = Enum.SurfaceType.Smooth
  4087. o70.TopSurface = Enum.SurfaceType.Smooth
  4088. o70.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4089. o70.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4090. o71.Parent = o1
  4091. o71.Material = Enum.Material.Neon
  4092. o71.BrickColor = BrickColor.new("Really red")
  4093. o71.Rotation = Vector3.new(0, 0, -90)
  4094. o71.CanCollide = false
  4095. o71.Shape = Enum.PartType.Cylinder
  4096. o71.Size = Vector3.new(0.115761742, 0.259961188, 0.260450661)
  4097. o71.CFrame = CFrame.new(0.00220686384, 1.97132921, -0.0587635338, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  4098. o71.BottomSurface = Enum.SurfaceType.Smooth
  4099. o71.TopSurface = Enum.SurfaceType.Smooth
  4100. o71.Color = Color3.new(1, 0, 0)
  4101. o71.Color = Color3.new(1, 0, 0)
  4102. o72.Parent = o71
  4103. o72.Scale = Vector3.new(0.122891136, 1, 1)
  4104. o72.MeshType = Enum.MeshType.Cylinder
  4105. o72.Scale = Vector3.new(0.122891136, 1, 1)
  4106. o73.Parent = o1
  4107. o73.Material = Enum.Material.Neon
  4108. o73.BrickColor = BrickColor.new("Really red")
  4109. o73.Rotation = Vector3.new(0, 0, -90)
  4110. o73.CanCollide = false
  4111. o73.Shape = Enum.PartType.Cylinder
  4112. o73.Size = Vector3.new(0.115761742, 0.259961188, 0.260450661)
  4113. o73.CFrame = CFrame.new(0.00220686384, 2.00364208, -0.0587635338, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  4114. o73.BottomSurface = Enum.SurfaceType.Smooth
  4115. o73.TopSurface = Enum.SurfaceType.Smooth
  4116. o73.Color = Color3.new(1, 0, 0)
  4117. o73.Color = Color3.new(1, 0, 0)
  4118. o74.Parent = o73
  4119. o74.Scale = Vector3.new(0.122891136, 1, 1)
  4120. o74.MeshType = Enum.MeshType.Cylinder
  4121. o74.Scale = Vector3.new(0.122891136, 1, 1)
  4122. o75.Parent = o1
  4123. o75.Material = Enum.Material.Neon
  4124. o75.BrickColor = BrickColor.new("Really red")
  4125. o75.Rotation = Vector3.new(0, 0, -90)
  4126. o75.CanCollide = false
  4127. o75.Shape = Enum.PartType.Cylinder
  4128. o75.Size = Vector3.new(0.115761742, 0.259961188, 0.260450661)
  4129. o75.CFrame = CFrame.new(0.00221067853, 1.90672016, -0.0587635338, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  4130. o75.BottomSurface = Enum.SurfaceType.Smooth
  4131. o75.TopSurface = Enum.SurfaceType.Smooth
  4132. o75.Color = Color3.new(1, 0, 0)
  4133. o75.Color = Color3.new(1, 0, 0)
  4134. o76.Parent = o75
  4135. o76.Scale = Vector3.new(0.122891136, 1, 1)
  4136. o76.MeshType = Enum.MeshType.Cylinder
  4137. o76.Scale = Vector3.new(0.122891136, 1, 1)
  4138. o77.Parent = o1
  4139. o77.Material = Enum.Material.Neon
  4140. o77.BrickColor = BrickColor.new("Really red")
  4141. o77.Rotation = Vector3.new(0, -45, -90)
  4142. o77.CanCollide = false
  4143. o77.Size = Vector3.new(0.422820628, 0.115761742, 0.115761742)
  4144. o77.CFrame = CFrame.new(-0.105337061, 1.22375476, 0.0926265568, 0, 0.707108378, -0.707105339, -1, 0, 0, 0, 0.707105339, 0.707108378)
  4145. o77.BottomSurface = Enum.SurfaceType.Smooth
  4146. o77.TopSurface = Enum.SurfaceType.Smooth
  4147. o77.Color = Color3.new(1, 0, 0)
  4148. o77.Color = Color3.new(1, 0, 0)
  4149. o78.Parent = o77
  4150. o78.Scale = Vector3.new(1, 0.47871992, 0.279137015)
  4151. o78.Scale = Vector3.new(1, 0.47871992, 0.279137015)
  4152. o79.Parent = o1
  4153. o79.Material = Enum.Material.Glass
  4154. o79.BrickColor = BrickColor.new("Really black")
  4155. o79.Rotation = Vector3.new(0, 0, -90)
  4156. o79.CanCollide = false
  4157. o79.Shape = Enum.PartType.Cylinder
  4158. o79.Size = Vector3.new(0.115761742, 0.483246595, 0.484156787)
  4159. o79.CFrame = CFrame.new(0.0133610312, 1.73752761, -0.0626392663, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  4160. o79.BottomSurface = Enum.SurfaceType.Smooth
  4161. o79.TopSurface = Enum.SurfaceType.Smooth
  4162. o79.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4163. o79.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4164. o80.Parent = o79
  4165. o80.Scale = Vector3.new(0.413566142, 1, 1)
  4166. o80.MeshType = Enum.MeshType.Cylinder
  4167. o80.Scale = Vector3.new(0.413566142, 1, 1)
  4168. o81.Parent = o1
  4169. o81.Material = Enum.Material.Glass
  4170. o81.BrickColor = BrickColor.new("Really black")
  4171. o81.Rotation = Vector3.new(0, 0, -145)
  4172. o81.CanCollide = false
  4173. o81.Size = Vector3.new(0.115761742, 0.308592767, 0.316186398)
  4174. o81.CFrame = CFrame.new(-0.331056505, 0.530712366, -0.0640125573, -0.819151819, 0.573576808, 0, -0.573576868, -0.819151819, 0, 0, 0, 1)
  4175. o81.BottomSurface = Enum.SurfaceType.Smooth
  4176. o81.TopSurface = Enum.SurfaceType.Smooth
  4177. o81.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4178. o81.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4179. o82.Parent = o81
  4180. o82.Scale = Vector3.new(0.554087639, 1, 1)
  4181. o82.Scale = Vector3.new(0.554087639, 1, 1)
  4182. o83.Parent = o1
  4183. o83.Material = Enum.Material.Glass
  4184. o83.BrickColor = BrickColor.new("Really black")
  4185. o83.Rotation = Vector3.new(0, 0, -150)
  4186. o83.CanCollide = false
  4187. o83.Size = Vector3.new(0.115761742, 0.308592767, 0.316186398)
  4188. o83.CFrame = CFrame.new(-0.425271958, 0.474244356, -0.0640125573, -0.866025567, 0.499999762, 0, -0.499999762, -0.866025567, 0, 0, 0, 1)
  4189. o83.BottomSurface = Enum.SurfaceType.Smooth
  4190. o83.TopSurface = Enum.SurfaceType.Smooth
  4191. o83.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4192. o83.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4193. o84.Parent = o83
  4194. o84.Scale = Vector3.new(0.554087639, 1, 1)
  4195. o84.Scale = Vector3.new(0.554087639, 1, 1)
  4196. o85.Parent = o1
  4197. o85.Material = Enum.Material.Glass
  4198. o85.BrickColor = BrickColor.new("Really black")
  4199. o85.Rotation = Vector3.new(0, 0, -170)
  4200. o85.CanCollide = false
  4201. o85.Size = Vector3.new(0.115761742, 0.308592767, 0.316186398)
  4202. o85.CFrame = CFrame.new(-0.66507864, 0.392986596, -0.0640125573, -0.984808028, 0.173647001, 0, -0.173647001, -0.984808028, 0, 0, 0, 1)
  4203. o85.BottomSurface = Enum.SurfaceType.Smooth
  4204. o85.TopSurface = Enum.SurfaceType.Smooth
  4205. o85.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4206. o85.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4207. o86.Parent = o85
  4208. o86.Scale = Vector3.new(0.554087639, 1, 1)
  4209. o86.Scale = Vector3.new(0.554087639, 1, 1)
  4210. o87.Parent = o1
  4211. o87.Material = Enum.Material.Glass
  4212. o87.BrickColor = BrickColor.new("Really black")
  4213. o87.Rotation = Vector3.new(0, 0, -160)
  4214. o87.CanCollide = false
  4215. o87.Size = Vector3.new(0.115761742, 0.308592767, 0.316186398)
  4216. o87.CFrame = CFrame.new(-0.512761712, 0.433335602, -0.0640125573, -0.939693093, 0.342018992, 0, -0.342019022, -0.939693093, 0, 0, 0, 1)
  4217. o87.BottomSurface = Enum.SurfaceType.Smooth
  4218. o87.TopSurface = Enum.SurfaceType.Smooth
  4219. o87.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4220. o87.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4221. o88.Parent = o87
  4222. o88.Scale = Vector3.new(0.554087639, 1, 1)
  4223. o88.Scale = Vector3.new(0.554087639, 1, 1)
  4224. o89.Parent = o1
  4225. o89.Material = Enum.Material.Glass
  4226. o89.BrickColor = BrickColor.new("Really black")
  4227. o89.Rotation = Vector3.new(0, 0, -80)
  4228. o89.CanCollide = false
  4229. o89.Size = Vector3.new(0.115761742, 0.115761742, 0.137636766)
  4230. o89.CFrame = CFrame.new(-0.360540301, 1.0545522, -0.0621662438, 0.173647001, 0.984808028, 0, -0.984808028, 0.173647001, 0, 0, 0, 1)
  4231. o89.BottomSurface = Enum.SurfaceType.Smooth
  4232. o89.TopSurface = Enum.SurfaceType.Smooth
  4233. o89.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4234. o89.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4235. o90.Parent = o89
  4236. o90.Scale = Vector3.new(0.42610842, 0.98953402, 1)
  4237. o90.Scale = Vector3.new(0.42610842, 0.98953402, 1)
  4238. o91.Parent = o1
  4239. o91.Material = Enum.Material.Neon
  4240. o91.BrickColor = BrickColor.new("Really red")
  4241. o91.Rotation = Vector3.new(0, 0, -90)
  4242. o91.CanCollide = false
  4243. o91.Size = Vector3.new(3.61586833, 0.115761742, 0.172068745)
  4244. o91.CFrame = CFrame.new(0.0100384373, 3.97276568, -0.0588169396, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  4245. o91.BottomSurface = Enum.SurfaceType.Smooth
  4246. o91.TopSurface = Enum.SurfaceType.Smooth
  4247. o91.Color = Color3.new(1, 0, 0)
  4248. o91.Color = Color3.new(1, 0, 0)
  4249. o92.Parent = o91
  4250. o92.Scale = Vector3.new(1, 0.178648666, 1)
  4251. o92.Scale = Vector3.new(1, 0.178648666, 1)
  4252. o93.Parent = o1
  4253. o93.Material = Enum.Material.Neon
  4254. o93.BrickColor = BrickColor.new("Really red")
  4255. o93.Rotation = Vector3.new(-90, 90, 0)
  4256. o93.CanCollide = false
  4257. o93.Size = Vector3.new(3.61586833, 0.115761742, 0.177723557)
  4258. o93.CFrame = CFrame.new(0.00721556135, 3.97276092, -0.058031112, 0, 0, 1, -1, 0, 0, 0, -1, 0)
  4259. o93.BottomSurface = Enum.SurfaceType.Smooth
  4260. o93.TopSurface = Enum.SurfaceType.Smooth
  4261. o93.Color = Color3.new(1, 0, 0)
  4262. o93.Color = Color3.new(1, 0, 0)
  4263. o94.Parent = o93
  4264. o94.Scale = Vector3.new(1, 0.178648666, 1)
  4265. o94.Scale = Vector3.new(1, 0.178648666, 1)
  4266. o95.Parent = o1
  4267. o96.Parent = o95
  4268. o96.Material = Enum.Material.Glass
  4269. o96.BrickColor = BrickColor.new("Really red")
  4270. o96.Rotation = Vector3.new(90, 22.2099991, -90)
  4271. o96.CanCollide = false
  4272. o96.Size = Vector3.new(0.186389208, 0.115761742, 0.217678279)
  4273. o96.CFrame = CFrame.new(-0.434495896, 0.766676426, -0.0613270104, 0, 0.925829351, 0.377942145, 0, 0.377942145, -0.925829351, -1, 0, 0)
  4274. o96.BottomSurface = Enum.SurfaceType.Smooth
  4275. o96.Color = Color3.new(1, 0, 0)
  4276. o96.Color = Color3.new(1, 0, 0)
  4277. o97.Parent = o96
  4278. o97.Scale = Vector3.new(1, 0.949402988, 1)
  4279. o97.MeshType = Enum.MeshType.Wedge
  4280. o97.Scale = Vector3.new(1, 0.949402988, 1)
  4281. o98.Parent = o95
  4282. o98.Material = Enum.Material.Glass
  4283. o98.BrickColor = BrickColor.new("Really red")
  4284. o98.Rotation = Vector3.new(90, 22.2099991, -90)
  4285. o98.CanCollide = false
  4286. o98.Size = Vector3.new(0.186389208, 0.198276907, 0.115761742)
  4287. o98.CFrame = CFrame.new(-0.371480852, 0.729226112, -0.0613270104, 0, 0.925829351, 0.377942145, 0, 0.377942145, -0.925829351, -1, 0, 0)
  4288. o98.BottomSurface = Enum.SurfaceType.Smooth
  4289. o98.Color = Color3.new(1, 0, 0)
  4290. o98.Color = Color3.new(1, 0, 0)
  4291. o99.Parent = o98
  4292. o99.Scale = Vector3.new(1, 1, 0.86996299)
  4293. o99.MeshType = Enum.MeshType.Wedge
  4294. o99.Scale = Vector3.new(1, 1, 0.86996299)
  4295. o100.Parent = o95
  4296. o100.Material = Enum.Material.Glass
  4297. o100.BrickColor = BrickColor.new("Really red")
  4298. o100.Rotation = Vector3.new(90, 22.2099991, -90)
  4299. o100.CanCollide = false
  4300. o100.Size = Vector3.new(0.186389208, 0.115761742, 0.275434375)
  4301. o100.CFrame = CFrame.new(-0.465906352, 0.78502214, -0.0613270104, 0, 0.925829351, 0.377942145, 0, 0.377942145, -0.925829351, -1, 0, 0)
  4302. o100.BottomSurface = Enum.SurfaceType.Smooth
  4303. o100.Color = Color3.new(1, 0, 0)
  4304. o100.Color = Color3.new(1, 0, 0)
  4305. o101.Parent = o100
  4306. o101.Scale = Vector3.new(1, 0.566735625, 1)
  4307. o101.MeshType = Enum.MeshType.Wedge
  4308. o101.Scale = Vector3.new(1, 0.566735625, 1)
  4309. o102.Parent = o1
  4310. o102.Material = Enum.Material.Glass
  4311. o102.BrickColor = BrickColor.new("Really black")
  4312. o102.Rotation = Vector3.new(0, 0, -90)
  4313. o102.CanCollide = false
  4314. o102.Shape = Enum.PartType.Cylinder
  4315. o102.Size = Vector3.new(0.115761742, 0.259961188, 0.260450661)
  4316. o102.CFrame = CFrame.new(0.00220686384, 1.8403697, -0.0587635338, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  4317. o102.BottomSurface = Enum.SurfaceType.Smooth
  4318. o102.TopSurface = Enum.SurfaceType.Smooth
  4319. o102.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4320. o102.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4321. o103.Parent = o102
  4322. o103.Scale = Vector3.new(0.710474074, 1, 1)
  4323. o103.MeshType = Enum.MeshType.Cylinder
  4324. o103.Scale = Vector3.new(0.710474074, 1, 1)
  4325. o104.Parent = o1
  4326. o104.Material = Enum.Material.Glass
  4327. o104.BrickColor = BrickColor.new("Really black")
  4328. o104.Rotation = Vector3.new(0, 0, -90)
  4329. o104.Size = Vector3.new(0.229725763, 0.388568521, 0.271290898)
  4330. o104.CFrame = CFrame.new(0.0257855076, 1.59987617, -0.0640125573, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  4331. o104.BottomSurface = Enum.SurfaceType.Smooth
  4332. o104.TopSurface = Enum.SurfaceType.Smooth
  4333. o104.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4334. o104.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4335. o105.Parent = o1
  4336. o105.Material = Enum.Material.Glass
  4337. o105.BrickColor = BrickColor.new("Really black")
  4338. o105.Rotation = Vector3.new(0, 0, -90)
  4339. o105.CanCollide = false
  4340. o105.Shape = Enum.PartType.Cylinder
  4341. o105.Size = Vector3.new(0.115761742, 0.275471687, 0.275990307)
  4342. o105.CFrame = CFrame.new(0.00544554181, 2.16037178, -0.0587635338, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  4343. o105.BottomSurface = Enum.SurfaceType.Smooth
  4344. o105.TopSurface = Enum.SurfaceType.Smooth
  4345. o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4346. o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4347. o106.Parent = o105
  4348. o106.Scale = Vector3.new(0.230505168, 1, 1)
  4349. o106.MeshType = Enum.MeshType.Cylinder
  4350. o106.Scale = Vector3.new(0.230505168, 1, 1)
  4351. o107.Parent = o1
  4352. o107.Material = Enum.Material.Glass
  4353. o107.BrickColor = BrickColor.new("Really black")
  4354. o107.Rotation = Vector3.new(0, 0, -90)
  4355. o107.CanCollide = false
  4356. o107.Shape = Enum.PartType.Cylinder
  4357. o107.Size = Vector3.new(0.115761742, 0.259961188, 0.260450661)
  4358. o107.CFrame = CFrame.new(0.00220686384, 1.8403697, -0.0587635338, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  4359. o107.BottomSurface = Enum.SurfaceType.Smooth
  4360. o107.TopSurface = Enum.SurfaceType.Smooth
  4361. o107.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4362. o107.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4363. o108.Parent = o107
  4364. o108.Scale = Vector3.new(0.710474074, 1, 1)
  4365. o108.MeshType = Enum.MeshType.Cylinder
  4366. o108.Scale = Vector3.new(0.710474074, 1, 1)
  4367. o109.Parent = o1
  4368. o109.Material = Enum.Material.Glass
  4369. o109.BrickColor = BrickColor.new("Really black")
  4370. o109.Rotation = Vector3.new(0, 0, -150)
  4371. o109.CanCollide = false
  4372. o109.Size = Vector3.new(0.115761742, 0.308592767, 0.316186398)
  4373. o109.CFrame = CFrame.new(-0.371450335, 0.505184412, -0.0640125573, -0.866025567, 0.499999762, 0, -0.499999762, -0.866025567, 0, 0, 0, 1)
  4374. o109.BottomSurface = Enum.SurfaceType.Smooth
  4375. o109.TopSurface = Enum.SurfaceType.Smooth
  4376. o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4377. o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4378. o110.Parent = o109
  4379. o110.Scale = Vector3.new(0.554087639, 1, 1)
  4380. o110.Scale = Vector3.new(0.554087639, 1, 1)
  4381. o111.Parent = o1
  4382. o111.Material = Enum.Material.Glass
  4383. o111.BrickColor = BrickColor.new("Really black")
  4384. o111.Rotation = Vector3.new(0, 0, -180)
  4385. o111.Size = Vector3.new(0.265939236, 0.308592767, 0.316186398)
  4386. o111.CFrame = CFrame.new(-0.867119312, 0.38444078, -0.0640125573, -1, 0, 0, 0, -1, 0, 0, 0, 1)
  4387. o111.BottomSurface = Enum.SurfaceType.Smooth
  4388. o111.TopSurface = Enum.SurfaceType.Smooth
  4389. o111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4390. o111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4391. o112.Parent = o1
  4392. o112.Material = Enum.Material.Glass
  4393. o112.BrickColor = BrickColor.new("Really black")
  4394. o112.Rotation = Vector3.new(-90, 0, 90)
  4395. o112.Size = Vector3.new(0.314409167, 0.177400559, 0.138462797)
  4396. o112.CFrame = CFrame.new(-0.00385850109, 0.432878315, -0.0626392663, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  4397. o112.BottomSurface = Enum.SurfaceType.Smooth
  4398. o112.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4399. o112.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4400. o113.Parent = o1
  4401. o113.Material = Enum.Material.Glass
  4402. o113.BrickColor = BrickColor.new("Really black")
  4403. o113.Rotation = Vector3.new(-90, 0, -90)
  4404. o113.CanCollide = false
  4405. o113.Size = Vector3.new(0.115761742, 0.17061469, 0.115761742)
  4406. o113.CFrame = CFrame.new(0.172712833, 5.74231911, -0.0581836998, 0, 1, 0, 0, 0, 1, 1, 0, 0)
  4407. o113.BottomSurface = Enum.SurfaceType.Smooth
  4408. o113.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4409. o113.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4410. o114.Parent = o113
  4411. o114.Scale = Vector3.new(0.294489682, 1, 0.702029407)
  4412. o114.MeshType = Enum.MeshType.Wedge
  4413. o114.Scale = Vector3.new(0.294489682, 1, 0.702029407)
  4414. o115.Parent = o1
  4415. o115.Material = Enum.Material.Glass
  4416. o115.BrickColor = BrickColor.new("Really red")
  4417. o115.Rotation = Vector3.new(-90, 0.959999979, -90)
  4418. o115.CanCollide = false
  4419. o115.Size = Vector3.new(0.115761742, 0.115761742, 0.182893857)
  4420. o115.CFrame = CFrame.new(0.284392148, 1.44545913, -0.0521259606, 0, 0.999859989, 0.0167369992, 0, -0.0167369992, 0.999859989, 1, 0, 0)
  4421. o115.BottomSurface = Enum.SurfaceType.Smooth
  4422. o115.Color = Color3.new(1, 0, 0)
  4423. o115.Color = Color3.new(1, 0, 0)
  4424. o116.Parent = o115
  4425. o116.Scale = Vector3.new(0.558273792, 0.755065441, 1)
  4426. o116.MeshType = Enum.MeshType.Wedge
  4427. o116.Scale = Vector3.new(0.558273792, 0.755065441, 1)
  4428. o117.Parent = o1
  4429. o117.Material = Enum.Material.Glass
  4430. o117.BrickColor = BrickColor.new("Really black")
  4431. o117.Rotation = Vector3.new(-90, 0, 90)
  4432. o117.Size = Vector3.new(0.314409167, 0.292436332, 0.162051603)
  4433. o117.CFrame = CFrame.new(-0.228429705, 0.620460987, -0.0626392663, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  4434. o117.BottomSurface = Enum.SurfaceType.Smooth
  4435. o117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4436. o117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4437. o118.Parent = o1
  4438. o118.Material = Enum.Material.Neon
  4439. o118.BrickColor = BrickColor.new("Really red")
  4440. o118.Rotation = Vector3.new(180, 0, 90)
  4441. o118.CanCollide = false
  4442. o118.Size = Vector3.new(0.422820628, 0.115761742, 0.115761742)
  4443. o118.CFrame = CFrame.new(0.0082493443, 1.2237581, -0.246027023, 0, -1, -0, -1, 0, -0, 0, 0, -1)
  4444. o118.BottomSurface = Enum.SurfaceType.Smooth
  4445. o118.TopSurface = Enum.SurfaceType.Smooth
  4446. o118.Color = Color3.new(1, 0, 0)
  4447. o118.Color = Color3.new(1, 0, 0)
  4448. o119.Parent = o118
  4449. o119.Scale = Vector3.new(1, 0.47871992, 0.279137015)
  4450. o119.Scale = Vector3.new(1, 0.47871992, 0.279137015)
  4451. o120.Parent = o1
  4452. o120.Material = Enum.Material.Glass
  4453. o120.BrickColor = BrickColor.new("Really black")
  4454. o120.Rotation = Vector3.new(90, 0, -90)
  4455. o120.Size = Vector3.new(0.314409167, 0.1890333, 0.138462797)
  4456. o120.CFrame = CFrame.new(0.176775485, 0.432878315, -0.0626392663, 0, 1, 0, 0, 0, -1, -1, 0, 0)
  4457. o120.BottomSurface = Enum.SurfaceType.Smooth
  4458. o120.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4459. o120.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4460. o121.Parent = o1
  4461. o121.Material = Enum.Material.Glass
  4462. o121.BrickColor = BrickColor.new("Really black")
  4463. o121.Rotation = Vector3.new(90, 0, -90)
  4464. o121.CanCollide = false
  4465. o121.Size = Vector3.new(0.270624489, 0.115761742, 0.18079336)
  4466. o121.CFrame = CFrame.new(0.236155301, 1.58758903, -0.0640125573, 0, 1, 0, 0, 0, -1, -1, 0, 0)
  4467. o121.BottomSurface = Enum.SurfaceType.Smooth
  4468. o121.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4469. o121.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4470. o122.Parent = o121
  4471. o122.Scale = Vector3.new(1, 0.333569109, 1)
  4472. o122.MeshType = Enum.MeshType.Wedge
  4473. o122.Scale = Vector3.new(1, 0.333569109, 1)
  4474. o123.Parent = o1
  4475. o123.Material = Enum.Material.Glass
  4476. o123.BrickColor = BrickColor.new("Really black")
  4477. o123.Rotation = Vector3.new(90, 0, 90)
  4478. o123.CanCollide = false
  4479. o123.Size = Vector3.new(0.270624489, 0.115761742, 0.218761608)
  4480. o123.CFrame = CFrame.new(-0.180688798, 1.60658622, -0.0640125573, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  4481. o123.BottomSurface = Enum.SurfaceType.Smooth
  4482. o123.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4483. o123.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4484. o124.Parent = o123
  4485. o124.Scale = Vector3.new(1, 0.30007273, 1)
  4486. o124.MeshType = Enum.MeshType.Wedge
  4487. o124.Scale = Vector3.new(1, 0.30007273, 1)
  4488. o125.Parent = o1
  4489. o125.Material = Enum.Material.Glass
  4490. o125.BrickColor = BrickColor.new("Really red")
  4491. o125.Rotation = Vector3.new(90, 12.0600004, -90)
  4492. o125.CanCollide = false
  4493. o125.Size = Vector3.new(0.115761742, 0.115761742, 0.185155809)
  4494. o125.CFrame = CFrame.new(0.264475614, 1.60969615, -0.0521259606, 0, 0.977942765, 0.208872959, 0, 0.208872959, -0.977942765, -1, 0, 0)
  4495. o125.BottomSurface = Enum.SurfaceType.Smooth
  4496. o125.Color = Color3.new(1, 0, 0)
  4497. o125.Color = Color3.new(1, 0, 0)
  4498. o126.Parent = o125
  4499. o126.Scale = Vector3.new(0.558273792, 0.558274031, 1)
  4500. o126.MeshType = Enum.MeshType.Wedge
  4501. o126.Scale = Vector3.new(0.558273792, 0.558274031, 1)
  4502. o127.Parent = o1
  4503. o127.Material = Enum.Material.Glass
  4504. o127.BrickColor = BrickColor.new("Really black")
  4505. o127.Rotation = Vector3.new(90, 0, -90)
  4506. o127.CanCollide = false
  4507. o127.Size = Vector3.new(0.314409167, 0.115761742, 0.263192534)
  4508. o127.CFrame = CFrame.new(0.0903421268, 0.745208263, -0.0626392663, 0, 1, 0, 0, 0, -1, -1, 0, 0)
  4509. o127.BottomSurface = Enum.SurfaceType.Smooth
  4510. o127.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4511. o127.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4512. o128.Parent = o127
  4513. o128.Scale = Vector3.new(1, 0.139568523, 1)
  4514. o128.MeshType = Enum.MeshType.Wedge
  4515. o128.Scale = Vector3.new(1, 0.139568523, 1)
  4516. o129.Parent = o1
  4517. o129.Material = Enum.Material.Glass
  4518. o129.BrickColor = BrickColor.new("Really black")
  4519. o129.Rotation = Vector3.new(0, 0, -90)
  4520. o129.CanCollide = false
  4521. o129.Shape = Enum.PartType.Cylinder
  4522. o129.Size = Vector3.new(0.115761742, 0.395515829, 0.396260798)
  4523. o129.CFrame = CFrame.new(0.00907331891, 1.4638803, -0.0587635338, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  4524. o129.BottomSurface = Enum.SurfaceType.Smooth
  4525. o129.TopSurface = Enum.SurfaceType.Smooth
  4526. o129.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4527. o129.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4528. o130.Parent = o129
  4529. o130.Scale = Vector3.new(0.312953711, 1, 1)
  4530. o130.MeshType = Enum.MeshType.Cylinder
  4531. o130.Scale = Vector3.new(0.312953711, 1, 1)
  4532. o131.Parent = o1
  4533. o131.Material = Enum.Material.Glass
  4534. o131.BrickColor = BrickColor.new("Really black")
  4535. o131.Rotation = Vector3.new(-90, 0, -90)
  4536. o131.CanCollide = false
  4537. o131.Size = Vector3.new(0.115761742, 0.115761742, 0.361102253)
  4538. o131.CFrame = CFrame.new(0.0979867652, 5.51886845, -0.0581836998, 0, 1, 0, 0, 0, 1, 1, 0, 0)
  4539. o131.BottomSurface = Enum.SurfaceType.Smooth
  4540. o131.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4541. o131.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4542. o132.Parent = o131
  4543. o132.Scale = Vector3.new(0.294489682, 0.182834551, 1)
  4544. o132.MeshType = Enum.MeshType.Wedge
  4545. o132.Scale = Vector3.new(0.294489682, 0.182834551, 1)
  4546. o133.Parent = o1
  4547. o133.Material = Enum.Material.Glass
  4548. o133.BrickColor = BrickColor.new("Really black")
  4549. o133.Rotation = Vector3.new(-90, -35, -90)
  4550. o133.CanCollide = false
  4551. o133.Shape = Enum.PartType.Cylinder
  4552. o133.Size = Vector3.new(0.115761742, 0.121498324, 0.121498324)
  4553. o133.CFrame = CFrame.new(-0.316865861, 0.539757013, -0.201181442, 0, 0.819152594, -0.573575675, 0, 0.573575675, 0.819152594, 1, 0, 0)
  4554. o133.BottomSurface = Enum.SurfaceType.Smooth
  4555. o133.TopSurface = Enum.SurfaceType.Smooth
  4556. o133.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4557. o133.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4558. o134.Parent = o133
  4559. o134.Scale = Vector3.new(0.472299606, 1, 1)
  4560. o134.MeshType = Enum.MeshType.Cylinder
  4561. o134.Scale = Vector3.new(0.472299606, 1, 1)
  4562. o135.Parent = o1
  4563. o135.Material = Enum.Material.Neon
  4564. o135.BrickColor = BrickColor.new("Really red")
  4565. o135.Rotation = Vector3.new(0, 45, -90)
  4566. o135.CanCollide = false
  4567. o135.Size = Vector3.new(0.422820628, 0.115761742, 0.115761742)
  4568. o135.CFrame = CFrame.new(0.126848757, 1.22375476, 0.0926265568, 0, 0.707108378, 0.707105339, -1, 0, 0, 0, -0.707105339, 0.707108378)
  4569. o135.BottomSurface = Enum.SurfaceType.Smooth
  4570. o135.TopSurface = Enum.SurfaceType.Smooth
  4571. o135.Color = Color3.new(1, 0, 0)
  4572. o135.Color = Color3.new(1, 0, 0)
  4573. o136.Parent = o135
  4574. o136.Scale = Vector3.new(1, 0.47871992, 0.279137015)
  4575. o136.Scale = Vector3.new(1, 0.47871992, 0.279137015)
  4576. o137.Parent = o1
  4577. o137.Material = Enum.Material.Glass
  4578. o137.BrickColor = BrickColor.new("Really black")
  4579. o137.Rotation = Vector3.new(90, 0, -90)
  4580. o137.CanCollide = false
  4581. o137.Size = Vector3.new(0.314409167, 0.115761742, 0.232817873)
  4582. o137.CFrame = CFrame.new(0.126131594, 0.526755571, -0.0626392663, 0, 1, 0, 0, 0, -1, -1, 0, 0)
  4583. o137.BottomSurface = Enum.SurfaceType.Smooth
  4584. o137.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4585. o137.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4586. o138.Parent = o137
  4587. o138.Scale = Vector3.new(1, 0.757857084, 1)
  4588. o138.MeshType = Enum.MeshType.Wedge
  4589. o138.Scale = Vector3.new(1, 0.757857084, 1)
  4590. o139.Parent = o1
  4591. o139.Material = Enum.Material.Glass
  4592. o139.BrickColor = BrickColor.new("Really red")
  4593. o139.Rotation = Vector3.new(-90, 0.959999979, -90)
  4594. o139.CanCollide = false
  4595. o139.Size = Vector3.new(0.115761742, 0.124406524, 0.115761742)
  4596. o139.CFrame = CFrame.new(0.303545743, 1.48415542, -0.0521259606, 0, 0.999859989, 0.0167369992, 0, -0.0167369992, 0.999859989, 1, 0, 0)
  4597. o139.BottomSurface = Enum.SurfaceType.Smooth
  4598. o139.Color = Color3.new(1, 0, 0)
  4599. o139.Color = Color3.new(1, 0, 0)
  4600. o140.Parent = o139
  4601. o140.Scale = Vector3.new(0.558273792, 1, 0.905799806)
  4602. o140.MeshType = Enum.MeshType.Wedge
  4603. o140.Scale = Vector3.new(0.558273792, 1, 0.905799806)
  4604. o141.Parent = o1
  4605. o141.Material = Enum.Material.Glass
  4606. o141.BrickColor = BrickColor.new("Really red")
  4607. o141.Rotation = Vector3.new(-90, 0.959999979, -90)
  4608. o141.CanCollide = false
  4609. o141.Size = Vector3.new(0.115761742, 0.115761742, 0.254629612)
  4610. o141.CFrame = CFrame.new(0.26981619, 1.40982461, -0.0521259606, 0, 0.999859989, 0.0167369992, 0, -0.0167369992, 0.999859989, 1, 0, 0)
  4611. o141.BottomSurface = Enum.SurfaceType.Smooth
  4612. o141.Color = Color3.new(1, 0, 0)
  4613. o141.Color = Color3.new(1, 0, 0)
  4614. o142.Parent = o141
  4615. o142.Scale = Vector3.new(0.558273792, 0.513612032, 1)
  4616. o142.MeshType = Enum.MeshType.Wedge
  4617. o142.Scale = Vector3.new(0.558273792, 0.513612032, 1)
  4618. o143.Parent = o1
  4619. o143.Material = Enum.Material.Glass
  4620. o143.BrickColor = BrickColor.new("Really red")
  4621. o143.Rotation = Vector3.new(90, 12.0600004, -90)
  4622. o143.CanCollide = false
  4623. o143.Size = Vector3.new(0.115761742, 0.117620774, 0.115761742)
  4624. o143.CFrame = CFrame.new(0.301203519, 1.56460166, -0.0521259606, 0, 0.977942765, 0.208872959, 0, 0.208872959, -0.977942765, -1, 0, 0)
  4625. o143.BottomSurface = Enum.SurfaceType.Smooth
  4626. o143.Color = Color3.new(1, 0, 0)
  4627. o143.Color = Color3.new(1, 0, 0)
  4628. o144.Parent = o143
  4629. o144.Scale = Vector3.new(0.558273792, 1, 0.704821289)
  4630. o144.MeshType = Enum.MeshType.Wedge
  4631. o144.Scale = Vector3.new(0.558273792, 1, 0.704821289)
  4632. o145.Parent = o1
  4633. o145.Material = Enum.Material.Glass
  4634. o145.BrickColor = BrickColor.new("Really black")
  4635. o145.Rotation = Vector3.new(90, 0, 90)
  4636. o145.Size = Vector3.new(0.270624489, 0.129415154, 0.191618338)
  4637. o145.CFrame = CFrame.new(-0.228021532, 1.51805949, -0.0640125573, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  4638. o145.BottomSurface = Enum.SurfaceType.Smooth
  4639. o145.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4640. o145.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4641. o146.Parent = o1
  4642. o146.Material = Enum.Material.Glass
  4643. o146.BrickColor = BrickColor.new("Really red")
  4644. o146.Rotation = Vector3.new(90, 12.0600004, -90)
  4645. o146.CanCollide = false
  4646. o146.Size = Vector3.new(0.115761742, 0.115761742, 0.240088567)
  4647. o146.CFrame = CFrame.new(0.247126386, 1.63407445, -0.0521259606, 0, 0.977942765, 0.208872959, 0, 0.208872959, -0.977942765, -1, 0, 0)
  4648. o146.BottomSurface = Enum.SurfaceType.Smooth
  4649. o146.Color = Color3.new(1, 0, 0)
  4650. o146.Color = Color3.new(1, 0, 0)
  4651. o147.Parent = o146
  4652. o147.Scale = Vector3.new(0.558273792, 0.353108346, 1)
  4653. o147.MeshType = Enum.MeshType.Wedge
  4654. o147.Scale = Vector3.new(0.558273792, 0.353108346, 1)
  4655. o148.Parent = o1
  4656. o148.Material = Enum.Material.Glass
  4657. o148.BrickColor = BrickColor.new("Really black")
  4658. o148.Rotation = Vector3.new(90, 0, 90)
  4659. o148.CanCollide = false
  4660. o148.Size = Vector3.new(0.137170285, 0.115761742, 0.344622165)
  4661. o148.CFrame = CFrame.new(-0.329011828, 1.24718177, -0.0619068444, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  4662. o148.BottomSurface = Enum.SurfaceType.Smooth
  4663. o148.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4664. o148.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4665. o149.Parent = o148
  4666. o149.Scale = Vector3.new(1, 0.637828767, 1)
  4667. o149.MeshType = Enum.MeshType.Wedge
  4668. o149.Scale = Vector3.new(1, 0.637828767, 1)
  4669. o150.Parent = o1
  4670. o150.Material = Enum.Material.Glass
  4671. o150.BrickColor = BrickColor.new("Really black")
  4672. o150.Rotation = Vector3.new(90, 0, 90)
  4673. o150.CanCollide = false
  4674. o150.Size = Vector3.new(0.137170285, 0.115761742, 0.344622165)
  4675. o150.CFrame = CFrame.new(-0.729863644, 0.670064449, -0.0619068444, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  4676. o150.BottomSurface = Enum.SurfaceType.Smooth
  4677. o150.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4678. o150.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4679. o151.Parent = o150
  4680. o151.Scale = Vector3.new(1, 0.637828767, 1)
  4681. o151.MeshType = Enum.MeshType.Wedge
  4682. o151.Scale = Vector3.new(1, 0.637828767, 1)
  4683. o152.Parent = o1
  4684. o152.Material = Enum.Material.Neon
  4685. o152.BrickColor = BrickColor.new("Really red")
  4686. o152.Rotation = Vector3.new(-180, 45, 90)
  4687. o152.CanCollide = false
  4688. o152.Size = Vector3.new(0.422820628, 0.115761742, 0.115761742)
  4689. o152.CFrame = CFrame.new(0.126848757, 1.22375476, -0.208047897, 0, -0.707108378, 0.707105339, -1, 0, 0, 0, -0.707105339, -0.707108378)
  4690. o152.BottomSurface = Enum.SurfaceType.Smooth
  4691. o152.TopSurface = Enum.SurfaceType.Smooth
  4692. o152.Color = Color3.new(1, 0, 0)
  4693. o152.Color = Color3.new(1, 0, 0)
  4694. o153.Parent = o152
  4695. o153.Scale = Vector3.new(1, 0.47871992, 0.279137015)
  4696. o153.Scale = Vector3.new(1, 0.47871992, 0.279137015)
  4697. o154.Parent = o1
  4698. o154.Material = Enum.Material.Glass
  4699. o154.BrickColor = BrickColor.new("Really black")
  4700. o154.Rotation = Vector3.new(0, 0, -90)
  4701. o154.Shape = Enum.PartType.Ball
  4702. o154.Size = Vector3.new(0.404240727, 0.404240727, 0.404240727)
  4703. o154.CFrame = CFrame.new(0.0121517796, 0.963550031, -0.0576038659, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  4704. o154.BottomSurface = Enum.SurfaceType.Smooth
  4705. o154.TopSurface = Enum.SurfaceType.Smooth
  4706. o154.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4707. o154.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4708. o155.Parent = o1
  4709. o155.Material = Enum.Material.Neon
  4710. o155.BrickColor = BrickColor.new("Really red")
  4711. o155.Rotation = Vector3.new(-180, -45, 90)
  4712. o155.CanCollide = false
  4713. o155.Size = Vector3.new(0.422820628, 0.115761742, 0.115761742)
  4714. o155.CFrame = CFrame.new(-0.105337061, 1.22375476, -0.208047897, 0, -0.707108378, -0.707105339, -1, 0, 0, 0, 0.707105339, -0.707108378)
  4715. o155.BottomSurface = Enum.SurfaceType.Smooth
  4716. o155.TopSurface = Enum.SurfaceType.Smooth
  4717. o155.Color = Color3.new(1, 0, 0)
  4718. o155.Color = Color3.new(1, 0, 0)
  4719. o156.Parent = o155
  4720. o156.Scale = Vector3.new(1, 0.47871992, 0.279137015)
  4721. o156.Scale = Vector3.new(1, 0.47871992, 0.279137015)
  4722. o157.Parent = o1
  4723. o157.Material = Enum.Material.Glass
  4724. o157.BrickColor = BrickColor.new("Really black")
  4725. o157.Rotation = Vector3.new(0, 0, -90)
  4726. o157.Shape = Enum.PartType.Cylinder
  4727. o157.Size = Vector3.new(0.488508672, 0.405694485, 0.406458735)
  4728. o157.CFrame = CFrame.new(0.0110874791, 1.22092807, -0.0587635338, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  4729. o157.BottomSurface = Enum.SurfaceType.Smooth
  4730. o157.TopSurface = Enum.SurfaceType.Smooth
  4731. o157.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4732. o157.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4733. o158.Parent = o1
  4734. o158.Material = Enum.Material.Glass
  4735. o158.BrickColor = BrickColor.new("Really black")
  4736. o158.Rotation = Vector3.new(0, 0, -90)
  4737. o158.Shape = Enum.PartType.Cylinder
  4738. o158.Size = Vector3.new(0.440135181, 0.158658788, 0.187361673)
  4739. o158.CFrame = CFrame.new(-0.107580103, 1.9540329, -0.0587635338, 0, 1, -0, -1, 0, 0, 0, 0, 1)
  4740. o158.BottomSurface = Enum.SurfaceType.Smooth
  4741. o158.TopSurface = Enum.SurfaceType.Smooth
  4742. o158.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4743. o158.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4744. o159.Parent = o1
  4745. o159.Material = Enum.Material.Glass
  4746. o159.BrickColor = BrickColor.new("Really black")
  4747. o159.Rotation = Vector3.new(-90, 0, -90)
  4748. o159.Size = Vector3.new(0.314409167, 0.172230273, 0.366595745)
  4749. o159.CFrame = CFrame.new(0.168375522, 0.816265464, -0.0626392663, 0, 1, 0, 0, 0, 1, 1, 0, 0)
  4750. o159.BottomSurface = Enum.SurfaceType.Smooth
  4751. o159.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4752. o159.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4753. o160.Parent = o1
  4754. o160.Material = Enum.Material.Glass
  4755. o160.BrickColor = BrickColor.new("Really black")
  4756. o160.Rotation = Vector3.new(-90, 0, -90)
  4757. o160.CanCollide = false
  4758. o160.Size = Vector3.new(0.115761742, 0.115761742, 0.144117773)
  4759. o160.CFrame = CFrame.new(0.118582316, 5.71088791, -0.0581836998, 0, 1, 0, 0, 0, 1, 1, 0, 0)
  4760. o160.BottomSurface = Enum.SurfaceType.Smooth
  4761. o160.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4762. o160.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4763. o161.Parent = o160
  4764. o161.Scale = Vector3.new(0.294489682, 0.538734198, 1)
  4765. o161.MeshType = Enum.MeshType.Wedge
  4766. o161.Scale = Vector3.new(0.294489682, 0.538734198, 1)
  4767.  
  4768. mas.Parent = RightArm
  4769. mas:MakeJoints()
  4770.  
  4771. function weld()
  4772.     local parts,last = {}
  4773.     local function scan(mas)
  4774.         for _,v in pairs(mas:GetChildren()) do
  4775.             if (v:IsA("BasePart")) then
  4776.                 if (last) then
  4777.                     local w = Instance.new("Weld")
  4778.                     w.Name = ("%s_Weld"):format(v.Name)
  4779.                     w.Part0,w.Part1 = last,gunlocater
  4780.                     w.C0 = last.CFrame:inverse()
  4781.                     w.Parent = last
  4782.                 end
  4783.                 last = v
  4784.                 table.insert(parts,v)
  4785.             end
  4786.             scan(v)
  4787.         end
  4788.     end
  4789.     scan(mas)
  4790.     for _,v in pairs(parts) do
  4791.         v.CanCollide = false
  4792.         v.Anchored = false
  4793.         v.Parent = Torso
  4794.     end
  4795. end
  4796.  
  4797. weld()
  4798.  
  4799. mas2 = Instance.new("Model",Torso)
  4800. o1 = Instance.new("Model")
  4801. o2 = Instance.new("WedgePart")
  4802. o3 = Instance.new("Part")
  4803. o4 = Instance.new("SpecialMesh")
  4804. o5 = Instance.new("Part")
  4805. o6 = Instance.new("SpecialMesh")
  4806. o7 = Instance.new("Part")
  4807. o8 = Instance.new("SpecialMesh")
  4808. o9 = Instance.new("Part")
  4809. o10 = Instance.new("Part")
  4810. o11 = Instance.new("BlockMesh")
  4811. o12 = Instance.new("Part")
  4812. o13 = Instance.new("BlockMesh")
  4813. o14 = Instance.new("WedgePart")
  4814. o15 = Instance.new("SpecialMesh")
  4815. o16 = Instance.new("Part")
  4816. o17 = Instance.new("Part")
  4817. o18 = Instance.new("SpecialMesh")
  4818. o19 = Instance.new("Part")
  4819. o20 = Instance.new("BlockMesh")
  4820. o21 = Instance.new("Part")
  4821. o22 = Instance.new("BlockMesh")
  4822. o23 = Instance.new("Part")
  4823. o24 = Instance.new("BlockMesh")
  4824. o25 = Instance.new("Part")
  4825. o26 = Instance.new("SpecialMesh")
  4826. o27 = Instance.new("Part")
  4827. o28 = Instance.new("SpecialMesh")
  4828. o29 = Instance.new("Part")
  4829. o30 = Instance.new("BlockMesh")
  4830. o31 = Instance.new("Part")
  4831. o32 = Instance.new("BlockMesh")
  4832. o33 = Instance.new("Part")
  4833. o34 = Instance.new("Part")
  4834. o35 = Instance.new("Part")
  4835. o36 = Instance.new("BlockMesh")
  4836. o37 = Instance.new("Part")
  4837. o38 = Instance.new("SpecialMesh")
  4838. o39 = Instance.new("Part")
  4839. o40 = Instance.new("SpecialMesh")
  4840. o41 = Instance.new("Part")
  4841. o42 = Instance.new("BlockMesh")
  4842. o43 = Instance.new("Part")
  4843. o44 = Instance.new("SpecialMesh")
  4844. o45 = Instance.new("Part")
  4845. o46 = Instance.new("BlockMesh")
  4846. o47 = Instance.new("Part")
  4847. o48 = Instance.new("BlockMesh")
  4848. o49 = Instance.new("Part")
  4849. o50 = Instance.new("BlockMesh")
  4850. o51 = Instance.new("Part")
  4851. o52 = Instance.new("BlockMesh")
  4852. o53 = Instance.new("Part")
  4853. o54 = Instance.new("SpecialMesh")
  4854. o55 = Instance.new("Part")
  4855. o56 = Instance.new("BlockMesh")
  4856. o57 = Instance.new("Part")
  4857. o58 = Instance.new("BlockMesh")
  4858. o59 = Instance.new("Part")
  4859. o60 = Instance.new("BlockMesh")
  4860. o61 = Instance.new("WedgePart")
  4861. o62 = Instance.new("WedgePart")
  4862. o63 = Instance.new("WedgePart")
  4863. o64 = Instance.new("WedgePart")
  4864. o65 = Instance.new("SpecialMesh")
  4865. o66 = Instance.new("Part")
  4866. o67 = Instance.new("BlockMesh")
  4867. o68 = Instance.new("Part")
  4868. o69 = Instance.new("WedgePart")
  4869. o70 = Instance.new("SpecialMesh")
  4870. o71 = Instance.new("WedgePart")
  4871. o72 = Instance.new("SpecialMesh")
  4872. o73 = Instance.new("Part")
  4873. o74 = Instance.new("BlockMesh")
  4874. o75 = Instance.new("WedgePart")
  4875. o76 = Instance.new("SpecialMesh")
  4876. o77 = Instance.new("WedgePart")
  4877. o78 = Instance.new("SpecialMesh")
  4878. o79 = Instance.new("WedgePart")
  4879. o80 = Instance.new("SpecialMesh")
  4880. o81 = Instance.new("WedgePart")
  4881. o82 = Instance.new("SpecialMesh")
  4882. o83 = Instance.new("WedgePart")
  4883. o84 = Instance.new("SpecialMesh")
  4884. o85 = Instance.new("Part")
  4885. o86 = Instance.new("WedgePart")
  4886. o87 = Instance.new("SpecialMesh")
  4887. o88 = Instance.new("Part")
  4888. o89 = Instance.new("BlockMesh")
  4889. o90 = Instance.new("WedgePart")
  4890. o91 = Instance.new("SpecialMesh")
  4891. o92 = Instance.new("Part")
  4892. o93 = Instance.new("BlockMesh")
  4893. o94 = Instance.new("WedgePart")
  4894. o95 = Instance.new("SpecialMesh")
  4895. o96 = Instance.new("WedgePart")
  4896. o97 = Instance.new("SpecialMesh")
  4897. o98 = Instance.new("WedgePart")
  4898. o99 = Instance.new("SpecialMesh")
  4899. o100 = Instance.new("WedgePart")
  4900. o101 = Instance.new("SpecialMesh")
  4901. o102 = Instance.new("Part")
  4902. o103 = Instance.new("BlockMesh")
  4903. o104 = Instance.new("Part")
  4904. o105 = Instance.new("BlockMesh")
  4905. o106 = Instance.new("WedgePart")
  4906. o107 = Instance.new("SpecialMesh")
  4907. o108 = Instance.new("WedgePart")
  4908. o109 = Instance.new("SpecialMesh")
  4909. o110 = Instance.new("WedgePart")
  4910. o111 = Instance.new("SpecialMesh")
  4911. o112 = Instance.new("WedgePart")
  4912. o113 = Instance.new("SpecialMesh")
  4913. o114 = Instance.new("WedgePart")
  4914. o115 = Instance.new("SpecialMesh")
  4915. o116 = Instance.new("WedgePart")
  4916. o117 = Instance.new("SpecialMesh")
  4917. o118 = Instance.new("WedgePart")
  4918. o119 = Instance.new("SpecialMesh")
  4919. o120 = Instance.new("Part")
  4920. o121 = Instance.new("BlockMesh")
  4921. o122 = Instance.new("WedgePart")
  4922. o123 = Instance.new("SpecialMesh")
  4923. o124 = Instance.new("WedgePart")
  4924. o125 = Instance.new("SpecialMesh")
  4925. o126 = Instance.new("WedgePart")
  4926. o127 = Instance.new("SpecialMesh")
  4927. o128 = Instance.new("WedgePart")
  4928. o129 = Instance.new("SpecialMesh")
  4929. o130 = Instance.new("WedgePart")
  4930. o131 = Instance.new("SpecialMesh")
  4931. o132 = Instance.new("WedgePart")
  4932. o133 = Instance.new("SpecialMesh")
  4933. o134 = Instance.new("WedgePart")
  4934. o135 = Instance.new("SpecialMesh")
  4935. o136 = Instance.new("Part")
  4936. o137 = Instance.new("BlockMesh")
  4937. o138 = Instance.new("Part")
  4938. o139 = Instance.new("BlockMesh")
  4939. o140 = Instance.new("WedgePart")
  4940. o141 = Instance.new("SpecialMesh")
  4941. o142 = Instance.new("WedgePart")
  4942. o143 = Instance.new("SpecialMesh")
  4943. o144 = Instance.new("WedgePart")
  4944. o145 = Instance.new("SpecialMesh")
  4945. o146 = Instance.new("Part")
  4946. o147 = Instance.new("BlockMesh")
  4947. o148 = Instance.new("Part")
  4948. o149 = Instance.new("BlockMesh")
  4949. o150 = Instance.new("WedgePart")
  4950. o151 = Instance.new("SpecialMesh")
  4951. o152 = Instance.new("WedgePart")
  4952. o153 = Instance.new("SpecialMesh")
  4953. o154 = Instance.new("Part")
  4954. o155 = Instance.new("BlockMesh")
  4955. o156 = Instance.new("WedgePart")
  4956. o157 = Instance.new("SpecialMesh")
  4957. o158 = Instance.new("WedgePart")
  4958. o159 = Instance.new("SpecialMesh")
  4959. o160 = Instance.new("WedgePart")
  4960. o161 = Instance.new("SpecialMesh")
  4961. o162 = Instance.new("WedgePart")
  4962. o163 = Instance.new("SpecialMesh")
  4963. o164 = Instance.new("Part")
  4964. o165 = Instance.new("BlockMesh")
  4965. o166 = Instance.new("WedgePart")
  4966. o167 = Instance.new("SpecialMesh")
  4967. o168 = Instance.new("WedgePart")
  4968. o169 = Instance.new("SpecialMesh")
  4969. o170 = Instance.new("WedgePart")
  4970. o171 = Instance.new("SpecialMesh")
  4971. o172 = Instance.new("Part")
  4972. o173 = Instance.new("WedgePart")
  4973. o174 = Instance.new("SpecialMesh")
  4974. o175 = Instance.new("WedgePart")
  4975. o176 = Instance.new("SpecialMesh")
  4976. o177 = Instance.new("WedgePart")
  4977. o178 = Instance.new("SpecialMesh")
  4978. o179 = Instance.new("WedgePart")
  4979. o180 = Instance.new("SpecialMesh")
  4980. o181 = Instance.new("WedgePart")
  4981. o182 = Instance.new("SpecialMesh")
  4982. o183 = Instance.new("WedgePart")
  4983. o184 = Instance.new("SpecialMesh")
  4984. o185 = Instance.new("WedgePart")
  4985. o186 = Instance.new("SpecialMesh")
  4986. o187 = Instance.new("WedgePart")
  4987. o188 = Instance.new("SpecialMesh")
  4988. o189 = Instance.new("WedgePart")
  4989. o190 = Instance.new("SpecialMesh")
  4990. o191 = Instance.new("WedgePart")
  4991. o192 = Instance.new("SpecialMesh")
  4992. o193 = Instance.new("WedgePart")
  4993. o194 = Instance.new("SpecialMesh")
  4994. o195 = Instance.new("WedgePart")
  4995. o196 = Instance.new("SpecialMesh")
  4996. o197 = Instance.new("WedgePart")
  4997. o198 = Instance.new("SpecialMesh")
  4998. o199 = Instance.new("WedgePart")
  4999. o200 = Instance.new("SpecialMesh")
  5000. o201 = Instance.new("WedgePart")
  5001. o202 = Instance.new("SpecialMesh")
  5002. o203 = Instance.new("Part")
  5003. o204 = Instance.new("BlockMesh")
  5004. o205 = Instance.new("WedgePart")
  5005. o206 = Instance.new("SpecialMesh")
  5006. o207 = Instance.new("WedgePart")
  5007. o208 = Instance.new("SpecialMesh")
  5008. o209 = Instance.new("Part")
  5009. o210 = Instance.new("BlockMesh")
  5010. o211 = Instance.new("WedgePart")
  5011. o212 = Instance.new("WedgePart")
  5012. o213 = Instance.new("SpecialMesh")
  5013. o214 = Instance.new("WedgePart")
  5014. o215 = Instance.new("SpecialMesh")
  5015. o216 = Instance.new("WedgePart")
  5016. o1.Parent = mas
  5017. o2.Parent = o1
  5018. o2.Material = Enum.Material.Fabric
  5019. o2.BrickColor = BrickColor.new("Pastel green")
  5020. o2.Rotation = Vector3.new(0, 90, 0)
  5021. o2.Size = Vector3.new(0.0741972998, 0.21512562, 0.0774638206)
  5022. o2.CFrame = CFrame.new(0.428976148, 0.533224285, 0.048352655, 4.26317069e-14, 1.09246677e-13, 1, 1.49008898e-07, 1, -1.09246684e-13, -1, 1.49008898e-07, 4.26316934e-14)
  5023. o2.BottomSurface = Enum.SurfaceType.Smooth
  5024. o2.Color = Color3.new(0.8, 1, 0.8)
  5025. o2.Color = Color3.new(0.8, 1, 0.8)
  5026. o3.Name = "Handle"
  5027. o3.Parent = o1
  5028. o3.BrickColor = BrickColor.new("Institutional white")
  5029. o3.Rotation = Vector3.new(-0.0599999987, 71.6900024, -14.5799999)
  5030. o3.CanCollide = false
  5031. o3.FormFactor = Enum.FormFactor.Plate
  5032. o3.Size = Vector3.new(0.228869915, 0.0523170717, 0.0572174899)
  5033. o3.CFrame = CFrame.new(-0.629619062, 1.07464135, 0.688836813, 0.304093033, 0.0791089162, 0.949352026, -0.252671033, 0.967552185, 0.000309156225, -0.918523133, -0.239967778, 0.314214408)
  5034. o3.BottomSurface = Enum.SurfaceType.Smooth
  5035. o3.TopSurface = Enum.SurfaceType.Smooth
  5036. o3.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5037. o3.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5038. o4.Parent = o3
  5039. o4.MeshId = "rbxassetid://13520257"
  5040. o4.Scale = Vector3.new(0.0629392117, 0.062939249, 0.0629392192)
  5041. o4.TextureId = "rbxassetid://13520257"
  5042. o4.MeshType = Enum.MeshType.FileMesh
  5043. o4.Scale = Vector3.new(0.0629392117, 0.062939249, 0.0629392192)
  5044. o5.Name = "Handle"
  5045. o5.Parent = o1
  5046. o5.BrickColor = BrickColor.new("Institutional white")
  5047. o5.Rotation = Vector3.new(-0.0599999987, 71.6900024, -14.5799999)
  5048. o5.CanCollide = false
  5049. o5.FormFactor = Enum.FormFactor.Plate
  5050. o5.Size = Vector3.new(0.228869915, 0.0523170717, 0.0572174899)
  5051. o5.CFrame = CFrame.new(-0.580042779, 1.10645235, 0.696038902, 0.304093033, 0.0791089162, 0.949352026, -0.252671033, 0.967552185, 0.000309156225, -0.918523133, -0.239967778, 0.314214408)
  5052. o5.BottomSurface = Enum.SurfaceType.Smooth
  5053. o5.TopSurface = Enum.SurfaceType.Smooth
  5054. o5.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5055. o5.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5056. o6.Parent = o5
  5057. o6.MeshId = "rbxassetid://193760002"
  5058. o6.Scale = Vector3.new(0.0629392117, 0.062939249, 0.0629392192)
  5059. o6.TextureId = "rbxassetid://379225327"
  5060. o6.VertexColor = Vector3.new(1, 0, 0)
  5061. o6.MeshType = Enum.MeshType.FileMesh
  5062. o6.Scale = Vector3.new(0.0629392117, 0.062939249, 0.0629392192)
  5063. o7.Name = "Head"
  5064. o7.Parent = o1
  5065. o7.BrickColor = BrickColor.new("Black")
  5066. o7.Rotation = Vector3.new(-0.0599999987, 71.6900024, -14.5799999)
  5067. o7.FormFactor = Enum.FormFactor.Symmetric
  5068. o7.Size = Vector3.new(0.114434958, 0.0572175235, 0.0572174899)
  5069. o7.CFrame = CFrame.new(-0.59868902, 1.07155418, 0.699426353, 0.304093033, 0.0791089162, 0.949352026, -0.252671033, 0.967552185, 0.000309156225, -0.918523133, -0.239967778, 0.314214408)
  5070. o7.TopSurface = Enum.SurfaceType.Smooth
  5071. o7.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5072. o7.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5073. o8.Parent = o7
  5074. o8.Scale = Vector3.new(1.25, 1.25, 1.25)
  5075. o8.Scale = Vector3.new(1.25, 1.25, 1.25)
  5076. o9.Parent = o1
  5077. o9.Material = Enum.Material.Fabric
  5078. o9.BrickColor = BrickColor.new("Pastel green")
  5079. o9.Rotation = Vector3.new(180, -89.9700012, 180)
  5080. o9.Size = Vector3.new(0.0828292072, 0.215358868, 0.0545979626)
  5081. o9.CFrame = CFrame.new(-0.528712332, 0.876034439, 0.0525030456, -6.75010178e-14, -2.54110401e-20, -0.999999881, 1.49007462e-07, 1, -3.54692009e-20, 0.999999881, -1.49007434e-07, -6.75010178e-14)
  5082. o9.BottomSurface = Enum.SurfaceType.Smooth
  5083. o9.TopSurface = Enum.SurfaceType.Smooth
  5084. o9.Color = Color3.new(0.8, 1, 0.8)
  5085. o9.Color = Color3.new(0.8, 1, 0.8)
  5086. o10.Name = "LightPart"
  5087. o10.Parent = o1
  5088. o10.Material = Enum.Material.Neon
  5089. o10.BrickColor = BrickColor.new("Institutional white")
  5090. o10.Rotation = Vector3.new(-0.0599999987, 71.6900024, -14.5799999)
  5091. o10.CanCollide = false
  5092. o10.Size = Vector3.new(0.0523170792, 0.0523170717, 0.0523170605)
  5093. o10.CFrame = CFrame.new(-0.630282819, 1.06047177, 0.692010581, 0.304093033, 0.0791089162, 0.949352026, -0.252671033, 0.967552185, 0.000309156225, -0.918523133, -0.239967778, 0.314214408)
  5094. o10.BottomSurface = Enum.SurfaceType.Smooth
  5095. o10.TopSurface = Enum.SurfaceType.Smooth
  5096. o10.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5097. o10.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5098. o11.Parent = o10
  5099. o11.Scale = Vector3.new(0.533709645, 0.328100532, 0.109366827)
  5100. o11.Scale = Vector3.new(0.533709645, 0.328100532, 0.109366827)
  5101. o12.Parent = o1
  5102. o12.Material = Enum.Material.Metal
  5103. o12.Rotation = Vector3.new(-180, 0, -158.990005)
  5104. o12.CanCollide = false
  5105. o12.Size = Vector3.new(0.979497373, 0.27719003, 0.0523170605)
  5106. o12.CFrame = CFrame.new(-0.0179014523, 0.706741035, 1.05842018, -0.933527768, 0.358521968, 0, 0.35852018, 0.93352735, 0, 0, 9.78870676e-25, -1)
  5107. o12.BottomSurface = Enum.SurfaceType.Smooth
  5108. o12.TopSurface = Enum.SurfaceType.Smooth
  5109. o13.Parent = o12
  5110. o13.Scale = Vector3.new(1, 1, 0.615455508)
  5111. o13.Scale = Vector3.new(1, 1, 0.615455508)
  5112. o14.Parent = o1
  5113. o14.Material = Enum.Material.Fabric
  5114. o14.BrickColor = BrickColor.new("Pastel green")
  5115. o14.Rotation = Vector3.new(-180, -90, 0)
  5116. o14.CanCollide = false
  5117. o14.Size = Vector3.new(0.0523170792, 0.216525689, 0.0837635845)
  5118. o14.CFrame = CFrame.new(-0.459872216, 0.87575084, 0.0161718689, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  5119. o14.BottomSurface = Enum.SurfaceType.Smooth
  5120. o14.Color = Color3.new(0.8, 1, 0.8)
  5121. o14.Color = Color3.new(0.8, 1, 0.8)
  5122. o15.Parent = o14
  5123. o15.Scale = Vector3.new(0.191772133, 1, 1)
  5124. o15.MeshType = Enum.MeshType.Wedge
  5125. o15.Scale = Vector3.new(0.191772133, 1, 1)
  5126. o16.Parent = o1
  5127. o16.Material = Enum.Material.Metal
  5128. o16.Rotation = Vector3.new(0, 90, 0)
  5129. o16.Size = Vector3.new(1.05929422, 0.262023836, 0.10546279)
  5130. o16.CFrame = CFrame.new(-0.499537498, 1.16092801, 0.545312524, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5131. o16.BottomSurface = Enum.SurfaceType.Smooth
  5132. o16.TopSurface = Enum.SurfaceType.Smooth
  5133. o17.Name = "Ring Mesh"
  5134. o17.Parent = o1
  5135. o17.Material = Enum.Material.SmoothPlastic
  5136. o17.BrickColor = BrickColor.new("Fossil")
  5137. o17.Rotation = Vector3.new(-46.9000015, -51.7400017, 36.3100014)
  5138. o17.Anchored = true
  5139. o17.CanCollide = false
  5140. o17.FormFactor = Enum.FormFactor.Custom
  5141. o17.Size = Vector3.new(0.0523170792, 0.0523170717, 0.0523170605)
  5142. o17.CFrame = CFrame.new(-0.579371393, 1.26682591, 0.649133444, 0.498982936, -0.366609007, -0.785247743, 0.866611898, 0.2110883, 0.452134579, 0, -0.906112313, 0.423037201)
  5143. o17.BottomSurface = Enum.SurfaceType.Smooth
  5144. o17.TopSurface = Enum.SurfaceType.Smooth
  5145. o17.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5146. o17.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5147. o18.Parent = o17
  5148. o18.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5149. o18.Scale = Vector3.new(0.0466649644, 0.0466649719, 0.046664957)
  5150. o18.MeshType = Enum.MeshType.FileMesh
  5151. o18.Scale = Vector3.new(0.0466649644, 0.0466649719, 0.046664957)
  5152. o19.Parent = o1
  5153. o19.Material = Enum.Material.Fabric
  5154. o19.BrickColor = BrickColor.new("Pastel green")
  5155. o19.Rotation = Vector3.new(180, 0, -158.990005)
  5156. o19.CanCollide = false
  5157. o19.Size = Vector3.new(0.0523170792, 0.230525032, 0.0523170605)
  5158. o19.CFrame = CFrame.new(-0.438609123, 0.868311226, 1.06087685, -0.933535278, 0.358485639, -2.77088329e-13, 0.358485639, 0.933535278, -3.69489324e-13, 1.26215092e-13, -4.44263495e-13, -1)
  5159. o19.BottomSurface = Enum.SurfaceType.Smooth
  5160. o19.TopSurface = Enum.SurfaceType.Smooth
  5161. o19.Color = Color3.new(0.8, 1, 0.8)
  5162. o19.Color = Color3.new(0.8, 1, 0.8)
  5163. o20.Parent = o19
  5164. o20.Scale = Vector3.new(0.856280148, 1, 0.70911181)
  5165. o20.Scale = Vector3.new(0.856280148, 1, 0.70911181)
  5166. o21.Parent = o1
  5167. o21.Material = Enum.Material.Metal
  5168. o21.Rotation = Vector3.new(0, 0, 21.0100002)
  5169. o21.CanCollide = false
  5170. o21.Size = Vector3.new(0.979497373, 0.278123289, 0.0523170605)
  5171. o21.CFrame = CFrame.new(-0.0202818252, 1.33504736, 1.05890846, 0.933521748, -0.358520925, 0, 0.358520925, 0.933521748, 0, 0, 0, 1)
  5172. o21.BottomSurface = Enum.SurfaceType.Smooth
  5173. o21.TopSurface = Enum.SurfaceType.Smooth
  5174. o22.Parent = o21
  5175. o22.Scale = Vector3.new(1, 1, 0.615455508)
  5176. o22.Scale = Vector3.new(1, 1, 0.615455508)
  5177. o23.Parent = o1
  5178. o23.Material = Enum.Material.Metal
  5179. o23.Rotation = Vector3.new(0, 90, 0)
  5180. o23.CanCollide = false
  5181. o23.Size = Vector3.new(1.05952799, 0.260623872, 0.0523170605)
  5182. o23.CFrame = CFrame.new(0.498411268, 1.50975025, 0.545205712, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5183. o23.BottomSurface = Enum.SurfaceType.Smooth
  5184. o23.TopSurface = Enum.SurfaceType.Smooth
  5185. o24.Parent = o23
  5186. o24.Scale = Vector3.new(1, 1, 0.624375165)
  5187. o24.Scale = Vector3.new(1, 1, 0.624375165)
  5188. o25.Parent = o1
  5189. o25.Material = Enum.Material.Metal
  5190. o25.BrickColor = BrickColor.new("Pastel green")
  5191. o25.Rotation = Vector3.new(180, 90, 0)
  5192. o25.CanCollide = false
  5193. o25.Size = Vector3.new(0.141007558, 0.276022375, 0.0523170605)
  5194. o25.CFrame = CFrame.new(-0.56239599, 1.24261689, 0.534265161, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  5195. o25.BottomSurface = Enum.SurfaceType.Smooth
  5196. o25.TopSurface = Enum.SurfaceType.Smooth
  5197. o25.Color = Color3.new(0.8, 1, 0.8)
  5198. o25.Color = Color3.new(0.8, 1, 0.8)
  5199. o26.Parent = o25
  5200. o26.MeshId = "rbxassetid://62275962"
  5201. o26.Scale = Vector3.new(0.458274364, 0.458274543, 0.458274335)
  5202. o26.TextureId = "rbxassetid://62276016"
  5203. o26.MeshType = Enum.MeshType.FileMesh
  5204. o26.Scale = Vector3.new(0.458274364, 0.458274543, 0.458274335)
  5205. o27.Name = "Ring Mesh"
  5206. o27.Parent = o1
  5207. o27.Material = Enum.Material.SmoothPlastic
  5208. o27.BrickColor = BrickColor.new("Fossil")
  5209. o27.Rotation = Vector3.new(179.669998, 62.3899994, -114.660004)
  5210. o27.Anchored = true
  5211. o27.CanCollide = false
  5212. o27.FormFactor = Enum.FormFactor.Custom
  5213. o27.Size = Vector3.new(0.0523170792, 0.0523170717, 0.0523170605)
  5214. o27.CFrame = CFrame.new(-0.597102106, 1.19006157, 0.655893087, -0.193353027, 0.421200126, 0.886117995, 0.906705141, 0.421757013, -0.0026294291, -0.374834031, 0.802939236, -0.46345228)
  5215. o27.BottomSurface = Enum.SurfaceType.Smooth
  5216. o27.TopSurface = Enum.SurfaceType.Smooth
  5217. o27.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5218. o27.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5219. o28.Parent = o27
  5220. o28.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5221. o28.Scale = Vector3.new(0.0466649644, 0.0466649719, 0.046664957)
  5222. o28.MeshType = Enum.MeshType.FileMesh
  5223. o28.Scale = Vector3.new(0.0466649644, 0.0466649719, 0.046664957)
  5224. o29.Parent = o1
  5225. o29.Material = Enum.Material.Fabric
  5226. o29.BrickColor = BrickColor.new("Pastel green")
  5227. o29.Rotation = Vector3.new(0, 0, 21.0100002)
  5228. o29.CanCollide = false
  5229. o29.Size = Vector3.new(0.202992216, 0.230525032, 0.0523170605)
  5230. o29.CFrame = CFrame.new(0.326749921, 1.46782291, 0.0295996033, 0.933535099, -0.358486027, 0, 0.358486027, 0.933535099, 0, 0, 0, 1)
  5231. o29.BottomSurface = Enum.SurfaceType.Smooth
  5232. o29.TopSurface = Enum.SurfaceType.Smooth
  5233. o29.Color = Color3.new(0.8, 1, 0.8)
  5234. o29.Color = Color3.new(0.8, 1, 0.8)
  5235. o30.Parent = o29
  5236. o30.Scale = Vector3.new(1, 1, 0.70911181)
  5237. o30.Scale = Vector3.new(1, 1, 0.70911181)
  5238. o31.Parent = o1
  5239. o31.Material = Enum.Material.Metal
  5240. o31.Rotation = Vector3.new(0, 0, 21.0100002)
  5241. o31.CanCollide = false
  5242. o31.Size = Vector3.new(0.979497373, 0.27719003, 0.0523170605)
  5243. o31.CFrame = CFrame.new(-0.0201139785, 1.33461368, 0.0320562534, 0.933522105, -0.358520031, 0, 0.358520031, 0.933522105, 0, 0, 0, 1)
  5244. o31.BottomSurface = Enum.SurfaceType.Smooth
  5245. o31.TopSurface = Enum.SurfaceType.Smooth
  5246. o32.Parent = o31
  5247. o32.Scale = Vector3.new(1, 1, 0.615455508)
  5248. o32.Scale = Vector3.new(1, 1, 0.615455508)
  5249. o33.Parent = o1
  5250. o33.Material = Enum.Material.Metal
  5251. o33.Rotation = Vector3.new(0, -90, 0)
  5252. o33.Size = Vector3.new(1.05929422, 0.262023836, 0.10546279)
  5253. o33.CFrame = CFrame.new(0.461538434, 0.533050478, 0.545159936, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  5254. o33.BottomSurface = Enum.SurfaceType.Smooth
  5255. o33.TopSurface = Enum.SurfaceType.Smooth
  5256. o34.Parent = o1
  5257. o34.Material = Enum.Material.Fabric
  5258. o34.BrickColor = BrickColor.new("Pastel green")
  5259. o34.Rotation = Vector3.new(0, 90, 0)
  5260. o34.Size = Vector3.new(0.208591282, 0.215358868, 0.0545979626)
  5261. o34.CFrame = CFrame.new(0.490690321, 1.50391507, 0.975107074, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5262. o34.BottomSurface = Enum.SurfaceType.Smooth
  5263. o34.TopSurface = Enum.SurfaceType.Smooth
  5264. o34.Color = Color3.new(0.8, 1, 0.8)
  5265. o34.Color = Color3.new(0.8, 1, 0.8)
  5266. o35.Parent = o1
  5267. o35.Material = Enum.Material.Metal
  5268. o35.Rotation = Vector3.new(-180, 0, -158.990005)
  5269. o35.CanCollide = false
  5270. o35.Size = Vector3.new(0.979497373, 0.278123289, 0.0523170605)
  5271. o35.CFrame = CFrame.new(-0.0177107174, 0.707170069, 0.0315679722, -0.933522582, 0.358521283, 0, 0.358521283, 0.933522582, 0, 0, 0, -1)
  5272. o35.BottomSurface = Enum.SurfaceType.Smooth
  5273. o35.TopSurface = Enum.SurfaceType.Smooth
  5274. o36.Parent = o35
  5275. o36.Scale = Vector3.new(1, 1, 0.615455508)
  5276. o36.Scale = Vector3.new(1, 1, 0.615455508)
  5277. o37.Name = ""
  5278. o37.Parent = o1
  5279. o37.Material = Enum.Material.Concrete
  5280. o37.Reflectance = 0.10000000149012
  5281. o37.Transparency = 0.10000000149012
  5282. o37.Rotation = Vector3.new(-180, 89.9599991, 0)
  5283. o37.CanCollide = false
  5284. o37.FormFactor = Enum.FormFactor.Custom
  5285. o37.Size = Vector3.new(0.227258474, 0.227258578, 0.0523170605)
  5286. o37.CFrame = CFrame.new(-0.584406793, 0.969297707, 0.530007958, 0.000646999804, 0, 0.999999762, 0, -1, 0, 0.999999762, 0, -0.000646999804)
  5287. o37.BottomSurface = Enum.SurfaceType.Smooth
  5288. o37.TopSurface = Enum.SurfaceType.Smooth
  5289. o38.Parent = o37
  5290. o38.MeshId = "http://www.roblox.com/asset/?id=47260990"
  5291. o38.Scale = Vector3.new(0.186659858, 0.186659887, 0.186659828)
  5292. o38.MeshType = Enum.MeshType.FileMesh
  5293. o38.Scale = Vector3.new(0.186659858, 0.186659887, 0.186659828)
  5294. o39.Name = "Ring Mesh"
  5295. o39.Parent = o1
  5296. o39.Material = Enum.Material.SmoothPlastic
  5297. o39.BrickColor = BrickColor.new("Fossil")
  5298. o39.Rotation = Vector3.new(0.159999996, 20.3799992, 65)
  5299. o39.Anchored = true
  5300. o39.CanCollide = false
  5301. o39.FormFactor = Enum.FormFactor.Custom
  5302. o39.Size = Vector3.new(0.0523170792, 0.0523170717, 0.0523170605)
  5303. o39.CFrame = CFrame.new(-0.597102106, 1.22949398, 0.655893087, 0.39619109, -0.849572957, 0.348221958, 0.90670526, 0.421756893, -0.00262835436, -0.144632027, 0.316775978, 0.937408447)
  5304. o39.BottomSurface = Enum.SurfaceType.Smooth
  5305. o39.TopSurface = Enum.SurfaceType.Smooth
  5306. o39.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5307. o39.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5308. o40.Parent = o39
  5309. o40.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5310. o40.Scale = Vector3.new(0.0466649644, 0.0466649719, 0.046664957)
  5311. o40.MeshType = Enum.MeshType.FileMesh
  5312. o40.Scale = Vector3.new(0.0466649644, 0.0466649719, 0.046664957)
  5313. o41.Parent = o1
  5314. o41.Material = Enum.Material.Concrete
  5315. o41.BrickColor = BrickColor.new("Institutional white")
  5316. o41.Rotation = Vector3.new(-180, 0, -180)
  5317. o41.CanCollide = false
  5318. o41.Size = Vector3.new(0.0523170792, 0.651102245, 0.0578130931)
  5319. o41.CFrame = CFrame.new(-0.566157281, 0.967299521, 0.582284629, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  5320. o41.BottomSurface = Enum.SurfaceType.Smooth
  5321. o41.TopSurface = Enum.SurfaceType.Smooth
  5322. o41.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5323. o41.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5324. o42.Parent = o41
  5325. o42.Scale = Vector3.new(0.559265316, 1, 1)
  5326. o42.Scale = Vector3.new(0.559265316, 1, 1)
  5327. o43.Name = "Ring Mesh"
  5328. o43.Parent = o1
  5329. o43.Material = Enum.Material.SmoothPlastic
  5330. o43.BrickColor = BrickColor.new("Fossil")
  5331. o43.Rotation = Vector3.new(151.479996, -31.5, -160.899994)
  5332. o43.Anchored = true
  5333. o43.CanCollide = false
  5334. o43.FormFactor = Enum.FormFactor.Custom
  5335. o43.Size = Vector3.new(0.0523170792, 0.0523170717, 0.0523170605)
  5336. o43.CFrame = CFrame.new(-0.597102106, 1.15389657, 0.67199111, -0.805673182, 0.278967798, -0.522558928, 0.523284137, 0.74859941, -0.407151908, 0.277605057, -0.6014781, -0.749105811)
  5337. o43.BottomSurface = Enum.SurfaceType.Smooth
  5338. o43.TopSurface = Enum.SurfaceType.Smooth
  5339. o43.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5340. o43.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5341. o44.Parent = o43
  5342. o44.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5343. o44.Scale = Vector3.new(0.0466649644, 0.0466649719, 0.046664957)
  5344. o44.MeshType = Enum.MeshType.FileMesh
  5345. o44.Scale = Vector3.new(0.0466649644, 0.0466649719, 0.046664957)
  5346. o45.Parent = o1
  5347. o45.Material = Enum.Material.Fabric
  5348. o45.BrickColor = BrickColor.new("Pastel green")
  5349. o45.Rotation = Vector3.new(0, 0, 21.0100002)
  5350. o45.CanCollide = false
  5351. o45.Size = Vector3.new(0.0846962407, 0.230991706, 0.0523170605)
  5352. o45.CFrame = CFrame.new(-0.4308424, 1.17637885, 1.06128883, 0.933522403, -0.358519197, 0, 0.358519167, 0.933522403, 0, 0, 0, 1)
  5353. o45.BottomSurface = Enum.SurfaceType.Smooth
  5354. o45.TopSurface = Enum.SurfaceType.Smooth
  5355. o45.Color = Color3.new(0.8, 1, 0.8)
  5356. o45.Color = Color3.new(0.8, 1, 0.8)
  5357. o46.Parent = o45
  5358. o46.Scale = Vector3.new(1, 1, 0.704652131)
  5359. o46.Scale = Vector3.new(1, 1, 0.704652131)
  5360. o47.Parent = o1
  5361. o47.Material = Enum.Material.Fabric
  5362. o47.BrickColor = BrickColor.new("Pastel green")
  5363. o47.Rotation = Vector3.new(0, -90, 0)
  5364. o47.CanCollide = false
  5365. o47.Size = Vector3.new(0.167759567, 0.215358868, 0.0523170605)
  5366. o47.CFrame = CFrame.new(0.493139267, 0.533050537, 0.995813251, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  5367. o47.BottomSurface = Enum.SurfaceType.Smooth
  5368. o47.TopSurface = Enum.SurfaceType.Smooth
  5369. o47.Color = Color3.new(0.8, 1, 0.8)
  5370. o47.Color = Color3.new(0.8, 1, 0.8)
  5371. o48.Parent = o47
  5372. o48.Scale = Vector3.new(1, 1, 0.985620081)
  5373. o48.Scale = Vector3.new(1, 1, 0.985620081)
  5374. o49.Parent = o1
  5375. o49.Material = Enum.Material.Fabric
  5376. o49.BrickColor = BrickColor.new("Pastel green")
  5377. o49.Rotation = Vector3.new(-180, 0, -158.990005)
  5378. o49.CanCollide = false
  5379. o49.Size = Vector3.new(0.161693305, 0.230991706, 0.0523170605)
  5380. o49.CFrame = CFrame.new(0.356893659, 0.562306464, 0.029187616, -0.93352288, 0.358518004, 0, 0.358517975, 0.93352288, 0, 0, 0, -1)
  5381. o49.BottomSurface = Enum.SurfaceType.Smooth
  5382. o49.TopSurface = Enum.SurfaceType.Smooth
  5383. o49.Color = Color3.new(0.8, 1, 0.8)
  5384. o49.Color = Color3.new(0.8, 1, 0.8)
  5385. o50.Parent = o49
  5386. o50.Scale = Vector3.new(1, 1, 0.704652131)
  5387. o50.Scale = Vector3.new(1, 1, 0.704652131)
  5388. o51.Parent = o1
  5389. o51.Material = Enum.Material.Metal
  5390. o51.Rotation = Vector3.new(0, -90, 0)
  5391. o51.CanCollide = false
  5392. o51.Size = Vector3.new(1.05952799, 0.260623872, 0.0523170605)
  5393. o51.CFrame = CFrame.new(-0.536402702, 0.881871521, 0.545282006, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  5394. o51.BottomSurface = Enum.SurfaceType.Smooth
  5395. o51.TopSurface = Enum.SurfaceType.Smooth
  5396. o52.Parent = o51
  5397. o52.Scale = Vector3.new(1, 1, 0.624375165)
  5398. o52.Scale = Vector3.new(1, 1, 0.624375165)
  5399. o53.Parent = o1
  5400. o53.Material = Enum.Material.Concrete
  5401. o53.BrickColor = BrickColor.new("Institutional white")
  5402. o53.Rotation = Vector3.new(-180, 0, -180)
  5403. o53.CanCollide = false
  5404. o53.Shape = Enum.PartType.Cylinder
  5405. o53.Size = Vector3.new(0.0523170792, 0.184944183, 0.184944093)
  5406. o53.CFrame = CFrame.new(-0.578860223, 0.968756378, 0.53402102, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  5407. o53.BottomSurface = Enum.SurfaceType.Smooth
  5408. o53.TopSurface = Enum.SurfaceType.Smooth
  5409. o53.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5410. o53.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5411. o54.Parent = o53
  5412. o54.Scale = Vector3.new(0.139035419, 1, 1)
  5413. o54.MeshType = Enum.MeshType.Cylinder
  5414. o54.Scale = Vector3.new(0.139035419, 1, 1)
  5415. o55.Parent = o1
  5416. o55.Material = Enum.Material.Concrete
  5417. o55.BrickColor = BrickColor.new("Institutional white")
  5418. o55.Rotation = Vector3.new(-180, 0, -180)
  5419. o55.CanCollide = false
  5420. o55.Size = Vector3.new(0.0523170792, 0.651102245, 0.0578130931)
  5421. o55.CFrame = CFrame.new(-0.565455377, 0.967299521, 0.486733884, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  5422. o55.BottomSurface = Enum.SurfaceType.Smooth
  5423. o55.TopSurface = Enum.SurfaceType.Smooth
  5424. o55.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5425. o55.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5426. o56.Parent = o55
  5427. o56.Scale = Vector3.new(0.559265316, 1, 1)
  5428. o56.Scale = Vector3.new(0.559265316, 1, 1)
  5429. o57.Parent = o1
  5430. o57.Material = Enum.Material.Concrete
  5431. o57.BrickColor = BrickColor.new("Burlap")
  5432. o57.Rotation = Vector3.new(-180, 0, -180)
  5433. o57.CanCollide = false
  5434. o57.Size = Vector3.new(0.0523170792, 0.651102245, 0.225612059)
  5435. o57.CFrame = CFrame.new(-0.562640131, 0.967300475, 0.535394311, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  5436. o57.BottomSurface = Enum.SurfaceType.Smooth
  5437. o57.TopSurface = Enum.SurfaceType.Smooth
  5438. o57.Color = Color3.new(0.780392, 0.67451, 0.470588)
  5439. o57.Color = Color3.new(0.780392, 0.67451, 0.470588)
  5440. o58.Parent = o57
  5441. o58.Scale = Vector3.new(0.559265316, 1, 1)
  5442. o58.Scale = Vector3.new(0.559265316, 1, 1)
  5443. o59.Parent = o1
  5444. o59.Material = Enum.Material.Fabric
  5445. o59.BrickColor = BrickColor.new("Pastel green")
  5446. o59.Rotation = Vector3.new(0, 90, 0)
  5447. o59.CanCollide = false
  5448. o59.Size = Vector3.new(0.196225196, 0.215358868, 0.0523170605)
  5449. o59.CFrame = CFrame.new(-0.531153679, 1.16092801, 0.108884126, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5450. o59.BottomSurface = Enum.SurfaceType.Smooth
  5451. o59.TopSurface = Enum.SurfaceType.Smooth
  5452. o59.Color = Color3.new(0.8, 1, 0.8)
  5453. o59.Color = Color3.new(0.8, 1, 0.8)
  5454. o60.Parent = o59
  5455. o60.Scale = Vector3.new(1, 1, 0.985620081)
  5456. o60.Scale = Vector3.new(1, 1, 0.985620081)
  5457. o61.Parent = o1
  5458. o61.Material = Enum.Material.Metal
  5459. o61.Rotation = Vector3.new(180, 90, 0)
  5460. o61.Size = Vector3.new(0.0933299363, 0.255957514, 0.0963631198)
  5461. o61.CFrame = CFrame.new(0.434927106, 1.51190126, 1.02834511, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  5462. o61.BottomSurface = Enum.SurfaceType.Smooth
  5463. o62.Parent = o1
  5464. o62.Material = Enum.Material.Metal
  5465. o62.Rotation = Vector3.new(0, -90, 0)
  5466. o62.Size = Vector3.new(0.0699974597, 0.246624529, 0.0937965363)
  5467. o62.CFrame = CFrame.new(-0.472819328, 1.15351224, 1.04001808, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  5468. o62.BottomSurface = Enum.SurfaceType.Smooth
  5469. o63.Parent = o1
  5470. o63.Material = Enum.Material.Fabric
  5471. o63.BrickColor = BrickColor.new("Pastel green")
  5472. o63.Rotation = Vector3.new(0, -90, 0)
  5473. o63.Size = Vector3.new(0.0741972998, 0.21512562, 0.0774638206)
  5474. o63.CFrame = CFrame.new(-0.466982841, 1.1611017, 1.04212379, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  5475. o63.BottomSurface = Enum.SurfaceType.Smooth
  5476. o63.Color = Color3.new(0.8, 1, 0.8)
  5477. o63.Color = Color3.new(0.8, 1, 0.8)
  5478. o64.Parent = o1
  5479. o64.Material = Enum.Material.Fabric
  5480. o64.BrickColor = BrickColor.new("Pastel green")
  5481. o64.Rotation = Vector3.new(-180, 89.9700012, 0)
  5482. o64.CanCollide = false
  5483. o64.Size = Vector3.new(0.0523170792, 0.216525689, 0.0837635845)
  5484. o64.CFrame = CFrame.new(0.421865553, 1.503631, 1.0743351, 6.75010178e-14, 3.54692009e-20, 0.999999881, 1.49007434e-07, -1, 2.54110401e-20, 0.999999881, 1.49007462e-07, -6.75010178e-14)
  5485. o64.BottomSurface = Enum.SurfaceType.Smooth
  5486. o64.Color = Color3.new(0.8, 1, 0.8)
  5487. o64.Color = Color3.new(0.8, 1, 0.8)
  5488. o65.Parent = o64
  5489. o65.Scale = Vector3.new(0.191772133, 1, 1)
  5490. o65.MeshType = Enum.MeshType.Wedge
  5491. o65.Scale = Vector3.new(0.191772133, 1, 1)
  5492. o66.Parent = o1
  5493. o66.Material = Enum.Material.Fabric
  5494. o66.BrickColor = BrickColor.new("Pastel green")
  5495. o66.Rotation = Vector3.new(0, 0, 21.0100002)
  5496. o66.CanCollide = false
  5497. o66.Size = Vector3.new(0.265990227, 0.230991706, 0.0523170605)
  5498. o66.CFrame = CFrame.new(0.181318268, 1.41147351, 1.06128883, 0.933522403, -0.358519197, -2.33876774e-14, 0.358519197, 0.933522403, -1.83770032e-14, 2.84214248e-14, 8.77040953e-15, 1)
  5499. o66.BottomSurface = Enum.SurfaceType.Smooth
  5500. o66.TopSurface = Enum.SurfaceType.Smooth
  5501. o66.Color = Color3.new(0.8, 1, 0.8)
  5502. o66.Color = Color3.new(0.8, 1, 0.8)
  5503. o67.Parent = o66
  5504. o67.Scale = Vector3.new(1, 1, 0.704652131)
  5505. o67.Scale = Vector3.new(1, 1, 0.704652131)
  5506. o68.Parent = o1
  5507. o68.Material = Enum.Material.Fabric
  5508. o68.BrickColor = BrickColor.new("Pastel green")
  5509. o68.Rotation = Vector3.new(0, 89.9599991, 0)
  5510. o68.Size = Vector3.new(0.106162876, 0.215358868, 0.0545979626)
  5511. o68.CFrame = CFrame.new(0.490690321, 1.50391507, 0.44556573, 0, 0, 0.999999762, 0, 1, 0, -0.999999762, 0, 0)
  5512. o68.BottomSurface = Enum.SurfaceType.Smooth
  5513. o68.TopSurface = Enum.SurfaceType.Smooth
  5514. o68.Color = Color3.new(0.8, 1, 0.8)
  5515. o68.Color = Color3.new(0.8, 1, 0.8)
  5516. o69.Parent = o1
  5517. o69.Material = Enum.Material.Fabric
  5518. o69.BrickColor = BrickColor.new("Pastel green")
  5519. o69.Rotation = Vector3.new(0, -90, 0)
  5520. o69.CanCollide = false
  5521. o69.Size = Vector3.new(0.0523170792, 0.215825632, 0.0846968517)
  5522. o69.CFrame = CFrame.new(-0.477389336, 1.15935171, 0.0297369324, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  5523. o69.BottomSurface = Enum.SurfaceType.Smooth
  5524. o69.Color = Color3.new(0.8, 1, 0.8)
  5525. o69.Color = Color3.new(0.8, 1, 0.8)
  5526. o70.Parent = o69
  5527. o70.Scale = Vector3.new(0.704651833, 1, 1)
  5528. o70.MeshType = Enum.MeshType.Wedge
  5529. o70.Scale = Vector3.new(0.704651833, 1, 1)
  5530. o71.Parent = o1
  5531. o71.Material = Enum.Material.Fabric
  5532. o71.BrickColor = BrickColor.new("Pastel green")
  5533. o71.Rotation = Vector3.new(90, 89.9100037, 90)
  5534. o71.CanCollide = false
  5535. o71.Size = Vector3.new(0.0523170792, 0.216058969, 0.0837635845)
  5536. o71.CFrame = CFrame.new(0.4219037, 1.50364268, 0.0157141052, -3.90776075e-14, -2.59274407e-06, 0.999998689, 1.4901164e-07, -1, -2.59274748e-06, 0.999998689, 1.49011441e-07, 4.25426621e-13)
  5537. o71.BottomSurface = Enum.SurfaceType.Smooth
  5538. o71.Color = Color3.new(0.8, 1, 0.8)
  5539. o71.Color = Color3.new(0.8, 1, 0.8)
  5540. o72.Parent = o71
  5541. o72.Scale = Vector3.new(0.178392708, 1, 1)
  5542. o72.MeshType = Enum.MeshType.Wedge
  5543. o72.Scale = Vector3.new(0.178392708, 1, 1)
  5544. o73.Parent = o1
  5545. o73.Material = Enum.Material.Fabric
  5546. o73.BrickColor = BrickColor.new("Pastel green")
  5547. o73.Rotation = Vector3.new(-180, 0, -158.990005)
  5548. o73.CanCollide = false
  5549. o73.Size = Vector3.new(0.0523170792, 0.230991706, 0.0523170605)
  5550. o73.CFrame = CFrame.new(0.101078972, 0.660555065, 0.029187616, -0.93352288, 0.358518004, 0, 0.358517975, 0.93352288, 0, 0, 0, -1)
  5551. o73.BottomSurface = Enum.SurfaceType.Smooth
  5552. o73.TopSurface = Enum.SurfaceType.Smooth
  5553. o73.Color = Color3.new(0.8, 1, 0.8)
  5554. o73.Color = Color3.new(0.8, 1, 0.8)
  5555. o74.Parent = o73
  5556. o74.Scale = Vector3.new(0.749234319, 1, 0.704652131)
  5557. o74.Scale = Vector3.new(0.749234319, 1, 0.704652131)
  5558. o75.Parent = o1
  5559. o75.Material = Enum.Material.Fabric
  5560. o75.BrickColor = BrickColor.new("Pastel green")
  5561. o75.Rotation = Vector3.new(-180, 0, -180)
  5562. o75.CanCollide = false
  5563. o75.Size = Vector3.new(0.0523170792, 0.214892223, 0.240324661)
  5564. o75.CFrame = CFrame.new(-0.554247797, 1.16097569, 0.32650128, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  5565. o75.BottomSurface = Enum.SurfaceType.Smooth
  5566. o75.Color = Color3.new(0.8, 1, 0.8)
  5567. o75.Color = Color3.new(0.8, 1, 0.8)
  5568. o76.Parent = o75
  5569. o76.Scale = Vector3.new(0.0891964138, 1, 1)
  5570. o76.MeshType = Enum.MeshType.Wedge
  5571. o76.Scale = Vector3.new(0.0891964138, 1, 1)
  5572. o77.Parent = o1
  5573. o77.Material = Enum.Material.Fabric
  5574. o77.BrickColor = BrickColor.new("Pastel green")
  5575. o77.Rotation = Vector3.new(90, -68.9899979, 90)
  5576. o77.CanCollide = false
  5577. o77.Size = Vector3.new(0.0523170792, 0.230291739, 0.271356732)
  5578. o77.CFrame = CFrame.new(-0.189540103, 1.26965845, 0.015729364, 0, -0.358520925, -0.933521748, 0, 0.933521748, -0.358520955, 1, 0, 0)
  5579. o77.BottomSurface = Enum.SurfaceType.Smooth
  5580. o77.Color = Color3.new(0.8, 1, 0.8)
  5581. o77.Color = Color3.new(0.8, 1, 0.8)
  5582. o78.Parent = o77
  5583. o78.Scale = Vector3.new(0.178392708, 1, 1)
  5584. o78.MeshType = Enum.MeshType.Wedge
  5585. o78.Scale = Vector3.new(0.178392708, 1, 1)
  5586. o79.Parent = o1
  5587. o79.Material = Enum.Material.Fabric
  5588. o79.BrickColor = BrickColor.new("Pastel green")
  5589. o79.Rotation = Vector3.new(-90, 0, -180)
  5590. o79.CanCollide = false
  5591. o79.Size = Vector3.new(0.0523170792, 0.121562228, 0.222125337)
  5592. o79.CFrame = CFrame.new(-0.554247797, 0.875852525, 0.706369102, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  5593. o79.BottomSurface = Enum.SurfaceType.Smooth
  5594. o79.Color = Color3.new(0.8, 1, 0.8)
  5595. o79.Color = Color3.new(0.8, 1, 0.8)
  5596. o80.Parent = o79
  5597. o80.Scale = Vector3.new(0.0891964138, 1, 1)
  5598. o80.MeshType = Enum.MeshType.Wedge
  5599. o80.Scale = Vector3.new(0.0891964138, 1, 1)
  5600. o81.Parent = o1
  5601. o81.Material = Enum.Material.Fabric
  5602. o81.BrickColor = BrickColor.new("Pastel green")
  5603. o81.Rotation = Vector3.new(-90, 0, 0)
  5604. o81.CanCollide = false
  5605. o81.Size = Vector3.new(0.0523170792, 0.135328442, 0.21302557)
  5606. o81.CFrame = CFrame.new(-0.554247797, 1.16097569, 0.362206846, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  5607. o81.BottomSurface = Enum.SurfaceType.Smooth
  5608. o81.Color = Color3.new(0.8, 1, 0.8)
  5609. o81.Color = Color3.new(0.8, 1, 0.8)
  5610. o82.Parent = o81
  5611. o82.Scale = Vector3.new(0.0891964138, 1, 1)
  5612. o82.MeshType = Enum.MeshType.Wedge
  5613. o82.Scale = Vector3.new(0.0891964138, 1, 1)
  5614. o83.Parent = o1
  5615. o83.Material = Enum.Material.Fabric
  5616. o83.BrickColor = BrickColor.new("Pastel green")
  5617. o83.Rotation = Vector3.new(90, -68.9899979, 90)
  5618. o83.CanCollide = false
  5619. o83.Size = Vector3.new(0.0523170792, 0.231924832, 0.181293443)
  5620. o83.CFrame = CFrame.new(-0.309664965, 1.22496068, 1.07723427, 3.09522932e-08, -0.358520716, -0.933521807, 1.18873302e-08, 0.933521807, -0.358520716, 1, -5.20279552e-14, 3.31563044e-08)
  5621. o83.BottomSurface = Enum.SurfaceType.Smooth
  5622. o83.Color = Color3.new(0.8, 1, 0.8)
  5623. o83.Color = Color3.new(0.8, 1, 0.8)
  5624. o84.Parent = o83
  5625. o84.Scale = Vector3.new(0.0847365856, 1, 1)
  5626. o84.MeshType = Enum.MeshType.Wedge
  5627. o84.Scale = Vector3.new(0.0847365856, 1, 1)
  5628. o85.Parent = o1
  5629. o85.Material = Enum.Material.Fabric
  5630. o85.BrickColor = BrickColor.new("Pastel green")
  5631. o85.Rotation = Vector3.new(0, -90, 0)
  5632. o85.Size = Vector3.new(0.0828292072, 0.215358868, 0.0545979626)
  5633. o85.CFrame = CFrame.new(-0.528712332, 0.876034439, 0.329705626, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  5634. o85.BottomSurface = Enum.SurfaceType.Smooth
  5635. o85.TopSurface = Enum.SurfaceType.Smooth
  5636. o85.Color = Color3.new(0.8, 1, 0.8)
  5637. o85.Color = Color3.new(0.8, 1, 0.8)
  5638. o86.Parent = o1
  5639. o86.Material = Enum.Material.Fabric
  5640. o86.BrickColor = BrickColor.new("Pastel green")
  5641. o86.Rotation = Vector3.new(90, -68.9899979, 90)
  5642. o86.CanCollide = false
  5643. o86.Size = Vector3.new(0.0523170792, 0.230291739, 0.249657422)
  5644. o86.CFrame = CFrame.new(0.141721696, 1.39735532, 0.015729364, -1.06581986e-14, -0.358521432, -0.933521926, 1.42129113e-14, 0.933521926, -0.358521491, 1, -1.70892404e-14, -4.85402522e-15)
  5645. o86.BottomSurface = Enum.SurfaceType.Smooth
  5646. o86.Color = Color3.new(0.8, 1, 0.8)
  5647. o86.Color = Color3.new(0.8, 1, 0.8)
  5648. o87.Parent = o86
  5649. o87.Scale = Vector3.new(0.178392708, 1, 1)
  5650. o87.MeshType = Enum.MeshType.Wedge
  5651. o87.Scale = Vector3.new(0.178392708, 1, 1)
  5652. o88.Parent = o1
  5653. o88.Material = Enum.Material.Fabric
  5654. o88.BrickColor = BrickColor.new("Pastel green")
  5655. o88.Rotation = Vector3.new(0, 0, 21.0100002)
  5656. o88.CanCollide = false
  5657. o88.Size = Vector3.new(0.174993709, 0.230525032, 0.0523170605)
  5658. o88.CFrame = CFrame.new(-0.398150533, 1.18945456, 0.0295996033, 0.933543146, -0.358489692, 2.87751214e-13, 0.358489096, 0.933541119, -3.83706711e-13, -1.35926508e-13, 4.78448552e-13, 1.00000894)
  5659. o88.BottomSurface = Enum.SurfaceType.Smooth
  5660. o88.TopSurface = Enum.SurfaceType.Smooth
  5661. o88.Color = Color3.new(0.8, 1, 0.8)
  5662. o88.Color = Color3.new(0.8, 1, 0.8)
  5663. o89.Parent = o88
  5664. o89.Scale = Vector3.new(1, 1, 0.70911181)
  5665. o89.Scale = Vector3.new(1, 1, 0.70911181)
  5666. o90.Parent = o1
  5667. o90.Material = Enum.Material.Fabric
  5668. o90.BrickColor = BrickColor.new("Pastel green")
  5669. o90.CanCollide = false
  5670. o90.Size = Vector3.new(0.0523170792, 0.214892223, 0.254324138)
  5671. o90.CFrame = CFrame.new(-0.554247797, 0.875852525, 0.736901999, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5672. o90.BottomSurface = Enum.SurfaceType.Smooth
  5673. o90.Color = Color3.new(0.8, 1, 0.8)
  5674. o90.Color = Color3.new(0.8, 1, 0.8)
  5675. o91.Parent = o90
  5676. o91.Scale = Vector3.new(0.0891964138, 1, 1)
  5677. o91.MeshType = Enum.MeshType.Wedge
  5678. o91.Scale = Vector3.new(0.0891964138, 1, 1)
  5679. o92.Parent = o1
  5680. o92.Material = Enum.Material.Fabric
  5681. o92.BrickColor = BrickColor.new("Pastel green")
  5682. o92.Rotation = Vector3.new(180, 0, -158.990005)
  5683. o92.CanCollide = false
  5684. o92.Size = Vector3.new(0.0523170792, 0.230525032, 0.0523170605)
  5685. o92.CFrame = CFrame.new(0.198415756, 0.62369734, 1.06087685, -0.933536768, 0.358481675, -2.77081282e-13, 0.358481675, 0.933536768, -3.69482223e-13, 1.26212951e-13, -4.44253819e-13, -1)
  5686. o92.BottomSurface = Enum.SurfaceType.Smooth
  5687. o92.TopSurface = Enum.SurfaceType.Smooth
  5688. o92.Color = Color3.new(0.8, 1, 0.8)
  5689. o92.Color = Color3.new(0.8, 1, 0.8)
  5690. o93.Parent = o92
  5691. o93.Scale = Vector3.new(0.718030572, 1, 0.70911181)
  5692. o93.Scale = Vector3.new(0.718030572, 1, 0.70911181)
  5693. o94.Parent = o1
  5694. o94.Material = Enum.Material.Fabric
  5695. o94.BrickColor = BrickColor.new("Pastel green")
  5696. o94.Rotation = Vector3.new(-90, -68.9899979, 90)
  5697. o94.CanCollide = false
  5698. o94.Size = Vector3.new(0.0523170792, 0.230058327, 0.22772491)
  5699. o94.CFrame = CFrame.new(0.322385907, 0.576030076, 1.07695961, 6.61355674e-18, -0.358518153, -0.93352282, 9.62217848e-18, -0.933522761, 0.358518124, -1, -1.13536023e-17, -2.72417976e-18)
  5700. o94.BottomSurface = Enum.SurfaceType.Smooth
  5701. o94.Color = Color3.new(0.8, 1, 0.8)
  5702. o94.Color = Color3.new(0.8, 1, 0.8)
  5703. o95.Parent = o94
  5704. o95.Scale = Vector3.new(0.093656227, 1, 1)
  5705. o95.MeshType = Enum.MeshType.Wedge
  5706. o95.Scale = Vector3.new(0.093656227, 1, 1)
  5707. o96.Parent = o1
  5708. o96.Material = Enum.Material.Fabric
  5709. o96.BrickColor = BrickColor.new("Pastel green")
  5710. o96.Rotation = Vector3.new(90, 68.9899979, -90)
  5711. o96.CanCollide = false
  5712. o96.Size = Vector3.new(0.0523170792, 0.231925055, 0.185726941)
  5713. o96.CFrame = CFrame.new(-0.396189779, 0.851521313, 0.0135931335, 0, 0.35852173, 0.933521926, 0, 0.933521926, -0.35852173, -1, 0, 0)
  5714. o96.BottomSurface = Enum.SurfaceType.Smooth
  5715. o96.Color = Color3.new(0.8, 1, 0.8)
  5716. o96.Color = Color3.new(0.8, 1, 0.8)
  5717. o97.Parent = o96
  5718. o97.Scale = Vector3.new(0.0713569671, 1, 1)
  5719. o97.MeshType = Enum.MeshType.Wedge
  5720. o97.Scale = Vector3.new(0.0713569671, 1, 1)
  5721. o98.Parent = o1
  5722. o98.Material = Enum.Material.Fabric
  5723. o98.BrickColor = BrickColor.new("Pastel green")
  5724. o98.Rotation = Vector3.new(90, 68.9899979, 90)
  5725. o98.CanCollide = false
  5726. o98.Size = Vector3.new(0.0523170792, 0.231458381, 0.15492788)
  5727. o98.CFrame = CFrame.new(-0.191539064, 0.772683203, 0.0132421814, 0, -0.358521551, 0.933523238, 0, -0.933523238, -0.358521551, 1, -0, 0)
  5728. o98.BottomSurface = Enum.SurfaceType.Smooth
  5729. o98.Color = Color3.new(0.8, 1, 0.8)
  5730. o98.Color = Color3.new(0.8, 1, 0.8)
  5731. o99.Parent = o98
  5732. o99.Scale = Vector3.new(0.0847364366, 1, 1)
  5733. o99.MeshType = Enum.MeshType.Wedge
  5734. o99.Scale = Vector3.new(0.0847364366, 1, 1)
  5735. o100.Parent = o1
  5736. o100.Material = Enum.Material.Fabric
  5737. o100.BrickColor = BrickColor.new("Pastel green")
  5738. o100.Rotation = Vector3.new(-90, 0, -180)
  5739. o100.CanCollide = false
  5740. o100.Size = Vector3.new(0.0523170792, 0.159594163, 0.215358883)
  5741. o100.CFrame = CFrame.new(0.515432477, 1.50391483, 0.578271568, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  5742. o100.BottomSurface = Enum.SurfaceType.Smooth
  5743. o100.Color = Color3.new(0.8, 1, 0.8)
  5744. o100.Color = Color3.new(0.8, 1, 0.8)
  5745. o101.Parent = o100
  5746. o101.Scale = Vector3.new(0.0713573024, 1, 1)
  5747. o101.MeshType = Enum.MeshType.Wedge
  5748. o101.Scale = Vector3.new(0.0713573024, 1, 1)
  5749. o102.Parent = o1
  5750. o102.Material = Enum.Material.Fabric
  5751. o102.BrickColor = BrickColor.new("Pastel green")
  5752. o102.Rotation = Vector3.new(0, 0, 21.0100002)
  5753. o102.CanCollide = false
  5754. o102.Size = Vector3.new(0.0523170792, 0.230991706, 0.0523170605)
  5755. o102.CFrame = CFrame.new(0.405988783, 1.49776006, 1.06128883, 0.933522403, -0.358519197, 0, 0.358519167, 0.933522403, 0, 0, 0, 1)
  5756. o102.BottomSurface = Enum.SurfaceType.Smooth
  5757. o102.TopSurface = Enum.SurfaceType.Smooth
  5758. o102.Color = Color3.new(0.8, 1, 0.8)
  5759. o102.Color = Color3.new(0.8, 1, 0.8)
  5760. o103.Parent = o102
  5761. o103.Scale = Vector3.new(0.628834903, 1, 0.704652131)
  5762. o103.Scale = Vector3.new(0.628834903, 1, 0.704652131)
  5763. o104.Parent = o1
  5764. o104.Material = Enum.Material.Fabric
  5765. o104.BrickColor = BrickColor.new("Pastel green")
  5766. o104.Rotation = Vector3.new(0, 90, 0)
  5767. o104.CanCollide = false
  5768. o104.Size = Vector3.new(0.371919394, 0.215358868, 0.0523170605)
  5769. o104.CFrame = CFrame.new(-0.531153679, 1.16092801, 0.606454492, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5770. o104.BottomSurface = Enum.SurfaceType.Smooth
  5771. o104.TopSurface = Enum.SurfaceType.Smooth
  5772. o104.Color = Color3.new(0.8, 1, 0.8)
  5773. o104.Color = Color3.new(0.8, 1, 0.8)
  5774. o105.Parent = o104
  5775. o105.Scale = Vector3.new(1, 1, 0.985620081)
  5776. o105.Scale = Vector3.new(1, 1, 0.985620081)
  5777. o106.Parent = o1
  5778. o106.Material = Enum.Material.Fabric
  5779. o106.BrickColor = BrickColor.new("Pastel green")
  5780. o106.CanCollide = false
  5781. o106.Size = Vector3.new(0.0523170792, 0.214892223, 0.0937966853)
  5782. o106.CFrame = CFrame.new(-0.554247797, 0.875852525, 0.397897273, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5783. o106.BottomSurface = Enum.SurfaceType.Smooth
  5784. o106.Color = Color3.new(0.8, 1, 0.8)
  5785. o106.Color = Color3.new(0.8, 1, 0.8)
  5786. o107.Parent = o106
  5787. o107.Scale = Vector3.new(0.0891964138, 1, 1)
  5788. o107.MeshType = Enum.MeshType.Wedge
  5789. o107.Scale = Vector3.new(0.0891964138, 1, 1)
  5790. o108.Parent = o1
  5791. o108.Material = Enum.Material.Fabric
  5792. o108.BrickColor = BrickColor.new("Pastel green")
  5793. o108.Rotation = Vector3.new(-90, 0, 0)
  5794. o108.CanCollide = false
  5795. o108.Size = Vector3.new(0.0523170792, 0.0741973445, 0.215358883)
  5796. o108.CFrame = CFrame.new(-0.554247797, 1.16097701, 0.889291346, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  5797. o108.BottomSurface = Enum.SurfaceType.Smooth
  5798. o108.Color = Color3.new(0.8, 1, 0.8)
  5799. o108.Color = Color3.new(0.8, 1, 0.8)
  5800. o109.Parent = o108
  5801. o109.Scale = Vector3.new(0.0891964138, 1, 1)
  5802. o109.MeshType = Enum.MeshType.Wedge
  5803. o109.Scale = Vector3.new(0.0891964138, 1, 1)
  5804. o110.Parent = o1
  5805. o110.Material = Enum.Material.Fabric
  5806. o110.BrickColor = BrickColor.new("Pastel green")
  5807. o110.Rotation = Vector3.new(-90, 68.9899979, -90)
  5808. o110.CanCollide = false
  5809. o110.Size = Vector3.new(0.0523170792, 0.230291739, 0.428850859)
  5810. o110.CFrame = CFrame.new(-0.174983203, 1.27589643, 0.015729364, 0, 0.358520925, 0.933521748, 0, -0.933521748, 0.358520955, 1, 0, 0)
  5811. o110.BottomSurface = Enum.SurfaceType.Smooth
  5812. o110.Color = Color3.new(0.8, 1, 0.8)
  5813. o110.Color = Color3.new(0.8, 1, 0.8)
  5814. o111.Parent = o110
  5815. o111.Scale = Vector3.new(0.178392708, 1, 1)
  5816. o111.MeshType = Enum.MeshType.Wedge
  5817. o111.Scale = Vector3.new(0.178392708, 1, 1)
  5818. o112.Parent = o1
  5819. o112.Material = Enum.Material.Fabric
  5820. o112.BrickColor = BrickColor.new("Pastel green")
  5821. o112.Rotation = Vector3.new(90, 0, 0)
  5822. o112.CanCollide = false
  5823. o112.Size = Vector3.new(0.0523170792, 0.0523170717, 0.21302557)
  5824. o112.CFrame = CFrame.new(-0.554247797, 1.15980923, 1.01282692, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  5825. o112.BottomSurface = Enum.SurfaceType.Smooth
  5826. o112.Color = Color3.new(0.8, 1, 0.8)
  5827. o112.Color = Color3.new(0.8, 1, 0.8)
  5828. o113.Parent = o112
  5829. o113.Scale = Vector3.new(0.0891964138, 0.557477713, 1)
  5830. o113.MeshType = Enum.MeshType.Wedge
  5831. o113.Scale = Vector3.new(0.0891964138, 0.557477713, 1)
  5832. o114.Parent = o1
  5833. o114.Material = Enum.Material.Fabric
  5834. o114.BrickColor = BrickColor.new("Pastel green")
  5835. o114.Rotation = Vector3.new(-90, 68.9899979, -90)
  5836. o114.CanCollide = false
  5837. o114.Size = Vector3.new(0.0523170792, 0.230758339, 0.110595964)
  5838. o114.CFrame = CFrame.new(0.00513931923, 1.34495175, 1.07723427, -2.78211125e-08, 0.358521253, 0.933522642, -1.06847544e-08, -0.933522642, 0.358521253, 1, -8.88172596e-16, 2.9802294e-08)
  5839. o114.BottomSurface = Enum.SurfaceType.Smooth
  5840. o114.Color = Color3.new(0.8, 1, 0.8)
  5841. o114.Color = Color3.new(0.8, 1, 0.8)
  5842. o115.Parent = o114
  5843. o115.Scale = Vector3.new(0.0847365856, 1, 1)
  5844. o115.MeshType = Enum.MeshType.Wedge
  5845. o115.Scale = Vector3.new(0.0847365856, 1, 1)
  5846. o116.Parent = o1
  5847. o116.Material = Enum.Material.Fabric
  5848. o116.BrickColor = BrickColor.new("Pastel green")
  5849. o116.Rotation = Vector3.new(-180, 0, -180)
  5850. o116.CanCollide = false
  5851. o116.Size = Vector3.new(0.0523170792, 0.214892223, 0.110596031)
  5852. o116.CFrame = CFrame.new(-0.554247797, 0.87771982, 0.148251832, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  5853. o116.BottomSurface = Enum.SurfaceType.Smooth
  5854. o116.Color = Color3.new(0.8, 1, 0.8)
  5855. o116.Color = Color3.new(0.8, 1, 0.8)
  5856. o117.Parent = o116
  5857. o117.Scale = Vector3.new(0.0891964138, 1, 1)
  5858. o117.MeshType = Enum.MeshType.Wedge
  5859. o117.Scale = Vector3.new(0.0891964138, 1, 1)
  5860. o118.Parent = o1
  5861. o118.Material = Enum.Material.Fabric
  5862. o118.BrickColor = BrickColor.new("Pastel green")
  5863. o118.Rotation = Vector3.new(-90, -68.9899979, -90)
  5864. o118.CanCollide = false
  5865. o118.Size = Vector3.new(0.0523170792, 0.231458381, 0.250591099)
  5866. o118.CFrame = CFrame.new(-0.00224593468, 0.69998771, 0.0132421814, 0, 0.358521581, -0.933523357, 0, 0.933523357, 0.358521581, 1, 0, 0)
  5867. o118.BottomSurface = Enum.SurfaceType.Smooth
  5868. o118.Color = Color3.new(0.8, 1, 0.8)
  5869. o118.Color = Color3.new(0.8, 1, 0.8)
  5870. o119.Parent = o118
  5871. o119.Scale = Vector3.new(0.0847364366, 1, 1)
  5872. o119.MeshType = Enum.MeshType.Wedge
  5873. o119.Scale = Vector3.new(0.0847364366, 1, 1)
  5874. o120.Parent = o1
  5875. o120.Material = Enum.Material.Fabric
  5876. o120.BrickColor = BrickColor.new("Pastel green")
  5877. o120.Rotation = Vector3.new(0, 90, 0)
  5878. o120.CanCollide = false
  5879. o120.Size = Vector3.new(0.0769971758, 0.215358868, 0.0523170605)
  5880. o120.CFrame = CFrame.new(-0.531153679, 1.16092801, 0.963678241, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  5881. o120.BottomSurface = Enum.SurfaceType.Smooth
  5882. o120.TopSurface = Enum.SurfaceType.Smooth
  5883. o120.Color = Color3.new(0.8, 1, 0.8)
  5884. o120.Color = Color3.new(0.8, 1, 0.8)
  5885. o121.Parent = o120
  5886. o121.Scale = Vector3.new(1, 1, 0.985620081)
  5887. o121.Scale = Vector3.new(1, 1, 0.985620081)
  5888. o122.Parent = o1
  5889. o122.Material = Enum.Material.Fabric
  5890. o122.BrickColor = BrickColor.new("Pastel green")
  5891. o122.Rotation = Vector3.new(-90, 68.9899979, -90)
  5892. o122.CanCollide = false
  5893. o122.Size = Vector3.new(0.0523170792, 0.229125053, 0.0774638355)
  5894. o122.CFrame = CFrame.new(-0.317187518, 1.22180259, 1.07723427, -2.78210912e-08, 0.358521461, 0.933523178, -1.068475e-08, -0.933523178, 0.358521461, 1, 1.72113876e-15, 2.98023366e-08)
  5895. o122.BottomSurface = Enum.SurfaceType.Smooth
  5896. o122.Color = Color3.new(0.8, 1, 0.8)
  5897. o122.Color = Color3.new(0.8, 1, 0.8)
  5898. o123.Parent = o122
  5899. o123.Scale = Vector3.new(0.0847365856, 1, 1)
  5900. o123.MeshType = Enum.MeshType.Wedge
  5901. o123.Scale = Vector3.new(0.0847365856, 1, 1)
  5902. o124.Parent = o1
  5903. o124.Material = Enum.Material.Fabric
  5904. o124.BrickColor = BrickColor.new("Pastel green")
  5905. o124.Rotation = Vector3.new(90, 0, -180)
  5906. o124.CanCollide = false
  5907. o124.Size = Vector3.new(0.0523170792, 0.0523170717, 0.215358883)
  5908. o124.CFrame = CFrame.new(0.515432477, 1.50391483, 0.368768126, -1, 0, 0, 0, 0, -1, 0, -1, 0)
  5909. o124.BottomSurface = Enum.SurfaceType.Smooth
  5910. o124.Color = Color3.new(0.8, 1, 0.8)
  5911. o124.Color = Color3.new(0.8, 1, 0.8)
  5912. o125.Parent = o124
  5913. o125.Scale = Vector3.new(0.0713573024, 0.981158376, 1)
  5914. o125.MeshType = Enum.MeshType.Wedge
  5915. o125.Scale = Vector3.new(0.0713573024, 0.981158376, 1)
  5916. o126.Parent = o1
  5917. o126.Material = Enum.Material.Fabric
  5918. o126.BrickColor = BrickColor.new("Pastel green")
  5919. o126.Rotation = Vector3.new(-90, 0, 0)
  5920. o126.CanCollide = false
  5921. o126.Size = Vector3.new(0.0523170792, 0.0741973445, 0.215358883)
  5922. o126.CFrame = CFrame.new(-0.554247797, 1.16097701, 1.02669716, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  5923. o126.BottomSurface = Enum.SurfaceType.Smooth
  5924. o126.Color = Color3.new(0.8, 1, 0.8)
  5925. o126.Color = Color3.new(0.8, 1, 0.8)
  5926. o127.Parent = o126
  5927. o127.Scale = Vector3.new(0.0891964138, 1, 1)
  5928. o127.MeshType = Enum.MeshType.Wedge
  5929. o127.Scale = Vector3.new(0.0891964138, 1, 1)
  5930. o128.Parent = o1
  5931. o128.Material = Enum.Material.Fabric
  5932. o128.BrickColor = BrickColor.new("Pastel green")
  5933. o128.Rotation = Vector3.new(-180, 0, 0)
  5934. o128.CanCollide = false
  5935. o128.Size = Vector3.new(0.0523170792, 0.214892223, 0.0523170605)
  5936. o128.CFrame = CFrame.new(-0.554247797, 0.875852525, 0.386941463, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  5937. o128.BottomSurface = Enum.SurfaceType.Smooth
  5938. o128.Color = Color3.new(0.8, 1, 0.8)
  5939. o128.Color = Color3.new(0.8, 1, 0.8)
  5940. o129.Parent = o128
  5941. o129.Scale = Vector3.new(0.0891964138, 1, 0.606538475)
  5942. o129.MeshType = Enum.MeshType.Wedge
  5943. o129.Scale = Vector3.new(0.0891964138, 1, 0.606538475)
  5944. o130.Parent = o1
  5945. o130.Material = Enum.Material.Fabric
  5946. o130.BrickColor = BrickColor.new("Pastel green")
  5947. o130.Rotation = Vector3.new(-90, -68.9899979, -90)
  5948. o130.CanCollide = false
  5949. o130.Size = Vector3.new(0.0523170792, 0.231458381, 0.258524239)
  5950. o130.CFrame = CFrame.new(-0.189807132, 0.772024572, 0.0135931335, 0, 0.358522385, -0.933525503, 0, 0.933525503, 0.358522385, 1, 0, 0)
  5951. o130.BottomSurface = Enum.SurfaceType.Smooth
  5952. o130.Color = Color3.new(0.8, 1, 0.8)
  5953. o130.Color = Color3.new(0.8, 1, 0.8)
  5954. o131.Parent = o130
  5955. o131.Scale = Vector3.new(0.0713569671, 1, 1)
  5956. o131.MeshType = Enum.MeshType.Wedge
  5957. o131.Scale = Vector3.new(0.0713569671, 1, 1)
  5958. o132.Parent = o1
  5959. o132.Material = Enum.Material.Fabric
  5960. o132.BrickColor = BrickColor.new("Pastel green")
  5961. o132.Rotation = Vector3.new(0, 0, -180)
  5962. o132.CanCollide = false
  5963. o132.Size = Vector3.new(0.0523170792, 0.214892194, 0.0523170605)
  5964. o132.CFrame = CFrame.new(0.516592145, 0.532584369, 0.887780726, -1, 0, 0, 0, -1, 0, 0, 0, 1)
  5965. o132.BottomSurface = Enum.SurfaceType.Smooth
  5966. o132.Color = Color3.new(0.8, 1, 0.8)
  5967. o132.Color = Color3.new(0.8, 1, 0.8)
  5968. o133.Parent = o132
  5969. o133.Scale = Vector3.new(0.0891966075, 1, 0.941022336)
  5970. o133.MeshType = Enum.MeshType.Wedge
  5971. o133.Scale = Vector3.new(0.0891966075, 1, 0.941022336)
  5972. o134.Parent = o1
  5973. o134.Material = Enum.Material.Fabric
  5974. o134.BrickColor = BrickColor.new("Pastel green")
  5975. o134.Rotation = Vector3.new(90, 0, -180)
  5976. o134.CanCollide = false
  5977. o134.Size = Vector3.new(0.0523170792, 0.468283206, 0.215358883)
  5978. o134.CFrame = CFrame.new(0.515890241, 1.50391483, 0.637445211, -1, 0, 0, 0, 0, -1, 0, -1, 0)
  5979. o134.BottomSurface = Enum.SurfaceType.Smooth
  5980. o134.Color = Color3.new(0.8, 1, 0.8)
  5981. o134.Color = Color3.new(0.8, 1, 0.8)
  5982. o135.Parent = o134
  5983. o135.Scale = Vector3.new(0.0891966075, 1, 1)
  5984. o135.MeshType = Enum.MeshType.Wedge
  5985. o135.Scale = Vector3.new(0.0891966075, 1, 1)
  5986. o136.Parent = o1
  5987. o136.Material = Enum.Material.Fabric
  5988. o136.BrickColor = BrickColor.new("Pastel green")
  5989. o136.Rotation = Vector3.new(0, -90, 0)
  5990. o136.CanCollide = false
  5991. o136.Size = Vector3.new(0.368418902, 0.215358868, 0.0523170605)
  5992. o136.CFrame = CFrame.new(0.493139356, 0.533050478, 0.195294648, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  5993. o136.BottomSurface = Enum.SurfaceType.Smooth
  5994. o136.TopSurface = Enum.SurfaceType.Smooth
  5995. o136.Color = Color3.new(0.8, 1, 0.8)
  5996. o136.Color = Color3.new(0.8, 1, 0.8)
  5997. o137.Parent = o136
  5998. o137.Scale = Vector3.new(1, 1, 0.985620081)
  5999. o137.Scale = Vector3.new(1, 1, 0.985620081)
  6000. o138.Parent = o1
  6001. o138.Material = Enum.Material.Fabric
  6002. o138.BrickColor = BrickColor.new("Pastel green")
  6003. o138.Rotation = Vector3.new(-180, 0, -158.990005)
  6004. o138.CanCollide = false
  6005. o138.Size = Vector3.new(0.0523170792, 0.230525032, 0.0523170605)
  6006. o138.CFrame = CFrame.new(0.423742384, 0.53716892, 1.06087685, -0.933536649, 0.358481914, 0, 0.358481884, 0.933536649, 0, 0, 0, -1)
  6007. o138.BottomSurface = Enum.SurfaceType.Smooth
  6008. o138.TopSurface = Enum.SurfaceType.Smooth
  6009. o138.Color = Color3.new(0.8, 1, 0.8)
  6010. o138.Color = Color3.new(0.8, 1, 0.8)
  6011. o139.Parent = o138
  6012. o139.Scale = Vector3.new(0.749249279, 1, 0.70911181)
  6013. o139.Scale = Vector3.new(0.749249279, 1, 0.70911181)
  6014. o140.Parent = o1
  6015. o140.Material = Enum.Material.Fabric
  6016. o140.BrickColor = BrickColor.new("Pastel green")
  6017. o140.Rotation = Vector3.new(-90, 0, -180)
  6018. o140.CanCollide = false
  6019. o140.Size = Vector3.new(0.0523170792, 0.255024076, 0.215591922)
  6020. o140.CFrame = CFrame.new(0.516592145, 0.533167183, 0.502572656, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  6021. o140.BottomSurface = Enum.SurfaceType.Smooth
  6022. o140.Color = Color3.new(0.8, 1, 0.8)
  6023. o140.Color = Color3.new(0.8, 1, 0.8)
  6024. o141.Parent = o140
  6025. o141.Scale = Vector3.new(0.0891966075, 1, 1)
  6026. o141.MeshType = Enum.MeshType.Wedge
  6027. o141.Scale = Vector3.new(0.0891966075, 1, 1)
  6028. o142.Parent = o1
  6029. o142.Material = Enum.Material.Fabric
  6030. o142.BrickColor = BrickColor.new("Pastel green")
  6031. o142.Rotation = Vector3.new(-90, -68.9899979, 90)
  6032. o142.CanCollide = false
  6033. o142.Size = Vector3.new(0.0523170792, 0.230058327, 0.227958262)
  6034. o142.CFrame = CFrame.new(-0.160105884, 0.76180619, 1.07695961, 0, -0.358522564, -0.933528364, 0, -0.933527887, 0.35852021, -1, -9.78871366e-25, -1.75035717e-31)
  6035. o142.BottomSurface = Enum.SurfaceType.Smooth
  6036. o142.Color = Color3.new(0.8, 1, 0.8)
  6037. o142.Color = Color3.new(0.8, 1, 0.8)
  6038. o143.Parent = o142
  6039. o143.Scale = Vector3.new(0.093656227, 1, 1)
  6040. o143.MeshType = Enum.MeshType.Wedge
  6041. o143.Scale = Vector3.new(0.093656227, 1, 1)
  6042. o144.Parent = o1
  6043. o144.Material = Enum.Material.Fabric
  6044. o144.BrickColor = BrickColor.new("Pastel green")
  6045. o144.Rotation = Vector3.new(90, 68.9899979, 90)
  6046. o144.CanCollide = false
  6047. o144.Size = Vector3.new(0.0523170792, 0.231458381, 0.112696089)
  6048. o144.CFrame = CFrame.new(0.0309571903, 0.687230647, 0.0132421814, 0, -0.358521372, 0.93352282, 0, -0.93352282, -0.358521372, 1, -0, 0)
  6049. o144.BottomSurface = Enum.SurfaceType.Smooth
  6050. o144.Color = Color3.new(0.8, 1, 0.8)
  6051. o144.Color = Color3.new(0.8, 1, 0.8)
  6052. o145.Parent = o144
  6053. o145.Scale = Vector3.new(0.0847364366, 1, 1)
  6054. o145.MeshType = Enum.MeshType.Wedge
  6055. o145.Scale = Vector3.new(0.0847364366, 1, 1)
  6056. o146.Parent = o1
  6057. o146.Material = Enum.Material.Fabric
  6058. o146.BrickColor = BrickColor.new("Pastel green")
  6059. o146.Rotation = Vector3.new(0, -90, 0)
  6060. o146.CanCollide = false
  6061. o146.Size = Vector3.new(0.167759567, 0.215358868, 0.0523170605)
  6062. o146.CFrame = CFrame.new(0.493139356, 0.533050478, 0.68900466, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  6063. o146.BottomSurface = Enum.SurfaceType.Smooth
  6064. o146.TopSurface = Enum.SurfaceType.Smooth
  6065. o146.Color = Color3.new(0.8, 1, 0.8)
  6066. o146.Color = Color3.new(0.8, 1, 0.8)
  6067. o147.Parent = o146
  6068. o147.Scale = Vector3.new(1, 1, 0.985620081)
  6069. o147.Scale = Vector3.new(1, 1, 0.985620081)
  6070. o148.Parent = o1
  6071. o148.Material = Enum.Material.Fabric
  6072. o148.BrickColor = BrickColor.new("Pastel green")
  6073. o148.Rotation = Vector3.new(180, 0, -158.990005)
  6074. o148.CanCollide = false
  6075. o148.Size = Vector3.new(0.0683641508, 0.230525032, 0.0523170605)
  6076. o148.CFrame = CFrame.new(-0.298663378, 0.814570725, 1.06087685, -0.933536053, 0.358483642, -2.77085375e-13, 0.358483613, 0.933536053, -3.69486614e-13, 1.26214306e-13, -4.44259646e-13, -1)
  6077. o148.BottomSurface = Enum.SurfaceType.Smooth
  6078. o148.TopSurface = Enum.SurfaceType.Smooth
  6079. o148.Color = Color3.new(0.8, 1, 0.8)
  6080. o148.Color = Color3.new(0.8, 1, 0.8)
  6081. o149.Parent = o148
  6082. o149.Scale = Vector3.new(1, 1, 0.70911181)
  6083. o149.Scale = Vector3.new(1, 1, 0.70911181)
  6084. o150.Parent = o1
  6085. o150.Material = Enum.Material.Fabric
  6086. o150.BrickColor = BrickColor.new("Pastel green")
  6087. o150.Rotation = Vector3.new(-90, -68.9899979, -90)
  6088. o150.CanCollide = false
  6089. o150.Size = Vector3.new(0.0523170792, 0.230058327, 0.119462326)
  6090. o150.CFrame = CFrame.new(-0.36189577, 0.838614881, 1.07660866, 7.48810261e-14, 0.358491123, -0.933540046, 4.47145413e-13, 0.933539629, 0.358489215, 1, -4.44267046e-13, -9.03922729e-14)
  6091. o150.BottomSurface = Enum.SurfaceType.Smooth
  6092. o150.Color = Color3.new(0.8, 1, 0.8)
  6093. o150.Color = Color3.new(0.8, 1, 0.8)
  6094. o151.Parent = o150
  6095. o151.Scale = Vector3.new(0.0802767724, 1, 1)
  6096. o151.MeshType = Enum.MeshType.Wedge
  6097. o151.Scale = Vector3.new(0.0802767724, 1, 1)
  6098. o152.Parent = o1
  6099. o152.Material = Enum.Material.Fabric
  6100. o152.BrickColor = BrickColor.new("Pastel green")
  6101. o152.Rotation = Vector3.new(90, 68.9899979, -90)
  6102. o152.CanCollide = false
  6103. o152.Size = Vector3.new(0.0523170792, 0.230058327, 0.27508992)
  6104. o152.CFrame = CFrame.new(0.0528306663, 0.679543555, 1.07695961, 0, 0.358521819, 0.933528364, 0, 0.933528006, -0.358519733, -1, 9.78871268e-25, 5.83452389e-31)
  6105. o152.BottomSurface = Enum.SurfaceType.Smooth
  6106. o152.Color = Color3.new(0.8, 1, 0.8)
  6107. o152.Color = Color3.new(0.8, 1, 0.8)
  6108. o153.Parent = o152
  6109. o153.Scale = Vector3.new(0.093656227, 1, 1)
  6110. o153.MeshType = Enum.MeshType.Wedge
  6111. o153.Scale = Vector3.new(0.093656227, 1, 1)
  6112. o154.Parent = o1
  6113. o154.Material = Enum.Material.Fabric
  6114. o154.BrickColor = BrickColor.new("Pastel green")
  6115. o154.Rotation = Vector3.new(-180, 0, -158.990005)
  6116. o154.CanCollide = false
  6117. o154.Size = Vector3.new(0.072097294, 0.230525032, 0.0523170605)
  6118. o154.CFrame = CFrame.new(-0.0647155568, 0.72473675, 1.06087685, -0.933535397, 0.358485222, 0, 0.358485192, 0.933535397, 0, 0, 0, -1)
  6119. o154.BottomSurface = Enum.SurfaceType.Smooth
  6120. o154.TopSurface = Enum.SurfaceType.Smooth
  6121. o154.Color = Color3.new(0.8, 1, 0.8)
  6122. o154.Color = Color3.new(0.8, 1, 0.8)
  6123. o155.Parent = o154
  6124. o155.Scale = Vector3.new(1, 1, 0.70911181)
  6125. o155.Scale = Vector3.new(1, 1, 0.70911181)
  6126. o156.Parent = o1
  6127. o156.Material = Enum.Material.Fabric
  6128. o156.BrickColor = BrickColor.new("Pastel green")
  6129. o156.Rotation = Vector3.new(90, 68.9899979, -90)
  6130. o156.CanCollide = false
  6131. o156.Size = Vector3.new(0.0523170792, 0.230058327, 0.0751305595)
  6132. o156.CFrame = CFrame.new(-0.129718021, 0.750136554, 1.07695961, 0, 0.35852167, 0.933528185, 0, 0.933527768, -0.358519822, -1, 9.78870873e-25, 4.66761911e-31)
  6133. o156.BottomSurface = Enum.SurfaceType.Smooth
  6134. o156.Color = Color3.new(0.8, 1, 0.8)
  6135. o156.Color = Color3.new(0.8, 1, 0.8)
  6136. o157.Parent = o156
  6137. o157.Scale = Vector3.new(0.093656227, 1, 1)
  6138. o157.MeshType = Enum.MeshType.Wedge
  6139. o157.Scale = Vector3.new(0.093656227, 1, 1)
  6140. o158.Parent = o1
  6141. o158.Material = Enum.Material.Fabric
  6142. o158.BrickColor = BrickColor.new("Pastel green")
  6143. o158.Rotation = Vector3.new(-90, 0, -180)
  6144. o158.CanCollide = false
  6145. o158.Size = Vector3.new(0.0523170792, 0.288622707, 0.215358883)
  6146. o158.CFrame = CFrame.new(0.515432477, 1.50391483, 0.304471403, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  6147. o158.BottomSurface = Enum.SurfaceType.Smooth
  6148. o158.Color = Color3.new(0.8, 1, 0.8)
  6149. o158.Color = Color3.new(0.8, 1, 0.8)
  6150. o159.Parent = o158
  6151. o159.Scale = Vector3.new(0.0713573024, 1, 1)
  6152. o159.MeshType = Enum.MeshType.Wedge
  6153. o159.Scale = Vector3.new(0.0713573024, 1, 1)
  6154. o160.Parent = o1
  6155. o160.Material = Enum.Material.Fabric
  6156. o160.BrickColor = BrickColor.new("Pastel green")
  6157. o160.Rotation = Vector3.new(90, 0, 180)
  6158. o160.CanCollide = false
  6159. o160.Size = Vector3.new(0.0523170792, 0.0648643821, 0.218625456)
  6160. o160.CFrame = CFrame.new(-0.554247797, 0.87410301, 0.999750018, -0.999991179, -4.25428735e-13, -2.59262174e-06, 2.59259878e-06, -1.49012536e-07, -1, 3.91070504e-14, -0.999991179, 1.49010688e-07)
  6161. o160.BottomSurface = Enum.SurfaceType.Smooth
  6162. o160.Color = Color3.new(0.8, 1, 0.8)
  6163. o160.Color = Color3.new(0.8, 1, 0.8)
  6164. o161.Parent = o160
  6165. o161.Scale = Vector3.new(0.0891964138, 1, 1)
  6166. o161.MeshType = Enum.MeshType.Wedge
  6167. o161.Scale = Vector3.new(0.0891964138, 1, 1)
  6168. o162.Parent = o1
  6169. o162.Material = Enum.Material.Fabric
  6170. o162.BrickColor = BrickColor.new("Pastel green")
  6171. o162.Rotation = Vector3.new(90, 68.9899979, 90)
  6172. o162.CanCollide = false
  6173. o162.Size = Vector3.new(0.0523170792, 0.230058327, 0.058097817)
  6174. o162.CFrame = CFrame.new(-0.356791705, 0.836649358, 1.07660866, 0, -0.358491153, 0.933540165, 0, -0.933539689, -0.358489156, 1, -9.78871169e-25, 3.27316789e-29)
  6175. o162.BottomSurface = Enum.SurfaceType.Smooth
  6176. o162.Color = Color3.new(0.8, 1, 0.8)
  6177. o162.Color = Color3.new(0.8, 1, 0.8)
  6178. o163.Parent = o162
  6179. o163.Scale = Vector3.new(0.0802767724, 1, 1)
  6180. o163.MeshType = Enum.MeshType.Wedge
  6181. o163.Scale = Vector3.new(0.0802767724, 1, 1)
  6182. o164.Parent = o1
  6183. o164.Material = Enum.Material.Fabric
  6184. o164.BrickColor = BrickColor.new("Pastel green")
  6185. o164.Rotation = Vector3.new(0, -90, 0)
  6186. o164.CanCollide = false
  6187. o164.Size = Vector3.new(0.0523170792, 0.212325633, 0.0545979626)
  6188. o164.CFrame = CFrame.new(-0.528712332, 0.877318442, 1.05605507, 4.25436216e-13, 2.59262174e-06, -1, 1.49010191e-07, 1, 2.59262174e-06, 1, -1.49010191e-07, 3.91091578e-14)
  6189. o164.BottomSurface = Enum.SurfaceType.Smooth
  6190. o164.TopSurface = Enum.SurfaceType.Smooth
  6191. o164.Color = Color3.new(0.8, 1, 0.8)
  6192. o164.Color = Color3.new(0.8, 1, 0.8)
  6193. o165.Parent = o164
  6194. o165.Scale = Vector3.new(0.896403134, 1, 1)
  6195. o165.Scale = Vector3.new(0.896403134, 1, 1)
  6196. o166.Parent = o1
  6197. o166.Material = Enum.Material.Fabric
  6198. o166.BrickColor = BrickColor.new("Pastel green")
  6199. o166.Rotation = Vector3.new(-90, -68.9899979, 90)
  6200. o166.CanCollide = false
  6201. o166.Size = Vector3.new(0.0523170792, 0.230058327, 0.122028813)
  6202. o166.CFrame = CFrame.new(0.0253877323, 0.690083802, 1.07695961, 0, -0.35852167, -0.933528185, 0, -0.933527768, 0.358519822, -1, -9.78870873e-25, -4.66761911e-31)
  6203. o166.BottomSurface = Enum.SurfaceType.Smooth
  6204. o166.Color = Color3.new(0.8, 1, 0.8)
  6205. o166.Color = Color3.new(0.8, 1, 0.8)
  6206. o167.Parent = o166
  6207. o167.Scale = Vector3.new(0.093656227, 1, 1)
  6208. o167.MeshType = Enum.MeshType.Wedge
  6209. o167.Scale = Vector3.new(0.093656227, 1, 1)
  6210. o168.Parent = o1
  6211. o168.Material = Enum.Material.Fabric
  6212. o168.BrickColor = BrickColor.new("Pastel green")
  6213. o168.Rotation = Vector3.new(90, 68.9899979, -90)
  6214. o168.CanCollide = false
  6215. o168.Size = Vector3.new(0.0523170792, 0.230058327, 0.163093925)
  6216. o168.CFrame = CFrame.new(0.33469975, 0.571298182, 1.07695961, 0, 0.358518839, 0.933522701, 0, 0.933522701, -0.358518779, -1, 0, 0)
  6217. o168.BottomSurface = Enum.SurfaceType.Smooth
  6218. o168.Color = Color3.new(0.8, 1, 0.8)
  6219. o168.Color = Color3.new(0.8, 1, 0.8)
  6220. o169.Parent = o168
  6221. o169.Scale = Vector3.new(0.093656227, 1, 1)
  6222. o169.MeshType = Enum.MeshType.Wedge
  6223. o169.Scale = Vector3.new(0.093656227, 1, 1)
  6224. o170.Parent = o1
  6225. o170.Material = Enum.Material.Fabric
  6226. o170.BrickColor = BrickColor.new("Pastel green")
  6227. o170.Rotation = Vector3.new(180, 0, -180)
  6228. o170.CanCollide = false
  6229. o170.Size = Vector3.new(0.0523170792, 0.214892223, 0.136961758)
  6230. o170.CFrame = CFrame.new(-0.554247797, 0.875852525, 0.932794392, -0.999999762, 2.58493941e-26, -5.51012977e-40, -2.58493911e-26, 1, -4.26325641e-14, 0, 4.26325608e-14, -0.999999702)
  6231. o170.BottomSurface = Enum.SurfaceType.Smooth
  6232. o170.Color = Color3.new(0.8, 1, 0.8)
  6233. o170.Color = Color3.new(0.8, 1, 0.8)
  6234. o171.Parent = o170
  6235. o171.Scale = Vector3.new(0.0891964138, 1, 1)
  6236. o171.MeshType = Enum.MeshType.Wedge
  6237. o171.Scale = Vector3.new(0.0891964138, 1, 1)
  6238. o172.Parent = o1
  6239. o172.Material = Enum.Material.Fabric
  6240. o172.BrickColor = BrickColor.new("Pastel green")
  6241. o172.Rotation = Vector3.new(0, 89.9400024, 0)
  6242. o172.Size = Vector3.new(0.148626789, 0.215358868, 0.0545979626)
  6243. o172.CFrame = CFrame.new(0.490690321, 1.50391507, 0.0855534673, 0, 0, 0.999999404, 0, 1, 0, -0.999999404, 0, 0)
  6244. o172.BottomSurface = Enum.SurfaceType.Smooth
  6245. o172.TopSurface = Enum.SurfaceType.Smooth
  6246. o172.Color = Color3.new(0.8, 1, 0.8)
  6247. o172.Color = Color3.new(0.8, 1, 0.8)
  6248. o173.Parent = o1
  6249. o173.Material = Enum.Material.Fabric
  6250. o173.BrickColor = BrickColor.new("Pastel green")
  6251. o173.Rotation = Vector3.new(90, 68.9899979, 90)
  6252. o173.CanCollide = false
  6253. o173.Size = Vector3.new(0.0523170792, 0.231458381, 0.21605882)
  6254. o173.CFrame = CFrame.new(0.182020172, 0.629220307, 0.0132421814, 2.57934474e-08, -0.358521402, 0.933521509, -9.90602178e-09, -0.933521509, -0.358521402, 1, 1.86515452e-14, -2.7630259e-08)
  6255. o173.BottomSurface = Enum.SurfaceType.Smooth
  6256. o173.Color = Color3.new(0.8, 1, 0.8)
  6257. o173.Color = Color3.new(0.8, 1, 0.8)
  6258. o174.Parent = o173
  6259. o174.Scale = Vector3.new(0.0847364366, 1, 1)
  6260. o174.MeshType = Enum.MeshType.Wedge
  6261. o174.Scale = Vector3.new(0.0847364366, 1, 1)
  6262. o175.Parent = o1
  6263. o175.Material = Enum.Material.Fabric
  6264. o175.BrickColor = BrickColor.new("Pastel green")
  6265. o175.CanCollide = false
  6266. o175.Size = Vector3.new(0.0523170792, 0.215592191, 0.149794549)
  6267. o175.CFrame = CFrame.new(0.516592145, 0.532934725, 0.530923486, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6268. o175.BottomSurface = Enum.SurfaceType.Smooth
  6269. o175.Color = Color3.new(0.8, 1, 0.8)
  6270. o175.Color = Color3.new(0.8, 1, 0.8)
  6271. o176.Parent = o175
  6272. o176.Scale = Vector3.new(0.0891966075, 1, 1)
  6273. o176.MeshType = Enum.MeshType.Wedge
  6274. o176.Scale = Vector3.new(0.0891966075, 1, 1)
  6275. o177.Parent = o1
  6276. o177.Material = Enum.Material.Fabric
  6277. o177.BrickColor = BrickColor.new("Pastel green")
  6278. o177.Rotation = Vector3.new(-90, -68.9899979, -90)
  6279. o177.CanCollide = false
  6280. o177.Size = Vector3.new(0.0523170792, 0.231458381, 0.109662674)
  6281. o177.CFrame = CFrame.new(0.167203933, 0.634904444, 0.0132421814, 0, 0.358521372, -0.93352282, 0, 0.93352282, 0.358521372, 1, 0, 0)
  6282. o177.BottomSurface = Enum.SurfaceType.Smooth
  6283. o177.Color = Color3.new(0.8, 1, 0.8)
  6284. o177.Color = Color3.new(0.8, 1, 0.8)
  6285. o178.Parent = o177
  6286. o178.Scale = Vector3.new(0.0847364366, 1, 1)
  6287. o178.MeshType = Enum.MeshType.Wedge
  6288. o178.Scale = Vector3.new(0.0847364366, 1, 1)
  6289. o179.Parent = o1
  6290. o179.Material = Enum.Material.Fabric
  6291. o179.BrickColor = BrickColor.new("Pastel green")
  6292. o179.Rotation = Vector3.new(-90, 0, 0)
  6293. o179.CanCollide = false
  6294. o179.Size = Vector3.new(0.0523170792, 0.214892223, 0.214658931)
  6295. o179.CFrame = CFrame.new(-0.554247797, 0.875852525, 0.181378633, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  6296. o179.BottomSurface = Enum.SurfaceType.Smooth
  6297. o179.Color = Color3.new(0.8, 1, 0.8)
  6298. o179.Color = Color3.new(0.8, 1, 0.8)
  6299. o180.Parent = o179
  6300. o180.Scale = Vector3.new(0.0891964138, 1, 1)
  6301. o180.MeshType = Enum.MeshType.Wedge
  6302. o180.Scale = Vector3.new(0.0891964138, 1, 1)
  6303. o181.Parent = o1
  6304. o181.Material = Enum.Material.Fabric
  6305. o181.BrickColor = BrickColor.new("Pastel green")
  6306. o181.Rotation = Vector3.new(90, -68.9899979, 90)
  6307. o181.CanCollide = false
  6308. o181.Size = Vector3.new(0.0523170792, 0.230758339, 0.173827007)
  6309. o181.CFrame = CFrame.new(-0.0216932632, 1.33342099, 1.07723427, 3.09521972e-08, -0.358520716, -0.933521807, 1.18872956e-08, 0.933521807, -0.358520716, 1, -4.57081442e-14, 3.31563896e-08)
  6310. o181.BottomSurface = Enum.SurfaceType.Smooth
  6311. o181.Color = Color3.new(0.8, 1, 0.8)
  6312. o181.Color = Color3.new(0.8, 1, 0.8)
  6313. o182.Parent = o181
  6314. o182.Scale = Vector3.new(0.0847365856, 1, 1)
  6315. o182.MeshType = Enum.MeshType.Wedge
  6316. o182.Scale = Vector3.new(0.0847365856, 1, 1)
  6317. o183.Parent = o1
  6318. o183.Material = Enum.Material.Metal
  6319. o183.Rotation = Vector3.new(0, 90, 0)
  6320. o183.CanCollide = false
  6321. o183.Size = Vector3.new(0.0523170792, 0.246857777, 0.0919299349)
  6322. o183.CFrame = CFrame.new(0.435743451, 0.525529206, 1.05829811, 1.38554072e-13, -1.16227682e-06, 1, 8.66859156e-13, 1, 1.16227682e-06, -1, 8.66858993e-13, 1.38555075e-13)
  6323. o183.BottomSurface = Enum.SurfaceType.Smooth
  6324. o184.Parent = o183
  6325. o184.Scale = Vector3.new(0.610995531, 1, 1)
  6326. o184.MeshType = Enum.MeshType.Wedge
  6327. o184.Scale = Vector3.new(0.610995531, 1, 1)
  6328. o185.Parent = o1
  6329. o185.Material = Enum.Material.Fabric
  6330. o185.BrickColor = BrickColor.new("Pastel green")
  6331. o185.Rotation = Vector3.new(-90, 68.9899979, -90)
  6332. o185.CanCollide = false
  6333. o185.Size = Vector3.new(0.0523170792, 0.230291739, 0.0837635845)
  6334. o185.CFrame = CFrame.new(0.194494247, 1.41684651, 0.015729364, 0, 0.358520031, 0.933522105, 0, -0.933522105, 0.358520031, 1, 0, 0)
  6335. o185.BottomSurface = Enum.SurfaceType.Smooth
  6336. o185.Color = Color3.new(0.8, 1, 0.8)
  6337. o185.Color = Color3.new(0.8, 1, 0.8)
  6338. o186.Parent = o185
  6339. o186.Scale = Vector3.new(0.178392708, 1, 1)
  6340. o186.MeshType = Enum.MeshType.Wedge
  6341. o186.Scale = Vector3.new(0.178392708, 1, 1)
  6342. o187.Parent = o1
  6343. o187.Material = Enum.Material.Metal
  6344. o187.Rotation = Vector3.new(180, 90, 0)
  6345. o187.CanCollide = false
  6346. o187.Size = Vector3.new(0.0523170792, 0.255957514, 0.0963631198)
  6347. o187.CFrame = CFrame.new(0.434927106, 1.51190126, 0.0318273716, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  6348. o187.BottomSurface = Enum.SurfaceType.Smooth
  6349. o188.Parent = o187
  6350. o188.Scale = Vector3.new(0.624374926, 1, 1)
  6351. o188.MeshType = Enum.MeshType.Wedge
  6352. o188.Scale = Vector3.new(0.624374926, 1, 1)
  6353. o189.Parent = o1
  6354. o189.Material = Enum.Material.Concrete
  6355. o189.BrickColor = BrickColor.new("Institutional white")
  6356. o189.Rotation = Vector3.new(-180, 0, 0)
  6357. o189.CanCollide = false
  6358. o189.Size = Vector3.new(0.0523170792, 0.191674963, 0.0579847917)
  6359. o189.CFrame = CFrame.new(-0.566798151, 0.546618402, 0.582101524, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  6360. o189.BottomSurface = Enum.SurfaceType.Smooth
  6361. o189.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6362. o189.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6363. o190.Parent = o189
  6364. o190.Scale = Vector3.new(0.502694845, 1, 1)
  6365. o190.MeshType = Enum.MeshType.Wedge
  6366. o190.Scale = Vector3.new(0.502694845, 1, 1)
  6367. o191.Parent = o1
  6368. o191.Material = Enum.Material.Metal
  6369. o191.Rotation = Vector3.new(-180, -90, 0)
  6370. o191.CanCollide = false
  6371. o191.Size = Vector3.new(0.0523170792, 0.255957514, 0.0963631198)
  6372. o191.CFrame = CFrame.new(-0.472933769, 0.884024322, 1.05864906, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  6373. o191.BottomSurface = Enum.SurfaceType.Smooth
  6374. o192.Parent = o191
  6375. o192.Scale = Vector3.new(0.624374926, 1, 1)
  6376. o192.MeshType = Enum.MeshType.Wedge
  6377. o192.Scale = Vector3.new(0.624374926, 1, 1)
  6378. o193.Parent = o1
  6379. o193.Material = Enum.Material.Metal
  6380. o193.Rotation = Vector3.new(0, -90, 0)
  6381. o193.CanCollide = false
  6382. o193.Size = Vector3.new(0.0523170792, 0.246857777, 0.0919299349)
  6383. o193.CFrame = CFrame.new(-0.473757744, 1.15340137, 0.0321783237, -1.38554682e-13, 9.53674316e-07, -1.00000882, 8.66862409e-13, 1.00000679, 9.83476639e-07, 1.00000894, -8.52651283e-13, -1.27897299e-13)
  6384. o193.BottomSurface = Enum.SurfaceType.Smooth
  6385. o194.Parent = o193
  6386. o194.Scale = Vector3.new(0.610995531, 1, 1)
  6387. o194.MeshType = Enum.MeshType.Wedge
  6388. o194.Scale = Vector3.new(0.610995531, 1, 1)
  6389. o195.Parent = o1
  6390. o195.Material = Enum.Material.Concrete
  6391. o195.BrickColor = BrickColor.new("Institutional white")
  6392. o195.Rotation = Vector3.new(0, 0, -180)
  6393. o195.CanCollide = false
  6394. o195.Size = Vector3.new(0.0523170792, 0.191674963, 0.0579847917)
  6395. o195.CFrame = CFrame.new(-0.566798151, 0.546618402, 0.486672848, -1, 0, 0, 0, -1, 0, 0, 0, 1)
  6396. o195.BottomSurface = Enum.SurfaceType.Smooth
  6397. o195.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6398. o195.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6399. o196.Parent = o195
  6400. o196.Scale = Vector3.new(0.502694845, 1, 1)
  6401. o196.MeshType = Enum.MeshType.Wedge
  6402. o196.Scale = Vector3.new(0.502694845, 1, 1)
  6403. o197.Parent = o1
  6404. o197.Material = Enum.Material.Concrete
  6405. o197.BrickColor = BrickColor.new("Burlap")
  6406. o197.Rotation = Vector3.new(-180, 0, 0)
  6407. o197.CanCollide = false
  6408. o197.Size = Vector3.new(0.0523170792, 0.324669838, 0.112100951)
  6409. o197.CFrame = CFrame.new(-0.565272272, 0.480121315, 0.592141807, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  6410. o197.BottomSurface = Enum.SurfaceType.Smooth
  6411. o197.Color = Color3.new(0.780392, 0.67451, 0.470588)
  6412. o197.Color = Color3.new(0.780392, 0.67451, 0.470588)
  6413. o198.Parent = o197
  6414. o198.Scale = Vector3.new(0.444717079, 1, 1)
  6415. o198.MeshType = Enum.MeshType.Wedge
  6416. o198.Scale = Vector3.new(0.444717079, 1, 1)
  6417. o199.Parent = o1
  6418. o199.Material = Enum.Material.Fabric
  6419. o199.BrickColor = BrickColor.new("Pastel green")
  6420. o199.Rotation = Vector3.new(-180, 0, -180)
  6421. o199.CanCollide = false
  6422. o199.Size = Vector3.new(0.0523170792, 0.215592191, 0.149794549)
  6423. o199.CFrame = CFrame.new(0.516592145, 0.532934725, 0.848489285, -0.999991894, 0, 0, 0, 1, 0, 0, 0, -0.999991894)
  6424. o199.BottomSurface = Enum.SurfaceType.Smooth
  6425. o199.Color = Color3.new(0.8, 1, 0.8)
  6426. o199.Color = Color3.new(0.8, 1, 0.8)
  6427. o200.Parent = o199
  6428. o200.Scale = Vector3.new(0.0891966075, 1, 1)
  6429. o200.MeshType = Enum.MeshType.Wedge
  6430. o200.Scale = Vector3.new(0.0891966075, 1, 1)
  6431. o201.Parent = o1
  6432. o201.Material = Enum.Material.Fabric
  6433. o201.BrickColor = BrickColor.new("Pastel green")
  6434. o201.Rotation = Vector3.new(90, -68.9899979, -90)
  6435. o201.CanCollide = false
  6436. o201.Size = Vector3.new(0.0523170792, 0.234258354, 0.110362582)
  6437. o201.CFrame = CFrame.new(0.356290936, 1.47772205, 1.07584572, 0, 0.358520031, -0.933522105, 0, -0.933522105, -0.358520031, -1, 0, 0)
  6438. o201.BottomSurface = Enum.SurfaceType.Smooth
  6439. o201.Color = Color3.new(0.8, 1, 0.8)
  6440. o201.Color = Color3.new(0.8, 1, 0.8)
  6441. o202.Parent = o201
  6442. o202.Scale = Vector3.new(0.0847365856, 1, 1)
  6443. o202.MeshType = Enum.MeshType.Wedge
  6444. o202.Scale = Vector3.new(0.0847365856, 1, 1)
  6445. o203.Parent = o1
  6446. o203.Material = Enum.Material.Fabric
  6447. o203.BrickColor = BrickColor.new("Pastel green")
  6448. o203.Rotation = Vector3.new(0, 90, 0)
  6449. o203.CanCollide = false
  6450. o203.Size = Vector3.new(0.0523170792, 0.215358868, 0.0523170605)
  6451. o203.CFrame = CFrame.new(-0.531153679, 1.16092801, 1.06751442, -4.26316968e-14, 1.09246684e-13, 1, 1.49008898e-07, 1, -1.09246677e-13, -1, 1.49008898e-07, -4.26317036e-14)
  6452. o203.BottomSurface = Enum.SurfaceType.Smooth
  6453. o203.TopSurface = Enum.SurfaceType.Smooth
  6454. o203.Color = Color3.new(0.8, 1, 0.8)
  6455. o203.Color = Color3.new(0.8, 1, 0.8)
  6456. o204.Parent = o203
  6457. o204.Scale = Vector3.new(0.410303026, 1, 0.985620081)
  6458. o204.Scale = Vector3.new(0.410303026, 1, 0.985620081)
  6459. o205.Parent = o1
  6460. o205.Material = Enum.Material.Concrete
  6461. o205.BrickColor = BrickColor.new("Burlap")
  6462. o205.Rotation = Vector3.new(0, 0, -180)
  6463. o205.CanCollide = false
  6464. o205.Size = Vector3.new(0.0523170792, 0.324670166, 0.114216067)
  6465. o205.CFrame = CFrame.new(-0.565272272, 0.480120122, 0.479333371, -1, 0, 0, 0, -1, 0, 0, 0, 1)
  6466. o205.BottomSurface = Enum.SurfaceType.Smooth
  6467. o205.Color = Color3.new(0.780392, 0.67451, 0.470588)
  6468. o205.Color = Color3.new(0.780392, 0.67451, 0.470588)
  6469. o206.Parent = o205
  6470. o206.Scale = Vector3.new(0.444717079, 1, 1)
  6471. o206.MeshType = Enum.MeshType.Wedge
  6472. o206.Scale = Vector3.new(0.444717079, 1, 1)
  6473. o207.Parent = o1
  6474. o207.Material = Enum.Material.Fabric
  6475. o207.BrickColor = BrickColor.new("Pastel green")
  6476. o207.Rotation = Vector3.new(0, 90, 0)
  6477. o207.CanCollide = false
  6478. o207.Size = Vector3.new(0.0523170792, 0.215825632, 0.0846968517)
  6479. o207.CFrame = CFrame.new(0.439375043, 0.531474292, 1.06073952, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  6480. o207.BottomSurface = Enum.SurfaceType.Smooth
  6481. o207.Color = Color3.new(0.8, 1, 0.8)
  6482. o207.Color = Color3.new(0.8, 1, 0.8)
  6483. o208.Parent = o207
  6484. o208.Scale = Vector3.new(0.704651833, 1, 1)
  6485. o208.MeshType = Enum.MeshType.Wedge
  6486. o208.Scale = Vector3.new(0.704651833, 1, 1)
  6487. o209.Parent = o1
  6488. o209.Material = Enum.Material.Fabric
  6489. o209.BrickColor = BrickColor.new("Pastel green")
  6490. o209.Rotation = Vector3.new(0, 0, 21.0100002)
  6491. o209.CanCollide = false
  6492. o209.Size = Vector3.new(0.193425581, 0.230991706, 0.0523170605)
  6493. o209.CFrame = CFrame.new(-0.191249147, 1.26839578, 1.06128883, 0.933522403, -0.358519197, 0, 0.358519167, 0.933522403, 0, 0, 0, 1)
  6494. o209.BottomSurface = Enum.SurfaceType.Smooth
  6495. o209.TopSurface = Enum.SurfaceType.Smooth
  6496. o209.Color = Color3.new(0.8, 1, 0.8)
  6497. o209.Color = Color3.new(0.8, 1, 0.8)
  6498. o210.Parent = o209
  6499. o210.Scale = Vector3.new(1, 1, 0.704652131)
  6500. o210.Scale = Vector3.new(1, 1, 0.704652131)
  6501. o211.Parent = o1
  6502. o211.Material = Enum.Material.Metal
  6503. o211.Rotation = Vector3.new(-180, -90, 0)
  6504. o211.Size = Vector3.new(0.0933299363, 0.255957514, 0.0963631198)
  6505. o211.CFrame = CFrame.new(-0.472933769, 0.884024084, 0.0621313415, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  6506. o211.BottomSurface = Enum.SurfaceType.Smooth
  6507. o212.Parent = o1
  6508. o212.Material = Enum.Material.Fabric
  6509. o212.BrickColor = BrickColor.new("Pastel green")
  6510. o212.Rotation = Vector3.new(90, 0, 0)
  6511. o212.CanCollide = false
  6512. o212.Size = Vector3.new(0.0523170792, 0.208359182, 0.21302557)
  6513. o212.CFrame = CFrame.new(-0.554247797, 1.15980923, 0.895227015, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  6514. o212.BottomSurface = Enum.SurfaceType.Smooth
  6515. o212.Color = Color3.new(0.8, 1, 0.8)
  6516. o212.Color = Color3.new(0.8, 1, 0.8)
  6517. o213.Parent = o212
  6518. o213.Scale = Vector3.new(0.0891964138, 1, 1)
  6519. o213.MeshType = Enum.MeshType.Wedge
  6520. o213.Scale = Vector3.new(0.0891964138, 1, 1)
  6521. o214.Parent = o1
  6522. o214.Material = Enum.Material.Fabric
  6523. o214.BrickColor = BrickColor.new("Pastel green")
  6524. o214.Rotation = Vector3.new(-180, -90, 0)
  6525. o214.CanCollide = false
  6526. o214.Size = Vector3.new(0.0523170792, 0.216058969, 0.0837635845)
  6527. o214.CFrame = CFrame.new(-0.459902734, 0.875762761, 1.0747776, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  6528. o214.BottomSurface = Enum.SurfaceType.Smooth
  6529. o214.Color = Color3.new(0.8, 1, 0.8)
  6530. o214.Color = Color3.new(0.8, 1, 0.8)
  6531. o215.Parent = o214
  6532. o215.Scale = Vector3.new(0.178392708, 1, 1)
  6533. o215.MeshType = Enum.MeshType.Wedge
  6534. o215.Scale = Vector3.new(0.178392708, 1, 1)
  6535. o216.Parent = o1
  6536. o216.Material = Enum.Material.Metal
  6537. o216.Rotation = Vector3.new(0, 90, 0)
  6538. o216.Size = Vector3.new(0.0699974597, 0.246624529, 0.0937965363)
  6539. o216.CFrame = CFrame.new(0.434820294, 0.525634706, 0.0504583679, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  6540. o216.BottomSurface = Enum.SurfaceType.Smooth
  6541.  
  6542. mas.Parent = Torso
  6543. mas:MakeJoints()
  6544. local parts,last = {}
  6545. local function scan(mas2)
  6546.     for _,v in pairs(mas2:GetChildren()) do
  6547.         if (v:IsA("BasePart")) then
  6548.             if (last) then
  6549.                 local w = Instance.new("Weld")
  6550.                 w.Name = ("%s_Weld"):format(v.Name)
  6551.                 w.Part0,w.Part1 = last,leglocater
  6552.                 w.C0 = last.CFrame:inverse()
  6553.                 w.Parent = last
  6554.             end
  6555.             last = v
  6556.             table.insert(parts,v)
  6557.         end
  6558.         scan(v)
  6559.     end
  6560. end
  6561. scan(mas)
  6562. for _,v in pairs(parts) do
  6563.     v.CanCollide = false
  6564.     v.Anchored = false
  6565.     v.Parent = Torso
  6566. end
  6567.  
  6568.  
  6569. shades = Instance.new("Part",Torso)
  6570. shades.Size = Vector3.new(1,1,1)
  6571. shades.Anchored = false
  6572. shades.Transparency = 0
  6573. shades.CanCollide = false
  6574. meshify(shades,Vector3.new(.92,.92,.92),30166087,30166098)
  6575. shadesweld = weldBetween(shades,Head) shadesweld.C0 = CFrame.new(0,-.15,.3)
  6576.  
  6577. mask = Instance.new("Part",Torso)
  6578. mask.Size = Vector3.new(1,1,1)
  6579. mask.Anchored = false
  6580. mask.CanCollide = false
  6581. meshify(mask,Vector3.new(1.067, 0.731, 0.818),1241701956,1241694045)
  6582. maskweld = weldBetween(mask,Head) maskweld.C0 = CFrame.new(0,.25,.4)
  6583.  
  6584. hair = Instance.new("Part",Torso)
  6585. hair.Anchored = false
  6586. hair.CanCollide = false
  6587. hair.Size = Vector3.new(1,1,1)
  6588. meshify(hair,Vector3.new(0.047, 0.053, 0.041),487000462,552872145)
  6589. hairweld = weldBetween(hair,Head) hairweld.C0 = CFrame.new(0,.95,.62) * CFrame.Angles(math.rad(0),math.rad(180),0)
  6590.  
  6591. leftrot = Instance.new("Part",Torso)
  6592. leftrot.Size = Vector3.new(1,1,1)
  6593. leftrot.Anchored = false
  6594. leftrot.Transparency = 1
  6595. leftrot.CanCollide = false
  6596. leftrotweld = weldBetween(leftrot,Torso)
  6597. leftrotweld.C0 = CFrame.new(.96,-.5,0)
  6598.  
  6599. local t1t = {}
  6600. local v = 0
  6601. local v2 = 0
  6602. local v3 = 0
  6603. local v4 = 0
  6604. for i = 1, 50 do
  6605.     v4 = v4 + .15
  6606.     v = v + .1
  6607.     v2 = v2 + .015
  6608.     v3 = v3 + 1.9
  6609.     local xx = v4
  6610.     local xx2 = 0
  6611.     xx2 = xx2 + .05
  6612.     local m = Instance.new("Part",Torso)
  6613.     m.Size = Vector3.new(.2,.9-v2,.9-v2)
  6614.     m.Anchored = false
  6615.     m.Material = "ForceField"
  6616.     m.BrickColor = BrickColor.new("Really black")
  6617.     m.CanCollide = false
  6618.     table.insert(t1t,m)
  6619.     local mweld = weldBetween(m,leftrot)
  6620.     mweld.C0 = mweld.C0 * CFrame.new(0+v,0,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0-v3))
  6621.     coroutine.wrap(function()
  6622.         local b = 0
  6623.         while true do
  6624.             mweld.C0 = mweld.C0:lerp(mweld.C0 * CFrame.Angles(math.rad(xx*1.2*math.sin(sine2/22)),math.rad(xx*1.2*-math.sin(sine2/16)),math.rad(xx*1.5*math.sin(sine2/19))),.1)
  6625.             swait()
  6626.         end
  6627.     end)()
  6628. end
  6629.  
  6630. mouse.KeyDown:connect(function(Press)
  6631.     Press=Press:lower()
  6632.     if Press=='m' then
  6633.         immortality()
  6634.         for i,v in pairs(Player.Character:GetDescendants()) do
  6635.             if v:IsA("BodyVelocity") then
  6636.                 v:Destroy()
  6637.             end
  6638.         end
  6639.     elseif Press=='t' then
  6640.         taunt()
  6641.     elseif Press=='y' then
  6642.         if mouse.Target ~= nil and mouse.Target.Parent ~= Character and mouse.Target.Parent.Parent ~= Character and mouse.Target.Parent:FindFirstChildOfClass("Humanoid") ~= nil then
  6643.             local enemyhum = mouse.Target.Parent:FindFirstChildOfClass("Humanoid")
  6644.             if enemyhum.Health < 1 then return end
  6645.             local ETorso = enemyhum.Parent:FindFirstChild("Torso") or enemyhum.Parent:FindFirstChild("LowerTorso")
  6646.             if debounce then return end
  6647.             debounce = true
  6648.             attacking = true
  6649.             local scaling = true
  6650.             local g1 = Instance.new("BodyGyro", nil)
  6651.             g1.CFrame = Root.CFrame
  6652.             g1.Parent = Root
  6653.             g1.D = 175
  6654.             g1.P = 20000
  6655.             g1.MaxTorque = Vector3.new(3000,90000,3000)
  6656.             coroutine.wrap(function()
  6657.                 for i = 1, 20 do
  6658.                     g1.CFrame = g1.CFrame:lerp(CFrame.new(Root.Position,ETorso.Position),.11)
  6659.                     leftrotweld.C0 = leftrotweld.C0:lerp(CFrame.new(.96,.46,.0) * CFrame.Angles(math.rad(-178),0,0),.2)
  6660.                     swait()
  6661.                 end
  6662.             end)()
  6663.             coroutine.wrap(function()
  6664.                 while true do
  6665.                     if not scaling then break end
  6666.                     for i,v in pairs(t1t) do
  6667.                         if scaling then
  6668.                             if v:IsA("Part") then
  6669.                                 coroutine.wrap(function()
  6670.                                     colortween(v,.25,BrickColor.new("Crimson").Color)
  6671.                                     wait(.25)
  6672.                                     colortween(v,.25,BrickColor.new("Really black").Color)
  6673.                                     wait(.25)
  6674.                                 end)()
  6675.                                 swait()
  6676.                             end
  6677.                         end
  6678.                     end
  6679.                     swait()
  6680.                 end
  6681.             end)()
  6682.             local emitertable={}
  6683.             SOUND(ETorso,1659770705,10,false,math.random(9,11)/10,10)
  6684.             for i,v in pairs(enemyhum.Parent:GetChildren()) do
  6685.                 if v:IsA("Part") then
  6686.                     local particlemiter1 = Instance.new("ParticleEmitter", v)
  6687.                     particlemiter1.Enabled = true
  6688.                     particlemiter1.Color = ColorSequence.new(Color3.new(255, 0, 0), Color3.new(0, 255, 0))
  6689.                     particlemiter1.Texture = "rbxassetid://304437537"
  6690.                     particlemiter1.Lifetime = NumberRange.new(2.5)
  6691.                     particlemiter1.Size = NumberSequence.new(1,0)
  6692.                     particlemiter1.Rate = 25
  6693.                     particlemiter1.RotSpeed = NumberRange.new(70)
  6694.                     particlemiter1.Speed = NumberRange.new(0)
  6695.                     table.insert(emitertable,particlemiter1)
  6696.                 end
  6697.             end
  6698.             for i = 1, 30 do
  6699.                 g1.CFrame = g1.CFrame:lerp(CFrame.new(Root.Position,ETorso.Position),.11)
  6700.                 RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.4,1 + .1 * math.sin(sine/16),0)*CFrame.Angles(math.rad(-168.9),math.rad(1.1),math.rad(10.7 + 1 * math.sin(sine/16)))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.25)
  6701.                 LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.5,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.25)
  6702.                 ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(.1 * math.sin(sine/21), -.2 + -.1 * math.sin(sine/16), .1 * math.sin(sine/25)) * CFrame.Angles(math.rad(7 + 3 * math.sin(sine/16)), math.rad(-25), math.rad(0)),.2)
  6703.                 RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.3,1.9+ .05 * math.sin(sine/16),0.15-.05*math.sin(sine/16))*CFrame.Angles(math.rad(-0.1 -.3*math.sin(sine/16)),math.rad(0),math.rad(-11.5 - 2 * math.sin(sine/16)))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.25)
  6704.                 LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.3,1.3 + .08 * math.sin(sine/16),0.7)*CFrame.Angles(math.rad(22.3+4 * math.sin(sine/16)),math.rad(0),math.rad(10.6 + 1 * math.sin(sine/16)))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.25)
  6705.                 swait()
  6706.             end
  6707.             local grav = Instance.new("BodyPosition",ETorso)
  6708.             grav.D = 1500
  6709.             grav.P = 20000
  6710.             grav.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  6711.             grav.position = ETorso.Position+Vector3.new(0,15,0)
  6712.             for i = 1, 30 do
  6713.                 g1.CFrame = g1.CFrame:lerp(CFrame.new(Root.Position,ETorso.Position),.11)
  6714.                 RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.4,1 + .1 * math.sin(sine/16),0)*CFrame.Angles(math.rad(-168.9),math.rad(1.1),math.rad(10.7 + 1 * math.sin(sine/16)))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.25)
  6715.                 LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.5,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.25)
  6716.                 ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(.1 * math.sin(sine/21), -.2 + -.1 * math.sin(sine/16), .1 * math.sin(sine/25)) * CFrame.Angles(math.rad(7 + 3 * math.sin(sine/16)), math.rad(-25), math.rad(0)),.2)
  6717.                 RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.3,1.9+ .05 * math.sin(sine/16),0.15-.05*math.sin(sine/16))*CFrame.Angles(math.rad(-0.1 -.3*math.sin(sine/16)),math.rad(0),math.rad(-11.5 - 2 * math.sin(sine/16)))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.25)
  6718.                 LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.3,1.3 + .08 * math.sin(sine/16),0.7)*CFrame.Angles(math.rad(22.3+4 * math.sin(sine/16)),math.rad(0),math.rad(10.6 + 1 * math.sin(sine/16)))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.25)
  6719.                 swait()
  6720.             end
  6721.             for i = 1, 20 do
  6722.                 leftrotweld.C0 = leftrotweld.C0:lerp(CFrame.new(.96,-.5,0) * CFrame.Angles(math.rad(0),0,0),.2)
  6723.                 g1.CFrame = g1.CFrame:lerp(CFrame.new(Root.Position,ETorso.Position),.11)
  6724.                 ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(.1 * math.sin(sine/21), -.2 + -.1 * math.sin(sine/16), .1 * math.sin(sine/25)) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)),.2)
  6725.                 RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.3,1.9+ .05 * math.sin(sine/16),0.15-.05*math.sin(sine/16))*CFrame.Angles(math.rad(-0.1 -.3*math.sin(sine/16)),math.rad(0),math.rad(-11.5 - 2 * math.sin(sine/16)))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.25)
  6726.                 LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.3,1.3 + .08 * math.sin(sine/16),0.7)*CFrame.Angles(math.rad(22.3+4 * math.sin(sine/16)),math.rad(0),math.rad(10.6 + 1 * math.sin(sine/16)))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.25)
  6727.                 RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-0.9,1.4,0.4)*CFrame.Angles(math.rad(-92.1),math.rad(38),math.rad(2.7))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.25)
  6728.                 swait()
  6729.             end
  6730.             SOUND(gunshootbox,2909788444,5,false,math.random(7.5,10.5)/10,10)
  6731.             SOUND(gunshootbox,1894958339,5,false,3,10)
  6732.             bolt(Torso,gunshootbox.Position,ETorso.Position,ETorso,BrickColor.new("Really red"),.4,"Neon",3)
  6733.             Hit = damagealll(6,ETorso.Position)
  6734.             for _,v in pairs(Hit) do
  6735.                 if v:FindFirstChildOfClass("Humanoid") and v:FindFirstChildOfClass("Humanoid").Health > 0 then
  6736.                     slachtoffer = v:FindFirstChildOfClass("Humanoid")
  6737.                     killtaunt()
  6738.                     local sondbox = Instance.new("Part",Torso)
  6739.                     sondbox.Size = Vector3.new(1,1,1)
  6740.                     sondbox.Transparency = 1
  6741.                     sondbox.Anchored = true
  6742.                     sondbox.CanCollide = false
  6743.                     sondbox.CFrame = slachtoffer.Parent.Head.CFrame
  6744.                     SOUND(sondbox,3540796137,10,false,math.random(9,11)/10,10)
  6745.                     removeuseless:AddItem(sondbox,10)
  6746.                     for i,x in pairs(slachtoffer.Parent:GetDescendants()) do if x:IsA("Part") then x:Clone() x.Parent = workspace x.Material = "ForceField" x.BrickColor = BrickColor.new("Really red") x.Anchored = false
  6747.                             x.CanCollide = true x:BreakJoints() blood(x,100)
  6748.                         end end
  6749.                     for i,v in pairs(slachtoffer.Parent:GetDescendants()) do if v:IsA("ParticleEmitter") then v:Destroy() end end
  6750.                     for i,x in pairs(slachtoffer.Parent:GetDescendants()) do if x:IsA("Part") then x:Destroy() end end
  6751.                     slachtoffer.Parent = nil
  6752.                     for i,v in pairs(emitertable) do v:Destroy() end
  6753.                 end
  6754.             end
  6755.             coroutine.wrap(function()
  6756.                 for i = 1, 8 do
  6757.                     blockyeffect(BrickColor.new("Really red"),Vector3.new(.7,.7,.7),.1,CFrame.new(gunshootbox.Position),"Neon",5)
  6758.                 end
  6759.             end)()
  6760.             coroutine.wrap(function()
  6761.                 local shockwave = Instance.new("Part", Torso)
  6762.                 shockwave.Size = Vector3.new(1,1,1)
  6763.                 shockwave.CanCollide = false
  6764.                 shockwave.Anchored = true
  6765.                 shockwave.Transparency = .5
  6766.                 shockwave.BrickColor = BrickColor.new("White")
  6767.                 shockwave.CFrame = CFrame.new(gunshootbox.Position,mouse.Hit.p) * CFrame.Angles(math.rad(-90),0,0)
  6768.                 local shockwavemesh = Instance.new("SpecialMesh", shockwave)
  6769.                 shockwavemesh.Scale = Vector3.new(.5,.125,.5)
  6770.                 shockwavemesh.MeshId = "rbxassetid://20329976"
  6771.                 local shockwave2 = Instance.new("Part", Torso)
  6772.                 shockwave2.Size = Vector3.new(1,1,1)
  6773.                 shockwave2.CanCollide = false
  6774.                 shockwave2.Anchored = true
  6775.                 shockwave2.Transparency = shockwave.Transparency
  6776.                 shockwave2.BrickColor = shockwave.BrickColor
  6777.                 shockwave2.CFrame = shockwave.CFrame
  6778.                 local shockwavemesh2 = Instance.new("SpecialMesh", shockwave2)
  6779.                 shockwavemesh2.Scale = Vector3.new(.5,.125,.5)
  6780.                 shockwavemesh2.MeshId = "rbxassetid://20329976"
  6781.                 for i = 1, 30 do
  6782.                     shockwave.CFrame = shockwave.CFrame * CFrame.Angles(math.rad(0),math.rad(0+math.random(13,21)),0)
  6783.                     shockwave2.CFrame = shockwave2.CFrame * CFrame.Angles(math.rad(0),math.rad(0-math.random(13,21)),0)
  6784.                     shockwave.Transparency = shockwave.Transparency + .05
  6785.                     shockwave2.Transparency = shockwave2.Transparency + .05
  6786.                     shockwavemesh2.Scale = shockwavemesh2.Scale + Vector3.new(.3,.09,.3)
  6787.                     shockwavemesh.Scale = shockwavemesh.Scale + Vector3.new(.3,.15,.3)
  6788.                     swait()
  6789.                 end
  6790.                 shockwave:Destroy()
  6791.                 shockwave2:Destroy()
  6792.             end)()
  6793.             for i = 1, 8 do
  6794.                 leftrotweld.C0 = leftrotweld.C0:lerp(CFrame.new(.96,-.5,0) * CFrame.Angles(math.rad(0),0,0),.2)
  6795.                 ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(.1 * math.sin(sine/21), -.2 + -.1 * math.sin(sine/16), 1) * CFrame.Angles(math.rad(5), math.rad(15), math.rad(0)),.4)
  6796.                 RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.3,1.9+ .05 * math.sin(sine/16),0.15-.05*math.sin(sine/16))*CFrame.Angles(math.rad(-0.1 -.3*math.sin(sine/16)),math.rad(0),math.rad(-11.5 - 2 * math.sin(sine/16)))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.4)
  6797.                 LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.3,1.3 + .08 * math.sin(sine/16),0.7)*CFrame.Angles(math.rad(22.3+4 * math.sin(sine/16)),math.rad(0),math.rad(10.6 + 1 * math.sin(sine/16)))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.4)
  6798.                 RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.4,0.6,0.4)*CFrame.Angles(math.rad(-116.1),math.rad(15.5),math.rad(1.1))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.4)
  6799.                 swait()
  6800.             end
  6801.             for i,v in pairs(emitertable) do v:Destroy() end
  6802.             grav:Destroy()
  6803.             scaling = false
  6804.             removeuseless:AddItem(g1,.001)
  6805.             debounce = false
  6806.             attacking = false
  6807.         end
  6808.     elseif Press=='r' then
  6809.         if mouse.Target ~= nil then
  6810.             if debounce then return end
  6811.             debounce = true
  6812.             attacking = true
  6813.             local g1 = Instance.new("BodyGyro", nil)
  6814.             g1.CFrame = Root.CFrame
  6815.             g1.Parent = Root
  6816.             g1.D = 175
  6817.             g1.P = 20000
  6818.             g1.MaxTorque = Vector3.new(3000,90000,3000)
  6819.             ws = 18
  6820.             coroutine.wrap(function()
  6821.                 for i = 1, 20 do
  6822.                     ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(.1 * math.sin(sine/21), -.2 + -.1 * math.sin(sine/16), .1 * math.sin(sine/25)) * CFrame.Angles(math.rad(0), math.rad(35), math.rad(0)),.2)
  6823.                     RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.3,1.9+ .05 * math.sin(sine/16),0.15-.05*math.sin(sine/16))*CFrame.Angles(math.rad(-0.1 -.3*math.sin(sine/16)),math.rad(0),math.rad(-11.5 - 2 * math.sin(sine/16)))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.25)
  6824.                     LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.3,1.3 + .08 * math.sin(sine/16),0.7)*CFrame.Angles(math.rad(22.3+4 * math.sin(sine/16)),math.rad(0),math.rad(10.6 + 1 * math.sin(sine/16)))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.25)
  6825.                     RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-0.9,1.4,0.4)*CFrame.Angles(math.rad(-92.1),math.rad(38),math.rad(2.7))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.25)
  6826.                     swait()
  6827.                 end
  6828.             end)()
  6829.             local blas = Instance.new("Part",Torso)
  6830.             blas.Size = Vector3.new(1,1,1)
  6831.             blas.Shape = "Ball"
  6832.             blas.Material = "Neon"
  6833.             blas.Anchored = true
  6834.             blas.BrickColor = BrickColor.new("Really red")
  6835.             blas.CanCollide = false
  6836.             blas.Transparency = 1
  6837.             blas.CFrame = gunshootbox.CFrame * CFrame.new(0,-4,0)
  6838.             SOUND(blas,2644340882,8,false,math.random(8,11)/10,12)
  6839.             local spaikball = Instance.new("Part",blas)
  6840.             spaikball.Size = Vector3.new(1,1,1)
  6841.             spaikball.Anchored = true
  6842.             spaikball.BrickColor = blas.BrickColor
  6843.             spaikball.Material = "Neon"
  6844.             spaikball.CanCollide = false
  6845.             spaikball.Transparency = 1
  6846.             spaikball.CFrame = blas.CFrame
  6847.             local spaikballmesh = Instance.new("SpecialMesh",spaikball)
  6848.             spaikballmesh.MeshId = "rbxassetid://9982590"
  6849.             spaikballmesh.Scale = Vector3.new(2,2,2)
  6850.             coroutine.wrap(function()
  6851.                 for i = 1, 20 do
  6852.                     spaikball.Transparency = spaikball.Transparency - .015
  6853.                     swait()
  6854.                 end
  6855.             end)()
  6856.             local twisty = 0
  6857.             for i = 1, 80 do
  6858.                 g1.CFrame = g1.CFrame:lerp(CFrame.new(Root.Position,mouse.Hit.p),.11)
  6859.                 ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(.1 * math.sin(sine/21), -.2 + -.1 * math.sin(sine/16), .1 * math.sin(sine/25)) * CFrame.Angles(math.rad(0), math.rad(35), math.rad(0)),.2)
  6860.                 RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.3,1.9+ .05 * math.sin(sine/16),0.15-.05*math.sin(sine/16))*CFrame.Angles(math.rad(-0.1 -.3*math.sin(sine/16)),math.rad(0),math.rad(-11.5 - 2 * math.sin(sine/16)))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.25)
  6861.                 LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.3,1.3 + .08 * math.sin(sine/16),0.7)*CFrame.Angles(math.rad(22.3+4 * math.sin(sine/16)),math.rad(0),math.rad(10.6 + 1 * math.sin(sine/16)))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.25)
  6862.                 RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-0.9,1.4,0.4)*CFrame.Angles(math.rad(-92.1),math.rad(38),math.rad(2.7))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.25)
  6863.                 twisty = twisty + 12
  6864.                 spaikballmesh.Scale = spaikballmesh.Scale + Vector3.new(.03,.03,.03)
  6865.                 blas.CFrame = gunshootbox.CFrame * CFrame.new(0,-4,0)
  6866.                 blas.Size = blas.Size + Vector3.new(.05,.05,.05)
  6867.                 blas.Transparency = blas.Transparency - .015
  6868.                 spaikball.CFrame = blas.CFrame * CFrame.Angles(math.rad(twisty/2),math.rad(twisty/4),math.rad(twisty/3))
  6869.                 swait()
  6870.             end
  6871.             local implode = Instance.new("Sound",blas)
  6872.             implode.SoundId = "rbxassetid://1442483080"
  6873.             implode.Volume = 10
  6874.             implode.Pitch = math.random(11,12)/10
  6875.             implode.TimePosition = 1.5
  6876.             implode:Play()
  6877.             SOUND(blas,165796875,10,true,math.random(9,11)/10,60)
  6878.             for i = 1, 180 do
  6879.                 coroutine.wrap(function()
  6880.                     local shockwave = Instance.new("Part", Torso)
  6881.                     shockwave.Size = Vector3.new(1,1,1)
  6882.                     shockwave.CanCollide = false
  6883.                     shockwave.Anchored = true
  6884.                     shockwave.Transparency = .5
  6885.                     shockwave.BrickColor = BrickColor.new("White")
  6886.                     shockwave.CFrame = CFrame.new(gunshootbox.Position,mouse.Hit.p) * CFrame.Angles(math.rad(-90),0,0)
  6887.                     local shockwavemesh = Instance.new("SpecialMesh", shockwave)
  6888.                     shockwavemesh.Scale = Vector3.new(.5,.125,.5)
  6889.                     shockwavemesh.MeshId = "rbxassetid://20329976"
  6890.                     local shockwave2 = Instance.new("Part", Torso)
  6891.                     shockwave2.Size = Vector3.new(1,1,1)
  6892.                     shockwave2.CanCollide = false
  6893.                     shockwave2.Anchored = true
  6894.                     shockwave2.Transparency = shockwave.Transparency
  6895.                     shockwave2.BrickColor = shockwave.BrickColor
  6896.                     shockwave2.CFrame = shockwave.CFrame
  6897.                     local shockwavemesh2 = Instance.new("SpecialMesh", shockwave2)
  6898.                     shockwavemesh2.Scale = Vector3.new(.5,.125,.5)
  6899.                     shockwavemesh2.MeshId = "rbxassetid://20329976"
  6900.                     for i = 1, 30 do
  6901.                         shockwave.CFrame = shockwave.CFrame * CFrame.Angles(math.rad(0),math.rad(0+math.random(13,21)),0)
  6902.                         shockwave2.CFrame = shockwave2.CFrame * CFrame.Angles(math.rad(0),math.rad(0-math.random(13,21)),0)
  6903.                         shockwave.Transparency = shockwave.Transparency + .05
  6904.                         shockwave2.Transparency = shockwave2.Transparency + .05
  6905.                         shockwavemesh2.Scale = shockwavemesh2.Scale + Vector3.new(.3,.05,.3)
  6906.                         shockwavemesh.Scale = shockwavemesh.Scale + Vector3.new(.3,.05,.3)
  6907.                         swait()
  6908.                     end
  6909.                     shockwave:Destroy()
  6910.                     shockwave2:Destroy()
  6911.                 end)()
  6912.                 g1.CFrame = g1.CFrame:lerp(CFrame.new(Root.Position,mouse.Hit.p),.11)
  6913.                 blas.CFrame = gunshootbox.CFrame * CFrame.new(0,-4,0)
  6914.                 ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(.1 * math.sin(sine/21), -.2 + -.1 * math.sin(sine/16),1.5) * CFrame.Angles(math.rad(0), math.rad(35), math.rad(0)),.1)
  6915.                 RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.3,1.9+ .05 * math.sin(sine/16),0.15-.05*math.sin(sine/16))*CFrame.Angles(math.rad(-0.1 -.3*math.sin(sine/16)),math.rad(0),math.rad(-11.5 - 2 * math.sin(sine/16)))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.25)
  6916.                 LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.3,1.3 + .08 * math.sin(sine/16),0.7)*CFrame.Angles(math.rad(22.3+4 * math.sin(sine/16)),math.rad(0),math.rad(10.6 + 1 * math.sin(sine/16)))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.25)
  6917.                 RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-0.9,1.4,0.4)*CFrame.Angles(math.rad(-92.1),math.rad(38),math.rad(2.7))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.25)
  6918.                 if mouse.Target ~= nil and mouse.Target.Parent:FindFirstChildOfClass("Humanoid") == nil and mouse.Target:IsA("BasePart") then
  6919.                     local pz = mouse.Target
  6920.                     if pz.Material ~= "ForceField" then
  6921.                         local deb = Instance.new("Part",Torso)
  6922.                         deb.Anchored = true
  6923.                         deb.CanCollide = true
  6924.                         deb.CFrame = CFrame.new(mouse.Hit.p) * CFrame.Angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180)))
  6925.                         deb.Material = pz.Material
  6926.                         deb.BrickColor = pz.BrickColor
  6927.                         deb.Size = Vector3.new(2,2,2)
  6928.                         coroutine.wrap(function()
  6929.                             wait(6)
  6930.                             for i = 1, 20 do
  6931.                                 deb.Transparency = deb.Transparency + .05
  6932.                                 swait()
  6933.                             end
  6934.                             deb:Destroy()
  6935.                         end)()
  6936.                     end
  6937.                 end
  6938.                 twisty = twisty + 12
  6939.                 if mouse.Target ~= nil then
  6940.                     bolt(Torso,blas.Position,mouse.Hit.p,mouse.Target,BrickColor.new("Really red"),.4,"Neon",14)
  6941.                     blockyeffect(BrickColor.new("Really red"),Vector3.new(2,2,2),.1,CFrame.new(mouse.Hit.p),"Neon",20)
  6942.                     Hit = damagealll(2,mouse.Hit.p)
  6943.                     for _,v in pairs(Hit) do
  6944.                         if v:FindFirstChildOfClass("Humanoid") and v:FindFirstChildOfClass("Humanoid").Health > 0 then
  6945.                             slachtoffer = v:FindFirstChildOfClass("Humanoid")
  6946.                             killtaunt()
  6947.                             local sondbox = Instance.new("Part",Torso)
  6948.                             sondbox.Size = Vector3.new(1,1,1)
  6949.                             sondbox.Transparency = 1
  6950.                             sondbox.Anchored = true
  6951.                             sondbox.CanCollide = false
  6952.                             sondbox.CFrame = slachtoffer.Parent.Head.CFrame
  6953.                             SOUND(sondbox,3540796137,10,false,math.random(9,11)/10,10)
  6954.                             removeuseless:AddItem(sondbox,10)
  6955.                             for i,x in pairs(slachtoffer.Parent:GetDescendants()) do if x:IsA("Part") then x:Clone() x.Parent = workspace x.Material = "ForceField" x.BrickColor = BrickColor.new("Really red") x.Anchored = false
  6956.                                     x.CanCollide = true x:BreakJoints() blood(x,100)
  6957.                                 end end
  6958.                             for i,x in pairs(slachtoffer.Parent:GetDescendants()) do if x:IsA("Part") then x:Destroy() end end
  6959.                             slachtoffer.Parent = nil
  6960.                         end
  6961.                     end
  6962.                 end
  6963.                 blas.Size = blas.Size - Vector3.new(.025,.025,.025)
  6964.                 spaikballmesh.Scale = spaikballmesh.Scale - Vector3.new(.015,.015,.015)
  6965.                 blas.Transparency = blas.Transparency - .0075
  6966.                 spaikball.CFrame = blas.CFrame * CFrame.Angles(math.rad(twisty/2),math.rad(twisty/4),math.rad(twisty/3))
  6967.                 swait()
  6968.             end
  6969.             blas.Transparency = 0
  6970.             removeuseless:AddItem(g1,.001)
  6971.             debounce = false
  6972.             attacking = false
  6973.             ws = 70
  6974.             SOUND(gunshootbox,3245486889,10,false,math.random(9,11)/10,10)
  6975.             for i = 1, 20 do
  6976.                 spaikballmesh.Scale = spaikballmesh.Scale + Vector3.new(1,1,1)
  6977.                 blas.Size = blas.Size + Vector3.new(1,1,1)
  6978.                 blas.Transparency = blas.Transparency + .05
  6979.                 spaikball.Transparency = spaikball.Transparency + .05
  6980.                 swait()
  6981.             end
  6982.             spaikball:Destroy()
  6983.             blas:Destroy()
  6984.         end
  6985.     elseif Press=='e' then
  6986.         if mouse.Target ~= nil then
  6987.             if debounce then return end
  6988.             debounce = true
  6989.             attacking = true
  6990.             ws = 10
  6991.             local skypos = Instance.new("Part",Torso)
  6992.             skypos.Anchored = true
  6993.             skypos.CanCollide = false
  6994.             skypos.Size = Vector3.new(1,1,1)
  6995.             skypos.CFrame = CFrame.new(mouse.Hit.p)
  6996.             skypos.Transparency = 1
  6997.             local fieldofattack = Instance.new("Part",Torso)
  6998.             fieldofattack.Size = Vector3.new(.2,1,1)
  6999.             fieldofattack.Shape = "Cylinder"
  7000.             fieldofattack.Anchored = true
  7001.             fieldofattack.CanCollide = false
  7002.             fieldofattack.BrickColor = BrickColor.new("Crimson")
  7003.             fieldofattack.Material = "Neon"
  7004.             fieldofattack.CFrame = CFrame.new(mouse.Hit.p) * CFrame.Angles(math.rad(90),math.rad(90),0)
  7005.             local g1 = Instance.new("BodyGyro", nil)
  7006.             g1.CFrame = Root.CFrame
  7007.             g1.Parent = Root
  7008.             g1.D = 175
  7009.             g1.P = 20000
  7010.             g1.MaxTorque = Vector3.new(3000,90000,3000)
  7011.             coroutine.wrap(function()
  7012.                 for i = 1, 90 do
  7013.                     g1.CFrame = g1.CFrame:lerp(CFrame.new(Root.Position,fieldofattack.Position),.11)
  7014.                     fieldofattack.Size = fieldofattack.Size + Vector3.new(0,.5,.5)
  7015.                     swait()
  7016.                 end
  7017.             end)()
  7018.             for i = 1, 12 do
  7019.                 local rand = Instance.new("Part",Torso)
  7020.                 rand.Size = Vector3.new(1,1,1)
  7021.                 rand.Anchored = true
  7022.                 rand.CanCollide = false
  7023.                 rand.Transparency = 1
  7024.                 rand.CFrame = Root.CFrame * CFrame.new(math.random(-10,10),400,math.random(-10,10))
  7025.                 coroutine.wrap(function()
  7026.                     for i = 1, 8 do
  7027.                         blockyeffect(BrickColor.new("Really red"),Vector3.new(.7,.7,.7),.1,CFrame.new(gunshootbox.Position),"Neon",5)
  7028.                     end
  7029.                 end)()
  7030.                 coroutine.wrap(function()
  7031.                     local shockwave = Instance.new("Part", Torso)
  7032.                     shockwave.Size = Vector3.new(1,1,1)
  7033.                     shockwave.CanCollide = false
  7034.                     shockwave.Anchored = true
  7035.                     shockwave.Transparency = .5
  7036.                     shockwave.BrickColor = BrickColor.new("White")
  7037.                     shockwave.CFrame = CFrame.new(gunshootbox.Position,rand.Position) * CFrame.Angles(math.rad(-90),0,0)
  7038.                     local shockwavemesh = Instance.new("SpecialMesh", shockwave)
  7039.                     shockwavemesh.Scale = Vector3.new(.5,.125,.5)
  7040.                     shockwavemesh.MeshId = "rbxassetid://20329976"
  7041.                     local shockwave2 = Instance.new("Part", Torso)
  7042.                     shockwave2.Size = Vector3.new(1,1,1)
  7043.                     shockwave2.CanCollide = false
  7044.                     shockwave2.Anchored = true
  7045.                     shockwave2.Transparency = shockwave.Transparency
  7046.                     shockwave2.BrickColor = shockwave.BrickColor
  7047.                     shockwave2.CFrame = shockwave.CFrame
  7048.                     local shockwavemesh2 = Instance.new("SpecialMesh", shockwave2)
  7049.                     shockwavemesh2.Scale = Vector3.new(.5,.125,.5)
  7050.                     shockwavemesh2.MeshId = "rbxassetid://20329976"
  7051.                     for i = 1, 30 do
  7052.                         shockwave.CFrame = shockwave.CFrame * CFrame.Angles(math.rad(0),math.rad(0+math.random(13,21)),0)
  7053.                         shockwave2.CFrame = shockwave2.CFrame * CFrame.Angles(math.rad(0),math.rad(0-math.random(13,21)),0)
  7054.                         shockwave.Transparency = shockwave.Transparency + .05
  7055.                         shockwave2.Transparency = shockwave2.Transparency + .05
  7056.                         shockwavemesh2.Scale = shockwavemesh2.Scale + Vector3.new(.3,.09,.3)
  7057.                         shockwavemesh.Scale = shockwavemesh.Scale + Vector3.new(.3,.15,.3)
  7058.                         swait()
  7059.                     end
  7060.                     shockwave:Destroy()
  7061.                     shockwave2:Destroy()
  7062.                 end)()
  7063.                 SOUND(gunshootbox,2909788444,5,false,math.random(7.5,10.5)/10,10)
  7064.                 SOUND(gunshootbox,1894958339,5,false,3,10)
  7065.                 bolt(Torso,gunshootbox.Position,rand.Position,rand,BrickColor.new("Really red"),.4,"Neon",20)
  7066.                 rand:Destroy()
  7067.                 for i = 1, 3 do
  7068.                     RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.3,0.8,0)*CFrame.Angles(math.rad(-178.7),math.rad(-1),math.rad(13.9))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.4)
  7069.                     ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(.1 * math.sin(sine/21), -.4 + -.1 * math.sin(sine/16), .1 * math.sin(sine/25)) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),.2)
  7070.                     RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.3,1.9+ .05 * math.sin(sine/16),0.15-.05*math.sin(sine/16))*CFrame.Angles(math.rad(-0.1 -.3*math.sin(sine/16)),math.rad(0),math.rad(-11.5 - 2 * math.sin(sine/16)))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.4)
  7071.                     LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.3,1.3 + .08 * math.sin(sine/16),0.7)*CFrame.Angles(math.rad(22.3+4 * math.sin(sine/16)),math.rad(0),math.rad(10.6 + 1 * math.sin(sine/16)))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.4)
  7072.                     swait()
  7073.                 end
  7074.                 for i = 1, 3 do
  7075.                     RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.4,1.1,0)*CFrame.Angles(math.rad(-178.8),math.rad(-1),math.rad(6.4))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.4)
  7076.                     ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(.1 * math.sin(sine/21), -.2 + -.1 * math.sin(sine/16), .1 * math.sin(sine/25)) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),.2)
  7077.                     RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.3,1.9+ .05 * math.sin(sine/16),0.15-.05*math.sin(sine/16))*CFrame.Angles(math.rad(-0.1 -.3*math.sin(sine/16)),math.rad(0),math.rad(-11.5 - 2 * math.sin(sine/16)))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.4)
  7078.                     LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.3,1.3 + .08 * math.sin(sine/16),0.7)*CFrame.Angles(math.rad(22.3+4 * math.sin(sine/16)),math.rad(0),math.rad(10.6 + 1 * math.sin(sine/16)))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.4)
  7079.                     swait()
  7080.                 end
  7081.                 swait()
  7082.             end
  7083.             ws = 70
  7084.             removeuseless:AddItem(g1,.001)
  7085.             attacking = false
  7086.             debounce = false
  7087.             wait(1)
  7088.             for i = 1, 12 do
  7089.                 local pos1 = Instance.new("Part",Torso)
  7090.                 pos1.Anchored = true
  7091.                 pos1.CanCollide = false
  7092.                 pos1.Transparency = 1
  7093.                 pos1.Size = Vector3.new(1,1,1)
  7094.                 pos1.CFrame = skypos.CFrame * CFrame.new(math.random(-15,15),0,math.random(-15,15))
  7095.                 Hit = damagealll(10,pos1.Position)
  7096.                 for _,v in pairs(Hit) do
  7097.                     if v:FindFirstChildOfClass("Humanoid") and v:FindFirstChildOfClass("Humanoid").Health > 0 then
  7098.                         slachtoffer = v:FindFirstChildOfClass("Humanoid")
  7099.                         killtaunt()
  7100.                         local sondbox = Instance.new("Part",Torso)
  7101.                         sondbox.Size = Vector3.new(1,1,1)
  7102.                         sondbox.Transparency = 1
  7103.                         sondbox.Anchored = true
  7104.                         sondbox.CanCollide = false
  7105.                         sondbox.CFrame = slachtoffer.Parent.Head.CFrame
  7106.                         SOUND(sondbox,3540796137,10,false,math.random(9,11)/10,10)
  7107.                         removeuseless:AddItem(sondbox,10)
  7108.                         for i,x in pairs(slachtoffer.Parent:GetDescendants()) do if x:IsA("Part") then x:Clone() x.Parent = workspace x.Material = "ForceField" x.BrickColor = BrickColor.new("Really red") x.Anchored = false
  7109.                                 x.CanCollide = true x:BreakJoints() blood(x,100)
  7110.                             end end
  7111.                         for i,x in pairs(slachtoffer.Parent:GetDescendants()) do if x:IsA("Part") then x:Destroy() end end
  7112.                         slachtoffer.Parent = nil
  7113.                     end
  7114.                 end
  7115.                 SOUND(pos1,440145223,8,false,math.random(8,11)/10,10)
  7116.                 SOUND(pos1,341519743,8,false,math.random(8,11)/10,10)
  7117.                 coroutine.wrap(function()
  7118.                     for i = 1, 8 do
  7119.                         blockyeffect(BrickColor.new("Really red"),Vector3.new(1,1,1),.1,CFrame.new(pos1.Position),"Neon",15)
  7120.                     end
  7121.                 end)()
  7122.                 local pos2 = Instance.new("Part",Torso)
  7123.                 pos2.Anchored = true
  7124.                 pos2.Size = Vector3.new(1,1,1)
  7125.                 pos2.Transparency = 1
  7126.                 pos2.CanCollide = false
  7127.                 pos2.CFrame = pos1.CFrame * CFrame.new(math.random(-15,15),250,math.random(-15,15))
  7128.                 shockwave(pos1.CFrame,Vector3.new(2,.5,2),.25,BrickColor.new("White"),19,.05)
  7129.                 bolt(Torso,pos2.Position,pos1.Position,pos1,BrickColor.new("Really red"),.4,"Neon",10)
  7130.                 pos2:Destroy()
  7131.                 removeuseless:AddItem(pos1,6)
  7132.                 swait(6)
  7133.             end
  7134.             for i = 1, 20 do
  7135.                 fieldofattack.Transparency = fieldofattack.Transparency + .05
  7136.                 fieldofattack.Size = fieldofattack.Size - Vector3.new(0,2,2)
  7137.                 swait()
  7138.             end
  7139.             removeuseless:AddItem(pos1,6)
  7140.             fieldofattack:Destroy()
  7141.         end
  7142.     elseif Press=='q' then
  7143.         if mouse.Target ~= nil then
  7144.             if debounce then return end
  7145.             debounce = true
  7146.             attacking = true
  7147.             local g1 = Instance.new("BodyGyro", nil)
  7148.             g1.CFrame = Root.CFrame
  7149.             g1.Parent = Root
  7150.             g1.D = 175
  7151.             g1.P = 20000
  7152.             g1.MaxTorque = Vector3.new(3000,90000,3000)
  7153.             for i = 1, 20 do
  7154.                 g1.CFrame = g1.CFrame:lerp(CFrame.new(Root.Position,mouse.Hit.p),.11)
  7155.                 ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(.1 * math.sin(sine/21), -.2 + -.1 * math.sin(sine/16), .1 * math.sin(sine/25)) * CFrame.Angles(math.rad(0), math.rad(35), math.rad(0)),.2)
  7156.                 RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.3,1.9+ .05 * math.sin(sine/16),0.15-.05*math.sin(sine/16))*CFrame.Angles(math.rad(-0.1 -.3*math.sin(sine/16)),math.rad(0),math.rad(-11.5 - 2 * math.sin(sine/16)))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.25)
  7157.                 LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.3,1.3 + .08 * math.sin(sine/16),0.7)*CFrame.Angles(math.rad(22.3+4 * math.sin(sine/16)),math.rad(0),math.rad(10.6 + 1 * math.sin(sine/16)))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.25)
  7158.                 RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-0.9,1.4,0.4)*CFrame.Angles(math.rad(-92.1),math.rad(38),math.rad(2.7))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.25)
  7159.                 swait()
  7160.             end
  7161.             SOUND(gunshootbox,2909788444,5,false,math.random(7.5,10.5)/10,10)
  7162.             SOUND(gunshootbox,1894958339,5,false,3,10)
  7163.             bolt(Torso,gunshootbox.Position,mouse.Hit.p,mouse.Target,BrickColor.new("Really red"),.4,"Neon",3)
  7164.             Hit = damagealll(3,mouse.Hit.p)
  7165.             for _,v in pairs(Hit) do
  7166.                 if v:FindFirstChildOfClass("Humanoid") and v:FindFirstChildOfClass("Humanoid").Health > 0 then
  7167.                     slachtoffer = v:FindFirstChildOfClass("Humanoid")
  7168.                     killtaunt()
  7169.                     local sondbox = Instance.new("Part",Torso)
  7170.                     sondbox.Size = Vector3.new(1,1,1)
  7171.                     sondbox.Transparency = 1
  7172.                     sondbox.Anchored = true
  7173.                     sondbox.CanCollide = false
  7174.                     sondbox.CFrame = slachtoffer.Parent.Head.CFrame
  7175.                     SOUND(sondbox,3540796137,10,false,math.random(9,11)/10,10)
  7176.                     removeuseless:AddItem(sondbox,10)
  7177.                     for i,x in pairs(slachtoffer.Parent:GetDescendants()) do if x:IsA("Part") then x:Clone() x.Parent = workspace x.Material = "ForceField" x.BrickColor = BrickColor.new("Really red") x.Anchored = false
  7178.                             x.CanCollide = true x:BreakJoints() blood(x,100)
  7179.                         end end
  7180.                     for i,x in pairs(slachtoffer.Parent:GetDescendants()) do if x:IsA("Part") then x:Destroy() end end
  7181.                     slachtoffer.Parent = nil
  7182.                 end
  7183.             end
  7184.             coroutine.wrap(function()
  7185.                 for i = 1, 8 do
  7186.                     blockyeffect(BrickColor.new("Really red"),Vector3.new(.7,.7,.7),.1,CFrame.new(gunshootbox.Position),"Neon",5)
  7187.                 end
  7188.             end)()
  7189.             coroutine.wrap(function()
  7190.                 local shockwave = Instance.new("Part", Torso)
  7191.                 shockwave.Size = Vector3.new(1,1,1)
  7192.                 shockwave.CanCollide = false
  7193.                 shockwave.Anchored = true
  7194.                 shockwave.Transparency = .5
  7195.                 shockwave.BrickColor = BrickColor.new("White")
  7196.                 shockwave.CFrame = CFrame.new(gunshootbox.Position,mouse.Hit.p) * CFrame.Angles(math.rad(-90),0,0)
  7197.                 local shockwavemesh = Instance.new("SpecialMesh", shockwave)
  7198.                 shockwavemesh.Scale = Vector3.new(.5,.125,.5)
  7199.                 shockwavemesh.MeshId = "rbxassetid://20329976"
  7200.                 local shockwave2 = Instance.new("Part", Torso)
  7201.                 shockwave2.Size = Vector3.new(1,1,1)
  7202.                 shockwave2.CanCollide = false
  7203.                 shockwave2.Anchored = true
  7204.                 shockwave2.Transparency = shockwave.Transparency
  7205.                 shockwave2.BrickColor = shockwave.BrickColor
  7206.                 shockwave2.CFrame = shockwave.CFrame
  7207.                 local shockwavemesh2 = Instance.new("SpecialMesh", shockwave2)
  7208.                 shockwavemesh2.Scale = Vector3.new(.5,.125,.5)
  7209.                 shockwavemesh2.MeshId = "rbxassetid://20329976"
  7210.                 for i = 1, 30 do
  7211.                     shockwave.CFrame = shockwave.CFrame * CFrame.Angles(math.rad(0),math.rad(0+math.random(13,21)),0)
  7212.                     shockwave2.CFrame = shockwave2.CFrame * CFrame.Angles(math.rad(0),math.rad(0-math.random(13,21)),0)
  7213.                     shockwave.Transparency = shockwave.Transparency + .05
  7214.                     shockwave2.Transparency = shockwave2.Transparency + .05
  7215.                     shockwavemesh2.Scale = shockwavemesh2.Scale + Vector3.new(.3,.09,.3)
  7216.                     shockwavemesh.Scale = shockwavemesh.Scale + Vector3.new(.3,.15,.3)
  7217.                     swait()
  7218.                 end
  7219.                 shockwave:Destroy()
  7220.                 shockwave2:Destroy()
  7221.             end)()
  7222.             for i = 1, 8 do
  7223.                 ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(.1 * math.sin(sine/21), -.2 + -.1 * math.sin(sine/16), 1) * CFrame.Angles(math.rad(5), math.rad(15), math.rad(0)),.4)
  7224.                 RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.3,1.9+ .05 * math.sin(sine/16),0.15-.05*math.sin(sine/16))*CFrame.Angles(math.rad(-0.1 -.3*math.sin(sine/16)),math.rad(0),math.rad(-11.5 - 2 * math.sin(sine/16)))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.4)
  7225.                 LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.3,1.3 + .08 * math.sin(sine/16),0.7)*CFrame.Angles(math.rad(22.3+4 * math.sin(sine/16)),math.rad(0),math.rad(10.6 + 1 * math.sin(sine/16)))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.4)
  7226.                 RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.4,0.6,0.4)*CFrame.Angles(math.rad(-116.1),math.rad(15.5),math.rad(1.1))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.4)
  7227.                 swait()
  7228.             end
  7229.             removeuseless:AddItem(g1,.001)
  7230.             debounce = false
  7231.             attacking = false
  7232.         end
  7233.     elseif Press=='f' then
  7234.         if debounce then return end
  7235.         debounce = true
  7236.         if shadeson then
  7237.             shadeson = false
  7238.             shadesoff = true
  7239.             for i = 1, 20 do
  7240.                 shades.Transparency = shades.Transparency + .05
  7241.                 swait()
  7242.             end
  7243.             shades.Transparency = 1
  7244.         elseif shadesoff then
  7245.             shadesoff = false
  7246.             shadeson = true
  7247.             for i = 1, 20 do
  7248.                 shades.Transparency = shades.Transparency - .05
  7249.                 swait()
  7250.             end
  7251.             shades.Transparency = 0
  7252.         end
  7253.         debounce = false
  7254.     end
  7255. end)
  7256.  
  7257. checks1 = coroutine.wrap(function() -------Checks
  7258.     while true do
  7259.         if Root.Velocity.Magnitude < 5 then
  7260.             position = "Idle"
  7261.         elseif Root.Velocity.Magnitude > 5 then
  7262.             position = "Walking"
  7263.         else
  7264.         end
  7265.         game:GetService('RunService').Heartbeat:wait()
  7266.     end
  7267. end)
  7268. checks1()
  7269.  
  7270. OrgnC0 = Neck.C0
  7271. local movelimbs = coroutine.wrap(function()
  7272.     while game:GetService('RunService').Heartbeat:wait() do
  7273.         TrsoLV = Torso.CFrame.lookVector
  7274.         Dist = nil
  7275.         Diff = nil
  7276.         if not MseGuide then
  7277.             print("Failed to recognize")
  7278.         else
  7279.             local _, Point = Workspace:FindPartOnRay(Ray.new(Head.CFrame.p, mouse.Hit.lookVector), Workspace, false, true)
  7280.             Dist = (Head.CFrame.p-Point).magnitude
  7281.             Diff = Head.CFrame.Y-Point.Y
  7282.             local _, Point2 = Workspace:FindPartOnRay(Ray.new(LeftArm.CFrame.p, mouse.Hit.lookVector), Workspace, false, true)
  7283.             Dist2 = (LeftArm.CFrame.p-Point).magnitude
  7284.             Diff2 = LeftArm.CFrame.Y-Point.Y
  7285.             HEADLERP.C0 = CFrame.new(0, -1.5, -0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  7286.             Neck.C0 = Neck.C0:lerp(OrgnC0*CFrame.Angles((math.tan(Diff/Dist)*1), 0, (((Head.CFrame.p-Point).Unit):Cross(Torso.CFrame.lookVector)).Y*1), .25)
  7287.         end
  7288.     end
  7289. end)
  7290. movelimbs()
  7291. immortal = {}
  7292. for i,v in pairs(Character:GetDescendants()) do
  7293.     if v:IsA("BasePart") and v.Name ~= "lmagic" and v.Name ~= "rmagic" then
  7294.         if v ~= Root and v ~= Torso and v ~= Head and v ~= RightArm and v ~= LeftArm and v ~= RightLeg and v.Name ~= "lmagic" and v.Name ~= "rmagic" and v ~= LeftLeg then
  7295.             v.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0, 0)
  7296.         end
  7297.         table.insert(immortal,{v,v.Parent,v.Material,v.Color,v.Transparency})
  7298.     elseif v:IsA("JointInstance") then
  7299.         table.insert(immortal,{v,v.Parent,nil,nil,nil})
  7300.     end
  7301. end
  7302. for e = 1, #immortal do
  7303.     if immortal[e] ~= nil then
  7304.         local STUFF = immortal[e]
  7305.         local PART = STUFF[1]
  7306.         local PARENT = STUFF[2]
  7307.         local MATERIAL = STUFF[3]
  7308.         local COLOR = STUFF[4]
  7309.         local TRANSPARENCY = STUFF[5]
  7310.         if levitate then
  7311.             if PART.ClassName == "Part" and PART ~= Root and PART.Name ~= eyo1 and PART.Name ~= eyo2 and PART.Name ~= "lmagic" and PART.Name ~= "rmagic" then
  7312.                 PART.Material = MATERIAL
  7313.                 PART.Color = COLOR
  7314.                 PART.Transparency = TRANSPARENCY
  7315.             end
  7316.             PART.AncestryChanged:connect(function()
  7317.                 PART.Parent = PARENT
  7318.             end)
  7319.         else
  7320.             if PART.ClassName == "Part" and PART ~= Root and PART.Name ~= "lmagic" and PART.Name ~= "rmagic" then
  7321.                 PART.Material = MATERIAL
  7322.                 PART.Color = COLOR
  7323.                 PART.Transparency = TRANSPARENCY
  7324.             end
  7325.             PART.AncestryChanged:connect(function()
  7326.                 PART.Parent = PARENT
  7327.             end)
  7328.         end
  7329.     end
  7330. end
  7331. function immortality()
  7332.     for e = 1, #immortal do
  7333.         if immortal[e] ~= nil then
  7334.             local STUFF = immortal[e]
  7335.             local PART = STUFF[1]
  7336.             local PARENT = STUFF[2]
  7337.             local MATERIAL = STUFF[3]
  7338.             local COLOR = STUFF[4]
  7339.             local TRANSPARENCY = STUFF[5]
  7340.             if PART.ClassName == "Part" and PART == Root then
  7341.                 PART.Material = MATERIAL
  7342.                 PART.Color = COLOR
  7343.                 PART.Transparency = TRANSPARENCY
  7344.             end
  7345.             if PART.Parent ~= PARENT then
  7346.                 hum:Destroy()
  7347.                 PART.Parent = PARENT
  7348.                 hum = Instance.new("Humanoid",Character)
  7349.                 hum.Name = "Humanoid"
  7350.             end
  7351.         end
  7352.     end
  7353. end
  7354. coroutine.wrap(function()
  7355.     while true do
  7356.         hpheight = 2 + .5 * math.sin(sine/16)
  7357.         hum.HipHeight = hpheight
  7358.         Head.BrickColor = BrickColor.new("Light orange")
  7359.         LeftArm.BrickColor = Head.BrickColor
  7360.         RightArm.BrickColor = Head.BrickColor
  7361.         Torso.BrickColor = BrickColor.new("Light orange")
  7362.         hum:SetStateEnabled("Dead",false) hum:SetStateEnabled(Enum.HumanoidStateType.Dead, false)
  7363.         if hum.Health < .1 then
  7364.             immortality()
  7365.         end
  7366.         swait()
  7367.     end
  7368. end)()
  7369.  
  7370. local anims = coroutine.wrap(function()
  7371.     while true do
  7372.         settime = 0.05
  7373.         sine = sine + change
  7374.         sine2 = sine2 + change2
  7375.         if position == "Walking" and not attacking then
  7376.             change = 1
  7377.             walking = true
  7378.             ws = 70
  7379.             local plant2 = hum.MoveDirection*Torso.CFrame.LookVector
  7380.             local plant3 = hum.MoveDirection*Torso.CFrame.RightVector
  7381.             local plant = plant2.Z + plant2.X
  7382.             local plant4 = plant3.Z + plant3.X
  7383.             RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.54, 1.4 + .1 * math.sin(sine/12), .4) * CFrame.Angles(math.rad(9 + 2 * math.cos(sine/12)), math.rad(0), math.rad(0)), 0.25)
  7384.             LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(.98,-.15,.5) * CFrame.Angles(math.rad(-90 - 5 * math.sin(sine/12)),math.rad(40 - 5 * math.sin(sine/12)),math.rad(-20)),.25)
  7385.             RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.4,1 + .1 * math.sin(sine/16),0)*CFrame.Angles(math.rad(-188.9+10*plant-plant),math.rad(1.1),math.rad(10.7 + 1 * math.sin(sine/16)))*CFrame.Angles(math.rad(plant-plant)*-20,math.rad(plant-plant)*-20,math.rad(0)),.25)
  7386.             ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(plant-plant/5)*-42, math.rad(-plant4 - -plant4/5*math.sin(sine/6))*35, math.rad(-plant4 - plant4*15) + Root.RotVelocity.Y / 30) * CFrame.Angles(0,math.rad(0), 0),.1)
  7387.             LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.54, 2 + .02 * math.sin(sine/12), 0.2 + .1 * math.sin(sine/12)) * CFrame.Angles(math.rad(25 + 5 * math.sin(sine/12)), math.rad(20), math.rad(0)), 0.25)
  7388.         elseif position == "Idle" and not attacking then
  7389.             change = 1
  7390.             RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.4,1 + .1 * math.sin(sine/16),0)*CFrame.Angles(math.rad(-168.9),math.rad(1.1),math.rad(10.7 + 1 * math.sin(sine/16)))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.25)
  7391.             LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.5,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.25)
  7392.             ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(.1 * math.sin(sine/21), -.2 + -.1 * math.sin(sine/16), .1 * math.sin(sine/25)) * CFrame.Angles(math.rad(7 + 3 * math.sin(sine/16)), math.rad(0), math.rad(0)),.2)
  7393.             RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.3,1.9+ .05 * math.sin(sine/16),0.15-.05*math.sin(sine/16))*CFrame.Angles(math.rad(-0.1 -.3*math.sin(sine/16)),math.rad(0),math.rad(-11.5 - 2 * math.sin(sine/16)))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.25)
  7394.             LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.3,1.3 + .08 * math.sin(sine/16),0.7)*CFrame.Angles(math.rad(22.3+4 * math.sin(sine/16)),math.rad(0),math.rad(10.6 + 1 * math.sin(sine/16)))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.25)
  7395.         end
  7396.         swait()
  7397.     end
  7398. end)
  7399. anims()
  7400. warn("Twisted fate. Made by Supr14")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement