Im_not_a_robot

Kenesis

Mar 11th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 298.47 KB | None | 0 0
  1. Meshes = {
  2.   Blast = "20329976",
  3.   Crown = "1323306",
  4.   Ring = "3270017",
  5.   Claw = "10681506",
  6.   Crystal = "9756362",
  7.   Coil = "9753878",
  8.   Cloud = "1095708"
  9. }
  10. clangsounds = {
  11.   "199149119",
  12.   "199149109",
  13.   "199149072",
  14.   "199149025",
  15.   "199148971"
  16. }
  17. hitsounds = {
  18.   "199149137",
  19.   "199149186",
  20.   "199149221",
  21.   "199149235",
  22.   "199149269",
  23.   "199149297"
  24. }
  25. blocksounds = {"199148933", "199148947"}
  26. armorsounds = {
  27.   "199149321",
  28.   "199149338",
  29.   "199149367",
  30.   "199149409",
  31.   "199149452"
  32. }
  33. woosh = {
  34.   Heavy1 = "320557353",
  35.   Heavy2 = "320557382",
  36.   Heavy3 = "320557453",
  37.   Heavy4 = "199144226",
  38.   Heavy5 = "203691447",
  39.   Heavy6 = "203691467",
  40.   Heavy7 = "203691492",
  41.   Light1 = "320557413",
  42.   Light2 = "320557487",
  43.   Light3 = "199145095",
  44.   Light4 = "199145146",
  45.   Light5 = "199145887",
  46.   Light6 = "199145913",
  47.   Light7 = "199145841",
  48.   Medium1 = "320557518",
  49.   Medium2 = "320557537",
  50.   Medium3 = "320557563",
  51.   Medium4 = "199145204"
  52. }
  53. music = {
  54.   Breaking = "179281636",
  55.   FinalReckoning = "357375770",
  56.   NotDeadYet = "346175829",
  57.   Intense = "151514610",
  58.   JumpP1 = "160536628",
  59.   JumpP2 = "60536666",
  60.   SonsOfWar = "158929777",
  61.   WrathOfSea = "165520893",
  62.   ProtecTorsofEarth = "160542922",
  63.   SkyTitans = "179282324",
  64.   ArchAngel = "144043274",
  65.   Anticipation = "168614529",
  66.   TheMartyred = "186849544",
  67.   AwakeP1 = "335631255",
  68.   AwakeP2 = "335631297",
  69.   ReadyAimFireP1 = "342455387",
  70.   ReadyAimFireP2 = "342455399",
  71.   DarkLordP1 = "209567483",
  72.   DarkLordP2 = "209567529",
  73.   BloodDrainP1 = "162914123",
  74.   BloodDrainP2 = "162914203",
  75.   DanceOfSwords = "320473062",
  76.   Opal = "286415112",
  77.   Calamity = "190454307",
  78.   Hypnotica = "155968128",
  79.   Nemisis = "160453802",
  80.   Breathe = "276963903",
  81.   GateToTheRift = "270655227",
  82.   InfernalBeserking = "244143404",
  83.   Trust = "246184492",
  84.   AwakeningTheProject = "245121821",
  85.   BloodPain = "242545577",
  86.   Chaos = "247241693",
  87.   NightmareFictionHighStake = "248062278",
  88.   TheWhiteWeapon = "247236446",
  89.   Gale = "256851659",
  90.   ImperialCode = "256848383",
  91.   Blitzkrieg = "306431437",
  92.   RhapsodyRage = "348690251",
  93.   TheGodFist = "348541501",
  94.   BattleForSoul = "321185592",
  95.   TheDarkColossus = "305976780",
  96.   EmpireOfAngels = "302580452",
  97.   Kronos = "302205297",
  98.   Exorcist = "299796054",
  99.   CrimsonFlames = "297799220",
  100.   UltimatePower = "295753229",
  101.   DrivingInTheDark = "295753229",
  102.   AscendToPower = "293860654",
  103.   GodOfTheSun = "293612495",
  104.   DarkRider = "293861765",
  105.   Vengeance = "293375555",
  106.   SoundOfWar = "293376196",
  107.   HellsCrusaders = "293012202",
  108.   Legend = "293011823",
  109.   RisingSouls = "290524959"
  110. }
  111. misc = {
  112.   GroundSlam = "199145477",
  113.   LaserSlash = "199145497",
  114.   RailGunFire = "199145534",
  115.   Charge1 = "199145659",
  116.   Charge2 = "169380469",
  117.   Charge3 = "169380479",
  118.   EmptyGun = "203691822",
  119.   GunShoot = "203691837",
  120.   Stomp1 = "200632875",
  121.   Stomp2 = "200632561",
  122.   TelsaCannonCharge = "169445572",
  123.   TelsaCannonShoot = "169445602",
  124.   AncientHymm = "245313442"
  125. }
  126. wait(0.016666666666666666)
  127. local Effects = {}
  128. local Player = game.Players.localPlayer
  129. local Character = Player.Character
  130. local Humanoid = Character.Humanoid
  131. local mouse = Player:GetMouse()
  132. local m = Instance.new("Model", Character)
  133. m.Name = "WeaponModel"
  134. local LeftArm = Character["Left Arm"]
  135. local RightArm = Character["Right Arm"]
  136. local LeftLeg = Character["Left Leg"]
  137. local RightLeg = Character["Right Leg"]
  138. local Head = Character.Head
  139. local Torso = Character.Torso
  140. local cam = game.Workspace.CurrentCamera
  141. local RootPart = Character.HumanoidRootPart
  142. local RootJoint = RootPart.RootJoint
  143. local equipped = false
  144. local attack = false
  145. local Anim = "Idle"
  146. local idle = 0
  147. local sprint = false
  148. local battlestance = false
  149. local attacktype = 1
  150. local state = "none"
  151. local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  152. local velocity = RootPart.Velocity.y
  153. local sine = 0
  154. local change = 1
  155. local on = false
  156. local grabbed = false
  157. local skill1 = false
  158. local skill2 = false
  159. local skill3 = false
  160. local skill4 = false
  161. local cooldown1 = 0
  162. local cooldown2 = 0
  163. local cooldown3 = 0
  164. local cooldown4 = 0
  165. local co1 = 10
  166. local co2 = 15
  167. local co3 = 15
  168. local co4 = 25
  169. local inputserv = game:GetService("UserInputService")
  170. local typing = false
  171. local crit = false
  172. local critchance = 2
  173. local critdamageaddmin = 3
  174. local critdamageaddmax = 7
  175. local maxstamina = 100
  176. local stamina = 0
  177. local skill1stam = 10
  178. local skill2stam = 10
  179. local skill3stam = 20
  180. local skill4stam = 30
  181. local recovermana = 3
  182. local defensevalue = 1
  183. local speedvalue = 1
  184. local mindamage = 5
  185. local maxdamage = 7
  186. local damagevalue = 1
  187. local cn = CFrame.new
  188. local mr = math.rad
  189. local angles = CFrame.Angles
  190. local ud = UDim2.new
  191. local c3 = Color3.new
  192. local skillcolorscheme = c3(1, 1, 1)
  193. ch = Character
  194. local NeckCF = cn(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  195. Humanoid.Animator:Destroy()
  196. Character.Animate:Destroy()
  197. Character.Sound:Destroy()
  198. local RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  199. local RHCF = CFrame.fromEulerAnglesXYZ(0, 1.6, 0)
  200. local LHCF = CFrame.fromEulerAnglesXYZ(0, -1.6, 0)
  201. RSH, LSH = nil, nil
  202. RW = Instance.new("Weld")
  203. LW = Instance.new("Weld")
  204. RH = ch.Torso["Right Hip"]
  205. LH = ch.Torso["Left Hip"]
  206. RSH = ch.Torso["Right Shoulder"]
  207. LSH = ch.Torso["Left Shoulder"]
  208. RSH.Parent = nil
  209. LSH.Parent = nil
  210. RW.Name = "RW"
  211. RW.Part0 = ch.Torso
  212. RW.C0 = cn(1.5, 0.5, 0)
  213. RW.C1 = cn(0, 0.5, 0)
  214. RW.Part1 = ch["Right Arm"]
  215. RW.Parent = ch.Torso
  216. LW.Name = "LW"
  217. LW.Part0 = ch.Torso
  218. LW.C0 = cn(-1.5, 0.5, 0)
  219. LW.C1 = cn(0, 0.5, 0)
  220. LW.Part1 = ch["Left Arm"]
  221. LW.Parent = ch.Torso
  222. local scrn = Instance.new("ScreenGui", Player.PlayerGui)
  223. function makeframe(par, trans, pos, size, color)
  224.   local frame = Instance.new("Frame", par)
  225.   frame.BackgroundTransparency = trans
  226.   frame.BorderSizePixel = 0
  227.   frame.Position = pos
  228.   frame.Size = size
  229.   frame.BackgroundColor3 = color
  230.   return frame
  231. end
  232. function makelabel(par, text)
  233.   local label = Instance.new("TextLabel", par)
  234.   label.BackgroundTransparency = 1
  235.   label.Size = ud(1, 0, 1, 0)
  236.   label.Position = ud(0, 0, 0, 0)
  237.   label.TextColor3 = c3(255, 255, 255)
  238.   label.TextStrokeTransparency = 0
  239.   label.FontSize = Enum.FontSize.Size32
  240.   label.Font = Enum.Font.SourceSansBold
  241.   label.BorderSizePixel = 0
  242.   label.TextScaled = true
  243.   label.Text = text
  244. end
  245. framesk1 = makeframe(scrn, 0.5, ud(0.23, 0, 0.93, 0), ud(0.26, 0, 0.06, 0), skillcolorscheme)
  246. framesk2 = makeframe(scrn, 0.5, ud(0.5, 0, 0.93, 0), ud(0.26, 0, 0.06, 0), skillcolorscheme)
  247. framesk3 = makeframe(scrn, 0.5, ud(0.5, 0, 0.86, 0), ud(0.26, 0, 0.06, 0), skillcolorscheme)
  248. framesk4 = makeframe(scrn, 0.5, ud(0.23, 0, 0.86, 0), ud(0.26, 0, 0.06, 0), skillcolorscheme)
  249. bar1 = makeframe(framesk1, 0, ud(0, 0, 0, 0), ud(1, 0, 1, 0), skillcolorscheme)
  250. bar2 = makeframe(framesk2, 0, ud(0, 0, 0, 0), ud(1, 0, 1, 0), skillcolorscheme)
  251. bar3 = makeframe(framesk3, 0, ud(0, 0, 0, 0), ud(1, 0, 1, 0), skillcolorscheme)
  252. bar4 = makeframe(framesk4, 0, ud(0, 0, 0, 0), ud(1, 0, 1, 0), skillcolorscheme)
  253. text1 = makelabel(framesk1, "[3] Skill3")
  254. text2 = makelabel(framesk2, "[4] Skill4")
  255. text3 = makelabel(framesk3, "[2] Skill2")
  256. text4 = makelabel(framesk4, "[1] Skill1")
  257. staminabar = makeframe(scrn, 0.5, ud(0.23, 0, 0.82, 0), ud(0.26, 0, 0.03, 0), c3(0.23921568627450981, 0.6705882352941176, 1))
  258. staminacover = makeframe(staminabar, 0, ud(0, 0, 0, 0), ud(1, 0, 1, 0), c3(0.23921568627450981, 0.6705882352941176, 1))
  259. staminatext = makelabel(staminabar, "Mana")
  260. healthbar = makeframe(scrn, 0.5, ud(0.5, 0, 0.82, 0), ud(0.26, 0, 0.03, 0), c3(1, 1, 0))
  261. healthcover = makeframe(healthbar, 0, ud(0, 0, 0, 0), ud(1, 0, 1, 0), c3(1, 0.1803921568627451, 0.19215686274509805))
  262. healthtext = makelabel(healthbar, "Health")
  263. local stats = Instance.new("Folder", Character)
  264. stats.Name = "Stats"
  265. local block = Instance.new("BoolValue", stats)
  266. block.Name = "Block"
  267. block.Value = false
  268. local stun = Instance.new("BoolValue", stats)
  269. stun.Name = "Stun"
  270. stun.Value = false
  271. local defense = Instance.new("NumberValue", stats)
  272. defense.Name = "Defence"
  273. defense.Value = defensevalue
  274. local speed = Instance.new("NumberValue", stats)
  275. speed.Name = "Speed"
  276. speed.Value = speedvalue
  277. local damagea = Instance.new("NumberValue", stats)
  278. damagea.Name = "Damage"
  279. damagea.Value = damagevalue
  280. function atktype(s, e)
  281.   coroutine.resume(coroutine.create(function()
  282.     attacktype = e
  283.     wait(1.5)
  284.     attacktype = s
  285.   end))
  286. end
  287. function turncrit()
  288.   coroutine.resume(coroutine.create(function()
  289.     print("CRITICAL!")
  290.     crit = true
  291.     wait(0.25)
  292.     crit = false
  293.   end))
  294. end
  295. function subtractstamina(k)
  296.   if k <= stamina then
  297.     stamina = stamina - k
  298.   end
  299. end
  300. function clerp(a, b, t)
  301.   return a:lerp(b, t)
  302. end
  303. function randomizer(percent)
  304.   local randomized = math.random(0, 100)
  305.   if percent >= randomized then
  306.     return true
  307.   elseif percent <= randomized then
  308.     return false
  309.   end
  310. end
  311. local RbxUtility = LoadLibrary("RbxUtility")
  312. local Create = RbxUtility.Create
  313. function RemoveOutlines(part)
  314.   part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  315. end
  316. function CreatePart(FormFactor, Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  317.   local Part = Create("Part")({
  318.     formFactor = FormFactor,
  319.     Parent = Parent,
  320.     Reflectance = Reflectance,
  321.     Transparency = Transparency,
  322.     CanCollide = false,
  323.     Locked = true,
  324.     BrickColor = BrickColor.new(tostring(BColor)),
  325.     Name = Name,
  326.     Size = Size,
  327.     Material = Material
  328.   })
  329.   RemoveOutlines(Part)
  330.   return Part
  331. end
  332. function CreateMesh(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  333.   local Msh = Create(Mesh)({
  334.     Parent = Part,
  335.     Offset = OffSet,
  336.     Scale = Scale
  337.   })
  338.   if Mesh == "SpecialMesh" then
  339.     Msh.MeshType = MeshType
  340.     Msh.MeshId = MeshId
  341.   end
  342.   return Msh
  343. end
  344. function CreateWeld(Parent, Part0, Part1, C0, C1)
  345.   local Weld = Create("Weld")({
  346.     Parent = Parent,
  347.     Part0 = Part0,
  348.     Part1 = Part1,
  349.     C0 = C0,
  350.     C1 = C1
  351.   })
  352.   return Weld
  353. end
  354. function rayCast(pos, dir, maxl, ignore)
  355.   return game:service("Workspace"):FindPartOnRay(Ray.new(pos, dir.unit * (maxl or 999.999)), ignore)
  356. end
  357. function makeeffect(par, size, pos1, trans, trans1, howmuch, delay1, id, type)
  358.   local p = Instance.new("Part", par or workspace)
  359.   p.CFrame = pos1
  360.   p.Anchored = true
  361.   p.Material = "SmoothPlastic"
  362.   p.CanCollide = false
  363.   p.TopSurface = 0
  364.   p.Size = Vector3.new(1, 1, 1)
  365.   p.BottomSurface = 0
  366.   p.Transparency = trans
  367.   p.FormFactor = "Custom"
  368.   RemoveOutlines(p)
  369.   local mesh = Instance.new("SpecialMesh", p)
  370.   mesh.Scale = size
  371.   if id ~= nil and type == nil then
  372.     mesh.MeshId = "rbxassetid://" .. id
  373.   elseif id == nil and type ~= nil then
  374.     mesh.MeshType = type
  375.   elseif id == nil and type == nil then
  376.     mesh.MeshType = "Brick"
  377.   end
  378.   coroutine.wrap(function()
  379.     for i = 0, delay1, 0.1 do
  380.       wait(0.016666666666666666)
  381.       p.CFrame = p.CFrame
  382.       mesh.Scale = mesh.Scale + howmuch
  383.       p.Transparency = p.Transparency + trans1
  384.     end
  385.     p:Destroy()
  386.   end)()
  387.   return p
  388. end
  389. function clangy(cframe)
  390.   wait(0.016666666666666666)
  391.   local clang = {}
  392.   local dis = 0
  393.   local part = Instance.new("Part", nil)
  394.   part.CFrame = cframe
  395.   part.Anchored = true
  396.   part.CanCollide = false
  397.   part.BrickColor = BrickColor.new("New Yeller")
  398.   part.FormFactor = "Custom"
  399.   part.Name = "clanger"
  400.   part.Size = Vector3.new(0.2, 0.2, 0.2)
  401.   part.TopSurface = 10
  402.   part.BottomSurface = 10
  403.   part.RightSurface = 10
  404.   part.LeftSurface = 10
  405.   part.BackSurface = 10
  406.   part.FrontSurface = 10
  407.   part:BreakJoints()
  408.   local mesh = Instance.new("BlockMesh", part)
  409.   coroutine.wrap(function()
  410.     for i = 1, 7 do
  411.       wait(0.016666666666666666)
  412.       dis = dis + 0.2
  413.       local partc = part:clone()
  414.       partc.Parent = workspace
  415.       partc.CFrame = part.CFrame * CFrame.fromEulerAnglesXYZ(dis, 0, 0)
  416.       partc.CFrame = partc.CFrame * CFrame.new(0, dis, 0)
  417.       table.insert(clang, partc)
  418.     end
  419.     for i, v in pairs(clang) do
  420.       coroutine.wrap(function()
  421.         for i = 1, 10 do
  422.           wait(0.01)
  423.           v.Transparency = v.Transparency + 0.1
  424.         end
  425.         v:destroy()
  426.       end)()
  427.     end
  428.   end)()
  429. end
  430. function circle(color, pos1)
  431.   local p = Instance.new("Part", m)
  432.   p.BrickColor = BrickColor.new(color)
  433.   p.CFrame = pos1
  434.   p.Anchored = true
  435.   p.Material = "Plastic"
  436.   p.CanCollide = false
  437.   p.TopSurface = 0
  438.   p.Size = Vector3.new(1, 1, 1)
  439.   p.BottomSurface = 0
  440.   p.Transparency = 0.35
  441.   p.FormFactor = "Custom"
  442.   local mesh = Instance.new("CylinderMesh", p)
  443.   mesh.Scale = Vector3.new(0, 0, 0)
  444.   coroutine.wrap(function()
  445.     for i = 0, 5, 0.1 do
  446.       wait(0.016666666666666666)
  447.       p.CFrame = p.CFrame
  448.       mesh.Scale = mesh.Scale + Vector3.new(0.5, 0, 0.5)
  449.       p.Transparency = p.Transparency + 0.025
  450.     end
  451.     p:Destroy()
  452.   end)()
  453. end
  454. function firespaz1(color, pos1)
  455.   local p = Instance.new("Part", m)
  456.   p.BrickColor = BrickColor.new(color)
  457.   p.CFrame = pos1
  458.   p.Anchored = true
  459.   p.Material = "Plastic"
  460.   p.CanCollide = false
  461.   p.TopSurface = 0
  462.   p.Size = Vector3.new(1, 1, 1)
  463.   p.BottomSurface = 0
  464.   p.Transparency = 0.5
  465.   p.FormFactor = "Custom"
  466.   local mesh = Instance.new("BlockMesh", p)
  467.   mesh.Scale = Vector3.new(1, 1, 1)
  468.   coroutine.wrap(function()
  469.     for i = 0, 15, 0.1 do
  470.       wait(0.03333333333333333)
  471.       p.CFrame = p.CFrame * CFrame.new(0, 0.1, 0)
  472.       mesh.Scale = mesh.Scale - Vector3.new(0.1, 0.1, 0.1)
  473.       p.Transparency = p.Transparency + 0.025
  474.     end
  475.     p:Destroy()
  476.   end)()
  477. end
  478. function pickrandom(tablesa)
  479.   local randomized = tablesa[math.random(1, #tablesa)]
  480.   return randomized
  481. end
  482. function sound(id, pitch, volume, par, last)
  483.   local s = Instance.new("Sound", par or Torso)
  484.   s.SoundId = "rbxassetid://" .. id
  485.   s.Pitch = pitch or 1
  486.   s.Volume = volume or 1
  487.   wait()
  488.   s:play()
  489.   game.Debris:AddItem(s, last or 120)
  490. end
  491. function clangy(cframe)
  492.   wait(0.016666666666666666)
  493.   local clang = {}
  494.   local dis = 0
  495.   local part = Instance.new("Part", nil)
  496.   part.CFrame = cframe
  497.   part.Anchored = true
  498.   part.CanCollide = false
  499.   part.BrickColor = BrickColor.new("New Yeller")
  500.   part.FormFactor = "Custom"
  501.   part.Name = "clanger"
  502.   part.Size = Vector3.new(0.2, 0.2, 0.2)
  503.   part.TopSurface = 10
  504.   part.BottomSurface = 10
  505.   part.RightSurface = 10
  506.   part.LeftSurface = 10
  507.   part.BackSurface = 10
  508.   part.FrontSurface = 10
  509.   part:BreakJoints()
  510.   local mesh = Instance.new("BlockMesh", part)
  511.   coroutine.wrap(function()
  512.     for i = 1, 7 do
  513.       wait(0.016666666666666666)
  514.       dis = dis + 0.2
  515.       local partc = part:clone()
  516.       partc.Parent = workspace
  517.       partc.CFrame = part.CFrame * CFrame.fromEulerAnglesXYZ(dis, 0, 0)
  518.       partc.CFrame = partc.CFrame * CFrame.new(0, dis, 0)
  519.       table.insert(clang, partc)
  520.     end
  521.     for i, v in pairs(clang) do
  522.       coroutine.wrap(function()
  523.         for i = 1, 10 do
  524.           wait(0.01)
  525.           v.Transparency = v.Transparency + 0.1
  526.         end
  527.         v:destroy()
  528.       end)()
  529.     end
  530.   end)()
  531. end
  532. function so(id, par, vol, pit)
  533.   coroutine.resume(coroutine.create(function()
  534.     local sou = Instance.new("Sound", par or workspace)
  535.     sou.Volume = vol
  536.     sou.Pitch = pit or 1
  537.     sou.SoundId = id
  538.     wait()
  539.     sou:play()
  540.     game:GetService("Debris"):AddItem(sou, 6)
  541.   end))
  542. end
  543. local function getclosest(obj, distance)
  544.   local last, lastx = distance + 1, nil
  545.   for i, v in pairs(workspace:GetChildren()) do
  546.     if v:IsA("Model") and v ~= Character and v:findFirstChild("Humanoid") and v:findFirstChild("Torso") and v:findFirstChild("Humanoid").Health > 0 then
  547.       local t = v.Torso
  548.       local dist = (t.Position - obj.Position).magnitude
  549.       if distance >= dist and last > dist then
  550.         last = dist
  551.         lastx = v
  552.       end
  553.     end
  554.   end
  555.   return lastx
  556. end
  557. function makegui(cframe, text)
  558.   local a = math.random(-10, 10) / 100
  559.   local c = Instance.new("Part")
  560.   c.Transparency = 1
  561.   Instance.new("BodyGyro").Parent = c
  562.   c.Parent = m
  563.   c.CFrame = CFrame.new(cframe.p + Vector3.new(0, 1.5, 0))
  564.   local f = Instance.new("BodyPosition")
  565.   f.P = 2000
  566.   f.D = 100
  567.   f.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  568.   f.position = c.Position + Vector3.new(0, 3, 0)
  569.   f.Parent = c
  570.   game:GetService("Debris"):AddItem(c, 6.5)
  571.   c.CanCollide = false
  572.   m.Parent = workspace
  573.   c.CanCollide = false
  574.   local bg = Instance.new("BillboardGui", m)
  575.   bg.Adornee = c
  576.   bg.Size = UDim2.new(1, 0, 1, 0)
  577.   bg.StudsOffset = Vector3.new(0, 0, 0)
  578.   bg.AlwaysOnTop = false
  579.   local tl = Instance.new("TextLabel", bg)
  580.   tl.BackgroundTransparency = 1
  581.   tl.Size = UDim2.new(1, 0, 1, 0)
  582.   tl.Text = text
  583.   tl.Font = "SourceSansBold"
  584.   tl.FontSize = "Size42"
  585.   if crit == true then
  586.     tl.TextColor3 = Color3.new(0.7058823529411765, 0, 0)
  587.   else
  588.     tl.TextColor3 = Color3.new(255, 0.7058823529411765, 0.2)
  589.   end
  590.   tl.TextStrokeTransparency = 0
  591.   tl.TextScaled = true
  592.   tl.TextWrapped = true
  593.   coroutine.wrap(function()
  594.     wait(2)
  595.     for i = 1, 10 do
  596.       wait()
  597.       tl.TextTransparency = tl.TextTransparency + 0.1
  598.     end
  599.   end)()
  600. end
  601. function tag(hum, Player)
  602.   local creator = Instance.new("ObjectValue", hum)
  603.   creator.Value = Player
  604.   creator.Name = "creator"
  605. end
  606. function untag(hum)
  607.   if hum ~= nil then
  608.     local tag = hum:findFirstChild("creator")
  609.     if tag ~= nil then
  610.       tag.Parent = nil
  611.     end
  612.   end
  613. end
  614. function tagPlayer(h)
  615.   coroutine.wrap(function()
  616.     tag(h, Player)
  617.     wait(1)
  618.     untag(h)
  619.   end)()
  620. end
  621. function damage(hit, mind, maxd, knock, type, prop)
  622.   if hit.Name:lower() == "Hitbox" then
  623.     do
  624.       local pos = CFrame.new(0, 1, -1)
  625.       sound(pickrandom(clangsounds), math.random(100, 150) / 100, 1, Torso, 6)
  626.       coroutine.wrap(function()
  627.         for i = 1, 4 do
  628.           clangy(Torso.CFrame * pos * CFrame.Angles(0, math.rad(math.random(0, 360)), 0))
  629.         end
  630.       end)()
  631.     end
  632.   end
  633.   if hit.Parent == nil then
  634.     return
  635.   end
  636.   local h = hit.Parent:FindFirstChild("Humanoid")
  637.   for i, v in pairs(hit.Parent:children()) do
  638.     if v:IsA("Humanoid") then
  639.       h = v
  640.     end
  641.   end
  642.   if hit.Parent.Parent:FindFirstChild("Torso") ~= nil then
  643.     h = hit.Parent.Parent:FindFirstChild("Humanoid")
  644.   end
  645.   if hit.Parent:IsA("Hat") then
  646.     hit = hit.Parent.Parent:findFirstChild("Head")
  647.   end
  648.   local D = math.random(mind, maxd) * damagea.Value
  649.   if h.Parent:FindFirstChild("Stats") then
  650.     D = D / h.Parent:FindFirstChild("Stats").Defence.Value
  651.   elseif not h.Parent:FindFirstChild("Stats") then
  652.   end
  653.   if h then
  654.     makegui(h.Parent.Head.CFrame, tostring(math.floor(D + 0.5)))
  655.   end
  656.   if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
  657.     if type == 1 then
  658.       tagPlayer(h)
  659.       local asd = randomizer(critchance)
  660.       if asd == true then
  661.         turncrit()
  662.       end
  663.       if crit == false then
  664.         h.Health = h.Health - D
  665.       else
  666.         h.Health = h.Health - (D + math.random(critdamageaddmin, critdamageaddmax))
  667.       end
  668.       so("http://www.roblox.com/asset/?id=169462037", hit, 1, math.random(150, 200) / 100)
  669.       local vp = Instance.new("BodyVelocity")
  670.       vp.P = 500
  671.       vp.maxForce = Vector3.new(math.huge, 0, math.huge)
  672.       vp.velocity = prop.CFrame.lookVector * knock + prop.Velocity / 1.05
  673.       if knock > 0 then
  674.         vp.Parent = hit.Parent.Torso
  675.       end
  676.       game:GetService("Debris"):AddItem(vp, 0.5)
  677.     elseif type == 2 then
  678.       so("http://www.roblox.com/asset/?id=169462037", hit, 1, math.random(150, 200) / 100)
  679.       local asd = randomizer(critchance)
  680.       if asd == true then
  681.         turncrit()
  682.       end
  683.       if crit == false then
  684.         h.Health = h.Health - D
  685.       else
  686.         h.Health = h.Health - (D + math.random(critdamageaddmin, critdamageaddmax))
  687.       end
  688.       tagPlayer(h)
  689.     elseif type == 3 then
  690.       tagPlayer(h)
  691.       local asd = randomizer(critchance)
  692.       if asd == true then
  693.         turncrit()
  694.       end
  695.       if crit == false then
  696.         h.Health = h.Health - D
  697.       else
  698.         h.Health = h.Health - (D + math.random(critdamageaddmin, critdamageaddmax))
  699.       end
  700.       Character.Humanoid.Health = Character.Humanoid.Health + D / 2
  701.       so("http://www.roblox.com/asset/?id=206083232", hit, 1, 1.5)
  702.       for i = 1, 10 do
  703.         firespaz1("Bright red", hit.CFrame * CFrame.Angles(math.random(0, 3), math.random(0, 3), math.random(0, 3)))
  704.       end
  705.     elseif type == 4 then
  706.       h.Health = h.Health + D
  707.       so("http://www.roblox.com/asset/?id=186883084", hit, 1, 1)
  708.       circle("Dark green", h.Parent.Torso.CFrame * CFrame.new(0, -2.5, 0))
  709.     end
  710.   end
  711. end
  712. function subtrackstamina(k)
  713.   if k <= stamina then
  714.     stamina = stamina - k
  715.   end
  716. end
  717. FakeMain = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Teal", "FakeMain", Vector3.new(0.328999937, 0.200000003, 0.328999937))
  718. FakeMainweld = CreateWeld(m, Character.Torso, FakeMain, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.144948244, 1.09576797, -0.0137405396, 9.2387188E-7, 1, -1.25662482E-4, -7.14142516E-7, -1.25662482E-4, -1, -1, 9.23961579E-7, 7.14026442E-7))
  719. MainPrt = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Teal", "MainPrt", Vector3.new(0.328999937, 0.200000003, 0.328999937))
  720. MainPrtweld = CreateWeld(m, FakeMain, MainPrt, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0, 0, 0, 1, 0, -2.74225087E-14, 0, 1, -5.68434189E-14, -2.74225087E-14, -5.68434189E-14, 1))
  721. Handle1 = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Handle1", Vector3.new(0.728999913, 0.200000003, 0.728999913))
  722. Handle1weld = CreateWeld(m, MainPrt, Handle1, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-8.46624374E-4, -3.51667404E-6, -1.70010746, 0.999991238, 7.17976945E-7, 0.00420576893, -7.12883775E-7, 1, -1.2128038E-6, -0.00420576893, 1.20979496E-6, 0.999991238))
  723. CreateMesh("CylinderMesh", Handle1, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.728999794, 1))
  724. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  725. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00359845161, 1.35302544E-5, -0.655606985, 1.00000012, 6.39293285E-6, -4.3458839E-12, -6.39293285E-6, 1, -1.29156285E-6, 1.59086383E-10, 1.29156285E-6, 1.00000012))
  726. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  727. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.656099975, 0.200000003))
  728. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.01923943E-5, -0.765023232, 0.327973843, 3.38934624E-5, 1, 2.44895364E-5, -7.66317896E-7, -2.44896946E-5, 0.999992549, 0.999992549, -3.37754755E-5, 7.65078482E-7))
  729. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499956))
  730. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  731. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00363874435, 7.15255737E-6, -0.582875013, 1.00000012, -2.39172368E-6, -4.0583396E-12, 2.39172368E-6, 1, -5.64356696E-7, 6.71847161E-11, 5.64356696E-7, 1.00000012))
  732. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  733. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  734. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(2.38418579E-7, 0.109352827, 0.400940299, 2.76297214E-7, 1, 3.73115085E-8, 0.999990642, -1.2847886E-7, 5.91348517E-8, 5.96134981E-8, 3.73098743E-8, -0.999990642))
  735. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  736. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  737. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.30481339E-6, 0.109347105, 0.400930166, -2.66067218E-7, -1, -2.27373675E-12, -0.999991596, 1.33833964E-7, 4.1322102E-12, 4.69797978E-10, 7.78044296E-13, -0.999991596))
  738. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  739. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  740. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.76837158E-6, 0.218680859, -0.473920226, -1.41387864E-6, 1, -7.52192477E-8, -1.00000012, -1.41387864E-6, -5.26155439E-8, -5.26143573E-8, 7.52191198E-8, 1.00000012))
  741. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999972, 0.364499956))
  742. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  743. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(7.74860382E-7, 0.328145027, 0.4010216, -2.39670044E-8, 1, 4.12373447E-6, 0.999992549, 1.42201316E-7, -5.86774647E-8, -5.81480393E-8, 4.12376403E-6, -0.999992549))
  744. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  745. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  746. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.57627869E-7, 0.328131557, -0.328133583, -1.49305561E-6, 1, 3.69454392E-6, -1.78342901E-7, 3.6945703E-6, -0.999992549, -0.999992549, -1.61133357E-6, 1.78818127E-7))
  747. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  748. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.291599959, 0.200000003))
  749. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(7.91549683E-5, 1.3589859E-4, 9.00030136E-6, -1.00000012, 3.40558909E-5, 3.88877001E-4, 3.8887604E-4, -2.78815151E-5, 1.00000012, 3.4066732E-5, 1, 2.78682692E-5))
  750. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=18430887", Vector3.new(0, 0, 0), Vector3.new(0.466559947, 0.466559947, 1.55276954))
  751. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  752. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00363659859, 1.1920929E-7, -0.218694568, 0.999996364, -2.51297024E-7, 4.61532895E-10, 3.10406904E-7, 1, 5.17275112E-12, -4.69798422E-10, -4.27746727E-12, 0.999996364))
  753. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  754. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  755. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0777366012, 9.23871994E-6, 0.123275518, -0.499999613, 2.70776945E-6, 0.866025746, 8.8378074E-6, 1, 1.97584495E-6, -0.866025686, 8.64169124E-6, -0.499999613))
  756. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.765449822, 0.364499956))
  757. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  758. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-8.96453857E-5, 1.13248825E-5, 0.182301402, 1.00000012, -4.93229891E-6, -3.97517999E-12, 4.93229891E-6, 1, -9.94046673E-7, 1.21487362E-10, 9.94046673E-7, 1.00000012))
  759. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.765449822, 0.364499956))
  760. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  761. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.64916229E-6, -1.20289695, 0.10937047, -9.47329681E-9, 1, -3.62556875E-6, -4.80574045E-7, 3.62559831E-6, 0.999992073, 0.999992073, 1.33964932E-7, 4.80558299E-7))
  762. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  763. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  764. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.47034836E-6, -0.109358311, -1.12990892, -6.55680196E-7, 1, -7.54181428E-8, -0.999996126, -7.18326191E-7, -6.14631332E-8, -6.14618969E-8, 7.54192939E-8, 0.999996126))
  765. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  766. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  767. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.36441803E-6, -1.20290005, 0.109323025, -5.01458999E-7, -1, 4.14153055E-6, -1.53132245E-8, 4.14156466E-6, 0.999992073, -0.999992073, 3.7693826E-7, -1.53626978E-8))
  768. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  769. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  770. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0037317276, 1.35302544E-5, 0.0363521576, 1.00000012, -7.15763599E-6, -3.90233852E-12, 7.15763599E-6, 1, -1.05257197E-6, 1.28883584E-10, 1.05257197E-6, 1.00000012))
  771. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.364499956))
  772. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  773. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0208580494, 1.02519989E-5, 0.221218228, 0.707107484, -2.59558874E-6, 0.707106233, 7.41328404E-6, 1, -3.74257615E-6, -0.707106233, 7.88838224E-6, 0.707107484))
  774. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.765449822, 0.364499956))
  775. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  776. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0796747208, 8.40425491E-6, 0.126610279, -0.500000834, 1.42288627E-6, -0.86602509, 9.03436739E-6, 1, -3.57298995E-6, 0.86602509, -9.61048499E-6, -0.500000834))
  777. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.765449822, 0.364499956))
  778. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  779. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0209729671, 1.02519989E-5, 0.221354723, 0.707106233, -4.11131623E-6, -0.707107484, 7.72644853E-6, 1, 1.9121635E-6, 0.707107484, -6.81552774E-6, 0.707106233))
  780. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.765449822, 0.364499956))
  781. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.291599989))
  782. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.40802765E-5, 6.55651093E-7, -1.09311724, 1.00000012, 8.37317202E-6, -2.51501202E-8, -8.37317202E-6, 1, -1.0442136E-9, 2.51417056E-8, 1.04430242E-9, 1.00000012))
  783. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999972, 0.728999794, 1))
  784. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  785. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.12599945E-6, -0.10934782, -0.400939226, -3.87546606E-7, -1, 2.21122832E-7, 1.00000012, -3.87546606E-7, 1.19205168E-7, -1.19185486E-7, 2.21122889E-7, 1.00000012))
  786. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  787. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  788. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.57627869E-6, 2.98023224E-7, -0.400947213, 0.999993503, 1.11627742E-7, -9.35462818E-10, -9.02218744E-9, 1, 4.26325641E-12, 4.61524263E-10, -3.41415785E-12, 0.999993503))
  789. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 0.364499956))
  790. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  791. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.1920929E-7, 0.364495277, 0.182245016, 3.10406904E-7, 1, 5.17275112E-12, 4.69798422E-10, 4.27746727E-12, -0.999996364, -0.999996364, 2.51297024E-7, -4.61532895E-10))
  792. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 0.364499986))
  793. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  794. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0, 0.364495039, 0.182254076, -2.50802259E-7, -1, -5.1159077E-12, 4.69798422E-10, 4.27746727E-12, -0.999996364, 0.999996364, -1.91692379E-7, 4.61530952E-10))
  795. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 0.364499986))
  796. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  797. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.7220459E-6, 1.1920929E-7, -0.32804513, 0.999996364, -2.51297024E-7, 4.61532895E-10, 3.10406904E-7, 1, 5.17275112E-12, -4.69798422E-10, -4.27746727E-12, 0.999996364))
  798. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.728999794, 0.364499986))
  799. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  800. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.76837158E-7, 0.401034832, -0.218741417, -9.05769411E-7, 1, 4.19312846E-6, 6.10700184E-8, 4.19315893E-6, -0.999992549, -0.999992549, -1.02401827E-6, -6.05317965E-8))
  801. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  802. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099796))
  803. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-7.15255737E-7, 1.78813934E-7, -0.765435219, 0.999992073, 4.55474947E-8, -4.69799366E-10, 7.89732439E-8, 1, 3.58113539E-12, 4.61524374E-10, -2.60413913E-12, 0.999992073))
  804. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 1))
  805. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  806. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.30481339E-6, -0.109345436, 0.765497923, 2.4025212E-8, 1, -2.68209931E-7, 1.00000012, -2.4025212E-8, -4.19508739E-9, -4.22071045E-9, -2.68209476E-7, -1.00000012))
  807. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  808. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  809. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.47034836E-6, 0.109348774, -0.765428185, 1.16197043E-7, -1, -3.36324888E-8, 0.999992549, 2.34431354E-7, 1.25687105E-8, -1.25812418E-8, -3.36311459E-8, 0.999992549))
  810. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  811. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  812. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.9935112E-6, 0.32812655, -0.32797718, 1.28285319E-6, -1, 3.69483314E-6, 1.79748113E-7, -3.69483246E-6, -1.00000012, 1.00000012, 1.28285319E-6, 1.8020674E-7))
  813. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  814. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  815. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.529953E-6, 0.109344244, -1.12993956, -7.47910235E-7, 1, -7.53396989E-8, -0.999992549, -8.6617365E-7, -5.86691584E-8, -5.91336011E-8, 7.53416955E-8, 0.999992549))
  816. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  817. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.656099975, 0.200000003))
  818. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.7147274E-5, -0.764549375, 0.329266787, -1.32639398E-5, -1, 2.44386101E-5, 7.65837513E-7, 2.44385956E-5, 1.00000012, -1.00000012, 1.3263947E-5, 7.65550851E-7))
  819. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499956))
  820. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.364499956, 0.218699992))
  821. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.01327896E-5, -1.34622538, 0.181414127, -2.10503786E-5, 1, 2.44417042E-5, -8.12412338E-7, -2.4441917E-5, 0.999992073, 0.999992073, 2.11750303E-5, 8.13039776E-7))
  822. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 1))
  823. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  824. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.21965909, -4.86373901E-5, -1.12716556, -1.00000012, -1.09744229E-4, -1.01040769E-7, 1.09744244E-4, -1, 2.51859547E-8, -1.01049459E-7, 2.5174927E-8, 1.00000012))
  825. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999913, 0.364499956, 0.364499956))
  826. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.364499956, 0.218699992))
  827. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.88026237E-5, -1.34452581, 0.182477236, 4.17189003E-5, -1, 2.44082003E-5, 7.96567349E-7, 2.44084276E-5, 0.999992073, -0.999992073, -4.18437121E-5, 7.97217638E-7))
  828. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 1))
  829. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.583199918))
  830. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.255176306, -3.21865082E-6, -0.80153203, 0.999992549, 1.59391639E-5, -4.09828509E-8, -1.5820784E-5, 1, 5.48646995E-9, 4.05077039E-8, -5.48600099E-9, 0.999992549))
  831. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.364499956, 1))
  832. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  833. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.3663044E-5, 0.801941514, -0.183549881, -1.42525751E-5, -1, -3.6352194E-6, 1.24703888E-6, 3.63520121E-6, -1.00000012, 1.00000012, -1.42525751E-5, 1.24657163E-6))
  834. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499986))
  835. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  836. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.21847558, -6.43730164E-6, -1.12858641, 0.999996126, 4.32885136E-5, -6.19385077E-8, -4.32257075E-5, 1, 1.6741069E-8, 6.19266984E-8, -1.67376299E-8, 0.999996126))
  837. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999913, 0.364499956, 0.364499956))
  838. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.583199918))
  839. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.256496668, -4.40478325E-5, -0.801550031, -1.00000012, -5.25360374E-5, -5.68048222E-8, 5.2536052E-5, -1, -2.27311148E-9, -5.7280765E-8, -2.27599628E-9, 1.00000012))
  840. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.364499956, 1))
  841. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.291599989))
  842. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.83582306E-5, 2.98023224E-7, -1.2392242, 0.999992073, -3.3302058E-7, 4.61535588E-10, 4.57526767E-7, 1, -4.62932803E-10, -4.69739247E-10, 4.63941774E-10, 0.999992073))
  843. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999972, 0.364499956, 1))
  844. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  845. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(2.00271606E-5, 0, -1.16637254, 0.999992073, 5.18615707E-7, -1.86679872E-9, -3.9410952E-7, 1, -5.94127414E-10, 1.85858384E-9, 5.95086647E-10, 0.999992073))
  846. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999436))
  847. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  848. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.58955765E-6, -0.109353304, 0.765445113, -5.20798494E-7, -1, -1.00829169E-7, -0.999996126, 4.58137947E-7, -3.44548141E-8, 3.44758142E-8, 1.00828743E-7, -0.999996126))
  849. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  850. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  851. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.96046448E-7, -0.4741081, 0.328011036, -4.45533078E-6, -1, 4.13908447E-6, 3.3129135E-9, 4.13908401E-6, 1.00000012, -1.00000012, 4.45534533E-6, 4.19494217E-9))
  852. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  853. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  854. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.74181366E-6, -0.801942706, 0.18223691, 9.97824827E-7, -1, 4.14240367E-6, -1.15878285E-8, 4.14240321E-6, 1.00000012, -1.00000012, -9.97824827E-7, -1.16373631E-8))
  855. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 1, 0.364499986))
  856. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  857. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.44379044E-6, -0.546818614, 0.218687534, 7.46455044E-7, -1, 4.14206897E-6, -1.11222098E-8, 4.14206806E-6, 1.00000012, -1.00000012, -7.46469595E-7, -1.11717098E-8))
  858. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  859. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  860. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00359892845, 1.35302544E-5, -0.509806633, 1.00000012, 6.39293285E-6, -4.3458839E-12, -6.39293285E-6, 1, -1.29156285E-6, 1.59086383E-10, 1.29156285E-6, 1.00000012))
  861. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  862. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  863. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.49011612E-6, -0.801843762, 0.182271242, -7.40401447E-7, 1, -3.67873645E-6, -6.4448011E-7, 3.67875145E-6, 0.999996126, 0.999996126, 8.03061994E-7, 6.44471072E-7))
  864. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 1, 0.364499986))
  865. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  866. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.31130219E-6, -0.473922729, 0.328080893, -7.3715637E-7, 1, 4.14190345E-6, 1.11139533E-8, -4.14193346E-6, 0.999992549, 0.999992549, 8.55419785E-7, -1.16456969E-8))
  867. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  868. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  869. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-6.55651093E-7, -0.546805501, 0.218739271, -4.84287739E-7, 1, 4.14186161E-6, 1.11139604E-8, -4.14187707E-6, 0.999996126, 0.999996126, 5.46919182E-7, -1.11800258E-8))
  870. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  871. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  872. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.37090683E-6, 0.218727827, -0.473888278, 9.16857971E-7, -1, -7.51552989E-8, 0.999996126, 9.79518518E-7, -5.02955864E-8, 5.02777837E-8, -7.5154702E-8, 0.999996126))
  873. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999972, 0.364499956))
  874. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  875. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.64916229E-6, -0.327998161, -0.401025414, 8.24336894E-7, -1, 4.13303815E-6, 1.00000012, 8.24351446E-7, 2.78980417E-9, -2.74144751E-9, 4.13303769E-6, 1.00000012))
  876. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  877. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  878. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.41074371E-6, 0.327976465, 0.401023626, 4.62619937E-7, -1, 4.12383952E-6, -1.00000012, -4.62619937E-7, -6.00661565E-8, 6.0018948E-8, -4.12383861E-6, -1.00000012))
  879. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  880. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  881. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(6.19888306E-6, 0.801867843, -0.182212353, 1.67358521E-5, 1, -3.64418793E-6, -1.22328299E-6, -3.64418224E-6, -0.999996126, -0.999996126, 1.66732789E-5, 1.22329584E-6))
  882. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499986))
  883. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  884. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.43051147E-6, -0.328078747, -0.401023746, -7.89412297E-7, 1, 4.13298903E-6, -0.999992549, -9.07675712E-7, 9.35488909E-10, 4.04870082E-10, -4.13301905E-6, 0.999992549))
  885. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  886. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  887. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.36441803E-6, 0.401030302, -0.218663692, 7.07121217E-7, -1, 4.19291109E-6, -5.91990705E-8, -4.19290973E-6, -1.00000012, 1.00000012, 7.07135769E-7, -5.91431437E-8))
  888. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  889. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  890. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.76837158E-6, 0.109347105, -0.765441298, 9.38598532E-8, 1, -7.51805942E-8, -1.00000012, 9.38598532E-8, -5.91348517E-8, -5.91336189E-8, 7.51805516E-8, 1.00000012))
  891. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  892. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  893. Partweld = CreateWeld(m, Handle1, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.12599945E-6, -0.10935235, -0.400942683, 4.89220838E-7, 1, -1.5021817E-7, -0.999996364, 4.30110958E-7, -3.65074328E-7, -3.65063613E-7, 1.50219734E-7, 0.999996364))
  894. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  895. Handle2 = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Handle2", Vector3.new(0.728999913, 0.200000003, 0.728999913))
  896. Handle2weld = CreateWeld(m, MainPrt, Handle2, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0111517906, 1.51991844E-5, -1.60844827, 0.710074008, 2.94524943E-5, -0.704127133, 4.0445273E-5, 1, 8.26152391E-5, 0.704127133, -8.71415541E-5, 0.710074008))
  897. CreateMesh("CylinderMesh", Handle2, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.728999794, 1))
  898. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  899. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(6.55651093E-7, -0.546806574, 0.21873641, -6.64345862E-7, 1, 4.14195529E-6, -5.99989249E-8, -4.14196029E-6, 1, 1, 6.64345862E-7, 5.97045755E-8))
  900. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  901. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  902. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0, 0.218725681, -0.473889112, 1.0969452E-6, -1, -7.52226015E-8, 1, 1.0969452E-6, 5.97049379E-8, -5.95142353E-8, -7.52334017E-8, 1))
  903. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999972, 0.364499956))
  904. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  905. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00365161896, -2.56299973E-6, -0.509857178, 1, 1.26527011E-5, -2.08506336E-7, -1.26526938E-5, 1, 1.51052893E-6, 2.0853561E-7, -1.51053609E-6, 1))
  906. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  907. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  908. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.39746475E-6, -0.546763182, 0.218690395, 5.39628672E-7, -1, 4.14195165E-6, -1.18616256E-7, 4.14194756E-6, 1, -1, -5.39635948E-7, -1.19309121E-7))
  909. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  910. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  911. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(6.31809235E-6, -0.474463701, 0.328078032, 1.53504661E-5, 1, 4.11596193E-6, -1.19600472E-7, -4.11596375E-6, 1, 1, -1.53504661E-5, 1.78900507E-7))
  912. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  913. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  914. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.35113907E-6, -0.328026295, -0.401193857, -4.83560871E-6, -1, 4.13005182E-6, 1, -4.83560143E-6, 1.1930463E-7, -1.18617677E-7, 4.13005091E-6, 1))
  915. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  916. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  917. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.08616257E-6, 0.327980757, 0.401412964, -1.03989005E-5, -1, 4.11800647E-6, -1.00000012, 1.03988932E-5, -2.38509273E-7, 2.37828402E-7, -4.11800556E-6, -1.00000012))
  918. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  919. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  920. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.12599945E-6, -0.328086376, -0.401460886, 1.25639854E-5, 1, 4.10834036E-6, -1, 1.25639926E-5, -1.78902837E-7, -1.19599562E-7, -4.10834718E-6, 1))
  921. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  922. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  923. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(6.43730164E-6, -0.109349012, -0.400942087, 3.12691554E-7, 1, -1.5014291E-7, -0.999999881, 3.09133611E-7, -4.76936293E-7, -4.7671989E-7, 1.50142114E-7, 0.999999881))
  924. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  925. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  926. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-6.13927841E-6, 0.401030302, -0.218681335, 7.51511834E-7, -1, 4.19276694E-6, 5.90055542E-8, -4.19276967E-6, -1, 1, 7.5151911E-7, 5.97046466E-8))
  927. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  928. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  929. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(7.56978989E-6, 0.801870584, -0.182209492, 1.65558522E-5, 1, -3.64412699E-6, -1.13302201E-6, -3.64410153E-6, -1, -1, 1.65558595E-5, 1.13240264E-6))
  930. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499986))
  931. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  932. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.90085983E-6, 0.109352827, -0.765426159, 3.00715328E-7, 1, -7.50950448E-8, -1.00000012, 3.00715328E-7, -2.38517714E-7, -2.3831025E-7, 7.50924301E-8, 1.00000012))
  933. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  934. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  935. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00369095802, -1.22785568E-5, -0.582944155, 1.00000012, 3.12742486E-6, 1.01983956E-10, -3.12741759E-6, 1, 1.3754435E-6, -6.45562492E-11, -1.37545067E-6, 1.00000012))
  936. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  937. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  938. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-6.37769699E-6, 0.109349489, 0.400937796, -2.36417691E-7, -1, -8.01492206E-11, -1, 2.36417691E-7, -1.19308467E-7, 1.19109927E-7, 8.32756086E-11, -1))
  939. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  940. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.656099975, 0.200000003))
  941. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-6.55651093E-6, -0.765465975, 0.327980995, 4.72471293E-5, 1, 2.4465051E-5, -8.96886149E-7, -2.44650109E-5, 1, 1, -4.72471438E-5, 9.23931964E-7))
  942. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499956))
  943. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  944. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00365114212, -2.56299973E-6, -0.655657768, 1, 1.26527011E-5, -2.08506336E-7, -1.26526938E-5, 1, 1.51052893E-6, 2.0853561E-7, -1.51053609E-6, 1))
  945. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  946. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  947. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.84125519E-6, 0.218684912, -0.47386694, -9.55733412E-7, 1, -7.51387006E-8, -1.00000012, -9.55733412E-7, -2.38518766E-7, -2.3831025E-7, 7.51397806E-8, 1.00000012))
  948. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999972, 0.364499956))
  949. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  950. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.43051147E-6, 0.109349966, 0.400944471, 5.54209691E-8, 1, 3.73839839E-8, 0.999999821, -5.18630259E-8, 1.19308623E-7, 1.19114368E-7, 3.73916009E-8, -0.999999821))
  951. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  952. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.291599959, 0.200000003))
  953. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(8.58306885E-5, 8.67843628E-5, -6.02006912E-6, -1, 2.73945698E-5, 3.88085755E-4, 3.88082437E-4, -2.93901066E-5, 1, 2.74059785E-5, 1, 2.93794692E-5))
  954. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=18430887", Vector3.new(0, 0, 0), Vector3.new(0.466559947, 0.466559947, 1.55276954))
  955. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  956. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0776987076, -5.84125519E-6, 0.123313427, -0.500000238, -1.93139931E-6, 0.866025388, 2.17702473E-6, 1, 3.48709E-6, -0.866025388, 3.62889841E-6, -0.500000238))
  957. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.765449822, 0.364499956))
  958. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  959. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.48362732E-6, 0.328142643, 0.401563883, 1.58123803E-5, 1, 4.09779386E-6, 1, -1.58123803E-5, 8.9493156E-8, 5.99936669E-8, 4.09780296E-6, -1))
  960. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  961. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  962. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.05311584E-6, 0.328567982, -0.328141451, 1.18603275E-5, 1, 3.66989116E-6, -5.92666254E-8, 3.66990162E-6, -1, -1, 1.18603275E-5, -8.94871677E-11))
  963. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  964. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  965. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00364208221, 1.49011612E-6, -0.218691111, 1, -2.77868821E-8, 1.19308638E-7, 2.77868821E-8, 1, 7.65112418E-11, -1.19109927E-7, -7.96376298E-11, 1))
  966. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  967. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  968. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.84125519E-6, -0.10935545, -1.12991405, -8.35752871E-7, 1, -7.53424274E-8, -1, -8.35745595E-7, -1.19309362E-7, -1.19100939E-7, 7.53381073E-8, 1))
  969. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  970. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  971. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.48362732E-5, -4.17232513E-6, 0.182277679, 1.00000012, 1.7283528E-6, 1.0081741E-10, -1.7283528E-6, 1, 5.17106059E-7, 3.77450744E-11, -5.17109584E-7, 1.00000012))
  972. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.765449822, 0.364499956))
  973. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  974. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(6.02006912E-6, -1.20289421, 0.109368324, 9.67629603E-8, 1, -3.62550418E-6, -6.55119607E-7, 3.62552919E-6, 0.999993145, 0.999993145, 9.4078132E-9, 6.55750455E-7))
  975. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  976. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  977. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-6.7949295E-6, -1.20289779, 0.109326124, -6.07666152E-7, -1, 4.14146052E-6, -1.78220958E-7, 4.14148917E-6, 0.999993205, -0.999993205, 5.01495379E-7, -1.78912899E-7))
  978. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  979. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  980. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0208611488, -5.12599945E-6, 0.221178293, 0.707106411, 1.04599167E-6, 0.707107365, 7.52428605E-7, 1, -2.23167808E-6, -0.707107306, 2.11008592E-6, 0.707106411))
  981. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.765449822, 0.364499956))
  982. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  983. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.079636097, -8.58306885E-6, 0.126631141, -0.50000006, -5.98902261E-7, -0.866025448, 2.37357017E-6, 1, -2.06193727E-6, 0.866025448, -3.08653398E-6, -0.50000006))
  984. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.765449822, 0.364499956))
  985. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  986. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0210033655, -2.98023224E-6, 0.221309662, 0.707107365, 1.60980562E-6, -0.707106411, 1.10650581E-6, 1, 3.38311656E-6, 0.707106411, -3.17463855E-6, 0.707107365))
  987. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.765449822, 0.364499956))
  988. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  989. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00371432304, -5.66244125E-6, 0.0365240574, 1.00000012, 2.49977893E-6, 1.01460625E-10, -2.49977893E-6, 1, 6.91561695E-7, 1.69525904E-11, -6.91565219E-7, 1.00000012))
  990. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.364499956))
  991. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.291599989))
  992. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.38418579E-6, 1.78813934E-6, -1.09303927, 1, 4.7954818E-6, 5.97080216E-8, -4.79547452E-6, 1, -9.05743036E-10, -5.95051617E-8, 9.05401976E-10, 1))
  993. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999972, 0.728999794, 1))
  994. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  995. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.43051147E-6, 1.78813934E-6, -0.400944948, 1, -2.77068466E-8, 1.19308638E-7, 2.77068466E-8, 1, 8.01492206E-11, -1.19109927E-7, -8.69135874E-11, 1))
  996. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 0.364499956))
  997. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  998. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-6.2584877E-6, -0.109350443, -0.400938272, -3.43097781E-7, -1, 2.21043479E-7, 1.00000012, -3.43097781E-7, 2.38517657E-7, -2.38292856E-7, 2.21039727E-7, 1.00000012))
  999. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  1000. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1001. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.43051147E-6, 0.364491701, 0.182250023, 2.36403139E-7, 1, 8.01492206E-11, 1.19109927E-7, 7.96376298E-11, -1, -1, 2.36410415E-7, -1.19308467E-7))
  1002. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 0.364499986))
  1003. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1004. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.43051147E-6, 0.364491701, 0.182247639, -1.76798494E-7, -1, -8.01492206E-11, 1.19109927E-7, 7.96376298E-11, -1, 1, -1.7680577E-7, 1.19308524E-7))
  1005. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 0.364499986))
  1006. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1007. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.29153442E-6, 0.401577711, -0.218737841, 1.49305706E-5, 1, 4.16718831E-6, 1.19606582E-7, 4.16719968E-6, -1, -1, 1.49305706E-5, -1.78900862E-7))
  1008. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  1009. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  1010. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(6.31809235E-6, -0.109349728, 0.765439034, 2.30851583E-7, 1, -2.68137114E-7, 1, -2.30851583E-7, 1.19308467E-7, 1.1907796E-7, -2.68140639E-7, -1))
  1011. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  1012. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099796))
  1013. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.57627869E-6, 1.60932541E-6, -0.765431643, 0.999993205, -7.90096237E-8, 1.7891324E-7, 1.85194949E-7, 1, 8.01492206E-11, -1.78714572E-7, -7.62270247E-11, 0.999993205))
  1014. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 1))
  1015. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  1016. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.38418579E-7, 1.49011612E-6, -0.328041792, 1, -2.77868821E-8, 1.19308638E-7, 2.77868821E-8, 1, 7.65112418E-11, -1.19109927E-7, -7.96376298E-11, 1))
  1017. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.728999794, 0.364499986))
  1018. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  1019. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.96046448E-6, 0.109358549, -0.765335798, -2.16087938E-6, -1, -3.37241772E-8, 1, -2.16086482E-6, 1.49109184E-7, -1.48916257E-7, -3.37330448E-8, 1))
  1020. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  1021. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.656099975, 0.200000003))
  1022. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.47630882E-5, -0.764933348, 0.329271078, -2.41252783E-5, -1, 2.44325129E-5, 6.58662486E-7, 2.4432491E-5, 1.00000012, -1.00000012, 2.41252928E-5, 6.55571853E-7))
  1023. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499956))
  1024. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.583199918))
  1025. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.255182505, 4.17232513E-7, -0.801975965, 1, 2.46749551E-6, 8.95084042E-8, -2.46748823E-6, 1, -1.91902245E-8, -5.95029839E-8, 1.91810159E-8, 1))
  1026. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.364499956, 1))
  1027. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.364499956, 0.218699992))
  1028. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-8.88109207E-6, -1.34550643, 0.181307316, -2.90211392E-5, 1, 2.44420626E-5, -8.96883421E-7, -2.44420862E-5, 1, 1, 2.90211174E-5, 8.94193249E-7))
  1029. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 1))
  1030. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1031. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.54323196E-6, 0.109349251, -1.12988377, -5.41076588E-7, 1, -7.52696678E-8, -1.00000012, -5.41076588E-7, -2.38518396E-7, -2.38310236E-7, 7.52668257E-8, 1.00000012))
  1032. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1033. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1034. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.66893005E-6, 0.328515768, -0.327981472, -9.57866723E-6, -1, 3.68900874E-6, 2.97484178E-7, -3.68900965E-6, -1, 1, -9.57865996E-6, 2.981146E-7))
  1035. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1036. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.291599989))
  1037. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.54972076E-5, 1.7285347E-6, -1.23922181, 0.999993205, -4.57570422E-7, 1.78912927E-7, 5.63755748E-7, 1, -3.92788024E-10, -1.78714515E-7, 3.9023007E-10, 0.999993205))
  1038. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999972, 0.364499956, 1))
  1039. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1040. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.219613791, -5.0008297E-5, -1.12662649, -1.00000012, -1.1505968E-4, -2.38613893E-7, 1.15059673E-4, -1, 2.53747885E-8, -2.3831619E-7, 2.53494363E-8, 1.00000012))
  1041. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999913, 0.364499956, 0.364499956))
  1042. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  1043. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.54511833E-5, 0.801161766, -0.183481216, -3.94212111E-6, -1, -3.63474828E-6, 1.34143841E-6, 3.6347451E-6, -1, 1, -3.94211384E-6, 1.34120057E-6))
  1044. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499986))
  1045. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.583199918))
  1046. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.256500244, -4.51207161E-5, -0.801534653, -1.00000012, -5.25311625E-5, -2.08759431E-7, 5.25311552E-5, -1, -2.35388598E-9, -2.38319487E-7, -2.36468622E-9, 1.00000012))
  1047. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.364499956, 1))
  1048. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1049. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.71661377E-5, 1.37090683E-6, -1.16637015, 0.999993205, 3.94058588E-7, 1.78913638E-7, -2.87880539E-7, 1, -5.20117283E-10, -1.78714501E-7, 5.21708898E-10, 0.999993205))
  1050. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999436))
  1051. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.364499956, 0.218699992))
  1052. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.01735306E-5, -1.34452295, 0.182480812, 4.16127223E-5, -1, 2.44081712E-5, 5.99054943E-7, 2.44083585E-5, 0.999993145, -0.999993145, -4.17191623E-5, 5.95912297E-7))
  1053. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 1))
  1054. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1055. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.218473434, -5.12599945E-6, -1.12859225, 1, 4.3405933E-5, 5.97402163E-8, -4.34059257E-5, 1, 1.68112138E-8, -5.9507272E-8, -1.68149654E-8, 1))
  1056. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999913, 0.364499956, 0.364499956))
  1057. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  1058. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.90085983E-6, -0.109350443, 0.765447617, -3.40718543E-7, -1, -1.00903094E-7, -1, 3.40718543E-7, -1.19308382E-7, 1.19121943E-7, 1.00906618E-7, -1))
  1059. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  1060. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1061. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.60932541E-6, -0.474097013, 0.328013897, -4.66212077E-6, -1, 4.13894304E-6, -1.18616619E-7, 4.13893895E-6, 1, -1, 4.66212077E-6, -8.9502457E-8))
  1062. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1063. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  1064. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.81469727E-6, -0.801927328, 0.18224144, 7.90962076E-7, -1, 4.14226452E-6, -1.18616221E-7, 4.14226042E-6, 1, -1, -7.90969352E-7, -1.1930932E-7))
  1065. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 1, 0.364499986))
  1066. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  1067. Partweld = CreateWeld(m, Handle2, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(2.86102295E-6, -0.801846266, 0.182268858, -9.20488674E-7, 1, -3.67867324E-6, -7.14717942E-7, 3.6786696E-6, 1.00000012, 1.00000012, 9.20481398E-7, 7.15355895E-7))
  1068. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 1, 0.364499986))
  1069. Handle3 = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Handle3", Vector3.new(0.728999913, 0.200000003, 0.728999913))
  1070. Handle3weld = CreateWeld(m, MainPrt, Handle3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0147044277, -1.02519989E-5, -1.71661234, 0.00420578429, 1.20928409E-4, -0.999991238, 1.25320294E-4, 1, 1.21456549E-4, 0.999991238, -1.25830004E-4, 0.00420576893))
  1071. CreateMesh("CylinderMesh", Handle3, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.728999794, 1))
  1072. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1073. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00372398924, 1.33514404E-5, -0.583044529, 1.00000012, -4.16461262E-7, -2.08966698E-11, 4.16461262E-7, 1, 1.1433965E-6, -1.60657973E-10, -1.1433965E-6, 1.00000012))
  1074. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  1075. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.656099975, 0.200000003))
  1076. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.01923943E-5, -0.765023232, 0.327973962, 3.38934551E-5, 1, 2.44895382E-5, -7.66231778E-7, -2.44896946E-5, 0.999992549, 0.999992549, -3.37754755E-5, 7.65066318E-7))
  1077. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499956))
  1078. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1079. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(2.38418579E-7, 0.109352618, 0.400939941, 2.76297214E-7, 1, 3.73115085E-8, 0.999990642, -1.28486136E-7, 5.91180367E-8, 5.96301746E-8, 3.73099169E-8, -0.999990642))
  1080. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  1081. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1082. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00368545391, 2.13384628E-5, -0.655753613, 1.00000012, 9.87225212E-6, -2.26625177E-11, -9.87225212E-6, 1, 1.33625349E-6, -1.84219501E-10, -1.33625349E-6, 1.00000012))
  1083. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  1084. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1085. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.24520874E-6, 0.10934715, 0.400930405, -2.66074494E-7, -1, -2.18847163E-12, -0.999991596, 1.33826688E-7, 2.09449992E-11, 4.86629348E-10, 7.10542736E-13, -0.999991596))
  1086. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  1087. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1088. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.76837158E-6, 0.21868071, -0.473920345, -1.41387864E-6, 1, -7.52192761E-8, -1.00000012, -1.41387864E-6, -5.25985158E-8, -5.26315063E-8, 7.52191056E-8, 1.00000012))
  1089. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999972, 0.364499956))
  1090. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1091. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(7.74860382E-7, 0.328145176, 0.401021481, -2.39524525E-8, 1, 4.12373493E-6, 0.999992549, 1.42201316E-7, -5.86943152E-8, -5.81485509E-8, 4.12376403E-6, -0.999992549))
  1092. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1093. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1094. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00363649521, 1.78813934E-7, -0.218694687, 0.999996364, -2.51289748E-7, 4.44736359E-10, 3.10406904E-7, 1, 5.1159077E-12, -4.86629903E-10, -4.26325641E-12, 0.999996364))
  1095. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  1096. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  1097. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.09672546E-4, 2.09212303E-5, 0.182165623, 1.00000012, -1.17669697E-6, -2.07661909E-11, 1.17669697E-6, 1, 3.42879133E-7, -6.28580105E-11, -3.42879133E-7, 1.00000012))
  1098. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.765449822, 0.364499956))
  1099. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1100. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.57627869E-7, 0.328131676, -0.32813397, -1.49307016E-6, 1, 3.69454369E-6, -1.78341594E-7, 3.69457052E-6, -0.999992549, -0.999992549, -1.61133357E-6, 1.7883518E-7))
  1101. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1102. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  1103. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0776410103, 1.90734863E-5, 0.12340498, -0.499999613, -3.27883754E-7, 0.866025746, 5.08216908E-6, 1, 3.31279648E-6, -0.866025686, 6.0576931E-6, -0.499999613))
  1104. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.765449822, 0.364499956))
  1105. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.291599959, 0.200000003))
  1106. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.16197392E-4, 6.67572021E-6, 1.90734863E-5, -1.00000012, 3.02999106E-5, 3.8887703E-4, 3.88876215E-4, -2.92169843E-5, 1.00000012, 3.03112756E-5, 1, 2.92052009E-5))
  1107. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=18430887", Vector3.new(0, 0, 0), Vector3.new(0.466559947, 0.466559947, 1.55276954))
  1108. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1109. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.58955765E-6, -1.20289612, 0.10937044, -9.4587449E-9, 1, -3.62556852E-6, -4.801405E-7, 3.62559808E-6, 0.999992073, 0.999992073, 1.33964932E-7, 4.80541473E-7))
  1110. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1111. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1112. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.47034836E-6, -0.10935843, -1.12990856, -6.55651093E-7, 1, -7.54182565E-8, -0.999996126, -7.18340743E-7, -6.1446201E-8, -6.14790423E-8, 7.54192939E-8, 0.999996126))
  1113. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1114. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  1115. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0795273781, 1.65104866E-5, 0.126692533, -0.500000656, 7.0281385E-7, -0.86602515, 5.27883822E-6, 1, -2.23620827E-6, 0.86602515, -5.68971154E-6, -0.500000656))
  1116. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.765449822, 0.364499956))
  1117. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1118. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0209715366, 1.59740448E-5, 0.221105576, 0.707107484, -1.19752804E-6, 0.707106233, 4.00277349E-6, 1, -2.30921592E-6, -0.707106233, 4.46324702E-6, 0.707107484))
  1119. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.765449822, 0.364499956))
  1120. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1121. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00373155065, 2.348423E-5, 0.0364098549, 1.00000012, -3.52185452E-7, -2.09077009E-11, 3.52185452E-7, 1, 2.24704479E-7, -4.84205037E-11, -2.24704479E-7, 1.00000012))
  1122. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.364499956))
  1123. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1124. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.30481339E-6, -1.20289993, 0.109323181, -5.01437171E-7, -1, 4.14153055E-6, -1.53474726E-8, 4.14156466E-6, 0.999992073, -0.999992073, 3.7693826E-7, -1.53459183E-8))
  1125. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1126. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1127. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.12599945E-6, -0.109347582, -0.400939941, -3.8753933E-7, -1, 2.21122804E-7, 1.00000012, -3.87546606E-7, 1.19188385E-7, -1.19203243E-7, 2.21122875E-7, 1.00000012))
  1128. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  1129. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1130. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.39653343E-6, 2.98023224E-7, -0.400947094, 0.999993503, 1.11627742E-7, -9.52309787E-10, -9.02218744E-9, 1, 4.17799129E-12, 4.44692866E-10, -3.36797257E-12, 0.999993503))
  1131. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 0.364499956))
  1132. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1133. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0210590363, 1.59144402E-5, 0.221187592, 0.707106411, -7.09020242E-7, -0.707107365, 4.11821384E-6, 1, 3.1155148E-6, 0.707107365, -5.11502003E-6, 0.707106411))
  1134. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.765449822, 0.364499956))
  1135. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.291599989))
  1136. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.38530338E-5, 5.96046448E-7, -1.09311724, 1.00000012, 8.37315747E-6, -2.51681147E-8, -8.37315747E-6, 1, -1.04418518E-9, 2.51248693E-8, 1.0443415E-9, 1.00000012))
  1137. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999972, 0.728999794, 1))
  1138. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1139. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.76837158E-7, 0.401034355, -0.218741804, -9.05769411E-7, 1, 4.19312892E-6, 6.10692155E-8, 4.19315893E-6, -0.999992549, -0.999992549, -1.02401827E-6, -6.05148216E-8))
  1140. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  1141. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1142. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0, 0.364495754, 0.18225424, -2.50802259E-7, -1, -5.08748599E-12, 4.86629903E-10, 4.26325641E-12, -0.999996364, 0.999996364, -1.91685103E-7, 4.44726117E-10))
  1143. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 0.364499986))
  1144. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1145. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.78813934E-7, 0.364495754, 0.182244927, 3.10406904E-7, 1, 5.1159077E-12, 4.86629903E-10, 4.26325641E-12, -0.999996364, -0.999996364, 2.51289748E-7, -4.44736359E-10))
  1146. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 0.364499986))
  1147. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099796))
  1148. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-8.88481736E-7, 1.78813934E-7, -0.765434742, 0.999992073, 4.55474947E-8, -4.86637064E-10, 7.89732439E-8, 1, 3.58113539E-12, 4.44693005E-10, -2.61479727E-12, 0.999992073))
  1149. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 1))
  1150. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  1151. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.63915819E-6, 1.1920929E-7, -0.328045368, 0.999996364, -2.51289748E-7, 4.44736359E-10, 3.10406904E-7, 1, 5.1159077E-12, -4.86629903E-10, -4.26325641E-12, 0.999996364))
  1152. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.728999794, 0.364499986))
  1153. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  1154. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.30481339E-6, -0.109345704, 0.765498161, 2.4039764E-8, 1, -2.68209675E-7, 1.00000012, -2.4025212E-8, -4.21191571E-9, -4.20275104E-9, -2.68209277E-7, -1.00000012))
  1155. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  1156. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  1157. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.529953E-6, 0.109361745, -0.765333176, -2.34094477E-6, -1, -3.36538051E-8, 0.999996066, -2.27828423E-6, 1.86058742E-8, -1.86515319E-8, -3.36530235E-8, 0.999996066))
  1158. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  1159. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1160. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.05311584E-6, 0.328126907, -0.327976912, 1.28288229E-6, -1, 3.69483337E-6, 1.79780486E-7, -3.69483314E-6, -1.00000012, 1.00000012, 1.28286774E-6, 1.79724069E-7))
  1161. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1162. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1163. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.47034836E-6, 0.109344192, -1.12993956, -7.47924787E-7, 1, -7.53396989E-8, -0.999992549, -8.6617365E-7, -5.86522049E-8, -5.91507465E-8, 7.53416884E-8, 0.999992549))
  1164. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1165. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.583199918))
  1166. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.255176544, -3.21865082E-6, -0.801531792, 0.999992549, 1.59391639E-5, -4.1001897E-8, -1.5820784E-5, 1, 5.48808998E-9, 4.0490896E-8, -5.48590151E-9, 0.999992549))
  1167. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.364499956, 1))
  1168. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.364499956, 0.218699992))
  1169. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.87430191E-5, -1.34452534, 0.182477638, 4.17188712E-5, -1, 2.44082003E-5, 7.96447864E-7, 2.44084295E-5, 0.999992073, -0.999992073, -4.18437121E-5, 7.97240261E-7))
  1170. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 1))
  1171. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.364499956, 0.218699992))
  1172. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.02519989E-5, -1.34549856, 0.181310356, -2.88409356E-5, 1, 2.44418934E-5, -7.89043327E-7, -2.4442008E-5, 0.999996126, 0.999996126, 2.89037125E-5, 7.89269961E-7))
  1173. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 1))
  1174. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.656099975, 0.200000003))
  1175. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.50015068E-5, -0.764770031, 0.329243183, -1.84655728E-5, -1, 2.44357652E-5, 7.81550057E-7, 2.44357489E-5, 1.00000012, -1.00000012, 1.84655801E-5, 7.80931771E-7))
  1176. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499956))
  1177. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1178. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.219659224, -4.86373901E-5, -1.12716579, -1.00000012, -1.09744229E-4, -1.01008695E-7, 1.09744229E-4, -1, 2.51860968E-8, -1.01066391E-7, 2.51748986E-8, 1.00000012))
  1179. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999913, 0.364499956, 0.364499956))
  1180. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.583199918))
  1181. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.256496549, -4.39882278E-5, -0.801549911, -1.00000012, -5.25360374E-5, -5.67806921E-8, 5.25360665E-5, -1, -2.27279884E-9, -5.72975871E-8, -2.27623786E-9, 1.00000012))
  1182. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.364499956, 1))
  1183. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  1184. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.36034393E-5, 0.801941395, -0.183549613, -1.42525751E-5, -1, -3.6352194E-6, 1.24704036E-6, 3.63520098E-6, -1.00000012, 1.00000012, -1.42525751E-5, 1.24655674E-6))
  1185. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499986))
  1186. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.291599989))
  1187. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.82585791E-5, 2.98023224E-7, -1.23922396, 0.999992073, -3.33013304E-7, 4.44750459E-10, 4.57526767E-7, 1, -4.62989647E-10, -4.86572616E-10, 4.63927563E-10, 0.999992073))
  1188. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999972, 0.364499956, 1))
  1189. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  1190. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.529953E-6, -0.109353378, 0.765444756, -5.2080577E-7, -1, -1.00829084E-7, -0.999996126, 4.58123395E-7, -3.44380453E-8, 3.44922206E-8, 1.00828686E-7, -0.999996126))
  1191. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  1192. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1193. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.97226182E-5, -5.96046448E-8, -1.16637278, 0.999992073, 5.18615707E-7, -1.88370208E-9, -3.94094968E-7, 1, -5.94127414E-10, 1.84174986E-9, 5.95122174E-10, 0.999992073))
  1194. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999436))
  1195. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1196. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.218475759, -6.43730164E-6, -1.12858582, 0.999996126, 4.32885281E-5, -6.19613516E-8, -4.32256784E-5, 1, 1.67409837E-8, 6.19099367E-8, -1.67375731E-8, 0.999996126))
  1197. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999913, 0.364499956, 0.364499956))
  1198. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  1199. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.49011612E-6, -0.801843166, 0.182271332, -7.40386895E-7, 1, -3.67873645E-6, -6.44512397E-7, 3.67875145E-6, 0.999996126, 0.999996126, 8.03076546E-7, 6.44454133E-7))
  1200. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 1, 0.364499986))
  1201. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1202. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.76837158E-7, -0.474107742, 0.328011096, -4.45532351E-6, -1, 4.13908401E-6, 3.27867533E-9, 4.13908401E-6, 1.00000012, -1.00000012, 4.45534533E-6, 4.21115498E-9))
  1203. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1204. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  1205. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.68220901E-6, -0.801942825, 0.182236776, 9.97839379E-7, -1, 4.14240412E-6, -1.16220802E-8, 4.14240321E-6, 1.00000012, -1.00000012, -9.97824827E-7, -1.16203926E-8))
  1206. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 1, 0.364499986))
  1207. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1208. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-7.15255737E-7, -0.546804905, 0.218738884, -4.84258635E-7, 1, 4.14186161E-6, 1.11145475E-8, -4.14187707E-6, 0.999996126, 0.999996126, 5.46933734E-7, -1.11969332E-8))
  1209. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  1210. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1211. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00368600525, 2.13980675E-5, -0.509953499, 1.00000012, 9.87225212E-6, -2.26625177E-11, -9.87225212E-6, 1, 1.33625349E-6, -1.84219501E-10, -1.33625349E-6, 1.00000012))
  1212. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  1213. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1214. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.37090683E-6, 0.218727753, -0.47388792, 9.16857971E-7, -1, -7.51551852E-8, 0.999996126, 9.7953307E-7, -5.03125541E-8, 5.02612707E-8, -7.51546736E-8, 0.999996126))
  1215. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999972, 0.364499956))
  1216. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1217. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.31130219E-6, -0.473922729, 0.328080833, -7.37170922E-7, 1, 4.14190345E-6, 1.11145404E-8, -4.14193391E-6, 0.999992549, 0.999992549, 8.55419785E-7, -1.16626468E-8))
  1218. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1219. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1220. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.44379044E-6, -0.54681921, 0.218687579, 7.46469595E-7, -1, 4.14206852E-6, -1.11564606E-8, 4.14206806E-6, 1.00000012, -1.00000012, -7.46469595E-7, -1.11547749E-8))
  1221. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  1222. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1223. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.41074371E-6, 0.327976406, 0.401024342, 4.62619937E-7, -1, 4.12383906E-6, -1.00000012, -4.62619937E-7, -6.00492598E-8, 6.00531251E-8, -4.12383906E-6, -1.00000012))
  1224. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1225. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1226. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.64916229E-6, -0.327998251, -0.401025772, 8.24351446E-7, -1, 4.13303769E-6, 1.00000012, 8.24351446E-7, 2.77285817E-9, -2.77566015E-9, 4.13303769E-6, 1.00000012))
  1227. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1228. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1229. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.49011612E-6, -0.328078896, -0.401023388, -7.89426849E-7, 1, 4.13298949E-6, -0.999992549, -9.07675712E-7, 9.52446344E-10, 4.05419753E-10, -4.1330195E-6, 0.999992549))
  1230. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1231. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1232. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.36441803E-6, 0.40103054, -0.218663603, 7.07121217E-7, -1, 4.19291064E-6, -5.91646057E-8, -4.19291064E-6, -1.00000012, 1.00000012, 7.07135769E-7, -5.91600724E-8))
  1233. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  1234. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1235. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.06639481E-6, -0.109352425, -0.400942802, 4.89228114E-7, 1, -1.50218199E-7, -0.999996364, 4.30103682E-7, -3.65057559E-7, -3.65081064E-7, 1.50219691E-7, 0.999996364))
  1236. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  1237. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  1238. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(6.2584877E-6, 0.801867485, -0.182212248, 1.67358739E-5, 1, -3.6441877E-6, -1.22325082E-6, -3.64418202E-6, -0.999996126, -0.999996126, 1.66732643E-5, 1.22331028E-6))
  1239. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499986))
  1240. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  1241. Partweld = CreateWeld(m, Handle3, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.70876694E-6, 0.109347031, -0.765441418, 9.38744051E-8, 1, -7.51805374E-8, -1.00000012, 9.38598532E-8, -5.91180331E-8, -5.91507678E-8, 7.51805089E-8, 1.00000012))
  1242. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  1243. Handle4 = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Handle4", Vector3.new(0.728999913, 0.200000003, 0.728999913))
  1244. Handle4weld = CreateWeld(m, MainPrt, Handle4, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00936150551, 1.43051147E-6, -1.63004971, -0.704127133, 2.13191088E-4, -0.710074008, 2.14881671E-4, 1, 8.71558077E-5, 0.710074008, -9.12131145E-5, -0.704127133))
  1245. CreateMesh("CylinderMesh", Handle4, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.728999794, 1))
  1246. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.656099975, 0.200000003))
  1247. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.01923943E-5, -0.765022755, 0.327973843, 3.38934769E-5, 1, 2.44895309E-5, -7.48309958E-7, -2.44896983E-5, 0.99999249, 0.99999249, -3.37754827E-5, 7.44922659E-7))
  1248. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499956))
  1249. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1250. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00357699394, 3.33786011E-6, -0.582902193, 1.00000012, 1.46072125E-7, -1.8562156E-10, -1.46072125E-7, 1, -1.21232233E-7, -1.70225112E-10, 1.21231892E-7, 1.00000012))
  1251. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  1252. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1253. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0035378933, 1.13844872E-5, -0.655618191, 1.00000012, 8.61143053E-6, -1.98156103E-10, -8.61141598E-6, 1, -9.15250212E-7, -7.08015521E-11, 9.15249927E-7, 1.00000012))
  1254. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  1255. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1256. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.24520874E-6, 0.109346867, 0.400929689, -2.66067218E-7, -1, 2.27373675E-13, -0.999991536, 1.33833964E-7, 1.85205518E-10, 1.8540379E-10, 2.84217094E-12, -0.999991536))
  1257. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  1258. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1259. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(2.38418579E-7, 0.109352589, 0.40094018, 2.76297214E-7, 1, 3.73108833E-8, 0.999990582, -1.2847886E-7, 8.92217571E-8, 8.95970445E-8, 3.73107696E-8, -0.999990582))
  1260. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  1261. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1262. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.70876694E-6, 0.218680859, -0.473920107, -1.41386408E-6, 1, -7.52190772E-8, -1.00000012, -1.41387864E-6, 1.87498794E-10, -1.75987475E-10, 7.52123697E-8, 1.00000012))
  1263. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999972, 0.364499956))
  1264. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1265. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(7.74860382E-7, 0.328144789, 0.401020765, -2.39379006E-8, 1, 4.12372901E-6, 0.99999249, 1.42201316E-7, -8.95925822E-8, -8.87052067E-8, 4.12376767E-6, -0.99999249))
  1266. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1267. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1268. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.17232513E-7, 0.328132153, -0.328134298, -1.49305561E-6, 1, 3.69454187E-6, -1.78165919E-7, 3.69457348E-6, -0.99999249, -0.99999249, -1.61133357E-6, 1.79001731E-7))
  1269. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1270. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.291599959, 0.200000003))
  1271. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.52859497E-5, 1.11103058E-4, 3.9935112E-6, -1, 3.27003145E-5, 3.88085988E-4, 3.88082088E-4, -2.84393118E-5, 1, 3.27113594E-5, 1, 2.84266207E-5))
  1272. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=18430887", Vector3.new(0, 0, 0), Vector3.new(0.466559947, 0.466559947, 1.55276954))
  1273. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  1274. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0776863098, 4.23192978E-6, 0.123247027, -0.500000238, 1.54649751E-6, 0.866025388, 7.48245657E-6, 1, 2.53425219E-6, -0.866025388, 7.74711225E-6, -0.500000238))
  1275. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.765449822, 0.364499956))
  1276. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1277. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00363659859, 5.96046448E-8, -0.218693972, 0.999996305, -2.51297024E-7, -1.85032475E-10, 3.10421456E-7, 1, 7.04858394E-12, -1.85405108E-10, -6.13908924E-12, 0.999996305))
  1278. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  1279. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  1280. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(2.50339508E-5, 6.19888306E-6, 0.182297707, 1.00000012, -3.5769699E-6, -1.801089E-10, 3.5769699E-6, 1, -4.35739139E-7, -1.30844807E-10, 4.35731522E-7, 1.00000012))
  1281. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.765449822, 0.364499956))
  1282. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1283. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.58955765E-6, -1.20289683, 0.10937047, -9.44419298E-9, 1, -3.62555897E-6, -4.16963957E-7, 3.62559331E-6, 0.999992013, 0.999992013, 1.33964932E-7, 4.1704692E-7))
  1284. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1285. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1286. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.41074371E-6, -0.109358549, -1.1299088, -6.55651093E-7, 1, -7.54082521E-8, -0.999996066, -7.18340743E-7, 1.86468146E-10, -1.75961801E-10, 7.54101848E-8, 0.999996066))
  1287. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1288. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1289. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.36441803E-6, -1.20290017, 0.109323502, -5.01458999E-7, -1, 4.14152237E-6, 8.97401549E-8, 4.14154511E-6, 0.999992013, -0.999992013, 3.7693826E-7, 8.95918149E-8))
  1290. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1291. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1292. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.020816803, 7.21216202E-6, 0.221129894, 0.707106411, -2.14679312E-6, 0.707107365, 6.1399187E-6, 1, -3.10386918E-6, -0.707107306, 6.53634925E-6, 0.707106411))
  1293. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.765449822, 0.364499956))
  1294. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1295. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00367951393, -1.49011612E-6, 0.0364735126, 1.00000012, -5.58170723E-6, -1.77140524E-10, 5.58170723E-6, 1, -3.19360197E-7, -1.45415915E-10, 3.19363494E-7, 1.00000012))
  1296. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.364499956))
  1297. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  1298. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0796647072, 3.51667404E-6, 0.12671566, -0.500000298, 1.28735337E-6, -0.866025269, 7.70765473E-6, 1, -2.96352323E-6, 0.866025269, -8.15678504E-6, -0.500000298))
  1299. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.765449822, 0.364499956))
  1300. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1301. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0210647583, 9.00030136E-6, 0.221395195, 0.707107365, -2.68693111E-6, -0.707106411, 6.32012961E-6, 1, 2.52023506E-6, 0.707106411, -6.2510735E-6, 0.707107365))
  1302. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.765449822, 0.364499956))
  1303. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.291599989))
  1304. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.43186951E-5, 5.36441803E-7, -1.09311652, 1, 8.37318657E-6, -8.9604768E-8, -8.37317202E-6, 1, -1.04068931E-9, 8.92216931E-8, 1.03284492E-9, 1))
  1305. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999972, 0.728999794, 1))
  1306. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1307. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.06639481E-6, -0.10934782, -0.400939465, -3.87546606E-7, -1, 2.21123855E-7, 1.00000012, -3.87546606E-7, 8.92221337E-8, -8.95646863E-8, 2.21122264E-7, 1.00000012))
  1308. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  1309. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1310. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.33786011E-6, 2.98023224E-7, -0.400946617, 0.999993384, 1.11642294E-7, -2.99878913E-8, -9.02218744E-9, 1, -2.27373675E-13, 2.96169187E-8, -8.18545232E-12, 0.999993384))
  1311. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 0.364499956))
  1312. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1313. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.96046448E-8, 0.364495039, 0.182245016, 3.10421456E-7, 1, 7.04858394E-12, 1.85405108E-10, 6.13908924E-12, -0.999996305, -0.999996305, 2.51297024E-7, 1.85032475E-10))
  1314. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 0.364499986))
  1315. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1316. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0, 0.364494562, 0.182254314, -2.50816811E-7, -1, -1.43245416E-11, 1.85405108E-10, 6.13908924E-12, -0.999996305, 0.999996305, -1.91692379E-7, -1.85120738E-10))
  1317. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 0.364499986))
  1318. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1319. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.76837158E-7, 0.401034117, -0.218741655, -9.0575486E-7, 1, 4.1931271E-6, 6.03151022E-8, 4.19316302E-6, -0.99999249, -0.99999249, -1.02401827E-6, -5.94177259E-8))
  1320. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  1321. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099796))
  1322. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-9.53674316E-7, 1.78813934E-7, -0.76543498, 0.999992013, 4.55474947E-8, -8.95924401E-8, 7.89877959E-8, 1, -2.27373675E-13, 8.92215652E-8, -1.98951966E-11, 0.999992013))
  1323. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 1))
  1324. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  1325. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.48362732E-6, 5.96046448E-8, -0.328044653, 0.999996305, -2.51297024E-7, -1.85032475E-10, 3.10421456E-7, 1, 7.04858394E-12, -1.85405108E-10, -6.13908924E-12, 0.999996305))
  1326. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.728999794, 0.364499986))
  1327. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  1328. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.24520874E-6, -0.109345913, 0.765497923, 2.4039764E-8, 1, -2.68206577E-7, 1.00000012, -2.4025212E-8, -8.95923336E-8, -8.92551455E-8, -2.68195095E-7, -1.00000012))
  1329. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  1330. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  1331. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.41074371E-6, 0.109348297, -0.765428066, 1.16182491E-7, -1, -3.36292487E-8, 0.99999249, 2.34431354E-7, 2.96165723E-8, -2.99919378E-8, -3.36289077E-8, 0.99999249))
  1332. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  1333. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1334. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.05311584E-6, 0.328126431, -0.327976704, 1.28286774E-6, -1, 3.69483337E-6, 1.78536695E-7, -3.69482473E-6, -1.00000012, 1.00000012, 1.28286774E-6, 1.78626635E-7))
  1335. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1336. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1337. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.529953E-6, 0.109344244, -1.12993932, -7.47910235E-7, 1, -7.53354925E-8, -0.99999249, -8.6617365E-7, 1.86686389E-10, -1.75970821E-10, 7.53308314E-8, 0.99999249))
  1338. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1339. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.583199918))
  1340. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.255176544, -3.21865082E-6, -0.801531553, 0.99999249, 1.59391639E-5, -8.96159733E-8, -1.5820784E-5, 1, 5.47856871E-9, 8.9220876E-8, -5.49061951E-9, 0.99999249))
  1341. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.364499956, 1))
  1342. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.364499956, 0.218699992))
  1343. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.02519989E-5, -1.34549904, 0.181310654, -2.8840921E-5, 1, 2.44418989E-5, -7.78106312E-7, -2.44420153E-5, 0.999996066, 0.999996066, 2.8903698E-5, 7.74632156E-7))
  1344. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 1))
  1345. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.656099975, 0.200000003))
  1346. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.50015068E-5, -0.764770269, 0.329243183, -1.84655801E-5, -1, 2.44357616E-5, 7.77734726E-7, 2.44357434E-5, 1.00000012, -1.00000012, 1.84655801E-5, 7.75018464E-7))
  1347. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499956))
  1348. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1349. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.219659328, -4.85777855E-5, -1.12716532, -1, -1.09744244E-4, -5.92567417E-8, 1.09744229E-4, -1, 2.51750407E-8, -5.9786899E-8, 2.51693564E-8, 1))
  1350. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999913, 0.364499956, 0.364499956))
  1351. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.364499956, 0.218699992))
  1352. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.87430191E-5, -1.34452581, 0.182477474, 4.17188712E-5, -1, 2.44081893E-5, 8.67138283E-7, 2.4408424E-5, 0.999991953, -0.999991953, -4.18437121E-5, 8.64514732E-7))
  1353. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 1))
  1354. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.583199918))
  1355. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.256496429, -4.39286232E-5, -0.801549673, -1, -5.2536052E-5, 5.98678369E-8, 5.2536052E-5, -1, -2.27714736E-9, -1.85691185E-10, -2.28351382E-9, 1.00000012))
  1356. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.364499956, 1))
  1357. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  1358. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.36034393E-5, 0.801941156, -0.183549643, -1.42525751E-5, -1, -3.63521735E-6, 1.1629312E-6, 3.63521212E-6, -1.00000012, 1.00000012, -1.42525751E-5, 1.1621263E-6))
  1359. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499986))
  1360. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.291599989))
  1361. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.8119812E-5, 2.38418579E-7, -1.2392242, 0.999992013, -3.3302058E-7, -8.95918788E-8, 4.57541319E-7, 1, -4.65888661E-10, 8.92216221E-8, 4.46561899E-10, 0.999992013))
  1362. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999972, 0.364499956, 1))
  1363. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1364. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.95503235E-5, -5.96046448E-8, -1.16637206, 0.999992013, 5.18615707E-7, -8.95931365E-8, -3.94094968E-7, 1, -5.8957994E-10, 8.92216363E-8, 5.77983883E-10, 0.999992013))
  1365. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999436))
  1366. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1367. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.218475819, -6.43730164E-6, -1.12858629, 0.999996066, 4.32885136E-5, -5.98541448E-8, -4.32256638E-5, 1, 1.67490271E-8, 5.94171468E-8, -1.67385679E-8, 0.999996066))
  1368. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999913, 0.364499956, 0.364499956))
  1369. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  1370. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.529953E-6, -0.109353304, 0.765445471, -5.20813046E-7, -1, -1.00837269E-7, -0.999996066, 4.58123395E-7, 1.84726165E-10, 1.98030398E-10, 1.00834427E-7, -0.999996066))
  1371. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  1372. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1373. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.76837158E-7, -0.474108696, 0.328011036, -4.45535261E-6, -1, 4.13908128E-6, 8.97398422E-8, 4.13906946E-6, 1.00000012, -1.00000012, 4.45534533E-6, 1.19388105E-7))
  1374. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1375. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  1376. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.68220901E-6, -0.801942825, 0.182236671, 9.97824827E-7, -1, 4.14239912E-6, 8.97402543E-8, 4.14238684E-6, 1.00000012, -1.00000012, -9.97824827E-7, 8.9593847E-8))
  1377. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 1, 0.364499986))
  1378. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  1379. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.54972076E-6, -0.801843405, 0.182271242, -7.40372343E-7, 1, -3.67873167E-6, -5.95771212E-7, 3.67874918E-6, 0.999996066, 0.999996066, 8.03061994E-7, 5.95859831E-7))
  1380. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 1, 0.364499986))
  1381. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1382. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.38418579E-6, -0.546818733, 0.218687773, 7.46455044E-7, -1, 4.1420717E-6, 8.97402117E-8, 4.14205169E-6, 1.00000012, -1.00000012, -7.46469595E-7, 8.95934775E-8))
  1383. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  1384. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1385. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00353837013, 1.13844872E-5, -0.509818077, 1.00000012, 8.61143053E-6, -1.98156103E-10, -8.61141598E-6, 1, -9.15250212E-7, -7.08015521E-11, 9.15249927E-7, 1.00000012))
  1386. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  1387. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1388. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.37090683E-6, -0.473922014, 0.328080893, -7.3715637E-7, 1, 4.14190436E-6, -7.04038994E-10, -4.14193573E-6, 0.99999249, 0.99999249, 8.55419785E-7, -1.86670471E-10))
  1389. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1390. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1391. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-7.74860382E-7, -0.546804905, 0.218738794, -4.84244083E-7, 1, 4.1418607E-6, 5.89006106E-8, -4.14188435E-6, 0.999996066, 0.999996066, 5.46919182E-7, -5.97908567E-8))
  1392. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  1393. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1394. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.43051147E-6, 0.218727827, -0.473888874, 9.16843419E-7, -1, -7.51531388E-8, 0.999996066, 9.79518518E-7, -5.97914962E-8, 5.94098317E-8, -7.51571179E-8, 0.999996066))
  1395. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999972, 0.364499956))
  1396. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1397. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.41074371E-6, 0.327976704, 0.40102458, 4.62619937E-7, -1, 4.12384543E-6, -1.00000012, -4.62619937E-7, -8.9220876E-8, 8.90760035E-8, -4.12384543E-6, -1.00000012))
  1398. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1399. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1400. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.64916229E-6, -0.3279984, -0.401025534, 8.24336894E-7, -1, 4.13303496E-6, 1.00000012, 8.24351446E-7, -1.86625881E-10, 3.32116029E-10, 4.13303678E-6, 1.00000012))
  1401. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1402. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1403. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.43051147E-6, -0.328078985, -0.401023149, -7.89412297E-7, 1, 4.13298767E-6, -0.99999249, -9.07675712E-7, 1.86747839E-10, -7.02922887E-10, -4.13302268E-6, 0.99999249))
  1404. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1405. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1406. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.36441803E-6, 0.401029587, -0.218663692, 7.07135769E-7, -1, 4.19290882E-6, -8.97465782E-8, -4.19290245E-6, -1.00000012, 1.00000012, 7.07135769E-7, -8.95934207E-8))
  1407. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  1408. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  1409. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(6.19888306E-6, 0.801867962, -0.182212353, 1.67358812E-5, 1, -3.64418543E-6, -1.25196846E-6, -3.64418111E-6, -0.999996066, -0.999996066, 1.66732789E-5, 1.25185829E-6))
  1410. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499986))
  1411. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1412. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.06639481E-6, -0.109352112, -0.400942326, 4.8923539E-7, 1, -1.50212372E-7, -0.999996305, 4.30110958E-7, -3.57443099E-7, -3.57794477E-7, 1.50215897E-7, 0.999996305))
  1413. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  1414. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  1415. Partweld = CreateWeld(m, Handle4, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.70876694E-6, 0.109347343, -0.765440702, 9.38598532E-8, 1, -7.51826974E-8, -1.00000012, 9.38598532E-8, 1.85266302E-10, -1.75992415E-10, 7.51729203E-8, 1.00000012))
  1416. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  1417. Handle5 = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Handle5", Vector3.new(0.728999913, 0.200000003, 0.728999913))
  1418. Handle5weld = CreateWeld(m, MainPrt, Handle5, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.00193095207, -7.74860382E-7, -1.73069441, -0.999991238, 2.51574733E-4, -0.00420576893, 2.51575664E-4, 1, 3.02405738E-7, 0.00420576893, -7.55665951E-7, -0.999991238))
  1419. CreateMesh("CylinderMesh", Handle5, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.728999794, 1))
  1420. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1421. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.64916229E-6, -0.327998161, -0.401025653, 8.24351446E-7, -1, 4.13303815E-6, 1.00000012, 8.24351446E-7, 2.85567281E-9, -2.67790812E-9, 4.13303769E-6, 1.00000012))
  1422. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1423. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1424. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.43051147E-6, -0.328078985, -0.401023269, -7.89412297E-7, 1, 4.13298903E-6, -0.999992549, -9.07675712E-7, 8.69577299E-10, 4.7221127E-10, -4.13301905E-6, 0.999992549))
  1425. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1426. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  1427. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(6.37769699E-6, 0.801858544, -0.182211161, 1.67801336E-5, 1, -3.64416655E-6, -1.22334677E-6, -3.64418293E-6, -0.999990404, -0.999990404, 1.66289392E-5, 1.22370466E-6))
  1428. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499986))
  1429. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1430. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.36441803E-6, 0.401029944, -0.218663692, 7.07121217E-7, -1, 4.19291109E-6, -5.92625824E-8, -4.19291018E-6, -1.00000012, 1.00000012, 7.07135769E-7, -5.90773368E-8))
  1431. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  1432. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1433. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.06639481E-6, -0.10935235, -0.400942683, 4.8923539E-7, 1, -1.50218114E-7, -0.999996364, 4.30110958E-7, -3.65139556E-7, -3.64998243E-7, 1.50219705E-7, 0.999996364))
  1434. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  1435. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  1436. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.529953E-6, 0.109345198, -0.765378833, 5.25105861E-7, 1, -7.51836637E-8, -1.00000012, 5.25120413E-7, -6.01313559E-8, -5.9999536E-8, 7.51837206E-8, 1.00000012))
  1437. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  1438. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1439. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00367069244, 1.31130219E-6, -0.582827091, 1.00000012, 2.26456905E-7, 6.14140891E-11, -2.26456905E-7, 1, 3.51169865E-6, 8.47848458E-11, -3.51169865E-6, 1.00000012))
  1440. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  1441. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.656099975, 0.200000003))
  1442. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.06096268E-5, -0.764877677, 0.32796526, 3.23299755E-5, 1, 2.44894873E-5, -7.61584602E-7, -2.44896983E-5, 0.999990404, 0.999990404, -3.21789557E-5, 7.60470527E-7))
  1443. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499956))
  1444. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1445. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00365710258, 1.53183937E-5, -0.655514121, 1.00000012, 8.66832852E-6, 6.55241139E-11, -8.66832852E-6, 1, 3.93604796E-6, 3.13523096E-11, -3.93604796E-6, 1.00000012))
  1446. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  1447. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1448. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.24520874E-6, 0.109347105, 0.400930405, -2.6608177E-7, -1, -2.21689334E-12, -0.999991596, 1.33833964E-7, -6.12381534E-11, 4.04358075E-10, 7.38964445E-13, -0.999991596))
  1449. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  1450. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1451. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.78813934E-7, 0.109352589, 0.400940061, 2.76297214E-7, 1, 3.73114517E-8, 0.999990642, -1.28493411E-7, 5.92002252E-8, 5.95480394E-8, 3.73098032E-8, -0.999990642))
  1452. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  1453. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1454. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(8.22544098E-6, 0.21867919, -0.473479271, -1.18173921E-5, 1, -8.09099561E-8, -1.00000012, -1.18174066E-5, -8.38860856E-8, -8.3747544E-8, 8.09072276E-8, 1.00000012))
  1455. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999972, 0.364499956))
  1456. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1457. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(7.74860382E-7, 0.328145266, 0.401021123, -2.39524525E-8, 1, 4.12373447E-6, 0.999992549, 1.42201316E-7, -5.86119491E-8, -5.82153774E-8, 4.12376403E-6, -0.999992549))
  1458. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1459. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.291599959, 0.200000003))
  1460. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(9.65595245E-5, 9.69171524E-5, 7.9870224E-6, -1.00000012, 3.25691653E-5, 3.88876942E-4, 3.8887604E-4, -3.03262223E-5, 1.00000012, 3.25809451E-5, 1, 3.03135566E-5))
  1461. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=18430887", Vector3.new(0, 0, 0), Vector3.new(0.466559947, 0.466559947, 1.55276954))
  1462. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  1463. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0777630806, 8.16583633E-6, 0.123301029, -0.499999613, -1.52875145E-7, 0.866025746, 7.3520423E-6, 1, 4.42122246E-6, -0.866025686, 8.57766281E-6, -0.499999613))
  1464. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.765449822, 0.364499956))
  1465. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1466. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.57627869E-7, 0.328131318, -0.328134298, -1.49305561E-6, 1, 3.69454392E-6, -1.78410033E-7, 3.6945703E-6, -0.999992549, -0.999992549, -1.61133357E-6, 1.78751847E-7))
  1467. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1468. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1469. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00363826752, 1.1920929E-7, -0.218697667, 0.999993503, 1.11627742E-7, -8.69964822E-10, -9.02218744E-9, 1, 4.206413E-12, 5.26964306E-10, -3.35376171E-12, 0.999993503))
  1470. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  1471. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  1472. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-6.7949295E-5, 9.7155571E-6, 0.182281256, 1.00000012, -3.4464174E-6, 5.96259084E-11, 3.4464174E-6, 1, 1.45120498E-6, -1.21426605E-10, -1.45120498E-6, 1.00000012))
  1473. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.765449822, 0.364499956))
  1474. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1475. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.82797623E-6, -1.20289469, 0.109372854, 3.21204425E-7, 1, -3.6255351E-6, -4.81441646E-7, 3.62553533E-6, 1.00000012, 1.00000012, -3.21204425E-7, 4.81554935E-7))
  1476. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1477. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1478. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00379562378, 6.37769699E-6, 0.0365071297, 1.00000012, -5.56622399E-6, 7.74918988E-7, 5.56622399E-6, 1, 4.04457705E-6, -7.74842704E-7, -4.04457296E-6, 1.00000012))
  1479. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.364499956))
  1480. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1481. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.60283661E-6, -1.20289814, 0.109320402, -8.32107617E-7, -1, 4.14149281E-6, -1.66466823E-8, 4.14149326E-6, 1.00000012, -1.00000012, 8.32122169E-7, -1.68247052E-8))
  1482. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1483. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1484. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.64916229E-6, -0.109358311, -1.12989628, -6.11296855E-7, 1, -7.54172333E-8, -0.999990404, -7.62665877E-7, -6.10633037E-8, -6.13964914E-8, 7.54199618E-8, 0.999990404))
  1485. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1486. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1487. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0208950043, 6.91413879E-6, 0.221197844, 0.707107484, -3.47728928E-6, 0.707106233, 6.07673428E-6, 1, -1.15909961E-6, -0.707106233, 5.11649705E-6, 0.707107484))
  1488. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.765449822, 0.364499956))
  1489. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1490. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.020960331, 1.29342079E-5, 0.221328974, 0.707106411, -2.50292942E-8, -0.707107365, 5.93405275E-6, 1, 5.89863612E-6, 0.707107365, -8.36696563E-6, 0.707106411))
  1491. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.765449822, 0.364499956))
  1492. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  1493. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0796303749, 9.29832458E-6, 0.126628637, -0.500000834, 2.85634815E-6, -0.86602509, 7.57725502E-6, 1, -1.07651317E-6, 0.86602509, -7.1003451E-6, -0.500000834))
  1494. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.765449822, 0.364499956))
  1495. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1496. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.12599945E-6, -0.10934782, -0.400939703, -3.87561158E-7, -1, 2.21122832E-7, 1.00000012, -3.87546606E-7, 1.1927041E-7, -1.19120145E-7, 2.21122889E-7, 1.00000012))
  1497. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  1498. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.291599989))
  1499. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(2.86102295E-6, 5.36441803E-7, -1.09302139, 0.999990404, 4.72240208E-6, -1.530322E-8, -4.5709894E-6, 1, -9.86915438E-10, 1.49625894E-8, 9.89075488E-10, 0.999990404))
  1500. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999972, 0.728999794, 1))
  1501. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1502. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.57627869E-7, 0.364456534, 0.182253122, -6.0912862E-7, -1, -1.05728759E-11, 1.33568179E-9, 8.52651283E-12, -0.999990404, 0.999990404, -4.57788701E-7, 9.92402938E-10))
  1503. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 0.364499986))
  1504. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1505. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.1920929E-7, 0.364497423, 0.182245255, -9.02218744E-9, 1, 4.206413E-12, -5.26964306E-10, 3.35376171E-12, -0.999993503, -0.999993503, -1.11627742E-7, 8.69964822E-10))
  1506. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 0.364499986))
  1507. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1508. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.33786011E-6, 2.98023224E-7, -0.400946856, 0.999993503, 1.11627742E-7, -8.69964822E-10, -9.02218744E-9, 1, 4.206413E-12, 5.26964306E-10, -3.35376171E-12, 0.999993503))
  1509. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 0.364499956))
  1510. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099796))
  1511. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.66893005E-6, 4.17232513E-7, -0.765432954, 1.00000012, -1.52096618E-7, 6.12297921E-11, 1.52096618E-7, 1, 6.0254024E-12, 6.13030807E-11, -6.0254024E-12, 1.00000012))
  1512. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 1))
  1513. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1514. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.76837158E-7, 0.401034355, -0.218741894, -9.05769411E-7, 1, 4.19312892E-6, 6.10026518E-8, 4.19315893E-6, -0.999992549, -0.999992549, -1.02401827E-6, -6.05977704E-8))
  1515. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  1516. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  1517. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.05311584E-6, 1.1920929E-7, -0.328047752, 0.999993503, 1.11627742E-7, -8.69964822E-10, -9.02218744E-9, 1, 4.206413E-12, 5.26964306E-10, -3.35376171E-12, 0.999993503))
  1518. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.728999794, 0.364499986))
  1519. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  1520. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.12599945E-6, -0.109343767, 0.7654351, 4.55285772E-7, 1, -2.68208339E-7, 1.00000012, -4.55285772E-7, -3.19854676E-9, -3.35470474E-9, -2.68208396E-7, -1.00000012))
  1521. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  1522. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1523. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.9935112E-6, 0.32812655, -0.327976942, 1.28285319E-6, -1, 3.69483314E-6, 1.79684378E-7, -3.69483269E-6, -1.00000012, 1.00000012, 1.28285319E-6, 1.80272849E-7))
  1524. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1525. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1526. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.29153442E-6, 0.109343052, -1.12987673, -3.16649675E-7, 1, -7.53428822E-8, -1.00000012, -3.16649675E-7, -5.96660996E-8, -5.95338534E-8, 7.53428253E-8, 1.00000012))
  1527. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1528. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  1529. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.70876694E-6, 0.109352827, -0.765389562, -4.93455445E-7, -1, -3.36373205E-8, 0.999990404, -3.42086423E-7, 1.35653142E-8, -1.39127705E-8, -3.36357857E-8, 0.999990404))
  1530. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  1531. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1532. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.219606638, -4.88162041E-5, -1.12661898, -1, -1.14987721E-4, -8.62646274E-8, 1.1498775E-4, -1, 2.54401584E-8, -8.60828351E-8, 2.54302677E-8, 1.00000012))
  1533. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999913, 0.364499956, 0.364499956))
  1534. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.364499956, 0.218699992))
  1535. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.0073185E-5, -1.34548378, 0.1813097, -2.87964358E-5, 1, 2.44417552E-5, -7.88586931E-7, -2.44420098E-5, 0.999990404, 0.999990404, 2.89480377E-5, 7.88905595E-7))
  1536. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 1))
  1537. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.583199918))
  1538. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.2551682, -3.63588333E-6, -0.801386237, 0.999990404, 1.75356836E-5, -4.55649669E-8, -1.7384169E-5, 1, 5.49096058E-9, 4.52297577E-8, -5.4877205E-9, 0.999990404))
  1539. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.364499956, 1))
  1540. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.656099975, 0.200000003))
  1541. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.7147274E-5, -0.764549494, 0.329266787, -1.3263947E-5, -1, 2.44386101E-5, 7.65891741E-7, 2.44385938E-5, 1.00000012, -1.00000012, 1.32639543E-5, 7.65492302E-7))
  1542. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499956))
  1543. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  1544. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.41398811E-5, 0.801157355, -0.183474541, -4.16651892E-6, -1, -3.63463391E-6, 1.21716937E-6, 3.63462891E-6, -1.00000012, 1.00000012, -4.1665262E-6, 1.21729784E-6))
  1545. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499986))
  1546. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.291599989))
  1547. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(2.07424164E-5, 5.36441803E-7, -1.23922169, 1.00000012, -5.30664693E-7, 9.92368077E-10, 5.30664693E-7, 1, -4.6054538E-10, -8.6996077E-10, 4.6054538E-10, 1.00000012))
  1548. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999972, 0.364499956, 1))
  1549. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1550. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(2.24113464E-5, 2.38418579E-7, -1.16637027, 1.00000012, 3.20986146E-7, -1.33552369E-9, -3.20986146E-7, 1, -5.91853677E-10, 1.45836221E-9, 5.91796834E-10, 1.00000012))
  1551. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999436))
  1552. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.364499956, 0.218699992))
  1553. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.90410423E-5, -1.34452355, 0.18247509, 4.13878588E-5, -1, 2.44079893E-5, 7.95224537E-7, 2.44080202E-5, 1.00000012, -1.00000012, -4.13878442E-5, 7.96199345E-7))
  1554. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 1))
  1555. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.583199918))
  1556. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.256492853, -4.39286232E-5, -0.801529884, -1, -5.24585921E-5, -5.78288422E-8, 5.24586212E-5, -1, -2.28129693E-9, -5.76809853E-8, -2.28436647E-9, 1.00000012))
  1557. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.364499956, 1))
  1558. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1559. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.218474627, -6.2584877E-6, -1.1285733, 0.999990404, 4.33328532E-5, -6.23162109E-8, -4.31810768E-5, 1, 1.674141E-8, 6.19921465E-8, -1.67369194E-8, 0.999990404))
  1560. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999913, 0.364499956, 0.364499956))
  1561. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  1562. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.56299973E-6, -0.801923156, 0.182234764, 5.66535164E-7, -1, 4.14230135E-6, -1.3386952E-8, 4.14230135E-6, 1.00000012, -1.00000012, -5.66535164E-7, -1.35657574E-8))
  1563. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 1, 0.364499986))
  1564. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1565. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.57627869E-7, -0.474095702, 0.328005552, -4.88650403E-6, -1, 4.13898124E-6, 1.51379198E-9, 4.13898169E-6, 1.00000012, -1.00000012, 4.88649675E-6, 1.33805911E-9))
  1566. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1567. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  1568. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.70876694E-6, -0.109353065, 0.765436411, -5.65152732E-7, -1, -1.00829084E-7, -0.999990404, 4.13798261E-7, -3.40543771E-8, 3.4410327E-8, 1.00828004E-7, -0.999990404))
  1569. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  1570. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1571. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.20537186E-6, -0.546761394, 0.218683243, 3.15194484E-7, -1, 4.14197893E-6, -1.29213307E-8, 4.14197893E-6, 1.00000012, -1.00000012, -3.15194484E-7, -1.30999736E-8))
  1572. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  1573. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1574. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00365757942, 1.53183937E-5, -0.509713769, 1.00000012, 8.66832852E-6, 6.55241139E-11, -8.66832852E-6, 1, 3.93604796E-6, 3.13523096E-11, -3.93604796E-6, 1.00000012))
  1575. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  1576. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  1577. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.7285347E-6, -0.801834583, 0.182270527, -6.96018105E-7, 1, -3.67871507E-6, -6.44416389E-7, 3.67875191E-6, 0.999990404, 0.999990404, 8.47401679E-7, 6.44071292E-7))
  1578. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 1, 0.364499986))
  1579. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1580. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.66893005E-6, -0.473919988, 0.328080416, -4.85859346E-7, 1, 4.14190072E-6, 1.0249976E-8, -4.14193028E-6, 0.999992549, 0.999992549, 6.04122761E-7, -1.06486118E-8))
  1581. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1582. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1583. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.1920929E-6, 0.218726397, -0.473883271, 8.72503733E-7, -1, -7.51554126E-8, 0.999990404, 1.0238582E-6, -5.06952773E-8, 5.03432602E-8, -7.51539915E-8, 0.999990404))
  1584. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999972, 0.364499956))
  1585. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1586. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.47034836E-6, 0.327976465, 0.401024103, 4.62619937E-7, -1, 4.12383952E-6, -1.00000012, -4.62619937E-7, -6.0131832E-8, 5.99554042E-8, -4.12383861E-6, -1.00000012))
  1587. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1588. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1589. Partweld = CreateWeld(m, Handle5, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.36441803E-7, -0.546799064, 0.218737602, -4.39889845E-7, 1, 4.14183842E-6, 1.11813057E-8, -4.14187616E-6, 0.999990404, 0.999990404, 5.91258868E-7, -1.15799415E-8))
  1590. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  1591. Handle6 = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Handle6", Vector3.new(0.728999913, 0.200000003, 0.728999913))
  1592. Handle6weld = CreateWeld(m, MainPrt, Handle6, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0122375488, 7.15255737E-6, -1.62821221, -0.710074008, 2.1579655E-4, 0.704127133, 2.15675987E-4, 1, -8.89763032E-5, -0.704127133, 8.86835624E-5, -0.710074008))
  1593. CreateMesh("CylinderMesh", Handle6, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.728999794, 1))
  1594. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  1595. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.82797623E-6, 0.109338284, -0.765522599, 2.08854908E-6, 1, -7.51824132E-8, -1.00000012, 2.08853453E-6, -8.94947689E-8, -8.93082088E-8, 7.51841753E-8, 1.00000012))
  1596. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  1597. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  1598. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(6.73532486E-6, 0.802004039, -0.182219028, 1.83435841E-5, 1, -3.64417065E-6, -1.28204852E-6, -3.64417156E-6, -0.99999249, -0.99999249, 1.82254589E-5, 1.28142347E-6))
  1599. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499986))
  1600. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1601. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.06639481E-6, -0.109352589, -0.400942773, 4.8923539E-7, 1, -1.50212088E-7, -0.999996305, 4.30110958E-7, -3.57716857E-7, -3.57519667E-7, 1.50214703E-7, 0.999996305))
  1602. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  1603. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1604. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00362062454, -8.22544098E-6, -0.582877219, 1.00000012, -1.33889262E-6, 8.83310716E-11, 1.33889262E-6, 1, 2.41133966E-6, -2.14705073E-10, -2.41134717E-6, 1.00000012))
  1605. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  1606. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.656099975, 0.200000003))
  1607. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.01923943E-5, -0.765023172, 0.327973843, 3.38934697E-5, 1, 2.44895309E-5, -7.48056038E-7, -2.44896946E-5, 0.99999249, 0.99999249, -3.37754755E-5, 7.4512343E-7))
  1608. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499956))
  1609. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1610. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.1856041E-6, 0.109347105, 0.400930196, -2.66067218E-7, -1, -5.68434189E-14, -0.999991536, 1.33833964E-7, -8.91837437E-11, -8.9278418E-11, 6.82121026E-12, -0.999991536))
  1611. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  1612. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1613. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00350809097, 7.9870224E-6, -0.655552447, 1.00000012, 7.82235293E-6, 9.48191178E-11, -7.82235293E-6, 1, 1.99054193E-6, -1.6165573E-10, -1.99053466E-6, 1.00000012))
  1614. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  1615. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1616. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(7.74860382E-7, 0.328145266, 0.401021272, -2.39379006E-8, 1, 4.12372901E-6, 0.99999249, 1.42201316E-7, -8.9317588E-8, -8.89763854E-8, 4.12376949E-6, -0.99999249))
  1617. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1618. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1619. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(8.16583633E-6, 0.21867919, -0.473479599, -1.18174066E-5, 1, -8.09158678E-8, -1.00000012, -1.18174066E-5, -8.95046171E-8, -8.93074912E-8, 8.09110929E-8, 1.00000012))
  1620. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999972, 0.364499956))
  1621. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1622. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.78813934E-7, 0.109352589, 0.400940359, 2.76297214E-7, 1, 3.73111675E-8, 0.999990582, -1.2847886E-7, 8.94961545E-8, 8.93223913E-8, 3.73095759E-8, -0.999990582))
  1623. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  1624. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  1625. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.1920929E-5, 1.78813934E-7, 0.182324529, 1.00000012, -3.0639203E-6, 8.7109403E-11, 3.06393486E-6, 1, 1.02775084E-6, -4.02832247E-11, -1.02775084E-6, 1.00000012))
  1626. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.765449822, 0.364499956))
  1627. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1628. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00362873077, 7.74860382E-7, -0.218800426, 0.99999249, -2.11391307E-6, 8.77815182E-11, 2.23214738E-6, 1, 7.33280103E-12, 8.9277731E-11, -1.22781785E-11, 0.99999249))
  1629. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  1630. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1631. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.30481339E-6, -1.20305264, 0.109366417, 2.12114537E-6, 1, -3.62510764E-6, -5.06093215E-7, 3.62509809E-6, 1.00000012, 1.00000012, -2.12113082E-6, 5.06727247E-7))
  1632. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1633. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1634. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.76837158E-7, 0.328131437, -0.328133821, -1.49305561E-6, 1, 3.6945421E-6, -1.7843746E-7, 3.69456802E-6, -0.99999249, -0.99999249, -1.61133357E-6, 1.78723511E-7))
  1635. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1636. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.291599959, 0.200000003))
  1637. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.1709671E-5, 1.28924847E-4, -2.02655792E-6, -1, 3.21864427E-5, 3.88085784E-4, 3.88082175E-4, -2.99025814E-5, 1, 3.21980478E-5, 1, 2.98900814E-5))
  1638. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=18430887", Vector3.new(0, 0, 0), Vector3.new(0.466559947, 0.466559947, 1.55276954))
  1639. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  1640. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0777006745, 2.20537186E-6, 0.123247147, -0.500000238, 2.24536052E-8, 0.866025388, 6.96910138E-6, 1, 3.99768032E-6, -0.866025388, 8.03425792E-6, -0.500000238))
  1641. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.765449822, 0.364499956))
  1642. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1643. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.96046448E-6, -1.20304251, 0.109313965, -2.39552173E-6, -1, 4.14150054E-6, 6.11373119E-10, 4.14149463E-6, 1.00000012, -1.00000012, 2.39550718E-6, -8.75827744E-11))
  1644. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1645. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1646. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.94718552E-6, -0.109366179, -1.13004291, 9.52117261E-7, 1, -7.54152438E-8, -0.99999249, 8.33853846E-7, -8.86880638E-11, 9.87856186E-11, 7.54087637E-8, 0.99999249))
  1647. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1648. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1649. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.020819664, 3.15904617E-6, 0.221182764, 0.707106411, -2.86259456E-6, 0.707107365, 5.65945084E-6, 1, -1.61112257E-6, -0.707107306, 5.14107523E-6, 0.707106411))
  1650. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.765449822, 0.364499956))
  1651. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.291599989))
  1652. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.02519989E-5, 8.34465027E-7, -1.09316802, 0.99999249, 3.12588236E-6, -8.93154777E-8, -3.00758984E-6, 1, -9.82197434E-10, 8.94963677E-8, 9.80094228E-10, 0.99999249))
  1653. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999972, 0.728999794, 1))
  1654. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1655. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.12599945E-6, -0.10934782, -0.400939614, -3.87546606E-7, -1, 2.21123571E-7, 1.00000012, -3.87546606E-7, 8.94959697E-8, -8.92898129E-8, 2.21122491E-7, 1.00000012))
  1656. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  1657. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  1658. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0797023773, -4.64916229E-6, 0.12669003, -0.500000536, 2.53169856E-6, -0.86602515, 7.30983447E-6, 1, -1.29697946E-6, 0.86602515, -6.9789894E-6, -0.500000536))
  1659. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.765449822, 0.364499956))
  1660. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1661. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00363206863, -1.24573708E-5, 0.0365399718, 1.00000012, -8.48505442E-6, 8.32701269E-11, 8.48504715E-6, 1, 2.11370934E-6, -1.77184087E-10, -2.11371298E-6, 1.00000012))
  1662. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.364499956))
  1663. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1664. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0210361481, -1.07288361E-6, 0.221367836, 0.707107365, -1.24533835E-6, -0.707106411, 5.77635365E-6, 1, 4.01518628E-6, 0.707106411, -6.92366302E-6, 0.707107365))
  1665. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.765449822, 0.364499956))
  1666. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1667. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(7.74860382E-7, 0.364600211, 0.182235718, 2.23214738E-6, 1, 7.33280103E-12, -8.9277731E-11, 1.22781785E-11, -0.99999249, -0.99999249, 2.11391307E-6, -8.77815182E-11))
  1668. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 0.364499986))
  1669. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1670. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.33786011E-6, 2.98023224E-7, -0.400947005, 0.999993384, 1.11627742E-7, -2.97129645E-8, -9.02218744E-9, 1, 5.68434189E-14, 2.98916021E-8, -8.01492206E-12, 0.999993384))
  1671. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 0.364499956))
  1672. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1673. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-7.15255737E-7, 0.364600033, 0.182261229, -2.17255729E-6, -1, -7.33280103E-12, -8.9277731E-11, 1.22781785E-11, -0.99999249, 0.99999249, -2.05430842E-6, 8.78237344E-11))
  1674. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 0.364499986))
  1675. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099796))
  1676. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(8.58306885E-6, 7.74860382E-7, -0.765576661, 1.00000012, -1.74863089E-6, 8.8040894E-11, 1.74863089E-6, 1, 7.33280103E-12, 8.9279209E-11, -5.68434189E-13, 1.00000012))
  1677. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 1))
  1678. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1679. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.76837158E-7, 0.401034504, -0.218741894, -9.05769411E-7, 1, 4.1931271E-6, 6.00439733E-8, 4.19315757E-6, -0.99999249, -0.99999249, -1.02401827E-6, -5.96946492E-8))
  1680. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  1681. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  1682. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.3589859E-5, 7.74860382E-7, -0.328150243, 0.99999249, -2.11391307E-6, 8.77815182E-11, 2.23214738E-6, 1, 7.33280103E-12, 8.9277731E-11, -1.22781785E-11, 0.99999249))
  1683. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.728999794, 0.364499986))
  1684. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  1685. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.42402267E-6, -0.109336853, 0.765579045, 2.01869989E-6, 1, -2.68206293E-7, 1.00000012, -2.01871444E-6, 8.78496234E-11, -1.23090274E-10, -2.68204758E-7, -1.00000012))
  1686. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  1687. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1688. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.58955765E-6, 0.109336376, -1.1300211, 1.24679354E-6, 1, -7.53352083E-8, -1.00000012, 1.24679354E-6, -8.94953658E-8, -8.93081946E-8, 7.5335663E-8, 1.00000012))
  1689. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1690. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  1691. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.06639481E-6, 0.109363794, -0.76551044, -2.36729102E-6, -1, -3.3622257E-8, 0.99999249, -2.24904215E-6, 8.76858239E-11, 8.50379558E-11, -3.36441985E-8, 0.99999249))
  1692. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  1693. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1694. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.9935112E-6, 0.328126431, -0.32797718, 1.28286774E-6, -1, 3.69484769E-6, 1.78258873E-7, -3.6948245E-6, -1.00000012, 1.00000012, 1.28285319E-6, 1.78904116E-7))
  1695. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1696. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.364499956, 0.218699992))
  1697. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-9.29832458E-6, -1.34620869, 0.18135643, -2.40026857E-5, 1, 2.44416151E-5, -7.48050013E-7, -2.44416333E-5, 1, 1.00000012, 2.40026711E-5, 7.45164357E-7))
  1698. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 1))
  1699. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.364499956, 0.218699992))
  1700. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.92794609E-5, -1.34469593, 0.182392836, 4.51437372E-5, -1, 2.44079711E-5, 8.37631319E-7, 2.44080093E-5, 1.00000012, -1.00000012, -4.51437227E-5, 8.3434378E-7))
  1701. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 1))
  1702. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1703. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.219599724, -4.91142273E-5, -1.12676358, -1.00000012, -1.13390954E-4, -8.95765524E-8, 1.13390939E-4, -1, 2.5436691E-8, -8.93144829E-8, 2.54300971E-8, 1.00000012))
  1704. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999913, 0.364499956, 0.364499956))
  1705. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.583199918))
  1706. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.255176544, -3.21865082E-6, -0.801531851, 0.99999249, 1.59391639E-5, -8.93063969E-8, -1.5820784E-5, 1, 5.47885293E-9, 8.94955576E-8, -5.49351853E-9, 0.99999249))
  1707. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.364499956, 1))
  1708. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.656099975, 0.200000003))
  1709. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.7147274E-5, -0.764549434, 0.329266548, -1.32639325E-5, -1, 2.44386174E-5, 7.78030483E-7, 2.44385883E-5, 1.00000012, -1.00000012, 1.32639543E-5, 7.74780517E-7))
  1710. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499956))
  1711. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1712. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.218482733, -5.90085983E-6, -1.12872005, 0.99999249, 4.17363335E-5, -8.92881289E-8, -4.161775E-5, 1, 1.67493113E-8, 8.94941365E-8, -1.67400458E-8, 0.99999249))
  1713. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999913, 0.364499956, 0.364499956))
  1714. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.583199918))
  1715. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.256485939, -4.42266464E-5, -0.801674306, -1, -5.0861956E-5, -5.97299419E-8, 5.0861956E-5, -1, -2.28470753E-9, 8.89907731E-11, -2.28857289E-9, 1.00000012))
  1716. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.364499956, 1))
  1717. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1718. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(2.93254852E-5, 5.36441803E-7, -1.16651487, 1.00000012, -1.27554813E-6, 8.83759385E-11, 1.27554813E-6, 1, -5.82019766E-10, 8.93535038E-11, 5.88784133E-10, 1.00000012))
  1719. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999436))
  1720. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  1721. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.06639481E-6, -0.109361172, 0.765581608, -2.12856685E-6, -1, -1.00830277E-7, -0.99999249, 2.01031798E-6, -8.785489E-11, -7.65674954E-11, 1.00835848E-7, -0.99999249))
  1722. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  1723. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  1724. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.4497509E-5, 0.801301062, -0.183467627, -5.72994759E-6, -1, -3.63464642E-6, 1.22226413E-6, 3.63463801E-6, -1, 1, -5.72995486E-6, 1.22198048E-6))
  1725. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499986))
  1726. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.291599989))
  1727. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(2.78949738E-5, 8.94069672E-7, -1.23936701, 1.00000012, -2.12719897E-6, 8.7772789E-11, 2.12719897E-6, 1, -4.65604444E-10, 8.93379121E-11, 4.65092853E-10, 1.00000012))
  1728. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999972, 0.364499956, 1))
  1729. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  1730. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.86102295E-6, -0.802066982, 0.182228088, -9.96893505E-7, -1, 4.1423009E-6, 6.11474593E-10, 4.14229953E-6, 1.00000012, -1.00000012, 9.96908057E-7, -8.85732668E-11))
  1731. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 1, 0.364499986))
  1732. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1733. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-6.55651093E-7, -0.47423932, 0.327998877, -6.44994725E-6, -1, 4.1389867E-6, 6.1105726E-10, 4.13898897E-6, 1.00000012, -1, 6.44995453E-6, -5.96893557E-8))
  1734. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1735. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  1736. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(2.02655792E-6, -0.801980019, 0.182278633, 8.67381459E-7, 1, -3.67872781E-6, -5.65691096E-7, 3.67874827E-6, 0.99999249, 0.99999249, -7.49118044E-7, 5.66332858E-7))
  1737. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 1, 0.364499986))
  1738. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1739. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.44379044E-6, -0.546904624, 0.218676567, -1.24823418E-6, -1, 4.14197712E-6, 6.11434237E-10, 4.14197939E-6, 1.00000012, -1.00000012, 1.24823418E-6, -8.83952772E-11))
  1740. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  1741. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1742. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00350856781, 8.04662704E-6, -0.509752214, 1.00000012, 7.82235293E-6, 9.48191178E-11, -7.82235293E-6, 1, 1.99054193E-6, -1.6165573E-10, -1.99053466E-6, 1.00000012))
  1743. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  1744. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1745. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.38418579E-7, -0.546943367, 0.218745947, 1.12352427E-6, 1, 4.14184979E-6, 8.89741045E-8, -4.14188617E-6, 0.99999249, 0.99999249, -1.00526086E-6, -8.9318398E-8))
  1746. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  1747. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1748. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.37090683E-6, -0.473922372, 0.328080893, -7.3715637E-7, 1, 4.14190436E-6, -4.32870406E-10, -4.14193755E-6, 0.99999249, 0.99999249, 8.55419785E-7, 8.98844194E-11))
  1749. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1750. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1751. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.64916229E-6, -0.327998638, -0.401025563, 8.24351446E-7, -1, 4.1330386E-6, 1.00000012, 8.24351446E-7, 8.98630961E-11, 6.10306972E-10, 4.13303724E-6, 1.00000012))
  1752. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1753. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1754. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.41074371E-6, 0.327976465, 0.401024073, 4.62634489E-7, -1, 4.12384179E-6, -1.00000012, -4.62619937E-7, -8.94965737E-8, 8.87978189E-8, -4.12384543E-6, -1.00000012))
  1755. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1756. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1757. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(8.34465027E-7, 0.218734741, -0.474027187, -6.90924935E-7, -1, -7.5153423E-8, 0.99999249, -5.7266152E-7, -8.93180925E-8, 8.94867753E-8, -7.51585389E-8, 0.99999249))
  1758. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999972, 0.364499956))
  1759. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1760. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.36441803E-6, 0.401030272, -0.218663692, 7.07135769E-7, -1, 4.19291246E-6, -9.00248196E-8, -4.19290291E-6, -1.00000012, 1.00000012, 7.07135769E-7, -8.93171901E-8))
  1761. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  1762. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1763. Partweld = CreateWeld(m, Handle6, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.43051147E-6, -0.328078985, -0.401023477, -7.89412297E-7, 1, 4.13299131E-6, -0.99999249, -9.07675712E-7, -8.99214245E-11, -4.31746805E-10, -4.1330245E-6, 0.99999249))
  1764. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1765. Handle7 = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Handle7", Vector3.new(0.728999913, 0.200000003, 0.728999913))
  1766. Handle7weld = CreateWeld(m, MainPrt, Handle7, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0158288963, -1.60932541E-6, -1.71403384, -0.0042057531, 1.27868072E-4, 0.999991238, 1.25993887E-4, 1, -1.27339285E-4, -0.999991238, 1.25457227E-4, -0.00420576893))
  1767. CreateMesh("CylinderMesh", Handle7, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.728999794, 1))
  1768. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1769. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.218477353, -9.77516174E-6, -1.12803817, 0.999992549, 5.93605509E-5, -1.09467813E-7, -5.92418364E-5, 1, 4.27875761E-8, 1.08933854E-7, -4.27820339E-8, 0.999992549))
  1770. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999913, 0.364499956, 0.364499956))
  1771. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  1772. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.70876694E-6, -0.1093532, 0.765436351, -5.65167284E-7, -1, -1.00829027E-7, -0.999990404, 4.1378371E-7, -3.39678863E-8, 3.44971731E-8, 1.00828117E-7, -0.999990404))
  1773. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  1774. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1775. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.08616257E-6, -0.473851442, 0.328035653, 2.51806341E-7, -1, 4.13915996E-6, -1.39368428E-8, 4.13919861E-6, 0.999991119, -0.999991119, -3.91402864E-7, -1.30129667E-8))
  1776. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1777. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  1778. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.56299973E-6, -0.801917553, 0.182238758, 7.53978384E-7, -1, 4.14236229E-6, -1.30051143E-8, 4.14240139E-6, 0.999991119, -0.999991119, -8.93574907E-7, -1.25472042E-8))
  1779. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 1, 0.364499986))
  1780. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  1781. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.49011612E-6, -0.801943839, 0.182259366, -3.16793739E-6, 1, -3.67872963E-6, -6.37515598E-7, 3.67872758E-6, 1.00000012, 1.00000012, 3.16793739E-6, 6.37464211E-7))
  1782. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 1, 0.364499986))
  1783. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1784. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.14576721E-6, -0.546754479, 0.218687564, 5.02623152E-7, -1, 4.14203987E-6, -1.25394939E-8, 4.14207898E-6, 0.999991119, -0.999991119, -6.42234227E-7, -1.20815935E-8))
  1785. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  1786. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1787. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00354466029, 1.51991844E-5, -0.509792089, 1.00000012, 8.22918082E-6, -2.71260635E-11, -8.22918082E-6, 1, 2.5037528E-7, -5.71746678E-11, -2.5037528E-7, 1.00000012))
  1788. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  1789. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1790. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.60932541E-6, -0.473920345, 0.328080297, -4.85859346E-7, 1, 4.14190072E-6, 1.01602646E-8, -4.14193028E-6, 0.999992549, 0.999992549, 6.04137313E-7, -1.07358016E-8))
  1791. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1792. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1793. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-6.55651093E-7, -0.546840668, 0.218735397, -1.01994374E-6, 1, 4.14182614E-6, 1.29542457E-8, -4.14182659E-6, 1.00000012, 1.00000012, 1.01994374E-6, -1.30641924E-8))
  1794. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  1795. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1796. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.47034836E-6, 0.327976406, 0.401023984, 4.62605385E-7, -1, 4.12383952E-6, -1.00000012, -4.62619937E-7, -6.00447407E-8, 6.00392553E-8, -4.12383861E-6, -1.00000012))
  1797. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1798. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1799. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.90734863E-6, 0.218744293, -0.473922253, 1.7919956E-6, -1, -7.6445275E-8, 0.999992549, 1.91027357E-6, -3.86757399E-8, 3.8149075E-8, -7.64438823E-8, 0.999992549))
  1800. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999972, 0.364499956))
  1801. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1802. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.64916229E-6, -0.327998251, -0.401025414, 8.24336894E-7, -1, 4.13303769E-6, 1.00000012, 8.24351446E-7, 2.76833112E-9, -2.76175172E-9, 4.13303769E-6, 1.00000012))
  1803. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1804. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1805. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.36441803E-6, 0.401030302, -0.218663618, 7.07106665E-7, -1, 4.19291109E-6, -5.9178781E-8, -4.19291018E-6, -1.00000012, 1.00000012, 7.07135769E-7, -5.9164595E-8))
  1806. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  1807. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1808. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.49011612E-6, -0.328078926, -0.401023626, -7.89397745E-7, 1, 4.13298949E-6, -0.999992549, -9.07690264E-7, 9.56975721E-10, 3.82506193E-10, -4.1330195E-6, 0.999992549))
  1809. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1810. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1811. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.06639481E-6, -0.109352425, -0.400942802, 4.89220838E-7, 1, -1.5021817E-7, -0.999996364, 4.30110958E-7, -3.65053069E-7, -3.65084901E-7, 1.50219734E-7, 0.999996364))
  1812. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  1813. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  1814. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(6.2584877E-6, 0.801967859, -0.182200342, 1.43081998E-5, 1, -3.64418111E-6, -1.23024745E-6, -3.64416314E-6, -1.00000012, -1.00000012, 1.43081998E-5, 1.23029974E-6))
  1815. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499986))
  1816. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  1817. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.70876694E-6, 0.109350272, -0.765375137, 5.88988769E-7, 1, -7.5176871E-8, -0.999991119, 4.49406798E-7, -6.09762481E-8, -6.14832416E-8, 7.51792157E-8, 0.999991119))
  1818. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  1819. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1820. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0210539103, 5.00679016E-6, 0.221351266, 0.707106411, -3.04485729E-6, -0.707107365, 6.49962021E-6, 1, 2.19351477E-6, 0.707107365, -6.1469691E-6, 0.707106411))
  1821. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.765449822, 0.364499956))
  1822. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  1823. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0796691179, -8.34465027E-7, 0.126670897, -0.500000656, 1.11187546E-6, -0.86602515, 7.83641008E-6, 1, -3.24047619E-6, 0.86602515, -8.40676512E-6, -0.500000656))
  1824. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.765449822, 0.364499956))
  1825. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.291599989))
  1826. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.07157975E-5, 4.76837158E-7, -1.09311569, 1.00000012, 1.0176489E-5, -3.07611643E-8, -1.0176489E-5, 1, -1.05802656E-9, 3.0708307E-8, 1.05828235E-9, 1.00000012))
  1827. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999972, 0.728999794, 1))
  1828. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1829. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.12599945E-6, -0.109347567, -0.400939465, -3.87561158E-7, -1, 2.21122889E-7, 1.00000012, -3.87546606E-7, 1.19183895E-7, -1.1920676E-7, 2.2112286E-7, 1.00000012))
  1830. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  1831. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1832. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.39746475E-6, 2.98023224E-7, -0.400947213, 0.999993503, 1.11627742E-7, -9.56815627E-10, -9.02218744E-9, 1, 4.17799129E-12, 4.40190273E-10, -3.38218342E-12, 0.999993503))
  1833. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 0.364499956))
  1834. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1835. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.57627869E-7, 0.364491343, 0.182252109, -2.95171048E-7, -1, -5.62749847E-12, 2.54709934E-11, 3.72324394E-12, -0.999990642, 0.999990642, -1.47338142E-7, -4.91102159E-10))
  1836. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 0.364499986))
  1837. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1838. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.1920929E-7, 0.364452124, 0.182246163, 2.73386831E-7, 1, -1.00897068E-11, 4.91130359E-10, -1.17807986E-11, -0.999991119, -0.999991119, 1.33804861E-7, 2.5443616E-11))
  1839. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 0.364499986))
  1840. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1841. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.76837158E-7, 0.401034594, -0.218741775, -9.0575486E-7, 1, 4.19312892E-6, 6.10924005E-8, 4.19315893E-6, -0.999992549, -0.999992549, -1.02403283E-6, -6.05102883E-8))
  1842. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  1843. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  1844. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.5860728E-6, 3.57627869E-7, -0.328041553, 0.999990642, -2.06942786E-7, -4.91090169E-10, 3.54775693E-7, 1, 5.62749847E-12, -2.54709934E-11, -3.72324394E-12, 0.999990642))
  1845. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.728999794, 0.364499986))
  1846. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099796))
  1847. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-8.56816769E-7, 2.98023224E-7, -0.765440047, 1.00000012, 1.49011612E-7, -9.56823287E-10, -1.49011612E-7, 1, 4.94537744E-12, 9.05851172E-10, -4.97379915E-12, 1.00000012))
  1848. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 1))
  1849. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  1850. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.12599945E-6, -0.109347656, 0.765429556, 2.67857104E-7, 1, -2.6821624E-7, 0.999991119, -1.28260581E-7, -3.28507377E-9, -2.80246071E-9, -2.68220219E-7, -0.999991119))
  1851. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  1852. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  1853. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.58955765E-6, 0.109350115, -0.765432894, 8.66129994E-8, -1, -3.3632773E-8, 1.00000012, 8.66129994E-8, 1.16160441E-8, -1.16712622E-8, -3.36327872E-8, 1.00000012))
  1854. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  1855. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1856. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.29153442E-6, 0.109347939, -1.12988305, -5.04063792E-7, 1, -7.53482254E-8, -1.00000012, -5.04078344E-7, -5.95790723E-8, -5.96205751E-8, 7.53482254E-8, 1.00000012))
  1857. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1858. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1859. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.05311584E-6, 0.328126788, -0.327976882, 1.28286774E-6, -1, 3.69483337E-6, 1.79768534E-7, -3.69483314E-6, -1.00000012, 1.00000012, 1.28286774E-6, 1.79719521E-7))
  1860. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1861. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.583199918))
  1862. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.25518617, -4.23192978E-6, -0.801426947, 0.999992549, 1.84220989E-5, -3.35567876E-8, -1.830369E-5, 1, 6.77914613E-9, 3.30356222E-8, -6.77820822E-9, 0.999992549))
  1863. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.364499956, 1))
  1864. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.364499956, 0.218699992))
  1865. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.02519989E-5, -1.34639049, 0.181484863, -1.62538054E-5, 1, 2.44415605E-5, -8.26409575E-7, -2.44415733E-5, 1.00000012, 1.00000012, 1.62537908E-5, 8.26985683E-7))
  1866. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 1))
  1867. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.364499956, 0.218699992))
  1868. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.88622284E-5, -1.34453344, 0.182478458, 4.17693373E-5, -1, 2.44081184E-5, 7.96552058E-7, 2.44081493E-5, 1.00000012, -1.00000012, -4.17693082E-5, 7.97711664E-7))
  1869. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 1))
  1870. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.656099975, 0.200000003))
  1871. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.35709953E-5, -0.76492393, 0.329267442, -2.41623784E-5, -1, 2.44326948E-5, 7.94692539E-7, 2.44328949E-5, 0.999991119, -0.999991119, 2.4023022E-5, 7.94904452E-7))
  1872. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499956))
  1873. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.583199918))
  1874. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.256522387, -4.55379486E-5, -0.801287293, -0.999991119, -5.73827856E-5, -7.40031325E-8, 5.72426798E-5, -1, -2.15931095E-9, -7.45315489E-8, -2.16198259E-9, 0.999991119))
  1875. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.364499956, 1))
  1876. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  1877. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.41994858E-5, 0.801151812, -0.183478504, -3.97913391E-6, -1, -3.63468052E-6, 1.21725873E-6, 3.63470645E-6, -0.999991119, 0.999991119, -3.83958104E-6, 1.21674827E-6))
  1878. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499986))
  1879. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1880. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.21961087, -4.88162041E-5, -1.12661505, -0.999991179, -1.1495949E-4, -8.60987441E-8, 1.14818875E-4, -1, 2.54446491E-8, -8.66352536E-8, 2.54364494E-8, 0.999991119))
  1881. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999913, 0.364499956, 0.364499956))
  1882. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.291599989))
  1883. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.82893127E-5, 3.57627869E-7, -1.23923159, 1.00000012, -2.29571015E-7, -2.54245843E-11, 2.29556463E-7, 1, -4.61596983E-10, -2.54123129E-11, 4.61596983E-10, 1.00000012))
  1884. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999972, 0.364499956, 1))
  1885. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1886. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.97552145E-5, 0, -1.16637945, 1.00000012, 6.22079824E-7, -2.35390241E-9, -6.22094376E-7, 1, -5.92763172E-10, 2.30291075E-9, 5.92763172E-10, 1.00000012))
  1887. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999436))
  1888. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1889. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(7.74860382E-7, 0.328145146, 0.401021361, -2.39524525E-8, 1, 4.12373447E-6, 0.999992549, 1.42215868E-7, -5.869882E-8, -5.81256785E-8, 4.12376448E-6, -0.999992549))
  1890. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1891. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1892. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.57627869E-7, 0.328131437, -0.328134, -1.49305561E-6, 1, 3.69454392E-6, -1.78320633E-7, 3.69457075E-6, -0.999992549, -0.999992549, -1.61134813E-6, 1.78839727E-7))
  1893. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1894. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.291599959, 0.200000003))
  1895. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.32724303E-5, 1.22308731E-4, 4.05311584E-6, -1.00000012, 3.2829179E-5, 3.8887703E-4, 3.88875982E-4, -2.81624962E-5, 1.00000012, 3.28401366E-5, 1, 2.81497269E-5))
  1896. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=18430887", Vector3.new(0, 0, 0), Vector3.new(0.466559947, 0.466559947, 1.55276954))
  1897. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  1898. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0777075291, 4.35113907E-6, 0.123262465, -0.499999613, 1.85078534E-6, 0.866025746, 7.61124102E-6, 1, 2.25724398E-6, -0.866025686, 7.72014755E-6, -0.499999613))
  1899. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.765449822, 0.364499956))
  1900. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1901. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00363650545, 3.57627869E-7, -0.218692064, 0.999990642, -2.06942786E-7, -4.91090169E-10, 3.54775693E-7, 1, 5.62749847E-12, -2.54709934E-11, -3.72324394E-12, 0.999990642))
  1902. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  1903. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  1904. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.49480319E-6, 6.13927841E-6, 0.182285309, 1.00000012, -3.70576163E-6, -2.47253468E-11, 3.70576163E-6, 1, -7.12631959E-7, 6.47666434E-11, 7.12631959E-7, 1.00000012))
  1905. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.765449822, 0.364499956))
  1906. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1907. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.70876694E-6, -1.20290446, 0.109365903, -1.12432463E-6, 1, -3.62554465E-6, -4.78266202E-7, 3.62554397E-6, 1.00000012, 1.00000012, 1.12432463E-6, 4.78208449E-7))
  1908. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1909. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1910. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.64916229E-6, -0.109356076, -1.12994158, -1.30959961E-6, 1, -7.54227472E-8, -1.00000012, -1.30959961E-6, -5.91132476E-8, -5.91549032E-8, 7.54226193E-8, 1.00000012))
  1911. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1912. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1913. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.42402267E-6, -1.20290709, 0.109323673, -4.5086199E-7, -1, 4.14151555E-6, -1.53335336E-8, 4.14151509E-6, 1.00000012, -1.00000012, 4.5086199E-7, -1.53414419E-8))
  1914. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1915. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1916. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0208177567, 5.12599945E-6, 0.22116065, 0.707107484, -1.92725565E-6, 0.707106233, 6.1867031E-6, 1, -3.46115166E-6, -0.707106233, 6.82205427E-6, 0.707107484))
  1917. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.765449822, 0.364499956))
  1918. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1919. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0036433246, 2.44379044E-6, 0.036539197, 1.00000012, -3.99498094E-6, -2.46671711E-11, 3.99498094E-6, 1, -1.00436682E-6, 1.01707739E-10, 1.00436682E-6, 1.00000012))
  1920. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.364499956))
  1921. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.656099975, 0.200000003))
  1922. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.12652779E-5, -0.764918089, 0.327983588, 3.14105564E-5, 1, 2.44908297E-5, -7.73796103E-7, -2.44909897E-5, 0.999992549, 0.999992549, -3.12925404E-5, 7.72512919E-7))
  1923. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499956))
  1924. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1925. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00361569691, 7.56978989E-6, -0.582903504, 1.00000012, -1.87011028E-6, -2.50945896E-11, 1.87011028E-6, 1, 1.46268746E-7, -4.39921224E-11, -1.46268746E-7, 1.00000012))
  1926. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  1927. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1928. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.24520874E-6, 0.10934715, 0.400930405, -2.6608177E-7, -1, -2.18847163E-12, -0.999991596, 1.33833964E-7, 2.54436212E-11, 4.91131913E-10, 7.67386155E-13, -0.999991596))
  1929. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  1930. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1931. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00354410894, 1.51991844E-5, -0.655592263, 1.00000012, 8.22918082E-6, -2.71260635E-11, -8.22918082E-6, 1, 2.5037528E-7, -5.71746678E-11, -2.5037528E-7, 1.00000012))
  1932. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  1933. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1934. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(2.38418579E-7, 0.109352611, 0.400940418, 2.76297214E-7, 1, 3.73114801E-8, 0.999990642, -1.2847886E-7, 5.9113539E-8, 5.96348428E-8, 3.73099454E-8, -0.999990642))
  1935. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  1936. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1937. Partweld = CreateWeld(m, Handle7, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.64916229E-6, 0.218682006, -0.473859429, -9.18735168E-7, 1, -7.52155529E-8, -0.999991119, -1.05833169E-6, -5.4456688E-8, -5.496398E-8, 7.5217784E-8, 0.999991119))
  1938. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999972, 0.364499956))
  1939. Handle8 = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Handle8", Vector3.new(0.728999913, 0.200000003, 0.728999913))
  1940. Handle8weld = CreateWeld(m, MainPrt, Handle8, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0103318691, 2.98023224E-6, -1.60662031, 0.704127133, 3.78578479E-5, 0.710074008, 3.83442311E-5, 1, -9.13384501E-5, -0.710074008, 9.15411219E-5, 0.704127133))
  1941. CreateMesh("CylinderMesh", Handle8, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.728999794, 1))
  1942. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1943. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00359249115, 3.09944153E-6, -0.582895398, 1.00000012, -1.19510514E-6, 2.25432201E-10, 1.19510514E-6, 1, 1.25436804E-6, 6.97526412E-11, -1.25436782E-6, 1.00000012))
  1944. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  1945. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.656099975, 0.200000003))
  1946. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.02519989E-5, -0.765023291, 0.327973843, 3.38934624E-5, 1, 2.44895382E-5, -7.47912111E-7, -2.44896946E-5, 0.99999249, 0.99999249, -3.37754755E-5, 7.45224554E-7))
  1947. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499956))
  1948. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1949. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00359487534, 7.92741776E-6, -0.655618846, 1, 7.64841388E-6, -2.08374829E-7, -7.64839933E-6, 1, 4.69139422E-7, 2.08784826E-7, -4.69139195E-7, 1))
  1950. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  1951. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1952. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.1856041E-6, 0.109347105, 0.400930405, -2.6608177E-7, -1, -7.50333129E-12, -0.999991536, 1.33833964E-7, -2.27349764E-10, -2.27591723E-10, 1.59161573E-12, -0.999991536))
  1953. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  1954. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1955. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.78813934E-7, 0.109352589, 0.400940388, 2.76297214E-7, 1, 3.7311338E-8, 0.999990582, -1.28464308E-7, 8.96343266E-8, 8.91840699E-8, 3.73054263E-8, -0.999990582))
  1956. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  1957. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1958. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.76837158E-6, 0.21868062, -0.473920643, -1.41386408E-6, 1, -7.52186224E-8, -1.00000012, -1.41387864E-6, -2.30151051E-10, 2.37058012E-10, 7.52128244E-8, 1.00000012))
  1959. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999972, 0.364499956))
  1960. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.291599959, 0.200000003))
  1961. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.79221344E-5, 1.4513731E-4, 3.9935112E-6, -1, 3.26811496E-5, 3.88085668E-4, 3.8808235E-4, -2.96416056E-5, 1, 3.26926529E-5, 1, 2.96289181E-5))
  1962. CreateMesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=18430887", Vector3.new(0, 0, 0), Vector3.new(0.466559947, 0.466559947, 1.55276954))
  1963. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1964. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00363636017, 5.96046448E-8, -0.218694627, 0.999996305, -2.51297024E-7, 2.27138391E-10, 3.10421456E-7, 1, 1.47792889E-11, 2.27592362E-10, -3.75166564E-12, 0.999996305))
  1965. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  1966. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  1967. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0777289867, 4.17232513E-6, 0.123238921, -0.500000238, 4.95903805E-7, 0.866025388, 7.46354635E-6, 1, 3.73645912E-6, -0.866025388, 8.33184458E-6, -0.500000238))
  1968. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.765449822, 0.364499956))
  1969. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1970. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(7.15255737E-7, 0.328145027, 0.401021421, -2.39379006E-8, 1, 4.12372901E-6, 0.99999249, 1.42201316E-7, -8.91791174E-8, -8.91156517E-8, 4.12376312E-6, -0.99999249))
  1971. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1972. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1973. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.17232513E-7, 0.328131497, -0.328133821, -1.49305561E-6, 1, 3.6945496E-6, -1.78576627E-7, 3.69456893E-6, -0.99999249, -0.99999249, -1.61133357E-6, 1.78583434E-7))
  1974. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1975. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  1976. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.48362732E-6, 5.90085983E-6, 0.182321608, 1.00000012, -3.55820521E-6, 2.21158078E-10, 3.55819066E-6, 1, 7.66624225E-7, 1.31126554E-10, -7.66627522E-7, 1.00000012))
  1977. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.765449822, 0.364499956))
  1978. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1979. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.47034836E-6, -0.109358549, -1.12990892, -6.55651093E-7, 1, -7.54077973E-8, -0.999996066, -7.18326191E-7, -2.288921E-10, 2.37082132E-10, 7.54117764E-8, 0.999996066))
  1980. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1981. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1982. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.70876694E-6, -1.20291007, 0.109356403, 2.27068085E-7, 1, -3.62513288E-6, -4.16548772E-7, 3.62516039E-6, 0.999992013, 0.999992013, -1.02547347E-7, 4.17459916E-7))
  1983. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1984. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1985. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00370025635, 6.37769699E-6, 0.0363714695, 1.00000012, -5.9017184E-6, 2.16919371E-10, 5.9017184E-6, 1, 7.08016387E-7, 1.38501821E-10, -7.08016046E-7, 1.00000012))
  1986. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.364499956))
  1987. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1988. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.36441803E-6, -1.20290005, 0.109323025, -5.01458999E-7, -1, 4.14151873E-6, 9.01557087E-8, 4.14154783E-6, 0.999992013, -0.999992013, 3.7693826E-7, 8.91800553E-8))
  1989. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  1990. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1991. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0208425522, 4.82797623E-6, 0.221169949, 0.707106411, -2.86868453E-6, 0.707107365, 6.03908848E-6, 1, -1.98214525E-6, -0.707107306, 5.67187089E-6, 0.707106411))
  1992. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.765449822, 0.364499956))
  1993. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.291599989))
  1994. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.38418579E-5, 5.36441803E-7, -1.09311748, 1, 8.37318657E-6, -8.91642316E-8, -8.37317202E-6, 1, -1.04023457E-9, 8.96346961E-8, 1.04046194E-9, 1))
  1995. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999972, 0.728999794, 1))
  1996. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1997. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.12599945E-6, -0.109347582, -0.400939584, -3.87546606E-7, -1, 2.211234E-7, 1.00000012, -3.87546606E-7, 8.96338577E-8, -8.91515484E-8, 2.21115442E-7, 1.00000012))
  1998. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  1999. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  2000. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0796976984, 3.15904617E-6, 0.126634598, -0.500000536, 2.26060365E-6, -0.86602515, 7.6602737E-6, 1, -1.81233531E-6, 0.86602515, -7.54015491E-6, -0.500000536))
  2001. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.765449822, 0.364499956))
  2002. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2003. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0210251808, 4.94718552E-6, 0.221366644, 0.707107365, -1.89457205E-6, -0.707106411, 6.35213655E-6, 1, 3.67281996E-6, 0.707106411, -7.08871812E-6, 0.707107365))
  2004. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.765449822, 0.364499956))
  2005. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2006. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0, 0.364495218, 0.182254314, -2.50816811E-7, -1, -7.50333129E-12, -2.27592362E-10, 3.75166564E-12, -0.999996305, 0.999996305, -1.91692379E-7, 2.27246194E-10))
  2007. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 0.364499986))
  2008. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2009. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.96046448E-8, 0.364495516, 0.182244778, 3.10421456E-7, 1, 1.47792889E-11, -2.27592362E-10, 3.75166564E-12, -0.999996305, -0.999996305, 2.51297024E-7, -2.27138391E-10))
  2010. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 0.364499986))
  2011. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2012. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.33786011E-6, 2.98023224E-7, -0.400947034, 0.999993384, 1.11627742E-7, -2.95745277E-8, -9.02218744E-9, 1, 2.27373675E-13, 3.00299128E-8, -7.8443918E-12, 0.999993384))
  2013. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 0.364499956))
  2014. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.291599929, 0.200000003, 0.200000003))
  2015. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.7220459E-6, 5.96046448E-8, -0.328045249, 0.999996305, -2.51297024E-7, 2.27138391E-10, 3.10421456E-7, 1, 1.47792889E-11, 2.27592362E-10, -3.75166564E-12, 0.999996305))
  2016. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.728999794, 0.364499986))
  2017. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099796))
  2018. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-7.15255737E-7, 1.78813934E-7, -0.765435159, 0.999992013, 4.55474947E-8, -8.91792951E-8, 7.89877959E-8, 1, 7.50333129E-12, 8.96345611E-8, -1.69393388E-11, 0.999992013))
  2019. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999794, 1))
  2020. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2021. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.76837158E-7, 0.401034474, -0.218741894, -9.05769411E-7, 1, 4.19313437E-6, 5.99046928E-8, 4.19315847E-6, -0.99999249, -0.99999249, -1.02401827E-6, -5.98340861E-8))
  2022. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  2023. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  2024. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.24520874E-6, -0.109345436, 0.765498161, 2.4039764E-8, 1, -2.68206122E-7, 1.00000012, -2.4025212E-8, -8.91794159E-8, -8.96683119E-8, -2.68202712E-7, -1.00000012))
  2025. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  2026. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  2027. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.41074371E-6, 0.109348774, -0.765428007, 1.16182491E-7, -1, -3.36297035E-8, 0.99999249, 2.34431354E-7, 3.00303391E-8, -2.95789633E-8, -3.36318635E-8, 0.99999249))
  2028. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  2029. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2030. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.11272049E-6, 0.328126699, -0.327976704, 1.28286774E-6, -1, 3.69482927E-6, 1.78121411E-7, -3.69483269E-6, -1.00000012, 1.00000012, 1.28286774E-6, 1.79043852E-7))
  2031. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  2032. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2033. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.529953E-6, 0.109344244, -1.12993956, -7.47910235E-7, 1, -7.53350378E-8, -0.99999249, -8.6617365E-7, -2.29158692E-10, 2.37071612E-10, 7.53281029E-8, 0.99999249))
  2034. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  2035. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.364499956, 0.218699992))
  2036. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.86834145E-5, -1.34455323, 0.182402134, 4.70381055E-5, -1, 2.44081239E-5, 9.27170959E-7, 2.44083476E-5, 0.999991953, -0.999991953, -4.71630046E-5, 9.23559071E-7))
  2037. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 1))
  2038. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  2039. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.36034393E-5, 0.801941454, -0.183549404, -1.42525823E-5, -1, -3.63522145E-6, 1.16252045E-6, 3.63521212E-6, -1.00000012, 1.00000012, -1.42525751E-5, 1.16249237E-6))
  2040. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499986))
  2041. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.583199918))
  2042. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.256496668, -4.40478325E-5, -0.80155021, -1, -5.25360374E-5, 5.928203E-8, 5.2536052E-5, -1, -2.28487806E-9, 2.27306451E-10, -2.28317276E-9, 1.00000012))
  2043. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.364499956, 1))
  2044. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.656099975, 0.200000003))
  2045. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.50015068E-5, -0.764769971, 0.329243183, -1.84655801E-5, -1, 2.4435758E-5, 7.78162814E-7, 2.44357543E-5, 1.00000012, -1.00000012, 1.84655873E-5, 7.74666205E-7))
  2046. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499956))
  2047. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.583199918))
  2048. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.255176544, -3.21865082E-6, -0.80153203, 0.99999249, 1.59391639E-5, -8.91505465E-8, -1.5820784E-5, 1, 5.48629941E-9, 8.96338719E-8, -5.4864131E-9, 0.99999249))
  2049. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.364499956, 1))
  2050. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2051. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.219659328, -4.85777855E-5, -1.12716568, -1, -1.09744244E-4, -6.00307288E-8, 1.09744229E-4, -1, 2.51818619E-8, 2.30760036E-10, 2.51625352E-8, 1.00000012))
  2052. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999913, 0.364499956, 0.364499956))
  2053. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.364499956, 0.218699992))
  2054. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-9.89437103E-6, -1.346066, 0.181346178, -2.58969376E-5, 1, 2.44417606E-5, -6.58499118E-7, -2.44419953E-5, 0.999991894, 0.999991834, 2.60216621E-5, 7.15530405E-7))
  2055. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 1))
  2056. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2057. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.97887421E-5, -5.96046448E-8, -1.16637254, 0.999992013, 5.18615707E-7, -8.91784353E-8, -3.94094968E-7, 1, -5.81849235E-10, 8.96346322E-8, 5.80939741E-10, 0.999992013))
  2058. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999436))
  2059. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  2060. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.529953E-6, -0.109353304, 0.765445173, -5.20813046E-7, -1, -1.00830448E-7, -0.999996066, 4.58137947E-7, -2.26764232E-10, -2.14904719E-10, 1.00832835E-7, -0.999996066))
  2061. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  2062. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2063. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.218475819, -6.49690628E-6, -1.12858629, 0.999996066, 4.32885281E-5, -5.92987561E-8, -4.32256784E-5, 1, 1.67494818E-8, 5.98301355E-8, -1.67441385E-8, 0.999996066))
  2064. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999913, 0.364499956, 0.364499956))
  2065. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.291599989))
  2066. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.85966492E-5, 2.98023224E-7, -1.23922431, 0.999992013, -3.3302058E-7, -8.91799772E-8, 4.57541319E-7, 1, -4.58157956E-10, 8.9634618E-8, 4.49517756E-10, 0.999992013))
  2067. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999972, 0.364499956, 1))
  2068. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  2069. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.49011612E-6, -0.801843822, 0.182271481, -7.40372343E-7, 1, -3.67872758E-6, -5.95355971E-7, 3.67874327E-6, 0.999996066, 0.999996066, 8.03061994E-7, 5.9627547E-7))
  2070. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 1, 0.364499986))
  2071. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  2072. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.74181366E-6, -0.801943064, 0.182236671, 9.97824827E-7, -1, 4.14239548E-6, 9.01558153E-8, 4.14239457E-6, 1.00000012, -1.00000012, -9.97824827E-7, 8.91775684E-8))
  2073. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 1, 0.364499986))
  2074. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2075. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.36441803E-7, -0.474108547, 0.328011274, -4.45534533E-6, -1, 4.13907401E-6, 9.0155396E-8, 4.13907719E-6, 1.00000012, -1.00000012, 4.45534533E-6, 1.18989753E-7))
  2076. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  2077. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2078. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.37090683E-6, 0.218727827, -0.473888695, 9.16843419E-7, -1, -7.51463176E-8, 0.999996066, 9.7953307E-7, -5.93752816E-8, 5.98227814E-8, -7.51626885E-8, 0.999996066))
  2079. CreateMesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.728999972, 0.364499956))
  2080. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Teal", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2081. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00359535217, 7.9870224E-6, -0.509818494, 1, 7.64841388E-6, -2.08374829E-7, -7.64839933E-6, 1, 4.69139422E-7, 2.08784826E-7, -4.69139195E-7, 1))
  2082. CreateMesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 0.765449822, 0.728999913))
  2083. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2084. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.37090683E-6, -0.47392267, 0.328080654, -7.3715637E-7, 1, 4.14191163E-6, -2.93600561E-10, -4.14193846E-6, 0.99999249, 0.99999249, 8.55419785E-7, 2.29139235E-10))
  2085. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  2086. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2087. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.38418579E-6, -0.546819091, 0.218687534, 7.46455044E-7, -1, 4.14206443E-6, 9.01557726E-8, 4.14205942E-6, 1.00000012, -1.00000012, -7.46469595E-7, 8.91780232E-8))
  2088. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  2089. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2090. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-7.15255737E-7, -0.546805441, 0.218739033, -4.84244083E-7, 1, 4.1418607E-6, 5.93110521E-8, -4.1418898E-6, 0.999996066, 0.999996066, 5.46933734E-7, -5.93760632E-8))
  2091. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  2092. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2093. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.41074371E-6, 0.327976465, 0.401024103, 4.62634489E-7, -1, 4.12384543E-6, -1.00000012, -4.62619937E-7, -8.96353995E-8, 8.86604568E-8, -4.12383815E-6, -1.00000012))
  2094. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  2095. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2096. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-4.64916229E-6, -0.3279984, -0.401025444, 8.24336894E-7, -1, 4.13303496E-6, 1.00000012, 8.24351446E-7, 2.29084779E-10, 7.4766715E-10, 4.13303769E-6, 1.00000012))
  2097. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  2098. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2099. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.43051147E-6, -0.328078747, -0.401023626, -7.89412297E-7, 1, 4.13299131E-6, -0.99999249, -9.07675712E-7, -2.29233757E-10, -2.92478985E-10, -4.13302541E-6, 0.99999249))
  2100. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499956))
  2101. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2102. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.30481339E-6, 0.401030302, -0.218663454, 7.07135769E-7, -1, 4.19290882E-6, -9.01621675E-8, -4.19291064E-6, -1.00000012, 1.00000012, 7.07135769E-7, -8.91780942E-8))
  2103. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.728999972))
  2104. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.30000001192093, "Teal", "Part", Vector3.new(0.200000003, 0.583199918, 0.200000003))
  2105. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(6.2584877E-6, 0.801867843, -0.182212353, 1.67358812E-5, 1, -3.64418497E-6, -1.25238375E-6, -3.6441761E-6, -0.999996066, -0.999996066, 1.66732643E-5, 1.25150007E-6))
  2106. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.364499956, 1, 0.364499986))
  2107. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Institutional white", "Part", Vector3.new(0.200000003, 0.200000003, 0.656099975))
  2108. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.70876694E-6, 0.109347105, -0.765441597, 9.38598532E-8, 1, -7.51749667E-8, -1.00000012, 9.38598532E-8, -2.27424024E-10, 2.37053072E-10, 7.51733751E-8, 1.00000012))
  2109. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 1))
  2110. Part = CreatePart(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2111. Partweld = CreateWeld(m, Handle8, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.06639481E-6, -0.109352589, -0.400942802, 4.8923539E-7, 1, -1.50219194E-7, -0.999996305, 4.30110958E-7, -3.57854674E-7, -3.57381367E-7, 1.50218057E-7, 0.999996305))
  2112. CreateMesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.728999794, 0.364499956, 0.364499986))
  2113. local Lite = Create("PointLight")({
  2114.   Parent = MainPrt,
  2115.   Color = BrickColor.new("Teal").Color,
  2116.   Shadows = true,
  2117.   Range = 20,
  2118.   Brightness = 0.5
  2119. })
  2120. local Spin2 = Create("Sound")({
  2121.   Parent = MainPrt,
  2122.   SoundId = "rbxassetid://149560784",
  2123.   Volume = 0.7,
  2124.   Pitch = 0.2,
  2125.   Looped = true
  2126. })
  2127. Spin2:Play()
  2128. function Laser(Part, Dmg)
  2129.   local sp = Part.Position
  2130.   local dirr = Part.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  2131.   local hit, pos = rayCast(sp, dirr.lookVector, 100, Character)
  2132.   local las = Instance.new("Part", Character)
  2133.   las.Material = "Neon"
  2134.   las.Anchored = true
  2135.   las.Locked = true
  2136.   las.CanCollide = false
  2137.   las.TopSurface = 0
  2138.   las.BottomSurface = 0
  2139.   las.FormFactor = "Custom"
  2140.   las.BrickColor = BrickColor.new("Toothpaste")
  2141.   las.Size = Vector3.new(1, 1, 1)
  2142.   las.CFrame = CFrame.new((Part.Position + pos) / 2, pos) * CFrame.Angles(math.rad(90), 0, 0)
  2143.   local msh = Instance.new("CylinderMesh", las)
  2144.   local mag = (Part.Position - pos).magnitude
  2145.   msh.Scale = Vector3.new(0.1, mag, 0.1)
  2146.   coroutine.resume(coroutine.create(function(Part, Mesh)
  2147.     for i = 0, 1, 0.1 do
  2148.       wait()
  2149.       Part.Transparency = Part.Transparency + 0.1
  2150.       Mesh.Scale = Mesh.Scale + Vector3.new(0.15, 0.7, 0.15)
  2151.     end
  2152.     Part.Parent = nil
  2153.   end), las, msh)
  2154.   if pos ~= nil then
  2155.     local las2 = Instance.new("Part", Character)
  2156.     las2.Material = "Neon"
  2157.     las2.Anchored = true
  2158.     las2.Locked = true
  2159.     las2.CanCollide = false
  2160.     las2.TopSurface = 0
  2161.     las2.BottomSurface = 0
  2162.     las2.FormFactor = "Custom"
  2163.     las2.BrickColor = BrickColor.new("Toothpaste")
  2164.     las2.Size = Vector3.new(1, 1, 1)
  2165.     las2.CFrame = CFrame.new(pos) * CFrame.Angles(math.rad(90), 0, 0)
  2166.     local msh = Instance.new("SpecialMesh", las2)
  2167.     msh.MeshType = "Sphere"
  2168.     mag = (Part.Position - pos).magnitude
  2169.     msh.Scale = Vector3.new(0.1, 0.1, 0.1)
  2170.     coroutine.resume(coroutine.create(function(Part, Mesh)
  2171.       for i = 0, 1, 0.1 do
  2172.         wait()
  2173.         Part.Transparency = Part.Transparency + 0.1
  2174.         Mesh.Scale = Mesh.Scale + Vector3.new(0.5, 0, 0.5)
  2175.       end
  2176.       Part.Parent = nil
  2177.     end), las2, msh)
  2178.   end
  2179.   if hit ~= nil and pos ~= nil then
  2180.     if hit.Parent.className == "Hat" then
  2181.       hit:BreakJoints()
  2182.       hit.Velocity = Vector3.new(math.random(-5, 5), 20, math.random(-5, 5))
  2183.     end
  2184.     if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:FindFirstChild("Humanoid") ~= nil and hit.Name ~= "Base" and hit.Parent.Name ~= Player.Name then
  2185.       hit.Parent.Humanoid:TakeDamage(Dmg)
  2186.     end
  2187.   end
  2188. end
  2189. function MagicBlock2(brickcolor, cframe, x1, y1, z1, x3, y3, z3, decrease)
  2190.   local prt = CreatePart(3, workspace, "Neon", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
  2191.   prt.Anchored = true
  2192.   prt.CFrame = cframe
  2193.   msh = CreateMesh("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  2194.   game:GetService("Debris"):AddItem(prt, 2)
  2195.   local CF = prt.CFrame
  2196.   local num = math.random(5, 20)
  2197.   coroutine.resume(coroutine.create(function(CreatePart, Mesh, CF2, Num)
  2198.     for i = 0, 1.05, 0.05 do
  2199.       wait()
  2200.       CreatePart.CFrame = CF2 * CFrame.new(0, i * Num, 0) * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  2201.       CreatePart.Transparency = i
  2202.       Mesh.Scale = Mesh.Scale + Vector3.new(x3, y3, z3)
  2203.       Num = Num - decrease
  2204.     end
  2205.     CreatePart.Parent = nil
  2206.   end), prt, msh, CF, num)
  2207. end
  2208. function MagicCircle(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  2209.   local prt = CreatePart(3, workspace, "Neon", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
  2210.   prt.Anchored = true
  2211.   prt.CFrame = cframe
  2212.   msh = CreateMesh("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  2213.   game:GetService("Debris"):AddItem(prt, 2)
  2214.   coroutine.resume(coroutine.create(function(CreatePart, Mesh)
  2215.     for i = 0, 1, delay do
  2216.       wait()
  2217.       CreatePart.CFrame = CreatePart.CFrame
  2218.       CreatePart.Transparency = i
  2219.       Mesh.Scale = Mesh.Scale + Vector3.new(x3, y3, z3)
  2220.     end
  2221.     CreatePart.Parent = nil
  2222.   end), prt, msh)
  2223. end
  2224. function attackone()
  2225.   attack = true
  2226.   FakeMainweld.Part0 = RootPart
  2227.   for i = 0, 1, 0.1 do
  2228.     wait()
  2229.     RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(80)), 0.3)
  2230.     Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(-5), math.rad(-80)), 0.3)
  2231.     RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(20), math.rad(50)), 0.3)
  2232.     LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-20)), 0.3)
  2233.     RH.C0 = clerp(RH.C0, cn(1, -1, 0) * RHCF * angles(math.rad(-3), math.rad(-30), math.rad(0)), 0.3)
  2234.     LH.C0 = clerp(LH.C0, cn(-1, -1, 0) * LHCF * angles(math.rad(-3), math.rad(-30), math.rad(0)), 0.3)
  2235.     FakeMainweld.C0 = clerp(FakeMainweld.C0, CFrame.new(0.05, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2236.     MainPrtweld.C0 = clerp(MainPrtweld.C0, CFrame.new(7, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(50)), 0.3)
  2237.     Handle1weld.C0 = clerp(Handle1weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-50), math.rad(0), math.rad(0)), 0.3)
  2238.     Handle2weld.C0 = clerp(Handle2weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-50), math.rad(0), math.rad(0)), 0.3)
  2239.     Handle3weld.C0 = clerp(Handle3weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(50)), 0.3)
  2240.     Handle4weld.C0 = clerp(Handle4weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(50), math.rad(0), math.rad(0)), 0.3)
  2241.     Handle5weld.C0 = clerp(Handle5weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(50), math.rad(0), math.rad(0)), 0.3)
  2242.     Handle6weld.C0 = clerp(Handle6weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(50), math.rad(0), math.rad(0)), 0.3)
  2243.     Handle7weld.C0 = clerp(Handle7weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-50)), 0.3)
  2244.     Handle8weld.C0 = clerp(Handle8weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-50), math.rad(0), math.rad(0)), 0.3)
  2245.   end
  2246.   for i = 0, 1, 0.08 do
  2247.     wait()
  2248.     Laser(MainPrt, 10)
  2249.     so("http://www.roblox.com/asset/?id=161006182", MainPrt, 1, 2)
  2250.     so("http://www.roblox.com/asset/?id=161006182", MainPrt, 1, 1)
  2251.     RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(80)), 0.3)
  2252.     Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(5), math.rad(-80)), 0.3)
  2253.     RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.7, 0) * angles(math.rad(0), math.rad(20), math.rad(130)), 0.2)
  2254.     LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-40), math.rad(0), math.rad(-30)), 0.3)
  2255.     RH.C0 = clerp(RH.C0, cn(1, -1, 0) * RHCF * angles(math.rad(-5), math.rad(-30), math.rad(-5)), 0.3)
  2256.     LH.C0 = clerp(LH.C0, cn(-1, -1, 0) * LHCF * angles(math.rad(-5), math.rad(-30), math.rad(5)), 0.3)
  2257.     FakeMainweld.C0 = clerp(FakeMainweld.C0, CFrame.new(0.05, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2258.     MainPrtweld.C0 = clerp(MainPrtweld.C0, CFrame.new(7, 0, 0) * angles(math.rad(0), math.rad(0), 0), 0.2)
  2259.     Handle1weld.C0 = clerp(Handle1weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-50), math.rad(0), math.rad(0)), 0.3)
  2260.     Handle2weld.C0 = clerp(Handle2weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-50), math.rad(0), math.rad(0)), 0.3)
  2261.     Handle3weld.C0 = clerp(Handle3weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(50)), 0.3)
  2262.     Handle4weld.C0 = clerp(Handle4weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(50), math.rad(0), math.rad(0)), 0.3)
  2263.     Handle5weld.C0 = clerp(Handle5weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(50), math.rad(0), math.rad(0)), 0.3)
  2264.     Handle6weld.C0 = clerp(Handle6weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(50), math.rad(0), math.rad(0)), 0.3)
  2265.     Handle7weld.C0 = clerp(Handle7weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-50)), 0.3)
  2266.     Handle8weld.C0 = clerp(Handle8weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-50), math.rad(0), math.rad(0)), 0.3)
  2267.   end
  2268.   FakeMainweld.Part0 = Torso
  2269.   attack = false
  2270. end
  2271. function attacktwo()
  2272.   attack = true
  2273.   Humanoid.WalkSpeed = 2
  2274.   FakeMainweld.Part0 = RightArm
  2275.   for i = 0, 1, 0.2 do
  2276.     wait()
  2277.     RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(30)), 0.3)
  2278.     Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(5), math.rad(-5), math.rad(-30)), 0.3)
  2279.     RW.C0 = clerp(RW.C0, CFrame.new(1.3, 0.5, -0.3) * angles(math.rad(0), math.rad(70), math.rad(90)), 0.3)
  2280.     LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-20)), 0.3)
  2281.     RH.C0 = clerp(RH.C0, cn(1, -1, 0) * RHCF * angles(math.rad(-5), math.rad(-30), math.rad(-5)), 0.3)
  2282.     LH.C0 = clerp(LH.C0, cn(-1, -1, 0) * LHCF * angles(math.rad(-5), math.rad(-30), math.rad(10)), 0.3)
  2283.     FakeMainweld.C0 = clerp(FakeMainweld.C0, CFrame.new(0, 0, -1) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2284.     MainPrtweld.C0 = clerp(MainPrtweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(90)), 0.3)
  2285.     Handle1weld.C0 = clerp(Handle1weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-20), math.rad(0), math.rad(-5)), 0.3)
  2286.     Handle2weld.C0 = clerp(Handle2weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-20), math.rad(0), math.rad(10)), 0.3)
  2287.     Handle3weld.C0 = clerp(Handle3weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-10), math.rad(0), math.rad(20)), 0.3)
  2288.     Handle4weld.C0 = clerp(Handle4weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(20), math.rad(0), math.rad(10)), 0.3)
  2289.     Handle5weld.C0 = clerp(Handle5weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(20), math.rad(0), math.rad(0)), 0.3)
  2290.     Handle6weld.C0 = clerp(Handle6weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(20), math.rad(0), math.rad(-10)), 0.3)
  2291.     Handle7weld.C0 = clerp(Handle7weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-20)), 0.3)
  2292.     Handle8weld.C0 = clerp(Handle8weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-20), math.rad(0), math.rad(-10)), 0.3)
  2293.   end
  2294.   so("http://www.roblox.com/asset/?id=161006182", MainPrt, 1, 1.5)
  2295.   MagicCircle(BrickColor.new("Toothpaste"), MainPrt.CFrame * CFrame.new(0, 2, 0), 1, 1, 1, 0.2, 0.2, 0.2, 0.05)
  2296.   for i = 1, 10 do
  2297.     MagicBlock2(BrickColor.new("Toothpaste"), MainPrt.CFrame * CFrame.fromEulerAnglesXYZ((math.random(-1, 0) + math.random()) / 2, (math.random(-1, 0) + math.random()) / 2, (math.random(-1, 0) + math.random()) / 2), 0, 0, 0, 0.2, 0.2, 0.2, 0)
  2298.   end
  2299.   for i = 0, 1, 0.12 do
  2300.     wait()
  2301.     RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(90)), 0.4)
  2302.     Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(5), math.rad(-10), math.rad(-90)), 0.4)
  2303.     RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(90)), 0.4)
  2304.     LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-50)), 0.4)
  2305.     RH.C0 = clerp(RH.C0, cn(1, -1, 0) * RHCF * angles(math.rad(-8), math.rad(-40), math.rad(-5)), 0.4)
  2306.     LH.C0 = clerp(LH.C0, cn(-1, -1, 0) * LHCF * angles(math.rad(-8), math.rad(-40), math.rad(10)), 0.4)
  2307.     FakeMainweld.C0 = clerp(FakeMainweld.C0, CFrame.new(0, -2, -1) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.35)
  2308.     MainPrtweld.C0 = clerp(MainPrtweld.C0, CFrame.new(0, 0, 0) * angles(6 * i, math.rad(0), math.rad(90)), 0.4)
  2309.     Handle1weld.C0 = clerp(Handle1weld.C0, CFrame.new(0, 0, -0.8) * angles(math.rad(20), math.rad(0), math.rad(5)), 0.35)
  2310.     Handle2weld.C0 = clerp(Handle2weld.C0, CFrame.new(-0.4, 0, -0.4) * angles(math.rad(20), math.rad(0), math.rad(-10)), 0.35)
  2311.     Handle3weld.C0 = clerp(Handle3weld.C0, CFrame.new(-0.8, 0, 0) * angles(math.rad(10), math.rad(0), math.rad(-20)), 0.35)
  2312.     Handle4weld.C0 = clerp(Handle4weld.C0, CFrame.new(-0.4, 0, 0.4) * angles(math.rad(-20), math.rad(0), math.rad(-10)), 0.35)
  2313.     Handle5weld.C0 = clerp(Handle5weld.C0, CFrame.new(0, 0, 0.8) * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.35)
  2314.     Handle6weld.C0 = clerp(Handle6weld.C0, CFrame.new(0.4, 0, 0.4) * angles(math.rad(-20), math.rad(0), math.rad(10)), 0.35)
  2315.     Handle7weld.C0 = clerp(Handle7weld.C0, CFrame.new(0.8, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(20)), 0.35)
  2316.     Handle8weld.C0 = clerp(Handle8weld.C0, CFrame.new(0.4, 0, -0.4) * angles(math.rad(20), math.rad(0), math.rad(10)), 0.35)
  2317.   end
  2318.   FakeMainweld.Part0 = RootPart
  2319.   for i = 0, 1, 0.5 do
  2320.     wait()
  2321.     RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-50)), 0.4)
  2322.     Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(5), math.rad(0), math.rad(50)), 0.4)
  2323.     RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(30)), 0.4)
  2324.     LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(30), math.rad(0), math.rad(-50)), 0.4)
  2325.     RH.C0 = clerp(RH.C0, cn(1, -1, 0) * RHCF * angles(math.rad(-8), math.rad(40), math.rad(-5)), 0.4)
  2326.     LH.C0 = clerp(LH.C0, cn(-1, -1, 0) * LHCF * angles(math.rad(-8), math.rad(40), math.rad(10)), 0.4)
  2327.     FakeMainweld.C0 = clerp(FakeMainweld.C0, CFrame.new(0, 0, -4) * angles(math.rad(0), math.rad(0), math.rad(0)), 1)
  2328.     MainPrtweld.C0 = clerp(MainPrtweld.C0, CFrame.new(0, 0, 0) * angles(0, math.rad(0), math.rad(0)), 1)
  2329.     Handle1weld.C0 = clerp(Handle1weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-20), math.rad(0), math.rad(-5)), 0.3)
  2330.     Handle2weld.C0 = clerp(Handle2weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-20), math.rad(0), math.rad(10)), 0.3)
  2331.     Handle3weld.C0 = clerp(Handle3weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-10), math.rad(0), math.rad(20)), 0.3)
  2332.     Handle4weld.C0 = clerp(Handle4weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(20), math.rad(0), math.rad(10)), 0.3)
  2333.     Handle5weld.C0 = clerp(Handle5weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(20), math.rad(0), math.rad(0)), 0.3)
  2334.     Handle6weld.C0 = clerp(Handle6weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(20), math.rad(0), math.rad(-10)), 0.3)
  2335.     Handle7weld.C0 = clerp(Handle7weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-20)), 0.3)
  2336.     Handle8weld.C0 = clerp(Handle8weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-20), math.rad(0), math.rad(-10)), 0.3)
  2337.   end
  2338.   so("http://www.roblox.com/asset/?id=161006182", MainPrt, 1, 1.2)
  2339.   MagicCircle(BrickColor.new("Toothpaste"), MainPrt.CFrame * CFrame.new(0, 2, 0), 1, 1, 1, 0.2, 0.2, 0.2, 0.05)
  2340.   for i = 1, 10 do
  2341.     MagicBlock2(BrickColor.new("Toothpaste"), MainPrt.CFrame * CFrame.fromEulerAnglesXYZ((math.random(-1, 0) + math.random()) / 2, (math.random(-1, 0) + math.random()) / 2, (math.random(-1, 0) + math.random()) / 2), 0, 0, 0, 0.2, 0.2, 0.2, 0)
  2342.   end
  2343.   for i = 0, 1, 0.1 do
  2344.     wait()
  2345.     RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, 0) * angles(math.rad(-50), math.rad(0), math.rad(-90)), 0.5)
  2346.     Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(50), math.rad(0), math.rad(20)), 0.5)
  2347.     RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(40)), 0.5)
  2348.     LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-50)), 0.5)
  2349.     RH.C0 = clerp(RH.C0, cn(1, -1, 0) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(-30), math.rad(0), math.rad(0)), 0.5)
  2350.     LH.C0 = clerp(LH.C0, cn(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(0)) * angles(math.rad(-60), math.rad(0), math.rad(0)), 0.5)
  2351.     FakeMainweld.C0 = clerp(FakeMainweld.C0, CFrame.new(0, 0, -7) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.35)
  2352.     MainPrtweld.C0 = clerp(MainPrtweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), 6 * i, math.rad(0)), 0.4)
  2353.     Handle1weld.C0 = clerp(Handle1weld.C0, CFrame.new(0, 0, -0.8) * angles(math.rad(20), math.rad(0), math.rad(5)), 0.35)
  2354.     Handle2weld.C0 = clerp(Handle2weld.C0, CFrame.new(-0.4, 0, -0.4) * angles(math.rad(20), math.rad(0), math.rad(-10)), 0.35)
  2355.     Handle3weld.C0 = clerp(Handle3weld.C0, CFrame.new(-0.8, 0, 0) * angles(math.rad(10), math.rad(0), math.rad(-20)), 0.35)
  2356.     Handle4weld.C0 = clerp(Handle4weld.C0, CFrame.new(-0.4, 0, 0.4) * angles(math.rad(-20), math.rad(0), math.rad(-10)), 0.35)
  2357.     Handle5weld.C0 = clerp(Handle5weld.C0, CFrame.new(0, 0, 0.8) * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.35)
  2358.     Handle6weld.C0 = clerp(Handle6weld.C0, CFrame.new(0.4, 0, 0.4) * angles(math.rad(-20), math.rad(0), math.rad(10)), 0.35)
  2359.     Handle7weld.C0 = clerp(Handle7weld.C0, CFrame.new(0.8, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(20)), 0.35)
  2360.     Handle8weld.C0 = clerp(Handle8weld.C0, CFrame.new(0.4, 0, -0.4) * angles(math.rad(20), math.rad(0), math.rad(10)), 0.35)
  2361.   end
  2362.   Humanoid.WalkSpeed = 16
  2363.   FakeMainweld.Part0 = Torso
  2364.   attack = false
  2365. end
  2366. function attackthree()
  2367.   attack = true
  2368.   FakeMainweld.Part0 = RootPart
  2369.   for i = 0, 1, 0.1 do
  2370.     wait()
  2371.     RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(50)), 0.3)
  2372.     Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(5), math.rad(-5), math.rad(-50)), 0.3)
  2373.     RW.C0 = clerp(RW.C0, CFrame.new(1.3, 0.5, -0.4) * angles(math.rad(80), math.rad(0), math.rad(-40)), 0.3)
  2374.     LW.C0 = clerp(LW.C0, CFrame.new(-1.3, 0.5, -0.4) * angles(math.rad(80), math.rad(0), math.rad(40)), 0.3)
  2375.     RH.C0 = clerp(RH.C0, cn(1, -1, 0) * RHCF * angles(math.rad(-5), math.rad(-50), math.rad(-5)), 0.3)
  2376.     LH.C0 = clerp(LH.C0, cn(-1, -1, 0) * LHCF * angles(math.rad(-5), math.rad(-50), math.rad(10)), 0.3)
  2377.     FakeMainweld.C0 = clerp(FakeMainweld.C0, CFrame.new(0, 0, -1) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2378.     MainPrtweld.C0 = clerp(MainPrtweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(20), math.rad(0), math.rad(90)), 0.3)
  2379.     Handle1weld.C0 = clerp(Handle1weld.C0, CFrame.new(0, 0, 2) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2380.     Handle2weld.C0 = clerp(Handle2weld.C0, CFrame.new(2, 0, 2) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2381.     Handle3weld.C0 = clerp(Handle3weld.C0, CFrame.new(2, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2382.     Handle4weld.C0 = clerp(Handle4weld.C0, CFrame.new(2, 0, -2) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2383.     Handle5weld.C0 = clerp(Handle5weld.C0, CFrame.new(0, 0, -2) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2384.     Handle6weld.C0 = clerp(Handle6weld.C0, CFrame.new(-2, 0, -2) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2385.     Handle7weld.C0 = clerp(Handle7weld.C0, CFrame.new(-2, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2386.     Handle8weld.C0 = clerp(Handle8weld.C0, CFrame.new(-2, 0, 2) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2387.   end
  2388.   for i = 1, 4 do
  2389.     for i = 0, 1, 0.1 do
  2390.       wait()
  2391.       so("http://roblox.com/asset/?id=243711414", Handle1, 0.4, 1.5)
  2392.       RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, 0.5) * angles(math.rad(10), math.rad(0), math.rad(-30)), 0.05)
  2393.       Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(10), math.rad(0), math.rad(30)), 0.05)
  2394.       RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(80)), 0.05)
  2395.       LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(-80)), 0.05)
  2396.       RH.C0 = clerp(RH.C0, cn(1, -0.8, -0.5) * RHCF * angles(math.rad(5), math.rad(0), math.rad(-10)), 0.05)
  2397.       LH.C0 = clerp(LH.C0, cn(-1, -1, 0) * LHCF * angles(math.rad(3), math.rad(0), math.rad(10)), 0.05)
  2398.       FakeMainweld.C0 = clerp(FakeMainweld.C0, CFrame.new(0, 0, -1) * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.35)
  2399.       MainPrtweld.C0 = clerp(MainPrtweld.C0, CFrame.new(0, 0, 0) * angles(-6 * i, math.rad(0), math.rad(90)), 0.2)
  2400.       Handle1weld.C0 = clerp(Handle1weld.C0, CFrame.new(0, 0, 2) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2401.       Handle2weld.C0 = clerp(Handle2weld.C0, CFrame.new(2, 0, 2) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2402.       Handle3weld.C0 = clerp(Handle3weld.C0, CFrame.new(2, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2403.       Handle4weld.C0 = clerp(Handle4weld.C0, CFrame.new(2, 0, -2) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2404.       Handle5weld.C0 = clerp(Handle5weld.C0, CFrame.new(0, 0, -2) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2405.       Handle6weld.C0 = clerp(Handle6weld.C0, CFrame.new(-2, 0, -2) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2406.       Handle7weld.C0 = clerp(Handle7weld.C0, CFrame.new(-2, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2407.       Handle8weld.C0 = clerp(Handle8weld.C0, CFrame.new(-2, 0, 2) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2408.     end
  2409.   end
  2410.   FakeMainweld.Part0 = Torso
  2411.   attack = false
  2412. end
  2413. mouse.Button1Down:connect(function()
  2414.   if attack == false and attacktype == 1 then
  2415.     attacktype = 2
  2416.     attackone()
  2417.   elseif attack == false and attacktype == 2 then
  2418.     attacktype = 3
  2419.     attacktwo()
  2420.   elseif attack == false and attacktype == 3 then
  2421.     attacktype = 1
  2422.     attackthree()
  2423.   end
  2424. end)
  2425. mouse.KeyDown:connect(function(k)
  2426.   k = k:lower()
  2427. end)
  2428. inputserv.InputBegan:connect(function(k)
  2429.   if k.KeyCode == Enum.KeyCode.One and typing == false and cooldown3 >= co1 and stamina >= skill1stam then
  2430.   elseif k.KeyCode == Enum.KeyCode.Two and typing == false and cooldown3 >= co2 and stamina >= skill2stam then
  2431.   elseif k.KeyCode == Enum.KeyCode.Three and typing == false and cooldown3 >= co3 and stamina >= skill3stam then
  2432.   elseif k.KeyCode ~= Enum.KeyCode.Four or typing ~= false or not (cooldown3 >= co4) or stamina >= skill4stam then
  2433.   end
  2434. end)
  2435. inputserv.InputBegan:connect(function(k)
  2436.   if k.KeyCode == Enum.KeyCode.Slash then
  2437.     do
  2438.       local fin
  2439.       typing = true
  2440.       fin = inputserv.InputBegan:connect(function(k)
  2441.         if k.KeyCode == Enum.KeyCode.Return or k.UserInputType == Enum.UserInputType.MouseButton1 then
  2442.           typing = false
  2443.           fin:disconnect()
  2444.         end
  2445.       end)
  2446.     end
  2447.   end
  2448. end)
  2449. function updateskills()
  2450.   if cooldown1 <= co1 then
  2451.     cooldown1 = cooldown1 + 0.03333333333333333
  2452.   end
  2453.   if cooldown2 <= co2 then
  2454.     cooldown2 = cooldown2 + 0.03333333333333333
  2455.   end
  2456.   if cooldown3 <= co3 then
  2457.     cooldown3 = cooldown3 + 0.03333333333333333
  2458.   end
  2459.   if cooldown4 <= co4 then
  2460.     cooldown4 = cooldown4 + 0.03333333333333333
  2461.   end
  2462.   if stamina <= maxstamina then
  2463.     stamina = stamina + recovermana / 30
  2464.   end
  2465. end
  2466. local donum = 0
  2467. game:GetService("RunService").Heartbeat:connect(function()
  2468.   updateskills()
  2469.   healthcover:TweenSize(ud(1 * (Character.Humanoid.Health / Character.Humanoid.MaxHealth), 0, 1, 0), "Out", "Quad", 0.5)
  2470.   staminacover:TweenSize(ud(1 * (stamina / maxstamina), 0, 1, 0), "Out", "Quad", 0.5)
  2471.   bar4:TweenSize(ud(1 * (cooldown1 / co1), 0, 1, 0), "Out", "Quad", 0.5)
  2472.   bar3:TweenSize(ud(1 * (cooldown2 / co2), 0, 1, 0), "Out", "Quad", 0.5)
  2473.   bar1:TweenSize(ud(1 * (cooldown3 / co3), 0, 1, 0), "Out", "Quad", 0.5)
  2474.   bar2:TweenSize(ud(1 * (cooldown4 / co4), 0, 1, 0), "Out", "Quad", 0.5)
  2475.   Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  2476.   velocity = RootPart.Velocity.y
  2477.   sine = sine + change
  2478.   donum = donum + 0.003
  2479.   local hit, pos = rayCast(RootPart.Position, CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0)).lookVector, 4, Character)
  2480.   if equipped == true or equipped == false then
  2481.     if 1 < RootPart.Velocity.y and hit == nil and stun.Value ~= true then
  2482.       Anim = "Jump"
  2483.       if attack == false then
  2484.         RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2485.         Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.3)
  2486.         RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(30)), 0.3)
  2487.         LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)), 0.3)
  2488.         RH.C0 = clerp(RH.C0, cn(1, -0.7, -0.5) * RHCF * angles(math.rad(5), math.rad(0), math.rad(-20)), 0.3)
  2489.         LH.C0 = clerp(LH.C0, cn(-1, -1, 0) * LHCF * angles(math.rad(5), math.rad(0), math.rad(20)), 0.3)
  2490.         FakeMainweld.C0 = clerp(FakeMainweld.C0, CFrame.new(0.05, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2491.         MainPrtweld.C0 = clerp(MainPrtweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0) + donum / 0.1, math.rad(0)), 0.3)
  2492.         Handle1weld.C0 = clerp(Handle1weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2493.         Handle2weld.C0 = clerp(Handle2weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2494.         Handle3weld.C0 = clerp(Handle3weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2495.         Handle4weld.C0 = clerp(Handle4weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2496.         Handle5weld.C0 = clerp(Handle5weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2497.         Handle6weld.C0 = clerp(Handle6weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2498.         Handle7weld.C0 = clerp(Handle7weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2499.         Handle8weld.C0 = clerp(Handle8weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2500.       end
  2501.     elseif RootPart.Velocity.y < -1 and hit == nil and stun.Value ~= true then
  2502.       Anim = "Fall"
  2503.       if attack == false then
  2504.         RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2505.         Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(20), math.rad(0), math.rad(0)), 0.3)
  2506.         RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(10)), 0.3)
  2507.         LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-10)), 0.3)
  2508.         RH.C0 = clerp(RH.C0, cn(1, -0.8, -0.3) * RHCF * angles(math.rad(2), math.rad(0), math.rad(0)), 0.3)
  2509.         LH.C0 = clerp(LH.C0, cn(-1, -0.9, -0.1) * LHCF * angles(math.rad(2), math.rad(0), math.rad(0)), 0.3)
  2510.         FakeMainweld.C0 = clerp(FakeMainweld.C0, CFrame.new(0.05, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2511.         MainPrtweld.C0 = clerp(MainPrtweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0) + donum / 0.1, math.rad(0)), 0.3)
  2512.         Handle1weld.C0 = clerp(Handle1weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2513.         Handle2weld.C0 = clerp(Handle2weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2514.         Handle3weld.C0 = clerp(Handle3weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2515.         Handle4weld.C0 = clerp(Handle4weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2516.         Handle5weld.C0 = clerp(Handle5weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2517.         Handle6weld.C0 = clerp(Handle6weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2518.         Handle7weld.C0 = clerp(Handle7weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2519.         Handle8weld.C0 = clerp(Handle8weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2520.       end
  2521.     elseif Torsovelocity < 1 and hit ~= nil and stun.Value ~= true then
  2522.       Anim = "Idle"
  2523.       if attack == false then
  2524.         change = 1
  2525.         RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, -0.05 + 0.05 * math.cos(sine / 15)) * angles(math.rad(0), math.rad(0), math.rad(10)), 0.3)
  2526.         Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(5 + 3.5 * math.cos(sine / 15)), math.rad(-5), math.rad(-10)), 0.3)
  2527.         RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(30 + 3.5 * math.cos(sine / 15)), math.rad(-20), math.rad(20 - 2 * math.cos(sine / 15))), 0.3)
  2528.         LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(30 + 3.5 * math.cos(sine / 15)), math.rad(20), math.rad(-20 - 2 * math.cos(sine / 15))), 0.3)
  2529.         RH.C0 = clerp(RH.C0, cn(1, -0.9 - 0.1 * math.cos(sine / 15), 0) * RHCF * angles(math.rad(-3 + 0.1 * math.cos(sine / 15)), math.rad(-5), math.rad(0 - 3 * math.cos(sine / 15))), 0.3)
  2530.         LH.C0 = clerp(LH.C0, cn(-1, -0.9 - 0.1 * math.cos(sine / 15), 0) * LHCF * angles(math.rad(-3 + 0.1 * math.cos(sine / 15)), math.rad(-5), math.rad(0 - 3 * math.cos(sine / 15))), 0.3)
  2531.         FakeMainweld.C0 = clerp(FakeMainweld.C0, CFrame.new(0.05, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2532.         MainPrtweld.C0 = clerp(MainPrtweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0) + donum / 0.1, math.rad(0)), 0.3)
  2533.         Handle1weld.C0 = clerp(Handle1weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2534.         Handle2weld.C0 = clerp(Handle2weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2535.         Handle3weld.C0 = clerp(Handle3weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2536.         Handle4weld.C0 = clerp(Handle4weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2537.         Handle5weld.C0 = clerp(Handle5weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2538.         Handle6weld.C0 = clerp(Handle6weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2539.         Handle7weld.C0 = clerp(Handle7weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2540.         Handle8weld.C0 = clerp(Handle8weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2541.       end
  2542.     elseif Torsovelocity > 2 and hit ~= nil and stun.Value ~= true then
  2543.       Anim = "Walk"
  2544.       if attack == false then
  2545.         change = 1
  2546.         RootJoint.C0 = clerp(RootJoint.C0, RootCF * cn(0, 0, 0) * angles(math.rad(30 + 2 * math.cos(sine / 15)), math.rad(0) + RootPart.RotVelocity.Y / 30, math.rad(0)), 0.3)
  2547.         Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(-20), math.rad(0), math.rad(0) + RootPart.RotVelocity.Y / 15), 0.3)
  2548.         RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-5), math.rad(0), math.rad(10) + RootPart.RotVelocity.Y / 30), 0.3)
  2549.         LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-5), math.rad(0), math.rad(-10) + RootPart.RotVelocity.Y / 30), 0.3)
  2550.         RH.C0 = clerp(RH.C0, cn(1, -1, 0) * RHCF * angles(math.rad(2) - RootPart.RotVelocity.Y / 15, math.rad(0), math.rad(-5 + 3 * math.cos(sine / 35))), 0.3)
  2551.         LH.C0 = clerp(LH.C0, cn(-1, -0.8, -0.3) * LHCF * angles(math.rad(3) + RootPart.RotVelocity.Y / 15, math.rad(0), math.rad(5 - 3 * math.cos(sine / 35))), 0.3)
  2552.         FakeMainweld.C0 = clerp(FakeMainweld.C0, CFrame.new(0.05, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2553.         MainPrtweld.C0 = clerp(MainPrtweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0) + donum / 0.1, math.rad(0)), 0.3)
  2554.         Handle1weld.C0 = clerp(Handle1weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2555.         Handle2weld.C0 = clerp(Handle2weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2556.         Handle3weld.C0 = clerp(Handle3weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2557.         Handle4weld.C0 = clerp(Handle4weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2558.         Handle5weld.C0 = clerp(Handle5weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2559.         Handle6weld.C0 = clerp(Handle6weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2560.         Handle7weld.C0 = clerp(Handle7weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2561.         Handle8weld.C0 = clerp(Handle8weld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  2562.       end
  2563.     end
  2564.   end
  2565. end)
Add Comment
Please, Sign In to add comment