Robloxian_Scripter

Untitled

Mar 24th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 236.86 KB | None | 0 0
  1. --//====================================================\\--
  2. --|| CREATED BY SHACKLUSTER
  3. --\\====================================================//--
  4.  
  5. wait(0.2)
  6.  
  7.  
  8.  
  9. game.StarterGui:SetCore("SendNotification", {
  10. Title = "Loading";
  11. Text = "Loading Edit";
  12. Duration = 5;
  13. Button1 = "Ok";
  14. })
  15. Player = game:GetService("Players").LocalPlayer
  16. Character = Player.Character
  17. local txt = Instance.new("BillboardGui", Character)
  18. txt.Adornee = Character.Head
  19. txt.Name = "_status"
  20. txt.Size = UDim2.new(2, 0, 1.2, 0)
  21. txt.StudsOffset = Vector3.new(-9, 8, 0)
  22. local text = Instance.new("TextLabel", txt)
  23. text.Size = UDim2.new(10, 0, 7, 0)
  24. text.FontSize = "Size12"
  25. text.TextScaled = true
  26. text.TextTransparency = 0
  27. text.BackgroundTransparency = 1
  28. text.TextTransparency = 0
  29. text.TextStrokeTransparency = 0
  30. text.TextColor3 = Color3.fromRGB(196,40,28)
  31. text.Font = "Cartoon"
  32. text.Text = "Cyber Monarch"
  33. Player = game:GetService("Players").LocalPlayer
  34. PlayerGui = Player.PlayerGui
  35. Cam = workspace.CurrentCamera
  36. Backpack = Player.Backpack
  37. Character = Player.Character
  38. Humanoid = Character.Humanoid
  39. Mouse = Player:GetMouse()
  40. RootPart = Character["HumanoidRootPart"]
  41. Torso = Character["Torso"]
  42. Head = Character["Head"]
  43. RightArm = Character["Right Arm"]
  44. LeftArm = Character["Left Arm"]
  45. RightLeg = Character["Right Leg"]
  46. LeftLeg = Character["Left Leg"]
  47. RootJoint = RootPart["RootJoint"]
  48. Neck = Torso["Neck"]
  49. RightShoulder = Torso["Right Shoulder"]
  50. LeftShoulder = Torso["Left Shoulder"]
  51. RightHip = Torso["Right Hip"]
  52. LeftHip = Torso["Left Hip"]
  53. local sick = Instance.new("Sound",Character)
  54. sick.SoundId = "rbxassetid://170282324"
  55. sick.Looped = true
  56. sick.Volume = 1
  57.  
  58. IT = Instance.new
  59. CF = CFrame.new
  60. VT = Vector3.new
  61. RAD = math.rad
  62. C3 = Color3.new
  63. UD2 = UDim2.new
  64. BRICKC = BrickColor.new
  65. ANGLES = CFrame.Angles
  66. EULER = CFrame.fromEulerAnglesXYZ
  67. COS = math.cos
  68. ACOS = math.acos
  69. SIN = math.sin
  70. ASIN = math.asin
  71. ABS = math.abs
  72. MRANDOM = math.random
  73. FLOOR = math.floor
  74.  
  75. --//=================================\\
  76. --|| USEFUL VALUES
  77. --\\=================================//
  78.  
  79. Animation_Speed = 3
  80. Frame_Speed = 1 / 60 -- (1 / 30) OR (1 / 60)
  81. local Speed = 45
  82. local ROOTC0 = CF(0, 0, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  83. local NECKC0 = CF(0, 1, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  84. local RIGHTSHOULDERC0 = CF(-0.5, 0, 0) * ANGLES(RAD(0), RAD(90), RAD(0))
  85. local LEFTSHOULDERC0 = CF(0.5, 0, 0) * ANGLES(RAD(0), RAD(-90), RAD(0))
  86. local DAMAGEMULTIPLIER = 1
  87. local ANIM = "Idle"
  88. local ATTACK = false
  89. local EQUIPPED = false
  90. local HOLD = false
  91. local COMBO = 1
  92. local Rooted = false
  93. local SINE = 0
  94. local KEYHOLD = false
  95. local CHANGE = 2 / Animation_Speed
  96. local WALKINGANIM = false
  97. local VALUE1 = false
  98. local VALUE2 = false
  99. local ROBLOXIDLEANIMATION = IT("Animation")
  100. ROBLOXIDLEANIMATION.Name = "Roblox Idle Animation"
  101. ROBLOXIDLEANIMATION.AnimationId = "http://www.roblox.com/asset/?id=180435571"
  102. --ROBLOXIDLEANIMATION.Parent = Humanoid
  103. local WEAPONGUI = IT("ScreenGui", PlayerGui)
  104. WEAPONGUI.Name = "Weapon GUI"
  105. local Effects = IT("Folder", Character)
  106. Effects.Name = "Effects"
  107. local ANIMATOR = Humanoid.Animator
  108. local ANIMATE = Character.Animate
  109. local UNANCHOR = true
  110. local HITPOS = nil
  111. local HITFLOOR = nil
  112. local LEFTWINGS = {}
  113. local RIGHTWINGS = {}
  114. local BODY = {}
  115.  
  116. --//=================================\\
  117. --\\=================================//
  118.  
  119.  
  120. --//=================================\\
  121. --|| SAZERENOS' ARTIFICIAL HEARTBEAT
  122. --\\=================================//
  123.  
  124. ArtificialHB = Instance.new("BindableEvent", script)
  125. ArtificialHB.Name = "ArtificialHB"
  126.  
  127. script:WaitForChild("ArtificialHB")
  128.  
  129. frame = Frame_Speed
  130. tf = 0
  131. allowframeloss = false
  132. tossremainder = false
  133. lastframe = tick()
  134. script.ArtificialHB:Fire()
  135.  
  136. game:GetService("RunService").Heartbeat:connect(function(s, p)
  137. tf = tf + s
  138. if tf >= frame then
  139. if allowframeloss then
  140. script.ArtificialHB:Fire()
  141. lastframe = tick()
  142. else
  143. for i = 1, math.floor(tf / frame) do
  144. script.ArtificialHB:Fire()
  145. end
  146. lastframe = tick()
  147. end
  148. if tossremainder then
  149. tf = 0
  150. else
  151. tf = tf - frame * math.floor(tf / frame)
  152. end
  153. end
  154. end)
  155.  
  156. --//=================================\\
  157. --\\=================================//
  158.  
  159. --//=================================\\
  160. --|| SOME FUNCTIONS
  161. --\\=================================//
  162.  
  163. function Raycast(POSITION, DIRECTION, RANGE, IGNOREDECENDANTS)
  164. return workspace:FindPartOnRay(Ray.new(POSITION, DIRECTION.unit * RANGE), IGNOREDECENDANTS)
  165. end
  166.  
  167. function PositiveAngle(NUMBER)
  168. if NUMBER >= 0 then
  169. NUMBER = 0
  170. end
  171. return NUMBER
  172. end
  173.  
  174. function NegativeAngle(NUMBER)
  175. if NUMBER <= 0 then
  176. NUMBER = 0
  177. end
  178. return NUMBER
  179. end
  180.  
  181. function Swait(NUMBER)
  182. if NUMBER == 0 or NUMBER == nil then
  183. ArtificialHB.Event:wait()
  184. else
  185. for i = 1, NUMBER do
  186. ArtificialHB.Event:wait()
  187. end
  188. end
  189. end
  190.  
  191. function CreateMesh(MESH, PARENT, MESHTYPE, MESHID, TEXTUREID, SCALE, OFFSET)
  192. local NEWMESH = IT(MESH)
  193. if MESH == "SpecialMesh" then
  194. NEWMESH.MeshType = MESHTYPE
  195. if MESHID ~= "nil" and MESHID ~= "" then
  196. NEWMESH.MeshId = "http://www.roblox.com/asset/?id="..MESHID
  197. end
  198. if TEXTUREID ~= "nil" and TEXTUREID ~= "" then
  199. NEWMESH.TextureId = "http://www.roblox.com/asset/?id="..TEXTUREID
  200. end
  201. end
  202. NEWMESH.Offset = OFFSET or VT(0, 0, 0)
  203. NEWMESH.Scale = SCALE
  204. NEWMESH.Parent = PARENT
  205. return NEWMESH
  206. end
  207.  
  208. function CreatePart(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR)
  209. local NEWPART = IT("Part")
  210. NEWPART.formFactor = FORMFACTOR
  211. NEWPART.Reflectance = REFLECTANCE
  212. NEWPART.Transparency = TRANSPARENCY
  213. NEWPART.CanCollide = false
  214. NEWPART.Locked = true
  215. NEWPART.Anchored = true
  216. if ANCHOR == false then
  217. NEWPART.Anchored = false
  218. end
  219. NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR))
  220. NEWPART.Name = NAME
  221. NEWPART.Size = SIZE
  222. NEWPART.Position = Torso.Position
  223. NEWPART.Material = MATERIAL
  224. NEWPART:BreakJoints()
  225. NEWPART.Parent = PARENT
  226. return NEWPART
  227. end
  228.  
  229. local function weldBetween(a, b)
  230. local weldd = Instance.new("ManualWeld")
  231. weldd.Part0 = a
  232. weldd.Part1 = b
  233. weldd.C0 = CFrame.new()
  234. weldd.C1 = b.CFrame:inverse() * a.CFrame
  235. weldd.Parent = a
  236. return weldd
  237. end
  238.  
  239.  
  240. function QuaternionFromCFrame(cf)
  241. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  242. local trace = m00 + m11 + m22
  243. if trace > 0 then
  244. local s = math.sqrt(1 + trace)
  245. local recip = 0.5 / s
  246. return (m21 - m12) * recip, (m02 - m20) * recip, (m10 - m01) * recip, s * 0.5
  247. else
  248. local i = 0
  249. if m11 > m00 then
  250. i = 1
  251. end
  252. if m22 > (i == 0 and m00 or m11) then
  253. i = 2
  254. end
  255. if i == 0 then
  256. local s = math.sqrt(m00 - m11 - m22 + 1)
  257. local recip = 0.5 / s
  258. return 0.5 * s, (m10 + m01) * recip, (m20 + m02) * recip, (m21 - m12) * recip
  259. elseif i == 1 then
  260. local s = math.sqrt(m11 - m22 - m00 + 1)
  261. local recip = 0.5 / s
  262. return (m01 + m10) * recip, 0.5 * s, (m21 + m12) * recip, (m02 - m20) * recip
  263. elseif i == 2 then
  264. local s = math.sqrt(m22 - m00 - m11 + 1)
  265. local recip = 0.5 / s return (m02 + m20) * recip, (m12 + m21) * recip, 0.5 * s, (m10 - m01) * recip
  266. end
  267. end
  268. end
  269.  
  270. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  271. local xs, ys, zs = x + x, y + y, z + z
  272. local wx, wy, wz = w * xs, w * ys, w * zs
  273. local xx = x * xs
  274. local xy = x * ys
  275. local xz = x * zs
  276. local yy = y * ys
  277. local yz = y * zs
  278. local zz = z * zs
  279. return CFrame.new(px, py, pz, 1 - (yy + zz), xy - wz, xz + wy, xy + wz, 1 - (xx + zz), yz - wx, xz - wy, yz + wx, 1 - (xx + yy))
  280. end
  281.  
  282. function QuaternionSlerp(a, b, t)
  283. local cosTheta = a[1] * b[1] + a[2] * b[2] + a[3] * b[3] + a[4] * b[4]
  284. local startInterp, finishInterp;
  285. if cosTheta >= 0.0001 then
  286. if (1 - cosTheta) > 0.0001 then
  287. local theta = ACOS(cosTheta)
  288. local invSinTheta = 1 / SIN(theta)
  289. startInterp = SIN((1 - t) * theta) * invSinTheta
  290. finishInterp = SIN(t * theta) * invSinTheta
  291. else
  292. startInterp = 1 - t
  293. finishInterp = t
  294. end
  295. else
  296. if (1 + cosTheta) > 0.0001 then
  297. local theta = ACOS(-cosTheta)
  298. local invSinTheta = 1 / SIN(theta)
  299. startInterp = SIN((t - 1) * theta) * invSinTheta
  300. finishInterp = SIN(t * theta) * invSinTheta
  301. else
  302. startInterp = t - 1
  303. finishInterp = t
  304. end
  305. end
  306. return a[1] * startInterp + b[1] * finishInterp, a[2] * startInterp + b[2] * finishInterp, a[3] * startInterp + b[3] * finishInterp, a[4] * startInterp + b[4] * finishInterp
  307. end
  308.  
  309. function Clerp(a, b, t)
  310. local qa = {QuaternionFromCFrame(a)}
  311. local qb = {QuaternionFromCFrame(b)}
  312. local ax, ay, az = a.x, a.y, a.z
  313. local bx, by, bz = b.x, b.y, b.z
  314. local _t = 1 - t
  315. return QuaternionToCFrame(_t * ax + t * bx, _t * ay + t * by, _t * az + t * bz, QuaternionSlerp(qa, qb, t))
  316. end
  317.  
  318. function CreateFrame(PARENT, TRANSPARENCY, BORDERSIZEPIXEL, POSITION, SIZE, COLOR, BORDERCOLOR, NAME)
  319. local frame = IT("Frame")
  320. frame.BackgroundTransparency = TRANSPARENCY
  321. frame.BorderSizePixel = BORDERSIZEPIXEL
  322. frame.Position = POSITION
  323. frame.Size = SIZE
  324. frame.BackgroundColor3 = COLOR
  325. frame.BorderColor3 = BORDERCOLOR
  326. frame.Name = NAME
  327. frame.Parent = PARENT
  328. return frame
  329. end
  330.  
  331. function CreateLabel(PARENT, TEXT, TEXTCOLOR, TEXTFONTSIZE, TEXTFONT, TRANSPARENCY, BORDERSIZEPIXEL, STROKETRANSPARENCY, NAME)
  332. local label = IT("TextLabel")
  333. label.BackgroundTransparency = 1
  334. label.Size = UD2(1, 0, 1, 0)
  335. label.Position = UD2(0, 0, 0, 0)
  336. label.TextColor3 = TEXTCOLOR
  337. label.TextStrokeColor3 = BRICKC"Really red".Color
  338. label.TextStrokeTransparency = STROKETRANSPARENCY
  339. label.TextTransparency = TRANSPARENCY
  340. label.FontSize = TEXTFONTSIZE
  341. label.Font = TEXTFONT
  342. label.BorderSizePixel = BORDERSIZEPIXEL
  343. label.TextScaled = false
  344. label.Text = TEXT
  345. label.Name = NAME
  346. label.Parent = PARENT
  347. return label
  348. end
  349.  
  350. function NoOutlines(PART)
  351. PART.TopSurface, PART.BottomSurface, PART.LeftSurface, PART.RightSurface, PART.FrontSurface, PART.BackSurface = 10, 10, 10, 10, 10, 10
  352. end
  353.  
  354. function CreateWeldOrSnapOrMotor(TYPE, PARENT, PART0, PART1, C0, C1)
  355. local NEWWELD = IT(TYPE)
  356. NEWWELD.Part0 = PART0
  357. NEWWELD.Part1 = PART1
  358. NEWWELD.C0 = C0
  359. NEWWELD.C1 = C1
  360. NEWWELD.Parent = PARENT
  361. return NEWWELD
  362. end
  363.  
  364. local S = IT("Sound")
  365. function CreateSound(ID, PARENT, VOLUME, PITCH, DOESLOOP)
  366. local NEWSOUND = nil
  367. coroutine.resume(coroutine.create(function()
  368. NEWSOUND = S:Clone()
  369. NEWSOUND.Parent = PARENT
  370. NEWSOUND.Volume = VOLUME
  371. NEWSOUND.Pitch = PITCH
  372. NEWSOUND.SoundId = "http://www.roblox.com/asset/?id="..ID
  373. NEWSOUND:play()
  374. NEWSOUND.Name = "Audio"
  375. if DOESLOOP == true then
  376. NEWSOUND.Looped = true
  377. else
  378. repeat Swait() until NEWSOUND.Playing == false
  379. NEWSOUND:remove()
  380. end
  381. end))
  382. return NEWSOUND
  383. end
  384.  
  385. function CFrameFromTopBack(at, top, back)
  386. local right = top:Cross(back)
  387. return CF(at.x, at.y, at.z, right.x, top.x, back.x, right.y, top.y, back.y, right.z, top.z, back.z)
  388. end
  389.  
  390. --WACKYEFFECT({EffectType = "", Size = VT(1,1,1), Size2 = VT(0,0,0), Transparency = 0, Transparency2 = 1, CFrame = CF(), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = C3(1,1,1), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  391. function WACKYEFFECT(Table)
  392. local TYPE = (Table.EffectType or "Sphere")
  393. local SIZE = (Table.Size or VT(1,1,1))
  394. local ENDSIZE = (Table.Size2 or VT(0,0,0))
  395. local TRANSPARENCY = (Table.Transparency or 0)
  396. local ENDTRANSPARENCY = (Table.Transparency2 or 1)
  397. local CFRAME = (Table.CFrame or Torso.CFrame)
  398. local MOVEDIRECTION = (Table.MoveToPos or nil)
  399. local ROTATION1 = (Table.RotationX or 0)
  400. local ROTATION2 = (Table.RotationY or 0)
  401. local ROTATION3 = (Table.RotationZ or 0)
  402. local MATERIAL = (Table.Material or "Neon")
  403. local COLOR = (Table.Color or C3(1,1,1))
  404. local TIME = (Table.Time or 45)
  405. local SOUNDID = (Table.SoundID or nil)
  406. local SOUNDPITCH = (Table.SoundPitch or nil)
  407. local SOUNDVOLUME = (Table.SoundVolume or nil)
  408. coroutine.resume(coroutine.create(function()
  409. local PLAYSSOUND = false
  410. local SOUND = nil
  411. local EFFECT = CreatePart(3, Effects, MATERIAL, 0, TRANSPARENCY, BRICKC("Pearl"), "Effect", VT(1,1,1), true)
  412. if SOUNDID ~= nil and SOUNDPITCH ~= nil and SOUNDVOLUME ~= nil then
  413. PLAYSSOUND = true
  414. SOUND = CreateSound(SOUNDID, EFFECT, SOUNDVOLUME, SOUNDPITCH, false)
  415. end
  416. EFFECT.Color = COLOR
  417. local MSH = nil
  418. if TYPE == "Sphere" then
  419. MSH = CreateMesh("SpecialMesh", EFFECT, "Sphere", "", "", SIZE, VT(0,0,0))
  420. elseif TYPE == "Block" then
  421. MSH = IT("BlockMesh",EFFECT)
  422. MSH.Scale = VT(SIZE.X,SIZE.X,SIZE.X)
  423. elseif TYPE == "Box" then
  424. MSH = IT("BlockMesh",EFFECT)
  425. MSH.Scale = SIZE
  426. elseif TYPE == "Wave" then
  427. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "20329976", "", SIZE, VT(0,0,-SIZE.X/8))
  428. elseif TYPE == "Ring" then
  429. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "559831844", "", VT(SIZE.X,SIZE.X,0.1), VT(0,0,0))
  430. elseif TYPE == "Slash" then
  431. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "662586858", "", VT(SIZE.X/10,0,SIZE.X/10), VT(0,0,0))
  432. elseif TYPE == "Round Slash" then
  433. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "662585058", "", VT(SIZE.X/10,0,SIZE.X/10), VT(0,0,0))
  434. elseif TYPE == "Swirl" then
  435. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "1051557", "", SIZE, VT(0,0,0))
  436. elseif TYPE == "Skull" then
  437. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "4770583", "", SIZE, VT(0,0,0))
  438. elseif TYPE == "Crystal" then
  439. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "9756362", "", SIZE, VT(0,0,0))
  440. end
  441. if MSH ~= nil then
  442. local MOVESPEED = nil
  443. if MOVEDIRECTION ~= nil then
  444. MOVESPEED = (CFRAME.p - MOVEDIRECTION).Magnitude/TIME
  445. end
  446. local GROWTH = SIZE - ENDSIZE
  447. local TRANS = TRANSPARENCY - ENDTRANSPARENCY
  448. if TYPE == "Block" then
  449. EFFECT.CFrame = CFRAME*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))
  450. else
  451. EFFECT.CFrame = CFRAME
  452. end
  453. for LOOP = 1, TIME do
  454. Swait()
  455. MSH.Scale = MSH.Scale - GROWTH/TIME
  456. if TYPE == "Wave" then
  457. MSH.Offset = VT(0,0,-MSH.Scale.X/8)
  458. end
  459. EFFECT.Transparency = EFFECT.Transparency - TRANS/TIME
  460. if TYPE == "Block" then
  461. EFFECT.CFrame = CFRAME*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))
  462. else
  463. EFFECT.CFrame = EFFECT.CFrame*ANGLES(RAD(ROTATION1),RAD(ROTATION2),RAD(ROTATION3))
  464. end
  465. if MOVEDIRECTION ~= nil then
  466. local ORI = EFFECT.Orientation
  467. EFFECT.CFrame = CF(EFFECT.Position,MOVEDIRECTION)*CF(0,0,-MOVESPEED)
  468. EFFECT.Orientation = ORI
  469. end
  470. end
  471. if PLAYSSOUND == false then
  472. EFFECT:remove()
  473. else
  474. repeat Swait() until SOUND.Playing == false
  475. EFFECT:remove()
  476. end
  477. else
  478. if PLAYSSOUND == false then
  479. EFFECT:remove()
  480. else
  481. repeat Swait() until SOUND.Playing == false
  482. EFFECT:remove()
  483. end
  484. end
  485. end))
  486. end
  487.  
  488. function Shatter(Part)
  489. if Part.Transparency == 0 then
  490. local SOUNDPART = CreatePart(3, Effects, "Neon", 0, 1, Part.BrickColor, "OOF", VT(0,0,0))
  491. Debris:AddItem(SOUNDPART,5)
  492. CreateSound("84005018", SOUNDPART, 3, MRANDOM(8,12)/10, false)
  493. local SIZE = Part.Size.X + Part.Size.Y + Part.Size.Z
  494. local SIZESET = SIZE/4
  495. local XOffset = Part.Size.X*1.5/SIZESET
  496. local YOffset = Part.Size.Y*1.5/SIZESET
  497. local ZOffset = Part.Size.Z*1.5/SIZESET
  498. for x = 1, math.ceil(XOffset) do
  499. for y = 1, math.ceil(YOffset) do
  500. for z = 1, math.ceil(ZOffset) do
  501. local SHARD = CreatePart(3, Effects, "Neon", 0, 0, Part.BrickColor, "Shard", VT(SIZE,SIZE,SIZE)/10, false)
  502. SHARD.CanCollide = true
  503. SHARD.CFrame = Part.CFrame*CF((Part.Size.X/2-x/4),(Part.Size.Y/2-y/4),(Part.Size.Z/2-z/4))
  504. SHARD.Velocity = VT(MRANDOM(-15,15),MRANDOM(-15,15),MRANDOM(-15,15))*3
  505. Debris:AddItem(SHARD,MRANDOM(10,25)/3)
  506. end
  507. end
  508. end
  509. end
  510. Part:remove()
  511. end
  512.  
  513. function MakeForm(PART,TYPE)
  514. if TYPE == "Cyl" then
  515. local MSH = IT("CylinderMesh",PART)
  516. elseif TYPE == "Ball" then
  517. local MSH = IT("SpecialMesh",PART)
  518. MSH.MeshType = "Sphere"
  519. elseif TYPE == "Wedge" then
  520. local MSH = IT("SpecialMesh",PART)
  521. MSH.MeshType = "Wedge"
  522. end
  523. end
  524.  
  525. Debris = game:GetService("Debris")
  526.  
  527. function CastProperRay(StartPos, EndPos, Distance, Ignore)
  528. local DIRECTION = CF(StartPos,EndPos).lookVector
  529. return Raycast(StartPos, DIRECTION, Distance, Ignore)
  530. end
  531.  
  532. function turnto(position)
  533. RootPart.CFrame=CFrame.new(RootPart.CFrame.p,VT(position.X,RootPart.Position.Y,position.Z)) * CFrame.new(0, 0, 0)
  534. end
  535.  
  536. --//=================================\\
  537. --|| WEAPON CREATION
  538. --\\=================================//
  539.  
  540. local Back = CreatePart(3, Character, "Neon", 0, 0, "Really red", "Wing", VT(1,1,0.35),false)
  541. CreateWeldOrSnapOrMotor("Weld", Torso, Torso, Back, CF(0, 0.5, 1.2) * ANGLES(RAD(0),RAD(0),RAD(45)), CF(0, 0, 0))
  542.  
  543. local ANGLE = 35
  544. for i = 1, 5 do
  545. local Wing = CreatePart(3, Character, "Neon", 0, 0, "Really red", "Wing", VT(0.15,2+(i/2),0.15),false)
  546. local WingWeld = CreateWeldOrSnapOrMotor("Weld", Wing, Torso, Wing, CF(0, 1, 0) * ANGLES(RAD(90), RAD(0), RAD(0)) * CF(0,1,0) * ANGLES(RAD(0), RAD(0), RAD(90)) * ANGLES(RAD(ANGLE), RAD(0), RAD(0)) * CF(0,3+(i/10),0) , CF(0, 0, 0))
  547. local Wing2 = CreatePart(3, Character, "Neon", 0, 0, "Really red", "Wing", VT(0.25,1,0.25),false)
  548. CreateWeldOrSnapOrMotor("Weld", Wing, Wing, Wing2, CF(0, 2+(i/2), 0) * ANGLES(RAD(25), RAD(0), RAD(0)), CF(0, 1, 0))
  549. ANGLE = ANGLE - 15
  550. table.insert(LEFTWINGS,WingWeld)
  551. end
  552. ANGLE = 35
  553. for i = 1, 5 do
  554. local Wing = CreatePart(3, Character, "Neon", 0, 0, "Really red", "Wing", VT(0.15,2+(i/2),0.15),false)
  555. local WingWeld = CreateWeldOrSnapOrMotor("Weld", Wing, Torso, Wing, CF(0, 1, 0) * ANGLES(RAD(90), RAD(0), RAD(0)) * CF(0,1,0) * ANGLES(RAD(0), RAD(0), RAD(-90)) * ANGLES(RAD(ANGLE), RAD(0), RAD(0)) * CF(0,3+(i/10),0) , CF(0, 0, 0))
  556. local Wing2 = CreatePart(3, Character, "Neon", 0, 0, "Really red", "Wing", VT(0.25,1,0.25),false)
  557. CreateWeldOrSnapOrMotor("Weld", Wing, Wing, Wing2, CF(0, 2+(i/2), 0) * ANGLES(RAD(25), RAD(0), RAD(0)), CF(0, 1, 0))
  558. ANGLE = ANGLE - 15
  559. table.insert(RIGHTWINGS,WingWeld)
  560. end
  561. local Eye = CreatePart(3, Character, "Neon", 0, 0, "Really red", "Eye", VT(0.3,0.3,0.3),false)
  562. local EyeWeld = CreateWeldOrSnapOrMotor("Weld", Head, Head, Eye, CF(0,0.2,0) * ANGLES(RAD(-5),RAD(25),RAD(0)) * CF(0,0,-0.45), CF(0,0,0))
  563. local Eye2 = CreatePart(3, Character, "Neon", 0, 0.5, "Really red", "Eye", VT(0.5,0.5,0.29),false)
  564. local EyeWeld2 = CreateWeldOrSnapOrMotor("Weld", Head, Head, Eye2, CF(0,0.2,0) * ANGLES(RAD(-5),RAD(25),RAD(0)) * CF(0,0,-0.45), CF(0,0,0))
  565.  
  566. local Eye3 = CreatePart(3, Character, "Neon", 0, 0, "Really red", "Eye", VT(0.1,0.1,0.31),false)
  567. local EyeWeld3 = CreateWeldOrSnapOrMotor("Weld", Head, Head, Eye3, CF(0,0.2,0) * ANGLES(RAD(-5),RAD(-25),RAD(0)) * CF(0,0,-0.45), CF(0,0,0))
  568.  
  569. local SKILLTEXTCOLOR = BRICKC"Really red".Color
  570. local SKILLFONT = "SciFi"
  571. local SKILLTEXTSIZE = 6
  572.  
  573. local naeeym2 = Instance.new("BillboardGui",Character)
  574. naeeym2.AlwaysOnTop = true
  575. naeeym2.Size = UDim2.new(5,35,2,15)
  576. naeeym2.StudsOffset = Vector3.new(0,1.2,0)
  577. naeeym2.Adornee = Character.Head
  578. naeeym2.Name = "Name"
  579. naeeym2.PlayerToHideFrom = Player
  580. local tecks2 = Instance.new("TextLabel",naeeym2)
  581. tecks2.BackgroundTransparency = 1
  582. tecks2.TextScaled = true
  583. tecks2.BorderSizePixel = 0
  584. tecks2.Text = "Cyber Monarch"
  585. tecks2.Font = SKILLFONT
  586. tecks2.TextSize = 30
  587. tecks2.TextStrokeTransparency = 0
  588. tecks2.TextColor3 = C3(0,0,0)
  589. tecks2.TextStrokeColor3 = BRICKC"Really red".Color
  590. tecks2.Size = UDim2.new(1,0,0.5,0)
  591. tecks2.Parent = naeeym2
  592.  
  593. for _, c in pairs(Character:GetChildren()) do
  594. if c.ClassName == "Part" then
  595. table.insert(BODY,{c,Character})
  596. for _, q in pairs(c:GetChildren()) do
  597. if q.ClassName == "Motor6D" or q.ClassName == "Weld" or q.ClassName == "ManualWeld" then
  598. table.insert(BODY,{q,c})
  599. end
  600. end
  601. end
  602. end
  603.  
  604. function refit()
  605. Character.Parent = workspace
  606. for e = 1, #BODY do
  607. if BODY[e] ~= nil then
  608. local STUFF = BODY[e]
  609. local PART = STUFF[1]
  610. local PARENT = STUFF[2]
  611. PART.Parent = PARENT
  612. end
  613. end
  614. end
  615.  
  616. Humanoid.HealthChanged:connect(function()
  617. Humanoid.Parent = nil
  618. Humanoid.MaxHealth = "inf"
  619. Humanoid.Health = "inf"
  620. refit()
  621. Humanoid.Parent = Character
  622. end)
  623.  
  624. Humanoid.Died:connect(function()
  625. Humanoid.Parent = nil
  626. Humanoid.MaxHealth = "inf"
  627. Humanoid.Health = "inf"
  628. refit()
  629. Humanoid.Parent = Character
  630. end)
  631.  
  632. local SKILL1FRAME = CreateFrame(WEAPONGUI, 0.75, 2, UD2(0.23, 0, 0.80, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 1 Frame")
  633. local SKILL2FRAME = CreateFrame(WEAPONGUI, 0.75, 2, UD2(0.50, 0, 0.80, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 2 Frame")
  634. local SKILL3FRAME = CreateFrame(WEAPONGUI, 0.75, 2, UD2(0.23, 0, 0.90, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 3 Frame")
  635. local SKILL4FRAME = CreateFrame(WEAPONGUI, 0.75, 2, UD2(0.50, 0, 0.90, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 4 Frame")
  636.  
  637. local SKILL1TEXT = CreateLabel(SKILL1FRAME, "[Z] Cyber Out-Burst", C3(50/255, 0/255, 0/255), SKILLTEXTSIZE, SKILLFONT, 0, 2, 0.7, "Text 1")
  638. local SKILL2TEXT = CreateLabel(SKILL2FRAME, "[B] Techno Beam", C3(50/255, 0/255, 0/255), SKILLTEXTSIZE, SKILLFONT, 0, 2, 0.7, "Text 2")
  639. local SKILL3TEXT = CreateLabel(SKILL3FRAME, "[C] Techno Warp", C3(50/255, 0/255, 0/255), SKILLTEXTSIZE, SKILLFONT, 0, 2, 0.7, "Text 3")
  640. local SKILL4TEXT = CreateLabel(SKILL4FRAME, "[V] Cyber Smash", C3(50/255, 0/255, 0/255), SKILLTEXTSIZE, SKILLFONT, 0, 2, 0.7, "Text 4")
  641.  
  642. --//=================================\\
  643. --|| DAMAGING
  644. --\\=================================//
  645.  
  646. function killnearest(position,range,EFFECT)
  647. for i,v in ipairs(workspace:GetChildren()) do
  648. local body = v:GetChildren()
  649. for part = 1, #body do
  650. if((body[part].ClassName == "Part" or body[part].ClassName == "MeshPart") and v ~= Character) then
  651. local SIZE = body[part].Size.Magnitude
  652. if(body[part].Position - position).Magnitude < range + SIZE/2 then
  653. if v.ClassName == "Model" then
  654. if v:FindFirstChildOfClass("Humanoid") ~= nil then
  655. if v:FindFirstChildOfClass("Humanoid").Health > 0 then
  656. v:BreakJoints()
  657. if EFFECT == "Glitch" then
  658. coroutine.resume(coroutine.create(function()
  659. local ORIGINPOS = body[part].CFrame
  660. local SIZE = body[part].Size
  661. for i = 1, 100 do
  662. Swait()
  663. local PART = body[part]
  664. PART.Anchored = true
  665. PART.Size = SIZE*MRANDOM(5,15)/10
  666. PART.CFrame = ORIGINPOS*CF(MRANDOM(-15,15)/15,MRANDOM(-15,15)/15,MRANDOM(-15,15)/15)
  667. end
  668. body[part]:remove()
  669. end))
  670. elseif EFFECT == "Shatter" then
  671. for _, c in pairs(v:GetChildren()) do
  672. if c.ClassName == "Part" or c.ClassName == "MeshPart" then
  673. Shatter(c)
  674. end
  675. end
  676. end
  677. end
  678. end
  679. end
  680. end
  681. end
  682. end
  683. end
  684. end
  685.  
  686. --//=================================\\
  687. --|| ATTACK FUNCTIONS AND STUFF
  688. --\\=================================//
  689.  
  690. function CyberOutburst()
  691. if HITFLOOR ~= nil then
  692. ATTACK = true
  693. Rooted = true
  694. for i=0, 2, 0.1 / Animation_Speed do
  695. Swait()
  696. WACKYEFFECT({EffectType = "Box", Size = VT(1,1,1), Size2 = VT(0,0,0), Transparency = 1, Transparency2 = 0, CFrame = Torso.CFrame*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)))*CF(0,15,0), MoveToPos = Torso.Position, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = SKILLTEXTCOLOR, SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  697. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(15 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  698. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(0 - 4 * SIN(SINE / 12))), 1 / Animation_Speed)
  699. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1, 0.5 + 0.025 * COS(SINE / 12), -1) * ANGLES(RAD(0), RAD(0 - 7.5 * SIN(SINE / 12)), RAD(-90 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  700. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1, 0 + 0.025 * COS(SINE / 12), -1) * ANGLES(RAD(25), RAD(0 + 7.5 * SIN(SINE / 12)), RAD(90 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  701. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  702. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  703. end
  704. for i=0, 2, 0.1 / Animation_Speed do
  705. Swait()
  706. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(15 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  707. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(0 - 4 * SIN(SINE / 12))), 1 / Animation_Speed)
  708. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1, 0.5 + 0.025 * COS(SINE / 12), -1) * ANGLES(RAD(0), RAD(0 - 7.5 * SIN(SINE / 12)), RAD(-90 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  709. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1, 0 + 0.025 * COS(SINE / 12), -1) * ANGLES(RAD(25), RAD(0 + 7.5 * SIN(SINE / 12)), RAD(90 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  710. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  711. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  712. end
  713. WACKYEFFECT({EffectType = "Block", Size = VT(1,1,1), Size2 = VT(25,25,25), Transparency = 0.25, Transparency2 = 1, CFrame = Torso.CFrame, MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = C3(0,0,0), SoundID = 178452241, SoundPitch = 0.6, SoundVolume = 6})
  714. WACKYEFFECT({EffectType = "Block", Size = VT(1,1,1), Size2 = VT(35,35,35), Transparency = 0.5, Transparency2 = 1, CFrame = Torso.CFrame, MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = SKILLTEXTCOLOR, SoundID = 178452241, SoundPitch = 0.8, SoundVolume = 4})
  715. WACKYEFFECT({EffectType = "Block", Size = VT(1,1,1), Size2 = VT(40,40,40), Transparency = 0.75, Transparency2 = 1, CFrame = Torso.CFrame, MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = SKILLTEXTCOLOR, SoundID = 178452241, SoundPitch = 1, SoundVolume = 2})
  716. for i=0, 0.4, 0.1 / Animation_Speed do
  717. Swait()
  718. killnearest(Torso.Position,45,"Glitch")
  719. WACKYEFFECT({Time = 75, EffectType = "Box", Size = VT(1,1,1), Size2 = VT(5,5,5), Transparency = 0, Transparency2 = 1, CFrame = Torso.CFrame, MoveToPos = Torso.CFrame*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)))*CF(0,15,0).p, RotationX = MRANDOM(-5,5), RotationY = MRANDOM(-5,5), RotationZ = MRANDOM(-5,5), Material = "Neon", Color = SKILLTEXTCOLOR, SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  720. WACKYEFFECT({Time = 45, EffectType = "Box", Size = VT(1,1,1), Size2 = VT(10,10,10), Transparency = 0, Transparency2 = 1, CFrame = CF(HITPOS), MoveToPos = CF(HITPOS)*ANGLES(RAD(0),RAD(MRANDOM(-180,180)),RAD(0))*CF(0,0,55).p, RotationX = MRANDOM(-5,5), RotationY = MRANDOM(-5,5), RotationZ = MRANDOM(-5,5), Material = "Neon", Color = SKILLTEXTCOLOR, SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  721. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(-25 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  722. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-15 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(0 - 4 * SIN(SINE / 12))), 1 / Animation_Speed)
  723. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5 + 0.025 * COS(SINE / 12), 0) * ANGLES(RAD(-35), RAD(0 - 7.5 * SIN(SINE / 12)), RAD(12 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  724. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5 + 0.025 * COS(SINE / 12), 0) * ANGLES(RAD(-35), RAD(0 + 7.5 * SIN(SINE / 12)), RAD(-12 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  725. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(20.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  726. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(20.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  727. end
  728. ATTACK = false
  729. Rooted = false
  730. end
  731. end
  732.  
  733. function Technobeam()
  734. ATTACK = true
  735. Rooted = false
  736. local GYRO = IT("BodyGyro",RootPart)
  737. GYRO.D = 100
  738. GYRO.P = 2000
  739. GYRO.MaxTorque = VT(0,4000000,0)
  740. GYRO.cframe = CF(RootPart.Position,Mouse.Hit.p)
  741. CreateSound("93724183", RightArm, 5, 1, false)
  742. for i=1, 35 do
  743. Swait()
  744. WACKYEFFECT({Time = 5, EffectType = "Block", Size = VT(5,5,5), Size2 = VT(0,0,0), Transparency = 1, Transparency2 = 0.25, CFrame = RightArm.CFrame*CF(0,-5,0), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = SKILLTEXTCOLOR, SoundID = nil, SoundPitch = 0.6, SoundVolume = 6})
  745. GYRO.cframe = CF(RootPart.Position,Mouse.Hit.p)
  746. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(4 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(45)), 1 / Animation_Speed)
  747. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(-45 - 4 * SIN(SINE / 12))), 1 / Animation_Speed)
  748. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5 + 0.025 * COS(SINE / 12), -0.5) * ANGLES(RAD(90), RAD(0 - 7.5 * SIN(SINE / 12)), RAD(45 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  749. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5 + 0.025 * COS(SINE / 12), 0) * ANGLES(RAD(0), RAD(0 + 7.5 * SIN(SINE / 12)), RAD(-12 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  750. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  751. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  752. end
  753. local BEAM = CreatePart(3, Effects, "Neon", 0, 1, "Really red", "Lazer", VT(0,0,0))
  754. local LOOP = CreateSound("415700134", RightArm, 5, 1, false)
  755. local TOCH = BEAM.Touched:Connect(function(hit)
  756. if hit.Anchored == false and hit.Parent ~= Head and hit.Parent ~= Character and hit.Parent ~= Effects then
  757. Shatter(hit)
  758. end
  759. end)
  760. local I = 0
  761. repeat
  762. Swait()
  763. I = I + 1
  764. if I <= 10 then
  765. BEAM.Transparency = BEAM.Transparency - 0.1
  766. end
  767. local STARTPOS = RightArm.CFrame*CF(0,-4,0).p
  768. local ENDHIT,ENDPOS = CastProperRay(STARTPOS,Mouse.Hit.p,650,Character)
  769. local DISTANCE = (STARTPOS - ENDPOS).Magnitude
  770. BEAM.CFrame = CF(STARTPOS,ENDPOS)*CF(0,0,-DISTANCE/2)*ANGLES(RAD(0),RAD(0),RAD(I*5))
  771. BEAM.Size = VT(2,2,DISTANCE)
  772. WACKYEFFECT({Time = 5, EffectType = "Box", Size = VT(1,1,1), Size2 = VT(1,1,1), Transparency = 0, Transparency2 = 1, CFrame = CF(ENDPOS), MoveToPos = CF(ENDPOS)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)))*CF(0,15,0).p, RotationX = MRANDOM(-5,5), RotationY = MRANDOM(-5,5), RotationZ = MRANDOM(-5,5), Material = "Neon", Color = SKILLTEXTCOLOR, SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  773. WACKYEFFECT({Time = 5, EffectType = "Block", Size = VT(5,5,5), Size2 = VT(0,0,0), Transparency = 0, Transparency2 = 0.25, CFrame = RightArm.CFrame*CF(0,-4,0), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = SKILLTEXTCOLOR, SoundID = nil, SoundPitch = 0.6, SoundVolume = 6})
  774. WACKYEFFECT({Time = 5, EffectType = "Block", Size = VT(5,5,5), Size2 = VT(0,0,0), Transparency = 0, Transparency2 = 0.25, CFrame = CF(ENDPOS), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = SKILLTEXTCOLOR, SoundID = nil, SoundPitch = 0.6, SoundVolume = 6})
  775. GYRO.cframe = CF(RootPart.Position,Mouse.Hit.p)
  776. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(4 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(45)), 1 / Animation_Speed)
  777. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(-45 - 4 * SIN(SINE / 12))), 1 / Animation_Speed)
  778. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5 + 0.025 * COS(SINE / 12), -0.5) * ANGLES(RAD(90), RAD(0 - 7.5 * SIN(SINE / 12)), RAD(45 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  779. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5 + 0.025 * COS(SINE / 12), 0) * ANGLES(RAD(0), RAD(0 + 7.5 * SIN(SINE / 12)), RAD(-12 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  780. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  781. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  782. if ENDHIT ~= nil then
  783. if ENDHIT.Anchored == false and ENDHIT.Parent ~= Effects then
  784. Shatter(ENDHIT)
  785. end
  786. end
  787. until LOOP.Playing == false
  788. GYRO:remove()
  789. BEAM:remove()
  790. ATTACK = false
  791. Rooted = false
  792. end
  793.  
  794. function Technowarp()
  795. local FRAME = RootPart.Position
  796. for i = 1, 6 do
  797. WACKYEFFECT({Time = 15, EffectType = "Box", Size = VT(2,0,2), Size2 = VT(0,35,0), Transparency = 0.5, Transparency2 = 0.5, CFrame = CF(Torso.Position)*ANGLES(RAD(0),RAD(i*(360/5)),RAD(0))*CF(6,0,0), MoveToPos = nil, RotationX = 0, RotationY = 15, RotationZ = 0, Material = "Neon", Color = BRICKC"Really red".Color, SoundID = 1177785010, SoundPitch = 1, SoundVolume = 2})
  798. end
  799. RootPart.CFrame = CF(Mouse.Hit.p+VT(0,6,0),VT(FRAME.X,RootPart.Position.Y,FRAME.Z))
  800. for i = 1, 6 do
  801. WACKYEFFECT({Time = 15, EffectType = "Box", Size = VT(2,0,2), Size2 = VT(0,35,0), Transparency = 0.5, Transparency2 = 0.5, CFrame = CF(Torso.Position)*ANGLES(RAD(0),RAD(i*(360/5)),RAD(0))*CF(6,0,0), MoveToPos = nil, RotationX = 0, RotationY = 15, RotationZ = 0, Material = "Neon", Color = BRICKC"Really red".Color, SoundID = 1177785010, SoundPitch = 1, SoundVolume = 2})
  802. end
  803. end
  804.  
  805. function CyberSmash()
  806. ATTACK = true
  807. Rooted = false
  808. local GYRO = IT("BodyGyro",RootPart)
  809. GYRO.D = 100
  810. GYRO.P = 2000
  811. GYRO.MaxTorque = VT(0,4000000,0)
  812. GYRO.cframe = CF(RootPart.Position,Mouse.Hit.p)
  813. local SMASH = CreatePart(3, Effects, "Neon", 0, 1, "Really red", "Block", VT(25,25,25))
  814. SMASH.CanCollide = true
  815. SMASH.Color = C3(0,0,0)
  816. local EF = Instance.new("SelectionBox",SMASH)
  817. EF.Adornee = SMASH
  818. EF.Color = BrickColor.new("Really red")
  819. EF.LineThickness = 0.2
  820. EF.Transparency = 1
  821. coroutine.resume(coroutine.create(function()
  822. for i = 1, 20 do
  823. Swait()
  824. SMASH.Transparency = SMASH.Transparency - 0.05
  825. EF.Transparency = SMASH.Transparency
  826. end
  827. end))
  828. repeat
  829. SMASH.CFrame = CF(Mouse.Hit.p)*CF(0,35,0)
  830. Swait()
  831. GYRO.cframe = CF(RootPart.Position,SMASH.Position)
  832. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(-15 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(45)), 1 / Animation_Speed)
  833. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(-45 - 4 * SIN(SINE / 12))), 1 / Animation_Speed)
  834. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5 + 0.025 * COS(SINE / 12), -0.5) * ANGLES(RAD(130), RAD(0 - 7.5 * SIN(SINE / 12)), RAD(45 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  835. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5 + 0.025 * COS(SINE / 12), 0) * ANGLES(RAD(0), RAD(0 + 7.5 * SIN(SINE / 12)), RAD(-12 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  836. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(7.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  837. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(7.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  838. until HOLD == true and SMASH.Transparency < 0.99
  839. for i = 1, 25 do
  840. Swait()
  841. SMASH.CFrame = SMASH.CFrame*CF(0,15/25,0)
  842. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(-25 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(45)), 1 / Animation_Speed)
  843. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(-45 - 4 * SIN(SINE / 12))), 1 / Animation_Speed)
  844. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.75 + 0.025 * COS(SINE / 12), -0.5) * ANGLES(RAD(160), RAD(0 - 7.5 * SIN(SINE / 12)), RAD(45 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  845. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5 + 0.025 * COS(SINE / 12), 0) * ANGLES(RAD(0), RAD(0 + 7.5 * SIN(SINE / 12)), RAD(-12 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  846. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(7.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  847. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(7.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  848. end
  849. local TOCH = SMASH.Touched:Connect(function(hit)
  850. if hit.Anchored == false and hit.Parent ~= Head and hit.Parent ~= Character and hit.Parent ~= Effects then
  851. Shatter(hit)
  852. end
  853. end)
  854. local n0 = nil
  855. local HITFLOOR,HITPOS = Raycast(SMASH.Position, (CF(SMASH.Position, SMASH.Position + VT(0, -1, 0))).lookVector, 25000, Character)
  856. if HITFLOOR ~= nil then
  857. if HITFLOOR.Anchored == false and HITFLOOR.Parent ~= workspace then
  858. if HITFLOOR.Parent:FindFirstChildOfClass("Humanoid") or HITFLOOR.Parent.Parent:FindFirstChildOfClass("Humanoid") then
  859. if HITFLOOR.Parent.ClassName == "Model" then
  860. HITFLOOR.Parent:BreakJoints()
  861. elseif HITFLOOR.Parent.Parent.ClassName == "Model" then
  862. HITFLOOR.Parent.Parent:BreakJoints()
  863. end
  864. end
  865. local POS = HITPOS
  866. n0,HITPOS = Raycast(POS, (CF(POS, POS + VT(0, -1, 0))).lookVector, 25000, HITFLOOR.Parent)
  867. end
  868. end
  869. killnearest(HITPOS,SMASH.Size.X/1.3,"Shatter")
  870. SMASH.CFrame = CF(HITPOS+VT(0,SMASH.Size.Y/2,0))
  871. WACKYEFFECT({Time = 25, EffectType = "Box", Size = VT(24,0,24), Size2 = VT(75,2,75), Transparency = 0, Transparency2 = 1, CFrame = CF(HITPOS), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = SKILLTEXTCOLOR, SoundID = 130972023, SoundPitch = 1, SoundVolume = 10})
  872. for i = 1, 25 do
  873. Swait()
  874. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(25 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(45)), 1 / Animation_Speed)
  875. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(-45 - 4 * SIN(SINE / 12))), 1 / Animation_Speed)
  876. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5 + 0.025 * COS(SINE / 12), -0.5) * ANGLES(RAD(30), RAD(0 - 7.5 * SIN(SINE / 12)), RAD(45 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  877. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5 + 0.025 * COS(SINE / 12), 0) * ANGLES(RAD(0), RAD(0 + 7.5 * SIN(SINE / 12)), RAD(-12 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  878. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(7.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  879. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(7.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  880. end
  881. coroutine.resume(coroutine.create(function()
  882. wait(0.2)
  883. TOCH:disconnect()
  884. wait(1.8)
  885. for i = 1, 100 do
  886. Swait()
  887. SMASH.Transparency = i/100
  888. end
  889. for i = 1, 10 do
  890. Swait()
  891. EF.Transparency = EF.Transparency + 0.1
  892. end
  893. SMASH:remove()
  894. end))
  895. GYRO:remove()
  896. ATTACK = false
  897. Rooted = false
  898. end
  899.  
  900. --//=================================\\
  901. --|| ASSIGN THINGS TO KEYS
  902. --\\=================================//
  903.  
  904. function MouseDown(Mouse)
  905. HOLD = true
  906. if ATTACK == false then
  907. end
  908. end
  909.  
  910. function MouseUp(Mouse)
  911. HOLD = false
  912. end
  913.  
  914. function KeyDown(Key)
  915. if Key ~= "w" and Key ~= "a" and Key ~= "s" and Key ~= "d" then
  916. KEYHOLD = true
  917. if Key == "z" and ATTACK == false then
  918. CyberOutburst()
  919. end
  920.  
  921. if Key == "b" and ATTACK == false then
  922. Technobeam()
  923. end
  924.  
  925. if Key == "c" and ATTACK == false then
  926. Technowarp()
  927. end
  928.  
  929. if Key == "v" and ATTACK == false then
  930. CyberSmash()
  931. end
  932.  
  933. if Key == "t" then
  934. local TAUNT = CreateSound("132392118", Head, 10, 0.8)
  935. TAUNT.TimePosition = 1.1
  936. end
  937. end
  938. end
  939.  
  940. function KeyUp(Key)
  941. if Key ~= "w" and Key ~= "a" and Key ~= "s" and Key ~= "d" then
  942. KEYHOLD = false
  943. end
  944. end
  945.  
  946. Mouse.Button1Down:connect(function(NEWKEY)
  947. MouseDown(NEWKEY)
  948. end)
  949. Mouse.Button1Up:connect(function(NEWKEY)
  950. MouseUp(NEWKEY)
  951. end)
  952. Mouse.KeyDown:connect(function(NEWKEY)
  953. KeyDown(NEWKEY)
  954. end)
  955. Mouse.KeyUp:connect(function(NEWKEY)
  956. KeyUp(NEWKEY)
  957. end)
  958.  
  959. --//=================================\\
  960. --\\=================================//
  961.  
  962.  
  963. function unanchor()
  964. if UNANCHOR == true then
  965. g = Character:GetChildren()
  966. for i = 1, #g do
  967. if g[i].ClassName == "Part" then
  968. g[i].Anchored = false
  969. end
  970. end
  971. end
  972. end
  973.  
  974.  
  975. --//=================================\\
  976. --|| WRAP THE WHOLE SCRIPT UP
  977. --\\=================================//
  978.  
  979. Humanoid.Changed:connect(function(Jump)
  980. if Jump == "Jump" and (Disable_Jump == true) then
  981. Humanoid.Jump = false
  982. end
  983. end)
  984.  
  985. Humanoid.HipHeight = 2
  986.  
  987. while true do
  988. Swait()
  989. refit()
  990. Character.Parent = workspace
  991. Humanoid.Parent = Character
  992. ANIMATE.Parent = nil
  993. local IDLEANIMATION = Humanoid:LoadAnimation(ROBLOXIDLEANIMATION)
  994. IDLEANIMATION:Play()
  995. SINE = SINE + CHANGE
  996. local TORSOVELOCITY = (RootPart.Velocity * VT(1, 0, 1)).magnitude
  997. local TORSOVERTICALVELOCITY = RootPart.Velocity.y
  998. HITFLOOR,HITPOS = Raycast(RootPart.Position, (CF(RootPart.Position, RootPart.Position + VT(0, -1, 0))).lookVector, 25, Character)
  999. local WALKSPEEDVALUE = 6 / (Humanoid.WalkSpeed / 16)
  1000. EyeWeld3.C1 = Clerp(EyeWeld3.C1,CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(-SINE*2)), 1 / Animation_Speed)
  1001. EyeWeld2.C1 = Clerp(EyeWeld2.C1,CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(-SINE*2)), 1 / Animation_Speed)
  1002. EyeWeld.C1 = Clerp(EyeWeld.C1,CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(SINE*2)), 1 / Animation_Speed)
  1003. for LW = 1, #LEFTWINGS do
  1004. if LEFTWINGS[LW] ~= nil then
  1005. LEFTWINGS[LW].C1 = Clerp(LEFTWINGS[LW].C1, CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(2.5 * SIN(SINE / 12)), RAD(0), RAD(-3 + 3 * SIN(SINE / 12))), 1 / Animation_Speed)
  1006. end
  1007. end
  1008. for RW = 1, #RIGHTWINGS do
  1009. if RIGHTWINGS[RW] ~= nil then
  1010. RIGHTWINGS[RW].C1 = Clerp(RIGHTWINGS[RW].C1, CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(2.5 * SIN(SINE / 12)), RAD(0), RAD(3 - 3 * SIN(SINE / 12))), 1 / Animation_Speed)
  1011. end
  1012. end
  1013. if ATTACK == false then
  1014. if TORSOVELOCITY < 1 then
  1015. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(4 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1016. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(0 - 4 * SIN(SINE / 12))), 1 / Animation_Speed)
  1017. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1, 0.5 + 0.025 * COS(SINE / 12), -1) * ANGLES(RAD(0), RAD(0 - 7.5 * SIN(SINE / 12)), RAD(-90 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1018. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1, 0 + 0.025 * COS(SINE / 12), -1) * ANGLES(RAD(25), RAD(0 + 7.5 * SIN(SINE / 12)), RAD(90 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1019. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1020. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1021. elseif TORSOVELOCITY > 1 then
  1022. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(15 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(2.5 + 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  1023. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-10 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(-2.5 - 2.5 * SIN(SINE / 12))), 1 / Animation_Speed)
  1024. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1, 0.5 + 0.025 * COS(SINE / 12), -1) * ANGLES(RAD(0), RAD(0 - 7.5 * SIN(SINE / 12)), RAD(-90 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  1025. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1, 0 + 0.025 * COS(SINE / 12), -1) * ANGLES(RAD(25), RAD(0 + 7.5 * SIN(SINE / 12)), RAD(90 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  1026. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-25-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 5.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1027. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
  1028. end
  1029. end
  1030. for _, c in pairs(Character:GetChildren()) do
  1031. if c.ClassName == "Part" and c.Name ~= "Eye" then
  1032. c.Material = "Neon"
  1033. if c:FindFirstChildOfClass("ParticleEmitter") then
  1034. c:FindFirstChildOfClass("ParticleEmitter"):remove()
  1035. end
  1036. if c ~= Head and c ~= RootPart and c:FindFirstChild("BoxEffect") == nil then
  1037. local EF = Instance.new("SelectionBox",c)
  1038. EF.Adornee = c
  1039. EF.Color = BrickColor.new("Really red")
  1040. EF.LineThickness = 0.01
  1041. EF.Transparency = 0
  1042. EF.Name = "BoxEffect"
  1043. end
  1044. c.Color = C3(0,0,0)
  1045. if c == Head then
  1046. --[[if c:FindFirstChild("Dominus") == nil then
  1047. local M = CreateMesh("SpecialMesh", c, "FileMesh", "162384581", "162384608", VT(1,1,1)*1.1, VT(0,0,0))
  1048. M.Name = "Dominus"
  1049. end]]--
  1050. if c:FindFirstChild("face") then
  1051. c.face:remove()
  1052. end
  1053. end
  1054. elseif c.ClassName == "Shirt" or c.ClassName == "Pants" or c.ClassName == "CharacterMesh" or c.ClassName == "Accessory" or c.Name == "Body Colors" then
  1055. c:remove()
  1056. end
  1057. end
  1058. if HITFLOOR ~= nil and MRANDOM(1,6) == 1 then
  1059. local POSITION = CF(HITPOS)*ANGLES(RAD(0),RAD(MRANDOM(0,360)),RAD(0))*CF(MRANDOM(5,15),0,0).p
  1060. local BOXFLOOR,BOXPOS = Raycast(POSITION+VT(0,1,0), (CF(POSITION, POSITION + VT(0, -1, 0))).lookVector, 5, Character)
  1061. if BOXFLOOR ~= nil then
  1062. WACKYEFFECT({EffectType = "Box", Size = VT(2,0,2), Size2 = VT(0,15,0), Transparency = 0.5, Transparency2 = 0.5, CFrame = CF(BOXPOS), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = BRICKC"Really red".Color, SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  1063. end
  1064. end
  1065. unanchor()
  1066. Humanoid.MaxHealth = "inf"
  1067. Humanoid.Health = "inf"
  1068. if Rooted == false then
  1069. Disable_Jump = false
  1070. Humanoid.WalkSpeed = Speed
  1071. elseif Rooted == true then
  1072. Disable_Jump = true
  1073. Humanoid.WalkSpeed = 0
  1074. end
  1075. for _, c in pairs(workspace:GetChildren()) do
  1076. if c.ClassName == "Model" and c:FindFirstChild("Humanoid") and c ~= Character then
  1077. end
  1078. end
  1079. script.Parent = WEAPONGUI
  1080. Humanoid.Name = "Monarch"
  1081. sick.Parent = Effects
  1082. sick.Pitch = 0.85
  1083. sick.Playing = true
  1084. for _, q in pairs(Head:GetChildren()) do
  1085. if q.ClassName == "Sound" and q.Name ~= "Audio" then
  1086. q:remove()
  1087. end
  1088. end
  1089. Humanoid.DisplayDistanceType = "None"
  1090. end
  1091.  
  1092. --//=================================\\
  1093. --\\=================================//
  1094.  
  1095. plr = game:GetService("Players").LocalPlayer
  1096. char = plr.Character
  1097. hum = char.Humanoid
  1098. local cam = game.Workspace.CurrentCamera
  1099. Camera = cam
  1100. local CamInterrupt = false
  1101. local TwoD = false
  1102. local TargetInfo = {nil, nil}
  1103. cam.CameraType = "Custom"
  1104. t = char.Torso
  1105. h = char.Head
  1106. ra = char["Right Arm"]
  1107. la = char["Left Arm"]
  1108. rl = char["Right Leg"]
  1109. ll = char["Left Leg"]
  1110. tors = char.Torso
  1111. lleg = char["Left Leg"]
  1112. root = char.HumanoidRootPart
  1113. hed = char.Head
  1114. rleg = char["Right Leg"]
  1115. rarm = char["Right Arm"]
  1116. larm = char["Left Arm"]
  1117. radian = math.rad
  1118. random = math.random
  1119. Vec3 = Vector3.new
  1120. Inst = Instance.new
  1121. cFrame = CFrame.new
  1122. Euler = CFrame.fromEulerAnglesXYZ
  1123. vt = Vector3.new
  1124. bc = BrickColor.new
  1125. br = BrickColor.random
  1126. it = Instance.new
  1127. cf = CFrame.new
  1128. local eff = true
  1129. local shielding = false
  1130.  
  1131. local Booleans = {
  1132. CamFollow = true,
  1133. GyroUse = true
  1134. }
  1135.  
  1136. function lerp(object, newCFrame, alpha)
  1137. return object:lerp(newCFrame, alpha)
  1138. end
  1139.  
  1140. local Directer = Inst("BodyGyro", root)
  1141. Directer.MaxTorque = Vec3(0, 0, 0)
  1142. Directer.P = 600000
  1143. local CPart = Inst("Part")
  1144. CPart.Anchored = true
  1145. CPart.CanCollide = false
  1146. CPart.Locked = true
  1147. CPart.Transparency = 1
  1148.  
  1149. local rainbowmode = false
  1150. local chaosmode = false
  1151.  
  1152. kan = Instance.new("Sound",char)
  1153. kan.Volume = 1.25
  1154. kan.TimePosition = 0
  1155. kan.PlaybackSpeed = 1
  1156. kan.Pitch = 1
  1157. kan.SoundId = "rbxassetid://0"
  1158. kan.Name = "wrecked"
  1159. kan.Looped = true
  1160. kan:Play()
  1161.  
  1162. function newTheme(ID,timepos,pitch,vol)
  1163. local kanz = kan
  1164. --kanz:Stop()
  1165. --kanz.Volume = vol
  1166. --kanz.TimePosition = timepos
  1167. kanz.PlaybackSpeed = pitch
  1168. kanz.Pitch = pitch
  1169. kanz.SoundId = ID
  1170. kanz.Name = "wrecked"
  1171. kanz.Looped = true
  1172. kanz.Volume = 0.3
  1173. --kanz:Play()
  1174. --coroutine.resume(coroutine.create(function()
  1175. --wait(0.05)
  1176. --end))
  1177. end
  1178.  
  1179. function newThemeCust(ID,timepos,pitch,vol)
  1180. local kanz = kan
  1181. kanz:Stop()
  1182. kanz.Volume = vol
  1183. kanz.TimePosition = timepos
  1184. kanz.PlaybackSpeed = pitch
  1185. kanz.Pitch = pitch
  1186. kanz.SoundId = ID
  1187. kanz.Name = "wrecked"
  1188. kanz.Looped = true
  1189. kanz:Play()
  1190. coroutine.resume(coroutine.create(function()
  1191. wait(0.05)
  1192. end))
  1193. end
  1194.  
  1195.  
  1196.  
  1197. function CameraShake(Times, Power, PlayerTarget)
  1198. coroutine.resume(coroutine.create(function()
  1199. FV = Instance.new("BoolValue", PlayerTarget)
  1200. FV.Name = "CameraShake"
  1201. for ShakeNum=1,Times do
  1202. swait()
  1203. local ef=Power
  1204. if ef>=1 then
  1205. Humanoid.CameraOffset = Vector3.new(math.random(-ef,ef),math.random(-ef,ef),math.random(-ef,ef))
  1206. else
  1207. ef=Power*10
  1208. Humanoid.CameraOffset = Vector3.new(math.random(-ef,ef)/10,math.random(-ef,ef)/10,math.random(-ef,ef)/10)
  1209. end
  1210. end
  1211. Humanoid.CameraOffset = Vector3.new(0,0,0)
  1212. FV:Destroy()
  1213. end))
  1214. end
  1215.  
  1216. function CameraEnshaking(Length,Intensity)
  1217. coroutine.resume(coroutine.create(function()
  1218. local intensity = 1*Intensity
  1219. local rotM = 0.01*Intensity
  1220. for i = 0, Length, 0.1 do
  1221. swait()
  1222. intensity = intensity - 0.05*Intensity/Length
  1223. rotM = rotM - 0.0005*Intensity/Length
  1224. hum.CameraOffset = Vec3(radian(random(-intensity, intensity)), radian(random(-intensity, intensity)), radian(random(-intensity, intensity)))
  1225. cam.CFrame = cam.CFrame * cFrame(radian(random(-intensity, intensity)), radian(random(-intensity, intensity)), radian(random(-intensity, intensity))) * Euler(radian(random(-intensity, intensity)) * rotM, radian(random(-intensity, intensity)) * rotM, radian(random(-intensity, intensity)) * rotM)
  1226. end
  1227. Humanoid.CameraOffset = Vec3(0, 0, 0)
  1228. end))
  1229. end
  1230. CamShake=function(Part,Distan,Power,Times)
  1231. local de=Part.Position
  1232. for i,v in pairs(workspace:children()) do
  1233. if v:IsA("Model") and v:findFirstChild("Humanoid") then
  1234. for _,c in pairs(v:children()) do
  1235. if c.ClassName=="Part" and (c.Position - de).magnitude < Distan then
  1236. local Noob=v.Humanoid
  1237. if Noob~=nil then
  1238. coroutine.resume(coroutine.create(function()
  1239. FV = Instance.new("BoolValue", Noob)
  1240. FV.Name = "CameraShake"
  1241. for ShakeNum=1,Times do
  1242. swait()
  1243. local ef=Power
  1244. if ef>=1 then
  1245. Humanoid.CameraOffset = Vector3.new(math.random(-ef,ef),math.random(-ef,ef),math.random(-ef,ef))
  1246. else
  1247. ef=Power*10
  1248. Humanoid.CameraOffset = Vector3.new(math.random(-ef,ef)/10,math.random(-ef,ef)/10,math.random(-ef,ef)/10)
  1249. end
  1250. end
  1251. Humanoid.CameraOffset = Vector3.new(0,0,0)
  1252. FV:Destroy()
  1253. end))
  1254. CameraShake(Times, Power, Noob)
  1255. end
  1256. end
  1257. end
  1258. end
  1259. end
  1260. end
  1261.  
  1262. function chatfunc(text,color)
  1263. local chat = coroutine.wrap(function()
  1264. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  1265. Character:FindFirstChild("TalkingBillBoard"):destroy()
  1266. end
  1267. local naeeym2 = Instance.new("BillboardGui",Character)
  1268. naeeym2.Size = UDim2.new(0,100,0,40)
  1269. naeeym2.StudsOffset = Vector3.new(0,3,0)
  1270. naeeym2.Adornee = Character.Head
  1271. naeeym2.Name = "TalkingBillBoard"
  1272. local tecks2 = Instance.new("TextLabel",naeeym2)
  1273. tecks2.BackgroundTransparency = 1
  1274. tecks2.BorderSizePixel = 0
  1275. tecks2.Text = ""
  1276. tecks2.Font = "SciFi"
  1277. tecks2.TextSize = 30
  1278. tecks2.TextStrokeTransparency = 0
  1279. tecks2.TextColor3 = color
  1280. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  1281. tecks2.Size = UDim2.new(1,0,0.5,0)
  1282. local tecks3 = Instance.new("TextLabel",naeeym2)
  1283. tecks3.BackgroundTransparency = 1
  1284. tecks3.BorderSizePixel = 0
  1285. tecks3.Text = ""
  1286. tecks3.Font = "SciFi"
  1287. tecks3.TextSize = 30
  1288. tecks3.TextStrokeTransparency = 0
  1289. tecks3.TextColor3 = Color3.new(0,0,0)
  1290. tecks3.TextStrokeColor3 = color
  1291. tecks3.Size = UDim2.new(1,0,0.5,0)
  1292. coroutine.resume(coroutine.create(function()
  1293. while true do
  1294. swait(1)
  1295. plr.Character.wrecked.Volume = 0.3
  1296. if chaosmode == true then
  1297. tecks2.TextColor3 = BrickColor.random().Color
  1298. tecks3.TextStrokeColor3 = BrickColor.random().Color
  1299. end
  1300. tecks2.Position = UDim2.new(0,math.random(-5,5),0,math.random(-5,5))
  1301. tecks3.Position = UDim2.new(0,math.random(-5,5),0,math.random(-5,5))
  1302. tecks2.Rotation = math.random(-5,5)
  1303. tecks3.Rotation = math.random(-5,5)
  1304. end
  1305. end))
  1306. for i = 1,string.len(text),1 do
  1307. CFuncs["Sound"].Create("rbxassetid://274118116", char, 0.25, 0.115)
  1308. tecks2.Text = string.sub(text,1,i)
  1309. tecks3.Text = string.sub(text,1,i)
  1310. swait(1)
  1311. end
  1312. wait(1)
  1313. local randomrot = math.random(1,2)
  1314. if randomrot == 1 then
  1315. for i = 1, 50 do
  1316. swait()
  1317. tecks2.Rotation = tecks2.Rotation - .75
  1318. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  1319. tecks2.TextTransparency = tecks2.TextTransparency + .04
  1320. tecks3.Rotation = tecks2.Rotation + .75
  1321. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  1322. tecks3.TextTransparency = tecks2.TextTransparency + .04
  1323. end
  1324. elseif randomrot == 2 then
  1325. for i = 1, 50 do
  1326. swait()
  1327. tecks2.Rotation = tecks2.Rotation + .75
  1328. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  1329. tecks2.TextTransparency = tecks2.TextTransparency + .04
  1330. tecks3.Rotation = tecks2.Rotation - .75
  1331. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  1332. tecks3.TextTransparency = tecks2.TextTransparency + .04
  1333. end
  1334. end
  1335. naeeym2:Destroy()
  1336. end)
  1337. chat()
  1338. end
  1339.  
  1340.  
  1341. local Create = LoadLibrary("RbxUtility").Create
  1342.  
  1343. CFuncs = {
  1344. ["Part"] = {
  1345. Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  1346. local Part = Create("Part"){
  1347. Parent = Parent,
  1348. Reflectance = Reflectance,
  1349. Transparency = Transparency,
  1350. CanCollide = false,
  1351. Locked = true,
  1352. BrickColor = BrickColor.new(tostring(BColor)),
  1353. Name = Name,
  1354. Size = Size,
  1355. Material = Material,
  1356. }
  1357. RemoveOutlines(Part)
  1358. return Part
  1359. end;
  1360. };
  1361.  
  1362. ["Mesh"] = {
  1363. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  1364. local Msh = Create(Mesh){
  1365. Parent = Part,
  1366. Offset = OffSet,
  1367. Scale = Scale,
  1368. }
  1369. if Mesh == "SpecialMesh" then
  1370. Msh.MeshType = MeshType
  1371. Msh.MeshId = MeshId
  1372. end
  1373. return Msh
  1374. end;
  1375. };
  1376.  
  1377. ["Mesh"] = {
  1378. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  1379. local Msh = Create(Mesh){
  1380. Parent = Part,
  1381. Offset = OffSet,
  1382. Scale = Scale,
  1383. }
  1384. if Mesh == "SpecialMesh" then
  1385. Msh.MeshType = MeshType
  1386. Msh.MeshId = MeshId
  1387. end
  1388. return Msh
  1389. end;
  1390. };
  1391.  
  1392. ["Weld"] = {
  1393. Create = function(Parent, Part0, Part1, C0, C1)
  1394. local Weld = Create("Weld"){
  1395. Parent = Parent,
  1396. Part0 = Part0,
  1397. Part1 = Part1,
  1398. C0 = C0,
  1399. C1 = C1,
  1400. }
  1401. return Weld
  1402. end;
  1403. };
  1404.  
  1405. ["Sound"] = {
  1406. Create = function(id, par, vol, pit)
  1407. coroutine.resume(coroutine.create(function()
  1408. local S = Create("Sound"){
  1409. Volume = vol,
  1410. Name = "EffectSoundo",
  1411. Pitch = pit or 1,
  1412. SoundId = id,
  1413. Parent = par or workspace,
  1414. }
  1415. wait()
  1416. S:play()
  1417. game:GetService("Debris"):AddItem(S, 10)
  1418. end))
  1419. end;
  1420. };
  1421.  
  1422. ["LongSound"] = {
  1423. Create = function(id, par, vol, pit)
  1424. coroutine.resume(coroutine.create(function()
  1425. local S = Create("Sound"){
  1426. Volume = vol,
  1427. Pitch = pit or 1,
  1428. SoundId = id,
  1429. Parent = par or workspace,
  1430. }
  1431. wait()
  1432. S:play()
  1433. game:GetService("Debris"):AddItem(S, 30)
  1434. end))
  1435. end;
  1436. };
  1437.  
  1438. ["ParticleEmitter"] = {
  1439. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  1440. local fp = Create("ParticleEmitter"){
  1441. Parent = Parent,
  1442. Color = ColorSequence.new(Color1, Color2),
  1443. LightEmission = LightEmission,
  1444. Size = Size,
  1445. Texture = Texture,
  1446. Transparency = Transparency,
  1447. ZOffset = ZOffset,
  1448. Acceleration = Accel,
  1449. Drag = Drag,
  1450. LockedToPart = LockedToPart,
  1451. VelocityInheritance = VelocityInheritance,
  1452. EmissionDirection = EmissionDirection,
  1453. Enabled = Enabled,
  1454. Lifetime = LifeTime,
  1455. Rate = Rate,
  1456. Rotation = Rotation,
  1457. RotSpeed = RotSpeed,
  1458. Speed = Speed,
  1459. VelocitySpread = VelocitySpread,
  1460. }
  1461. return fp
  1462. end;
  1463. };
  1464.  
  1465. CreateTemplate = {
  1466.  
  1467. };
  1468. }
  1469.  
  1470.  
  1471.  
  1472. New = function(Object, Parent, Name, Data)
  1473. local Object = Instance.new(Object)
  1474. for Index, Value in pairs(Data or {}) do
  1475. Object[Index] = Value
  1476. end
  1477. Object.Parent = Parent
  1478. Object.Name = Name
  1479. return Object
  1480. end
  1481. local halocolor = BrickColor.new("Dark blue")
  1482. local halocolor2 = BrickColor.new("Dark blue")
  1483. local starcolor = BrickColor.new("Dark blue")
  1484. local lunacolor = BrickColor.new("Dark blue")
  1485. local lunacolor2 = BrickColor.new("Dark blue")
  1486. local wepcolor = BrickColor.new("Dark blue")
  1487. local maincolor = BrickColor.new("Dark blue")
  1488. local m = Instance.new("Model",char)
  1489. local m2 = Instance.new("Model",char)
  1490. local m3 = Instance.new("Model",char)
  1491. local mw1 = Instance.new("Model",char)
  1492. local mw2 = Instance.new("Model",char)
  1493.  
  1494. local extrawingmod1 = Instance.new("Model",char)
  1495. local extrawingmod2 = Instance.new("Model",char)
  1496.  
  1497. function CreateParta(parent,transparency,reflectance,material,brickcolor)
  1498. local p = Instance.new("Part")
  1499. p.TopSurface = 0
  1500. p.BottomSurface = 0
  1501. p.Parent = parent
  1502. p.Size = Vector3.new(0.1,0.1,0.1)
  1503. p.Transparency = transparency
  1504. p.Reflectance = reflectance
  1505. p.CanCollide = false
  1506. p.Locked = true
  1507. p.BrickColor = brickcolor
  1508. p.Material = material
  1509. return p
  1510. end
  1511.  
  1512. function CreateMesh(parent,meshtype,x1,y1,z1)
  1513. local mesh = Instance.new("SpecialMesh",parent)
  1514. mesh.MeshType = meshtype
  1515. mesh.Scale = Vector3.new(x1*10,y1*10,z1*10)
  1516. return mesh
  1517. end
  1518.  
  1519. function CreateSpecialMesh(parent,meshid,x1,y1,z1)
  1520. local mesh = Instance.new("SpecialMesh",parent)
  1521. mesh.MeshType = "FileMesh"
  1522. mesh.MeshId = meshid
  1523. mesh.Scale = Vector3.new(x1,y1,z1)
  1524. return mesh
  1525. end
  1526.  
  1527.  
  1528. function CreateSpecialGlowMesh(parent,meshid,x1,y1,z1)
  1529. local mesh = Instance.new("SpecialMesh",parent)
  1530. mesh.MeshType = "FileMesh"
  1531. mesh.MeshId = meshid
  1532. mesh.TextureId = "http://www.roblox.com/asset/?id=269748808"
  1533. mesh.Scale = Vector3.new(x1,y1,z1)
  1534. mesh.VertexColor = Vector3.new(parent.BrickColor.r, parent.BrickColor.g, parent.BrickColor.b)
  1535. return mesh
  1536. end
  1537.  
  1538. function CreateWeld(parent,part0,part1,C1X,C1Y,C1Z,C1Xa,C1Ya,C1Za,C0X,C0Y,C0Z,C0Xa,C0Ya,C0Za)
  1539. local weld = Instance.new("Weld")
  1540. weld.Parent = parent
  1541. weld.Part0 = part0
  1542. weld.Part1 = part1
  1543. weld.C1 = CFrame.new(C1X,C1Y,C1Z)*CFrame.Angles(C1Xa,C1Ya,C1Za)
  1544. weld.C0 = CFrame.new(C0X,C0Y,C0Z)*CFrame.Angles(C0Xa,C0Ya,C0Za)
  1545. return weld
  1546. end
  1547.  
  1548.  
  1549. --------------
  1550. local secondchar = Instance.new("Model",char)
  1551. local GhostCol = BrickColor.new("Dark blue")
  1552. local sectors = CreateParta(secondchar,1,0,"Neon",GhostCol)
  1553. CreateMesh(sectors,"Brick",2*8,2*8,1*8)
  1554. local torsweld = CreateWeld(sectors,root,sectors,1,-1,-2,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1555.  
  1556. local seclarm = CreateParta(secondchar,1,0,"Neon",GhostCol)
  1557. CreateMesh(seclarm,"Brick",1*8,2*8,1*8)
  1558. local larmsweld = CreateWeld(seclarm,sectors,seclarm,1.5,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1559.  
  1560. local secrarm = CreateParta(secondchar,1,0,"Neon",GhostCol)
  1561. CreateMesh(secrarm,"Brick",1*8,2*8,1*8)
  1562. local rarmsweld = CreateWeld(secrarm,sectors,secrarm,-1.5,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1563.  
  1564. local seclleg = CreateParta(secondchar,1,0,"Neon",GhostCol)
  1565. CreateMesh(seclleg,"Brick",1*8,2*8,1*8)
  1566. local llegsweld = CreateWeld(seclleg,sectors,seclleg,0.5,2,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1567.  
  1568. local secrleg = CreateParta(secondchar,1,0,"Neon",GhostCol)
  1569. CreateMesh(secrleg,"Brick",1*8,2*8,1*8)
  1570. local rlegsweld = CreateWeld(secrleg,sectors,secrleg,-0.5,2,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1571.  
  1572. local seched = CreateParta(secondchar,1,0,"Neon",GhostCol)
  1573. CreateMesh(seched,"Brick",1*8,1*8,1*8)
  1574. local hedsweld = CreateWeld(seched,sectors,seched,0,-1.5,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1575. --------------
  1576. local sorb = CreateParta(m,1,1,"SmoothPlastic",BrickColor.random())
  1577. CreateWeld(sorb,rarm,sorb,0,1,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1578. local sorb2 = CreateParta(m,1,1,"SmoothPlastic",BrickColor.random())
  1579. CreateWeld(sorb2,larm,sorb2,0,1,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1580.  
  1581. local handlex = CreateParta(mw2,1,1,"Neon",maincolor)
  1582. CreateMesh(handle,"Brick",0,0,0)
  1583. local handlexweld = CreateWeld(handlex,tors,handlex,0,-1.5,-1.05,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1584. local valuaring = 10
  1585. for i = 0, 49 do
  1586. valuaring = valuaring + 10
  1587. rn = CreateParta(mw2,0,0,"Neon",halocolor)
  1588. CreateMesh(rn,"Brick",0.25,0.1,0.1)
  1589. CreateWeld(rn,handlex,rn,0,1,0,math.rad(0),math.rad(0),math.rad(valuaring),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1590. end
  1591.  
  1592. handlex = CreateParta(mw2,1,1,"Neon",maincolor)
  1593. CreateMesh(handle,"Brick",0,0,0)
  1594. CreateWeld(handlex,tors,handlex,0,-3,-2.1,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1595. local valuaring = 10
  1596. for i = 0, 49 do
  1597. valuaring = valuaring + 10
  1598. rn = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  1599. CreateMesh(rn,"Brick",0.5,0.2,0.2)
  1600. CreateWeld(rn,handlex,rn,0,2,0,math.rad(0),math.rad(0),math.rad(valuaring),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1601. end
  1602.  
  1603.  
  1604. local handle = CreateParta(m,1,1,"Neon",maincolor)
  1605. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  1606. local handleweld = CreateWeld(handle,tors,handle,0,-1.5,-1.05,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1607.  
  1608. --- Left wing.
  1609.  
  1610. local lwing1 = CreateParta(m,1,1,"Neon",maincolor)
  1611. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  1612. local lwing1weld = CreateWeld(lwing1,handle,lwing1,3,0,0,math.rad(5),math.rad(0),math.rad(12.5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1613.  
  1614. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  1615. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  1616. CreateWeld(wed,lwing1,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1617. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  1618. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  1619. CreateWeld(wed,lwing1,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1620. A0 = Instance.new('Attachment',wed)
  1621. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  1622. CreateMesh(wed,"Wedge",0.05,0.5,3)
  1623. CreateWeld(wed,lwing1,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1624. A1 = Instance.new('Attachment',wed)
  1625. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  1626. CreateMesh(wed,"Wedge",0.05,3,0.5)
  1627. CreateWeld(wed,lwing1,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1628.  
  1629. tl1 = Instance.new('Trail',wed)
  1630. tl1.Attachment0 = A0
  1631. tl1.Attachment1 = A1
  1632. --tl1.Texture = "http://www.roblox.com/asset/?id=1049219073"
  1633. tl1.LightEmission = 1
  1634. tl1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)})
  1635. tl1.Color = ColorSequence.new(BrickColor.new('Dark blue').Color)
  1636. tl1.Lifetime = 0.6
  1637.  
  1638.  
  1639. local lwing2 = CreateParta(m,1,1,"Neon",maincolor)
  1640. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  1641. local lwing2weld = CreateWeld(lwing2,handle,lwing2,4,1,0,math.rad(10),math.rad(0),math.rad(25),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1642.  
  1643. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  1644. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  1645. CreateWeld(wed,lwing2,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1646. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  1647. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  1648. CreateWeld(wed,lwing2,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1649. A0 = Instance.new('Attachment',wed)
  1650. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  1651. CreateMesh(wed,"Wedge",0.05,0.5,3)
  1652. CreateWeld(wed,lwing2,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1653. A1 = Instance.new('Attachment',wed)
  1654. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  1655. CreateMesh(wed,"Wedge",0.05,3,0.5)
  1656. CreateWeld(wed,lwing2,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1657.  
  1658. tl2 = Instance.new('Trail',wed)
  1659. tl2.Attachment0 = A0
  1660. tl2.Attachment1 = A1
  1661. --tl2.Texture = "http://www.roblox.com/asset/?id=1049219073"
  1662. tl2.LightEmission = 1
  1663. tl2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)})
  1664. tl2.Color = ColorSequence.new(BrickColor.new('Dark blue').Color)
  1665. tl2.Lifetime = 0.6
  1666.  
  1667. local lwing3 = CreateParta(m,1,1,"Neon",maincolor)
  1668. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  1669. local lwing3weld = CreateWeld(lwing3,handle,lwing3,4.75,2,0,math.rad(15),math.rad(0),math.rad(37.5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1670.  
  1671. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  1672. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  1673. CreateWeld(wed,lwing3,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1674. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  1675. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  1676. CreateWeld(wed,lwing3,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1677. A0 = Instance.new('Attachment',wed)
  1678. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  1679. CreateMesh(wed,"Wedge",0.05,0.5,3)
  1680. CreateWeld(wed,lwing3,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1681. A1 = Instance.new('Attachment',wed)
  1682. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  1683. CreateMesh(wed,"Wedge",0.05,3,0.5)
  1684. CreateWeld(wed,lwing3,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1685.  
  1686. tl3 = Instance.new('Trail',wed)
  1687. tl3.Attachment0 = A0
  1688. tl3.Attachment1 = A1
  1689. --tl3.Texture = "http://www.roblox.com/asset/?id=1049219073"
  1690. tl3.LightEmission = 1
  1691. tl3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)})
  1692. tl3.Color = ColorSequence.new(BrickColor.new('Dark blue').Color)
  1693. tl3.Lifetime = 0.6
  1694.  
  1695. tl1.Enabled = false
  1696. tl2.Enabled = false
  1697. tl3.Enabled = false
  1698. local lwing4 = CreateParta(m,1,1,"Neon",maincolor)
  1699. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  1700. local lwing4weld = CreateWeld(lwing4,handle,lwing4,5.75,3,0,math.rad(20),math.rad(0),math.rad(50),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1701.  
  1702. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  1703. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  1704. CreateWeld(wed,lwing4,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1705. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  1706. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  1707. CreateWeld(wed,lwing4,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1708. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  1709. CreateMesh(wed,"Wedge",0.05,0.5,3)
  1710. CreateWeld(wed,lwing4,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1711. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  1712. CreateMesh(wed,"Wedge",0.05,3,0.5)
  1713. CreateWeld(wed,lwing4,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1714.  
  1715. local lwing5 = CreateParta(m,1,1,"Neon",maincolor)
  1716. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  1717. local lwing5weld = CreateWeld(lwing5,handle,lwing5,6.75,4,0,math.rad(25),math.rad(0),math.rad(62.5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1718.  
  1719. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  1720. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  1721. CreateWeld(wed,lwing5,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1722. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  1723. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  1724. CreateWeld(wed,lwing5,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1725. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  1726. CreateMesh(wed,"Wedge",0.05,0.5,3)
  1727. CreateWeld(wed,lwing5,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1728. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  1729. CreateMesh(wed,"Wedge",0.05,3,0.5)
  1730. CreateWeld(wed,lwing5,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1731.  
  1732. local lwing6 = CreateParta(m,1,1,"Neon",maincolor)
  1733. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  1734. local lwing6weld = CreateWeld(lwing6,handle,lwing6,7.75,5,0,math.rad(30),math.rad(0),math.rad(75),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1735.  
  1736. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  1737. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  1738. CreateWeld(wed,lwing6,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1739. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  1740. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  1741. CreateWeld(wed,lwing6,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1742. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  1743. CreateMesh(wed,"Wedge",0.05,0.5,3)
  1744. CreateWeld(wed,lwing6,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1745. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  1746. CreateMesh(wed,"Wedge",0.05,3,0.5)
  1747. CreateWeld(wed,lwing6,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1748.  
  1749. -- Right wing.
  1750.  
  1751. local rwing1 = CreateParta(m,1,1,"Neon",maincolor)
  1752. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  1753. local rwing1weld = CreateWeld(rwing1,handle,rwing1,-3,0,0,math.rad(5),math.rad(0),math.rad(-12.5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1754.  
  1755. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  1756. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  1757. CreateWeld(wed,rwing1,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1758. A0 = Instance.new('Attachment',wed)
  1759. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  1760. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  1761. CreateWeld(wed,rwing1,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1762. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  1763. CreateMesh(wed,"Wedge",0.05,0.5,3)
  1764. CreateWeld(wed,rwing1,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1765. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  1766. CreateMesh(wed,"Wedge",0.05,3,0.5)
  1767. CreateWeld(wed,rwing1,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1768. A1 = Instance.new('Attachment',wed)
  1769.  
  1770. tr1 = Instance.new('Trail',wed)
  1771. tr1.Attachment0 = A0
  1772. tr1.Attachment1 = A1
  1773. --tr1.Texture = "http://www.roblox.com/asset/?id=1049219073"
  1774. tr1.LightEmission = 1
  1775. tr1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)})
  1776. tr1.Color = ColorSequence.new(BrickColor.new('Dark blue').Color)
  1777. tr1.Lifetime = 0.6
  1778.  
  1779. local rwing2 = CreateParta(m,1,1,"Neon",maincolor)
  1780. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  1781. local rwing2weld = CreateWeld(rwing2,handle,rwing2,-4,1,0,math.rad(10),math.rad(0),math.rad(-25),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1782.  
  1783. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  1784. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  1785. CreateWeld(wed,rwing2,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1786. A0 = Instance.new('Attachment',wed)
  1787. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  1788. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  1789. CreateWeld(wed,rwing2,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1790. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  1791. CreateMesh(wed,"Wedge",0.05,0.5,3)
  1792. CreateWeld(wed,rwing2,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1793. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  1794. CreateMesh(wed,"Wedge",0.05,3,0.5)
  1795. CreateWeld(wed,rwing2,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1796. A1 = Instance.new('Attachment',wed)
  1797.  
  1798. tr2 = Instance.new('Trail',wed)
  1799. tr2.Attachment0 = A0
  1800. tr2.Attachment1 = A1
  1801. --tr2.Texture = "http://www.roblox.com/asset/?id=1049219073"
  1802. tr2.LightEmission = 1
  1803. tr2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)})
  1804. tr2.Color = ColorSequence.new(BrickColor.new('Dark blue').Color)
  1805. tr2.Lifetime = 0.6
  1806.  
  1807. local rwing3 = CreateParta(m,1,1,"Neon",maincolor)
  1808. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  1809. local rwing3weld = CreateWeld(rwing3,handle,rwing3,-4.75,2,0,math.rad(15),math.rad(0),math.rad(-37.5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1810.  
  1811. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  1812. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  1813. CreateWeld(wed,rwing3,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1814. A0 = Instance.new('Attachment',wed)
  1815. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  1816. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  1817. CreateWeld(wed,rwing3,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1818. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  1819. CreateMesh(wed,"Wedge",0.05,0.5,3)
  1820. CreateWeld(wed,rwing3,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1821. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  1822. CreateMesh(wed,"Wedge",0.05,3,0.5)
  1823. CreateWeld(wed,rwing3,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1824. A1 = Instance.new('Attachment',wed)
  1825.  
  1826. tr3 = Instance.new('Trail',wed)
  1827. tr3.Attachment0 = A0
  1828. tr3.Attachment1 = A1
  1829. --tr3.Texture = "http://www.roblox.com/asset/?id=1049219073"
  1830. tr3.LightEmission = 1
  1831. tr3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)})
  1832. tr3.Color = ColorSequence.new(BrickColor.new('Dark blue').Color)
  1833. tr3.Lifetime = 0.6
  1834.  
  1835.  
  1836. local rwing4 = CreateParta(m,1,1,"Neon",maincolor)
  1837. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  1838. local rwing4weld = CreateWeld(rwing4,handle,rwing4,-5.75,3,0,math.rad(20),math.rad(0),math.rad(-50),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1839.  
  1840. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  1841. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  1842. CreateWeld(wed,rwing4,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1843. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  1844. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  1845. CreateWeld(wed,rwing4,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1846. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  1847. CreateMesh(wed,"Wedge",0.05,0.5,3)
  1848. CreateWeld(wed,rwing4,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1849. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  1850. CreateMesh(wed,"Wedge",0.05,3,0.5)
  1851. CreateWeld(wed,rwing4,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1852.  
  1853. local rwing5 = CreateParta(m,1,1,"Neon",maincolor)
  1854. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  1855. local rwing5weld = CreateWeld(rwing5,handle,rwing5,-6.75,4,0,math.rad(25),math.rad(0),math.rad(-62.5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1856.  
  1857. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  1858. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  1859. CreateWeld(wed,rwing5,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1860. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  1861. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  1862. CreateWeld(wed,rwing5,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1863. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  1864. CreateMesh(wed,"Wedge",0.05,0.5,3)
  1865. CreateWeld(wed,rwing5,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1866. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  1867. CreateMesh(wed,"Wedge",0.05,3,0.5)
  1868. CreateWeld(wed,rwing5,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1869.  
  1870. local rwing6 = CreateParta(m,1,1,"Neon",maincolor)
  1871. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  1872. local rwing6weld = CreateWeld(rwing6,handle,rwing6,-7.75,3,0,math.rad(30),math.rad(0),math.rad(-75),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1873.  
  1874. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  1875. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  1876. CreateWeld(wed,rwing6,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1877. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  1878. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  1879. CreateWeld(wed,rwing6,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1880. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  1881. CreateMesh(wed,"Wedge",0.05,0.5,3)
  1882. CreateWeld(wed,rwing6,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1883. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  1884. CreateMesh(wed,"Wedge",0.05,3,0.5)
  1885. CreateWeld(wed,rwing6,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1886.  
  1887. ---- HERES THE RING
  1888.  
  1889.  
  1890. --[[ran = CreateParta(m2,0,0,"SmoothPlastic",wepcolor)
  1891. CreateMesh(ran,"Wedge",1.02,1.02,1.02)
  1892. CreateWeld(ran,larm,ran,0,0.15,0,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1893. ran = CreateParta(m,0,0,"SmoothPlastic",wepcolor)
  1894. CreateMesh(ran,"Wedge",0.9,0.9,1.025)
  1895. CreateWeld(ran,larm,ran,0,0.155,0,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1896. ran = CreateParta(m,0,0,"SmoothPlastic",wepcolor)
  1897. CreateMesh(ran,"Wedge",1.025,0.9,0.9)
  1898. CreateWeld(ran,larm,ran,0,0.155,-0.025,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1899.  
  1900.  
  1901. gan = CreateParta(m,0,0,"SmoothPlastic",wepcolor)
  1902. CreateMesh(gan,"Brick",1.075,0.1,1.075)
  1903. CreateWeld(gan,larm,gan,0,0.5,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1904.  
  1905. gan = CreateParta(m,0,0,"SmoothPlastic",wepcolor)
  1906. CreateMesh(gan,"Brick",1.075,0.1,1.075)
  1907. CreateWeld(gan,larm,gan,0,0.75,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1908.  
  1909.  
  1910.  
  1911. gan = CreateParta(m2,0,0,"Neon",halocolor2)
  1912. CreateMesh(gan,"Brick",1.095,0.035,1.095)
  1913. CreateWeld(gan,larm,gan,0,0.5,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1914.  
  1915. gan = CreateParta(m2,0,0,"Neon",halocolor2)
  1916. CreateMesh(gan,"Brick",1.095,0.035,1.095)
  1917. CreateWeld(gan,larm,gan,0,0.75,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1918.  
  1919. gane = CreateParta(m3,0,0,"SmoothPlastic",lunacolor2)
  1920. CreateMesh(gane,"Brick",1.0625,0.2,1.0625)
  1921. CreateWeld(gane,larm,gane,0,0.6,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1922.  
  1923. star = CreateParta(m,0,0,"SmoothPlastic",wepcolor)
  1924. CreateSpecialMesh(star,"http://www.roblox.com/asset/?id=45428961",2.5,2.5,2.5)
  1925. CreateWeld(star,larm,star,0,0.475,0.6,math.rad(90),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1926. starl = CreateParta(m3,0,0,"SmoothPlastic",starcolor)
  1927. CreateSpecialMesh(starl,"http://www.roblox.com/asset/?id=45428961",1.95,2.55,1.95)
  1928. CreateWeld(starl,larm,starl,0,0.475,0.6,math.rad(90),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1929.  
  1930. --- second ring
  1931.  
  1932. ran = CreateParta(m2,0,0,"SmoothPlastic",wepcolor)
  1933. CreateMesh(ran,"Wedge",1.02,1.02,1.02)
  1934. CreateWeld(ran,rarm,ran,0,0.15,0,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1935. ran = CreateParta(m,0,0,"SmoothPlastic",wepcolor)
  1936. CreateMesh(ran,"Wedge",0.9,0.9,1.025)
  1937. CreateWeld(ran,rarm,ran,0,0.155,0,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1938. ran = CreateParta(m,0,0,"SmoothPlastic",wepcolor)
  1939. CreateMesh(ran,"Wedge",1.025,0.9,0.9)
  1940. CreateWeld(ran,rarm,ran,0,0.155,-0.025,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1941.  
  1942. gan = CreateParta(m,0,0,"SmoothPlastic",wepcolor)
  1943. CreateMesh(gan,"Brick",1.075,0.1,1.075)
  1944. CreateWeld(gan,rarm,gan,0,0.5,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1945.  
  1946. gan = CreateParta(m,0,0,"SmoothPlastic",wepcolor)
  1947. CreateMesh(gan,"Brick",1.075,0.1,1.075)
  1948. CreateWeld(gan,rarm,gan,0,0.75,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1949.  
  1950.  
  1951.  
  1952. gan = CreateParta(m2,0,0,"Neon",halocolor2)
  1953. CreateMesh(gan,"Brick",1.095,0.035,1.095)
  1954. CreateWeld(gan,rarm,gan,0,0.5,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1955.  
  1956. gan = CreateParta(m2,0,0,"Neon",halocolor2)
  1957. CreateMesh(gan,"Brick",1.095,0.035,1.095)
  1958. CreateWeld(gan,rarm,gan,0,0.75,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1959.  
  1960. gane = CreateParta(m3,0,0,"SmoothPlastic",lunacolor2)
  1961. CreateMesh(gane,"Brick",1.0625,0.2,1.0625)
  1962. CreateWeld(gane,rarm,gane,0,0.6,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1963.  
  1964. star = CreateParta(m,0,0,"SmoothPlastic",wepcolor)
  1965. CreateSpecialMesh(star,"http://www.roblox.com/asset/?id=45428961",2.5,2.5,2.5)
  1966. CreateWeld(star,rarm,star,0,-0.475,0.6,math.rad(90),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  1967. starl = CreateParta(m3,0,0,"SmoothPlastic",starcolor)
  1968. CreateSpecialMesh(starl,"http://www.roblox.com/asset/?id=45428961",1.95,2.55,1.95)
  1969. CreateWeld(starl,rarm,starl,0,-0.475,0.6,math.rad(90),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))]]--
  1970.  
  1971.  
  1972.  
  1973. for i, v in pairs(m:GetChildren()) do
  1974. if v:IsA("Part") then
  1975. v.BrickColor = BrickColor.new("Dark blue")
  1976. v.Material = "Glass"
  1977. end
  1978. end
  1979. for i, v in pairs(m2:GetChildren()) do
  1980. if v:IsA("Part") then
  1981. v.BrickColor = BrickColor.new("Dark blue")
  1982. v.Material = "Granite"
  1983. end
  1984. end
  1985. for i, v in pairs(m3:GetChildren()) do
  1986. if v:IsA("Part") then
  1987. v.BrickColor = BrickColor.new("Dark blue")
  1988. v.Material = "Neon"
  1989. end
  1990. end
  1991. for i, v in pairs(mw2:GetChildren()) do
  1992. if v:IsA("Part") then
  1993. v.BrickColor = BrickColor.new("Dark blue")
  1994. v.Material = "Neon"
  1995. end
  1996. end
  1997. for i, v in pairs(mw1:GetChildren()) do
  1998. if v:IsA("Part") then
  1999. v.Transparency = 1
  2000. v.BrickColor = BrickColor.new("Dark blue")
  2001. v.Material = "Neon"
  2002. end
  2003. end
  2004. for i, v in pairs(extrawingmod1:GetChildren()) do
  2005. if v:IsA("Part") then
  2006. v.Transparency = 1
  2007. v.BrickColor = BrickColor.new("Dark blue")
  2008. v.Material = "Neon"
  2009. end
  2010. end
  2011. for i, v in pairs(extrawingmod2:GetChildren()) do
  2012. if v:IsA("Part") then
  2013. v.Transparency = 1
  2014. v.BrickColor = BrickColor.new("Dark blue")
  2015. v.Material = "Neon"
  2016. end
  2017. end
  2018. local MAINRUINCOLOR = BrickColor.new("Dark blue")
  2019. ------
  2020. --Thanks for using Build2Script Plugin by jarredbcv!
  2021. local player = "LocalPlayer"
  2022. local Character = game.Players[player].Character
  2023. local Torso = Character.Torso
  2024. local LeftArm = Character["Left Arm"]
  2025. local RightArm = Character["Right Arm"]
  2026. local LeftLeg = Character["Left Leg"]
  2027. local RightLeg = Character["Right Leg"]
  2028. local Head = Character.Head
  2029. local RootPart = Character.HumanoidRootPart
  2030.  
  2031. local m = Instance.new("Model")
  2032. m.Name = "VTX"
  2033. --[[m1 = Instance.new("Model")
  2034. m1.Name = "Torso"
  2035. m1.Parent = m
  2036. m2 = Instance.new("Model")
  2037. m2.Name = "Head"
  2038. m2.Parent = m
  2039. m3 = Instance.new("Model")
  2040. m3.Name = "RightArm"
  2041. m3.Parent = m
  2042. m4 = Instance.new("Model")
  2043. m4.Name = "LeftLeg"
  2044. m4.Parent = m
  2045. m5 = Instance.new("Model")
  2046. m5.Name = "RightLeg"
  2047. m5.Parent = m
  2048. m6 = Instance.new("Model")
  2049. m6.Name = "LeftArm"
  2050. m6.Parent = m--]]
  2051. p1 = Instance.new("Part", m)
  2052. p1.BrickColor = BrickColor.new("Dark blue")
  2053. p1.Material = Enum.Material.SmoothPlastic
  2054. p1.Reflectance = 0.5
  2055. p1.Name = "DiamondMesh"
  2056. p1.CFrame = CFrame.new(4.43766785, 155.454346, 39.9999847, -4.37113883e-008, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -1, -4.3159529e-005, -4.37113883e-008)
  2057. p1.CanCollide = false
  2058. p1.FormFactor = Enum.FormFactor.Symmetric
  2059. p1.Elasticity = 0
  2060. p1.Size = Vector3.new(0.512455523, 0.512455463, 0.512455463)
  2061. b1 = Instance.new("SpecialMesh", p1)
  2062. b1.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  2063. b1.TextureId = ""
  2064. b1.MeshType = Enum.MeshType.FileMesh
  2065. b1.Name = "Mesh"
  2066. b1.Scale = Vector3.new(0.512455523, 0.230604947, 0.102491096)
  2067. --[[p2 = Instance.new("Part", m)
  2068. p2.BrickColor = BrickColor.new("Dark blue")
  2069. p2.Name = "Torso"
  2070. p2.CFrame = CFrame.new(3.81999993, 156.276108, 40, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2071. p2.CanCollide = false
  2072. p2.FormFactor = Enum.FormFactor.Symmetric
  2073. p2.Size = Vector3.new(2, 2, 1)
  2074. p2.BottomSurface = Enum.SurfaceType.Smooth
  2075. p2.TopSurface = Enum.SurfaceType.Smooth--]]
  2076. p2 = Torso
  2077. p3 = Instance.new("Part", m)
  2078. p3.BrickColor = BrickColor.new("Dark blue")
  2079. p3.Material = Enum.Material.SmoothPlastic
  2080. p3.Name = "apart"
  2081. p3.CFrame = CFrame.new(3.18215108, 156.94046, 39.948761, 3.0473866e-005, -1, -3.05175763e-005, -3.05603571e-005, -3.05185094e-005, 1, -1, -3.04729328e-005, -3.05612884e-005)
  2082. p3.CanCollide = false
  2083. p3.FormFactor = Enum.FormFactor.Custom
  2084. p3.Size = Vector3.new(0.819928885, 0.256227732, 0.973665357)
  2085. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2086. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2087. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2088. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2089. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2090. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2091. b2 = Instance.new("SpecialMesh", p3)
  2092. b2.MeshType = Enum.MeshType.Brick
  2093. b2.Name = "Mesh"
  2094. b2.Scale = Vector3.new(1, 1.01999998, 0.5)
  2095. p4 = Instance.new("Part", m)
  2096. p4.BrickColor = BrickColor.new("Dark blue")
  2097. p4.Material = Enum.Material.Neon
  2098. p4.Name = "apart"
  2099. p4.CFrame = CFrame.new(4.59140301, 156.658615, 39.9999924, -1, 4.30663385e-005, 4.43833414e-010, 1.85536919e-009, 5.3449472e-005, -1, -4.30663349e-005, -1, -5.3449472e-005)
  2100. p4.CanCollide = false
  2101. p4.FormFactor = Enum.FormFactor.Custom
  2102. p4.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  2103. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2104. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2105. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2106. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2107. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2108. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2109. b3 = Instance.new("SpecialMesh", p4)
  2110. b3.MeshType = Enum.MeshType.Cylinder
  2111. b3.Name = "Mesh"
  2112. b3.Scale = Vector3.new(0.421655804, 0.25, 0.25)
  2113. p5 = Instance.new("Part", m)
  2114. p5.BrickColor = BrickColor.new("Dark blue")
  2115. p5.Material = Enum.Material.SmoothPlastic
  2116. p5.Name = "apart"
  2117. p5.CFrame = CFrame.new(4.28393078, 155.428711, 39.9999886, -4.37102727e-008, 2.75157674e-012, 1, -4.3159529e-005, 1, -1.96809236e-012, -1, -4.3159529e-005, -4.37139782e-008)
  2118. p5.CanCollide = false
  2119. p5.FormFactor = Enum.FormFactor.Custom
  2120. p5.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  2121. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2122. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2123. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2124. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2125. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2126. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2127. b4 = Instance.new("SpecialMesh", p5)
  2128. b4.MeshType = Enum.MeshType.Cylinder
  2129. b4.Name = "Mesh"
  2130. b4.Scale = Vector3.new(0.417481065, 1, 1)
  2131. p6 = Instance.new("Part", m)
  2132. p6.BrickColor = BrickColor.new("Dark blue")
  2133. p6.Name = "apart"
  2134. p6.CFrame = CFrame.new(4.59140301, 157.171066, 39.9999886, -1, 4.30663385e-005, 4.43833775e-010, 1.85536952e-009, 5.3449472e-005, -1, -4.30663349e-005, -1, -5.3449472e-005)
  2135. p6.CanCollide = false
  2136. p6.FormFactor = Enum.FormFactor.Custom
  2137. p6.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  2138. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2139. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2140. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2141. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2142. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2143. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2144. b5 = Instance.new("SpecialMesh", p6)
  2145. b5.MeshType = Enum.MeshType.Cylinder
  2146. b5.Name = "Mesh"
  2147. b5.Scale = Vector3.new(0.421655804, 0.25, 0.25)
  2148. p7 = Instance.new("Part", m)
  2149. p7.BrickColor = BrickColor.new("Dark blue")
  2150. p7.Material = Enum.Material.Neon
  2151. p7.Name = "apart"
  2152. p7.CFrame = CFrame.new(4.07894754, 156.453629, 39.974369, 1, 2.75143797e-012, -2.37226807e-014, -8.16291479e-014, 1, 0, -3.6618486e-012, 0, 1)
  2153. p7.CanCollide = false
  2154. p7.FormFactor = Enum.FormFactor.Custom
  2155. p7.Size = Vector3.new(0.512455523, 1.94733071, 0.768683136)
  2156. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2157. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2158. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2159. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2160. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2161. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2162. b6 = Instance.new("SpecialMesh", p7)
  2163. b6.MeshType = Enum.MeshType.Brick
  2164. b6.Name = "Mesh"
  2165. b6.Scale = Vector3.new(1.04999995, 0.899999976, 0.25)
  2166. p8 = Instance.new("Part", m)
  2167. p8.BrickColor = BrickColor.new("Dark blue")
  2168. p8.Material = Enum.Material.SmoothPlastic
  2169. p8.Name = "apart"
  2170. p8.CFrame = CFrame.new(4.38642168, 155.428711, 39.9999886, 1, 2.75143797e-012, -2.37226807e-014, -8.16291479e-014, 1, 0, -3.6618486e-012, 0, 1)
  2171. p8.CanCollide = false
  2172. p8.FormFactor = Enum.FormFactor.Custom
  2173. p8.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  2174. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2175. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2176. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2177. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2178. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2179. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2180. b7 = Instance.new("SpecialMesh", p8)
  2181. b7.MeshType = Enum.MeshType.Cylinder
  2182. b7.Name = "Mesh"
  2183. b7.Scale = Vector3.new(0.417481065, 1, 1)
  2184. p9 = Instance.new("Part", m)
  2185. p9.BrickColor = BrickColor.new("Dark blue")
  2186. p9.Material = Enum.Material.Neon
  2187. p9.Name = "apart"
  2188. p9.CFrame = CFrame.new(4.59140301, 156.914856, 39.9999886, -1, 9.14653137e-005, 3.05217691e-005, 9.14681077e-005, 1, 9.14653137e-005, -3.05133999e-005, 9.14681077e-005, -1)
  2189. p9.CanCollide = false
  2190. p9.FormFactor = Enum.FormFactor.Custom
  2191. p9.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  2192. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2193. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2194. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2195. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2196. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2197. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2198. b8 = Instance.new("SpecialMesh", p9)
  2199. b8.MeshType = Enum.MeshType.Brick
  2200. b8.Name = "Mesh"
  2201. b8.Scale = Vector3.new(0.421655804, 0.5, 0.150000006)
  2202. p10 = Instance.new("Part", m)
  2203. p10.BrickColor = BrickColor.new("Dark blue")
  2204. p10.Material = Enum.Material.SmoothPlastic
  2205. p10.Name = "apart"
  2206. p10.CFrame = CFrame.new(2.66969562, 157.811615, 40.8967972, -3.05612921e-005, 1, -3.05175745e-005, -3.04729328e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738642e-005)
  2207. p10.CanCollide = false
  2208. p10.FormFactor = Enum.FormFactor.Custom
  2209. p10.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195)
  2210. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2211. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2212. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2213. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2214. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2215. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2216. b9 = Instance.new("SpecialMesh", p10)
  2217. b9.MeshType = Enum.MeshType.Brick
  2218. b9.Name = "Mesh"
  2219. b9.Scale = Vector3.new(0.5, 1.00999999, 1.00999999)
  2220. p11 = Instance.new("Part", m)
  2221. p11.BrickColor = BrickColor.new("Dark blue")
  2222. p11.Material = Enum.Material.Neon
  2223. p11.Name = "apart"
  2224. p11.CFrame = CFrame.new(2.66969562, 157.811615, 39.1032066, -3.05612921e-005, 1, -3.05175745e-005, -3.04729328e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738642e-005)
  2225. p11.CanCollide = false
  2226. p11.FormFactor = Enum.FormFactor.Custom
  2227. p11.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195)
  2228. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2229. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2230. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2231. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2232. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2233. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2234. b10 = Instance.new("SpecialMesh", p11)
  2235. b10.MeshType = Enum.MeshType.Brick
  2236. b10.Name = "Mesh"
  2237. b10.Scale = Vector3.new(0.25, 1.01999998, 1.01999998)
  2238. p12 = Instance.new("Part", m)
  2239. p12.BrickColor = BrickColor.new("Dark blue")
  2240. p12.Material = Enum.Material.SmoothPlastic
  2241. p12.Name = "apart"
  2242. p12.CFrame = CFrame.new(2.66969562, 157.811615, 39.1032104, -3.05612921e-005, 1, -3.05175745e-005, -3.04729328e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738642e-005)
  2243. p12.CanCollide = false
  2244. p12.FormFactor = Enum.FormFactor.Custom
  2245. p12.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195)
  2246. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2247. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2248. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2249. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2250. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2251. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2252. b11 = Instance.new("SpecialMesh", p12)
  2253. b11.MeshType = Enum.MeshType.Brick
  2254. b11.Name = "Mesh"
  2255. b11.Scale = Vector3.new(0.5, 1.00999999, 1.00999999)
  2256. p13 = Instance.new("Part", m)
  2257. p13.BrickColor = BrickColor.new("Dark blue")
  2258. p13.Material = Enum.Material.Neon
  2259. p13.Name = "apart"
  2260. p13.CFrame = CFrame.new(4.2839303, 155.428711, 40, -4.37154632e-008, -3.63797881e-012, 1, -4.31595254e-005, 1, 0, -1, -4.3159529e-005, -4.37144365e-008)
  2261. p13.CanCollide = false
  2262. p13.FormFactor = Enum.FormFactor.Custom
  2263. p13.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  2264. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2265. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2266. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2267. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2268. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2269. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2270. b12 = Instance.new("SpecialMesh", p13)
  2271. b12.MeshType = Enum.MeshType.Cylinder
  2272. b12.Name = "Mesh"
  2273. b12.Scale = Vector3.new(0.208740532, 1.00999999, 1.00999999)
  2274. p14 = Instance.new("Part", m)
  2275. p14.BrickColor = BrickColor.new("Dark blue")
  2276. p14.Material = Enum.Material.SmoothPlastic
  2277. p14.Name = "apart"
  2278. p14.CFrame = CFrame.new(3.82271981, 155.428711, 40, 1, -3.63780295e-012, 4.07496259e-012, 1.88656274e-012, 1, -3.63797881e-012, -3.04822834e-012, 8.24700363e-020, 1)
  2279. p14.CanCollide = false
  2280. p14.FormFactor = Enum.FormFactor.Custom
  2281. p14.Size = Vector3.new(1.02491105, 0.245498881, 2.04982185)
  2282. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2283. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2284. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2285. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2286. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2287. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2288. b13 = Instance.new("SpecialMesh", p14)
  2289. b13.MeshType = Enum.MeshType.Brick
  2290. b13.Name = "Mesh"
  2291. b13.Scale = Vector3.new(1.00999999, 0.421655744, 1.00999999)
  2292. p15 = Instance.new("Part", m)
  2293. p15.BrickColor = BrickColor.new("Dark blue")
  2294. p15.Material = Enum.Material.Neon
  2295. p15.Name = "apart"
  2296. p15.CFrame = CFrame.new(4.59140301, 156.914841, 39.7437744, -1, 4.30663349e-005, 4.50222831e-010, 1.85340143e-009, 5.34494757e-005, -1, -4.30663349e-005, -1, -5.3449472e-005)
  2297. p15.CanCollide = false
  2298. p15.FormFactor = Enum.FormFactor.Custom
  2299. p15.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  2300. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2301. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2302. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2303. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2304. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2305. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2306. b14 = Instance.new("SpecialMesh", p15)
  2307. b14.MeshType = Enum.MeshType.Cylinder
  2308. b14.Name = "Mesh"
  2309. b14.Scale = Vector3.new(0.421655804, 0.25, 0.25)
  2310. p16 = Instance.new("Part", m)
  2311. p16.BrickColor = BrickColor.new("Dark blue")
  2312. p16.Material = Enum.Material.Neon
  2313. p16.Name = "apart"
  2314. p16.CFrame = CFrame.new(2.66969585, 157.811615, 40.8968086, -3.05612921e-005, 1, -3.05175745e-005, -3.04729328e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738605e-005)
  2315. p16.CanCollide = false
  2316. p16.FormFactor = Enum.FormFactor.Custom
  2317. p16.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195)
  2318. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2319. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2320. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2321. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2322. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2323. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2324. b15 = Instance.new("SpecialMesh", p16)
  2325. b15.MeshType = Enum.MeshType.Brick
  2326. b15.Name = "Mesh"
  2327. b15.Scale = Vector3.new(0.25, 1.01999998, 1.01999998)
  2328. p17 = Instance.new("Part", m)
  2329. p17.BrickColor = BrickColor.new("Dark blue")
  2330. p17.Material = Enum.Material.SmoothPlastic
  2331. p17.Name = "apart"
  2332. p17.CFrame = CFrame.new(4.59140301, 156.914825, 40.0000038, -1, 4.30663349e-005, 4.51109372e-010, 1.85536919e-009, 5.34494684e-005, -1, -4.30663349e-005, -1, -5.34494793e-005)
  2333. p17.CanCollide = false
  2334. p17.FormFactor = Enum.FormFactor.Custom
  2335. p17.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  2336. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2337. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2338. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2339. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2340. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2341. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2342. b16 = Instance.new("SpecialMesh", p17)
  2343. b16.MeshType = Enum.MeshType.Cylinder
  2344. b16.Name = "Mesh"
  2345. b16.Scale = Vector3.new(0.417480975, 1, 1)
  2346. p18 = Instance.new("Part", m)
  2347. p18.BrickColor = BrickColor.new("Dark blue")
  2348. p18.Material = Enum.Material.Neon
  2349. p18.Name = "apart"
  2350. p18.CFrame = CFrame.new(4.59140301, 156.914825, 40.2562294, -1, 4.30663349e-005, 4.51109372e-010, 1.85536919e-009, 5.34494684e-005, -1, -4.30663349e-005, -1, -5.34494793e-005)
  2351. p18.CanCollide = false
  2352. p18.FormFactor = Enum.FormFactor.Custom
  2353. p18.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  2354. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2355. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2356. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2357. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2358. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2359. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2360. b17 = Instance.new("SpecialMesh", p18)
  2361. b17.MeshType = Enum.MeshType.Cylinder
  2362. b17.Name = "Mesh"
  2363. b17.Scale = Vector3.new(0.421655804, 0.25, 0.25)
  2364. p19 = Instance.new("Part", m)
  2365. p19.BrickColor = BrickColor.new("Dark blue")
  2366. p19.Material = Enum.Material.Neon
  2367. p19.Name = "apart"
  2368. p19.CFrame = CFrame.new(4.59140301, 156.914825, 40.0000038, -1, 4.30663349e-005, 4.51109372e-010, 1.85536919e-009, 5.34494684e-005, -1, -4.30663349e-005, -1, -5.34494793e-005)
  2369. p19.CanCollide = false
  2370. p19.FormFactor = Enum.FormFactor.Custom
  2371. p19.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  2372. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2373. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2374. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2375. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2376. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2377. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2378. b18 = Instance.new("SpecialMesh", p19)
  2379. b18.MeshType = Enum.MeshType.Brick
  2380. b18.Name = "Mesh"
  2381. b18.Scale = Vector3.new(0.421655804, 0.5, 0.150000006)
  2382. p20 = Instance.new("Part", m)
  2383. p20.BrickColor = BrickColor.new("Dark blue")
  2384. p20.Material = Enum.Material.SmoothPlastic
  2385. p20.Name = "apart"
  2386. p20.CFrame = CFrame.new(4.46329021, 156.914825, 40.0000191, -3.05612921e-005, 1, -3.05175745e-005, -3.04729401e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738533e-005)
  2387. p20.CanCollide = false
  2388. p20.FormFactor = Enum.FormFactor.Custom
  2389. p20.Size = Vector3.new(2.04982209, 0.256227732, 1.02491093)
  2390. p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2391. p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2392. p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2393. p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2394. p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2395. p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2396. b19 = Instance.new("SpecialMesh", p20)
  2397. b19.MeshType = Enum.MeshType.Torso
  2398. b19.Name = "Mesh"
  2399. p21 = Instance.new("Part", m)
  2400. p21.BrickColor = BrickColor.new("Dark blue")
  2401. p21.Material = Enum.Material.SmoothPlastic
  2402. p21.Name = "apart"
  2403. p21.CFrame = CFrame.new(4.07894802, 156.453613, 39.9743843, 1, -3.63797881e-012, 4.9720783e-012, 0, 1, 7.27595761e-012, -2.30360175e-012, 1.27329258e-011, 1)
  2404. p21.CanCollide = false
  2405. p21.FormFactor = Enum.FormFactor.Custom
  2406. p21.Size = Vector3.new(0.512455523, 1.94733071, 0.768683136)
  2407. p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2408. p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2409. p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2410. p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2411. p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2412. p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2413. b20 = Instance.new("SpecialMesh", p21)
  2414. b20.MeshType = Enum.MeshType.Brick
  2415. b20.Name = "Mesh"
  2416. b20.Scale = Vector3.new(1.03999996, 1.00999999, 1.00999999)
  2417. p22 = Instance.new("Part", m)
  2418. p22.BrickColor = BrickColor.new("Dark blue")
  2419. p22.Material = Enum.Material.Neon
  2420. p22.Name = "apart"
  2421. p22.CFrame = CFrame.new(3.18215108, 156.940445, 39.9487801, 3.04738605e-005, -1, -3.05175818e-005, -3.05603644e-005, -3.05185094e-005, 1, -1, -3.0472931e-005, -3.05612739e-005)
  2422. p22.CanCollide = false
  2423. p22.FormFactor = Enum.FormFactor.Custom
  2424. p22.Size = Vector3.new(0.819928885, 0.256227732, 0.973665357)
  2425. p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2426. p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2427. p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2428. p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2429. p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2430. p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2431. b21 = Instance.new("SpecialMesh", p22)
  2432. b21.MeshType = Enum.MeshType.Brick
  2433. b21.Name = "Mesh"
  2434. b21.Scale = Vector3.new(1, 1.02999997, 0.25)
  2435. p23 = Instance.new("Part", m)
  2436. p23.BrickColor = BrickColor.new("Dark blue")
  2437. p23.Material = Enum.Material.SmoothPlastic
  2438. p23.Name = "apart"
  2439. p23.CFrame = CFrame.new(3.82272005, 156.402344, 40.0000038, 1, -3.63797881e-012, 4.97202279e-012, 0, 1, 7.27595761e-012, -2.30448993e-012, 1.45519152e-011, 1)
  2440. p23.CanCollide = false
  2441. p23.FormFactor = Enum.FormFactor.Custom
  2442. p23.Size = Vector3.new(1.02491105, 2.04982185, 2.04982185)
  2443. p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2444. p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2445. p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2446. p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2447. p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2448. p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2449. p24 = Instance.new("Part", m)
  2450. p24.BrickColor = BrickColor.new("Dark blue")
  2451. p24.Material = Enum.Material.SmoothPlastic
  2452. p24.Name = "apart"
  2453. p24.CFrame = CFrame.new(3.82272005, 155.172455, 39.4875526, 1, -3.63797881e-012, 4.97202279e-012, 0, 1, 7.27595761e-012, -2.30448993e-012, 1.45519152e-011, 1)
  2454. p24.CanCollide = false
  2455. p24.FormFactor = Enum.FormFactor.Custom
  2456. p24.Size = Vector3.new(1.02491105, 0.409964383, 1.02491093)
  2457. p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2458. p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2459. p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2460. p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2461. p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2462. p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2463. b22 = Instance.new("SpecialMesh", p24)
  2464. b22.MeshType = Enum.MeshType.Brick
  2465. b22.Name = "Mesh"
  2466. b22.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  2467. p25 = Instance.new("Part", m)
  2468. p25.BrickColor = BrickColor.new("Dark blue")
  2469. p25.Material = Enum.Material.SmoothPlastic
  2470. p25.Name = "apart"
  2471. p25.CFrame = CFrame.new(3.82272005, 155.172455, 40.512455, 1, -3.63797881e-012, 4.97202279e-012, 0, 1, 7.27595761e-012, -2.30448993e-012, 1.45519152e-011, 1)
  2472. p25.CanCollide = false
  2473. p25.FormFactor = Enum.FormFactor.Custom
  2474. p25.Size = Vector3.new(1.02491105, 0.409964383, 1.02491093)
  2475. p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2476. p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2477. p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2478. p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2479. p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2480. p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2481. b23 = Instance.new("SpecialMesh", p25)
  2482. b23.MeshType = Enum.MeshType.Brick
  2483. b23.Name = "Mesh"
  2484. b23.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  2485. p26 = Instance.new("Part", m)
  2486. p26.BrickColor = BrickColor.new("Dark blue")
  2487. p26.Material = Enum.Material.SmoothPlastic
  2488. p26.Name = "apart"
  2489. p26.CFrame = CFrame.new(2.66969609, 157.8116, 39.1032181, -3.05612921e-005, 1, -3.05175745e-005, -3.04729401e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738514e-005)
  2490. p26.CanCollide = false
  2491. p26.FormFactor = Enum.FormFactor.Custom
  2492. p26.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195)
  2493. p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2494. p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2495. p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2496. p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2497. p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2498. p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2499. b24 = Instance.new("SpecialMesh", p26)
  2500. b24.MeshType = Enum.MeshType.Brick
  2501. b24.Name = "Mesh"
  2502. p27 = Instance.new("Part", m)
  2503. p27.BrickColor = BrickColor.new("Dark blue")
  2504. p27.Material = Enum.Material.SmoothPlastic
  2505. p27.Name = "apart"
  2506. p27.CFrame = CFrame.new(3.82269621, 157.4785, 40.0000038, 5.34812571e-005, -1, -4.31585941e-005, 1, 5.34812607e-005, 1.38243195e-009, 9.4587449e-010, -4.31585941e-005, 1)
  2507. p27.CanCollide = false
  2508. p27.FormFactor = Enum.FormFactor.Custom
  2509. p27.Size = Vector3.new(0.245498881, 1.02491093, 1.02491093)
  2510. p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2511. p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2512. p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2513. p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2514. p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2515. p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2516. b25 = Instance.new("SpecialMesh", p27)
  2517. b25.MeshType = Enum.MeshType.Cylinder
  2518. b25.Name = "Mesh"
  2519. b25.Scale = Vector3.new(0.417481065, 1, 1)
  2520. p28 = Instance.new("Part", m)
  2521. p28.BrickColor = BrickColor.new("Dark blue")
  2522. p28.Material = Enum.Material.SmoothPlastic
  2523. p28.Name = "apart"
  2524. p28.CFrame = CFrame.new(3.18215108, 157.8116, 39.1032181, -3.05612921e-005, 1, -3.05175745e-005, -3.04729401e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738533e-005)
  2525. p28.CanCollide = false
  2526. p28.FormFactor = Enum.FormFactor.Custom
  2527. p28.Size = Vector3.new(0.256227762, 0.768683195, 0.768683195)
  2528. p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2529. p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2530. p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2531. p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2532. p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2533. p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2534. b26 = Instance.new("SpecialMesh", p28)
  2535. b26.MeshType = Enum.MeshType.Wedge
  2536. b26.Name = "Mesh"
  2537. p29 = Instance.new("Part", m)
  2538. p29.BrickColor = BrickColor.new("Dark blue")
  2539. p29.Material = Enum.Material.SmoothPlastic
  2540. p29.Name = "apart"
  2541. p29.CFrame = CFrame.new(3.82272005, 156.556107, 40.0000076, 1, -3.63797881e-012, 4.9720783e-012, 0, 1, 7.27595761e-012, -2.30360175e-012, 1.27329258e-011, 1)
  2542. p29.CanCollide = false
  2543. p29.FormFactor = Enum.FormFactor.Custom
  2544. p29.Size = Vector3.new(1.02491105, 1.74234843, 1.84483957)
  2545. p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2546. p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2547. p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2548. p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2549. p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2550. p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2551. b27 = Instance.new("SpecialMesh", p29)
  2552. b27.MeshType = Enum.MeshType.Brick
  2553. b27.Name = "Mesh"
  2554. b27.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  2555. p30 = Instance.new("Part", m)
  2556. p30.BrickColor = BrickColor.new("Dark blue")
  2557. p30.Material = Enum.Material.SmoothPlastic
  2558. p30.Name = "apart"
  2559. p30.CFrame = CFrame.new(2.92592335, 156.914825, 39.1032219, -0.000152631605, -1, -3.05091999e-005, 6.0986782e-005, -3.05185058e-005, 1, -1, 0.000152629742, 6.09914605e-005)
  2560. p30.CanCollide = false
  2561. p30.FormFactor = Enum.FormFactor.Custom
  2562. p30.Size = Vector3.new(0.256227762, 0.768683195, 1.02491093)
  2563. p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2564. p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2565. p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2566. p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2567. p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2568. p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2569. b28 = Instance.new("SpecialMesh", p30)
  2570. b28.MeshType = Enum.MeshType.Wedge
  2571. b28.Name = "Mesh"
  2572. p31 = Instance.new("Part", m)
  2573. p31.BrickColor = BrickColor.new("Dark blue")
  2574. p31.Material = Enum.Material.SmoothPlastic
  2575. p31.Name = "apart"
  2576. p31.CFrame = CFrame.new(2.92592359, 156.91481, 40.8968201, -0.000152631605, -1, -3.05091999e-005, 6.0986782e-005, -3.05185058e-005, 1, -1, 0.000152629742, 6.09914605e-005)
  2577. p31.CanCollide = false
  2578. p31.FormFactor = Enum.FormFactor.Custom
  2579. p31.Size = Vector3.new(0.256227762, 0.768683195, 1.02491093)
  2580. p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2581. p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2582. p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2583. p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2584. p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2585. p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2586. b29 = Instance.new("SpecialMesh", p31)
  2587. b29.MeshType = Enum.MeshType.Wedge
  2588. b29.Name = "Mesh"
  2589. p32 = Instance.new("Part", m)
  2590. p32.BrickColor = BrickColor.new("Dark blue")
  2591. p32.Material = Enum.Material.SmoothPlastic
  2592. p32.Name = "apart"
  2593. p32.CFrame = CFrame.new(3.82272077, 156.556091, 40.9736748, 1, 3.05171161e-005, 3.05180401e-005, 3.05180401e-005, -1, -3.04301611e-005, 3.05171125e-005, 3.04310706e-005, -1)
  2594. p32.CanCollide = false
  2595. p32.FormFactor = Enum.FormFactor.Custom
  2596. p32.Size = Vector3.new(1.02491105, 1.74234843, 0.245498881)
  2597. p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2598. p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2599. p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2600. p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2601. p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2602. p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2603. b30 = Instance.new("SpecialMesh", p32)
  2604. b30.MeshType = Enum.MeshType.Wedge
  2605. b30.Name = "Mesh"
  2606. b30.Scale = Vector3.new(1.00999999, 1.00999999, 0.333984762)
  2607. p33 = Instance.new("Part", m)
  2608. p33.BrickColor = BrickColor.new("Dark blue")
  2609. p33.Material = Enum.Material.SmoothPlastic
  2610. p33.Name = "apart"
  2611. p33.CFrame = CFrame.new(2.66969681, 157.8116, 40.8968201, -3.05612957e-005, 1, -3.05175763e-005, -3.04729383e-005, -3.05185094e-005, -1, -1, -3.05603571e-005, 3.04738496e-005)
  2612. p33.CanCollide = false
  2613. p33.FormFactor = Enum.FormFactor.Custom
  2614. p33.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195)
  2615. p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2616. p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2617. p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2618. p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2619. p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2620. p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2621. b31 = Instance.new("SpecialMesh", p33)
  2622. b31.MeshType = Enum.MeshType.Brick
  2623. b31.Name = "Mesh"
  2624. p34 = Instance.new("Part", m)
  2625. p34.BrickColor = BrickColor.new("Dark blue")
  2626. p34.Material = Enum.Material.SmoothPlastic
  2627. p34.Name = "apart"
  2628. p34.CFrame = CFrame.new(3.82269669, 157.581009, 40.0000153, 5.34812571e-005, -1, -4.31585904e-005, 1, 5.34812607e-005, 1.38061296e-009, 9.47693479e-010, -4.31585977e-005, 1)
  2629. p34.CanCollide = false
  2630. p34.FormFactor = Enum.FormFactor.Custom
  2631. p34.Size = Vector3.new(0.245498881, 1.02491093, 1.02491093)
  2632. p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2633. p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2634. p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2635. p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2636. p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2637. p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2638. b32 = Instance.new("SpecialMesh", p34)
  2639. b32.MeshType = Enum.MeshType.Cylinder
  2640. b32.Name = "Mesh"
  2641. b32.Scale = Vector3.new(0.417481065, 0.899999976, 1)
  2642. p35 = Instance.new("Part", m)
  2643. p35.BrickColor = BrickColor.new("Dark blue")
  2644. p35.Material = Enum.Material.SmoothPlastic
  2645. p35.Name = "apart"
  2646. p35.CFrame = CFrame.new(3.82272053, 155.633682, 40.4612274, 1, 3.05171161e-005, 3.05180365e-005, 3.05180401e-005, -1, -3.04301593e-005, 3.05171143e-005, 3.04310706e-005, -1)
  2647. p35.CanCollide = false
  2648. p35.FormFactor = Enum.FormFactor.Custom
  2649. p35.Size = Vector3.new(1.02491105, 0.245498881, 0.922419906)
  2650. p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2651. p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2652. p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2653. p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2654. p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2655. p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2656. b33 = Instance.new("SpecialMesh", p35)
  2657. b33.MeshType = Enum.MeshType.Wedge
  2658. b33.Name = "Mesh"
  2659. b33.Scale = Vector3.new(1.00999999, 0.421655744, 1)
  2660. p36 = Instance.new("Part", m)
  2661. p36.BrickColor = BrickColor.new("Dark blue")
  2662. p36.Material = Enum.Material.SmoothPlastic
  2663. p36.Name = "apart"
  2664. p36.CFrame = CFrame.new(3.82272053, 156.556107, 39.0263557, -1, -3.04301484e-005, 3.05180511e-005, 3.04310906e-005, -1, 3.05171161e-005, 3.05171197e-005, 3.0518022e-005, 1)
  2665. p36.CanCollide = false
  2666. p36.FormFactor = Enum.FormFactor.Custom
  2667. p36.Size = Vector3.new(1.02491105, 1.74234843, 0.245498881)
  2668. p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2669. p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2670. p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2671. p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2672. p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2673. p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2674. b34 = Instance.new("SpecialMesh", p36)
  2675. b34.MeshType = Enum.MeshType.Wedge
  2676. b34.Name = "Mesh"
  2677. b34.Scale = Vector3.new(1.00999999, 1.00999999, 0.333984762)
  2678. p37 = Instance.new("Part", m)
  2679. p37.BrickColor = BrickColor.new("Dark blue")
  2680. p37.Material = Enum.Material.SmoothPlastic
  2681. p37.Name = "apart"
  2682. p37.CFrame = CFrame.new(3.82272053, 155.633682, 39.5388374, -1, -3.04301484e-005, 3.05180511e-005, 3.04310906e-005, -1, 3.05171161e-005, 3.05171197e-005, 3.0518022e-005, 1)
  2683. p37.CanCollide = false
  2684. p37.FormFactor = Enum.FormFactor.Custom
  2685. p37.Size = Vector3.new(1.02491105, 0.245498881, 0.922419906)
  2686. p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2687. p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2688. p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2689. p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2690. p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2691. p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2692. b35 = Instance.new("SpecialMesh", p37)
  2693. b35.MeshType = Enum.MeshType.Wedge
  2694. b35.Name = "Mesh"
  2695. b35.Scale = Vector3.new(1.00999999, 0.421655744, 1)
  2696. p38 = Instance.new("Part", m)
  2697. p38.BrickColor = BrickColor.new("Dark blue")
  2698. p38.Material = Enum.Material.SmoothPlastic
  2699. p38.Name = "apart"
  2700. p38.CFrame = CFrame.new(3.18215156, 157.811584, 40.8968277, -3.05612957e-005, 1, -3.05175708e-005, -3.04729365e-005, -3.05185131e-005, -1, -1, -3.05603608e-005, 3.04738478e-005)
  2701. p38.CanCollide = false
  2702. p38.FormFactor = Enum.FormFactor.Custom
  2703. p38.Size = Vector3.new(0.256227762, 0.768683195, 0.768683195)
  2704. p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2705. p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2706. p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2707. p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2708. p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2709. p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2710. b36 = Instance.new("SpecialMesh", p38)
  2711. b36.MeshType = Enum.MeshType.Wedge
  2712. b36.Name = "Mesh"
  2713. p39 = Instance.new("Part", m)
  2714. p39.BrickColor = BrickColor.new("Dark blue")
  2715. p39.Material = Enum.Material.SmoothPlastic
  2716. p39.Name = "apart"
  2717. p39.CFrame = CFrame.new(3.18215156, 156.940414, 39.9487991, 3.04738587e-005, -1, -3.05175854e-005, -3.05603608e-005, -3.05185022e-005, 1, -1, -3.0472931e-005, -3.05612703e-005)
  2718. p39.CanCollide = false
  2719. p39.FormFactor = Enum.FormFactor.Custom
  2720. p39.Size = Vector3.new(0.819928885, 0.256227732, 0.973665357)
  2721. p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2722. p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2723. p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2724. p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2725. p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2726. p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2727. b37 = Instance.new("SpecialMesh", p39)
  2728. b37.MeshType = Enum.MeshType.Brick
  2729. b37.Name = "Mesh"
  2730. b37.Scale = Vector3.new(1, 1.00999999, 1.00999999)
  2731. p40 = Instance.new("Part", m)
  2732. p40.BrickColor = BrickColor.new("Dark blue")
  2733. p40.Material = Enum.Material.SmoothPlastic
  2734. p40.Name = "apart"
  2735. p40.CFrame = CFrame.new(3.18215179, 156.94043, 40.0000381, 3.04738587e-005, -1, -3.05175854e-005, -3.05603608e-005, -3.05185022e-005, 1, -1, -3.0472931e-005, -3.05612703e-005)
  2736. p40.CanCollide = false
  2737. p40.FormFactor = Enum.FormFactor.Custom
  2738. p40.Size = Vector3.new(1.53736663, 0.256227732, 0.973665357)
  2739. p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2740. p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2741. p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2742. p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2743. p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2744. p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2745. b38 = Instance.new("SpecialMesh", p40)
  2746. b38.MeshType = Enum.MeshType.Torso
  2747. b38.Name = "Mesh"
  2748. p41 = Instance.new("Part", m)
  2749. p41.BrickColor = BrickColor.new("Dark blue")
  2750. p41.Material = Enum.Material.SmoothPlastic
  2751. p41.Name = "apart"
  2752. p41.CFrame = CFrame.new(4.43766689, 158.093491, 39.9999962, -1, 4.30663349e-005, 4.51109372e-010, 1.85900717e-009, 5.34494684e-005, -1, -4.30663422e-005, -1, -5.34494757e-005)
  2753. p41.CanCollide = false
  2754. p41.FormFactor = Enum.FormFactor.Custom
  2755. p41.Size = Vector3.new(0.409964442, 0.922419786, 0.922419786)
  2756. p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2757. p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2758. p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2759. p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2760. p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2761. p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2762. b39 = Instance.new("SpecialMesh", p41)
  2763. b39.MeshType = Enum.MeshType.Sphere
  2764. b39.Name = "Mesh"
  2765. p42 = Instance.new("Part", m)
  2766. p42.BrickColor = BrickColor.new("Dark blue")
  2767. p42.Material = Enum.Material.SmoothPlastic
  2768. p42.Name = "apart"
  2769. p42.CFrame = CFrame.new(3.82272005, 158.093506, 39.2825584, -3.05612848e-005, -1, -3.05175745e-005, -3.05603535e-005, 3.05185167e-005, -1, 1, -3.05603608e-005, -3.05612921e-005)
  2770. p42.CanCollide = false
  2771. p42.FormFactor = Enum.FormFactor.Custom
  2772. p42.Size = Vector3.new(0.307473212, 0.512455463, 0.512455463)
  2773. p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2774. p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2775. p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2776. p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2777. p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2778. p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2779. b40 = Instance.new("SpecialMesh", p42)
  2780. b40.MeshType = Enum.MeshType.Sphere
  2781. b40.Name = "Mesh"
  2782. p43 = Instance.new("Part", m)
  2783. p43.BrickColor = BrickColor.new("Dark blue")
  2784. p43.Material = Enum.Material.SmoothPlastic
  2785. p43.Name = "apart"
  2786. p43.CFrame = CFrame.new(4.3864212, 158.093475, 39.9999924, -1, 4.30663349e-005, 4.50970816e-010, 1.8563604e-009, 5.34494684e-005, -1, -4.30663422e-005, -1, -5.3449472e-005)
  2787. p43.CanCollide = false
  2788. p43.FormFactor = Enum.FormFactor.Custom
  2789. p43.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
  2790. p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2791. p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2792. p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2793. p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2794. p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2795. p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2796. b41 = Instance.new("SpecialMesh", p43)
  2797. b41.MeshType = Enum.MeshType.Cylinder
  2798. b41.Name = "Mesh"
  2799. b41.Scale = Vector3.new(0.417480975, 1, 1)
  2800. p44 = Instance.new("Part", m)
  2801. p44.BrickColor = BrickColor.new("Dark blue")
  2802. p44.Material = Enum.Material.SmoothPlastic
  2803. p44.Name = "apart"
  2804. p44.CFrame = CFrame.new(4.18143892, 158.093475, 39.9999886, -4.37157723e-008, -2.66764388e-012, -1, 1, -3.05612884e-005, -4.37103154e-008, -3.05612884e-005, -1, -2.66975331e-012)
  2805. p44.CanCollide = false
  2806. p44.FormFactor = Enum.FormFactor.Custom
  2807. p44.Size = Vector3.new(0.245498881, 1.02491093, 1.02491093)
  2808. p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2809. p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2810. p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2811. p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2812. p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2813. p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2814. b42 = Instance.new("SpecialMesh", p44)
  2815. b42.MeshType = Enum.MeshType.Cylinder
  2816. b42.Name = "Mesh"
  2817. b42.Scale = Vector3.new(0.626221538, 1, 1)
  2818. p45 = Instance.new("Part", m)
  2819. p45.BrickColor = BrickColor.new("Dark blue")
  2820. p45.Material = Enum.Material.Neon
  2821. p45.Name = "apart"
  2822. p45.CFrame = CFrame.new(4.18143892, 158.093475, 39.9999886, -4.37157723e-008, -2.66764388e-012, -1, 1, -3.05612884e-005, -4.37103154e-008, -3.05612884e-005, -1, -2.66975331e-012)
  2823. p45.CanCollide = false
  2824. p45.FormFactor = Enum.FormFactor.Custom
  2825. p45.Size = Vector3.new(0.245498881, 1.02491093, 1.02491093)
  2826. p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2827. p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2828. p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2829. p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2830. p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2831. p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2832. b43 = Instance.new("SpecialMesh", p45)
  2833. b43.MeshType = Enum.MeshType.Cylinder
  2834. b43.Name = "Mesh"
  2835. b43.Scale = Vector3.new(0.313110769, 1.00999999, 1.00999999)
  2836. p46 = Instance.new("Part", m)
  2837. p46.BrickColor = BrickColor.new("Dark blue")
  2838. p46.Material = Enum.Material.SmoothPlastic
  2839. p46.Name = "apart"
  2840. p46.CFrame = CFrame.new(3.82271981, 158.093491, 40.7174263, -3.05612884e-005, -1, -3.05175763e-005, -3.05603571e-005, 3.05185131e-005, -1, 1, -3.05603571e-005, -3.05612884e-005)
  2841. p46.CanCollide = false
  2842. p46.FormFactor = Enum.FormFactor.Custom
  2843. p46.Size = Vector3.new(0.307473212, 0.512455463, 0.512455463)
  2844. p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2845. p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2846. p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2847. p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2848. p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2849. p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2850. b44 = Instance.new("SpecialMesh", p46)
  2851. b44.MeshType = Enum.MeshType.Sphere
  2852. b44.Name = "Mesh"
  2853. p47 = Instance.new("Part", m)
  2854. p47.BrickColor = BrickColor.new("Dark blue")
  2855. --[[p47.Name = "Head"
  2856. p47.CFrame = CFrame.new(3.81999993, 157.776108, 40, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2857. p47.CanCollide = false
  2858. p47.FormFactor = Enum.FormFactor.Symmetric
  2859. p47.Size = Vector3.new(2, 1, 1)
  2860. p47.BottomSurface = Enum.SurfaceType.Smooth
  2861. p47.TopSurface = Enum.SurfaceType.Smooth--]]
  2862. p47 = Head
  2863. p48 = Instance.new("Part", m)
  2864. p48.BrickColor = BrickColor.new("Dark blue")
  2865. p48.Material = Enum.Material.Neon
  2866. p48.Name = "apart"
  2867. p48.CFrame = CFrame.new(3.05403709, 158.529068, 39.8975182, -3.05612884e-005, 1, -3.05166468e-005, 6.10798015e-005, -3.05147805e-005, -1, -1, -3.05631511e-005, -6.10788702e-005)
  2868. p48.CanCollide = false
  2869. p48.FormFactor = Enum.FormFactor.Custom
  2870. p48.Size = Vector3.new(0.245498881, 0.512455463, 0.245498881)
  2871. p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2872. p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2873. p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2874. p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2875. p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2876. p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2877. b45 = Instance.new("SpecialMesh", p48)
  2878. b45.MeshType = Enum.MeshType.Wedge
  2879. b45.Name = "Mesh"
  2880. b45.Scale = Vector3.new(0.208740532, 1.00999999, 0.626221359)
  2881. p49 = Instance.new("Part", m)
  2882. p49.BrickColor = BrickColor.new("Dark blue")
  2883. p49.Material = Enum.Material.SmoothPlastic
  2884. p49.Name = "apart"
  2885. p49.CFrame = CFrame.new(4.69389391, 158.09346, 39.9999847, -1, 4.30663385e-005, 4.47471393e-010, 1.85536919e-009, 5.34494684e-005, -1, -4.30663385e-005, -1, -5.34494757e-005)
  2886. p49.CanCollide = false
  2887. p49.FormFactor = Enum.FormFactor.Custom
  2888. p49.Size = Vector3.new(0.245498881, 0.409964353, 0.245498881)
  2889. p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2890. p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2891. p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2892. p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2893. p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2894. p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2895. b46 = Instance.new("SpecialMesh", p49)
  2896. b46.MeshType = Enum.MeshType.Brick
  2897. b46.Name = "Mesh"
  2898. b46.Scale = Vector3.new(0.417481035, 1.00999999, 0.834961772)
  2899. p50 = Instance.new("Part", m)
  2900. p50.BrickColor = BrickColor.new("Dark blue")
  2901. p50.Material = Enum.Material.SmoothPlastic
  2902. p50.Name = "apart"
  2903. p50.CFrame = CFrame.new(4.64264822, 158.09346, 39.9999847, -1, 4.30663385e-005, 4.47471393e-010, 1.85536919e-009, 5.34494684e-005, -1, -4.30663385e-005, -1, -5.34494757e-005)
  2904. p50.CanCollide = false
  2905. p50.FormFactor = Enum.FormFactor.Custom
  2906. p50.Size = Vector3.new(0.245498881, 0.409964353, 0.307473242)
  2907. p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2908. p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2909. p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2910. p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2911. p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2912. p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2913. b47 = Instance.new("SpecialMesh", p50)
  2914. b47.MeshType = Enum.MeshType.Brick
  2915. b47.Name = "Mesh"
  2916. b47.Scale = Vector3.new(0.417481035, 1, 1)
  2917. p51 = Instance.new("Part", m)
  2918. p51.BrickColor = BrickColor.new("Dark blue")
  2919. p51.Material = Enum.Material.Neon
  2920. p51.Name = "apart"
  2921. p51.CFrame = CFrame.new(3.05403709, 158.195969, 39.8974838, -0.000274701917, -0.99999994, -3.04719488e-005, 0.000183053358, -3.05222311e-005, 1, -0.99999994, 0.000274696329, 0.000183061755)
  2922. p51.CanCollide = false
  2923. p51.FormFactor = Enum.FormFactor.Custom
  2924. p51.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  2925. p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2926. p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2927. p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2928. p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2929. p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2930. p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2931. b48 = Instance.new("SpecialMesh", p51)
  2932. b48.MeshType = Enum.MeshType.Wedge
  2933. b48.Name = "Mesh"
  2934. b48.Scale = Vector3.new(0.208740532, 1.00999999, 1)
  2935. p52 = Instance.new("Part", m)
  2936. p52.BrickColor = BrickColor.new("Dark blue")
  2937. p52.Material = Enum.Material.SmoothPlastic
  2938. p52.Name = "apart"
  2939. p52.CFrame = CFrame.new(3.2077713, 158.272842, 40.7174377, 0.000228409393, -0.965923071, 0.258828998, -0.000213359453, 0.258829027, 0.96592319, -0.99999994, -0.000275849539, -0.00014696976)
  2940. p52.CanCollide = false
  2941. p52.FormFactor = Enum.FormFactor.Custom
  2942. p52.Size = Vector3.new(0.245498881, 1.02491093, 0.245498881)
  2943. p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2944. p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2945. p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2946. p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2947. p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2948. p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2949. b49 = Instance.new("SpecialMesh", p52)
  2950. b49.MeshType = Enum.MeshType.Wedge
  2951. b49.Name = "Mesh"
  2952. b49.Scale = Vector3.new(0.208740532, 1, 0.626221359)
  2953. p53 = Instance.new("Part", m)
  2954. p53.BrickColor = BrickColor.new("Dark blue")
  2955. p53.Material = Enum.Material.SmoothPlastic
  2956. p53.Name = "apart"
  2957. p53.CFrame = CFrame.new(3.82271767, 158.093475, 39.9999886, -3.05612375e-005, -1, -3.04430723e-005, -3.05603317e-005, 3.0502677e-005, -1.00000012, 1, -3.05603717e-005, -3.05613357e-005)
  2958. p53.CanCollide = false
  2959. p53.FormFactor = Enum.FormFactor.Custom
  2960. p53.Size = Vector3.new(1.43487537, 0.512455463, 0.512455463)
  2961. p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2962. p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2963. p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2964. p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2965. p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2966. p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2967. b50 = Instance.new("SpecialMesh", p53)
  2968. b50.MeshType = Enum.MeshType.Cylinder
  2969. b50.Name = "Mesh"
  2970. p54 = Instance.new("Part", m)
  2971. p54.BrickColor = BrickColor.new("Dark blue")
  2972. p54.Material = Enum.Material.SmoothPlastic
  2973. p54.Name = "apart"
  2974. p54.CFrame = CFrame.new(3.82271767, 158.093491, 39.4363022, 3.07936716e-008, -3.99507094e-011, 1, -1.00000012, -0.000152631663, -2.78741936e-008, 0.000152631561, -1, 2.18273732e-011)
  2975. p54.CanCollide = false
  2976. p54.FormFactor = Enum.FormFactor.Custom
  2977. p54.Size = Vector3.new(1.02491105, 0.245498881, 1.02491093)
  2978. p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2979. p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2980. p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2981. p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2982. p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2983. p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2984. b51 = Instance.new("SpecialMesh", p54)
  2985. b51.MeshType = Enum.MeshType.Torso
  2986. b51.Name = "Mesh"
  2987. b51.Scale = Vector3.new(1, 0.417480916, 1)
  2988. p55 = Instance.new("Part", m)
  2989. p55.BrickColor = BrickColor.new("Dark blue")
  2990. p55.Material = Enum.Material.SmoothPlastic
  2991. p55.Name = "apart"
  2992. p55.CFrame = CFrame.new(3.05403447, 158.195984, 39.6669159, -0.000274701975, -0.99999994, -3.05464528e-005, 0.000183053344, -3.05380709e-005, 1.00000012, -1, 0.000274696329, 0.000183061798)
  2993. p55.CanCollide = false
  2994. p55.FormFactor = Enum.FormFactor.Custom
  2995. p55.Size = Vector3.new(0.358718932, 0.512455463, 0.512455463)
  2996. p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2997. p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2998. p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2999. p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3000. p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3001. p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3002. b52 = Instance.new("SpecialMesh", p55)
  3003. b52.MeshType = Enum.MeshType.Wedge
  3004. b52.Name = "Mesh"
  3005. p56 = Instance.new("Part", m)
  3006. p56.BrickColor = BrickColor.new("Dark blue")
  3007. p56.Material = Enum.Material.SmoothPlastic
  3008. p56.Name = "apart"
  3009. p56.CFrame = CFrame.new(2.7465601, 158.529114, 39.8975143, -0.000274701975, -0.999999881, -3.05464528e-005, 0.000183053344, -3.05380672e-005, 1.00000012, -1, 0.0002746963, 0.000183061798)
  3010. p56.CanCollide = false
  3011. p56.FormFactor = Enum.FormFactor.Custom
  3012. p56.Size = Vector3.new(0.245498881, 0.245498881, 0.245498881)
  3013. p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3014. p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3015. p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3016. p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3017. p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3018. p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3019. b53 = Instance.new("SpecialMesh", p56)
  3020. b53.MeshType = Enum.MeshType.Wedge
  3021. b53.Name = "Mesh"
  3022. b53.Scale = Vector3.new(0.417481065, 0.417480946, 0.626221359)
  3023. p57 = Instance.new("Part", m)
  3024. p57.BrickColor = BrickColor.new("Dark blue")
  3025. p57.Material = Enum.Material.SmoothPlastic
  3026. p57.Name = "apart"
  3027. p57.CFrame = CFrame.new(3.05403423, 158.529099, 40.1024895, -3.05613503e-005, 0.999999881, -3.04421301e-005, 6.10797433e-005, -3.04989571e-005, -1.00000012, -1, -3.05630856e-005, -6.10789066e-005)
  3028. p57.CanCollide = false
  3029. p57.FormFactor = Enum.FormFactor.Custom
  3030. p57.Size = Vector3.new(0.245498881, 0.512455463, 0.245498881)
  3031. p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3032. p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3033. p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3034. p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3035. p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3036. p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3037. b54 = Instance.new("SpecialMesh", p57)
  3038. b54.MeshType = Enum.MeshType.Wedge
  3039. b54.Name = "Mesh"
  3040. b54.Scale = Vector3.new(0.417481065, 1, 0.626221359)
  3041. p58 = Instance.new("Part", m)
  3042. p58.BrickColor = BrickColor.new("Dark blue")
  3043. p58.Material = Enum.Material.SmoothPlastic
  3044. p58.Name = "apart"
  3045. p58.CFrame = CFrame.new(3.82271719, 158.093506, 40.5636864, -1.18223397e-007, 6.08786355e-011, 0.999999881, 1.00000012, -4.36484697e-008, 5.95373422e-008, 4.37539711e-008, 1, 6.57935928e-011)
  3046. p58.CanCollide = false
  3047. p58.FormFactor = Enum.FormFactor.Custom
  3048. p58.Size = Vector3.new(1.02491105, 0.245498881, 1.02491093)
  3049. p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3050. p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3051. p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3052. p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3053. p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3054. p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3055. b55 = Instance.new("SpecialMesh", p58)
  3056. b55.MeshType = Enum.MeshType.Torso
  3057. b55.Name = "Mesh"
  3058. b55.Scale = Vector3.new(1, 0.417480916, 1)
  3059. p59 = Instance.new("Part", m)
  3060. p59.BrickColor = BrickColor.new("Dark blue")
  3061. p59.Material = Enum.Material.SmoothPlastic
  3062. p59.Name = "apart"
  3063. p59.CFrame = CFrame.new(3.82271719, 158.093506, 39.9999809, 5.34067403e-005, -0.999999881, -4.31585322e-005, 1.00000012, 5.34654391e-005, 1.43842538e-009, 9.74580416e-010, -4.31586632e-005, 1)
  3064. p59.CanCollide = false
  3065. p59.FormFactor = Enum.FormFactor.Custom
  3066. p59.Size = Vector3.new(1.02491105, 1.02491093, 1.02491093)
  3067. p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3068. p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3069. p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3070. p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3071. p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3072. p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3073. b56 = Instance.new("SpecialMesh", p59)
  3074. b56.MeshType = Enum.MeshType.Brick
  3075. b56.Name = "Mesh"
  3076. p60 = Instance.new("Part", m)
  3077. p60.BrickColor = BrickColor.new("Dark blue")
  3078. p60.Material = Enum.Material.Neon
  3079. p60.Name = "apart"
  3080. p60.CFrame = CFrame.new(3.05403423, 158.529114, 40.1024895, -3.05613539e-005, 0.999999881, -3.04421301e-005, 6.10797433e-005, -3.04989553e-005, -1.00000012, -1, -3.05630856e-005, -6.10789139e-005)
  3081. p60.CanCollide = false
  3082. p60.FormFactor = Enum.FormFactor.Custom
  3083. p60.Size = Vector3.new(0.245498881, 0.512455463, 0.245498881)
  3084. p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3085. p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3086. p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3087. p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3088. p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3089. p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3090. b57 = Instance.new("SpecialMesh", p60)
  3091. b57.MeshType = Enum.MeshType.Wedge
  3092. b57.Name = "Mesh"
  3093. b57.Scale = Vector3.new(0.208740532, 1.00999999, 0.626221359)
  3094. p61 = Instance.new("Part", m)
  3095. p61.BrickColor = BrickColor.new("Dark blue")
  3096. p61.Material = Enum.Material.SmoothPlastic
  3097. p61.Name = "apart"
  3098. p61.CFrame = CFrame.new(3.05403423, 158.19603, 39.89748, -0.000274701946, -0.999999821, -3.05464564e-005, 0.000183053315, -3.05380599e-005, 1.00000012, -0.99999994, 0.000274696271, 0.000183061798)
  3099. p61.CanCollide = false
  3100. p61.FormFactor = Enum.FormFactor.Custom
  3101. p61.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  3102. p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3103. p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3104. p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3105. p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3106. p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3107. p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3108. b58 = Instance.new("SpecialMesh", p61)
  3109. b58.MeshType = Enum.MeshType.Wedge
  3110. b58.Name = "Mesh"
  3111. b58.Scale = Vector3.new(0.417481065, 1, 1)
  3112. p62 = Instance.new("Part", m)
  3113. p62.BrickColor = BrickColor.new("Dark blue")
  3114. p62.Material = Enum.Material.SmoothPlastic
  3115. p62.Name = "apart"
  3116. p62.CFrame = CFrame.new(3.20776844, 158.272903, 40.7686882, 0.000228409335, -0.965923011, 0.258828908, -0.000213359541, 0.258829057, 0.965923309, -0.99999994, -0.000275849598, -0.000146969687)
  3117. p62.CanCollide = false
  3118. p62.FormFactor = Enum.FormFactor.Custom
  3119. p62.Size = Vector3.new(0.245498881, 1.02491093, 0.245498881)
  3120. p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3121. p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3122. p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3123. p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3124. p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3125. p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3126. b59 = Instance.new("SpecialMesh", p62)
  3127. b59.MeshType = Enum.MeshType.Wedge
  3128. b59.Name = "Mesh"
  3129. b59.Scale = Vector3.new(0.208740532, 1, 0.626221359)
  3130. p63 = Instance.new("Part", m)
  3131. p63.BrickColor = BrickColor.new("Dark blue")
  3132. p63.Material = Enum.Material.SmoothPlastic
  3133. p63.Name = "apart"
  3134. p63.CFrame = CFrame.new(3.05403471, 158.196045, 40.1024666, -0.000274702004, -0.999999821, -3.05771828e-005, 0.000183053315, -3.04877758e-005, 1.00000024, -1, 0.000274696242, 0.000183061857)
  3135. p63.CanCollide = false
  3136. p63.FormFactor = Enum.FormFactor.Custom
  3137. p63.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  3138. p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3139. p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3140. p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3141. p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3142. p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3143. p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3144. b60 = Instance.new("SpecialMesh", p63)
  3145. b60.MeshType = Enum.MeshType.Wedge
  3146. b60.Name = "Mesh"
  3147. b60.Scale = Vector3.new(0.417481065, 1, 1)
  3148. p64 = Instance.new("Part", m)
  3149. p64.BrickColor = BrickColor.new("Dark blue")
  3150. p64.Material = Enum.Material.SmoothPlastic
  3151. p64.Name = "apart"
  3152. p64.CFrame = CFrame.new(2.7465601, 158.529175, 40.3330841, -0.000274702004, -0.999999762, -3.05771828e-005, 0.000183053315, -3.0487774e-005, 1.00000024, -1, 0.000274696213, 0.000183061857)
  3153. p64.CanCollide = false
  3154. p64.FormFactor = Enum.FormFactor.Custom
  3155. p64.Size = Vector3.new(0.358718932, 0.245498881, 0.245498881)
  3156. p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3157. p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3158. p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3159. p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3160. p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3161. p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3162. b61 = Instance.new("SpecialMesh", p64)
  3163. b61.MeshType = Enum.MeshType.Wedge
  3164. b61.Name = "Mesh"
  3165. b61.Scale = Vector3.new(1, 0.417480946, 0.626221359)
  3166. p65 = Instance.new("Part", m)
  3167. p65.BrickColor = BrickColor.new("Dark blue")
  3168. p65.Material = Enum.Material.SmoothPlastic
  3169. p65.Name = "apart"
  3170. p65.CFrame = CFrame.new(2.74655938, 158.52919, 39.6668968, -0.000274702004, -0.999999702, -3.05771828e-005, 0.000183053315, -3.04877722e-005, 1.00000024, -1, 0.000274696184, 0.000183061857)
  3171. p65.CanCollide = false
  3172. p65.FormFactor = Enum.FormFactor.Custom
  3173. p65.Size = Vector3.new(0.358718932, 0.245498881, 0.245498881)
  3174. p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3175. p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3176. p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3177. p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3178. p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3179. p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3180. b62 = Instance.new("SpecialMesh", p65)
  3181. b62.MeshType = Enum.MeshType.Wedge
  3182. b62.Name = "Mesh"
  3183. b62.Scale = Vector3.new(1, 0.417480946, 0.626221359)
  3184. p66 = Instance.new("Part", m)
  3185. p66.BrickColor = BrickColor.new("Dark blue")
  3186. p66.Material = Enum.Material.SmoothPlastic
  3187. p66.Name = "apart"
  3188. p66.CFrame = CFrame.new(3.05403376, 158.196106, 40.3330727, -0.000274702004, -0.999999642, -3.05771828e-005, 0.000183053315, -3.04877703e-005, 1.00000024, -1, 0.000274696155, 0.000183061857)
  3189. p66.CanCollide = false
  3190. p66.FormFactor = Enum.FormFactor.Custom
  3191. p66.Size = Vector3.new(0.358718932, 0.512455463, 0.512455463)
  3192. p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3193. p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3194. p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3195. p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3196. p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3197. p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3198. b63 = Instance.new("SpecialMesh", p66)
  3199. b63.MeshType = Enum.MeshType.Wedge
  3200. b63.Name = "Mesh"
  3201. p67 = Instance.new("Part", m)
  3202. p67.BrickColor = BrickColor.new("Dark blue")
  3203. p67.Material = Enum.Material.Neon
  3204. p67.Name = "apart"
  3205. p67.CFrame = CFrame.new(3.05403376, 158.196106, 40.1024437, -0.000274702004, -0.999999583, -3.05771828e-005, 0.000183053315, -3.04877685e-005, 1.00000024, -1, 0.000274696125, 0.000183061857)
  3206. p67.CanCollide = false
  3207. p67.FormFactor = Enum.FormFactor.Custom
  3208. p67.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  3209. p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3210. p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3211. p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3212. p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3213. p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3214. p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3215. b64 = Instance.new("SpecialMesh", p67)
  3216. b64.MeshType = Enum.MeshType.Wedge
  3217. b64.Name = "Mesh"
  3218. b64.Scale = Vector3.new(0.208740532, 1.00999999, 1)
  3219. p68 = Instance.new("Part", m)
  3220. p68.BrickColor = BrickColor.new("Dark blue")
  3221. p68.Material = Enum.Material.SmoothPlastic
  3222. p68.Name = "apart"
  3223. p68.CFrame = CFrame.new(2.74655938, 158.529221, 40.1024551, -0.000274702004, -0.999999523, -3.05771828e-005, 0.000183053315, -3.04877667e-005, 1.00000024, -1, 0.000274696096, 0.000183061857)
  3224. p68.CanCollide = false
  3225. p68.FormFactor = Enum.FormFactor.Custom
  3226. p68.Size = Vector3.new(0.245498881, 0.245498881, 0.245498881)
  3227. p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3228. p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3229. p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3230. p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3231. p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3232. p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3233. b65 = Instance.new("SpecialMesh", p68)
  3234. b65.MeshType = Enum.MeshType.Wedge
  3235. b65.Name = "Mesh"
  3236. b65.Scale = Vector3.new(0.417481065, 0.417480946, 0.626221359)
  3237. p69 = Instance.new("Part", m)
  3238. p69.BrickColor = BrickColor.new("Dark blue")
  3239. p69.Material = Enum.Material.SmoothPlastic
  3240. p69.Name = "apart"
  3241. p69.CFrame = CFrame.new(3.05403352, 158.529205, 40.3330612, -3.05614631e-005, 0.999999523, -3.04113782e-005, 6.10796851e-005, -3.05492649e-005, -1.00000024, -1, -3.05628819e-005, -6.10789648e-005)
  3242. p69.CanCollide = false
  3243. p69.FormFactor = Enum.FormFactor.Custom
  3244. p69.Size = Vector3.new(0.358718932, 0.512455463, 0.245498881)
  3245. p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3246. p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3247. p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3248. p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3249. p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3250. p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3251. b66 = Instance.new("SpecialMesh", p69)
  3252. b66.MeshType = Enum.MeshType.Wedge
  3253. b66.Name = "Mesh"
  3254. b66.Scale = Vector3.new(1, 1, 0.626221359)
  3255. p70 = Instance.new("Part", m)
  3256. p70.BrickColor = BrickColor.new("Dark blue")
  3257. p70.Material = Enum.Material.SmoothPlastic
  3258. p70.Name = "apart"
  3259. p70.CFrame = CFrame.new(3.05403328, 158.529221, 39.89748, -3.05614631e-005, 0.999999523, -3.04113782e-005, 6.10796851e-005, -3.05492649e-005, -1.00000024, -1, -3.05628819e-005, -6.10789648e-005)
  3260. p70.CanCollide = false
  3261. p70.FormFactor = Enum.FormFactor.Custom
  3262. p70.Size = Vector3.new(0.245498881, 0.512455463, 0.245498881)
  3263. p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3264. p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3265. p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3266. p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3267. p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3268. p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3269. b67 = Instance.new("SpecialMesh", p70)
  3270. b67.MeshType = Enum.MeshType.Wedge
  3271. b67.Name = "Mesh"
  3272. b67.Scale = Vector3.new(0.417481065, 1, 0.626221359)
  3273. p71 = Instance.new("Part", m)
  3274. p71.BrickColor = BrickColor.new("Dark blue")
  3275. p71.Material = Enum.Material.Neon
  3276. p71.Name = "apart"
  3277. p71.CFrame = CFrame.new(3.82271624, 158.093628, 40.6661491, -3.05610884e-005, -0.999999523, -3.04123096e-005, -3.05602262e-005, 3.05529975e-005, -1.00000024, 1, -3.05606263e-005, -3.0561383e-005)
  3278. p71.CanCollide = false
  3279. p71.FormFactor = Enum.FormFactor.Custom
  3280. p71.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  3281. p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3282. p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3283. p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3284. p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3285. p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3286. p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3287. b68 = Instance.new("SpecialMesh", p71)
  3288. b68.MeshType = Enum.MeshType.Cylinder
  3289. b68.Name = "Mesh"
  3290. b68.Scale = Vector3.new(0.208740488, 1.00999999, 1.00999999)
  3291. p72 = Instance.new("Part", m)
  3292. p72.BrickColor = BrickColor.new("Dark blue")
  3293. p72.Material = Enum.Material.SmoothPlastic
  3294. p72.Name = "apart"
  3295. p72.CFrame = CFrame.new(3.05403328, 158.529221, 39.6668777, -3.05614631e-005, 0.999999523, -3.04113764e-005, 6.10796851e-005, -3.05492686e-005, -1.00000024, -1, -3.05628819e-005, -6.10789648e-005)
  3296. p72.CanCollide = false
  3297. p72.FormFactor = Enum.FormFactor.Custom
  3298. p72.Size = Vector3.new(0.358718932, 0.512455463, 0.245498881)
  3299. p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3300. p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3301. p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3302. p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3303. p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3304. p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3305. b69 = Instance.new("SpecialMesh", p72)
  3306. b69.MeshType = Enum.MeshType.Wedge
  3307. b69.Name = "Mesh"
  3308. b69.Scale = Vector3.new(1, 1, 0.626221359)
  3309. p73 = Instance.new("Part", m)
  3310. p73.BrickColor = BrickColor.new("Dark blue")
  3311. p73.Material = Enum.Material.SmoothPlastic
  3312. p73.Name = "apart"
  3313. p73.CFrame = CFrame.new(3.20776749, 158.27298, 39.2312889, 0.000228409161, -0.965922713, 0.258828849, -0.000213359599, 0.258829117, 0.965923429, -1, -0.00027584983, -0.000146969658)
  3314. p73.CanCollide = false
  3315. p73.FormFactor = Enum.FormFactor.Custom
  3316. p73.Size = Vector3.new(0.245498881, 1.02491093, 0.245498881)
  3317. p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3318. p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3319. p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3320. p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3321. p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3322. p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3323. b70 = Instance.new("SpecialMesh", p73)
  3324. b70.MeshType = Enum.MeshType.Wedge
  3325. b70.Name = "Mesh"
  3326. b70.Scale = Vector3.new(0.208740532, 1, 0.626221359)
  3327. p74 = Instance.new("Part", m)
  3328. p74.BrickColor = BrickColor.new("Dark blue")
  3329. p74.Material = Enum.Material.SmoothPlastic
  3330. p74.Name = "apart"
  3331. p74.CFrame = CFrame.new(3.20777059, 158.27298, 39.282547, 0.000228409161, -0.965922713, 0.258828819, -0.000213359614, 0.258829117, 0.965923369, -1.00000012, -0.000275849859, -0.000146969644)
  3332. p74.CanCollide = false
  3333. p74.FormFactor = Enum.FormFactor.Custom
  3334. p74.Size = Vector3.new(0.245498881, 1.02491093, 0.245498881)
  3335. p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3336. p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3337. p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3338. p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3339. p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3340. p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3341. b71 = Instance.new("SpecialMesh", p74)
  3342. b71.MeshType = Enum.MeshType.Wedge
  3343. b71.Name = "Mesh"
  3344. b71.Scale = Vector3.new(0.208740532, 1, 0.626221359)
  3345. p75 = Instance.new("Part", m)
  3346. p75.BrickColor = BrickColor.new("Dark blue")
  3347. p75.Material = Enum.Material.Neon
  3348. p75.Name = "apart"
  3349. p75.CFrame = CFrame.new(3.82271242, 158.093628, 39.3337746, -3.05610592e-005, -0.999999583, -3.03685665e-005, -3.05602152e-005, 3.05473804e-005, -1.00000036, 1.00000024, -3.05606482e-005, -3.05614085e-005)
  3350. p75.CanCollide = false
  3351. p75.FormFactor = Enum.FormFactor.Custom
  3352. p75.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
  3353. p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3354. p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3355. p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3356. p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3357. p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3358. p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3359. b72 = Instance.new("SpecialMesh", p75)
  3360. b72.MeshType = Enum.MeshType.Cylinder
  3361. b72.Name = "Mesh"
  3362. b72.Scale = Vector3.new(0.208740488, 1.00999999, 1.00999999)
  3363. p76 = Instance.new("Part", m)
  3364. p76.BrickColor = BrickColor.new("Dark blue")
  3365. p76.Material = Enum.Material.Neon
  3366. p76.Name = "apart"
  3367. p76.CFrame = CFrame.new(4.6938858, 158.093613, 39.999958, -0.999999583, 4.30660984e-005, 1.49448169e-007, 3.07118171e-008, 5.34493374e-005, -1.00000036, -4.30666332e-005, -1.00000024, -5.34495957e-005)
  3368. p76.CanCollide = false
  3369. p76.FormFactor = Enum.FormFactor.Custom
  3370. p76.Size = Vector3.new(0.245498881, 0.409964353, 0.245498881)
  3371. p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3372. p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3373. p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3374. p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3375. p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3376. p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3377. b73 = Instance.new("SpecialMesh", p76)
  3378. b73.MeshType = Enum.MeshType.Brick
  3379. b73.Name = "Mesh"
  3380. b73.Scale = Vector3.new(0.421655834, 1.01999998, 0.333984703)
  3381. p77 = Instance.new("Part", m)
  3382. p77.BrickColor = BrickColor.new("Dark blue")
  3383. p77.Material = Enum.Material.Neon
  3384. p77.Name = "apart"
  3385. p77.CFrame = CFrame.new(2.74655533, 158.529221, 40.1024628, -0.000274702033, -0.999999523, -3.06209367e-005, 0.000183053286, -3.04933837e-005, 1.00000036, -1.00000012, 0.000274696125, 0.0001830619)
  3386. p77.CanCollide = false
  3387. p77.FormFactor = Enum.FormFactor.Custom
  3388. p77.Size = Vector3.new(0.245498881, 0.245498881, 0.245498881)
  3389. p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3390. p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3391. p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3392. p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3393. p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3394. p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3395. b74 = Instance.new("SpecialMesh", p77)
  3396. b74.MeshType = Enum.MeshType.Wedge
  3397. b74.Name = "Mesh"
  3398. b74.Scale = Vector3.new(0.208740532, 0.417480946, 0.632483602)
  3399. p78 = Instance.new("Part", m)
  3400. p78.BrickColor = BrickColor.new("Dark blue")
  3401. p78.Material = Enum.Material.Neon
  3402. p78.Name = "apart"
  3403. p78.CFrame = CFrame.new(2.74655509, 158.529236, 39.8974838, -0.000274702033, -0.999999464, -3.06209367e-005, 0.000183053286, -3.04933819e-005, 1.00000036, -1.00000012, 0.000274696096, 0.0001830619)
  3404. p78.CanCollide = false
  3405. p78.FormFactor = Enum.FormFactor.Custom
  3406. p78.Size = Vector3.new(0.245498881, 0.245498881, 0.245498881)
  3407. p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3408. p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3409. p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3410. p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3411. p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3412. p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3413. b75 = Instance.new("SpecialMesh", p78)
  3414. b75.MeshType = Enum.MeshType.Wedge
  3415. b75.Name = "Mesh"
  3416. b75.Scale = Vector3.new(0.208740532, 0.417480946, 0.632483602)
  3417. p79 = Instance.new("Part", m)
  3418. p79.BrickColor = BrickColor.new("Dark blue")
  3419. p79.Material = Enum.Material.SmoothPlastic
  3420. p79.Name = "apart"
  3421. p79.CFrame = CFrame.new(3.82272029, 157.171036, 41.537384, 1, 7.27595761e-012, 0, 0, 0.999999881, -2.98023224e-008, 0, 2.98023224e-008, 0.999999881)
  3422. p79.CanCollide = false
  3423. p79.FormFactor = Enum.FormFactor.Custom
  3424. p79.Size = Vector3.new(1.02491105, 0.512455463, 1.02491093)
  3425. p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3426. p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3427. p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3428. p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3429. p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3430. p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3431. b76 = Instance.new("SpecialMesh", p79)
  3432. b76.MeshType = Enum.MeshType.Brick
  3433. b76.Name = "Mesh"
  3434. b76.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  3435. p80 = Instance.new("Part", m)
  3436. p80.BrickColor = BrickColor.new("Dark blue")
  3437. p80.Material = Enum.Material.SmoothPlastic
  3438. p80.Name = "apart"
  3439. p80.CFrame = CFrame.new(3.82272029, 157.350388, 41.9729614, 1, 7.27595761e-012, 0, 0, 0.999999881, -2.98023224e-008, 0, 2.98023224e-008, 0.999999881)
  3440. p80.CanCollide = false
  3441. p80.FormFactor = Enum.FormFactor.Custom
  3442. p80.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732)
  3443. p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3444. p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3445. p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3446. p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3447. p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3448. p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3449. b77 = Instance.new("SpecialMesh", p80)
  3450. b77.MeshType = Enum.MeshType.Cylinder
  3451. b77.Name = "Mesh"
  3452. b77.Scale = Vector3.new(1.01999998, 1, 1)
  3453. p81 = Instance.new("Part", m)
  3454. p81.BrickColor = BrickColor.new("Dark blue")
  3455. p81.Material = Enum.Material.SmoothPlastic
  3456. p81.Name = "apart"
  3457. p81.CFrame = CFrame.new(3.41275811, 157.555359, 42.3316841, 1, 1.11727404e-005, -4.16862822e-005, -4.16866351e-005, 0.500085592, -0.865975857, 1.11713871e-005, 0.865975857, 0.500085592)
  3458. p81.CanCollide = false
  3459. p81.FormFactor = Enum.FormFactor.Custom
  3460. p81.Size = Vector3.new(0.245498881, 0.768683195, 0.245498881)
  3461. p81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3462. p81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3463. p81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3464. p81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3465. p81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3466. p81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3467. b78 = Instance.new("SpecialMesh", p81)
  3468. b78.MeshType = Enum.MeshType.Wedge
  3469. b78.Name = "Mesh"
  3470. b78.Scale = Vector3.new(0.417481035, 1, 0.626221299)
  3471. p82 = Instance.new("Part", m)
  3472. p82.BrickColor = BrickColor.new("Dark blue")
  3473. p82.Material = Enum.Material.SmoothPlastic
  3474. p82.Name = "apart"
  3475. p82.CFrame = CFrame.new(3.82271981, 156.018005, 41.4092636, 1, 3.05180438e-005, -3.05171125e-005, -3.05171106e-005, 0.99999994, 3.05180401e-005, 3.05180401e-005, -3.05171106e-005, 0.99999994)
  3476. p82.CanCollide = false
  3477. p82.FormFactor = Enum.FormFactor.Custom
  3478. p82.Size = Vector3.new(1.02491105, 0.256227732, 0.768683195)
  3479. p82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3480. p82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3481. p82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3482. p82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3483. p82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3484. p82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3485. b79 = Instance.new("SpecialMesh", p82)
  3486. b79.MeshType = Enum.MeshType.Wedge
  3487. b79.Name = "Mesh"
  3488. b79.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  3489. p83 = Instance.new("Part", m)
  3490. p83.BrickColor = BrickColor.new("Dark blue")
  3491. p83.Material = Enum.Material.SmoothPlastic
  3492. p83.Name = "apart"
  3493. p83.CFrame = CFrame.new(3.82271981, 156.018005, 41.9217148, 1, 0, 0, 0, 0.99999994, 0, 0, 0, 0.99999994)
  3494. p83.CanCollide = false
  3495. p83.FormFactor = Enum.FormFactor.Custom
  3496. p83.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732)
  3497. p83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3498. p83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3499. p83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3500. p83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3501. p83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3502. p83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3503. b80 = Instance.new("SpecialMesh", p83)
  3504. b80.MeshType = Enum.MeshType.Brick
  3505. b80.Name = "Mesh"
  3506. b80.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  3507. p84 = Instance.new("Part", m)
  3508. p84.BrickColor = BrickColor.new("Dark blue")
  3509. p84.Material = Enum.Material.SmoothPlastic
  3510. p84.Name = "apart"
  3511. p84.CFrame = CFrame.new(3.82271981, 155.633667, 41.5373764, 1, 0, 0, 0, 0.99999994, 0, 0, 0, 0.99999994)
  3512. p84.CanCollide = false
  3513. p84.FormFactor = Enum.FormFactor.Custom
  3514. p84.Size = Vector3.new(1.02491105, 0.512455463, 1.02491093)
  3515. p84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3516. p84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3517. p84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3518. p84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3519. p84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3520. p84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3521. b81 = Instance.new("SpecialMesh", p84)
  3522. b81.MeshType = Enum.MeshType.Brick
  3523. b81.Name = "Mesh"
  3524. b81.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  3525. p85 = Instance.new("Part", m)
  3526. p85.BrickColor = BrickColor.new("Dark blue")
  3527. p85.Material = Enum.Material.SmoothPlastic
  3528. p85.Name = "apart"
  3529. p85.CFrame = CFrame.new(4.23268604, 157.555389, 42.331665, 1, 1.11727377e-005, -4.16862786e-005, -4.16866387e-005, 0.500085652, -0.865975916, 1.1171388e-005, 0.865975916, 0.500085652)
  3530. p85.CanCollide = false
  3531. p85.FormFactor = Enum.FormFactor.Custom
  3532. p85.Size = Vector3.new(0.245498881, 0.768683195, 0.245498881)
  3533. p85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3534. p85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3535. p85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3536. p85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3537. p85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3538. p85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3539. b82 = Instance.new("SpecialMesh", p85)
  3540. b82.MeshType = Enum.MeshType.Wedge
  3541. b82.Name = "Mesh"
  3542. b82.Scale = Vector3.new(0.417481035, 1, 0.626221299)
  3543. p86 = Instance.new("Part", m)
  3544. p86.BrickColor = BrickColor.new("Dark blue")
  3545. p86.Material = Enum.Material.SmoothPlastic
  3546. p86.Name = "apart"
  3547. p86.CFrame = CFrame.new(3.82272005, 156.402374, 41.9217072, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3548. p86.CanCollide = false
  3549. p86.FormFactor = Enum.FormFactor.Custom
  3550. p86.Size = Vector3.new(1.02491105, 0.512455463, 0.256227732)
  3551. p86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3552. p86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3553. p86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3554. p86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3555. p86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3556. p86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3557. b83 = Instance.new("SpecialMesh", p86)
  3558. b83.MeshType = Enum.MeshType.Wedge
  3559. b83.Name = "Mesh"
  3560. b83.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  3561. p87 = Instance.new("Part", m)
  3562. p87.BrickColor = BrickColor.new("Dark blue")
  3563. p87.Material = Enum.Material.SmoothPlastic
  3564. p87.Name = "apart"
  3565. p87.CFrame = CFrame.new(3.82272005, 155.633698, 41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3566. p87.CanCollide = false
  3567. p87.FormFactor = Enum.FormFactor.Custom
  3568. p87.Size = Vector3.new(1.02491105, 0.512455463, 0.973665357)
  3569. p87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3570. p87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3571. p87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3572. p87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3573. p87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3574. p87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3575. b84 = Instance.new("SpecialMesh", p87)
  3576. b84.MeshType = Enum.MeshType.Brick
  3577. b84.Name = "Mesh"
  3578. b84.Scale = Vector3.new(0.5, 1.01999998, 1.01999998)
  3579. p88 = Instance.new("Part", m)
  3580. p88.BrickColor = BrickColor.new("Dark blue")
  3581. p88.Material = Enum.Material.SmoothPlastic
  3582. p88.Name = "apart"
  3583. p88.CFrame = CFrame.new(3.82272005, 157.350418, 41.9729462, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3584. p88.CanCollide = false
  3585. p88.FormFactor = Enum.FormFactor.Custom
  3586. p88.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732)
  3587. p88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3588. p88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3589. p88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3590. p88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3591. p88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3592. p88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3593. b85 = Instance.new("SpecialMesh", p88)
  3594. b85.MeshType = Enum.MeshType.Cylinder
  3595. b85.Name = "Mesh"
  3596. b85.Scale = Vector3.new(1.02999997, 0.5, 0.5)
  3597. p89 = Instance.new("Part", m)
  3598. p89.BrickColor = BrickColor.new("Dark blue")
  3599. p89.Material = Enum.Material.Neon
  3600. p89.Name = "apart"
  3601. p89.CFrame = CFrame.new(3.82272005, 155.633698, 41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3602. p89.CanCollide = false
  3603. p89.FormFactor = Enum.FormFactor.Custom
  3604. p89.Size = Vector3.new(1.02491105, 0.512455463, 0.973665357)
  3605. p89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3606. p89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3607. p89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3608. p89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3609. p89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3610. p89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3611. b86 = Instance.new("SpecialMesh", p89)
  3612. b86.MeshType = Enum.MeshType.Brick
  3613. b86.Name = "Mesh"
  3614. b86.Scale = Vector3.new(0.25, 1.02999997, 1.02999997)
  3615. p90 = Instance.new("Part", m)
  3616. p90.BrickColor = BrickColor.new("Dark blue")
  3617. p90.Material = Enum.Material.SmoothPlastic
  3618. p90.Name = "apart"
  3619. p90.CFrame = CFrame.new(3.82272005, 156.402374, 41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3620. p90.CanCollide = false
  3621. p90.FormFactor = Enum.FormFactor.Custom
  3622. p90.Size = Vector3.new(1.02491105, 2.04982185, 1.02491093)
  3623. p90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3624. p90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3625. p90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3626. p90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3627. p90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3628. p90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3629. --[[p91 = Instance.new("Part", m)
  3630. p91.BrickColor = BrickColor.new("Bright orange")
  3631. p91.Name = "Right Arm"
  3632. p91.CFrame = CFrame.new(3.81999993, 156.276108, 41.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  3633. p91.CanCollide = false
  3634. p91.FormFactor = Enum.FormFactor.Symmetric
  3635. p91.Size = Vector3.new(1, 2, 1)
  3636. p91.BottomSurface = Enum.SurfaceType.Smooth
  3637. p91.TopSurface = Enum.SurfaceType.Smooth--]]
  3638. p91 = RightArm
  3639. p92 = Instance.new("Part", m)
  3640. p92.BrickColor = BrickColor.new("Dark blue")
  3641. p92.Material = Enum.Material.SmoothPlastic
  3642. p92.Name = "apart"
  3643. p92.CFrame = CFrame.new(3.82272005, 154.35257, 39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3644. p92.CanCollide = false
  3645. p92.FormFactor = Enum.FormFactor.Custom
  3646. p92.Size = Vector3.new(1.02491105, 2.04982185, 1.02491093)
  3647. p92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3648. p92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3649. p92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3650. p92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3651. p92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3652. p92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3653. --[[p93 = Instance.new("Part", m)
  3654. p93.BrickColor = BrickColor.new("Earth green")
  3655. p93.Name = "Left Leg"
  3656. p93.CFrame = CFrame.new(3.81999993, 154.276123, 39.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  3657. p93.CanCollide = false
  3658. p93.FormFactor = Enum.FormFactor.Symmetric
  3659. p93.Size = Vector3.new(1, 2, 1)
  3660. p93.BottomSurface = Enum.SurfaceType.Smooth
  3661. p93.TopSurface = Enum.SurfaceType.Smooth--]]
  3662. p93 = LeftLeg
  3663. p94 = Instance.new("Part", m)
  3664. p94.BrickColor = BrickColor.new("Dark blue")
  3665. p94.Material = Enum.Material.SmoothPlastic
  3666. p94.Name = "apart"
  3667. p94.CFrame = CFrame.new(3.82272005, 154.403824, 39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3668. p94.CanCollide = false
  3669. p94.FormFactor = Enum.FormFactor.Custom
  3670. p94.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353)
  3671. p94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3672. p94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3673. p94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3674. p94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3675. p94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3676. p94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3677. b87 = Instance.new("SpecialMesh", p94)
  3678. b87.MeshType = Enum.MeshType.Brick
  3679. b87.Name = "Mesh"
  3680. b87.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  3681. p95 = Instance.new("Part", m)
  3682. p95.BrickColor = BrickColor.new("Dark blue")
  3683. p95.Material = Enum.Material.SmoothPlastic
  3684. p95.Name = "apart"
  3685. p95.CFrame = CFrame.new(3.8483429, 153.558273, 39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3686. p95.CanCollide = false
  3687. p95.FormFactor = Enum.FormFactor.Custom
  3688. p95.Size = Vector3.new(0.973665535, 0.256227732, 0.307473242)
  3689. p95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3690. p95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3691. p95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3692. p95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3693. p95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3694. p95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3695. b88 = Instance.new("SpecialMesh", p95)
  3696. b88.MeshType = Enum.MeshType.Brick
  3697. b88.Name = "Mesh"
  3698. b88.Scale = Vector3.new(1.02999997, 1.00999999, 1.00999999)
  3699. p96 = Instance.new("Part", m)
  3700. p96.BrickColor = BrickColor.new("Dark blue")
  3701. p96.Material = Enum.Material.Neon
  3702. p96.Name = "apart"
  3703. p96.CFrame = CFrame.new(3.82272005, 154.403824, 39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3704. p96.CanCollide = false
  3705. p96.FormFactor = Enum.FormFactor.Custom
  3706. p96.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353)
  3707. p96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3708. p96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3709. p96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3710. p96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3711. p96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3712. p96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3713. b89 = Instance.new("SpecialMesh", p96)
  3714. b89.MeshType = Enum.MeshType.Brick
  3715. b89.Name = "Mesh"
  3716. b89.Scale = Vector3.new(1.02999997, 1.00999999, 0.25)
  3717. p97 = Instance.new("Part", m)
  3718. p97.BrickColor = BrickColor.new("Dark blue")
  3719. p97.Material = Enum.Material.Neon
  3720. p97.Name = "apart"
  3721. p97.CFrame = CFrame.new(3.8483429, 153.558273, 39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3722. p97.CanCollide = false
  3723. p97.FormFactor = Enum.FormFactor.Custom
  3724. p97.Size = Vector3.new(0.973665535, 0.256227732, 0.307473242)
  3725. p97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3726. p97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3727. p97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3728. p97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3729. p97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3730. p97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3731. b90 = Instance.new("SpecialMesh", p97)
  3732. b90.MeshType = Enum.MeshType.Brick
  3733. b90.Name = "Mesh"
  3734. b90.Scale = Vector3.new(1.03999996, 0.5, 1.00999999)
  3735. p98 = Instance.new("Part", m)
  3736. p98.BrickColor = BrickColor.new("Dark blue")
  3737. p98.Material = Enum.Material.SmoothPlastic
  3738. p98.Name = "apart"
  3739. p98.CFrame = CFrame.new(3.56649303, 154.045105, 39.4362946, -4.37113883e-008, 0, -1, 9.29513355e-010, 1, -4.06303176e-017, 1, -9.29513355e-010, -4.37113883e-008)
  3740. p98.CanCollide = false
  3741. p98.FormFactor = Enum.FormFactor.Custom
  3742. p98.Size = Vector3.new(0.922420025, 0.409964412, 0.512455404)
  3743. p98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3744. p98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3745. p98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3746. p98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3747. p98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3748. p98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3749. b91 = Instance.new("SpecialMesh", p98)
  3750. b91.MeshType = Enum.MeshType.Wedge
  3751. b91.Name = "Mesh"
  3752. b91.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  3753. p99 = Instance.new("Part", m)
  3754. p99.BrickColor = BrickColor.new("Dark blue")
  3755. p99.Material = Enum.Material.SmoothPlastic
  3756. p99.Name = "apart"
  3757. p99.CFrame = CFrame.new(3.8483429, 153.558273, 39.4875336, -4.37113883e-008, -2.16840434e-019, 1, -4.3159529e-005, 1, -1.88656317e-012, -1, -4.3159529e-005, -4.37113883e-008)
  3758. p99.CanCollide = false
  3759. p99.FormFactor = Enum.FormFactor.Custom
  3760. p99.Size = Vector3.new(0.922419965, 0.256227762, 0.973665476)
  3761. p99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3762. p99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3763. p99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3764. p99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3765. p99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3766. p99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3767. b92 = Instance.new("SpecialMesh", p99)
  3768. b92.MeshType = Enum.MeshType.Torso
  3769. b92.Name = "Mesh"
  3770. b92.Scale = Vector3.new(1, 1, 1.01999998)
  3771. p100 = Instance.new("Part", m)
  3772. p100.BrickColor = BrickColor.new("Dark blue")
  3773. p100.Material = Enum.Material.SmoothPlastic
  3774. p100.Name = "apart"
  3775. p100.CFrame = CFrame.new(3.82272005, 154.403824, 39.4875298, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  3776. p100.CanCollide = false
  3777. p100.FormFactor = Enum.FormFactor.Custom
  3778. p100.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353)
  3779. p100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3780. p100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3781. p100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3782. p100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3783. p100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3784. p100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3785. b93 = Instance.new("SpecialMesh", p100)
  3786. b93.MeshType = Enum.MeshType.Brick
  3787. b93.Name = "Mesh"
  3788. b93.Scale = Vector3.new(1.01999998, 1.00999999, 0.5)
  3789. p101 = Instance.new("Part", m)
  3790. p101.BrickColor = BrickColor.new("Dark blue")
  3791. p101.Material = Enum.Material.SmoothPlastic
  3792. p101.Name = "apart"
  3793. p101.CFrame = CFrame.new(3.82272005, 153.378906, 39.4875298, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  3794. p101.CanCollide = false
  3795. p101.FormFactor = Enum.FormFactor.Custom
  3796. p101.Size = Vector3.new(1.02491105, 0.245498881, 1.02491093)
  3797. p101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3798. p101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3799. p101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3800. p101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3801. p101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3802. p101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3803. b94 = Instance.new("SpecialMesh", p101)
  3804. b94.MeshType = Enum.MeshType.Brick
  3805. b94.Name = "Mesh"
  3806. b94.Scale = Vector3.new(1.00999999, 0.421655744, 1.00999999)
  3807. p102 = Instance.new("Part", m)
  3808. p102.BrickColor = BrickColor.new("Dark blue")
  3809. p102.Material = Enum.Material.SmoothPlastic
  3810. p102.Name = "apart"
  3811. p102.CFrame = CFrame.new(3.82272005, 153.635132, 39.4875298, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  3812. p102.CanCollide = false
  3813. p102.FormFactor = Enum.FormFactor.Custom
  3814. p102.Size = Vector3.new(1.02491105, 0.409964383, 1.02491093)
  3815. p102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3816. p102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3817. p102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3818. p102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3819. p102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3820. p102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3821. b95 = Instance.new("SpecialMesh", p102)
  3822. b95.MeshType = Enum.MeshType.Brick
  3823. b95.Name = "Mesh"
  3824. b95.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  3825. --[[p103 = Instance.new("Part", m)
  3826. p103.BrickColor = BrickColor.new("Dark blue")
  3827. p103.Name = "Right Leg"
  3828. p103.CFrame = CFrame.new(3.81999993, 154.276123, 40.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  3829. p103.CanCollide = false
  3830. p103.FormFactor = Enum.FormFactor.Symmetric
  3831. p103.Size = Vector3.new(1, 2, 1)
  3832. p103.BottomSurface = Enum.SurfaceType.Smooth
  3833. p103.TopSurface = Enum.SurfaceType.Smooth--]]
  3834. p103 = RightLeg
  3835. p104 = Instance.new("Part", m)
  3836. p104.BrickColor = BrickColor.new("Dark blue")
  3837. p104.Material = Enum.Material.SmoothPlastic
  3838. p104.Name = "apart"
  3839. p104.CFrame = CFrame.new(3.82272005, 154.35257, 40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3840. p104.CanCollide = false
  3841. p104.FormFactor = Enum.FormFactor.Custom
  3842. p104.Size = Vector3.new(1.02491105, 2.04982185, 1.02491093)
  3843. p104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3844. p104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3845. p104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3846. p104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3847. p104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3848. p104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3849. p105 = Instance.new("Part", m)
  3850. p105.BrickColor = BrickColor.new("Dark blue")
  3851. p105.Material = Enum.Material.SmoothPlastic
  3852. p105.Name = "apart"
  3853. p105.CFrame = CFrame.new(3.82272005, 154.403824, 40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3854. p105.CanCollide = false
  3855. p105.FormFactor = Enum.FormFactor.Custom
  3856. p105.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353)
  3857. p105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3858. p105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3859. p105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3860. p105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3861. p105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3862. p105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3863. b96 = Instance.new("SpecialMesh", p105)
  3864. b96.MeshType = Enum.MeshType.Brick
  3865. b96.Name = "Mesh"
  3866. b96.Scale = Vector3.new(1.01999998, 1.00999999, 0.5)
  3867. p106 = Instance.new("Part", m)
  3868. p106.BrickColor = BrickColor.new("Dark blue")
  3869. p106.Material = Enum.Material.SmoothPlastic
  3870. p106.Name = "apart"
  3871. p106.CFrame = CFrame.new(3.82272005, 154.403824, 40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3872. p106.CanCollide = false
  3873. p106.FormFactor = Enum.FormFactor.Custom
  3874. p106.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353)
  3875. p106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3876. p106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3877. p106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3878. p106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3879. p106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3880. p106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3881. b97 = Instance.new("SpecialMesh", p106)
  3882. b97.MeshType = Enum.MeshType.Brick
  3883. b97.Name = "Mesh"
  3884. b97.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  3885. p107 = Instance.new("Part", m)
  3886. p107.BrickColor = BrickColor.new("Dark blue")
  3887. p107.Material = Enum.Material.SmoothPlastic
  3888. p107.Name = "apart"
  3889. p107.CFrame = CFrame.new(3.56649303, 154.045105, 40.5636902, -4.37113883e-008, 0, -1, 9.29513355e-010, 1, -4.06303176e-017, 1, -9.29513355e-010, -4.37113883e-008)
  3890. p107.CanCollide = false
  3891. p107.FormFactor = Enum.FormFactor.Custom
  3892. p107.Size = Vector3.new(0.922420025, 0.409964412, 0.512455404)
  3893. p107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3894. p107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3895. p107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3896. p107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3897. p107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3898. p107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3899. b98 = Instance.new("SpecialMesh", p107)
  3900. b98.MeshType = Enum.MeshType.Wedge
  3901. b98.Name = "Mesh"
  3902. b98.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  3903. p108 = Instance.new("Part", m)
  3904. p108.BrickColor = BrickColor.new("Dark blue")
  3905. p108.Material = Enum.Material.SmoothPlastic
  3906. p108.Name = "apart"
  3907. p108.CFrame = CFrame.new(3.8483429, 153.558273, 40.5124359, -4.37113883e-008, -2.16840434e-019, 1, -4.3159529e-005, 1, -1.88656317e-012, -1, -4.3159529e-005, -4.37113883e-008)
  3908. p108.CanCollide = false
  3909. p108.FormFactor = Enum.FormFactor.Custom
  3910. p108.Size = Vector3.new(0.922419965, 0.256227762, 0.973665476)
  3911. p108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3912. p108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3913. p108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3914. p108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3915. p108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3916. p108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3917. b99 = Instance.new("SpecialMesh", p108)
  3918. b99.MeshType = Enum.MeshType.Torso
  3919. b99.Name = "Mesh"
  3920. b99.Scale = Vector3.new(1, 1, 1.01999998)
  3921. p109 = Instance.new("Part", m)
  3922. p109.BrickColor = BrickColor.new("Dark blue")
  3923. p109.Material = Enum.Material.SmoothPlastic
  3924. p109.Name = "apart"
  3925. p109.CFrame = CFrame.new(3.82272005, 153.635132, 40.5124359, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  3926. p109.CanCollide = false
  3927. p109.FormFactor = Enum.FormFactor.Custom
  3928. p109.Size = Vector3.new(1.02491105, 0.409964383, 1.02491093)
  3929. p109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3930. p109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3931. p109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3932. p109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3933. p109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3934. p109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3935. b100 = Instance.new("SpecialMesh", p109)
  3936. b100.MeshType = Enum.MeshType.Brick
  3937. b100.Name = "Mesh"
  3938. b100.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  3939. p110 = Instance.new("Part", m)
  3940. p110.BrickColor = BrickColor.new("Dark blue")
  3941. p110.Material = Enum.Material.SmoothPlastic
  3942. p110.Name = "apart"
  3943. p110.CFrame = CFrame.new(3.82272005, 153.378906, 40.5124359, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  3944. p110.CanCollide = false
  3945. p110.FormFactor = Enum.FormFactor.Custom
  3946. p110.Size = Vector3.new(1.02491105, 0.245498881, 1.02491093)
  3947. p110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3948. p110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3949. p110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3950. p110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3951. p110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3952. p110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3953. b101 = Instance.new("SpecialMesh", p110)
  3954. b101.MeshType = Enum.MeshType.Brick
  3955. b101.Name = "Mesh"
  3956. b101.Scale = Vector3.new(1.00999999, 0.421655744, 1.00999999)
  3957. p111 = Instance.new("Part", m)
  3958. p111.BrickColor = BrickColor.new("Dark blue")
  3959. p111.Material = Enum.Material.SmoothPlastic
  3960. p111.Name = "apart"
  3961. p111.CFrame = CFrame.new(3.8483429, 153.558273, 40.5124359, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  3962. p111.CanCollide = false
  3963. p111.FormFactor = Enum.FormFactor.Custom
  3964. p111.Size = Vector3.new(0.973665535, 0.256227732, 0.307473242)
  3965. p111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3966. p111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3967. p111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3968. p111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3969. p111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3970. p111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3971. b102 = Instance.new("SpecialMesh", p111)
  3972. b102.MeshType = Enum.MeshType.Brick
  3973. b102.Name = "Mesh"
  3974. b102.Scale = Vector3.new(1.02999997, 1.00999999, 1.00999999)
  3975. p112 = Instance.new("Part", m)
  3976. p112.BrickColor = BrickColor.new("Dark blue")
  3977. p112.Material = Enum.Material.Neon
  3978. p112.Name = "apart"
  3979. p112.CFrame = CFrame.new(3.8483429, 153.558273, 40.5124359, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  3980. p112.CanCollide = false
  3981. p112.FormFactor = Enum.FormFactor.Custom
  3982. p112.Size = Vector3.new(0.973665535, 0.256227732, 0.307473242)
  3983. p112.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3984. p112.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3985. p112.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3986. p112.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3987. p112.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3988. p112.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3989. b103 = Instance.new("SpecialMesh", p112)
  3990. b103.MeshType = Enum.MeshType.Brick
  3991. b103.Name = "Mesh"
  3992. b103.Scale = Vector3.new(1.03999996, 0.5, 1.00999999)
  3993. p113 = Instance.new("Part", m)
  3994. p113.BrickColor = BrickColor.new("Dark blue")
  3995. p113.Material = Enum.Material.Neon
  3996. p113.Name = "apart"
  3997. p113.CFrame = CFrame.new(3.82272005, 154.403824, 40.5124359, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
  3998. p113.CanCollide = false
  3999. p113.FormFactor = Enum.FormFactor.Custom
  4000. p113.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353)
  4001. p113.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4002. p113.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4003. p113.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4004. p113.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4005. p113.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4006. p113.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4007. b104 = Instance.new("SpecialMesh", p113)
  4008. b104.MeshType = Enum.MeshType.Brick
  4009. b104.Name = "Mesh"
  4010. b104.Scale = Vector3.new(1.02999997, 1.00999999, 0.25)
  4011. p114 = Instance.new("Part", m)
  4012. p114.BrickColor = BrickColor.new("Dark blue")
  4013. p114.Material = Enum.Material.SmoothPlastic
  4014. p114.Name = "apart"
  4015. p114.CFrame = CFrame.new(3.82272005, 157.350449, 38.0270462, 1, -2.72848411e-012, 1.07291953e-012, 0, 1, 0, 6.20303808e-012, 0, 1)
  4016. p114.CanCollide = false
  4017. p114.FormFactor = Enum.FormFactor.Custom
  4018. p114.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732)
  4019. p114.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4020. p114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4021. p114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4022. p114.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4023. p114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4024. p114.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4025. b105 = Instance.new("SpecialMesh", p114)
  4026. b105.MeshType = Enum.MeshType.Cylinder
  4027. b105.Name = "Mesh"
  4028. b105.Scale = Vector3.new(1.01999998, 1, 1)
  4029. p115 = Instance.new("Part", m)
  4030. p115.BrickColor = BrickColor.new("Dark blue")
  4031. p115.Material = Enum.Material.SmoothPlastic
  4032. p115.Name = "apart"
  4033. p115.CFrame = CFrame.new(3.82272005, 157.171097, 38.4626236, 1, -2.72848411e-012, 1.07291953e-012, 0, 1, 0, 6.20303808e-012, 0, 1)
  4034. p115.CanCollide = false
  4035. p115.FormFactor = Enum.FormFactor.Custom
  4036. p115.Size = Vector3.new(1.02491105, 0.512455463, 1.02491093)
  4037. p115.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4038. p115.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4039. p115.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4040. p115.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4041. p115.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4042. p115.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4043. b106 = Instance.new("SpecialMesh", p115)
  4044. b106.MeshType = Enum.MeshType.Brick
  4045. b106.Name = "Mesh"
  4046. b106.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  4047. --[[p116 = Instance.new("Part", m)
  4048. p116.BrickColor = BrickColor.new("Dark blue")
  4049. p116.Name = "Left Arm"
  4050. p116.CFrame = CFrame.new(3.81999993, 156.276138, 38.5000076, -4.37103154e-008, -2.72848411e-012, -1, 0, 1, 0, 1, 0, -4.37175913e-008)
  4051. p116.CanCollide = false
  4052. p116.FormFactor = Enum.FormFactor.Symmetric
  4053. p116.Size = Vector3.new(1, 2, 1)
  4054. p116.BottomSurface = Enum.SurfaceType.Smooth
  4055. p116.TopSurface = Enum.SurfaceType.Smooth--]]
  4056. p116 = LeftArm
  4057. p117 = Instance.new("Part", m)
  4058. p117.BrickColor = BrickColor.new("Dark blue")
  4059. p117.Material = Enum.Material.SmoothPlastic
  4060. p117.Name = "apart"
  4061. p117.CFrame = CFrame.new(4.232687, 157.55545, 37.668335, -1, 4.16358271e-005, 1.11714198e-005, 1.11466707e-005, 0.500072539, -0.865983546, -4.16424664e-005, -0.865983546, -0.500072539)
  4062. p117.CanCollide = false
  4063. p117.FormFactor = Enum.FormFactor.Custom
  4064. p117.Size = Vector3.new(0.245498881, 0.768683195, 0.245498881)
  4065. p117.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4066. p117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4067. p117.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4068. p117.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4069. p117.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4070. p117.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4071. b107 = Instance.new("SpecialMesh", p117)
  4072. b107.MeshType = Enum.MeshType.Wedge
  4073. b107.Name = "Mesh"
  4074. b107.Scale = Vector3.new(0.417481035, 1, 0.626221299)
  4075. p118 = Instance.new("Part", m)
  4076. p118.BrickColor = BrickColor.new("Dark blue")
  4077. p118.Material = Enum.Material.SmoothPlastic
  4078. p118.Name = "apart"
  4079. p118.CFrame = CFrame.new(3.82272029, 156.018066, 38.0782814, 1, -2.6537661e-012, 0, -8.34776692e-013, 1, 0, 3.63797881e-012, 0, 1)
  4080. p118.CanCollide = false
  4081. p118.FormFactor = Enum.FormFactor.Custom
  4082. p118.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732)
  4083. p118.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4084. p118.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4085. p118.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4086. p118.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4087. p118.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4088. p118.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4089. b108 = Instance.new("SpecialMesh", p118)
  4090. b108.MeshType = Enum.MeshType.Brick
  4091. b108.Name = "Mesh"
  4092. b108.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  4093. p119 = Instance.new("Part", m)
  4094. p119.BrickColor = BrickColor.new("Dark blue")
  4095. p119.Material = Enum.Material.SmoothPlastic
  4096. p119.Name = "apart"
  4097. p119.CFrame = CFrame.new(3.82272029, 156.402405, 38.0782814, -1, 3.04301539e-005, 3.05180438e-005, 3.04310852e-005, 1, 3.04301557e-005, -3.05171197e-005, 3.04310852e-005, -1)
  4098. p119.CanCollide = false
  4099. p119.FormFactor = Enum.FormFactor.Custom
  4100. p119.Size = Vector3.new(1.02491105, 0.512455463, 0.256227732)
  4101. p119.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4102. p119.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4103. p119.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4104. p119.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4105. p119.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4106. p119.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4107. b109 = Instance.new("SpecialMesh", p119)
  4108. b109.MeshType = Enum.MeshType.Wedge
  4109. b109.Name = "Mesh"
  4110. b109.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  4111. p120 = Instance.new("Part", m)
  4112. p120.BrickColor = BrickColor.new("Dark blue")
  4113. p120.Material = Enum.Material.SmoothPlastic
  4114. p120.Name = "apart"
  4115. p120.CFrame = CFrame.new(3.82272005, 157.350449, 38.0270424, 1, -9.09494702e-013, 9.09494702e-013, -9.09494702e-013, 1, 0, 1.36424205e-012, 0, 1)
  4116. p120.CanCollide = false
  4117. p120.FormFactor = Enum.FormFactor.Custom
  4118. p120.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732)
  4119. p120.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4120. p120.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4121. p120.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4122. p120.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4123. p120.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4124. p120.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4125. b110 = Instance.new("SpecialMesh", p120)
  4126. b110.MeshType = Enum.MeshType.Cylinder
  4127. b110.Name = "Mesh"
  4128. b110.Scale = Vector3.new(1.02999997, 0.5, 0.5)
  4129. p121 = Instance.new("Part", m)
  4130. p121.BrickColor = BrickColor.new("Dark blue")
  4131. p121.Material = Enum.Material.SmoothPlastic
  4132. p121.Name = "apart"
  4133. p121.CFrame = CFrame.new(3.41275764, 157.555435, 37.6683273, -1, 4.16358271e-005, 1.1171418e-005, 1.11466707e-005, 0.500072539, -0.865983546, -4.16424627e-005, -0.865983546, -0.500072539)
  4134. p121.CanCollide = false
  4135. p121.FormFactor = Enum.FormFactor.Custom
  4136. p121.Size = Vector3.new(0.245498881, 0.768683195, 0.245498881)
  4137. p121.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4138. p121.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4139. p121.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4140. p121.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4141. p121.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4142. p121.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4143. b111 = Instance.new("SpecialMesh", p121)
  4144. b111.MeshType = Enum.MeshType.Wedge
  4145. b111.Name = "Mesh"
  4146. b111.Scale = Vector3.new(0.417481035, 1, 0.626221299)
  4147. p122 = Instance.new("Part", m)
  4148. p122.BrickColor = BrickColor.new("Dark blue")
  4149. p122.Material = Enum.Material.SmoothPlastic
  4150. p122.Name = "apart"
  4151. p122.CFrame = CFrame.new(3.82272029, 156.018051, 38.590744, -1, 3.04301557e-005, 3.05180438e-005, 3.04310852e-005, 1, 3.04301557e-005, -3.05171179e-005, 3.04310852e-005, -1)
  4152. p122.CanCollide = false
  4153. p122.FormFactor = Enum.FormFactor.Custom
  4154. p122.Size = Vector3.new(1.02491105, 0.256227732, 0.768683195)
  4155. p122.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4156. p122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4157. p122.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4158. p122.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4159. p122.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4160. p122.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4161. b112 = Instance.new("SpecialMesh", p122)
  4162. b112.MeshType = Enum.MeshType.Wedge
  4163. b112.Name = "Mesh"
  4164. b112.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  4165. p123 = Instance.new("Part", m)
  4166. p123.BrickColor = BrickColor.new("Dark blue")
  4167. p123.Material = Enum.Material.SmoothPlastic
  4168. p123.Name = "apart"
  4169. p123.CFrame = CFrame.new(3.82272005, 155.633713, 38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4170. p123.CanCollide = false
  4171. p123.FormFactor = Enum.FormFactor.Custom
  4172. p123.Size = Vector3.new(1.02491105, 0.512455463, 1.02491093)
  4173. p123.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4174. p123.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4175. p123.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4176. p123.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4177. p123.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4178. p123.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4179. b113 = Instance.new("SpecialMesh", p123)
  4180. b113.MeshType = Enum.MeshType.Brick
  4181. b113.Name = "Mesh"
  4182. b113.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  4183. p124 = Instance.new("Part", m)
  4184. p124.BrickColor = BrickColor.new("Dark blue")
  4185. p124.Material = Enum.Material.Neon
  4186. p124.Name = "apart"
  4187. p124.CFrame = CFrame.new(3.82272005, 155.633713, 38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4188. p124.CanCollide = false
  4189. p124.FormFactor = Enum.FormFactor.Custom
  4190. p124.Size = Vector3.new(1.02491105, 0.512455463, 0.973665357)
  4191. p124.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4192. p124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4193. p124.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4194. p124.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4195. p124.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4196. p124.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4197. b114 = Instance.new("SpecialMesh", p124)
  4198. b114.MeshType = Enum.MeshType.Brick
  4199. b114.Name = "Mesh"
  4200. b114.Scale = Vector3.new(0.25, 1.02999997, 1.02999997)
  4201. p125 = Instance.new("Part", m)
  4202. p125.BrickColor = BrickColor.new("Dark blue")
  4203. p125.Material = Enum.Material.SmoothPlastic
  4204. p125.Name = "apart"
  4205. p125.CFrame = CFrame.new(3.82272005, 155.633713, 38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4206. p125.CanCollide = false
  4207. p125.FormFactor = Enum.FormFactor.Custom
  4208. p125.Size = Vector3.new(1.02491105, 0.512455463, 0.973665357)
  4209. p125.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4210. p125.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4211. p125.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4212. p125.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4213. p125.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4214. p125.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4215. b115 = Instance.new("SpecialMesh", p125)
  4216. b115.MeshType = Enum.MeshType.Brick
  4217. b115.Name = "Mesh"
  4218. b115.Scale = Vector3.new(0.5, 1.01999998, 1.01999998)
  4219. p126 = Instance.new("Part", m)
  4220. p126.BrickColor = BrickColor.new("Dark blue")
  4221. p126.Material = Enum.Material.SmoothPlastic
  4222. p126.Name = "apart"
  4223. p126.CFrame = CFrame.new(3.82272005, 156.40239, 38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4224. p126.CanCollide = false
  4225. p126.FormFactor = Enum.FormFactor.Custom
  4226. p126.Size = Vector3.new(1.02491105, 2.04982185, 1.02491093)
  4227. p126.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4228. p126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4229. p126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4230. p126.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4231. p126.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4232. p126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4233. w1 = Instance.new("Weld", p1)
  4234. w1.Name = "Torso_Weld"
  4235. w1.Part0 = p1
  4236. w1.C0 = CFrame.new(40.0074806, -173.696487, -4.43766594, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  4237. w1.Part1 = p2
  4238. w1.C1 = CFrame.new(-40, -174.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  4239. w2 = Instance.new("Weld", p2)
  4240. w2.Name = "apart_Weld"
  4241. w2.Part0 = p2
  4242. w2.C0 = CFrame.new(-40, -174.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  4243. w2.Part1 = p3
  4244. w2.C1 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
  4245. w3 = Instance.new("Weld", p3)
  4246. w3.Name = "apart_Weld"
  4247. w3.Part0 = p3
  4248. w3.C0 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
  4249. w3.Part1 = p4
  4250. w3.C1 = CFrame.new(4.59312534, 39.9904404, 174.904617, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  4251. w4 = Instance.new("Weld", p4)
  4252. w4.Name = "apart_Weld"
  4253. w4.Part0 = p4
  4254. w4.C0 = CFrame.new(4.59312534, 39.9904404, 174.904617, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  4255. w4.Part1 = p5
  4256. w4.C1 = CFrame.new(40.0074806, -173.670853, -4.28392887, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  4257. w5 = Instance.new("Weld", p5)
  4258. w5.Name = "apart_Weld"
  4259. w5.Part0 = p5
  4260. w5.C0 = CFrame.new(40.0074806, -173.670853, -4.28392887, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  4261. w5.Part1 = p6
  4262. w5.C1 = CFrame.new(4.59312534, 39.9904099, 175.417068, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  4263. w6 = Instance.new("Weld", p6)
  4264. w6.Name = "apart_Weld"
  4265. w6.Part0 = p6
  4266. w6.C0 = CFrame.new(4.59312534, 39.9904099, 175.417068, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  4267. w6.Part1 = p7
  4268. w6.C1 = CFrame.new(-4.07894802, -174.697495, -39.9743652, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4269. w7 = Instance.new("Weld", p7)
  4270. w7.Name = "apart_Weld"
  4271. w7.Part0 = p7
  4272. w7.C0 = CFrame.new(-4.07894802, -174.697495, -39.9743652, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4273. w7.Part1 = p8
  4274. w7.C1 = CFrame.new(-4.38642216, -173.672577, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4275. w8 = Instance.new("Weld", p8)
  4276. w8.Name = "apart_Weld"
  4277. w8.Part0 = p8
  4278. w8.C0 = CFrame.new(-4.38642216, -173.672577, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4279. w8.Part1 = p9
  4280. w8.C1 = CFrame.new(4.57660246, -175.162796, 39.9838219, -1, 9.14681077e-005, -3.05134035e-005, 9.14653137e-005, 1, 9.14681077e-005, 3.05217691e-005, 9.14653137e-005, -1)
  4281. w9 = Instance.new("Weld", p9)
  4282. w9.Name = "apart_Weld"
  4283. w9.Part0 = p9
  4284. w9.C0 = CFrame.new(4.57660246, -175.162796, 39.9838219, -1, 9.14681077e-005, -3.05134035e-005, 9.14653137e-005, 1, 9.14681077e-005, 3.05217691e-005, 9.14653137e-005, -1)
  4285. w9.Part1 = p10
  4286. w9.C1 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  4287. w10 = Instance.new("Weld", p10)
  4288. w10.Name = "apart_Weld"
  4289. w10.Part0 = p10
  4290. w10.C0 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  4291. w10.Part1 = p11
  4292. w10.C1 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  4293. w11 = Instance.new("Weld", p11)
  4294. w11.Name = "apart_Weld"
  4295. w11.Part0 = p11
  4296. w11.C0 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  4297. w11.Part1 = p12
  4298. w11.C1 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  4299. w12 = Instance.new("Weld", p12)
  4300. w12.Name = "apart_Weld"
  4301. w12.Part0 = p12
  4302. w12.C0 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  4303. w12.Part1 = p13
  4304. w12.C1 = CFrame.new(40.0074806, -173.670853, -4.28392887, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  4305. w13 = Instance.new("Weld", p13)
  4306. w13.Name = "apart_Weld"
  4307. w13.Part0 = p13
  4308. w13.C0 = CFrame.new(40.0074806, -173.670853, -4.28392887, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  4309. w13.Part1 = p14
  4310. w13.C1 = CFrame.new(-3.82272005, -173.672577, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4311. w14 = Instance.new("Weld", p14)
  4312. w14.Name = "apart_Weld"
  4313. w14.Part0 = p14
  4314. w14.C0 = CFrame.new(-3.82272005, -173.672577, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4315. w14.Part1 = p15
  4316. w14.C1 = CFrame.new(4.59311438, 39.7341995, 175.160828, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  4317. w15 = Instance.new("Weld", p15)
  4318. w15.Name = "apart_Weld"
  4319. w15.Part0 = p15
  4320. w15.C0 = CFrame.new(4.59311438, 39.7341995, 175.160828, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  4321. w15.Part1 = p16
  4322. w15.C1 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  4323. w16 = Instance.new("Weld", p16)
  4324. w16.Name = "apart_Weld"
  4325. w16.Part0 = p16
  4326. w16.C0 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  4327. w16.Part1 = p17
  4328. w16.C1 = CFrame.new(4.59312534, 39.9904251, 175.160843, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  4329. w17 = Instance.new("Weld", p17)
  4330. w17.Name = "apart_Weld"
  4331. w17.Part0 = p17
  4332. w17.C0 = CFrame.new(4.59312534, 39.9904251, 175.160843, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  4333. w17.Part1 = p18
  4334. w17.C1 = CFrame.new(4.59313631, 40.2466507, 175.160858, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  4335. w18 = Instance.new("Weld", p18)
  4336. w18.Name = "apart_Weld"
  4337. w18.Part0 = p18
  4338. w18.C0 = CFrame.new(4.59313631, 40.2466507, 175.160858, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  4339. w18.Part1 = p19
  4340. w18.C1 = CFrame.new(4.59312534, 39.9904251, 175.160843, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  4341. w19 = Instance.new("Weld", p19)
  4342. w19.Name = "apart_Weld"
  4343. w19.Part0 = p19
  4344. w19.C0 = CFrame.new(4.59312534, 39.9904251, 175.160843, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  4345. w19.Part1 = p20
  4346. w19.C1 = CFrame.new(40.0054741, -4.45672226, 175.157623, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  4347. w20 = Instance.new("Weld", p20)
  4348. w20.Name = "apart_Weld"
  4349. w20.Part0 = p20
  4350. w20.C0 = CFrame.new(40.0054741, -4.45672226, 175.157623, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  4351. w20.Part1 = p21
  4352. w20.C1 = CFrame.new(-4.07894802, -174.697495, -39.9743652, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4353. w21 = Instance.new("Weld", p21)
  4354. w21.Name = "apart_Weld"
  4355. w21.Part0 = p21
  4356. w21.C0 = CFrame.new(-4.07894802, -174.697495, -39.9743652, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4357. w21.Part1 = p22
  4358. w21.C1 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
  4359. w22 = Instance.new("Weld", p22)
  4360. w22.Name = "apart_Weld"
  4361. w22.Part0 = p22
  4362. w22.C0 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
  4363. w22.Part1 = p23
  4364. w22.C1 = CFrame.new(-3.82272005, -174.64624, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4365. w23 = Instance.new("Weld", p23)
  4366. w23.Name = "apart_Weld"
  4367. w23.Part0 = p23
  4368. w23.C0 = CFrame.new(-3.82272005, -174.64624, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4369. w23.Part1 = p24
  4370. w23.C1 = CFrame.new(-3.82272005, -173.416351, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4371. w24 = Instance.new("Weld", p24)
  4372. w24.Name = "apart_Weld"
  4373. w24.Part0 = p24
  4374. w24.C0 = CFrame.new(-3.82272005, -173.416351, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4375. w24.Part1 = p25
  4376. w24.C1 = CFrame.new(-3.82272005, -173.416351, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4377. w25 = Instance.new("Weld", p25)
  4378. w25.Name = "apart_Weld"
  4379. w25.Part0 = p25
  4380. w25.C0 = CFrame.new(-3.82272005, -173.416351, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4381. w25.Part1 = p26
  4382. w25.C1 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  4383. w26 = Instance.new("Weld", p26)
  4384. w26.Name = "apart_Weld"
  4385. w26.Part0 = p26
  4386. w26.C0 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  4387. w26.Part1 = p27
  4388. w26.C1 = CFrame.new(-175.722595, 3.81502461, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1)
  4389. w27 = Instance.new("Weld", p27)
  4390. w27.Name = "apart_Weld"
  4391. w27.Part0 = p27
  4392. w27.C0 = CFrame.new(-175.722595, 3.81502461, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1)
  4393. w27.Part1 = p28
  4394. w27.C1 = CFrame.new(39.1086578, -3.17558312, 176.054398, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  4395. w28 = Instance.new("Weld", p28)
  4396. w28.Name = "apart_Weld"
  4397. w28.Part0 = p28
  4398. w28.C0 = CFrame.new(39.1086578, -3.17558312, 176.054398, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  4399. w28.Part1 = p29
  4400. w28.C1 = CFrame.new(-3.82272005, -174.799988, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4401. w29 = Instance.new("Weld", p29)
  4402. w29.Name = "apart_Weld"
  4403. w29.Part0 = p29
  4404. w29.C0 = CFrame.new(-3.82272005, -174.799988, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4405. w29.Part1 = p30
  4406. w29.C1 = CFrame.new(39.0929604, 2.92530036, -175.160995, -0.000152631605, 6.09867893e-005, -1, -1, -3.05185058e-005, 0.000152629742, -3.05091962e-005, 1, 6.09914459e-005)
  4407. w30 = Instance.new("Weld", p30)
  4408. w30.Name = "apart_Weld"
  4409. w30.Part0 = p30
  4410. w30.C0 = CFrame.new(39.0929604, 2.92530036, -175.160995, -0.000152631605, 6.09867893e-005, -1, -1, -3.05185058e-005, 0.000152629742, -3.05091962e-005, 1, 6.09914459e-005)
  4411. w30.Part1 = p31
  4412. w30.C1 = CFrame.new(40.8865547, 2.92502666, -175.161102, -0.000152631605, 6.09867893e-005, -1, -1, -3.05185058e-005, 0.000152629742, -3.05091962e-005, 1, 6.09914459e-005)
  4413. w31 = Instance.new("Weld", p31)
  4414. w31.Name = "apart_Weld"
  4415. w31.Part0 = p31
  4416. w31.C0 = CFrame.new(40.8865547, 2.92502666, -175.161102, -0.000152631605, 6.09867893e-005, -1, -1, -3.05185058e-005, 0.000152629742, -3.05091962e-005, 1, 6.09914459e-005)
  4417. w31.Part1 = p32
  4418. w31.C1 = CFrame.new(-3.82930517, 174.798615, 40.9788513, 1, 3.05180401e-005, 3.05171143e-005, 3.05171125e-005, -1, 3.0431087e-005, 3.05180438e-005, -3.04301557e-005, -1)
  4419. w32 = Instance.new("Weld", p32)
  4420. w32.Name = "apart_Weld"
  4421. w32.Part0 = p32
  4422. w32.C0 = CFrame.new(-3.82930517, 174.798615, 40.9788513, 1, 3.05180401e-005, 3.05171143e-005, 3.05171125e-005, -1, 3.0431087e-005, 3.05180438e-005, -3.04301557e-005, -1)
  4423. w32.Part1 = p33
  4424. w32.C1 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  4425. w33 = Instance.new("Weld", p33)
  4426. w33.Name = "apart_Weld"
  4427. w33.Part0 = p33
  4428. w33.C0 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  4429. w33.Part1 = p34
  4430. w33.C1 = CFrame.new(-175.825089, 3.81501913, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1)
  4431. w34 = Instance.new("Weld", p34)
  4432. w34.Name = "apart_Weld"
  4433. w34.Part0 = p34
  4434. w34.C0 = CFrame.new(-175.825089, 3.81501913, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1)
  4435. w34.Part1 = p35
  4436. w34.C1 = CFrame.new(-3.8292613, 173.876205, 40.4663696, 1, 3.05180401e-005, 3.05171143e-005, 3.05171125e-005, -1, 3.0431087e-005, 3.05180438e-005, -3.04301557e-005, -1)
  4437. w35 = Instance.new("Weld", p35)
  4438. w35.Name = "apart_Weld"
  4439. w35.Part0 = p35
  4440. w35.C0 = CFrame.new(-3.8292613, 173.876205, 40.4663696, 1, 3.05180401e-005, 3.05171143e-005, 3.05171125e-005, -1, 3.0431087e-005, 3.05180438e-005, -3.04301557e-005, -1)
  4441. w35.Part1 = p36
  4442. w35.C1 = CFrame.new(3.81620979, 174.79892, -39.0317726, -1, 3.0431087e-005, 3.05171143e-005, -3.04301557e-005, -1, 3.05180401e-005, 3.05180438e-005, 3.05171125e-005, 1)
  4443. w36 = Instance.new("Weld", p36)
  4444. w36.Name = "apart_Weld"
  4445. w36.Part0 = p36
  4446. w36.C0 = CFrame.new(3.81620979, 174.79892, -39.0317726, -1, 3.0431087e-005, 3.05171143e-005, -3.04301557e-005, -1, 3.05180401e-005, 3.05180438e-005, 3.05171125e-005, 1)
  4447. w36.Part1 = p37
  4448. w36.C1 = CFrame.new(3.81622219, 173.87648, -39.5442276, -1, 3.0431087e-005, 3.05171143e-005, -3.04301557e-005, -1, 3.05180401e-005, 3.05180438e-005, 3.05171125e-005, 1)
  4449. w37 = Instance.new("Weld", p37)
  4450. w37.Name = "apart_Weld"
  4451. w37.Part0 = p37
  4452. w37.C0 = CFrame.new(3.81622219, 173.87648, -39.5442276, -1, 3.0431087e-005, 3.05171143e-005, -3.04301557e-005, -1, 3.05180401e-005, 3.05180438e-005, 3.05171125e-005, 1)
  4453. w37.Part1 = p38
  4454. w37.C1 = CFrame.new(40.9022522, -3.17552829, 176.054337, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  4455. w38 = Instance.new("Weld", p38)
  4456. w38.Name = "apart_Weld"
  4457. w38.Part0 = p38
  4458. w38.C0 = CFrame.new(40.9022522, -3.17552829, 176.054337, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
  4459. w38.Part1 = p39
  4460. w38.C1 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
  4461. w39 = Instance.new("Weld", p39)
  4462. w39.Name = "apart_Weld"
  4463. w39.Part0 = p39
  4464. w39.C0 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
  4465. w39.Part1 = p40
  4466. w39.C1 = CFrame.new(40.0052567, 3.18871641, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
  4467. w40 = Instance.new("Weld", p41)
  4468. w40.Name = "apart_Weld"
  4469. w40.Part0 = p41
  4470. w40.C0 = CFrame.new(4.43938923, 39.9903679, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  4471. w40.Part1 = p42
  4472. w40.C1 = CFrame.new(-39.2770424, 3.8185389, 176.338669, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  4473. w41 = Instance.new("Weld", p42)
  4474. w41.Name = "apart_Weld"
  4475. w41.Part0 = p42
  4476. w41.C0 = CFrame.new(-39.2770424, 3.8185389, 176.338669, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  4477. w41.Part1 = p43
  4478. w41.C1 = CFrame.new(4.38814354, 39.9903717, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  4479. w42 = Instance.new("Weld", p43)
  4480. w42.Name = "apart_Weld"
  4481. w42.Part0 = p43
  4482. w42.C0 = CFrame.new(4.38814354, 39.9903717, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  4483. w42.Part1 = p44
  4484. w42.C1 = CFrame.new(-176.336121, 40.0053749, 4.18144655, -4.37113883e-008, 1, -3.05612884e-005, 0, -3.05612884e-005, -1, -1, -4.37113883e-008, 1.3358764e-012)
  4485. w43 = Instance.new("Weld", p44)
  4486. w43.Name = "apart_Weld"
  4487. w43.Part0 = p44
  4488. w43.C0 = CFrame.new(-176.336121, 40.0053749, 4.18144655, -4.37113883e-008, 1, -3.05612884e-005, 0, -3.05612884e-005, -1, -1, -4.37113883e-008, 1.3358764e-012)
  4489. w43.Part1 = p45
  4490. w43.C1 = CFrame.new(-176.336121, 40.0053749, 4.18144655, -4.37113883e-008, 1, -3.05612884e-005, 0, -3.05612884e-005, -1, -1, -4.37113883e-008, 1.3358764e-012)
  4491. w44 = Instance.new("Weld", p45)
  4492. w44.Name = "apart_Weld"
  4493. w44.Part0 = p45
  4494. w44.C0 = CFrame.new(-176.336121, 40.0053749, 4.18144655, -4.37113883e-008, 1, -3.05612884e-005, 0, -3.05612884e-005, -1, -1, -4.37113883e-008, 1.3358764e-012)
  4495. w44.Part1 = p46
  4496. w44.C1 = CFrame.new(-40.7119179, 3.81858277, 176.338715, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  4497. w45 = Instance.new("Weld", p46)
  4498. w45.Name = "Head_Weld"
  4499. w45.Part0 = p46
  4500. w45.C0 = CFrame.new(-40.7119179, 3.81858277, 176.338715, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  4501. w45.Part1 = p47
  4502. w45.C1 = CFrame.new(-40, -176.019974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  4503. w46 = Instance.new("Weld", p47)
  4504. w46.Name = "apart_Weld"
  4505. w46.Part0 = p47
  4506. w46.C0 = CFrame.new(-40, -176.019974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  4507. w46.Part1 = p48
  4508. w46.C1 = CFrame.new(39.8868141, -3.04742336, 176.775467, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  4509. w47 = Instance.new("Weld", p48)
  4510. w47.Name = "apart_Weld"
  4511. w47.Part0 = p48
  4512. w47.C0 = CFrame.new(39.8868141, -3.04742336, 176.775467, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  4513. w47.Part1 = p49
  4514. w47.C1 = CFrame.new(4.69561625, 39.9903564, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  4515. w48 = Instance.new("Weld", p49)
  4516. w48.Name = "apart_Weld"
  4517. w48.Part0 = p49
  4518. w48.C0 = CFrame.new(4.69561625, 39.9903564, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  4519. w48.Part1 = p50
  4520. w48.C1 = CFrame.new(4.64437056, 39.9903603, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  4521. w49 = Instance.new("Weld", p50)
  4522. w49.Name = "apart_Weld"
  4523. w49.Part0 = p50
  4524. w49.C0 = CFrame.new(4.64437056, 39.9903603, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  4525. w49.Part1 = p51
  4526. w49.C1 = CFrame.new(39.8660278, 3.04846263, -176.447052, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  4527. w50 = Instance.new("Weld", p51)
  4528. w50.Name = "apart_Weld"
  4529. w50.Part0 = p51
  4530. w50.C0 = CFrame.new(39.8660278, 3.04846263, -176.447052, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  4531. w50.Part1 = p52
  4532. w50.C1 = CFrame.new(40.7543678, -42.5779533, -171.325851, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  4533. w51 = Instance.new("Weld", p52)
  4534. w51.Name = "apart_Weld"
  4535. w51.Part0 = p52
  4536. w51.C0 = CFrame.new(40.7543678, -42.5779533, -171.325851, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  4537. w51.Part1 = p53
  4538. w51.C1 = CFrame.new(-39.9944801, 3.81856084, 176.338684, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  4539. w52 = Instance.new("Weld", p53)
  4540. w52.Name = "apart_Weld"
  4541. w52.Part0 = p53
  4542. w52.C0 = CFrame.new(-39.9944801, 3.81856084, 176.338684, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  4543. w52.Part1 = p54
  4544. w52.C1 = CFrame.new(176.331329, 39.4632111, -3.82271242, -4.37113883e-008, -1, 0.000152631605, 0, -0.000152631605, -1, 1, -4.37113883e-008, 6.67173912e-012)
  4545. w53 = Instance.new("Weld", p54)
  4546. w53.Name = "apart_Weld"
  4547. w53.Part0 = p54
  4548. w53.C0 = CFrame.new(176.331329, 39.4632111, -3.82271242, -4.37113883e-008, -1, 0.000152631605, 0, -0.000152631605, -1, 1, -4.37113883e-008, 6.67173912e-012)
  4549. w53.Part1 = p55
  4550. w53.C1 = CFrame.new(39.6354523, 3.04852581, -176.447006, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  4551. w54 = Instance.new("Weld", p55)
  4552. w54.Name = "apart_Weld"
  4553. w54.Part0 = p55
  4554. w54.C0 = CFrame.new(39.6354523, 3.04852581, -176.447006, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  4555. w54.Part1 = p56
  4556. w54.C1 = CFrame.new(39.8659096, 2.74099851, -176.780167, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  4557. w55 = Instance.new("Weld", p56)
  4558. w55.Name = "apart_Weld"
  4559. w55.Part0 = p56
  4560. w55.C0 = CFrame.new(39.8659096, 2.74099851, -176.780167, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  4561. w55.Part1 = p57
  4562. w55.C1 = CFrame.new(40.0917892, -3.04741716, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  4563. w56 = Instance.new("Weld", p57)
  4564. w56.Name = "apart_Weld"
  4565. w56.Part0 = p57
  4566. w56.C0 = CFrame.new(40.0917892, -3.04741716, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  4567. w56.Part1 = p58
  4568. w56.C1 = CFrame.new(-176.337341, -40.5636826, -3.82272768, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015)
  4569. w57 = Instance.new("Weld", p58)
  4570. w57.Name = "apart_Weld"
  4571. w57.Part0 = p58
  4572. w57.C0 = CFrame.new(-176.337341, -40.5636826, -3.82272768, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015)
  4573. w57.Part1 = p59
  4574. w57.C1 = CFrame.new(-176.33754, 3.81501579, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1)
  4575. w58 = Instance.new("Weld", p59)
  4576. w58.Name = "apart_Weld"
  4577. w58.Part0 = p59
  4578. w58.C0 = CFrame.new(-176.33754, 3.81501579, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1)
  4579. w58.Part1 = p60
  4580. w58.C1 = CFrame.new(40.0917892, -3.04741716, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  4581. w59 = Instance.new("Weld", p60)
  4582. w59.Name = "apart_Weld"
  4583. w59.Part0 = p60
  4584. w59.C0 = CFrame.new(40.0917892, -3.04741716, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  4585. w59.Part1 = p61
  4586. w59.C1 = CFrame.new(39.8660278, 3.04846263, -176.447052, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  4587. w60 = Instance.new("Weld", p61)
  4588. w60.Name = "apart_Weld"
  4589. w60.Part0 = p61
  4590. w60.C0 = CFrame.new(39.8660278, 3.04846263, -176.447052, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  4591. w60.Part1 = p62
  4592. w60.C1 = CFrame.new(40.8056221, -42.5779381, -171.325836, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  4593. w61 = Instance.new("Weld", p62)
  4594. w61.Name = "apart_Weld"
  4595. w61.Part0 = p62
  4596. w61.C0 = CFrame.new(40.8056221, -42.5779381, -171.325836, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  4597. w61.Part1 = p63
  4598. w61.C1 = CFrame.new(40.0710144, 3.04840636, -176.447083, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  4599. w62 = Instance.new("Weld", p63)
  4600. w62.Name = "apart_Weld"
  4601. w62.Part0 = p63
  4602. w62.C0 = CFrame.new(40.0710144, 3.04840636, -176.447083, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  4603. w62.Part1 = p64
  4604. w62.C1 = CFrame.new(40.3014908, 2.74087882, -176.780243, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  4605. w63 = Instance.new("Weld", p64)
  4606. w63.Name = "apart_Weld"
  4607. w63.Part0 = p64
  4608. w63.C0 = CFrame.new(40.3014908, 2.74087882, -176.780243, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  4609. w63.Part1 = p65
  4610. w63.C1 = CFrame.new(39.6353073, 2.74106169, -176.780121, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  4611. w64 = Instance.new("Weld", p65)
  4612. w64.Name = "apart_Weld"
  4613. w64.Part0 = p65
  4614. w64.C0 = CFrame.new(39.6353073, 2.74106169, -176.780121, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  4615. w64.Part1 = p66
  4616. w64.C1 = CFrame.new(40.3016357, 3.04834294, -176.447128, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  4617. w65 = Instance.new("Weld", p66)
  4618. w65.Name = "apart_Weld"
  4619. w65.Part0 = p66
  4620. w65.C0 = CFrame.new(40.3016357, 3.04834294, -176.447128, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  4621. w65.Part1 = p67
  4622. w65.C1 = CFrame.new(40.0710144, 3.04840636, -176.447083, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  4623. w66 = Instance.new("Weld", p67)
  4624. w66.Name = "apart_Weld"
  4625. w66.Part0 = p67
  4626. w66.C0 = CFrame.new(40.0710144, 3.04840636, -176.447083, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  4627. w66.Part1 = p68
  4628. w66.C1 = CFrame.new(40.0708847, 2.74094224, -176.780197, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  4629. w67 = Instance.new("Weld", p68)
  4630. w67.Name = "apart_Weld"
  4631. w67.Part0 = p68
  4632. w67.C0 = CFrame.new(40.0708847, 2.74094224, -176.780197, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  4633. w67.Part1 = p69
  4634. w67.C1 = CFrame.new(40.3223953, -3.04741025, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  4635. w68 = Instance.new("Weld", p69)
  4636. w68.Name = "apart_Weld"
  4637. w68.Part0 = p69
  4638. w68.C0 = CFrame.new(40.3223953, -3.04741025, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  4639. w68.Part1 = p70
  4640. w68.C1 = CFrame.new(39.8868141, -3.04742336, 176.775467, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  4641. w69 = Instance.new("Weld", p70)
  4642. w69.Name = "apart_Weld"
  4643. w69.Part0 = p70
  4644. w69.C0 = CFrame.new(39.8868141, -3.04742336, 176.775467, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  4645. w69.Part1 = p71
  4646. w69.C1 = CFrame.new(-40.6606789, 3.81858134, 176.338699, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  4647. w70 = Instance.new("Weld", p71)
  4648. w70.Name = "apart_Weld"
  4649. w70.Part0 = p71
  4650. w70.C0 = CFrame.new(-40.6606789, 3.81858134, 176.338699, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  4651. w70.Part1 = p72
  4652. w70.C1 = CFrame.new(39.6562119, -3.04743052, 176.775452, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  4653. w71 = Instance.new("Weld", p72)
  4654. w71.Name = "apart_Weld"
  4655. w71.Part0 = p72
  4656. w71.C0 = CFrame.new(39.6562119, -3.04743052, 176.775452, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
  4657. w71.Part1 = p73
  4658. w71.C1 = CFrame.new(39.2682533, -42.5783615, -171.326065, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  4659. w72 = Instance.new("Weld", p73)
  4660. w72.Name = "apart_Weld"
  4661. w72.Part0 = p73
  4662. w72.C0 = CFrame.new(39.2682533, -42.5783615, -171.326065, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  4663. w72.Part1 = p74
  4664. w72.C1 = CFrame.new(39.3195076, -42.5783463, -171.326065, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  4665. w73 = Instance.new("Weld", p74)
  4666. w73.Name = "apart_Weld"
  4667. w73.Part0 = p74
  4668. w73.C0 = CFrame.new(39.3195076, -42.5783463, -171.326065, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
  4669. w73.Part1 = p75
  4670. w73.C1 = CFrame.new(-39.3282967, 3.81854057, 176.338669, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  4671. w74 = Instance.new("Weld", p75)
  4672. w74.Name = "apart_Weld"
  4673. w74.Part0 = p75
  4674. w74.C0 = CFrame.new(-39.3282967, 3.81854057, 176.338669, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
  4675. w74.Part1 = p76
  4676. w74.C1 = CFrame.new(4.69561625, 39.9903564, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  4677. w75 = Instance.new("Weld", p76)
  4678. w75.Name = "apart_Weld"
  4679. w75.Part0 = p76
  4680. w75.C0 = CFrame.new(4.69561625, 39.9903564, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
  4681. w75.Part1 = p77
  4682. w75.C1 = CFrame.new(40.0708847, 2.74094224, -176.780197, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  4683. w76 = Instance.new("Weld", p77)
  4684. w76.Name = "apart_Weld"
  4685. w76.Part0 = p77
  4686. w76.C0 = CFrame.new(40.0708847, 2.74094224, -176.780197, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  4687. w76.Part1 = p78
  4688. w76.C1 = CFrame.new(39.8659096, 2.74099851, -176.780167, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
  4689. w77 = Instance.new("Weld", p79)
  4690. w77.Name = "apart_Weld"
  4691. w77.Part0 = p79
  4692. w77.C0 = CFrame.new(-3.82272005, -175.414932, -41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4693. w77.Part1 = p80
  4694. w77.C1 = CFrame.new(-3.82272005, -175.594284, -41.9729462, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4695. w78 = Instance.new("Weld", p80)
  4696. w78.Name = "apart_Weld"
  4697. w78.Part0 = p80
  4698. w78.C0 = CFrame.new(-3.82272005, -175.594284, -41.9729462, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4699. w78.Part1 = p81
  4700. w78.C1 = CFrame.new(-3.40590239, -124.572937, 131.068604, 1, -4.16866387e-005, 1.1171388e-005, 1.11727377e-005, 0.500085652, 0.865975916, -4.16862786e-005, -0.865975916, 0.500085652)
  4701. w79 = Instance.new("Weld", p81)
  4702. w79.Name = "apart_Weld"
  4703. w79.Part0 = p81
  4704. w79.C0 = CFrame.new(-3.40590239, -124.572937, 131.068604, 1, -4.16866387e-005, 1.1171388e-005, 1.11727377e-005, 0.500085652, 0.865975916, -4.16862786e-005, -0.865975916, 0.500085652)
  4705. w79.Part1 = p82
  4706. w79.C1 = CFrame.new(-3.81866574, -174.260757, -41.4144592, 1, -3.05171125e-005, 3.05180438e-005, 3.05180438e-005, 1, -3.05171125e-005, -3.05171125e-005, 3.05180438e-005, 1)
  4707. w80 = Instance.new("Weld", p82)
  4708. w80.Name = "apart_Weld"
  4709. w80.Part0 = p82
  4710. w80.C0 = CFrame.new(-3.81866574, -174.260757, -41.4144592, 1, -3.05171125e-005, 3.05180438e-005, 3.05180438e-005, 1, -3.05171125e-005, -3.05171125e-005, 3.05180438e-005, 1)
  4711. w80.Part1 = p83
  4712. w80.C1 = CFrame.new(-3.82272005, -174.261902, -41.9217072, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4713. w81 = Instance.new("Weld", p83)
  4714. w81.Name = "apart_Weld"
  4715. w81.Part0 = p83
  4716. w81.C0 = CFrame.new(-3.82272005, -174.261902, -41.9217072, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4717. w81.Part1 = p84
  4718. w81.C1 = CFrame.new(-3.82272005, -173.877563, -41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4719. w82 = Instance.new("Weld", p84)
  4720. w82.Name = "apart_Weld"
  4721. w82.Part0 = p84
  4722. w82.C0 = CFrame.new(-3.82272005, -173.877563, -41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4723. w82.Part1 = p85
  4724. w82.C1 = CFrame.new(-4.22583055, -124.572945, 131.068649, 1, -4.16866387e-005, 1.1171388e-005, 1.11727377e-005, 0.500085652, 0.865975916, -4.16862786e-005, -0.865975916, 0.500085652)
  4725. w83 = Instance.new("Weld", p85)
  4726. w83.Name = "apart_Weld"
  4727. w83.Part0 = p85
  4728. w83.C0 = CFrame.new(-4.22583055, -124.572945, 131.068649, 1, -4.16866387e-005, 1.1171388e-005, 1.11727377e-005, 0.500085652, 0.865975916, -4.16862786e-005, -0.865975916, 0.500085652)
  4729. w83.Part1 = p86
  4730. w83.C1 = CFrame.new(-3.82272005, -174.64624, -41.9217072, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4731. w84 = Instance.new("Weld", p86)
  4732. w84.Name = "apart_Weld"
  4733. w84.Part0 = p86
  4734. w84.C0 = CFrame.new(-3.82272005, -174.64624, -41.9217072, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4735. w84.Part1 = p87
  4736. w84.C1 = CFrame.new(-3.82272005, -173.877563, -41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4737. w85 = Instance.new("Weld", p87)
  4738. w85.Name = "apart_Weld"
  4739. w85.Part0 = p87
  4740. w85.C0 = CFrame.new(-3.82272005, -173.877563, -41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4741. w85.Part1 = p88
  4742. w85.C1 = CFrame.new(-3.82272005, -175.594284, -41.9729462, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4743. w86 = Instance.new("Weld", p88)
  4744. w86.Name = "apart_Weld"
  4745. w86.Part0 = p88
  4746. w86.C0 = CFrame.new(-3.82272005, -175.594284, -41.9729462, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4747. w86.Part1 = p89
  4748. w86.C1 = CFrame.new(-3.82272005, -173.877563, -41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4749. w87 = Instance.new("Weld", p89)
  4750. w87.Name = "apart_Weld"
  4751. w87.Part0 = p89
  4752. w87.C0 = CFrame.new(-3.82272005, -173.877563, -41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4753. w87.Part1 = p90
  4754. w87.C1 = CFrame.new(-3.82272005, -174.64624, -41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4755. w88 = Instance.new("Weld", p90)
  4756. w88.Name = "Right Arm_Weld"
  4757. w88.Part0 = p90
  4758. w88.C0 = CFrame.new(-3.82272005, -174.64624, -41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4759. w88.Part1 = p91
  4760. w88.C1 = CFrame.new(-41.5, -174.519974, 3.82000184, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  4761. w89 = Instance.new("Weld", p92)
  4762. w89.Name = "Left Leg_Weld"
  4763. w89.Part0 = p92
  4764. w89.C0 = CFrame.new(-3.82272005, -172.59642, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4765. w89.Part1 = p93
  4766. w89.C1 = CFrame.new(-39.5, -172.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  4767. w90 = Instance.new("Weld", p93)
  4768. w90.Name = "apart_Weld"
  4769. w90.Part0 = p93
  4770. w90.C0 = CFrame.new(-39.5, -172.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  4771. w90.Part1 = p94
  4772. w90.C1 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4773. w91 = Instance.new("Weld", p94)
  4774. w91.Name = "apart_Weld"
  4775. w91.Part0 = p94
  4776. w91.C0 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4777. w91.Part1 = p95
  4778. w91.C1 = CFrame.new(-3.8483429, -171.802124, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4779. w92 = Instance.new("Weld", p95)
  4780. w92.Name = "apart_Weld"
  4781. w92.Part0 = p95
  4782. w92.C0 = CFrame.new(-3.8483429, -171.802124, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4783. w92.Part1 = p96
  4784. w92.C1 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4785. w93 = Instance.new("Weld", p96)
  4786. w93.Name = "apart_Weld"
  4787. w93.Part0 = p96
  4788. w93.C0 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4789. w93.Part1 = p97
  4790. w93.C1 = CFrame.new(-3.8483429, -171.802124, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4791. w94 = Instance.new("Weld", p97)
  4792. w94.Name = "apart_Weld"
  4793. w94.Part0 = p97
  4794. w94.C0 = CFrame.new(-3.8483429, -171.802124, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4795. w94.Part1 = p98
  4796. w94.C1 = CFrame.new(-39.4362946, -172.288956, 3.5664947, -4.37113883e-008, 9.29513355e-010, 1, 0, 1, -9.29513355e-010, -1, -4.06303176e-017, -4.37113883e-008)
  4797. w95 = Instance.new("Weld", p98)
  4798. w95.Name = "apart_Weld"
  4799. w95.Part0 = p98
  4800. w95.C0 = CFrame.new(-39.4362946, -172.288956, 3.5664947, -4.37113883e-008, 9.29513355e-010, 1, 0, 1, -9.29513355e-010, -1, -4.06303176e-017, -4.37113883e-008)
  4801. w95.Part1 = p99
  4802. w95.C1 = CFrame.new(39.4949493, -171.800415, -3.84834123, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  4803. w96 = Instance.new("Weld", p99)
  4804. w96.Name = "apart_Weld"
  4805. w96.Part0 = p99
  4806. w96.C0 = CFrame.new(39.4949493, -171.800415, -3.84834123, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  4807. w96.Part1 = p100
  4808. w96.C1 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4809. w97 = Instance.new("Weld", p100)
  4810. w97.Name = "apart_Weld"
  4811. w97.Part0 = p100
  4812. w97.C0 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4813. w97.Part1 = p101
  4814. w97.C1 = CFrame.new(-3.82272005, -171.622757, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4815. w98 = Instance.new("Weld", p101)
  4816. w98.Name = "apart_Weld"
  4817. w98.Part0 = p101
  4818. w98.C0 = CFrame.new(-3.82272005, -171.622757, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4819. w98.Part1 = p102
  4820. w98.C1 = CFrame.new(-3.82272005, -171.878983, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4821. w99 = Instance.new("Weld", p103)
  4822. w99.Name = "apart_Weld"
  4823. w99.Part0 = p103
  4824. w99.C0 = CFrame.new(-40.5, -172.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  4825. w99.Part1 = p104
  4826. w99.C1 = CFrame.new(-3.82272005, -172.59642, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4827. w100 = Instance.new("Weld", p104)
  4828. w100.Name = "apart_Weld"
  4829. w100.Part0 = p104
  4830. w100.C0 = CFrame.new(-3.82272005, -172.59642, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4831. w100.Part1 = p105
  4832. w100.C1 = CFrame.new(-3.82272005, -172.647675, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4833. w101 = Instance.new("Weld", p105)
  4834. w101.Name = "apart_Weld"
  4835. w101.Part0 = p105
  4836. w101.C0 = CFrame.new(-3.82272005, -172.647675, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4837. w101.Part1 = p106
  4838. w101.C1 = CFrame.new(-3.82272005, -172.647675, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4839. w102 = Instance.new("Weld", p106)
  4840. w102.Name = "apart_Weld"
  4841. w102.Part0 = p106
  4842. w102.C0 = CFrame.new(-3.82272005, -172.647675, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4843. w102.Part1 = p107
  4844. w102.C1 = CFrame.new(-40.5636902, -172.288956, 3.5664947, -4.37113883e-008, 9.29513355e-010, 1, 0, 1, -9.29513355e-010, -1, -4.06303176e-017, -4.37113883e-008)
  4845. w103 = Instance.new("Weld", p107)
  4846. w103.Name = "apart_Weld"
  4847. w103.Part0 = p107
  4848. w103.C0 = CFrame.new(-40.5636902, -172.288956, 3.5664947, -4.37113883e-008, 9.29513355e-010, 1, 0, 1, -9.29513355e-010, -1, -4.06303176e-017, -4.37113883e-008)
  4849. w103.Part1 = p108
  4850. w103.C1 = CFrame.new(40.5198517, -171.800369, -3.84834123, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  4851. w104 = Instance.new("Weld", p108)
  4852. w104.Name = "apart_Weld"
  4853. w104.Part0 = p108
  4854. w104.C0 = CFrame.new(40.5198517, -171.800369, -3.84834123, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
  4855. w104.Part1 = p109
  4856. w104.C1 = CFrame.new(-3.82272005, -171.878983, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4857. w105 = Instance.new("Weld", p109)
  4858. w105.Name = "apart_Weld"
  4859. w105.Part0 = p109
  4860. w105.C0 = CFrame.new(-3.82272005, -171.878983, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4861. w105.Part1 = p110
  4862. w105.C1 = CFrame.new(-3.82272005, -171.622757, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4863. w106 = Instance.new("Weld", p110)
  4864. w106.Name = "apart_Weld"
  4865. w106.Part0 = p110
  4866. w106.C0 = CFrame.new(-3.82272005, -171.622757, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4867. w106.Part1 = p111
  4868. w106.C1 = CFrame.new(-3.8483429, -171.802124, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4869. w107 = Instance.new("Weld", p111)
  4870. w107.Name = "apart_Weld"
  4871. w107.Part0 = p111
  4872. w107.C0 = CFrame.new(-3.8483429, -171.802124, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4873. w107.Part1 = p112
  4874. w107.C1 = CFrame.new(-3.8483429, -171.802124, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4875. w108 = Instance.new("Weld", p112)
  4876. w108.Name = "apart_Weld"
  4877. w108.Part0 = p112
  4878. w108.C0 = CFrame.new(-3.8483429, -171.802124, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4879. w108.Part1 = p113
  4880. w108.C1 = CFrame.new(-3.82272005, -172.647675, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4881. w109 = Instance.new("Weld", p114)
  4882. w109.Name = "apart_Weld"
  4883. w109.Part0 = p114
  4884. w109.C0 = CFrame.new(-3.82272005, -175.594284, -38.0270386, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4885. w109.Part1 = p115
  4886. w109.C1 = CFrame.new(-3.82272005, -175.414932, -38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4887. w110 = Instance.new("Weld", p115)
  4888. w110.Name = "Left Arm_Weld"
  4889. w110.Part0 = p115
  4890. w110.C0 = CFrame.new(-3.82272005, -175.414932, -38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4891. w110.Part1 = p116
  4892. w110.C1 = CFrame.new(-38.5, -174.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  4893. w111 = Instance.new("Weld", p116)
  4894. w111.Name = "apart_Weld"
  4895. w111.Part0 = p116
  4896. w111.C0 = CFrame.new(-38.5, -174.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  4897. w111.Part1 = p117
  4898. w111.C1 = CFrame.new(4.23229599, -55.2924156, 171.076126, -1, 1.11466697e-005, -4.16424627e-005, 4.16358271e-005, 0.500072539, -0.865983546, 1.11714171e-005, -0.865983546, -0.500072539)
  4899. w112 = Instance.new("Weld", p117)
  4900. w112.Name = "apart_Weld"
  4901. w112.Part0 = p117
  4902. w112.C0 = CFrame.new(4.23229599, -55.2924156, 171.076126, -1, 1.11466697e-005, -4.16424627e-005, 4.16358271e-005, 0.500072539, -0.865983546, 1.11714171e-005, -0.865983546, -0.500072539)
  4903. w112.Part1 = p118
  4904. w112.C1 = CFrame.new(-3.82272005, -174.261902, -38.0782776, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4905. w113 = Instance.new("Weld", p118)
  4906. w113.Name = "apart_Weld"
  4907. w113.Part0 = p118
  4908. w113.C0 = CFrame.new(-3.82272005, -174.261902, -38.0782776, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4909. w113.Part1 = p119
  4910. w113.C1 = CFrame.new(3.81856751, -174.647522, 38.0728455, -1, 3.04310852e-005, -3.05171179e-005, 3.04301557e-005, 1, 3.04310852e-005, 3.05180438e-005, 3.04301557e-005, -1)
  4911. w114 = Instance.new("Weld", p119)
  4912. w114.Name = "apart_Weld"
  4913. w114.Part0 = p119
  4914. w114.C0 = CFrame.new(3.81856751, -174.647522, 38.0728455, -1, 3.04310852e-005, -3.05171179e-005, 3.04301557e-005, 1, 3.04310852e-005, 3.05180438e-005, 3.04301557e-005, -1)
  4915. w114.Part1 = p120
  4916. w114.C1 = CFrame.new(-3.82272005, -175.594284, -38.0270386, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4917. w115 = Instance.new("Weld", p120)
  4918. w115.Name = "apart_Weld"
  4919. w115.Part0 = p120
  4920. w115.C0 = CFrame.new(-3.82272005, -175.594284, -38.0270386, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4921. w115.Part1 = p121
  4922. w115.C1 = CFrame.new(3.41236687, -55.2923851, 171.076141, -1, 1.11466697e-005, -4.16424627e-005, 4.16358271e-005, 0.500072539, -0.865983546, 1.11714171e-005, -0.865983546, -0.500072539)
  4923. w116 = Instance.new("Weld", p121)
  4924. w116.Name = "apart_Weld"
  4925. w116.Part0 = p121
  4926. w116.C0 = CFrame.new(3.41236687, -55.2923851, 171.076141, -1, 1.11466697e-005, -4.16424627e-005, 4.16358271e-005, 0.500072539, -0.865983546, 1.11714171e-005, -0.865983546, -0.500072539)
  4927. w116.Part1 = p122
  4928. w116.C1 = CFrame.new(3.81859493, -174.263199, 38.5853233, -1, 3.04310852e-005, -3.05171179e-005, 3.04301557e-005, 1, 3.04310852e-005, 3.05180438e-005, 3.04301557e-005, -1)
  4929. w117 = Instance.new("Weld", p122)
  4930. w117.Name = "apart_Weld"
  4931. w117.Part0 = p122
  4932. w117.C0 = CFrame.new(3.81859493, -174.263199, 38.5853233, -1, 3.04310852e-005, -3.05171179e-005, 3.04301557e-005, 1, 3.04310852e-005, 3.05180438e-005, 3.04301557e-005, -1)
  4933. w117.Part1 = p123
  4934. w117.C1 = CFrame.new(-3.82272005, -173.877563, -38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4935. w118 = Instance.new("Weld", p123)
  4936. w118.Name = "apart_Weld"
  4937. w118.Part0 = p123
  4938. w118.C0 = CFrame.new(-3.82272005, -173.877563, -38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4939. w118.Part1 = p124
  4940. w118.C1 = CFrame.new(-3.82272005, -173.877563, -38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4941. w119 = Instance.new("Weld", p124)
  4942. w119.Name = "apart_Weld"
  4943. w119.Part0 = p124
  4944. w119.C0 = CFrame.new(-3.82272005, -173.877563, -38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4945. w119.Part1 = p125
  4946. w119.C1 = CFrame.new(-3.82272005, -173.877563, -38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4947. w120 = Instance.new("Weld", p125)
  4948. w120.Name = "apart_Weld"
  4949. w120.Part0 = p125
  4950. w120.C0 = CFrame.new(-3.82272005, -173.877563, -38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4951. w120.Part1 = p126
  4952. w120.C1 = CFrame.new(-3.82272005, -174.64624, -38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4953. m.Parent = game:service("Workspace")
  4954. m:MakeJoints()
  4955.  
  4956. RightArm.Transparency=1
  4957. LeftArm.Transparency=1
  4958. LeftLeg.Transparency=1
  4959. RightLeg.Transparency=1
  4960.  
  4961.  
  4962.  
  4963. --//====================================================\\--
  4964. --|| END OF SCRIPT
  4965. --\\====================================================//--
Advertisement
Add Comment
Please, Sign In to add comment