Advertisement
Tetezaza1542

MASTER OF DOOM not lag

Sep 3rd, 2018
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 178.99 KB | None | 0 0
  1. -- [[[
  2. --000000[[====================================================================================\\
  3. --000000[[ DEIVIS97 EDIT
  4. --000000[[====================================================================================//
  5. -- [[[
  6.  
  7. wait(1)
  8.  
  9. Player = owner
  10. PlayerGui = Player.PlayerGui
  11. Cam = workspace.CurrentCamera
  12. Backpack = Player.Backpack
  13. repeat wait() until Player.Character
  14. Character = Player.Character
  15. repeat wait() until Player.Character:FindFirstChildOfClass("Humanoid")
  16. Humanoid = Character:FindFirstChildOfClass("Humanoid")
  17. Mouse = Player:GetMouse()
  18. RootPart = Character["HumanoidRootPart"]
  19. Torso = Character["Torso"]
  20. Head = Character["Head"]
  21. RightArm = Character["Right Arm"]
  22. LeftArm = Character["Left Arm"]
  23. RightLeg = Character["Right Leg"]
  24. LeftLeg = Character["Left Leg"]
  25. RootJoint = RootPart["RootJoint"]
  26. Neck = Torso["Neck"]
  27. RightShoulder = Torso["Right Shoulder"]
  28. LeftShoulder = Torso["Left Shoulder"]
  29. RightHip = Torso["Right Hip"]
  30. LeftHip = Torso["Left Hip"]
  31.  
  32. IT = Instance.new
  33. CF = CFrame.new
  34. VT = Vector3.new
  35. RAD = math.rad
  36. C3 = Color3.new
  37. UD2 = UDim2.new
  38. BRICKC = BrickColor.new
  39. ANGLES = CFrame.Angles
  40. EULER = CFrame.fromEulerAnglesXYZ
  41. COS = math.cos
  42. ACOS = math.acos
  43. SIN = math.sin
  44. ASIN = math.asin
  45. ABS = math.abs
  46. MRANDOM = math.random
  47. FLOOR = math.floor
  48.  
  49. local naeeym2 = Instance.new("BillboardGui",Character)
  50. naeeym2.AlwaysOnTop = true
  51. naeeym2.Size = UDim2.new(7,35,3,15)
  52. naeeym2.StudsOffset = Vector3.new(0,2,0)
  53. naeeym2.MaxDistance = 75
  54. naeeym2.Adornee = Character.Head
  55. naeeym2.Name = "Name2"
  56. local tecks2 = Instance.new("TextLabel",naeeym2)
  57. tecks2.BackgroundTransparency = 1
  58. tecks2.TextScaled = true
  59. tecks2.BorderSizePixel = 0
  60. tecks2.Text = "Master of Doom"
  61. tecks2.Font = "ArialBold"
  62. tecks2.TextSize = 30
  63. tecks2.TextStrokeTransparency = 0
  64. tecks2.TextColor3 = Color3.fromRGB(255, 06, 00)
  65. tecks2.TextStrokeColor3 = Color3.fromRGB(0, 0, 0)
  66. tecks2.Size = UDim2.new(1,0,0.5,0)
  67. tecks2.Parent = naeeym2
  68.  
  69. local naeeym3 = Instance.new("BillboardGui",Character)
  70. naeeym3.AlwaysOnTop = true
  71. naeeym3.Size = UDim2.new(7,35,3,15)
  72. naeeym3.StudsOffset = Vector3.new(2,3,0)
  73. naeeym3.MaxDistance = 75
  74. naeeym3.Adornee = Character.Head
  75. naeeym3.Name = "Name3"
  76. local tecks3 = Instance.new("TextLabel",naeeym2)
  77. tecks3.BackgroundTransparency = 1
  78. tecks3.TextScaled = true
  79. tecks3.BorderSizePixel = 0
  80. tecks3.Text = ""..Player.Name
  81. tecks3.Font = "ArialBold"
  82. tecks3.TextSize = 30
  83. tecks3.TextStrokeTransparency = 0
  84. tecks3.TextColor3 = Color3.fromRGB(255, 0, 0)
  85. tecks3.TextStrokeColor3 = Color3.fromRGB(140, 140, 140)
  86. tecks3.Size = UDim2.new(0.5,0,0.2,0)
  87. tecks3.Parent = naeeym3
  88.  
  89. --//=================================\\
  90. --|| USEFUL VALUES
  91. --\\=================================//
  92.  
  93. Animation_Speed = 3
  94. Frame_Speed = 1 / 60 -- (1 / 30) OR (1 / 60)
  95. local Speed = 16
  96. local ROOTC0 = CF(0, 0, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  97. local NECKC0 = CF(0, 1, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  98. local RIGHTSHOULDERC0 = CF(-0.5, -0.25, 0) * ANGLES(RAD(0), RAD(90), RAD(0))
  99. local LEFTSHOULDERC0 = CF(0.5, -0.25, 0) * ANGLES(RAD(0), RAD(-90), RAD(0))
  100. local DAMAGEMULTIPLIER = "inf"
  101. local ANIM = "Idle"
  102. local ATTACK = false
  103. local EQUIPPED = false
  104. local HOLD = false
  105. local COMBO = 1
  106. local Rooted = false
  107. local SINE = 0
  108. local KEYHOLD = false
  109. local CHANGE = 2 / Animation_Speed
  110. local WALKINGANIM = false
  111. local VALUE1 = false
  112. local VALUE2 = false
  113. local ROBLOXIDLEANIMATION = IT("Animation")
  114. ROBLOXIDLEANIMATION.Name = "Roblox Idle Animation"
  115. ROBLOXIDLEANIMATION.AnimationId = "http://www.roblox.com/asset/?id=180435571"
  116. --ROBLOXIDLEANIMATION.Parent = Humanoid
  117. local WEAPONGUI = IT("ScreenGui", PlayerGui)
  118. WEAPONGUI.Name = "Weapon GUI"
  119. local Effects = IT("Folder", Character)
  120. Effects.Name = "Effects"
  121. local SpecialEffects = IT("Folder", Character)
  122. SpecialEffects.Name = "SpecialEffects"
  123. local ANIMATOR = Humanoid.Animator
  124. local ANIMATE = Character.Animate
  125. local UNANCHOR = true
  126. local REGENRATE = 1
  127. local FULLREGEN = false
  128. local POSEIDON = false
  129. local EXPLOSIONSMALLSOUND = 439342426
  130. local EXPLOSIONMEDIUMSOUND = 605005842
  131. local EXPLOSIONLARGESOUND = 565538688
  132. local CHARGE = 278641993
  133. local POSEIDONSOUND = 374289727
  134. local FIREBALLSOUND = 414517770
  135. local BURNSOUND = 565777213
  136. local FIREFIELD = false
  137. local SEARING = false
  138. local BODYPOS = nil
  139. local GYRO = nil
  140. local DIRECTTURN = false
  141. local APPLYGYRO = true
  142. local SONGS = {712013220,1330061498}
  143. local CHOSENSONG = MRANDOM(1,#SONGS)
  144.  
  145. --//=================================\\
  146. --\\=================================//
  147.  
  148.  
  149. --//=================================\\
  150. --|| SAZERENOS' ARTIFICIAL HEARTBEAT
  151. --\\=================================//
  152.  
  153. ArtificialHB = Instance.new("BindableEvent", script)
  154. ArtificialHB.Name = "ArtificialHB"
  155.  
  156. script:WaitForChild("ArtificialHB")
  157.  
  158. frame = Frame_Speed
  159. tf = 0
  160. allowframeloss = false
  161. tossremainder = false
  162. lastframe = tick()
  163. script.ArtificialHB:Fire()
  164.  
  165. game:GetService("RunService").Heartbeat:connect(function(s, p)
  166. tf = tf + s
  167. if tf >= frame then
  168. if allowframeloss then
  169. script.ArtificialHB:Fire()
  170. lastframe = tick()
  171. else
  172. for i = 1, math.floor(tf / frame) do
  173. script.ArtificialHB:Fire()
  174. end
  175. lastframe = tick()
  176. end
  177. if tossremainder then
  178. tf = 0
  179. else
  180. tf = tf - frame * math.floor(tf / frame)
  181. end
  182. end
  183. end)
  184.  
  185. --//=================================\\
  186. --\\=================================//
  187.  
  188. --//=================================\\
  189. --|| SOME FUNCTIONS
  190. --\\=================================//
  191.  
  192. function Raycast(POSITION, DIRECTION, RANGE, IGNOREDECENDANTS)
  193. return workspace:FindPartOnRay(Ray.new(POSITION, DIRECTION.unit * RANGE), IGNOREDECENDANTS)
  194. end
  195.  
  196. function PositiveAngle(NUMBER)
  197. if NUMBER >= 0 then
  198. NUMBER = 0
  199. end
  200. return NUMBER
  201. end
  202.  
  203. function NegativeAngle(NUMBER)
  204. if NUMBER <= 0 then
  205. NUMBER = 0
  206. end
  207. return NUMBER
  208. end
  209.  
  210. function Swait(NUMBER)
  211. if NUMBER == 0 or NUMBER == nil then
  212. ArtificialHB.Event:wait()
  213. else
  214. for i = 1, NUMBER do
  215. ArtificialHB.Event:wait()
  216. end
  217. end
  218. end
  219.  
  220. function CreateMesh(MESH, PARENT, MESHTYPE, MESHID, TEXTUREID, SCALE, OFFSET)
  221. local NEWMESH = IT(MESH)
  222. if MESH == "SpecialMesh" then
  223. NEWMESH.MeshType = MESHTYPE
  224. if MESHID ~= "nil" and MESHID ~= "" then
  225. NEWMESH.MeshId = "http://www.roblox.com/asset/?id="..MESHID
  226. end
  227. if TEXTUREID ~= "nil" and TEXTUREID ~= "" then
  228. NEWMESH.TextureId = "http://www.roblox.com/asset/?id="..TEXTUREID
  229. end
  230. end
  231. NEWMESH.Offset = OFFSET or VT(0, 0, 0)
  232. NEWMESH.Scale = SCALE
  233. NEWMESH.Parent = PARENT
  234. return NEWMESH
  235. end
  236.  
  237. function CreatePart(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR)
  238. local NEWPART = IT("Part")
  239. NEWPART.formFactor = FORMFACTOR
  240. NEWPART.Reflectance = REFLECTANCE
  241. NEWPART.Transparency = TRANSPARENCY
  242. NEWPART.CanCollide = false
  243. NEWPART.Locked = true
  244. NEWPART.Anchored = true
  245. if ANCHOR == false then
  246. NEWPART.Anchored = false
  247. end
  248. NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR))
  249. NEWPART.Name = NAME
  250. NEWPART.Size = SIZE
  251. NEWPART.Position = Torso.Position
  252. NEWPART.Material = MATERIAL
  253. NEWPART:BreakJoints()
  254. NEWPART.Parent = PARENT
  255. return NEWPART
  256. end
  257.  
  258. local function weldBetween(a, b)
  259. local weldd = Instance.new("ManualWeld")
  260. weldd.Part0 = a
  261. weldd.Part1 = b
  262. weldd.C0 = CFrame.new()
  263. weldd.C1 = b.CFrame:inverse() * a.CFrame
  264. weldd.Parent = a
  265. return weldd
  266. end
  267.  
  268.  
  269. function QuaternionFromCFrame(cf)
  270. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  271. local trace = m00 + m11 + m22
  272. if trace > 0 then
  273. local s = math.sqrt(1 + trace)
  274. local recip = 0.5 / s
  275. return (m21 - m12) * recip, (m02 - m20) * recip, (m10 - m01) * recip, s * 0.5
  276. else
  277. local i = 0
  278. if m11 > m00 then
  279. i = 1
  280. end
  281. if m22 > (i == 0 and m00 or m11) then
  282. i = 2
  283. end
  284. if i == 0 then
  285. local s = math.sqrt(m00 - m11 - m22 + 1)
  286. local recip = 0.5 / s
  287. return 0.5 * s, (m10 + m01) * recip, (m20 + m02) * recip, (m21 - m12) * recip
  288. elseif i == 1 then
  289. local s = math.sqrt(m11 - m22 - m00 + 1)
  290. local recip = 0.5 / s
  291. return (m01 + m10) * recip, 0.5 * s, (m21 + m12) * recip, (m02 - m20) * recip
  292. elseif i == 2 then
  293. local s = math.sqrt(m22 - m00 - m11 + 1)
  294. local recip = 0.5 / s return (m02 + m20) * recip, (m12 + m21) * recip, 0.5 * s, (m10 - m01) * recip
  295. end
  296. end
  297. end
  298.  
  299. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  300. local xs, ys, zs = x + x, y + y, z + z
  301. local wx, wy, wz = w * xs, w * ys, w * zs
  302. local xx = x * xs
  303. local xy = x * ys
  304. local xz = x * zs
  305. local yy = y * ys
  306. local yz = y * zs
  307. local zz = z * zs
  308. 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))
  309. end
  310.  
  311. function QuaternionSlerp(a, b, t)
  312. local cosTheta = a[1] * b[1] + a[2] * b[2] + a[3] * b[3] + a[4] * b[4]
  313. local startInterp, finishInterp;
  314. if cosTheta >= 0.0001 then
  315. if (1 - cosTheta) > 0.0001 then
  316. local theta = ACOS(cosTheta)
  317. local invSinTheta = 1 / SIN(theta)
  318. startInterp = SIN((1 - t) * theta) * invSinTheta
  319. finishInterp = SIN(t * theta) * invSinTheta
  320. else
  321. startInterp = 1 - t
  322. finishInterp = t
  323. end
  324. else
  325. if (1 + cosTheta) > 0.0001 then
  326. local theta = ACOS(-cosTheta)
  327. local invSinTheta = 1 / SIN(theta)
  328. startInterp = SIN((t - 1) * theta) * invSinTheta
  329. finishInterp = SIN(t * theta) * invSinTheta
  330. else
  331. startInterp = t - 1
  332. finishInterp = t
  333. end
  334. end
  335. 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
  336. end
  337.  
  338. function Clerp(a, b, t)
  339. local qa = {QuaternionFromCFrame(a)}
  340. local qb = {QuaternionFromCFrame(b)}
  341. local ax, ay, az = a.x, a.y, a.z
  342. local bx, by, bz = b.x, b.y, b.z
  343. local _t = 1 - t
  344. return QuaternionToCFrame(_t * ax + t * bx, _t * ay + t * by, _t * az + t * bz, QuaternionSlerp(qa, qb, t))
  345. end
  346.  
  347. function CreateFrame(PARENT, TRANSPARENCY, BORDERSIZEPIXEL, POSITION, SIZE, COLOR, BORDERCOLOR, NAME)
  348. local frame = IT("Frame")
  349. frame.BackgroundTransparency = TRANSPARENCY
  350. frame.BorderSizePixel = BORDERSIZEPIXEL
  351. frame.Position = POSITION
  352. frame.Size = SIZE
  353. frame.BackgroundColor3 = COLOR
  354. frame.BorderColor3 = BORDERCOLOR
  355. frame.Name = NAME
  356. frame.Parent = PARENT
  357. return frame
  358. end
  359.  
  360. function CreateLabel(PARENT, TEXT, TEXTCOLOR, TEXTFONTSIZE, TEXTFONT, TRANSPARENCY, BORDERSIZEPIXEL, STROKETRANSPARENCY, NAME)
  361. local label = IT("TextLabel")
  362. label.BackgroundTransparency = 1
  363. label.Size = UD2(1, 0, 1, 0)
  364. label.Position = UD2(0, 0, 0, 0)
  365. label.TextColor3 = TEXTCOLOR
  366. label.TextStrokeTransparency = STROKETRANSPARENCY
  367. label.TextTransparency = TRANSPARENCY
  368. label.FontSize = TEXTFONTSIZE
  369. label.Font = TEXTFONT
  370. label.BorderSizePixel = BORDERSIZEPIXEL
  371. label.TextScaled = false
  372. label.Text = TEXT
  373. label.Name = NAME
  374. label.Parent = PARENT
  375. return label
  376. end
  377.  
  378. function NoOutlines(PART)
  379. PART.TopSurface, PART.BottomSurface, PART.LeftSurface, PART.RightSurface, PART.FrontSurface, PART.BackSurface = 10, 10, 10, 10, 10, 10
  380. end
  381.  
  382. function CreateWeldOrSnapOrMotor(TYPE, PARENT, PART0, PART1, C0, C1)
  383. local NEWWELD = IT(TYPE)
  384. NEWWELD.Part0 = PART0
  385. NEWWELD.Part1 = PART1
  386. NEWWELD.C0 = C0
  387. NEWWELD.C1 = C1
  388. NEWWELD.Parent = PARENT
  389. return NEWWELD
  390. end
  391.  
  392. local S = IT("Sound")
  393. function CreateSound(ID, PARENT, VOLUME, PITCH, DOESLOOP)
  394. local NEWSOUND = nil
  395. coroutine.resume(coroutine.create(function()
  396. NEWSOUND = S:Clone()
  397. NEWSOUND.Parent = PARENT
  398. NEWSOUND.Volume = VOLUME
  399. NEWSOUND.Pitch = PITCH
  400. NEWSOUND.SoundId = "http://www.roblox.com/asset/?id="..ID
  401. NEWSOUND:play()
  402. if DOESLOOP == true then
  403. NEWSOUND.Looped = true
  404. else
  405. repeat wait(1) until NEWSOUND.Playing == false
  406. NEWSOUND:remove()
  407. end
  408. end))
  409. return NEWSOUND
  410. end
  411.  
  412. function CFrameFromTopBack(at, top, back)
  413. local right = top:Cross(back)
  414. 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)
  415. end
  416.  
  417. --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})
  418. function WACKYEFFECT(Table)
  419. local TYPE = (Table.EffectType or "Sphere")
  420. local SIZE = (Table.Size or VT(1,1,1))
  421. local ENDSIZE = (Table.Size2 or VT(0,0,0))
  422. local TRANSPARENCY = (Table.Transparency or 0)
  423. local ENDTRANSPARENCY = (Table.Transparency2 or 1)
  424. local CFRAME = (Table.CFrame or Torso.CFrame)
  425. local MOVEDIRECTION = (Table.MoveToPos or nil)
  426. local ROTATION1 = (Table.RotationX or 0)
  427. local ROTATION2 = (Table.RotationY or 0)
  428. local ROTATION3 = (Table.RotationZ or 0)
  429. local MATERIAL = (Table.Material or "Neon")
  430. local COLOR = (Table.Color or C3(1,1,1))
  431. local TIME = (Table.Time or 45)
  432. local SOUNDID = (Table.SoundID or nil)
  433. local SOUNDPITCH = (Table.SoundPitch or nil)
  434. local SOUNDVOLUME = (Table.SoundVolume or nil)
  435. coroutine.resume(coroutine.create(function()
  436. local PLAYSSOUND = false
  437. local SOUND = nil
  438. local EFFECT = CreatePart(3, Effects, MATERIAL, 0, TRANSPARENCY, BRICKC("Pearl"), "Effect", VT(1,1,1), true)
  439. if SOUNDID ~= nil and SOUNDPITCH ~= nil and SOUNDVOLUME ~= nil then
  440. PLAYSSOUND = true
  441. SOUND = CreateSound(SOUNDID, EFFECT, SOUNDVOLUME, SOUNDPITCH, false)
  442. end
  443. EFFECT.Color = COLOR
  444. local MSH = nil
  445. if TYPE == "Sphere" then
  446. MSH = CreateMesh("SpecialMesh", EFFECT, "Sphere", "", "", SIZE, VT(0,0,0))
  447. elseif TYPE == "Block" then
  448. MSH = IT("BlockMesh",EFFECT)
  449. MSH.Scale = VT(SIZE.X,SIZE.X,SIZE.X)
  450. elseif TYPE == "Wave" then
  451. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "20329976", "", SIZE, VT(0,0,-SIZE.X/8))
  452. elseif TYPE == "Ring" then
  453. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "559831844", "", VT(SIZE.X,SIZE.X,0.1), VT(0,0,0))
  454. elseif TYPE == "Slash" then
  455. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "662586858", "", VT(SIZE.X/10,0,SIZE.X/10), VT(0,0,0))
  456. elseif TYPE == "Round Slash" then
  457. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "662585058", "", VT(SIZE.X/10,0,SIZE.X/10), VT(0,0,0))
  458. elseif TYPE == "Swirl" then
  459. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "1051557", "", SIZE, VT(0,0,0))
  460. elseif TYPE == "Skull" then
  461. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "4770583", "", SIZE, VT(0,0,0))
  462. elseif TYPE == "Crystal" then
  463. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "9756362", "", SIZE, VT(0,0,0))
  464. end
  465. if MSH ~= nil then
  466. local MOVESPEED = nil
  467. if MOVEDIRECTION ~= nil then
  468. MOVESPEED = (CFRAME.p - MOVEDIRECTION).Magnitude/TIME
  469. end
  470. local GROWTH = SIZE - ENDSIZE
  471. local TRANS = TRANSPARENCY - ENDTRANSPARENCY
  472. if TYPE == "Block" then
  473. EFFECT.CFrame = CFRAME*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))
  474. else
  475. EFFECT.CFrame = CFRAME
  476. end
  477. for LOOP = 1, TIME+1 do
  478. Swait()
  479. MSH.Scale = MSH.Scale - GROWTH/TIME
  480. if TYPE == "Wave" then
  481. MSH.Offset = VT(0,0,-MSH.Scale.X/8)
  482. end
  483. EFFECT.Transparency = EFFECT.Transparency - TRANS/TIME
  484. if TYPE == "Block" then
  485. EFFECT.CFrame = CFRAME*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))
  486. else
  487. EFFECT.CFrame = EFFECT.CFrame*ANGLES(RAD(ROTATION1),RAD(ROTATION2),RAD(ROTATION3))
  488. end
  489. if MOVEDIRECTION ~= nil then
  490. local ORI = EFFECT.Orientation
  491. EFFECT.CFrame = CF(EFFECT.Position,MOVEDIRECTION)*CF(0,0,-MOVESPEED)
  492. EFFECT.Orientation = ORI
  493. end
  494. end
  495. if PLAYSSOUND == false then
  496. EFFECT:remove()
  497. else
  498. repeat Swait() until SOUND.Playing == false
  499. EFFECT:remove()
  500. end
  501. else
  502. if PLAYSSOUND == false then
  503. EFFECT:remove()
  504. else
  505. repeat Swait() until SOUND.Playing == false
  506. EFFECT:remove()
  507. end
  508. end
  509. end))
  510. end
  511.  
  512. function MakeForm(PART,TYPE)
  513. if TYPE == "Cyl" then
  514. local MSH = IT("CylinderMesh",PART)
  515. elseif TYPE == "Ball" then
  516. local MSH = IT("SpecialMesh",PART)
  517. MSH.MeshType = "Sphere"
  518. elseif TYPE == "Wedge" then
  519. local MSH = IT("SpecialMesh",PART)
  520. MSH.MeshType = "Wedge"
  521. end
  522. end
  523.  
  524. Debris = game:GetService("Debris")
  525.  
  526. function CastProperRay(StartPos, EndPos, Distance, Ignore)
  527. local DIRECTION = CF(StartPos,EndPos).lookVector
  528. return game:GetService("Workspace"):FindPartOnRayWithIgnoreList(Ray.new(StartPos, DIRECTION * Distance), Ignore)
  529. end
  530.  
  531. --//=================================\\
  532. --|| WEAPON CREATION
  533. --\\=================================//
  534. CircleParts = {}
  535. Equipped = false
  536.  
  537. function RayCast(Position, Direction, MaxDistance, IgnoreList)
  538. return game:GetService("Workspace"):FindPartOnRayWithIgnoreList(Ray.new(Position, Direction.unit * (MaxDistance or 999.999)), IgnoreList)
  539. end
  540. Humanoid = Character:FindFirstChildOfClass("Humanoid")
  541. Torso = Character:FindFirstChild("Torso")
  542. if not Player or not Humanoid or Humanoid.Health == 0 or not Torso then
  543. return
  544. end
  545. Equipped = true
  546. Circle = Instance.new("Model")
  547. Circle.Name = "Circle"
  548. Angle = 0
  549. for i = 1, 1 do
  550. local CirclePart = Instance.new("Part")
  551. CirclePart.Name = "CirclePart"
  552. CirclePart.Transparency = 1
  553. CirclePart.BrickColor = BrickColor.new("Really black")
  554. CirclePart.Material = Enum.Material.Plastic
  555. CirclePart.Shape = Enum.PartType.Block
  556. CirclePart.FormFactor = Enum.FormFactor.Custom
  557. CirclePart.TopSurface = Enum.SurfaceType.Smooth
  558. CirclePart.BottomSurface = Enum.SurfaceType.Smooth
  559. CirclePart.Anchored = true
  560. CirclePart.CanCollide = false
  561. CirclePart.Locked = true
  562. CirclePart.Size = Vector3.new(10, 0.2, 10)
  563. local Aura = Instance.new('ParticleEmitter')
  564. Aura.Name = "Aura"
  565. Aura.Texture = "rbxassetid://141116476"
  566. Aura.Parent = CirclePart
  567. Aura.LightEmission = 0
  568. Aura.Transparency = NumberSequence.new(0.2,0.4,1)
  569. Aura.Color = ColorSequence.new(Color3.new(255/255, 0/255, 0/255),Color3.new(0/200, 0/200, 0/200))
  570. Aura.Size = NumberSequence.new(0.9,0.5,0.3)
  571. Aura.LockedToPart = false
  572. Aura.Lifetime = NumberRange.new(1)
  573. Aura.Rate = 100
  574. Aura.Speed = NumberRange.new(2)
  575. Aura.SpreadAngle = Vector2.new(80,80)
  576. local BlockMesh = Instance.new("BlockMesh")
  577. BlockMesh.Scale = Vector3.new(1, (1 + (0.005 * i)), 1)
  578. BlockMesh.Parent = CirclePart
  579. CirclePart.Parent = Circle
  580. local Star = Instance.new("Decal", CirclePart)
  581. Star.Texture = "http://www.roblox.com/asset/?id=511898588"
  582. Star.Face = "Top"
  583. local Light = Instance.new("PointLight", CirclePart)
  584. Light.Color = Color3.new(1,0,0)
  585. Light.Brightness = 100
  586. Light.Range = 15
  587. table.insert(CircleParts, CirclePart)
  588. end
  589. Spawn(function()
  590. while Equipped and Humanoid.Parent and Humanoid.Health > 0 and Torso.Parent do
  591. if Angle == 360 then
  592. Angle = 0
  593. end
  594. Angle = Angle + 0.05
  595. local Hit, EndPosition = RayCast(Torso.Position, Vector3.new(0, -1, 0), (Torso.Size.Y * 6.5), {Character})
  596. if Hit then
  597. if not Circle.Parent then
  598. Circle.Parent = Character
  599. end
  600. for i, v in pairs(CircleParts) do
  601. v.CFrame = CFrame.new(Torso.Position.X, EndPosition.Y, Torso.Position.Z) * CFrame.Angles(0, (Angle + i), 0)
  602. end
  603. else
  604. Circle.Parent = nil
  605. end
  606. wait()
  607. end
  608. end)
  609.  
  610. Neck.Name = "Weld"
  611. RootJoint.Name = "Weld"
  612. RightShoulder.Name = "Weld"
  613. LeftShoulder.Name = "Weld"
  614. RightHip.Name = "Weld"
  615. LeftHip.Name = "Weld"
  616.  
  617. local BODY = {}
  618. for _, c in pairs(Character:GetDescendants()) do
  619. if c:IsA("BasePart") and c.Name ~= "Handle" then
  620. if c ~= RootPart and c ~= Torso and c ~= Head and c ~= RightArm and c ~= LeftArm and c ~= RightLeg and c ~= LeftLeg then
  621. c.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0, 0)
  622. end
  623. table.insert(BODY,{c,c.Parent,c.Material,c.Color,c.Transparency})
  624. elseif c:IsA("JointInstance") then
  625. table.insert(BODY,{c,c.Parent,nil,nil,nil})
  626. end
  627. end
  628. for e = 1, #BODY do
  629. if BODY[e] ~= nil then
  630. local STUFF = BODY[e]
  631. local PART = STUFF[1]
  632. local PARENT = STUFF[2]
  633. local MATERIAL = STUFF[3]
  634. local COLOR = STUFF[4]
  635. local TRANSPARENCY = STUFF[5]
  636. if PART.ClassName == "Part" and PART ~= RootPart then
  637. PART.Material = MATERIAL
  638. PART.Color = COLOR
  639. PART.Transparency = TRANSPARENCY
  640. end
  641. PART.AncestryChanged:Connect(function()
  642. PART.Parent = PARENT
  643. end)
  644. end
  645. end
  646.  
  647. function refit()
  648. Character.Parent = workspace
  649. for e = 1, #BODY do
  650. if BODY[e] ~= nil then
  651. local STUFF = BODY[e]
  652. local PART = STUFF[1]
  653. local PARENT = STUFF[2]
  654. local MATERIAL = STUFF[3]
  655. local COLOR = STUFF[4]
  656. local TRANSPARENCY = STUFF[5]
  657. if PART.ClassName == "Part" and PART ~= RootPart then
  658. PART.Material = MATERIAL
  659. PART.Color = COLOR
  660. PART.Transparency = TRANSPARENCY
  661. end
  662. if PART.Parent ~= PARENT then
  663. Humanoid:remove()
  664. PART.Parent = PARENT
  665. Humanoid = IT("Humanoid",Character)
  666. chatfunc ("Nice try...but it's not enough")
  667. end
  668. end
  669. end
  670. end
  671.  
  672. Humanoid.Parent = Character
  673. if(Player.Name == 'deivis97')then
  674. local PRT = CreatePart(3, Head, "Fabric", 0, 0, "Really black", "Hat", VT(1,1,1),false)
  675. PRT.Color = C3(0,0,0)
  676. CreateWeldOrSnapOrMotor("Weld", Head, Head, PRT, CF(0,0.18,0.2) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  677. CreateMesh("SpecialMesh", PRT, "FileMesh", "62246019", "162693346", VT(1,1,1), VT(0,0,0))
  678. local PRT = CreatePart(3, Character, "Neon", 0, 0, "Really black", "Detail", VT(0.2,0.3,0.2),false)
  679. PRT.Color = C3(0/255, 255/255, 255/255)
  680. MakeForm(PRT,"Ball")
  681. local Aura = Instance.new('ParticleEmitter')
  682. Aura.Name = "Aura"
  683. Aura.Texture = "rbxassetid://141116476"
  684. Aura.Parent = PRT
  685. Aura.LightEmission = 1
  686. Aura.Transparency = NumberSequence.new(0,0.6,1)
  687. Aura.Color = ColorSequence.new(Color3.new(0/255, 255/255, 255/255),Color3.new(255/255, 0/255, 0/255))
  688. Aura.Size = NumberSequence.new(0.4,0.3,0.1)
  689. Aura.LockedToPart = false
  690. Aura.Lifetime = NumberRange.new(2)
  691. Aura.Rate = 99
  692. Aura.Speed = NumberRange.new(1)
  693. Aura.EmissionDirection = "Top"
  694. CreateWeldOrSnapOrMotor("Weld", Head, Head, PRT, CF(-0.1,0.18,-.55), CF(0, 0, 0))
  695. end
  696. Humanoid.Died:connect(function()
  697. refit()
  698. mas()
  699. end)
  700. function swait(num)
  701. if num == 0 or num == nil then
  702. ArtificialHB.Event:wait()
  703. else
  704. for i = 0, num do
  705. ArtificialHB.Event:wait()
  706. end
  707. end
  708. end
  709. function chatfunc(text)
  710. local chat = coroutine.wrap(function()
  711. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  712. Character:FindFirstChild("TalkingBillBoard"):destroy()
  713. end
  714. local Bill = Instance.new("BillboardGui",Character)
  715. Bill.Size = UDim2.new(0,100,0,40)
  716. Bill.StudsOffset = Vector3.new(0,3,0)
  717. Bill.Adornee = Character.Head
  718. Bill.Name = "TalkingBillBoard"
  719. local Hehe = Instance.new("TextLabel",Bill)
  720. Hehe.BackgroundTransparency = 1
  721. Hehe.BorderSizePixel = 0
  722. Hehe.Text = ""
  723. Hehe.Font = "Garamond"
  724. Hehe.TextSize = 40
  725. Hehe.TextStrokeTransparency = 0
  726. Hehe.Size = UDim2.new(1,0,0.5,0)
  727. coroutine.resume(coroutine.create(function()
  728. while Hehe ~= nil do
  729. swait()
  730. Hehe.Position = UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  731. Hehe.Rotation = math.random(-5,5)
  732. Hehe.TextColor3 = Color3.new(0,0,0)
  733. Hehe.TextStrokeColor3 = Color3.new(1,0,0)
  734. end
  735. end))
  736. for i = 1,string.len(text),1 do
  737. swait()
  738. Hehe.Text = string.sub(text,1,i)
  739. end
  740. swait(90)--Re[math.random(1, 93)]
  741. for i = 0, 1, .025 do
  742. swait()
  743. Bill.ExtentsOffset = Vector3.new(math.random(-i, i), math.random(-i, i), math.random(-i, i))
  744. Hehe.TextStrokeTransparency = i
  745. Hehe.TextTransparency = i
  746. end
  747. Bill:Destroy()
  748. end)
  749. chat()
  750. end
  751.  
  752. function onChatted(msg)
  753. chatfunc(msg)
  754. end
  755.  
  756. Player.Chatted:connect(onChatted)
  757. wait(0.2)
  758.  
  759. Torso.Transparency = 1
  760. function sandbox(var,func)
  761. local env = getfenv(func)
  762. local newenv = setmetatable({},{
  763. __index = function(self,k)
  764. if k=="script" then
  765. return var
  766. else
  767. return env[k]
  768. end
  769. end,
  770. })
  771. setfenv(func,newenv)
  772. return func
  773. end
  774. cors = {}
  775. mas = Instance.new("Model",game:GetService("Lighting"))
  776. Model0 = Instance.new("Model")
  777. Model1 = Instance.new("Model")
  778. Part2 = Instance.new("Part")
  779. Part3 = Instance.new("Part")
  780. SpecialMesh4 = Instance.new("SpecialMesh")
  781. Part5 = Instance.new("Part")
  782. SpecialMesh6 = Instance.new("SpecialMesh")
  783. Part7 = Instance.new("Part")
  784. SpecialMesh8 = Instance.new("SpecialMesh")
  785. Part9 = Instance.new("Part")
  786. SpecialMesh10 = Instance.new("SpecialMesh")
  787. Part11 = Instance.new("Part")
  788. Part12 = Instance.new("Part")
  789. SpecialMesh13 = Instance.new("SpecialMesh")
  790. Part14 = Instance.new("Part")
  791. SpecialMesh15 = Instance.new("SpecialMesh")
  792. Part16 = Instance.new("Part")
  793. Part17 = Instance.new("Part")
  794. SpecialMesh18 = Instance.new("SpecialMesh")
  795. Part19 = Instance.new("Part")
  796. Part20 = Instance.new("Part")
  797. Part21 = Instance.new("Part")
  798. SpecialMesh22 = Instance.new("SpecialMesh")
  799. Part23 = Instance.new("Part")
  800. SpecialMesh24 = Instance.new("SpecialMesh")
  801. Part25 = Instance.new("Part")
  802. Part26 = Instance.new("Part")
  803. Part27 = Instance.new("Part")
  804. SpecialMesh28 = Instance.new("SpecialMesh")
  805. Part29 = Instance.new("Part")
  806. SpecialMesh30 = Instance.new("SpecialMesh")
  807. Part31 = Instance.new("Part")
  808. Model32 = Instance.new("Model")
  809. Part33 = Instance.new("Part")
  810. SpecialMesh34 = Instance.new("SpecialMesh")
  811. Part35 = Instance.new("Part")
  812. SpecialMesh36 = Instance.new("SpecialMesh")
  813. Part37 = Instance.new("Part")
  814. SpecialMesh38 = Instance.new("SpecialMesh")
  815. Part39 = Instance.new("Part")
  816. Part40 = Instance.new("Part")
  817. SpecialMesh41 = Instance.new("SpecialMesh")
  818. Part42 = Instance.new("Part")
  819. Part43 = Instance.new("Part")
  820. Part44 = Instance.new("Part")
  821. SpecialMesh45 = Instance.new("SpecialMesh")
  822. Part46 = Instance.new("Part")
  823. SpecialMesh47 = Instance.new("SpecialMesh")
  824. Part48 = Instance.new("Part")
  825. SpecialMesh49 = Instance.new("SpecialMesh")
  826. Part50 = Instance.new("Part")
  827. SpecialMesh51 = Instance.new("SpecialMesh")
  828. Part52 = Instance.new("Part")
  829. SpecialMesh53 = Instance.new("SpecialMesh")
  830. Part54 = Instance.new("Part")
  831. SpecialMesh55 = Instance.new("SpecialMesh")
  832. Part56 = Instance.new("Part")
  833. SpecialMesh57 = Instance.new("SpecialMesh")
  834. Part58 = Instance.new("Part")
  835. SpecialMesh59 = Instance.new("SpecialMesh")
  836. Part60 = Instance.new("Part")
  837. SpecialMesh61 = Instance.new("SpecialMesh")
  838. Part62 = Instance.new("Part")
  839. SpecialMesh63 = Instance.new("SpecialMesh")
  840. Part64 = Instance.new("Part")
  841. SpecialMesh65 = Instance.new("SpecialMesh")
  842. Part66 = Instance.new("Part")
  843. SpecialMesh67 = Instance.new("SpecialMesh")
  844. Part68 = Instance.new("Part")
  845. SpecialMesh69 = Instance.new("SpecialMesh")
  846. Part70 = Instance.new("Part")
  847. Model71 = Instance.new("Model")
  848. Part72 = Instance.new("Part")
  849. SpecialMesh73 = Instance.new("SpecialMesh")
  850. Part74 = Instance.new("Part")
  851. SpecialMesh75 = Instance.new("SpecialMesh")
  852. Part76 = Instance.new("Part")
  853. SpecialMesh77 = Instance.new("SpecialMesh")
  854. Part78 = Instance.new("Part")
  855. Part79 = Instance.new("Part")
  856. SpecialMesh80 = Instance.new("SpecialMesh")
  857. Part81 = Instance.new("Part")
  858. Part82 = Instance.new("Part")
  859. Part83 = Instance.new("Part")
  860. SpecialMesh84 = Instance.new("SpecialMesh")
  861. Part85 = Instance.new("Part")
  862. SpecialMesh86 = Instance.new("SpecialMesh")
  863. Part87 = Instance.new("Part")
  864. SpecialMesh88 = Instance.new("SpecialMesh")
  865. Part89 = Instance.new("Part")
  866. SpecialMesh90 = Instance.new("SpecialMesh")
  867. Part91 = Instance.new("Part")
  868. SpecialMesh92 = Instance.new("SpecialMesh")
  869. Part93 = Instance.new("Part")
  870. SpecialMesh94 = Instance.new("SpecialMesh")
  871. Part95 = Instance.new("Part")
  872. SpecialMesh96 = Instance.new("SpecialMesh")
  873. Part97 = Instance.new("Part")
  874. SpecialMesh98 = Instance.new("SpecialMesh")
  875. Part99 = Instance.new("Part")
  876. SpecialMesh100 = Instance.new("SpecialMesh")
  877. Part101 = Instance.new("Part")
  878. SpecialMesh102 = Instance.new("SpecialMesh")
  879. Part103 = Instance.new("Part")
  880. SpecialMesh104 = Instance.new("SpecialMesh")
  881. Part105 = Instance.new("Part")
  882. SpecialMesh106 = Instance.new("SpecialMesh")
  883. Part107 = Instance.new("Part")
  884. SpecialMesh108 = Instance.new("SpecialMesh")
  885. Part109 = Instance.new("Part")
  886. Model110 = Instance.new("Model")
  887. Part111 = Instance.new("Part")
  888. Part112 = Instance.new("Part")
  889. SpecialMesh113 = Instance.new("SpecialMesh")
  890. Part114 = Instance.new("Part")
  891. SpecialMesh115 = Instance.new("SpecialMesh")
  892. Part116 = Instance.new("Part")
  893. SpecialMesh117 = Instance.new("SpecialMesh")
  894. Part118 = Instance.new("Part")
  895. SpecialMesh119 = Instance.new("SpecialMesh")
  896. Part120 = Instance.new("Part")
  897. Part121 = Instance.new("Part")
  898. Part122 = Instance.new("Part")
  899. SpecialMesh123 = Instance.new("SpecialMesh")
  900. Part124 = Instance.new("Part")
  901. SpecialMesh125 = Instance.new("SpecialMesh")
  902. Part126 = Instance.new("Part")
  903. SpecialMesh127 = Instance.new("SpecialMesh")
  904. Part128 = Instance.new("Part")
  905. Part129 = Instance.new("Part")
  906. SpecialMesh130 = Instance.new("SpecialMesh")
  907. Part131 = Instance.new("Part")
  908. SpecialMesh132 = Instance.new("SpecialMesh")
  909. Model133 = Instance.new("Model")
  910. Part134 = Instance.new("Part")
  911. SpecialMesh135 = Instance.new("SpecialMesh")
  912. Part136 = Instance.new("Part")
  913. SpecialMesh137 = Instance.new("SpecialMesh")
  914. Part138 = Instance.new("Part")
  915. SpecialMesh139 = Instance.new("SpecialMesh")
  916. Part140 = Instance.new("Part")
  917. SpecialMesh141 = Instance.new("SpecialMesh")
  918. Part142 = Instance.new("Part")
  919. SpecialMesh143 = Instance.new("SpecialMesh")
  920. Part144 = Instance.new("Part")
  921. SpecialMesh145 = Instance.new("SpecialMesh")
  922. Part146 = Instance.new("Part")
  923. Part147 = Instance.new("Part")
  924. Part148 = Instance.new("Part")
  925. SpecialMesh149 = Instance.new("SpecialMesh")
  926. Part150 = Instance.new("Part")
  927. SpecialMesh151 = Instance.new("SpecialMesh")
  928. Part152 = Instance.new("Part")
  929. Part153 = Instance.new("Part")
  930. SpecialMesh154 = Instance.new("SpecialMesh")
  931. Part155 = Instance.new("Part")
  932. Script156 = Instance.new("Script")
  933. Model0.Name = "good stuff k"
  934. Model0.Parent = mas
  935. Model1.Name = "Torso"
  936. Model1.Parent = Model0
  937. Part2.Parent = Model1
  938. Part2.Material = Enum.Material.SmoothPlastic
  939. Part2.BrickColor = BrickColor.new("Really black")
  940. Part2.Rotation = Vector3.new(0, -90, 0)
  941. Part2.Anchored = true
  942. Part2.FormFactor = Enum.FormFactor.Symmetric
  943. Part2.Size = Vector3.new(0.738999903, 0.200000048, 1.03600001)
  944. Part2.CFrame = CFrame.new(-0.214560002, 3.92600894, 22.5565186, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  945. Part2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  946. Part2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  947. Part2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  948. Part2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  949. Part2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  950. Part2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  951. Part2.Position = Vector3.new(-0.214560002, 3.92600894, 22.5565186)
  952. Part2.Orientation = Vector3.new(0, -90, 0)
  953. Part3.Parent = Model1
  954. Part3.Material = Enum.Material.CorrodedMetal
  955. Part3.BrickColor = BrickColor.new("Crimson")
  956. Part3.Rotation = Vector3.new(0, -90, 0)
  957. Part3.Anchored = true
  958. Part3.FormFactor = Enum.FormFactor.Symmetric
  959. Part3.Size = Vector3.new(0.200000003, 0.200000003, 0.262000024)
  960. Part3.CFrame = CFrame.new(0.261940002, 2.23902202, 21.8550091, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  961. Part3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  962. Part3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  963. Part3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  964. Part3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  965. Part3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  966. Part3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  967. Part3.Position = Vector3.new(0.261940002, 2.23902202, 21.8550091)
  968. Part3.Orientation = Vector3.new(0, -90, 0)
  969. SpecialMesh4.Parent = Part3
  970. SpecialMesh4.MeshType = Enum.MeshType.Sphere
  971. Part5.Parent = Model1
  972. Part5.Material = Enum.Material.CorrodedMetal
  973. Part5.BrickColor = BrickColor.new("Crimson")
  974. Part5.Rotation = Vector3.new(0, -90, 0)
  975. Part5.Anchored = true
  976. Part5.FormFactor = Enum.FormFactor.Symmetric
  977. Part5.Size = Vector3.new(0.200000003, 0.200000003, 0.262000024)
  978. Part5.CFrame = CFrame.new(0.261940002, 3.70001101, 21.8560181, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  979. Part5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  980. Part5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  981. Part5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  982. Part5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  983. Part5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  984. Part5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  985. Part5.Position = Vector3.new(0.261940002, 3.70001101, 21.8560181)
  986. Part5.Orientation = Vector3.new(0, -90, 0)
  987. SpecialMesh6.Parent = Part5
  988. SpecialMesh6.MeshType = Enum.MeshType.Sphere
  989. Part7.Parent = Model1
  990. Part7.Material = Enum.Material.SmoothPlastic
  991. Part7.BrickColor = BrickColor.new("Really black")
  992. Part7.Rotation = Vector3.new(0, -90, 0)
  993. Part7.Anchored = true
  994. Part7.FormFactor = Enum.FormFactor.Symmetric
  995. Part7.Size = Vector3.new(2.0079999, 1.972, 1)
  996. Part7.CFrame = CFrame.new(-0.643059015, 3.01899695, 21.8940125, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  997. Part7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  998. Part7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  999. Part7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1000. Part7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1001. Part7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1002. Part7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1003. Part7.Position = Vector3.new(-0.643059015, 3.01899695, 21.8940125)
  1004. Part7.Orientation = Vector3.new(0, -90, 0)
  1005. SpecialMesh8.Parent = Part7
  1006. SpecialMesh8.Scale = Vector3.new(1, 1, 0.200000003)
  1007. SpecialMesh8.MeshType = Enum.MeshType.Brick
  1008. SpecialMesh8.Scale = Vector3.new(1, 1, 0.200000003)
  1009. Part9.Parent = Model1
  1010. Part9.Material = Enum.Material.SmoothPlastic
  1011. Part9.BrickColor = BrickColor.new("Really black")
  1012. Part9.Rotation = Vector3.new(0, -1.24000001, 0)
  1013. Part9.Anchored = true
  1014. Part9.FormFactor = Enum.FormFactor.Symmetric
  1015. Part9.Size = Vector3.new(0.825000048, 2, 1)
  1016. Part9.CFrame = CFrame.new(-0.267057002, 3.00099897, 22.8345184, 0.999764979, -6.79974523e-22, -0.021678783, 6.90052505e-22, 1, 4.57399829e-22, 0.021678783, -4.72251821e-22, 0.999764979)
  1017. Part9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1018. Part9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1019. Part9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1020. Part9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1021. Part9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1022. Part9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1023. Part9.Position = Vector3.new(-0.267057002, 3.00099897, 22.8345184)
  1024. Part9.Orientation = Vector3.new(0, -1.24000001, 0)
  1025. SpecialMesh10.Parent = Part9
  1026. SpecialMesh10.Scale = Vector3.new(1, 1, 0.200000003)
  1027. SpecialMesh10.MeshType = Enum.MeshType.Brick
  1028. SpecialMesh10.Scale = Vector3.new(1, 1, 0.200000003)
  1029. Part11.Parent = Model1
  1030. Part11.Material = Enum.Material.SmoothPlastic
  1031. Part11.BrickColor = BrickColor.new("Really black")
  1032. Part11.Rotation = Vector3.new(0, -90, 0)
  1033. Part11.Anchored = true
  1034. Part11.FormFactor = Enum.FormFactor.Symmetric
  1035. Part11.Size = Vector3.new(0.636999905, 0.200000048, 1.02900004)
  1036. Part11.CFrame = CFrame.new(-0.218061, 3.94200206, 21.2105255, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  1037. Part11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1038. Part11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1039. Part11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1040. Part11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1041. Part11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1042. Part11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1043. Part11.Position = Vector3.new(-0.218061, 3.94200206, 21.2105255)
  1044. Part11.Orientation = Vector3.new(0, -90, 0)
  1045. Part12.Parent = Model1
  1046. Part12.Material = Enum.Material.CorrodedMetal
  1047. Part12.BrickColor = BrickColor.new("Crimson")
  1048. Part12.Rotation = Vector3.new(0, -90, 0)
  1049. Part12.Anchored = true
  1050. Part12.FormFactor = Enum.FormFactor.Symmetric
  1051. Part12.Size = Vector3.new(0.200000003, 0.200000003, 0.262000024)
  1052. Part12.CFrame = CFrame.new(0.261940002, 3.21401906, 21.8560181, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  1053. Part12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1054. Part12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1055. Part12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1056. Part12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1057. Part12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1058. Part12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1059. Part12.Position = Vector3.new(0.261940002, 3.21401906, 21.8560181)
  1060. Part12.Orientation = Vector3.new(0, -90, 0)
  1061. SpecialMesh13.Parent = Part12
  1062. SpecialMesh13.MeshType = Enum.MeshType.Sphere
  1063. Part14.Parent = Model1
  1064. Part14.Material = Enum.Material.SmoothPlastic
  1065. Part14.BrickColor = BrickColor.new("Really black")
  1066. Part14.Rotation = Vector3.new(0, -1.24000001, 0)
  1067. Part14.Anchored = true
  1068. Part14.FormFactor = Enum.FormFactor.Symmetric
  1069. Part14.Size = Vector3.new(0.825000048, 1.96599996, 1)
  1070. Part14.CFrame = CFrame.new(-0.267057002, 3.02199602, 20.9845123, 0.999764979, -6.79974523e-22, -0.021678783, 6.90052505e-22, 1, 4.57399829e-22, 0.021678783, -4.72251821e-22, 0.999764979)
  1071. Part14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1072. Part14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1073. Part14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1074. Part14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1075. Part14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1076. Part14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1077. Part14.Position = Vector3.new(-0.267057002, 3.02199602, 20.9845123)
  1078. Part14.Orientation = Vector3.new(0, -1.24000001, 0)
  1079. SpecialMesh15.Parent = Part14
  1080. SpecialMesh15.Scale = Vector3.new(1, 1, 0.200000003)
  1081. SpecialMesh15.MeshType = Enum.MeshType.Brick
  1082. SpecialMesh15.Scale = Vector3.new(1, 1, 0.200000003)
  1083. Part16.Parent = Model1
  1084. Part16.Material = Enum.Material.SmoothPlastic
  1085. Part16.BrickColor = BrickColor.new("Really black")
  1086. Part16.Rotation = Vector3.new(0, -90, 0)
  1087. Part16.Anchored = true
  1088. Part16.FormFactor = Enum.FormFactor.Symmetric
  1089. Part16.Size = Vector3.new(2, 2.01600003, 1.00999999)
  1090. Part16.CFrame = CFrame.new(-0.220062003, 3.07401037, 21.8960114, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  1091. Part16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1092. Part16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1093. Part16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1094. Part16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1095. Part16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1096. Part16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1097. Part16.Position = Vector3.new(-0.220062003, 3.07401037, 21.8960114)
  1098. Part16.Orientation = Vector3.new(0, -90, 0)
  1099. Part17.Parent = Model1
  1100. Part17.Material = Enum.Material.CorrodedMetal
  1101. Part17.BrickColor = BrickColor.new("Crimson")
  1102. Part17.Rotation = Vector3.new(0, -90, 0)
  1103. Part17.Anchored = true
  1104. Part17.FormFactor = Enum.FormFactor.Symmetric
  1105. Part17.Size = Vector3.new(0.200000003, 0.200000003, 0.262000024)
  1106. Part17.CFrame = CFrame.new(0.261940002, 2.77401805, 21.8640137, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  1107. Part17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1108. Part17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1109. Part17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1110. Part17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1111. Part17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1112. Part17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1113. Part17.Position = Vector3.new(0.261940002, 2.77401805, 21.8640137)
  1114. Part17.Orientation = Vector3.new(0, -90, 0)
  1115. SpecialMesh18.Parent = Part17
  1116. SpecialMesh18.MeshType = Enum.MeshType.Sphere
  1117. Part19.Parent = Model1
  1118. Part19.Material = Enum.Material.Slate
  1119. Part19.BrickColor = BrickColor.new("Crimson")
  1120. Part19.Rotation = Vector3.new(0, -0.230000004, 0)
  1121. Part19.Anchored = true
  1122. Part19.FormFactor = Enum.FormFactor.Symmetric
  1123. Part19.Size = Vector3.new(0.636999905, 0.200000048, 0.203000024)
  1124. Part19.CFrame = CFrame.new(0.000846999988, 3.94200492, 22.2785187, 0.999991775, -6.79974523e-22, -0.00405955315, 6.81886116e-22, 1, 4.69487602e-22, 0.00405955315, -4.72251821e-22, 0.999991775)
  1125. Part19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1126. Part19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1127. Part19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1128. Part19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1129. Part19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1130. Part19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1131. Part19.Position = Vector3.new(0.000846999988, 3.94200492, 22.2785187)
  1132. Part19.Orientation = Vector3.new(0, -0.230000004, 0)
  1133. Part20.Parent = Model1
  1134. Part20.Material = Enum.Material.Slate
  1135. Part20.BrickColor = BrickColor.new("Crimson")
  1136. Part20.Rotation = Vector3.new(0, -90, 0)
  1137. Part20.Anchored = true
  1138. Part20.FormFactor = Enum.FormFactor.Symmetric
  1139. Part20.Size = Vector3.new(0.456999898, 0.200000048, 0.249000028)
  1140. Part20.CFrame = CFrame.new(-0.214057997, 3.96099806, 22.5885162, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  1141. Part20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1142. Part20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1143. Part20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1144. Part20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1145. Part20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1146. Part20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1147. Part20.Position = Vector3.new(-0.214057997, 3.96099806, 22.5885162)
  1148. Part20.Orientation = Vector3.new(0, -90, 0)
  1149. Part21.Parent = Model1
  1150. Part21.Material = Enum.Material.Slate
  1151. Part21.BrickColor = BrickColor.new("Crimson")
  1152. Part21.Rotation = Vector3.new(0, -90, 0)
  1153. Part21.Anchored = true
  1154. Part21.FormFactor = Enum.FormFactor.Symmetric
  1155. Part21.Size = Vector3.new(0.200000003, 1.96399999, 1)
  1156. Part21.CFrame = CFrame.new(0.224937007, 3.0310111, 22.2900238, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  1157. Part21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1158. Part21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1159. Part21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1160. Part21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1161. Part21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1162. Part21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1163. Part21.Position = Vector3.new(0.224937007, 3.0310111, 22.2900238)
  1164. Part21.Orientation = Vector3.new(0, -90, 0)
  1165. SpecialMesh22.Parent = Part21
  1166. SpecialMesh22.Scale = Vector3.new(1, 1, 0.200000003)
  1167. SpecialMesh22.MeshType = Enum.MeshType.Brick
  1168. SpecialMesh22.Scale = Vector3.new(1, 1, 0.200000003)
  1169. Part23.Parent = Model1
  1170. Part23.Material = Enum.Material.Slate
  1171. Part23.BrickColor = BrickColor.new("Crimson")
  1172. Part23.Rotation = Vector3.new(0, -90, 0)
  1173. Part23.Anchored = true
  1174. Part23.FormFactor = Enum.FormFactor.Symmetric
  1175. Part23.Size = Vector3.new(0.200000003, 1.92299998, 1)
  1176. Part23.CFrame = CFrame.new(0.217941001, 3.02950692, 21.4200134, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  1177. Part23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1178. Part23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1179. Part23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1180. Part23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1181. Part23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1182. Part23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1183. Part23.Position = Vector3.new(0.217941001, 3.02950692, 21.4200134)
  1184. Part23.Orientation = Vector3.new(0, -90, 0)
  1185. SpecialMesh24.Parent = Part23
  1186. SpecialMesh24.Scale = Vector3.new(1, 1, 0.200000003)
  1187. SpecialMesh24.MeshType = Enum.MeshType.Brick
  1188. SpecialMesh24.Scale = Vector3.new(1, 1, 0.200000003)
  1189. Part25.Parent = Model1
  1190. Part25.Material = Enum.Material.Slate
  1191. Part25.BrickColor = BrickColor.new("Crimson")
  1192. Part25.Rotation = Vector3.new(0, -90, 0)
  1193. Part25.Anchored = true
  1194. Part25.FormFactor = Enum.FormFactor.Symmetric
  1195. Part25.Size = Vector3.new(0.636999905, 0.200000048, 0.249000028)
  1196. Part25.CFrame = CFrame.new(-0.214057997, 3.97000504, 21.2105255, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  1197. Part25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1198. Part25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1199. Part25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1200. Part25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1201. Part25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1202. Part25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1203. Part25.Position = Vector3.new(-0.214057997, 3.97000504, 21.2105255)
  1204. Part25.Orientation = Vector3.new(0, -90, 0)
  1205. Part26.Parent = Model1
  1206. Part26.Material = Enum.Material.Slate
  1207. Part26.BrickColor = BrickColor.new("Crimson")
  1208. Part26.Rotation = Vector3.new(0, -0.230000004, 0)
  1209. Part26.Anchored = true
  1210. Part26.FormFactor = Enum.FormFactor.Symmetric
  1211. Part26.Size = Vector3.new(0.636999905, 0.200000048, 0.203000024)
  1212. Part26.CFrame = CFrame.new(0.000846999988, 3.96799803, 21.4205151, 0.999991775, -6.79974523e-22, -0.00405955315, 6.81886116e-22, 1, 4.69487602e-22, 0.00405955315, -4.72251821e-22, 0.999991775)
  1213. Part26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1214. Part26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1215. Part26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1216. Part26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1217. Part26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1218. Part26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1219. Part26.Position = Vector3.new(0.000846999988, 3.96799803, 21.4205151)
  1220. Part26.Orientation = Vector3.new(0, -0.230000004, 0)
  1221. Part27.Parent = Model1
  1222. Part27.Material = Enum.Material.SmoothPlastic
  1223. Part27.BrickColor = BrickColor.new("Really black")
  1224. Part27.Rotation = Vector3.new(0, -90, 0)
  1225. Part27.Anchored = true
  1226. Part27.FormFactor = Enum.FormFactor.Symmetric
  1227. Part27.Size = Vector3.new(0.649000049, 1.972, 1)
  1228. Part27.CFrame = CFrame.new(0.199944004, 3.02099705, 21.2145233, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  1229. Part27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1230. Part27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1231. Part27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1232. Part27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1233. Part27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1234. Part27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1235. Part27.Position = Vector3.new(0.199944004, 3.02099705, 21.2145233)
  1236. Part27.Orientation = Vector3.new(0, -90, 0)
  1237. SpecialMesh28.Parent = Part27
  1238. SpecialMesh28.Scale = Vector3.new(1, 1, 0.200000003)
  1239. SpecialMesh28.MeshType = Enum.MeshType.Brick
  1240. SpecialMesh28.Scale = Vector3.new(1, 1, 0.200000003)
  1241. Part29.Parent = Model1
  1242. Part29.Material = Enum.Material.SmoothPlastic
  1243. Part29.BrickColor = BrickColor.new("Really black")
  1244. Part29.Rotation = Vector3.new(0, -90, 0)
  1245. Part29.Anchored = true
  1246. Part29.FormFactor = Enum.FormFactor.Symmetric
  1247. Part29.Size = Vector3.new(0.582000017, 1.972, 1)
  1248. Part29.CFrame = CFrame.new(0.199944004, 3.02800798, 22.6230164, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  1249. Part29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1250. Part29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1251. Part29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1252. Part29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1253. Part29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1254. Part29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1255. Part29.Position = Vector3.new(0.199944004, 3.02800798, 22.6230164)
  1256. Part29.Orientation = Vector3.new(0, -90, 0)
  1257. SpecialMesh30.Parent = Part29
  1258. SpecialMesh30.Scale = Vector3.new(1, 1, 0.200000003)
  1259. SpecialMesh30.MeshType = Enum.MeshType.Brick
  1260. SpecialMesh30.Scale = Vector3.new(1, 1, 0.200000003)
  1261. Part31.Name = "Torso"
  1262. Part31.Parent = Model1
  1263. Part31.Material = Enum.Material.SmoothPlastic
  1264. Part31.BrickColor = BrickColor.new("Institutional white")
  1265. Part31.Transparency = 1
  1266. Part31.Rotation = Vector3.new(0, -90, 0)
  1267. Part31.Anchored = true
  1268. Part31.FormFactor = Enum.FormFactor.Symmetric
  1269. Part31.Size = Vector3.new(2, 2, 1)
  1270. Part31.CFrame = CFrame.new(-0.225058004, 3.0999999, 21.8960114, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  1271. Part31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1272. Part31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1273. Part31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1274. Part31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1275. Part31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1276. Part31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1277. Part31.Position = Vector3.new(-0.225058004, 3.0999999, 21.8960114)
  1278. Part31.Orientation = Vector3.new(0, -90, 0)
  1279. Model32.Name = "LeftArm"
  1280. Model32.Parent = Model0
  1281. Part33.Parent = Model32
  1282. Part33.Material = Enum.Material.SmoothPlastic
  1283. Part33.BrickColor = BrickColor.new("Really black")
  1284. Part33.Rotation = Vector3.new(180, -1.03999996, 180)
  1285. Part33.Anchored = true
  1286. Part33.CanCollide = false
  1287. Part33.FormFactor = Enum.FormFactor.Symmetric
  1288. Part33.Size = Vector3.new(1.01499999, 1.89199996, 1)
  1289. Part33.CFrame = CFrame.new(-0.230064005, 3.06100798, 19.8810043, -0.999833941, -6.79973766e-22, -0.0182235464, -6.71255502e-22, 0.999998927, -4.84564917e-22, 0.0182235464, -4.72251316e-22, -0.999833941)
  1290. Part33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1291. Part33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1292. Part33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1293. Part33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1294. Part33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1295. Part33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1296. Part33.Position = Vector3.new(-0.230064005, 3.06100798, 19.8810043)
  1297. Part33.Orientation = Vector3.new(0, -178.960007, 0)
  1298. SpecialMesh34.Parent = Part33
  1299. SpecialMesh34.Scale = Vector3.new(1, 1, 0.100000001)
  1300. SpecialMesh34.MeshType = Enum.MeshType.Brick
  1301. SpecialMesh34.Scale = Vector3.new(1, 1, 0.100000001)
  1302. Part35.Parent = Model32
  1303. Part35.Material = Enum.Material.SmoothPlastic
  1304. Part35.BrickColor = BrickColor.new("Really black")
  1305. Part35.Rotation = Vector3.new(0, -90, 0)
  1306. Part35.Anchored = true
  1307. Part35.CanCollide = false
  1308. Part35.FormFactor = Enum.FormFactor.Symmetric
  1309. Part35.Size = Vector3.new(1, 1.89199996, 1)
  1310. Part35.CFrame = CFrame.new(-0.690063, 3.08200598, 20.3440247, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  1311. Part35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1312. Part35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1313. Part35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1314. Part35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1315. Part35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1316. Part35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1317. Part35.Position = Vector3.new(-0.690063, 3.08200598, 20.3440247)
  1318. Part35.Orientation = Vector3.new(0, -90, 0)
  1319. SpecialMesh36.Parent = Part35
  1320. SpecialMesh36.Scale = Vector3.new(1, 1, 0.100000001)
  1321. SpecialMesh36.MeshType = Enum.MeshType.Brick
  1322. SpecialMesh36.Scale = Vector3.new(1, 1, 0.100000001)
  1323. Part37.Parent = Model32
  1324. Part37.Material = Enum.Material.SmoothPlastic
  1325. Part37.BrickColor = BrickColor.new("Really black")
  1326. Part37.Rotation = Vector3.new(0, -90, 0)
  1327. Part37.Anchored = true
  1328. Part37.CanCollide = false
  1329. Part37.FormFactor = Enum.FormFactor.Symmetric
  1330. Part37.Size = Vector3.new(1, 1.89199996, 1)
  1331. Part37.CFrame = CFrame.new(0.235940993, 3.06599903, 20.3440247, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  1332. Part37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1333. Part37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1334. Part37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1335. Part37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1336. Part37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1337. Part37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1338. Part37.Position = Vector3.new(0.235940993, 3.06599903, 20.3440247)
  1339. Part37.Orientation = Vector3.new(0, -90, 0)
  1340. SpecialMesh38.Parent = Part37
  1341. SpecialMesh38.Scale = Vector3.new(1, 1, 0.100000001)
  1342. SpecialMesh38.MeshType = Enum.MeshType.Brick
  1343. SpecialMesh38.Scale = Vector3.new(1, 1, 0.100000001)
  1344. Part39.Name = "Left Arm"
  1345. Part39.Parent = Model32
  1346. Part39.Material = Enum.Material.SmoothPlastic
  1347. Part39.BrickColor = BrickColor.new("Brick yellow")
  1348. Part39.Transparency = 1
  1349. Part39.Rotation = Vector3.new(-180, -90, 0)
  1350. Part39.Anchored = true
  1351. Part39.CanCollide = false
  1352. Part39.FormFactor = Enum.FormFactor.Symmetric
  1353. Part39.Size = Vector3.new(1, 2, 1)
  1354. Part39.CFrame = CFrame.new(-0.225058004, 3.01999998, 20.3440247, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  1355. Part39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1356. Part39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1357. Part39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1358. Part39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1359. Part39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1360. Part39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1361. Part39.Position = Vector3.new(-0.225058004, 3.01999998, 20.3440247)
  1362. Part39.Orientation = Vector3.new(0, -90, 180)
  1363. Part40.Parent = Model32
  1364. Part40.Material = Enum.Material.SmoothPlastic
  1365. Part40.BrickColor = BrickColor.new("Really black")
  1366. Part40.Rotation = Vector3.new(180, -1.03999996, 180)
  1367. Part40.Anchored = true
  1368. Part40.CanCollide = false
  1369. Part40.FormFactor = Enum.FormFactor.Symmetric
  1370. Part40.Size = Vector3.new(1.01499999, 1.89199996, 1)
  1371. Part40.CFrame = CFrame.new(-0.230064005, 3.07200694, 20.8090191, -0.999833941, -6.79973766e-22, -0.0182235464, -6.71255502e-22, 0.999998927, -4.84564917e-22, 0.0182235464, -4.72251316e-22, -0.999833941)
  1372. Part40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1373. Part40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1374. Part40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1375. Part40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1376. Part40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1377. Part40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1378. Part40.Position = Vector3.new(-0.230064005, 3.07200694, 20.8090191)
  1379. Part40.Orientation = Vector3.new(0, -178.960007, 0)
  1380. SpecialMesh41.Parent = Part40
  1381. SpecialMesh41.Scale = Vector3.new(1, 1, 0.100000001)
  1382. SpecialMesh41.MeshType = Enum.MeshType.Brick
  1383. SpecialMesh41.Scale = Vector3.new(1, 1, 0.100000001)
  1384. Part42.Parent = Model32
  1385. Part42.Material = Enum.Material.SmoothPlastic
  1386. Part42.BrickColor = BrickColor.new("Really black")
  1387. Part42.Rotation = Vector3.new(0, -90, 0)
  1388. Part42.Anchored = true
  1389. Part42.CanCollide = false
  1390. Part42.FormFactor = Enum.FormFactor.Symmetric
  1391. Part42.Size = Vector3.new(1.02600002, 0.200000048, 1.00999999)
  1392. Part42.CFrame = CFrame.new(-0.220062003, 3.93401694, 20.3440247, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  1393. Part42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1394. Part42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1395. Part42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1396. Part42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1397. Part42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1398. Part42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1399. Part42.Position = Vector3.new(-0.220062003, 3.93401694, 20.3440247)
  1400. Part42.Orientation = Vector3.new(0, -90, 0)
  1401. Part43.Parent = Model32
  1402. Part43.Material = Enum.Material.SmoothPlastic
  1403. Part43.BrickColor = BrickColor.new("Crimson")
  1404. Part43.Rotation = Vector3.new(0, -90, 0)
  1405. Part43.Anchored = true
  1406. Part43.CanCollide = false
  1407. Part43.FormFactor = Enum.FormFactor.Symmetric
  1408. Part43.Size = Vector3.new(1.02400005, 0.200000048, 0.23499997)
  1409. Part43.CFrame = CFrame.new(-0.220062003, 3.93804193, 20.3450165, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  1410. Part43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1411. Part43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1412. Part43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1413. Part43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1414. Part43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1415. Part43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1416. Part43.Position = Vector3.new(-0.220062003, 3.93804193, 20.3450165)
  1417. Part43.Orientation = Vector3.new(0, -90, 0)
  1418. Part44.Parent = Model32
  1419. Part44.Material = Enum.Material.SmoothPlastic
  1420. Part44.BrickColor = BrickColor.new("Crimson")
  1421. Part44.Rotation = Vector3.new(180, -1.03999996, 180)
  1422. Part44.Anchored = true
  1423. Part44.CanCollide = false
  1424. Part44.FormFactor = Enum.FormFactor.Symmetric
  1425. Part44.Size = Vector3.new(0.242999971, 1.83500004, 1.32700002)
  1426. Part44.CFrame = CFrame.new(-0.230064005, 3.11554003, 19.8790131, -0.999833941, -6.79973766e-22, -0.0182235464, -6.71255502e-22, 0.999998927, -4.84564917e-22, 0.0182235464, -4.72251316e-22, -0.999833941)
  1427. Part44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1428. Part44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1429. Part44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1430. Part44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1431. Part44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1432. Part44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1433. Part44.Position = Vector3.new(-0.230064005, 3.11554003, 19.8790131)
  1434. Part44.Orientation = Vector3.new(0, -178.960007, 0)
  1435. SpecialMesh45.Parent = Part44
  1436. SpecialMesh45.Scale = Vector3.new(1, 1, 0.100000001)
  1437. SpecialMesh45.MeshType = Enum.MeshType.Brick
  1438. SpecialMesh45.Scale = Vector3.new(1, 1, 0.100000001)
  1439. Part46.Parent = Model32
  1440. Part46.Material = Enum.Material.SmoothPlastic
  1441. Part46.BrickColor = BrickColor.new("Really black")
  1442. Part46.Rotation = Vector3.new(0, -90, 0)
  1443. Part46.Anchored = true
  1444. Part46.CanCollide = false
  1445. Part46.FormFactor = Enum.FormFactor.Symmetric
  1446. Part46.Size = Vector3.new(1, 0.595000029, 1)
  1447. Part46.CFrame = CFrame.new(0.255935997, 3.72355604, 20.3440247, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  1448. Part46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1449. Part46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1450. Part46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1451. Part46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1452. Part46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1453. Part46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1454. Part46.Position = Vector3.new(0.255935997, 3.72355604, 20.3440247)
  1455. Part46.Orientation = Vector3.new(0, -90, 0)
  1456. SpecialMesh47.Parent = Part46
  1457. SpecialMesh47.Scale = Vector3.new(1, 1, 0.100000001)
  1458. SpecialMesh47.MeshType = Enum.MeshType.Brick
  1459. SpecialMesh47.Scale = Vector3.new(1, 1, 0.100000001)
  1460. Part48.Parent = Model32
  1461. Part48.Material = Enum.Material.SmoothPlastic
  1462. Part48.BrickColor = BrickColor.new("Really black")
  1463. Part48.Rotation = Vector3.new(0, -90, 0)
  1464. Part48.Anchored = true
  1465. Part48.CanCollide = false
  1466. Part48.FormFactor = Enum.FormFactor.Symmetric
  1467. Part48.Size = Vector3.new(1, 0.595000029, 1)
  1468. Part48.CFrame = CFrame.new(-0.703064024, 3.72854495, 20.3440247, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  1469. Part48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1470. Part48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1471. Part48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1472. Part48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1473. Part48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1474. Part48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1475. Part48.Position = Vector3.new(-0.703064024, 3.72854495, 20.3440247)
  1476. Part48.Orientation = Vector3.new(0, -90, 0)
  1477. SpecialMesh49.Parent = Part48
  1478. SpecialMesh49.Scale = Vector3.new(1, 1, 0.100000001)
  1479. SpecialMesh49.MeshType = Enum.MeshType.Brick
  1480. SpecialMesh49.Scale = Vector3.new(1, 1, 0.100000001)
  1481. Part50.Parent = Model32
  1482. Part50.Material = Enum.Material.SmoothPlastic
  1483. Part50.BrickColor = BrickColor.new("Really black")
  1484. Part50.Rotation = Vector3.new(180, -1.03999996, 180)
  1485. Part50.Anchored = true
  1486. Part50.CanCollide = false
  1487. Part50.FormFactor = Enum.FormFactor.Symmetric
  1488. Part50.Size = Vector3.new(1.06499994, 0.585000038, 1)
  1489. Part50.CFrame = CFrame.new(-0.230064005, 3.73054004, 20.8170166, -0.999833941, -6.79973766e-22, -0.0182235464, -6.71255502e-22, 0.999998927, -4.84564917e-22, 0.0182235464, -4.72251316e-22, -0.999833941)
  1490. Part50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1491. Part50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1492. Part50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1493. Part50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1494. Part50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1495. Part50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1496. Part50.Position = Vector3.new(-0.230064005, 3.73054004, 20.8170166)
  1497. Part50.Orientation = Vector3.new(0, -178.960007, 0)
  1498. SpecialMesh51.Parent = Part50
  1499. SpecialMesh51.Scale = Vector3.new(1, 1, 0.100000001)
  1500. SpecialMesh51.MeshType = Enum.MeshType.Brick
  1501. SpecialMesh51.Scale = Vector3.new(1, 1, 0.100000001)
  1502. Part52.Parent = Model32
  1503. Part52.Material = Enum.Material.SmoothPlastic
  1504. Part52.BrickColor = BrickColor.new("Really black")
  1505. Part52.Rotation = Vector3.new(180, -1.03999996, 180)
  1506. Part52.Anchored = true
  1507. Part52.CanCollide = false
  1508. Part52.FormFactor = Enum.FormFactor.Symmetric
  1509. Part52.Size = Vector3.new(1.06499994, 0.585000038, 1)
  1510. Part52.CFrame = CFrame.new(-0.230064005, 3.74054003, 19.8640137, -0.999833941, -6.79973766e-22, -0.0182235464, -6.71255502e-22, 0.999998927, -4.84564917e-22, 0.0182235464, -4.72251316e-22, -0.999833941)
  1511. Part52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1512. Part52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1513. Part52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1514. Part52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1515. Part52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1516. Part52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1517. Part52.Position = Vector3.new(-0.230064005, 3.74054003, 19.8640137)
  1518. Part52.Orientation = Vector3.new(0, -178.960007, 0)
  1519. SpecialMesh53.Parent = Part52
  1520. SpecialMesh53.Scale = Vector3.new(1, 1, 0.100000001)
  1521. SpecialMesh53.MeshType = Enum.MeshType.Brick
  1522. SpecialMesh53.Scale = Vector3.new(1, 1, 0.100000001)
  1523. Part54.Parent = Model32
  1524. Part54.Material = Enum.Material.SmoothPlastic
  1525. Part54.BrickColor = BrickColor.new("Crimson")
  1526. Part54.Rotation = Vector3.new(0, -90, 0)
  1527. Part54.Anchored = true
  1528. Part54.CanCollide = false
  1529. Part54.FormFactor = Enum.FormFactor.Symmetric
  1530. Part54.Size = Vector3.new(1.12699997, 0.26700002, 1)
  1531. Part54.CFrame = CFrame.new(0.331939995, 3.5705471, 20.2805176, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  1532. Part54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1533. Part54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1534. Part54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1535. Part54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1536. Part54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1537. Part54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1538. Part54.Position = Vector3.new(0.331939995, 3.5705471, 20.2805176)
  1539. Part54.Orientation = Vector3.new(0, -90, 0)
  1540. SpecialMesh55.Parent = Part54
  1541. SpecialMesh55.Scale = Vector3.new(1, 1, 0.100000001)
  1542. SpecialMesh55.MeshType = Enum.MeshType.Brick
  1543. SpecialMesh55.Scale = Vector3.new(1, 1, 0.100000001)
  1544. Part56.Parent = Model32
  1545. Part56.Material = Enum.Material.SmoothPlastic
  1546. Part56.BrickColor = BrickColor.new("Crimson")
  1547. Part56.Rotation = Vector3.new(0, -90, 0)
  1548. Part56.Anchored = true
  1549. Part56.CanCollide = false
  1550. Part56.FormFactor = Enum.FormFactor.Symmetric
  1551. Part56.Size = Vector3.new(1.03699994, 0.26700002, 1)
  1552. Part56.CFrame = CFrame.new(-0.759064019, 3.57755494, 20.3255081, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  1553. Part56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1554. Part56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1555. Part56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1556. Part56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1557. Part56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1558. Part56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1559. Part56.Position = Vector3.new(-0.759064019, 3.57755494, 20.3255081)
  1560. Part56.Orientation = Vector3.new(0, -90, 0)
  1561. SpecialMesh57.Parent = Part56
  1562. SpecialMesh57.Scale = Vector3.new(1, 1, 0.100000001)
  1563. SpecialMesh57.MeshType = Enum.MeshType.Brick
  1564. SpecialMesh57.Scale = Vector3.new(1, 1, 0.100000001)
  1565. Part58.Parent = Model32
  1566. Part58.Material = Enum.Material.SmoothPlastic
  1567. Part58.BrickColor = BrickColor.new("Crimson")
  1568. Part58.Rotation = Vector3.new(0, 0.639999986, 0)
  1569. Part58.Anchored = true
  1570. Part58.CanCollide = false
  1571. Part58.FormFactor = Enum.FormFactor.Symmetric
  1572. Part58.Size = Vector3.new(1.1839999, 0.26700002, 1)
  1573. Part58.CFrame = CFrame.new(-0.217063993, 3.57354403, 19.7720184, 0.999936998, -6.7997427e-22, 0.0112259295, 6.74630211e-22, 0.999999642, 4.7985543e-22, -0.0112259295, -4.72251669e-22, 0.999936998)
  1574. Part58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1575. Part58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1576. Part58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1577. Part58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1578. Part58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1579. Part58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1580. Part58.Position = Vector3.new(-0.217063993, 3.57354403, 19.7720184)
  1581. Part58.Orientation = Vector3.new(0, 0.639999986, 0)
  1582. SpecialMesh59.Parent = Part58
  1583. SpecialMesh59.Scale = Vector3.new(1, 1, 0.100000001)
  1584. SpecialMesh59.MeshType = Enum.MeshType.Brick
  1585. SpecialMesh59.Scale = Vector3.new(1, 1, 0.100000001)
  1586. Part60.Parent = Model32
  1587. Part60.Material = Enum.Material.SmoothPlastic
  1588. Part60.BrickColor = BrickColor.new("Crimson")
  1589. Part60.Rotation = Vector3.new(10.25, 0.629999995, -0.109999999)
  1590. Part60.Anchored = true
  1591. Part60.CanCollide = false
  1592. Part60.FormFactor = Enum.FormFactor.Symmetric
  1593. Part60.Size = Vector3.new(1.1839999, 0.659000039, 1)
  1594. Part60.CFrame = CFrame.new(-0.218498006, 3.80297804, 20.8365326, 0.999936998, 0.00199730624, 0.0110468203, 2.29115615e-10, 0.984042048, -0.17791912, -0.0112259295, 0.177907765, 0.98398304)
  1595. Part60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1596. Part60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1597. Part60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1598. Part60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1599. Part60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1600. Part60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1601. Part60.Position = Vector3.new(-0.218498006, 3.80297804, 20.8365326)
  1602. Part60.Orientation = Vector3.new(10.25, 0.639999986, 0)
  1603. SpecialMesh61.Parent = Part60
  1604. SpecialMesh61.Scale = Vector3.new(1, 1, 0.200000003)
  1605. SpecialMesh61.MeshType = Enum.MeshType.Brick
  1606. SpecialMesh61.Scale = Vector3.new(1, 1, 0.200000003)
  1607. Part62.Parent = Model32
  1608. Part62.Material = Enum.Material.Neon
  1609. Part62.BrickColor = BrickColor.new("Really blue")
  1610. Part62.Rotation = Vector3.new(0, 0.639999986, 0)
  1611. Part62.Anchored = true
  1612. Part62.CanCollide = false
  1613. Part62.FormFactor = Enum.FormFactor.Symmetric
  1614. Part62.Size = Vector3.new(1.19199979, 0.200000003, 1)
  1615. Part62.CFrame = CFrame.new(-0.215065002, 3.57467294, 19.7719803, 0.999936998, -6.7997427e-22, 0.0112259295, 6.74630211e-22, 0.999999642, 4.7985543e-22, -0.0112259295, -4.72251669e-22, 0.999936998)
  1616. Part62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1617. Part62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1618. Part62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1619. Part62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1620. Part62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1621. Part62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1622. Part62.Position = Vector3.new(-0.215065002, 3.57467294, 19.7719803)
  1623. Part62.Orientation = Vector3.new(0, 0.639999986, 0)
  1624. SpecialMesh63.Parent = Part62
  1625. SpecialMesh63.Scale = Vector3.new(1, 0.300000012, 0.119999997)
  1626. SpecialMesh63.MeshType = Enum.MeshType.Brick
  1627. SpecialMesh63.Scale = Vector3.new(1, 0.300000012, 0.119999997)
  1628. Part64.Parent = Model32
  1629. Part64.Material = Enum.Material.Neon
  1630. Part64.BrickColor = BrickColor.new("Really blue")
  1631. Part64.Rotation = Vector3.new(0, -90, 0)
  1632. Part64.Anchored = true
  1633. Part64.CanCollide = false
  1634. Part64.FormFactor = Enum.FormFactor.Symmetric
  1635. Part64.Size = Vector3.new(1.03699994, 0.200000003, 1)
  1636. Part64.CFrame = CFrame.new(-0.759064019, 3.57868505, 20.3255081, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  1637. Part64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1638. Part64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1639. Part64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1640. Part64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1641. Part64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1642. Part64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1643. Part64.Position = Vector3.new(-0.759064019, 3.57868505, 20.3255081)
  1644. Part64.Orientation = Vector3.new(0, -90, 0)
  1645. SpecialMesh65.Parent = Part64
  1646. SpecialMesh65.Scale = Vector3.new(1, 0.300000012, 0.119999997)
  1647. SpecialMesh65.MeshType = Enum.MeshType.Brick
  1648. SpecialMesh65.Scale = Vector3.new(1, 0.300000012, 0.119999997)
  1649. Part66.Parent = Model32
  1650. Part66.Material = Enum.Material.Neon
  1651. Part66.BrickColor = BrickColor.new("Really blue")
  1652. Part66.Rotation = Vector3.new(0, -90, 0)
  1653. Part66.Anchored = true
  1654. Part66.CanCollide = false
  1655. Part66.FormFactor = Enum.FormFactor.Symmetric
  1656. Part66.Size = Vector3.new(1.12699997, 0.200000003, 1)
  1657. Part66.CFrame = CFrame.new(0.331939995, 3.57168102, 20.2805176, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  1658. Part66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1659. Part66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1660. Part66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1661. Part66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1662. Part66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1663. Part66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1664. Part66.Position = Vector3.new(0.331939995, 3.57168102, 20.2805176)
  1665. Part66.Orientation = Vector3.new(0, -90, 0)
  1666. SpecialMesh67.Parent = Part66
  1667. SpecialMesh67.Scale = Vector3.new(1, 0.300000012, 0.119999997)
  1668. SpecialMesh67.MeshType = Enum.MeshType.Brick
  1669. SpecialMesh67.Scale = Vector3.new(1, 0.300000012, 0.119999997)
  1670. Part68.Parent = Model32
  1671. Part68.Material = Enum.Material.Neon
  1672. Part68.BrickColor = BrickColor.new("Really blue")
  1673. Part68.Rotation = Vector3.new(10.1899996, 0.629999995, -0.109999999)
  1674. Part68.Anchored = true
  1675. Part68.CanCollide = false
  1676. Part68.FormFactor = Enum.FormFactor.Symmetric
  1677. Part68.Size = Vector3.new(1.1839999, 0.520000041, 1)
  1678. Part68.CFrame = CFrame.new(-0.218356997, 3.85704803, 20.8488922, 0.999936998, 0.0019866114, 0.011048751, 2.85079715e-09, 0.984217167, -0.176966533, -0.0112259295, 0.176955417, 0.984154999)
  1679. Part68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1680. Part68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1681. Part68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1682. Part68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1683. Part68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1684. Part68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1685. Part68.Position = Vector3.new(-0.218356997, 3.85704803, 20.8488922)
  1686. Part68.Orientation = Vector3.new(10.1899996, 0.639999986, 0)
  1687. SpecialMesh69.Parent = Part68
  1688. SpecialMesh69.Scale = Vector3.new(1.01999998, 1.10000002, 0.0799999982)
  1689. SpecialMesh69.MeshType = Enum.MeshType.Brick
  1690. SpecialMesh69.Scale = Vector3.new(1.01999998, 1.10000002, 0.0799999982)
  1691. Part70.Parent = Model32
  1692. Part70.Material = Enum.Material.Slate
  1693. Part70.BrickColor = BrickColor.new("Crimson")
  1694. Part70.Rotation = Vector3.new(0, -90, 0)
  1695. Part70.Anchored = true
  1696. Part70.CanCollide = false
  1697. Part70.FormFactor = Enum.FormFactor.Symmetric
  1698. Part70.Size = Vector3.new(1.13499999, 0.251000047, 1.09000003)
  1699. Part70.CFrame = CFrame.new(-0.225058004, 2.24668503, 20.3440247, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  1700. Part70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1701. Part70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1702. Part70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1703. Part70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1704. Part70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1705. Part70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1706. Part70.Position = Vector3.new(-0.225058004, 2.24668503, 20.3440247)
  1707. Part70.Orientation = Vector3.new(0, -90, 0)
  1708. Model71.Name = "RightArm"
  1709. Model71.Parent = Model0
  1710. Part72.Parent = Model71
  1711. Part72.Material = Enum.Material.SmoothPlastic
  1712. Part72.BrickColor = BrickColor.new("Really black")
  1713. Part72.Rotation = Vector3.new(0, 3.95000005, 0)
  1714. Part72.Anchored = true
  1715. Part72.CanCollide = false
  1716. Part72.FormFactor = Enum.FormFactor.Symmetric
  1717. Part72.Size = Vector3.new(1.01499999, 1.89199996, 1)
  1718. Part72.CFrame = CFrame.new(-0.176062003, 3.07118702, 23.882019, 0.99762845, -6.79972352e-22, 0.0688301325, 6.45856705e-22, 0.999996781, 5.17934617e-22, -0.0688301325, -4.72250256e-22, 0.99762845)
  1719. Part72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1720. Part72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1721. Part72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1722. Part72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1723. Part72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1724. Part72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1725. Part72.Position = Vector3.new(-0.176062003, 3.07118702, 23.882019)
  1726. Part72.Orientation = Vector3.new(0, 3.95000005, 0)
  1727. SpecialMesh73.Parent = Part72
  1728. SpecialMesh73.Scale = Vector3.new(1, 1, 0.100000001)
  1729. SpecialMesh73.MeshType = Enum.MeshType.Brick
  1730. SpecialMesh73.Scale = Vector3.new(1, 1, 0.100000001)
  1731. Part74.Parent = Model71
  1732. Part74.Material = Enum.Material.SmoothPlastic
  1733. Part74.BrickColor = BrickColor.new("Really black")
  1734. Part74.Rotation = Vector3.new(-180, 87.0999985, 180)
  1735. Part74.Anchored = true
  1736. Part74.CanCollide = false
  1737. Part74.FormFactor = Enum.FormFactor.Symmetric
  1738. Part74.Size = Vector3.new(1, 1.89199996, 1)
  1739. Part74.CFrame = CFrame.new(0.259903014, 3.09218693, 23.3963165, -0.0506383777, -6.79972958e-22, 0.998717129, -5.06078732e-22, 0.999997735, 6.55188084e-22, -0.998717129, -4.7225071e-22, -0.0506383777)
  1740. Part74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1741. Part74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1742. Part74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1743. Part74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1744. Part74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1745. Part74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1746. Part74.Position = Vector3.new(0.259903014, 3.09218693, 23.3963165)
  1747. Part74.Orientation = Vector3.new(0, 92.9000015, 0)
  1748. SpecialMesh75.Parent = Part74
  1749. SpecialMesh75.Scale = Vector3.new(1, 1, 0.100000001)
  1750. SpecialMesh75.MeshType = Enum.MeshType.Brick
  1751. SpecialMesh75.Scale = Vector3.new(1, 1, 0.100000001)
  1752. Part76.Parent = Model71
  1753. Part76.Material = Enum.Material.SmoothPlastic
  1754. Part76.BrickColor = BrickColor.new("Really black")
  1755. Part76.Rotation = Vector3.new(-180, 87.0999985, 180)
  1756. Part76.Anchored = true
  1757. Part76.CanCollide = false
  1758. Part76.FormFactor = Enum.FormFactor.Symmetric
  1759. Part76.Size = Vector3.new(1, 1.89199996, 1)
  1760. Part76.CFrame = CFrame.new(-0.664906979, 3.07617903, 23.4432068, -0.0506383777, -6.79972958e-22, 0.998717129, -5.06078732e-22, 0.999997735, 6.55188084e-22, -0.998717129, -4.7225071e-22, -0.0506383777)
  1761. Part76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1762. Part76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1763. Part76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1764. Part76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1765. Part76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1766. Part76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1767. Part76.Position = Vector3.new(-0.664906979, 3.07617903, 23.4432068)
  1768. Part76.Orientation = Vector3.new(0, 92.9000015, 0)
  1769. SpecialMesh77.Parent = Part76
  1770. SpecialMesh77.Scale = Vector3.new(1, 1, 0.100000001)
  1771. SpecialMesh77.MeshType = Enum.MeshType.Brick
  1772. SpecialMesh77.Scale = Vector3.new(1, 1, 0.100000001)
  1773. Part78.Name = "Right Arm"
  1774. Part78.Parent = Model71
  1775. Part78.Material = Enum.Material.SmoothPlastic
  1776. Part78.BrickColor = BrickColor.new("Brick yellow")
  1777. Part78.Transparency = 1
  1778. Part78.Rotation = Vector3.new(0, -87.0999985, 0)
  1779. Part78.Anchored = true
  1780. Part78.CanCollide = false
  1781. Part78.FormFactor = Enum.FormFactor.Symmetric
  1782. Part78.Size = Vector3.new(1, 2, 1)
  1783. Part78.CFrame = CFrame.new(-0.204505995, 3.03017902, 23.4198608, 0.0506380089, 0, -0.998717129, 0, 1, 0, 0.998717129, 0, 0.0506380089)
  1784. Part78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1785. Part78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1786. Part78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1787. Part78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1788. Part78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1789. Part78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1790. Part78.Position = Vector3.new(-0.204505995, 3.03017902, 23.4198608)
  1791. Part78.Orientation = Vector3.new(0, -87.0999985, 0)
  1792. Part79.Parent = Model71
  1793. Part79.Material = Enum.Material.SmoothPlastic
  1794. Part79.BrickColor = BrickColor.new("Really black")
  1795. Part79.Rotation = Vector3.new(0, 3.95000005, 0)
  1796. Part79.Anchored = true
  1797. Part79.CanCollide = false
  1798. Part79.FormFactor = Enum.FormFactor.Symmetric
  1799. Part79.Size = Vector3.new(1.01499999, 1.89199996, 1)
  1800. Part79.CFrame = CFrame.new(-0.223050997, 3.08219099, 22.9552002, 0.99762845, -6.79972352e-22, 0.0688301325, 6.45856705e-22, 0.999996781, 5.17934617e-22, -0.0688301325, -4.72250256e-22, 0.99762845)
  1801. Part79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1802. Part79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1803. Part79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1804. Part79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1805. Part79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1806. Part79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1807. Part79.Position = Vector3.new(-0.223050997, 3.08219099, 22.9552002)
  1808. Part79.Orientation = Vector3.new(0, 3.95000005, 0)
  1809. SpecialMesh80.Parent = Part79
  1810. SpecialMesh80.Scale = Vector3.new(1, 1, 0.100000001)
  1811. SpecialMesh80.MeshType = Enum.MeshType.Brick
  1812. SpecialMesh80.Scale = Vector3.new(1, 1, 0.100000001)
  1813. Part81.Parent = Model71
  1814. Part81.Material = Enum.Material.SmoothPlastic
  1815. Part81.BrickColor = BrickColor.new("Really black")
  1816. Part81.Rotation = Vector3.new(-180, 87.0999985, 180)
  1817. Part81.Anchored = true
  1818. Part81.CanCollide = false
  1819. Part81.FormFactor = Enum.FormFactor.Symmetric
  1820. Part81.Size = Vector3.new(1.02600002, 0.200000048, 1.00999999)
  1821. Part81.CFrame = CFrame.new(-0.209493995, 3.94420505, 23.4201202, -0.0506383777, -6.79972958e-22, 0.998717129, -5.06078732e-22, 0.999997735, 6.55188084e-22, -0.998717129, -4.7225071e-22, -0.0506383777)
  1822. Part81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1823. Part81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1824. Part81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1825. Part81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1826. Part81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1827. Part81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1828. Part81.Position = Vector3.new(-0.209493995, 3.94420505, 23.4201202)
  1829. Part81.Orientation = Vector3.new(0, 92.9000015, 0)
  1830. Part82.Parent = Model71
  1831. Part82.Material = Enum.Material.SmoothPlastic
  1832. Part82.BrickColor = BrickColor.new("Crimson")
  1833. Part82.Rotation = Vector3.new(-180, 87.0999985, 180)
  1834. Part82.Anchored = true
  1835. Part82.CanCollide = false
  1836. Part82.FormFactor = Enum.FormFactor.Symmetric
  1837. Part82.Size = Vector3.new(1.02400005, 0.200000048, 0.23499997)
  1838. Part82.CFrame = CFrame.new(-0.209546998, 3.94821405, 23.4191132, -0.0506383777, -6.79972958e-22, 0.998717129, -5.06078732e-22, 0.999997735, 6.55188084e-22, -0.998717129, -4.7225071e-22, -0.0506383777)
  1839. Part82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1840. Part82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1841. Part82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1842. Part82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1843. Part82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1844. Part82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1845. Part82.Position = Vector3.new(-0.209546998, 3.94821405, 23.4191132)
  1846. Part82.Orientation = Vector3.new(0, 92.9000015, 0)
  1847. Part83.Parent = Model71
  1848. Part83.Material = Enum.Material.SmoothPlastic
  1849. Part83.BrickColor = BrickColor.new("Crimson")
  1850. Part83.Rotation = Vector3.new(0, 3.95000005, 0)
  1851. Part83.Anchored = true
  1852. Part83.CanCollide = false
  1853. Part83.FormFactor = Enum.FormFactor.Symmetric
  1854. Part83.Size = Vector3.new(0.242999971, 1.83500004, 1.32700002)
  1855. Part83.CFrame = CFrame.new(-0.175963998, 3.12571692, 23.8840179, 0.99762845, -6.79972352e-22, 0.0688301325, 6.45856705e-22, 0.999996781, 5.17934617e-22, -0.0688301325, -4.72250256e-22, 0.99762845)
  1856. Part83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1857. Part83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1858. Part83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1859. Part83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1860. Part83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1861. Part83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1862. Part83.Position = Vector3.new(-0.175963998, 3.12571692, 23.8840179)
  1863. Part83.Orientation = Vector3.new(0, 3.95000005, 0)
  1864. SpecialMesh84.Parent = Part83
  1865. SpecialMesh84.Scale = Vector3.new(1, 1, 0.100000001)
  1866. SpecialMesh84.MeshType = Enum.MeshType.Brick
  1867. SpecialMesh84.Scale = Vector3.new(1, 1, 0.100000001)
  1868. Part85.Parent = Model71
  1869. Part85.Material = Enum.Material.SmoothPlastic
  1870. Part85.BrickColor = BrickColor.new("Really black")
  1871. Part85.Rotation = Vector3.new(-180, 87.0999985, 180)
  1872. Part85.Anchored = true
  1873. Part85.CanCollide = false
  1874. Part85.FormFactor = Enum.FormFactor.Symmetric
  1875. Part85.Size = Vector3.new(1, 0.595000029, 1)
  1876. Part85.CFrame = CFrame.new(-0.684882998, 3.73373604, 23.4442139, -0.0506383777, -6.79972958e-22, 0.998717129, -5.06078732e-22, 0.999997735, 6.55188084e-22, -0.998717129, -4.7225071e-22, -0.0506383777)
  1877. Part85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1878. Part85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1879. Part85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1880. Part85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1881. Part85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1882. Part85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1883. Part85.Position = Vector3.new(-0.684882998, 3.73373604, 23.4442139)
  1884. Part85.Orientation = Vector3.new(0, 92.9000015, 0)
  1885. SpecialMesh86.Parent = Part85
  1886. SpecialMesh86.Scale = Vector3.new(1, 1, 0.100000001)
  1887. SpecialMesh86.MeshType = Enum.MeshType.Brick
  1888. SpecialMesh86.Scale = Vector3.new(1, 1, 0.100000001)
  1889. Part87.Parent = Model71
  1890. Part87.Material = Enum.Material.SmoothPlastic
  1891. Part87.BrickColor = BrickColor.new("Really black")
  1892. Part87.Rotation = Vector3.new(-180, 87.0999985, 180)
  1893. Part87.Anchored = true
  1894. Part87.CanCollide = false
  1895. Part87.FormFactor = Enum.FormFactor.Symmetric
  1896. Part87.Size = Vector3.new(1, 0.595000029, 1)
  1897. Part87.CFrame = CFrame.new(0.272890002, 3.738729, 23.3956604, -0.0506383777, -6.79972958e-22, 0.998717129, -5.06078732e-22, 0.999997735, 6.55188084e-22, -0.998717129, -4.7225071e-22, -0.0506383777)
  1898. Part87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1899. Part87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1900. Part87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1901. Part87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1902. Part87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1903. Part87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1904. Part87.Position = Vector3.new(0.272890002, 3.738729, 23.3956604)
  1905. Part87.Orientation = Vector3.new(0, 92.9000015, 0)
  1906. SpecialMesh88.Parent = Part87
  1907. SpecialMesh88.Scale = Vector3.new(1, 1, 0.100000001)
  1908. SpecialMesh88.MeshType = Enum.MeshType.Brick
  1909. SpecialMesh88.Scale = Vector3.new(1, 1, 0.100000001)
  1910. Part89.Parent = Model71
  1911. Part89.Material = Enum.Material.SmoothPlastic
  1912. Part89.BrickColor = BrickColor.new("Really black")
  1913. Part89.Rotation = Vector3.new(0, 3.95000005, 0)
  1914. Part89.Anchored = true
  1915. Part89.CanCollide = false
  1916. Part89.FormFactor = Enum.FormFactor.Symmetric
  1917. Part89.Size = Vector3.new(1.06499994, 0.585000038, 1)
  1918. Part89.CFrame = CFrame.new(-0.223454997, 3.74072504, 22.9472122, 0.99762845, -6.79972352e-22, 0.0688301325, 6.45856705e-22, 0.999996781, 5.17934617e-22, -0.0688301325, -4.72250256e-22, 0.99762845)
  1919. Part89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1920. Part89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1921. Part89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1922. Part89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1923. Part89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1924. Part89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1925. Part89.Position = Vector3.new(-0.223454997, 3.74072504, 22.9472122)
  1926. Part89.Orientation = Vector3.new(0, 3.95000005, 0)
  1927. SpecialMesh90.Parent = Part89
  1928. SpecialMesh90.Scale = Vector3.new(1, 1, 0.100000001)
  1929. SpecialMesh90.MeshType = Enum.MeshType.Brick
  1930. SpecialMesh90.Scale = Vector3.new(1, 1, 0.100000001)
  1931. Part91.Parent = Model71
  1932. Part91.Material = Enum.Material.SmoothPlastic
  1933. Part91.BrickColor = BrickColor.new("Really black")
  1934. Part91.Rotation = Vector3.new(0, 3.95000005, 0)
  1935. Part91.Anchored = true
  1936. Part91.CanCollide = false
  1937. Part91.FormFactor = Enum.FormFactor.Symmetric
  1938. Part91.Size = Vector3.new(1.06499994, 0.585000038, 1)
  1939. Part91.CFrame = CFrame.new(-0.1752, 3.75071406, 23.8989868, 0.99762845, -6.79972352e-22, 0.0688301325, 6.45856705e-22, 0.999996781, 5.17934617e-22, -0.0688301325, -4.72250256e-22, 0.99762845)
  1940. Part91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1941. Part91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1942. Part91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1943. Part91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1944. Part91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1945. Part91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1946. Part91.Position = Vector3.new(-0.1752, 3.75071406, 23.8989868)
  1947. Part91.Orientation = Vector3.new(0, 3.95000005, 0)
  1948. SpecialMesh92.Parent = Part91
  1949. SpecialMesh92.Scale = Vector3.new(1, 1, 0.100000001)
  1950. SpecialMesh92.MeshType = Enum.MeshType.Brick
  1951. SpecialMesh92.Scale = Vector3.new(1, 1, 0.100000001)
  1952. Part93.Parent = Model71
  1953. Part93.Material = Enum.Material.SmoothPlastic
  1954. Part93.BrickColor = BrickColor.new("Crimson")
  1955. Part93.Rotation = Vector3.new(-180, 87.0999985, 180)
  1956. Part93.Anchored = true
  1957. Part93.CanCollide = false
  1958. Part93.FormFactor = Enum.FormFactor.Symmetric
  1959. Part93.Size = Vector3.new(1.12699997, 0.26700002, 1)
  1960. Part93.CFrame = CFrame.new(-0.757575989, 3.58073497, 23.5114899, -0.0506383777, -6.79972958e-22, 0.998717129, -5.06078732e-22, 0.999997735, 6.55188084e-22, -0.998717129, -4.7225071e-22, -0.0506383777)
  1961. Part93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1962. Part93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1963. Part93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1964. Part93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1965. Part93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1966. Part93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1967. Part93.Position = Vector3.new(-0.757575989, 3.58073497, 23.5114899)
  1968. Part93.Orientation = Vector3.new(0, 92.9000015, 0)
  1969. SpecialMesh94.Parent = Part93
  1970. SpecialMesh94.Scale = Vector3.new(1, 1, 0.100000001)
  1971. SpecialMesh94.MeshType = Enum.MeshType.Brick
  1972. SpecialMesh94.Scale = Vector3.new(1, 1, 0.100000001)
  1973. Part95.Parent = Model71
  1974. Part95.Material = Enum.Material.SmoothPlastic
  1975. Part95.BrickColor = BrickColor.new("Crimson")
  1976. Part95.Rotation = Vector3.new(-180, 87.0999985, 180)
  1977. Part95.Anchored = true
  1978. Part95.CanCollide = false
  1979. Part95.FormFactor = Enum.FormFactor.Symmetric
  1980. Part95.Size = Vector3.new(1.03699994, 0.26700002, 1)
  1981. Part95.CFrame = CFrame.new(0.329750001, 3.58773804, 23.4113007, -0.0506383777, -6.79972958e-22, 0.998717129, -5.06078732e-22, 0.999997735, 6.55188084e-22, -0.998717129, -4.7225071e-22, -0.0506383777)
  1982. Part95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1983. Part95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1984. Part95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1985. Part95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1986. Part95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1987. Part95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1988. Part95.Position = Vector3.new(0.329750001, 3.58773804, 23.4113007)
  1989. Part95.Orientation = Vector3.new(0, 92.9000015, 0)
  1990. SpecialMesh96.Parent = Part95
  1991. SpecialMesh96.Scale = Vector3.new(1, 1, 0.100000001)
  1992. SpecialMesh96.MeshType = Enum.MeshType.Brick
  1993. SpecialMesh96.Scale = Vector3.new(1, 1, 0.100000001)
  1994. Part97.Parent = Model71
  1995. Part97.Material = Enum.Material.SmoothPlastic
  1996. Part97.BrickColor = BrickColor.new("Crimson")
  1997. Part97.Rotation = Vector3.new(180, -3.54999995, 180)
  1998. Part97.Anchored = true
  1999. Part97.CanCollide = false
  2000. Part97.FormFactor = Enum.FormFactor.Symmetric
  2001. Part97.Size = Vector3.new(1.1839999, 0.26700002, 1)
  2002. Part97.CFrame = CFrame.new(-0.183524996, 3.58372092, 23.9915314, -0.998085737, -6.79972806e-22, -0.0618467107, -6.49465573e-22, 0.999997497, -5.13401986e-22, 0.0618467107, -4.72250609e-22, -0.998085737)
  2003. Part97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2004. Part97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2005. Part97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2006. Part97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2007. Part97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2008. Part97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2009. Part97.Position = Vector3.new(-0.183524996, 3.58372092, 23.9915314)
  2010. Part97.Orientation = Vector3.new(0, -176.449997, 0)
  2011. SpecialMesh98.Parent = Part97
  2012. SpecialMesh98.Scale = Vector3.new(1, 1, 0.100000001)
  2013. SpecialMesh98.MeshType = Enum.MeshType.Brick
  2014. SpecialMesh98.Scale = Vector3.new(1, 1, 0.100000001)
  2015. Part99.Parent = Model71
  2016. Part99.Material = Enum.Material.SmoothPlastic
  2017. Part99.BrickColor = BrickColor.new("Crimson")
  2018. Part99.Rotation = Vector3.new(169.729996, -3.49000001, 179.369995)
  2019. Part99.Anchored = true
  2020. Part99.CanCollide = false
  2021. Part99.FormFactor = Enum.FormFactor.Symmetric
  2022. Part99.Size = Vector3.new(1.1839999, 0.659000039, 1)
  2023. Part99.CFrame = CFrame.new(-0.236000001, 3.81315494, 22.9283142, -0.998085737, -0.0110037038, -0.0608599484, 2.29115116e-10, 0.984039903, -0.177918732, 0.0618467107, -0.17757839, -0.982161343)
  2024. Part99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2025. Part99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2026. Part99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2027. Part99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2028. Part99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2029. Part99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2030. Part99.Position = Vector3.new(-0.236000001, 3.81315494, 22.9283142)
  2031. Part99.Orientation = Vector3.new(10.25, -176.449997, 0)
  2032. SpecialMesh100.Parent = Part99
  2033. SpecialMesh100.Scale = Vector3.new(1, 1, 0.200000003)
  2034. SpecialMesh100.MeshType = Enum.MeshType.Brick
  2035. SpecialMesh100.Scale = Vector3.new(1, 1, 0.200000003)
  2036. Part101.Parent = Model71
  2037. Part101.Material = Enum.Material.Neon
  2038. Part101.BrickColor = BrickColor.new("Really blue")
  2039. Part101.Rotation = Vector3.new(180, -3.54999995, 180)
  2040. Part101.Anchored = true
  2041. Part101.CanCollide = false
  2042. Part101.FormFactor = Enum.FormFactor.Symmetric
  2043. Part101.Size = Vector3.new(1.19199979, 0.200000003, 1)
  2044. Part101.CFrame = CFrame.new(-0.185516, 3.58485603, 23.9916534, -0.998085737, -6.79972806e-22, -0.0618467107, -6.49465573e-22, 0.999997497, -5.13401986e-22, 0.0618467107, -4.72250609e-22, -0.998085737)
  2045. Part101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2046. Part101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2047. Part101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2048. Part101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2049. Part101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2050. Part101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2051. Part101.Position = Vector3.new(-0.185516, 3.58485603, 23.9916534)
  2052. Part101.Orientation = Vector3.new(0, -176.449997, 0)
  2053. SpecialMesh102.Parent = Part101
  2054. SpecialMesh102.Scale = Vector3.new(1, 0.300000012, 0.119999997)
  2055. SpecialMesh102.MeshType = Enum.MeshType.Brick
  2056. SpecialMesh102.Scale = Vector3.new(1, 0.300000012, 0.119999997)
  2057. Part103.Parent = Model71
  2058. Part103.Material = Enum.Material.Neon
  2059. Part103.BrickColor = BrickColor.new("Really blue")
  2060. Part103.Rotation = Vector3.new(-180, 87.0999985, 180)
  2061. Part103.Anchored = true
  2062. Part103.CanCollide = false
  2063. Part103.FormFactor = Enum.FormFactor.Symmetric
  2064. Part103.Size = Vector3.new(1.03699994, 0.200000003, 1)
  2065. Part103.CFrame = CFrame.new(0.329750001, 3.58886695, 23.4113007, -0.0506383777, -6.79972958e-22, 0.998717129, -5.06078732e-22, 0.999997735, 6.55188084e-22, -0.998717129, -4.7225071e-22, -0.0506383777)
  2066. Part103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2067. Part103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2068. Part103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2069. Part103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2070. Part103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2071. Part103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2072. Part103.Position = Vector3.new(0.329750001, 3.58886695, 23.4113007)
  2073. Part103.Orientation = Vector3.new(0, 92.9000015, 0)
  2074. SpecialMesh104.Parent = Part103
  2075. SpecialMesh104.Scale = Vector3.new(1, 0.300000012, 0.119999997)
  2076. SpecialMesh104.MeshType = Enum.MeshType.Brick
  2077. SpecialMesh104.Scale = Vector3.new(1, 0.300000012, 0.119999997)
  2078. Part105.Parent = Model71
  2079. Part105.Material = Enum.Material.Neon
  2080. Part105.BrickColor = BrickColor.new("Really blue")
  2081. Part105.Rotation = Vector3.new(-180, 87.0999985, 180)
  2082. Part105.Anchored = true
  2083. Part105.CanCollide = false
  2084. Part105.FormFactor = Enum.FormFactor.Symmetric
  2085. Part105.Size = Vector3.new(1.12699997, 0.200000003, 1)
  2086. Part105.CFrame = CFrame.new(-0.757575989, 3.58186102, 23.5114899, -0.0506383777, -6.79972958e-22, 0.998717129, -5.06078732e-22, 0.999997735, 6.55188084e-22, -0.998717129, -4.7225071e-22, -0.0506383777)
  2087. Part105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2088. Part105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2089. Part105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2090. Part105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2091. Part105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2092. Part105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2093. Part105.Position = Vector3.new(-0.757575989, 3.58186102, 23.5114899)
  2094. Part105.Orientation = Vector3.new(0, 92.9000015, 0)
  2095. SpecialMesh106.Parent = Part105
  2096. SpecialMesh106.Scale = Vector3.new(1, 0.300000012, 0.119999997)
  2097. SpecialMesh106.MeshType = Enum.MeshType.Brick
  2098. SpecialMesh106.Scale = Vector3.new(1, 0.300000012, 0.119999997)
  2099. Part107.Parent = Model71
  2100. Part107.Material = Enum.Material.Neon
  2101. Part107.BrickColor = BrickColor.new("Really blue")
  2102. Part107.Rotation = Vector3.new(169.789993, -3.49000001, 179.369995)
  2103. Part107.Anchored = true
  2104. Part107.CanCollide = false
  2105. Part107.FormFactor = Enum.FormFactor.Symmetric
  2106. Part107.Size = Vector3.new(1.1839999, 0.520000041, 1)
  2107. Part107.CFrame = CFrame.new(-0.236763, 3.86722803, 22.9159698, -0.998085737, -0.0109447986, -0.0608705878, 2.85079094e-09, 0.984215021, -0.176966146, 0.0618467107, -0.176627815, -0.982332945)
  2108. Part107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2109. Part107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2110. Part107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2111. Part107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2112. Part107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2113. Part107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2114. Part107.Position = Vector3.new(-0.236763, 3.86722803, 22.9159698)
  2115. Part107.Orientation = Vector3.new(10.1899996, -176.449997, 0)
  2116. SpecialMesh108.Parent = Part107
  2117. SpecialMesh108.Scale = Vector3.new(1.01999998, 1.10000002, 0.0799999982)
  2118. SpecialMesh108.MeshType = Enum.MeshType.Brick
  2119. SpecialMesh108.Scale = Vector3.new(1.01999998, 1.10000002, 0.0799999982)
  2120. Part109.Parent = Model71
  2121. Part109.Material = Enum.Material.Slate
  2122. Part109.BrickColor = BrickColor.new("Crimson")
  2123. Part109.Rotation = Vector3.new(-180, 87.0999985, 180)
  2124. Part109.Anchored = true
  2125. Part109.CanCollide = false
  2126. Part109.FormFactor = Enum.FormFactor.Symmetric
  2127. Part109.Size = Vector3.new(1.13499999, 0.251000047, 1.09000003)
  2128. Part109.CFrame = CFrame.new(-0.204505995, 2.25686598, 23.4198608, -0.0506383777, -6.79972958e-22, 0.998717129, -5.06078732e-22, 0.999997735, 6.55188084e-22, -0.998717129, -4.7225071e-22, -0.0506383777)
  2129. Part109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2130. Part109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2131. Part109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2132. Part109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2133. Part109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2134. Part109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2135. Part109.Position = Vector3.new(-0.204505995, 2.25686598, 23.4198608)
  2136. Part109.Orientation = Vector3.new(0, 92.9000015, 0)
  2137. Model110.Name = "RightLeg"
  2138. Model110.Parent = Model0
  2139. Part111.Parent = Model110
  2140. Part111.Material = Enum.Material.SmoothPlastic
  2141. Part111.BrickColor = BrickColor.new("Really black")
  2142. Part111.Rotation = Vector3.new(0, -90, 0)
  2143. Part111.Anchored = true
  2144. Part111.CanCollide = false
  2145. Part111.FormFactor = Enum.FormFactor.Symmetric
  2146. Part111.Size = Vector3.new(1.00800002, 0.316999972, 1.01399994)
  2147. Part111.CFrame = CFrame.new(-0.218061, 1.84949696, 22.3850174, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  2148. Part111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2149. Part111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2150. Part111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2151. Part111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2152. Part111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2153. Part111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2154. Part111.Position = Vector3.new(-0.218061, 1.84949696, 22.3850174)
  2155. Part111.Orientation = Vector3.new(0, -90, 0)
  2156. Part112.Parent = Model110
  2157. Part112.Material = Enum.Material.SmoothPlastic
  2158. Part112.BrickColor = BrickColor.new("Crimson")
  2159. Part112.Rotation = Vector3.new(0, -90, 0)
  2160. Part112.Anchored = true
  2161. Part112.CanCollide = false
  2162. Part112.FormFactor = Enum.FormFactor.Symmetric
  2163. Part112.Size = Vector3.new(0.268999934, 0.200000003, 1.02499986)
  2164. Part112.CFrame = CFrame.new(-0.212562993, 1.53901398, 22.1705151, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  2165. Part112.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2166. Part112.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2167. Part112.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2168. Part112.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2169. Part112.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2170. Part112.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2171. Part112.Position = Vector3.new(-0.212562993, 1.53901398, 22.1705151)
  2172. Part112.Orientation = Vector3.new(0, -90, 0)
  2173. SpecialMesh113.Parent = Part112
  2174. SpecialMesh113.Scale = Vector3.new(1, 0.600000024, 1)
  2175. SpecialMesh113.MeshType = Enum.MeshType.Brick
  2176. SpecialMesh113.Scale = Vector3.new(1, 0.600000024, 1)
  2177. Part114.Parent = Model110
  2178. Part114.Material = Enum.Material.SmoothPlastic
  2179. Part114.BrickColor = BrickColor.new("Really black")
  2180. Part114.Rotation = Vector3.new(0, -90, 0)
  2181. Part114.Anchored = true
  2182. Part114.FormFactor = Enum.FormFactor.Symmetric
  2183. Part114.Size = Vector3.new(0.582000017, 1.55599999, 1)
  2184. Part114.CFrame = CFrame.new(0.199944004, 1.26201296, 22.6230164, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  2185. Part114.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2186. Part114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2187. Part114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2188. Part114.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2189. Part114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2190. Part114.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2191. Part114.Position = Vector3.new(0.199944004, 1.26201296, 22.6230164)
  2192. Part114.Orientation = Vector3.new(0, -90, 0)
  2193. SpecialMesh115.Parent = Part114
  2194. SpecialMesh115.Scale = Vector3.new(1, 1, 0.200000003)
  2195. SpecialMesh115.MeshType = Enum.MeshType.Brick
  2196. SpecialMesh115.Scale = Vector3.new(1, 1, 0.200000003)
  2197. Part116.Parent = Model110
  2198. Part116.Material = Enum.Material.Slate
  2199. Part116.BrickColor = BrickColor.new("Crimson")
  2200. Part116.Rotation = Vector3.new(0, -90, 0)
  2201. Part116.Anchored = true
  2202. Part116.FormFactor = Enum.FormFactor.Symmetric
  2203. Part116.Size = Vector3.new(0.200000003, 1.704, 1)
  2204. Part116.CFrame = CFrame.new(0.224937007, 1.278005, 22.3450165, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  2205. Part116.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2206. Part116.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2207. Part116.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2208. Part116.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2209. Part116.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2210. Part116.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2211. Part116.Position = Vector3.new(0.224937007, 1.278005, 22.3450165)
  2212. Part116.Orientation = Vector3.new(0, -90, 0)
  2213. SpecialMesh117.Parent = Part116
  2214. SpecialMesh117.Scale = Vector3.new(1, 1, 0.200000003)
  2215. SpecialMesh117.MeshType = Enum.MeshType.Brick
  2216. SpecialMesh117.Scale = Vector3.new(1, 1, 0.200000003)
  2217. Part118.Parent = Model110
  2218. Part118.Material = Enum.Material.SmoothPlastic
  2219. Part118.BrickColor = BrickColor.new("Crimson")
  2220. Part118.Rotation = Vector3.new(55.0600014, -90, 0)
  2221. Part118.Anchored = true
  2222. Part118.CanCollide = false
  2223. Part118.FormFactor = Enum.FormFactor.Symmetric
  2224. Part118.Size = Vector3.new(0.403999925, 0.200000003, 1.02499986)
  2225. Part118.CFrame = CFrame.new(-0.212562993, 1.66629195, 21.9587231, 3.13131483e-21, 3.29485021e-21, -1, -0.819763958, 0.5727005, -6.79974826e-22, 0.572701156, 0.819763541, 4.49431016e-21)
  2226. Part118.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2227. Part118.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2228. Part118.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2229. Part118.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2230. Part118.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2231. Part118.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2232. Part118.Position = Vector3.new(-0.212562993, 1.66629195, 21.9587231)
  2233. Part118.Orientation = Vector3.new(0, -90, -55.0600014)
  2234. SpecialMesh119.Parent = Part118
  2235. SpecialMesh119.Scale = Vector3.new(1, 0.600000024, 1)
  2236. SpecialMesh119.MeshType = Enum.MeshType.Brick
  2237. SpecialMesh119.Scale = Vector3.new(1, 0.600000024, 1)
  2238. Part120.Parent = Model110
  2239. Part120.Material = Enum.Material.SmoothPlastic
  2240. Part120.BrickColor = BrickColor.new("Really black")
  2241. Part120.Rotation = Vector3.new(0, -90, 0)
  2242. Part120.Anchored = true
  2243. Part120.CanCollide = false
  2244. Part120.FormFactor = Enum.FormFactor.Symmetric
  2245. Part120.Size = Vector3.new(0.899000049, 0.316999972, 1.01399994)
  2246. Part120.CFrame = CFrame.new(-0.218061, 1.65050197, 22.4295197, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  2247. Part120.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2248. Part120.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2249. Part120.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2250. Part120.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2251. Part120.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2252. Part120.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2253. Part120.Position = Vector3.new(-0.218061, 1.65050197, 22.4295197)
  2254. Part120.Orientation = Vector3.new(0, -90, 0)
  2255. Part121.Parent = Model110
  2256. Part121.Material = Enum.Material.SmoothPlastic
  2257. Part121.BrickColor = BrickColor.new("Really black")
  2258. Part121.Rotation = Vector3.new(0, -90, 0)
  2259. Part121.Anchored = true
  2260. Part121.CanCollide = false
  2261. Part121.FormFactor = Enum.FormFactor.Symmetric
  2262. Part121.Size = Vector3.new(1.028, 2.10299993, 1.01399994)
  2263. Part121.CFrame = CFrame.new(-0.224059999, 1.05150604, 22.3950195, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  2264. Part121.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2265. Part121.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2266. Part121.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2267. Part121.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2268. Part121.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2269. Part121.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2270. Part121.Position = Vector3.new(-0.224059999, 1.05150604, 22.3950195)
  2271. Part121.Orientation = Vector3.new(0, -90, 0)
  2272. Part122.Parent = Model110
  2273. Part122.Material = Enum.Material.Slate
  2274. Part122.BrickColor = BrickColor.new("Crimson")
  2275. Part122.Rotation = Vector3.new(-179.300003, 0.670000017, 90)
  2276. Part122.Anchored = true
  2277. Part122.FormFactor = Enum.FormFactor.Symmetric
  2278. Part122.Size = Vector3.new(0.327000052, 1.04799998, 1)
  2279. Part122.CFrame = CFrame.new(-0.197052002, 0.567665994, 22.8544006, 6.25330671e-22, -0.999931812, 0.011637588, -0.999925673, 0.000141364129, 0.0121463882, -0.0121472068, -0.0116367191, -0.99985832)
  2280. Part122.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2281. Part122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2282. Part122.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2283. Part122.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2284. Part122.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2285. Part122.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2286. Part122.Position = Vector3.new(-0.197052002, 0.567665994, 22.8544006)
  2287. Part122.Orientation = Vector3.new(-0.699999988, 179.330002, -89.9899979)
  2288. SpecialMesh123.Parent = Part122
  2289. SpecialMesh123.Scale = Vector3.new(1, 1, 0.200000003)
  2290. SpecialMesh123.MeshType = Enum.MeshType.Brick
  2291. SpecialMesh123.Scale = Vector3.new(1, 1, 0.200000003)
  2292. Part124.Parent = Model110
  2293. Part124.Material = Enum.Material.SmoothPlastic
  2294. Part124.BrickColor = BrickColor.new("Really black")
  2295. Part124.Rotation = Vector3.new(0, -1.24000001, 0)
  2296. Part124.Anchored = true
  2297. Part124.FormFactor = Enum.FormFactor.Symmetric
  2298. Part124.Size = Vector3.new(0.845000029, 1.5480001, 0.200000003)
  2299. Part124.CFrame = CFrame.new(-0.278382987, 1.25900805, 22.8843994, 0.999764979, -6.79974523e-22, -0.021678783, 6.90052505e-22, 1, 4.57399829e-22, 0.021678783, -4.72251821e-22, 0.999764979)
  2300. Part124.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2301. Part124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2302. Part124.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2303. Part124.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2304. Part124.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2305. Part124.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2306. Part124.Position = Vector3.new(-0.278382987, 1.25900805, 22.8843994)
  2307. Part124.Orientation = Vector3.new(0, -1.24000001, 0)
  2308. SpecialMesh125.Parent = Part124
  2309. SpecialMesh125.Scale = Vector3.new(1, 1, 0.200000003)
  2310. SpecialMesh125.MeshType = Enum.MeshType.Brick
  2311. SpecialMesh125.Scale = Vector3.new(1, 1, 0.200000003)
  2312. Part126.Parent = Model110
  2313. Part126.Material = Enum.Material.Slate
  2314. Part126.BrickColor = BrickColor.new("Crimson")
  2315. Part126.Rotation = Vector3.new(90.6999969, -90, 0)
  2316. Part126.Anchored = true
  2317. Part126.FormFactor = Enum.FormFactor.Symmetric
  2318. Part126.Size = Vector3.new(0.353000075, 0.503999949, 1)
  2319. Part126.CFrame = CFrame.new(0.217941001, 0.560932994, 22.6437225, 6.25330923e-22, 4.50223785e-21, -1, -0.99992615, -0.0121472133, -6.79974523e-22, -0.0121472133, 0.99992615, 4.49431016e-21)
  2320. Part126.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2321. Part126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2322. Part126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2323. Part126.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2324. Part126.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2325. Part126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2326. Part126.Position = Vector3.new(0.217941001, 0.560932994, 22.6437225)
  2327. Part126.Orientation = Vector3.new(0, -90, -90.6999969)
  2328. SpecialMesh127.Parent = Part126
  2329. SpecialMesh127.Scale = Vector3.new(1, 1, 0.200000003)
  2330. SpecialMesh127.MeshType = Enum.MeshType.Brick
  2331. SpecialMesh127.Scale = Vector3.new(1, 1, 0.200000003)
  2332. Part128.Name = "Right Leg"
  2333. Part128.Parent = Model110
  2334. Part128.Material = Enum.Material.SmoothPlastic
  2335. Part128.BrickColor = BrickColor.new("Institutional white")
  2336. Part128.Rotation = Vector3.new(0, -90, 0)
  2337. Part128.Anchored = true
  2338. Part128.CanCollide = false
  2339. Part128.FormFactor = Enum.FormFactor.Symmetric
  2340. Part128.Size = Vector3.new(1, 2, 1)
  2341. Part128.CFrame = CFrame.new(-0.225058004, 1.02000403, 22.3960114, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  2342. Part128.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2343. Part128.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2344. Part128.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2345. Part128.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2346. Part128.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2347. Part128.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2348. Part128.Position = Vector3.new(-0.225058004, 1.02000403, 22.3960114)
  2349. Part128.Orientation = Vector3.new(0, -90, 0)
  2350. Part129.Parent = Model110
  2351. Part129.Material = Enum.Material.Slate
  2352. Part129.BrickColor = BrickColor.new("Crimson")
  2353. Part129.Rotation = Vector3.new(90.6999969, -90, 0)
  2354. Part129.Anchored = true
  2355. Part129.FormFactor = Enum.FormFactor.Symmetric
  2356. Part129.Size = Vector3.new(0.347000062, 1.13400018, 1)
  2357. Part129.CFrame = CFrame.new(-0.678062022, 0.585385978, 22.3507919, 6.25330923e-22, 4.50223785e-21, -1, -0.99992615, -0.0121472133, -6.79974523e-22, -0.0121472133, 0.99992615, 4.49431016e-21)
  2358. Part129.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2359. Part129.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2360. Part129.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2361. Part129.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2362. Part129.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2363. Part129.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2364. Part129.Position = Vector3.new(-0.678062022, 0.585385978, 22.3507919)
  2365. Part129.Orientation = Vector3.new(0, -90, -90.6999969)
  2366. SpecialMesh130.Parent = Part129
  2367. SpecialMesh130.Scale = Vector3.new(1, 1, 0.200000003)
  2368. SpecialMesh130.MeshType = Enum.MeshType.Brick
  2369. SpecialMesh130.Scale = Vector3.new(1, 1, 0.200000003)
  2370. Part131.Parent = Model110
  2371. Part131.Material = Enum.Material.SmoothPlastic
  2372. Part131.BrickColor = BrickColor.new("Really black")
  2373. Part131.Rotation = Vector3.new(0, -90, 0)
  2374. Part131.Anchored = true
  2375. Part131.FormFactor = Enum.FormFactor.Symmetric
  2376. Part131.Size = Vector3.new(1.04799986, 1.58000004, 1)
  2377. Part131.CFrame = CFrame.new(-0.643059015, 1.24901497, 22.364006, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  2378. Part131.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2379. Part131.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2380. Part131.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2381. Part131.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2382. Part131.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2383. Part131.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2384. Part131.Position = Vector3.new(-0.643059015, 1.24901497, 22.364006)
  2385. Part131.Orientation = Vector3.new(0, -90, 0)
  2386. SpecialMesh132.Parent = Part131
  2387. SpecialMesh132.Scale = Vector3.new(1, 1, 0.200000003)
  2388. SpecialMesh132.MeshType = Enum.MeshType.Brick
  2389. SpecialMesh132.Scale = Vector3.new(1, 1, 0.200000003)
  2390. Model133.Name = "LeftLeg"
  2391. Model133.Parent = Model0
  2392. Part134.Parent = Model133
  2393. Part134.Material = Enum.Material.SmoothPlastic
  2394. Part134.BrickColor = BrickColor.new("Really black")
  2395. Part134.Rotation = Vector3.new(0, -90, 0)
  2396. Part134.Anchored = true
  2397. Part134.FormFactor = Enum.FormFactor.Symmetric
  2398. Part134.Size = Vector3.new(0.605000019, 1.55599999, 1)
  2399. Part134.CFrame = CFrame.new(0.199944004, 1.25500596, 21.1925201, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  2400. Part134.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2401. Part134.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2402. Part134.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2403. Part134.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2404. Part134.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2405. Part134.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2406. Part134.Position = Vector3.new(0.199944004, 1.25500596, 21.1925201)
  2407. Part134.Orientation = Vector3.new(0, -90, 0)
  2408. SpecialMesh135.Parent = Part134
  2409. SpecialMesh135.Scale = Vector3.new(1, 1, 0.200000003)
  2410. SpecialMesh135.MeshType = Enum.MeshType.Brick
  2411. SpecialMesh135.Scale = Vector3.new(1, 1, 0.200000003)
  2412. Part136.Parent = Model133
  2413. Part136.Material = Enum.Material.Slate
  2414. Part136.BrickColor = BrickColor.new("Crimson")
  2415. Part136.Rotation = Vector3.new(90.6999969, -90, 0)
  2416. Part136.Anchored = true
  2417. Part136.FormFactor = Enum.FormFactor.Symmetric
  2418. Part136.Size = Vector3.new(0.362000048, 0.636999965, 1)
  2419. Part136.CFrame = CFrame.new(0.224937007, 0.568448007, 21.1770782, 6.25330923e-22, 4.50223785e-21, -1, -0.99992615, -0.0121472133, -6.79974523e-22, -0.0121472133, 0.99992615, 4.49431016e-21)
  2420. Part136.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2421. Part136.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2422. Part136.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2423. Part136.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2424. Part136.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2425. Part136.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2426. Part136.Position = Vector3.new(0.224937007, 0.568448007, 21.1770782)
  2427. Part136.Orientation = Vector3.new(0, -90, -90.6999969)
  2428. SpecialMesh137.Parent = Part136
  2429. SpecialMesh137.Scale = Vector3.new(1, 1, 0.200000003)
  2430. SpecialMesh137.MeshType = Enum.MeshType.Brick
  2431. SpecialMesh137.Scale = Vector3.new(1, 1, 0.200000003)
  2432. Part138.Parent = Model133
  2433. Part138.Material = Enum.Material.SmoothPlastic
  2434. Part138.BrickColor = BrickColor.new("Really black")
  2435. Part138.Rotation = Vector3.new(0, -1.24000001, 0)
  2436. Part138.Anchored = true
  2437. Part138.FormFactor = Enum.FormFactor.Symmetric
  2438. Part138.Size = Vector3.new(0.825000048, 1.59000003, 1)
  2439. Part138.CFrame = CFrame.new(-0.267057002, 1.27601194, 20.9845123, 0.999764979, -6.79974523e-22, -0.021678783, 6.90052505e-22, 1, 4.57399829e-22, 0.021678783, -4.72251821e-22, 0.999764979)
  2440. Part138.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2441. Part138.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2442. Part138.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2443. Part138.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2444. Part138.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2445. Part138.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2446. Part138.Position = Vector3.new(-0.267057002, 1.27601194, 20.9845123)
  2447. Part138.Orientation = Vector3.new(0, -1.24000001, 0)
  2448. SpecialMesh139.Parent = Part138
  2449. SpecialMesh139.Scale = Vector3.new(1, 1, 0.200000003)
  2450. SpecialMesh139.MeshType = Enum.MeshType.Brick
  2451. SpecialMesh139.Scale = Vector3.new(1, 1, 0.200000003)
  2452. Part140.Parent = Model133
  2453. Part140.Material = Enum.Material.SmoothPlastic
  2454. Part140.BrickColor = BrickColor.new("Really black")
  2455. Part140.Rotation = Vector3.new(0, -90, 0)
  2456. Part140.Anchored = true
  2457. Part140.FormFactor = Enum.FormFactor.Symmetric
  2458. Part140.Size = Vector3.new(1.04799986, 1.58000004, 1)
  2459. Part140.CFrame = CFrame.new(-0.643059015, 1.24901497, 21.4140091, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  2460. Part140.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2461. Part140.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2462. Part140.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2463. Part140.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2464. Part140.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2465. Part140.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2466. Part140.Position = Vector3.new(-0.643059015, 1.24901497, 21.4140091)
  2467. Part140.Orientation = Vector3.new(0, -90, 0)
  2468. SpecialMesh141.Parent = Part140
  2469. SpecialMesh141.Scale = Vector3.new(1, 1, 0.200000003)
  2470. SpecialMesh141.MeshType = Enum.MeshType.Brick
  2471. SpecialMesh141.Scale = Vector3.new(1, 1, 0.200000003)
  2472. Part142.Parent = Model133
  2473. Part142.Material = Enum.Material.SmoothPlastic
  2474. Part142.BrickColor = BrickColor.new("Crimson")
  2475. Part142.Rotation = Vector3.new(118.43, -90, 0)
  2476. Part142.Anchored = true
  2477. Part142.CanCollide = false
  2478. Part142.FormFactor = Enum.FormFactor.Symmetric
  2479. Part142.Size = Vector3.new(0.377999932, 0.200000003, 1.02499986)
  2480. Part142.CFrame = CFrame.new(-0.212562993, 1.69244099, 21.7605438, -1.54202299e-21, 4.27587188e-21, -1, -0.879359603, -0.476150155, -6.79976845e-22, -0.476149082, 0.879356503, 4.49430814e-21)
  2481. Part142.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2482. Part142.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2483. Part142.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2484. Part142.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2485. Part142.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2486. Part142.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2487. Part142.Position = Vector3.new(-0.212562993, 1.69244099, 21.7605438)
  2488. Part142.Orientation = Vector3.new(0, -90, -118.43)
  2489. SpecialMesh143.Parent = Part142
  2490. SpecialMesh143.Scale = Vector3.new(1, 0.600000024, 1)
  2491. SpecialMesh143.MeshType = Enum.MeshType.Brick
  2492. SpecialMesh143.Scale = Vector3.new(1, 0.600000024, 1)
  2493. Part144.Parent = Model133
  2494. Part144.Material = Enum.Material.SmoothPlastic
  2495. Part144.BrickColor = BrickColor.new("Crimson")
  2496. Part144.Rotation = Vector3.new(0, -90, 0)
  2497. Part144.Anchored = true
  2498. Part144.CanCollide = false
  2499. Part144.FormFactor = Enum.FormFactor.Symmetric
  2500. Part144.Size = Vector3.new(0.268999934, 0.200000003, 1.02499986)
  2501. Part144.CFrame = CFrame.new(-0.212562993, 1.541013, 21.5855255, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  2502. Part144.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2503. Part144.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2504. Part144.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2505. Part144.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2506. Part144.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2507. Part144.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2508. Part144.Position = Vector3.new(-0.212562993, 1.541013, 21.5855255)
  2509. Part144.Orientation = Vector3.new(0, -90, 0)
  2510. SpecialMesh145.Parent = Part144
  2511. SpecialMesh145.Scale = Vector3.new(1, 0.600000024, 1)
  2512. SpecialMesh145.MeshType = Enum.MeshType.Brick
  2513. SpecialMesh145.Scale = Vector3.new(1, 0.600000024, 1)
  2514. Part146.Parent = Model133
  2515. Part146.Material = Enum.Material.SmoothPlastic
  2516. Part146.BrickColor = BrickColor.new("Really black")
  2517. Part146.Rotation = Vector3.new(0, -90, 0)
  2518. Part146.Anchored = true
  2519. Part146.CanCollide = false
  2520. Part146.FormFactor = Enum.FormFactor.Symmetric
  2521. Part146.Size = Vector3.new(0.811999917, 0.305999935, 1.01399994)
  2522. Part146.CFrame = CFrame.new(-0.218061, 1.64300597, 21.3260193, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  2523. Part146.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2524. Part146.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2525. Part146.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2526. Part146.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2527. Part146.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2528. Part146.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2529. Part146.Position = Vector3.new(-0.218061, 1.64300597, 21.3260193)
  2530. Part146.Orientation = Vector3.new(0, -90, 0)
  2531. Part147.Parent = Model133
  2532. Part147.Material = Enum.Material.SmoothPlastic
  2533. Part147.BrickColor = BrickColor.new("Really black")
  2534. Part147.Rotation = Vector3.new(0, -90, 0)
  2535. Part147.Anchored = true
  2536. Part147.CanCollide = false
  2537. Part147.FormFactor = Enum.FormFactor.Symmetric
  2538. Part147.Size = Vector3.new(1.00599992, 2.13199997, 1.01399994)
  2539. Part147.CFrame = CFrame.new(-0.224059999, 1.07402205, 21.3940277, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  2540. Part147.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2541. Part147.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2542. Part147.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2543. Part147.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2544. Part147.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2545. Part147.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2546. Part147.Position = Vector3.new(-0.224059999, 1.07402205, 21.3940277)
  2547. Part147.Orientation = Vector3.new(0, -90, 0)
  2548. Part148.Parent = Model133
  2549. Part148.Material = Enum.Material.Slate
  2550. Part148.BrickColor = BrickColor.new("Crimson")
  2551. Part148.Rotation = Vector3.new(-179.300003, 0.670000017, 90)
  2552. Part148.Anchored = true
  2553. Part148.FormFactor = Enum.FormFactor.Symmetric
  2554. Part148.Size = Vector3.new(0.346000046, 1.04799998, 1)
  2555. Part148.CFrame = CFrame.new(-0.197052002, 0.590524018, 20.8905182, 6.25330671e-22, -0.999931812, 0.011637588, -0.999925673, 0.000141364129, 0.0121463882, -0.0121472068, -0.0116367191, -0.99985832)
  2556. Part148.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2557. Part148.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2558. Part148.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2559. Part148.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2560. Part148.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2561. Part148.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2562. Part148.Position = Vector3.new(-0.197052002, 0.590524018, 20.8905182)
  2563. Part148.Orientation = Vector3.new(-0.699999988, 179.330002, -89.9899979)
  2564. SpecialMesh149.Parent = Part148
  2565. SpecialMesh149.Scale = Vector3.new(1, 1, 0.200000003)
  2566. SpecialMesh149.MeshType = Enum.MeshType.Brick
  2567. SpecialMesh149.Scale = Vector3.new(1, 1, 0.200000003)
  2568. Part150.Parent = Model133
  2569. Part150.Material = Enum.Material.Slate
  2570. Part150.BrickColor = BrickColor.new("Crimson")
  2571. Part150.Rotation = Vector3.new(90.6999969, -90, 0)
  2572. Part150.Anchored = true
  2573. Part150.FormFactor = Enum.FormFactor.Symmetric
  2574. Part150.Size = Vector3.new(0.347000062, 1.13400018, 1)
  2575. Part150.CFrame = CFrame.new(-0.678062022, 0.585385978, 21.3407745, 6.25330923e-22, 4.50223785e-21, -1, -0.99992615, -0.0121472133, -6.79974523e-22, -0.0121472133, 0.99992615, 4.49431016e-21)
  2576. Part150.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2577. Part150.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2578. Part150.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2579. Part150.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2580. Part150.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2581. Part150.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2582. Part150.Position = Vector3.new(-0.678062022, 0.585385978, 21.3407745)
  2583. Part150.Orientation = Vector3.new(0, -90, -90.6999969)
  2584. SpecialMesh151.Parent = Part150
  2585. SpecialMesh151.Scale = Vector3.new(1, 1, 0.200000003)
  2586. SpecialMesh151.MeshType = Enum.MeshType.Brick
  2587. SpecialMesh151.Scale = Vector3.new(1, 1, 0.200000003)
  2588. Part152.Name = "Left Leg"
  2589. Part152.Parent = Model133
  2590. Part152.Material = Enum.Material.SmoothPlastic
  2591. Part152.BrickColor = BrickColor.new("Institutional white")
  2592. Part152.Transparency = 1
  2593. Part152.Rotation = Vector3.new(0, -90, 0)
  2594. Part152.Anchored = true
  2595. Part152.CanCollide = false
  2596. Part152.FormFactor = Enum.FormFactor.Symmetric
  2597. Part152.Size = Vector3.new(1, 2, 1)
  2598. Part152.CFrame = CFrame.new(-0.225058004, 1.02000403, 21.3960114, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  2599. Part152.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2600. Part152.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2601. Part152.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2602. Part152.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2603. Part152.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2604. Part152.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2605. Part152.Position = Vector3.new(-0.225058004, 1.02000403, 21.3960114)
  2606. Part152.Orientation = Vector3.new(0, -90, 0)
  2607. Part153.Parent = Model133
  2608. Part153.Material = Enum.Material.Slate
  2609. Part153.BrickColor = BrickColor.new("Crimson")
  2610. Part153.Rotation = Vector3.new(0, -90, 0)
  2611. Part153.Anchored = true
  2612. Part153.FormFactor = Enum.FormFactor.Symmetric
  2613. Part153.Size = Vector3.new(0.200000003, 1.70299995, 1)
  2614. Part153.CFrame = CFrame.new(0.217941001, 1.29650295, 21.4880219, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21)
  2615. Part153.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2616. Part153.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2617. Part153.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2618. Part153.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2619. Part153.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2620. Part153.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2621. Part153.Position = Vector3.new(0.217941001, 1.29650295, 21.4880219)
  2622. Part153.Orientation = Vector3.new(0, -90, 0)
  2623. SpecialMesh154.Parent = Part153
  2624. SpecialMesh154.Scale = Vector3.new(1, 1, 0.200000003)
  2625. SpecialMesh154.MeshType = Enum.MeshType.Brick
  2626. SpecialMesh154.Scale = Vector3.new(1, 1, 0.200000003)
  2627. Part155.Parent = Model133
  2628. Part155.Material = Enum.Material.SmoothPlastic
  2629. Part155.BrickColor = BrickColor.new("Really black")
  2630. Part155.Rotation = Vector3.new(0, -90, 0)
  2631. Part155.Anchored = true
  2632. Part155.CanCollide = false
  2633. Part155.FormFactor = Enum.FormFactor.Symmetric
  2634. Part155.Size = Vector3.new(0.966999888, 0.305999935, 1.01399994)
  2635. Part155.CFrame = CFrame.new(-0.218061, 1.85202205, 21.4035187, 4.49431016e-21, -6.79974422e-22, -1, 4.72251821e-22, 0.999999881, -6.79974523e-22, 1, -4.7225177e-22, 4.49431016e-21)
  2636. Part155.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2637. Part155.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2638. Part155.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2639. Part155.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2640. Part155.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2641. Part155.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2642. Part155.Position = Vector3.new(-0.218061, 1.85202205, 21.4035187)
  2643. Part155.Orientation = Vector3.new(0, -90, 0)
  2644. Script156.Name = "Welds"
  2645. Script156.Parent = Model0
  2646. table.insert(cors,sandbox(Script156,function()
  2647. --Saz
  2648.  
  2649. --A new system which is a combination of fast-welds and hard-welds.
  2650. --Should be far, far better.
  2651.  
  2652. --When script.CreateNewWelds.Value == true, we create a new set of weld information on script run.
  2653. --This toggles off automatically afterwards, to prevent issues that fast-welds can cause.
  2654.  
  2655. --Cruder than I wanted it to be, but not like I intended for anyone but me to use it anyway.
  2656. --The fact that you're reading this means you should likely kill yourself. Immediately.
  2657.  
  2658. wait(.33)
  2659.  
  2660. Tool=script.Parent
  2661. Nib=Tool.Parent
  2662.  
  2663.  
  2664. weldparts=function()
  2665. print("Welding")
  2666. lel={}
  2667. function jarate(p)
  2668. for i=1, #p do
  2669. table.insert(lel,p[i])
  2670. k=p[i]:children()
  2671. if #k>0 then
  2672. jarate(k)
  2673. end
  2674. end
  2675. end
  2676. for _,v in pairs(script.Parent:children()) do
  2677. if v.Name~="Cloak" and v.className~="Script" then
  2678. v:BreakJoints()
  2679. jarate(v:children())
  2680. end
  2681. end
  2682. for _,v in pairs(lel) do
  2683. if v.className=="Weld" or v.className=="Motor6D" then
  2684. v:Remove()
  2685. end
  2686. end
  2687. for _,v in pairs(script.Parent["RightLeg"]:children()) do
  2688. if v.Name~="Right Leg" then
  2689. w=Instance.new("Weld")
  2690. w.Part0=script.Parent["RightLeg"]["Right Leg"]
  2691. w.Part1=v
  2692. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  2693. w.C0=script.Parent["RightLeg"]["Right Leg"].CFrame:inverse()*CFrame.new(v.Position)
  2694. w.Parent=w.Part0
  2695. end
  2696. end
  2697. w=Instance.new("Weld")
  2698. w.Part0=Nib["Right Leg"]
  2699. w.Part1=script.Parent["RightLeg"]["Right Leg"]
  2700. w.Parent=w.Part0
  2701. w.C0=CFrame.new(0,-.1,0)
  2702. for _,v in pairs(script.Parent["LeftLeg"]:children()) do
  2703. if v.Name~="Left Leg" then
  2704. w=Instance.new("Weld")
  2705. w.Part0=script.Parent["LeftLeg"]["Left Leg"]
  2706. w.Part1=v
  2707. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  2708. w.C0=script.Parent["LeftLeg"]["Left Leg"].CFrame:inverse()*CFrame.new(v.Position)
  2709. w.Parent=w.Part0
  2710. end
  2711. end
  2712. w=Instance.new("Weld")
  2713. w.Part0=Nib["Left Leg"]
  2714. w.Part1=script.Parent["LeftLeg"]["Left Leg"]
  2715. w.Parent=w.Part0
  2716. w.C0=CFrame.new(0,-.1,0)
  2717. for _,v in pairs(script.Parent["RightArm"]:children()) do
  2718. if v.Name~="Right Arm" then
  2719. w=Instance.new("Weld")
  2720. w.Part0=script.Parent["RightArm"]["Right Arm"]
  2721. w.Part1=v
  2722. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  2723. w.C0=script.Parent["RightArm"]["Right Arm"].CFrame:inverse()*CFrame.new(v.Position)
  2724. w.Parent=w.Part1
  2725. end
  2726. end
  2727. w=Instance.new("Weld")
  2728. w.Part0=Nib["Right Arm"]
  2729. w.Part1=script.Parent["RightArm"]["Right Arm"]
  2730. w.Parent=w.Part0
  2731. w.C0 = w.C0 * CFrame.Angles(0,math.rad(90),math.rad(90))
  2732. for _,v in pairs(script.Parent["LeftArm"]:children()) do
  2733. if v.Name~="Left Arm" then
  2734. w=Instance.new("Weld")
  2735. w.Part0=script.Parent["LeftArm"]["Left Arm"]
  2736. w.Part1=v
  2737. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  2738. w.C0=script.Parent["LeftArm"]["Left Arm"].CFrame:inverse()*CFrame.new(v.Position)
  2739. w.Parent=w.Part0
  2740. end
  2741. end
  2742. w=Instance.new("Weld")
  2743. w.Part0=Nib["Left Arm"]
  2744. w.Part1=script.Parent["LeftArm"]["Left Arm"]
  2745. w.Parent=w.Part0
  2746.  
  2747. for _,v in pairs(script.Parent["Torso"]:children()) do
  2748. if v.Name~="Torso" then
  2749. w=Instance.new("Weld")
  2750. w.Part0=script.Parent["Torso"]["Torso"]
  2751. w.Part1=v
  2752. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  2753. w.C0=script.Parent["Torso"]["Torso"].CFrame:inverse()*CFrame.new(v.Position)
  2754. w.Parent=script.Parent["Torso"]["Torso"]
  2755. end
  2756. end
  2757.  
  2758. w=Instance.new("Weld")
  2759. w.Part0=Nib["Torso"]
  2760. w.Part1=script.Parent["Torso"]["Torso"]
  2761. w.C0=w.C0*CFrame.fromEulerAnglesXYZ(0,0,0)
  2762. w.Parent=w.Part0
  2763.  
  2764. for _,v in pairs(lel) do
  2765. if v:IsA("BasePart") then v.Anchored=false end
  2766. end
  2767.  
  2768. wait(1)
  2769.  
  2770. w=Instance.new("Weld")
  2771. w.Part0=Nib.Torso
  2772. w.Part1=Tool.Torso.Torso
  2773. w.C0=CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,0,math.pi)
  2774. w.C1=CFrame.new(0,0,0)
  2775. w.Parent=w.Part1
  2776. w.Name="ClothingWeld"
  2777.  
  2778. wait(.06)
  2779.  
  2780. while Tool.Torso.Torso:FindFirstChild("ClothingWeld")==nil do
  2781. wait(.03)
  2782. w=Instance.new("Weld")
  2783. w.Part0=Nib.Torso
  2784. w.Part1=Tool.Torso.Torso
  2785. w.C0=CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,0,math.pi)
  2786. w.C1=CFrame.new(0,0,0)
  2787. w.Parent=w.Part1
  2788. w.Name="ClothingWeld"
  2789. end
  2790.  
  2791. w=Instance.new("Weld")
  2792. w.Part0=Nib["Right Leg"]
  2793. w.Part1=Tool.RightLeg["Right Leg"]
  2794. w.C0=CFrame.new(0,0,0)
  2795. w.C1=CFrame.new(0,0,0)
  2796. w.Parent=w.Part1
  2797. w.Name="ClothingWeld"
  2798.  
  2799. w=Instance.new("Weld")
  2800. w.Part0=Nib["Left Leg"]
  2801. w.Part1=Tool.LeftLeg["Left Leg"]
  2802. w.C0=CFrame.new(0,0,0)
  2803. w.C1=CFrame.new(0,0,0)
  2804. w.Parent=w.Part1
  2805. w.Name="ClothingWeld"
  2806.  
  2807. w=Instance.new("Weld")
  2808. w.Part0=Nib["Right Arm"]
  2809. w.Part1=Tool.RightArm["Right Arm"]
  2810. w.C0=CFrame.new(0,0,0)
  2811. w.C1=CFrame.new(0,0,0)
  2812. w.Parent=w.Part1
  2813. w.Name="ClothingWeld"
  2814.  
  2815. w=Instance.new("Weld")
  2816. w.Part0=Nib["Left Arm"]
  2817. w.Part1=Tool.LeftArm["Left Arm"]
  2818. w.C0=CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,0,math.pi)
  2819. w.C1=CFrame.new(0,0,0)
  2820. w.Parent=w.Part1
  2821. w.Name="ClothingWeld"
  2822.  
  2823. wait()
  2824.  
  2825. end
  2826. weldparts()
  2827. end))
  2828. for i,v in pairs(mas:GetChildren()) do
  2829. v.Parent = game:GetService("Players").LocalPlayer.Character
  2830. pcall(function() v:MakeJoints() end)
  2831. end
  2832. mas:Destroy()
  2833. for i,v in pairs(cors) do
  2834. spawn(function()
  2835. pcall(v)
  2836. end)
  2837. end
  2838.  
  2839. --//=================================\\
  2840. --|| DAMAGING
  2841. --\\=================================//
  2842.  
  2843. function ApplyDamage(Humanoid,Damage)
  2844. if Humanoid.Health == math.huge then
  2845. Humanoid.Parent:BreakJoints()
  2846. else
  2847. local MULTIPLY = Humanoid.MaxHealth/100
  2848. Damage = Damage * DAMAGEMULTIPLIER
  2849. if Humanoid.Health ~= 0 then
  2850. Humanoid.Health = Humanoid.Health - Damage*MULTIPLY
  2851. end
  2852. end
  2853. end
  2854.  
  2855. function ApplyAoE(POSITION,RANGE,MINDMG,MAXDMG,FLING,CAMSINSTAKILL,INSTAKILL)
  2856. local CHILDREN = workspace:GetDescendants()
  2857. for index, CHILD in pairs(CHILDREN) do
  2858. if CHILD.ClassName == "Model" and CHILD ~= Character then
  2859. local HUM = CHILD:FindFirstChildOfClass("Humanoid")
  2860. if HUM then
  2861. local TORSO = CHILD:FindFirstChild("Torso") or CHILD:FindFirstChild("UpperTorso")
  2862. if TORSO then
  2863. if (TORSO.Position - POSITION).Magnitude <= RANGE then
  2864. if INSTAKILL == true or HUM.MaxHealth == math.huge then
  2865. CHILD:BreakJoints()
  2866. else
  2867. local DMG = MRANDOM(MINDMG,MAXDMG)
  2868. ApplyDamage(HUM,DMG)
  2869. end
  2870. if FLING > 0 then
  2871. for _, c in pairs(CHILD:GetChildren()) do
  2872. if c:IsA("BasePart") then
  2873. local bv = Instance.new("BodyVelocity")
  2874. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  2875. bv.velocity = CF(POSITION,TORSO.Position).lookVector*FLING
  2876. bv.Parent = c
  2877. Debris:AddItem(bv,0.05)
  2878. end
  2879. end
  2880. end
  2881. end
  2882. end
  2883. end
  2884. end
  2885. end
  2886. end
  2887.  
  2888. --//=================================\\
  2889. --|| ATTACK FUNCTIONS AND STUFF
  2890. --\\=================================//
  2891.  
  2892. function Fireball()
  2893. ATTACK = true
  2894. Rooted = true
  2895. local GYRO = IT("BodyGyro",RootPart)
  2896. GYRO.D = 20
  2897. GYRO.P = 4000
  2898. GYRO.MaxTorque = VT(40000,40000,40000)
  2899. local POSITION = IT("BodyPosition",RootPart)
  2900. POSITION.Position = RootPart.Position+VT(0,2,0)
  2901. POSITION.D = 450
  2902. POSITION.P = 40000
  2903. POSITION.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  2904. CreateSound(CHARGE,RightArm,6,1,false)
  2905. coroutine.resume(coroutine.create(function()
  2906. repeat
  2907. Swait()
  2908. GYRO.CFrame = CF(RootPart.Position,Mouse.Hit.p)
  2909. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(24)), 2 / Animation_Speed)
  2910. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0 , 0 + ((1) - 1)) * ANGLES(RAD(20), RAD(0), RAD(-24)), 1 / Animation_Speed)
  2911. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 0.75, -0.3) * ANGLES(RAD(90), RAD(0), RAD(24)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  2912. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.45, 0.75, 0) * ANGLES(RAD(-25), RAD(0), RAD(-25)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  2913. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, 0) * ANGLES(RAD(0), RAD(75), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  2914. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  2915. until ATTACK == false
  2916. GYRO:remove()
  2917. POSITION:remove()
  2918. end))
  2919. wait(1)
  2920. repeat
  2921. coroutine.resume(coroutine.create(function()
  2922. local FIREBALL = CreatePart(3, Effects, "Neon", 0, 1, "Cyan", "Flight", VT(10,10,10))
  2923. FIREBALL.CFrame = CF(RightArm.CFrame*CF(0,-1,0).p,Mouse.Hit.p)
  2924. CreateSound(FIREBALLSOUND,FIREBALL,6,1,false)
  2925. for i = 1, 250 do
  2926. Swait()
  2927. local HIT,HITPOS = Raycast(FIREBALL.Position, FIREBALL.CFrame.lookVector, 10, Character)
  2928. FIREBALL.CFrame = FIREBALL.CFrame*CF(0,0,-5)
  2929. if HIT then
  2930. ApplyAoE(FIREBALL.Position,200,15,25,35,true,{SHAKE = 2, TIMER = 25, DOESFADE = true})
  2931. for i = 1, 3 do
  2932. WACKYEFFECT({Time = 70, EffectType = "Sphere", Size = VT(50,50,50), Size2 = VT(MRANDOM(200,300),MRANDOM(200,300),MRANDOM(200,300)), Transparency = 0.5, Transparency2 = 1, CFrame = CF(FIREBALL.Position)*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))*CF(0,0,45), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = BRICKC"Bright blue".Color, SoundID = EXPLOSIONMEDIUMSOUND, SoundPitch = MRANDOM(8,12)/10, SoundVolume = MRANDOM(5,10)})
  2933. end
  2934. for i = 1, 3 do
  2935. WACKYEFFECT({Time = 120, EffectType = "Sphere", Size = VT(50,50,50), Size2 = VT(MRANDOM(200,300),MRANDOM(200,300),MRANDOM(200,300)), Transparency = 0.8, Transparency2 = 1, CFrame = CF(FIREBALL.Position)*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))*CF(0,0,45), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = BRICKC"Crimson".Color, SoundID = EXPLOSIONMEDIUMSOUND, SoundPitch = MRANDOM(8,12)/10, SoundVolume = MRANDOM(5,10)})
  2936. end
  2937. for i = 1, 5 do
  2938. WACKYEFFECT({Time = 80+(i*5), EffectType = "Ring", Size = VT(0,0,0), Size2 = VT(40,40,0), Transparency = 0.8, Transparency2 = 1, CFrame = CF(FIREBALL.Position)*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360))), MoveToPos = nil, RotationX = MRANDOM(-15,15)/15, RotationY = MRANDOM(-15,15)/15, RotationZ = MRANDOM(-15,15)/15, Material = "Neon", Color = C3(1,1,1), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  2939. end
  2940. break
  2941. end
  2942. end
  2943. Debris:AddItem(FIREBALL,7)
  2944. end))
  2945. wait(0.1)
  2946. until KEYHOLD == false
  2947. wait(0.2)
  2948. ATTACK = false
  2949. Rooted = false
  2950. end
  2951.  
  2952. function SearingOrb()
  2953. ATTACK = true
  2954. Rooted = true
  2955. local POSITION = IT("BodyPosition",RootPart)
  2956. POSITION.Position = RootPart.Position+VT(0,2,0)
  2957. POSITION.D = 450
  2958. POSITION.P = 40000
  2959. POSITION.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  2960. CreateSound(CHARGE,Torso,6,1,false)
  2961. local NEWANIM = false
  2962. coroutine.resume(coroutine.create(function()
  2963. repeat
  2964. Swait()
  2965. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  2966. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-25 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  2967. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 0.75, 0) * ANGLES(RAD(170), RAD(0), RAD(-12)) * RIGHTSHOULDERC0, 0.15 / Animation_Speed)
  2968. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.75, 0) * ANGLES(RAD(170), RAD(0), RAD(12)) * LEFTSHOULDERC0, 0.15 / Animation_Speed)
  2969. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(80), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  2970. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-80), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  2971. until ATTACK == false or NEWANIM == true
  2972. if NEWANIM == true then
  2973. local GYRO = IT("BodyGyro",RootPart)
  2974. GYRO.D = 20
  2975. GYRO.P = 4000
  2976. GYRO.MaxTorque = VT(40000,40000,40000)
  2977. repeat
  2978. Swait()
  2979. GYRO.CFrame = CF(RootPart.Position,Mouse.Hit.p)
  2980. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(24)), 2 / Animation_Speed)
  2981. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0 , 0 + ((1) - 1)) * ANGLES(RAD(20), RAD(0), RAD(-24)), 1 / Animation_Speed)
  2982. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 0.75, -0.3) * ANGLES(RAD(90), RAD(0), RAD(24)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  2983. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.45, 0.75, 0) * ANGLES(RAD(-25), RAD(0), RAD(-25)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  2984. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, 0) * ANGLES(RAD(0), RAD(75), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  2985. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  2986. until ATTACK == false
  2987. GYRO:remove()
  2988. end
  2989. POSITION:remove()
  2990. end))
  2991. local ORB = CreatePart(3, Effects, "Neon", 0, 0, BRICKC("Bright red"), "Orb", VT(0,0,0), true)
  2992. MakeForm(ORB,"Ball")
  2993. ORB.CFrame = CF(RootPart.Position+VT(0,8,0))
  2994. local A = IT("Attachment",ORB)
  2995. local LOOP = 0
  2996. for i = 1, 500 do
  2997. Swait()
  2998. LOOP = LOOP + 1
  2999. if LOOP >= 30 then
  3000. LOOP = 0
  3001. WACKYEFFECT({Time = 15, EffectType = "Wave", Size = VT(5,0,5), Size2 = VT(ORB.Size.X,ORB.Size.X/5,ORB.Size.X), Transparency = 0, Transparency2 = 1, CFrame = CF(RootPart.Position-VT(0,3.5,0)), MoveToPos = nil, RotationX = 0, RotationY = MRANDOM(-2,2)*15, RotationZ = 0, Material = "Neon", Color = BRICKC"Bright red".Color, SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  3002. end
  3003. ORB.Size = ORB.Size + VT(0.2,0.2,0.2)
  3004. ORB.CFrame = CF(RootPart.Position+VT(0,8+(ORB.Size.Y/2),0))
  3005. end
  3006. wait(1)
  3007. if KEYHOLD == false then
  3008. coroutine.resume(coroutine.create(function()
  3009. ORB.Transparency = 1
  3010. Debris:AddItem(ORB,10)
  3011. ApplyAoE(ORB.Position,400,75,90,175,true,{SHAKE = 4, TIMER = 65, DOESFADE = true})
  3012. CreateSound(EXPLOSIONLARGESOUND,ORB,10,1,false)
  3013. CreateSound(EXPLOSIONSMALLSOUND,ORB,10,1,false)
  3014. for i = 1, 3 do
  3015. WACKYEFFECT({Time = 40, EffectType = "Sphere", Size = VT(50,50,50), Size2 = VT(MRANDOM(600,700),MRANDOM(600,700),MRANDOM(600,700)), Transparency = 0, Transparency2 = 1, CFrame = CF(ORB.Position)*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))*CF(0,0,45), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = BRICKC"Bright red".Color, SoundID = EXPLOSIONMEDIUMSOUND, SoundPitch = MRANDOM(8,12)/10, SoundVolume = MRANDOM(5,10)})
  3016. end
  3017. for i = 1, 3 do
  3018. WACKYEFFECT({Time = 60, EffectType = "Sphere", Size = VT(50,50,50), Size2 = VT(MRANDOM(600,700),MRANDOM(600,700),MRANDOM(600,700)), Transparency = 0, Transparency2 = 1, CFrame = CF(ORB.Position)*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))*CF(0,0,45), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = BRICKC"Crimson".Color, SoundID = EXPLOSIONMEDIUMSOUND, SoundPitch = MRANDOM(8,12)/10, SoundVolume = MRANDOM(5,10)})
  3019. end
  3020. for i = 1, 15 do
  3021. WACKYEFFECT({Time = 40+(i*5), EffectType = "Ring", Size = VT(0,0,0), Size2 = VT(70,70,0), Transparency = 0.8, Transparency2 = 1, CFrame = CF(ORB.Position)*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360))), MoveToPos = nil, RotationX = MRANDOM(-15,15)/15, RotationY = MRANDOM(-15,15)/15, RotationZ = MRANDOM(-15,15)/15, Material = "Neon", Color = C3(1,1,1), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  3022. end
  3023. end))
  3024. else
  3025. for i = 1, 100 do
  3026. Swait()
  3027. ORB.Size = ORB.Size - VT(0.2,0.2,0.2)*5
  3028. ORB.CFrame = CF(RootPart.Position+VT(0,8+(ORB.Size.Y/2),0))
  3029. end
  3030. ORB.Transparency = 1
  3031. Debris:AddItem(ORB,10)
  3032. CreateSound(EXPLOSIONSMALLSOUND,Torso,10,1,false)
  3033. for _, c in pairs(Character:GetChildren()) do
  3034. if c:IsA("BasePart") then
  3035. end
  3036. end
  3037. NEWANIM = true
  3038. wait(0.5)
  3039. for i = 1, 15 do
  3040. wait(0.1)
  3041. coroutine.resume(coroutine.create(function()
  3042. local FIREBALL = CreatePart(3, Effects, "Neon", 0, 1, "Cyan", "Flight", VT(2,2,2))
  3043. FIREBALL.CFrame = CF(RightArm.CFrame*CF(0,-1,0).p,Mouse.Hit.p)
  3044. CreateSound(FIREBALLSOUND,FIREBALL,6,1,false)
  3045. for i = 1, 250 do
  3046. Swait()
  3047. local HIT,HITPOS,NORMAL = Raycast(FIREBALL.Position, FIREBALL.CFrame.lookVector, 2, Character)
  3048. FIREBALL.CFrame = FIREBALL.CFrame*CF(0,0,-2)
  3049. if HIT then
  3050. CreateSound(EXPLOSIONSMALLSOUND,FIREBALL,10,1,false)
  3051. local FIELD = CreatePart(3, Effects, "Neon", 0, 1, BRICKC("Pearl"), "Fire", VT(75,0,75), true)
  3052. local FIELD2 = CreatePart(3, Effects, "Neon", 0, 1, BRICKC("Pearl"), "Fire", VT(75,0,75), true)
  3053. FIELD.CFrame = CF(HITPOS,HITPOS+NORMAL) * ANGLES(RAD(90), RAD(0), RAD(0))
  3054. FIELD2.CFrame = CF(HITPOS,HITPOS+NORMAL) * ANGLES(RAD(90), RAD(45), RAD(0))
  3055. coroutine.resume(coroutine.create(function()
  3056. for i = 1, 15 do
  3057. wait(1)
  3058. ApplyAoE(FIELD.Position,FIELD.Size.X/2,5,15,0,false,{SHAKE = 4, TIMER = 65, DOESFADE = true})
  3059. end
  3060. Debris:AddItem(FIELD,5)
  3061. Debris:AddItem(FIELD2,5)
  3062. end))
  3063. break
  3064. end
  3065. end
  3066. Debris:AddItem(FIREBALL,7)
  3067. end))
  3068. end
  3069. end
  3070. wait(0.3)
  3071. ATTACK = false
  3072. Rooted = false
  3073. end
  3074.  
  3075. function Shroud()
  3076. if Mouse.Target ~= nil then
  3077. if Mouse.Target.Parent:FindFirstChildOfClass("Humanoid") or Mouse.Target.Parent.Parent:FindFirstChildOfClass("Humanoid") then
  3078. local HUM = Mouse.Target.Parent:FindFirstChildOfClass("Humanoid") or Mouse.Target.Parent.Parent:FindFirstChildOfClass("Humanoid")
  3079. local TORSO = HUM.Parent:FindFirstChild("HumanoidRootPart") or HUM.Parent:FindFirstChild("Torso") or HUM.Parent:FindFirstChild("UpperTorso")
  3080. if TORSO and HUM.Health > 0 then
  3081. local DISTANCE = (RootPart.Position-TORSO.Position).Magnitude
  3082. if DISTANCE < 100 then
  3083. ATTACK = true
  3084. POSEIDON = false
  3085. Rooted = true
  3086. local GYRO = IT("BodyGyro",RootPart)
  3087. GYRO.D = 20
  3088. GYRO.P = 4000
  3089. GYRO.MaxTorque = VT(40000,40000,40000)
  3090. local POSITION = IT("BodyPosition",RootPart)
  3091. POSITION.Position = RootPart.Position+VT(0,2,0)
  3092. POSITION.D = 450
  3093. POSITION.P = 40000
  3094. POSITION.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  3095. local TARGETTING = true
  3096. local HIT = false
  3097.  
  3098. CreateSound(CHARGE,Torso,6,1,false)
  3099. coroutine.resume(coroutine.create(function()
  3100. repeat
  3101. GYRO.CFrame = CF(RootPart.Position,TORSO.Position)
  3102. Swait()
  3103. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(25), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3104. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3105. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.75, 0) * ANGLES(RAD(-15), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 0.15 / Animation_Speed)
  3106. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.75, 0) * ANGLES(RAD(-15), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 0.15 / Animation_Speed)
  3107. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(-15), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3108. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(20), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3109. until TARGETTING == false
  3110. repeat
  3111. GYRO.CFrame = CF(RootPart.Position,TORSO.Position)
  3112. POSITION.Position = CF(RootPart.Position,TORSO.Position)*CF(0,0,-5).p
  3113. DISTANCE = (RootPart.Position-TORSO.Position).Magnitude
  3114. Swait()
  3115. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(25), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3116. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3117. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.75, 0) * ANGLES(RAD(-15), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 0.15 / Animation_Speed)
  3118. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.75, 0) * ANGLES(RAD(-15), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 0.15 / Animation_Speed)
  3119. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(-15), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3120. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(20), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3121. until HIT == true
  3122. POSITION:remove()
  3123. GYRO:remove()
  3124. end))
  3125. wait(0.5)
  3126. repeat wait() until HOLD == true
  3127. for _, c in pairs(Character:GetChildren()) do
  3128. if c:IsA("BasePart") then
  3129.  
  3130. end
  3131. end
  3132. for _, c in pairs(Character:GetChildren()) do
  3133. if c:IsA("BasePart") then
  3134. c.Transparency = 1
  3135. end
  3136. end
  3137. TARGETTING = false
  3138. for i = 1, 100 do
  3139. wait()
  3140. if DISTANCE < 5 or DISTANCE >= 200 then
  3141. break
  3142. end
  3143. end
  3144. HIT = true
  3145. end
  3146. for _, c in pairs(HUM.Parent:GetChildren()) do
  3147. end
  3148. end
  3149. CreateSound(FIREBALLSOUND,Torso,6,1,false)
  3150. RootPart.CFrame = TORSO.CFrame
  3151. local WELD = weldBetween(RootPart,TORSO)
  3152. repeat wait() until HOLD == true
  3153. CreateSound(416328540,Torso,6,1,false)
  3154. WACKYEFFECT({Time = 45, EffectType = "Swirl", Size = VT(5,15,5), Size2 = VT(30,20,30), Transparency = 0.5, Transparency2 = 1, CFrame = CF(TORSO.Position)*ANGLES(RAD(0),RAD(MRANDOM(0,360)),RAD(0)), MoveToPos = nil, RotationX = 0, RotationY = 15, RotationZ = 0, Material = "Neon", Color = BRICKC"Crimson".Color, SoundID = nil, SoundPitch = MRANDOM(8,12)/10, SoundVolume = MRANDOM(5,10)})
  3155. local bv = Instance.new("BodyVelocity")
  3156. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  3157. bv.velocity = CF(TORSO.Position,TORSO.Position+VT(0,15,0)).lookVector*125
  3158. bv.Parent = TORSO
  3159. for i = 1, 70 do
  3160. wait(0.1)
  3161. if TORSO.Parent == nil then
  3162. break
  3163. end
  3164. WACKYEFFECT({Time = 45, EffectType = "Swirl", Size = VT(5,15,5), Size2 = VT(30,20,30), Transparency = 0.5, Transparency2 = 1, CFrame = CF(TORSO.Position)*ANGLES(RAD(180),RAD(MRANDOM(0,360)),RAD(0)), MoveToPos = nil, RotationX = 0, RotationY = 15, RotationZ = 0, Material = "Neon", Color = BRICKC"Crimson".Color, SoundID = nil, SoundPitch = MRANDOM(8,12)/10, SoundVolume = MRANDOM(5,10)})
  3165. end
  3166. UNANCHOR = false
  3167. bv:remove()
  3168. wait(1)
  3169. WACKYEFFECT({Time = 35, EffectType = "Wave", Size = VT(5,0,5), Size2 = VT(45,1,45), Transparency = 0, Transparency2 = 1, CFrame = CF(TORSO.Position)*ANGLES(RAD(180),RAD(MRANDOM(0,360)),RAD(0)), MoveToPos = nil, RotationX = 0, RotationY = MRANDOM(-2,2)*15, RotationZ = 0, Material = "Neon", Color = BRICKC"Bright red".Color, SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  3170. CreateSound(FIREBALLSOUND,Torso,6,1,false)
  3171. UNANCHOR = true
  3172. local bv = Instance.new("BodyVelocity")
  3173. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  3174. bv.velocity = CF(TORSO.Position,TORSO.Position-VT(0,15,0)).lookVector*450
  3175. bv.Parent = TORSO
  3176. local LANDED = false
  3177. for i = 1, 500 do
  3178. wait()
  3179. Ignore = {Character,HUM.Parent}
  3180. WACKYEFFECT({Time = 45, EffectType = "Swirl", Size = VT(5,15,5), Size2 = VT(30,20,30), Transparency = 0.5, Transparency2 = 1, CFrame = CF(TORSO.Position)*ANGLES(RAD(0),RAD(MRANDOM(0,360)),RAD(0)), MoveToPos = nil, RotationX = 0, RotationY = 15, RotationZ = 0, Material = "Neon", Color = BRICKC"Crimson".Color, SoundID = nil, SoundPitch = MRANDOM(8,12)/10, SoundVolume = MRANDOM(5,10)})
  3181. local Ignore = ((type(Ignore) == "table" and Ignore) or {Ignore})
  3182. local HITFLOOR = CastProperRay(TORSO.Position, TORSO.Position-VT(0,1,0), 10*(TORSO.Size.Y), Ignore)
  3183. if HITFLOOR or FULLREGEN == true then
  3184. LANDED = true
  3185. break
  3186. end
  3187. if TORSO.Parent == nil then
  3188. break
  3189. end
  3190. end
  3191. if TORSO.Parent ~= nil then
  3192. UNANCHOR = false
  3193. bv:remove()
  3194. wait(1)
  3195. WACKYEFFECT({Time = 35, EffectType = "Wave", Size = VT(5,0,5), Size2 = VT(45,1,45), Transparency = 0.2, Transparency2 = 1, CFrame = CF(TORSO.Position)*ANGLES(RAD(180),RAD(MRANDOM(0,360)),RAD(0)), MoveToPos = nil, RotationX = 0, RotationY = MRANDOM(-2,2)*15, RotationZ = 0, Material = "Neon", Color = BRICKC"Dark indigo".Color, SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  3196. CreateSound(FIREBALLSOUND,Torso,6,1,false)
  3197. UNANCHOR = true
  3198. local bv = Instance.new("BodyVelocity")
  3199. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  3200. bv.velocity = CF(TORSO.Position,TORSO.Position-VT(0,15,0)).lookVector*450
  3201. bv.Parent = TORSO
  3202. local LANDED = false
  3203. for i = 1, 500 do
  3204. wait()
  3205. Ignore = {Character,HUM.Parent}
  3206. WACKYEFFECT({Time = 15, EffectType = "Swirl", Size = VT(5,15,5), Size2 = VT(30,20,30), Transparency = 0.9, Transparency2 = 1, CFrame = CF(TORSO.Position)*ANGLES(RAD(0),RAD(MRANDOM(0,360)),RAD(0)), MoveToPos = nil, RotationX = 0, RotationY = 15, RotationZ = 0, Material = "Neon", Color = BRICKC"Really black".Color, SoundID = nil, SoundPitch = MRANDOM(8,12)/10, SoundVolume = MRANDOM(5,10)})
  3207. local Ignore = ((type(Ignore) == "table" and Ignore) or {Ignore})
  3208. local HITFLOOR = CastProperRay(TORSO.Position, TORSO.Position-VT(0,1,0), 10*(TORSO.Size.Y), Ignore)
  3209. if HITFLOOR or FULLREGEN == true then
  3210. LANDED = true
  3211. break
  3212. end
  3213. if TORSO.Parent == nil then
  3214. break
  3215. end
  3216. end
  3217. bv:remove()
  3218. if LANDED == true then
  3219. UNANCHOR = false
  3220. for i = 1, 10 do
  3221. ApplyAoE(TORSO.Position+VT(0,1,0),10+(2*i),15,15,45,true,{SHAKE = 4, TIMER = 65, DOESFADE = true})
  3222. end
  3223. CreateSound(EXPLOSIONLARGESOUND,TORSO,10,1,false)
  3224. CreateSound(EXPLOSIONSMALLSOUND,TORSO,10,1,false)
  3225. for i = 1, 15 do
  3226. WACKYEFFECT({Time = 40+(i*5), EffectType = "Ring", Size = VT(0,0,0), Size2 = VT(70,70,0), Transparency = 0.8, Transparency2 = 1, CFrame = CF(TORSO.Position)*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360))), MoveToPos = nil, RotationX = MRANDOM(-15,15)/15, RotationY = MRANDOM(-15,15)/15, RotationZ = MRANDOM(-15,15)/15, Material = "Neon", Color = C3(1,1,1), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  3227. end
  3228. WELD:remove()
  3229. wait(0.3)
  3230. UNANCHOR = true
  3231. else
  3232. WELD:remove()
  3233. end
  3234. end
  3235. end
  3236. for _, c in pairs(Character:GetChildren()) do
  3237. if c:IsA("BasePart") and c ~= RootPart then
  3238. c.Transparency = 0
  3239. end
  3240. end
  3241. RootPart.Velocity = VT(0,0,0)
  3242. ATTACK = false
  3243. Rooted = false
  3244. end
  3245. end
  3246.  
  3247. function Spitter()
  3248. ATTACK = true
  3249. Rooted = true
  3250. local GYRO = IT("BodyGyro",RootPart)
  3251. GYRO.D = 20
  3252. GYRO.P = 4000
  3253. GYRO.MaxTorque = VT(40000,40000,40000)
  3254. local POSITION = IT("BodyPosition",RootPart)
  3255. POSITION.Position = RootPart.Position+VT(0,2,0)
  3256. POSITION.D = 450
  3257. POSITION.P = 40000
  3258. POSITION.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  3259. CreateSound(CHARGE,RightArm,6,0.8,false)
  3260. coroutine.resume(coroutine.create(function()
  3261. repeat
  3262. Swait()
  3263. GYRO.CFrame = CF(RootPart.Position,Mouse.Hit.p)
  3264. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(24)), 2 / Animation_Speed)
  3265. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0 , 0 + ((1) - 1)) * ANGLES(RAD(20), RAD(0), RAD(-24)), 1 / Animation_Speed)
  3266. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 0.75, -0.3) * ANGLES(RAD(90), RAD(0), RAD(24)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  3267. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.45, 0.75, 0) * ANGLES(RAD(-25), RAD(0), RAD(-25)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  3268. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, 0) * ANGLES(RAD(0), RAD(75), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  3269. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  3270. until ATTACK == false
  3271. GYRO:remove()
  3272. POSITION:remove()
  3273. end))
  3274. local FIREBALL = CreatePart(3, Effects, "Neon", 0, 0, BRICKC("Bright red"), "Orb", VT(0,0,0), true)
  3275. MakeForm(FIREBALL,"Ball")
  3276. FIREBALL.CFrame = RightArm.CFrame*CF(0,-1,0)
  3277. local CORE = IT("Attachment",FIREBALL)
  3278. local LOOP = 0
  3279. repeat
  3280. Swait()
  3281. LOOP = LOOP + 1
  3282. if LOOP == 20 then
  3283. LOOP = 0
  3284. WACKYEFFECT({Time = 45, EffectType = "Swirl", Size = VT(0,0,0), Size2 = VT(FIREBALL.Size.X,FIREBALL.Size.X/2,FIREBALL.Size.X)*3, Transparency = 0.5, Transparency2 = 1, CFrame = CF(FIREBALL.Position)*ANGLES(RAD(0),RAD(MRANDOM(0,360)),RAD(0)), MoveToPos = FIREBALL.Position-VT(0,FIREBALL.Size.Y/4,0), RotationX = 0, RotationY = 15, RotationZ = 0, Material = "Neon", Color = BRICKC"Crimson".Color, SoundID = nil, SoundPitch = MRANDOM(8,12)/10, SoundVolume = MRANDOM(5,10)})
  3285. end
  3286. if FIREBALL.Size.X < 20 then
  3287. FIREBALL.Size = FIREBALL.Size + VT(0.1,0.1,0.1)
  3288. end
  3289. FIREBALL.CFrame = RightArm.CFrame*CF(0,-1-FIREBALL.Size.Z/2,0)
  3290. until KEYHOLD == false and FIREBALL.Size.X >= 10
  3291. CreateSound(FIREBALLSOUND,FIREBALL,10,0.8,false)
  3292. coroutine.resume(coroutine.create(function()
  3293. FIREBALL.CFrame = CF(FIREBALL.Position,Mouse.Hit.p)
  3294. local RANGE = 75
  3295. for i = 1, 600 do
  3296. LOOP = LOOP + 1
  3297. if LOOP == 20 then
  3298. LOOP = 0
  3299. ApplyAoE(FIREBALL.Position,FIREBALL.Size.X*5,5,25,0,false)
  3300. WACKYEFFECT({Time = 45, EffectType = "Swirl", Size = VT(0,0,0), Size2 = VT(FIREBALL.Size.X,FIREBALL.Size.X/2,FIREBALL.Size.X)*3, Transparency = 0.5, Transparency2 = 1, CFrame = CF(FIREBALL.Position)*ANGLES(RAD(0),RAD(MRANDOM(0,360)),RAD(0)), MoveToPos = FIREBALL.Position-VT(0,FIREBALL.Size.Y/4,0), RotationX = 0, RotationY = 15, RotationZ = 0, Material = "Neon", Color = BRICKC"Crimson".Color, SoundID = nil, SoundPitch = MRANDOM(8,12)/10, SoundVolume = MRANDOM(5,10)})
  3301. end
  3302. Swait()
  3303. FIREBALL.CFrame = CF(FIREBALL.Position,FIREBALL.CFrame*CF(0,-0.001,-1).p)*CF(0,0,-0.2)
  3304. local HIT,HITPOS,NORMAL = Raycast(FIREBALL.Position, FIREBALL.CFrame.lookVector, FIREBALL.Size.X/2.5, Character)
  3305. if HIT then
  3306. ApplyAoE(FIREBALL.Position,FIREBALL.Size.X*12,75,90,375,true,{SHAKE = 4, TIMER = 65, DOESFADE = true})
  3307. CreateSound(EXPLOSIONLARGESOUND,FIREBALL,10,1,false)
  3308. CreateSound(EXPLOSIONSMALLSOUND,FIREBALL,10,1,false)
  3309. for i = 1, 3 do
  3310. WACKYEFFECT({Time = 40, EffectType = "Sphere", Size = VT(0,0,0), Size2 = FIREBALL.Size*MRANDOM(18,25), Transparency = 0, Transparency2 = 1, CFrame = CF(FIREBALL.Position)*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))*CF(0,0,45), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = BRICKC"Bright red".Color, SoundID = EXPLOSIONMEDIUMSOUND, SoundPitch = MRANDOM(8,12)/10, SoundVolume = MRANDOM(5,10)})
  3311. end
  3312. for i = 1, 3 do
  3313. WACKYEFFECT({Time = 60, EffectType = "Sphere", Size = VT(0,0,0), Size2 = FIREBALL.Size*MRANDOM(18,25), Transparency = 0, Transparency2 = 1, CFrame = CF(FIREBALL.Position)*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))*CF(0,0,45), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = BRICKC"Crimson".Color, SoundID = EXPLOSIONMEDIUMSOUND, SoundPitch = MRANDOM(8,12)/10, SoundVolume = MRANDOM(5,10)})
  3314. end
  3315. for i = 1, 15 do
  3316. WACKYEFFECT({Time = 40+(i*5), EffectType = "Ring", Size = VT(0,0,0), Size2 = VT(FIREBALL.Size.X*10,FIREBALL.Size.X*10,0), Transparency = 0.8, Transparency2 = 1, CFrame = CF(FIREBALL.Position)*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360))), MoveToPos = nil, RotationX = MRANDOM(-15,15)/15, RotationY = MRANDOM(-15,15)/15, RotationZ = MRANDOM(-15,15)/15, Material = "Neon", Color = C3(1,1,1), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  3317. end
  3318. break
  3319. end
  3320. end
  3321. for i = 1, 10 do
  3322. Swait()
  3323. FIREBALL.Mesh.Scale = FIREBALL.Mesh.Scale - VT(0.1,0.1,0.1)
  3324. end
  3325. Debris:AddItem(FIREBALL,5)
  3326. end))
  3327. wait(0.5)
  3328. ATTACK = false
  3329. Rooted = false
  3330. end
  3331.  
  3332. function Devastor()
  3333. ATTACK = true
  3334. Rooted = true
  3335. local POSITION = IT("BodyPosition",RootPart)
  3336. POSITION.Position = RootPart.Position+VT(0,2,0)
  3337. POSITION.D = 450
  3338. POSITION.P = 40000
  3339. POSITION.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  3340. CreateSound(CHARGE,Torso,6,1,false)
  3341. local NEWANIM = false
  3342. coroutine.resume(coroutine.create(function()
  3343. repeat
  3344. Swait()
  3345. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3346. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-25 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3347. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 0.75, 0) * ANGLES(RAD(170), RAD(0), RAD(-12)) * RIGHTSHOULDERC0, 0.15 / Animation_Speed)
  3348. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.75, 0) * ANGLES(RAD(170), RAD(0), RAD(12)) * LEFTSHOULDERC0, 0.15 / Animation_Speed)
  3349. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(80), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3350. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-80), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3351. until ATTACK == false or NEWANIM == true
  3352. if NEWANIM == true then
  3353. local GYRO = IT("BodyGyro",RootPart)
  3354. GYRO.D = 20
  3355. GYRO.P = 4000
  3356. GYRO.MaxTorque = VT(40000,40000,40000)
  3357. repeat
  3358. Swait()
  3359. GYRO.CFrame = CF(RootPart.Position,Mouse.Hit.p)
  3360. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(24)), 2 / Animation_Speed)
  3361. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0 , 0 + ((1) - 1)) * ANGLES(RAD(20), RAD(0), RAD(-24)), 1 / Animation_Speed)
  3362. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 0.75, -0.3) * ANGLES(RAD(90), RAD(0), RAD(24)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  3363. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.45, 0.75, 0) * ANGLES(RAD(-25), RAD(0), RAD(-25)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  3364. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, 0) * ANGLES(RAD(0), RAD(75), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  3365. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  3366. until ATTACK == false
  3367. GYRO:remove()
  3368. end
  3369. POSITION:remove()
  3370. end))
  3371. local ORB = CreatePart(3, Effects, "Neon", 0, 0, BRICKC("Bright red"), "Orb", VT(0,0,0), true)
  3372. MakeForm(ORB,"Ball")
  3373. ORB.CFrame = CF(RootPart.Position+VT(0,8,0))
  3374. local A = IT("Attachment",ORB)
  3375. local LOOP = 0
  3376. for i = 1, 200 do
  3377. Swait()
  3378. LOOP = LOOP + 1
  3379. if LOOP >= 30 then
  3380. LOOP = 0
  3381. WACKYEFFECT({Time = 15, EffectType = "Wave", Size = VT(5,0,5), Size2 = VT(ORB.Size.X,ORB.Size.X/5,ORB.Size.X), Transparency = 0, Transparency2 = 1, CFrame = CF(RootPart.Position-VT(0,3.5,0)), MoveToPos = nil, RotationX = 0, RotationY = MRANDOM(-2,2)*15, RotationZ = 0, Material = "Neon", Color = BRICKC"Bright red".Color, SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  3382. end
  3383. ORB.Size = ORB.Size + VT(0.2,0.2,0.2)
  3384. ORB.CFrame = CF(RootPart.Position+VT(0,8+(ORB.Size.Y/2),0))
  3385. end
  3386. RightArm.Transparency = 1
  3387. LeftArm.Transparency = 1
  3388. for _, c in pairs(Character:GetChildren()) do
  3389. if c:IsA("BasePart") then
  3390. end
  3391. end
  3392. CreateSound(CHARGE,Torso,6,0.5,false)
  3393. for i = 1, 200 do
  3394. Swait()
  3395. LOOP = LOOP + 1
  3396. if LOOP >= 30 then
  3397. LOOP = 0
  3398. WACKYEFFECT({Time = 15, EffectType = "Wave", Size = VT(5,0,5), Size2 = VT(ORB.Size.X,ORB.Size.X/5,ORB.Size.X), Transparency = 0, Transparency2 = 1, CFrame = CF(RootPart.Position-VT(0,3.5,0)), MoveToPos = nil, RotationX = 0, RotationY = MRANDOM(-2,2)*15, RotationZ = 0, Material = "Neon", Color = BRICKC"Bright red".Color, SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  3399. end
  3400. ORB.Size = ORB.Size + VT(0.2,0.2,0.2)
  3401. ORB.CFrame = CF(RootPart.Position+VT(0,8+(ORB.Size.Y/2),0))
  3402. end
  3403. for _, c in pairs(Character:GetChildren()) do
  3404. if c:IsA("BasePart") then
  3405. c.Transparency = 1
  3406. end
  3407. end
  3408. for i = 1, 400 do
  3409. Swait()
  3410. LOOP = LOOP + 1
  3411. if LOOP >= 30 then
  3412. LOOP = 0
  3413. WACKYEFFECT({Time = 15, EffectType = "Wave", Size = VT(5,0,5), Size2 = VT(ORB.Size.X,ORB.Size.X/5,ORB.Size.X), Transparency = 0, Transparency2 = 1, CFrame = CF(RootPart.Position-VT(0,3.5,0)), MoveToPos = nil, RotationX = 0, RotationY = MRANDOM(-2,2)*15, RotationZ = 0, Material = "Neon", Color = BRICKC"Bright red".Color, SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  3414. end
  3415. ORB.Size = ORB.Size + VT(0.2,0.2,0.2)
  3416. ORB.CFrame = CF(RootPart.Position+VT(0,8+(ORB.Size.Y/2),0))
  3417. end
  3418. wait(0.5)
  3419. CreateSound(FIREBALLSOUND,Effects,4,1,false)
  3420. coroutine.resume(coroutine.create(function()
  3421. ORB.CFrame = CF(ORB.Position,Mouse.Hit.p)
  3422. for i = 1, 1200 do
  3423. Swait()
  3424. ORB.CFrame = ORB.CFrame*CF(0,0,-1)
  3425. local HIT,HITPOS = Raycast(ORB.Position, ORB.CFrame.lookVector, ORB.Size.X/2.5, Character)
  3426. if HIT then
  3427. break
  3428. end
  3429. end
  3430. for i = 1, 6 do
  3431. ApplyAoE(ORB.Position,ORB.Size.X*10,75,90,375,true,{SHAKE = 4, TIMER = 65, DOESFADE = true})
  3432. CreateSound(EXPLOSIONLARGESOUND,Effects,2,1,false)
  3433. CreateSound(EXPLOSIONSMALLSOUND,Effects,4,1,false)
  3434. for i = 1, 3 do
  3435. WACKYEFFECT({Time = 160, EffectType = "Sphere", Size = VT(0,0,0), Size2 = ORB.Size*MRANDOM(5,20), Transparency = 0.6, Transparency2 = 1, CFrame = CF(ORB.Position)*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))*CF(0,0,45), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = BRICKC"Bright red".Color, SoundID = EXPLOSIONMEDIUMSOUND, SoundPitch = MRANDOM(8,12)/10, SoundVolume = MRANDOM(5,10)})
  3436. end
  3437. for i = 1, 3 do
  3438. WACKYEFFECT({Time = 120, EffectType = "Sphere", Size = VT(0,0,0), Size2 = ORB.Size*MRANDOM(5,20), Transparency = 0.6, Transparency2 = 1, CFrame = CF(ORB.Position)*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))*CF(0,0,45), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = BRICKC"Crimson".Color, SoundID = EXPLOSIONMEDIUMSOUND, SoundPitch = MRANDOM(8,12)/10, SoundVolume = MRANDOM(5,10)})
  3439. end
  3440. for i = 1, 15 do
  3441. WACKYEFFECT({Time = 120+(i*5), EffectType = "Wave", Size = VT(0,0,0), Size2 = VT(ORB.Size.X*30,15,ORB.Size.X*30), Transparency = 0.8, Transparency2 = 1, CFrame = CF(ORB.Position)*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360))), MoveToPos = nil, RotationX = MRANDOM(-15,15)/15, RotationY = MRANDOM(-15,15)/15, RotationZ = MRANDOM(-15,15)/15, Material = "Neon", Color = BRICKC"Bright blue".Color, SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  3442. end
  3443. wait(1)
  3444. end
  3445. for i = 1, 10 do
  3446. Swait()
  3447. ORB.Mesh.Scale = ORB.Mesh.Scale - VT(0.1,0.1,0.1)
  3448. end
  3449. Debris:AddItem(ORB,5)
  3450. end))
  3451. wait(1)
  3452. refit()
  3453. ATTACK = false
  3454. Rooted = false
  3455. end
  3456.  
  3457. --//=================================\\
  3458. --|| MISC
  3459. --\\=================================//
  3460.  
  3461. function Jupiter()
  3462. ATTACK = true
  3463. Rooted = true
  3464. local POSITION = IT("BodyPosition",RootPart)
  3465. POSITION.Position = RootPart.Position+VT(0,0.2,0)
  3466. POSITION.D = 450
  3467. POSITION.P = 40000
  3468. POSITION.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  3469. coroutine.resume(coroutine.create(function()
  3470. repeat
  3471. Swait()
  3472. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -1) * ANGLES(RAD(0), RAD(-5), RAD(-15)), 2 / Animation_Speed)
  3473. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(15), RAD(0), RAD(15)), 0.5 / Animation_Speed)
  3474. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.55 + 0.05 * COS(SINE / 12), 0) * ANGLES(RAD(15), RAD(0), RAD(0)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  3475. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  3476. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.35, -0.25) * ANGLES(RAD(35), RAD(35), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(0)), 2 / Animation_Speed)
  3477. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1.5, -0.4) * ANGLES(RAD(0), RAD(-75), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(90)), 2 / Animation_Speed)
  3478. until ATTACK == false
  3479. end))
  3480. wait(0.5)
  3481. repeat wait() until KEYHOLD == false
  3482. WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(5,0,5), Size2 = VT(35,4,35), Transparency = 0.3, Transparency2 = 1, CFrame = CF(RootPart.Position-VT(0,3,0)), MoveToPos = nil, RotationX = 0, RotationY = MRANDOM(-2,2)*15, RotationZ = 0, Material = "Neon", Color = BRICKC"Shamrock".Color, SoundID = 431105970, SoundPitch = 1, SoundVolume = 10})
  3483. POSITION:remove()
  3484. RootPart.Velocity = VT(0,150,0)
  3485. ATTACK = false
  3486. Rooted = false
  3487. end
  3488.  
  3489. function Taunt()
  3490. ATTACK = true
  3491. Rooted = true
  3492. local TAUNT = CreateSound(159882303,Torso,10,1,false)
  3493. coroutine.resume(coroutine.create(function()
  3494. repeat
  3495. Swait()
  3496. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3497. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(25 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3498. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.15, 0.75, -0.5) * ANGLES(RAD(100), RAD(0), RAD(-70)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  3499. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.15, 0.25, -0.5) * ANGLES(RAD(90), RAD(0), RAD(80)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  3500. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(80), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3501. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-80), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3502. until ATTACK == false
  3503. end))
  3504. repeat wait() until TAUNT.Playing == false
  3505. ATTACK = false
  3506. Rooted = false
  3507. end
  3508.  
  3509. --//=================================\\
  3510. --|| ASSIGN THINGS TO KEYS
  3511. --\\=================================//
  3512.  
  3513. function MouseDown(Mouse)
  3514. HOLD = true
  3515. if ATTACK == false then
  3516. end
  3517. end
  3518.  
  3519. function MouseUp(Mouse)
  3520. HOLD = false
  3521. end
  3522.  
  3523. local MUSIC = CreateSound(285883918,Character,3,1,true)
  3524.  
  3525. function KeyDown(Key)
  3526. KEYHOLD = true
  3527. if ATTACK == false and FULLREGEN == false then
  3528. if Key == "z" then
  3529. Fireball()
  3530. end
  3531.  
  3532. if Key == "v" and SEARING == false then
  3533. SearingOrb()
  3534. end
  3535.  
  3536. if Key == "q" and SEARING == false then
  3537. Shroud()
  3538. end
  3539.  
  3540. if Key == "x" and SEARING == false then
  3541. Jupiter()
  3542. wait(2)
  3543. Devastor()
  3544. end
  3545.  
  3546. if Key == "e" then
  3547. Spitter()
  3548. end
  3549.  
  3550. if Key == "j" then
  3551. Jupiter()
  3552. end
  3553.  
  3554. if Key == "t" and SEARING == false then
  3555. Taunt()
  3556. end
  3557.  
  3558. if Key == "" then
  3559. if POSEIDON == false then
  3560. POSEIDON = true
  3561. CreateSound(POSEIDONSOUND,Torso,5,MRANDOM(8,12)/10,false)
  3562. else
  3563. POSEIDON = false
  3564. end
  3565. end
  3566. end
  3567.  
  3568. if Key == "w" and ATTACK == false and SEARING == true and VALUE2 == false then
  3569. repeat
  3570. VALUE2 = true
  3571. Swait()
  3572. BODYPOS.Position = RootPart.CFrame*CF(0,0,-5).p
  3573. until KEYHOLD == false
  3574. VALUE2 = false
  3575. end
  3576.  
  3577. if string.byte(Key) == 50 and ATTACK == false then
  3578. if Speed == 16 then
  3579. Speed = 60
  3580. elseif Speed == 60 then
  3581. Speed = 16
  3582. end
  3583. end
  3584.  
  3585. if Key == "1" then
  3586. MUSIC:Play()
  3587. CHOSENSONG = CHOSENSONG + 1
  3588. if CHOSENSONG > #SONGS then
  3589. CHOSENSONG = 1
  3590. end
  3591. end
  3592. end
  3593.  
  3594. function KeyUp(Key)
  3595. KEYHOLD = false
  3596. end
  3597.  
  3598. Mouse.Button1Down:connect(function(NEWKEY)
  3599. MouseDown(NEWKEY)
  3600. end)
  3601. Mouse.Button1Up:connect(function(NEWKEY)
  3602. MouseUp(NEWKEY)
  3603. end)
  3604. Mouse.KeyDown:connect(function(NEWKEY)
  3605. KeyDown(NEWKEY)
  3606. end)
  3607. Mouse.KeyUp:connect(function(NEWKEY)
  3608. KeyUp(NEWKEY)
  3609. end)
  3610.  
  3611. --//=================================\\
  3612. --\\=================================//
  3613.  
  3614. function unanchor()
  3615. if UNANCHOR == true then
  3616. for _, c in pairs(Character:GetChildren()) do
  3617. if c:IsA("BasePart") then
  3618. c.Anchored = false
  3619. end
  3620. end
  3621. else
  3622. for _, c in pairs(Character:GetChildren()) do
  3623. if c:IsA("BasePart") then
  3624. c.Anchored = true
  3625. end
  3626. end
  3627. end
  3628. end
  3629.  
  3630. --//=================================\\
  3631. --|| WRAP THE WHOLE SCRIPT UP
  3632. --\\=================================//
  3633.  
  3634. Humanoid.Changed:connect(function(Jump)
  3635. if Jump == "Jump" and (Disable_Jump == true) then
  3636. Humanoid.Jump = false
  3637. end
  3638. end)
  3639.  
  3640. local LOOP = 0
  3641.  
  3642. while true do
  3643. Swait()
  3644. if Character:FindFirstChildOfClass("Humanoid") == nil then
  3645. Humanoid = IT("Humanoid",Character)
  3646. end
  3647. Effects.Parent = Character
  3648. script.Parent = WEAPONGUI
  3649. ANIMATE.Parent = nil
  3650. for _,v in next, Humanoid:GetPlayingAnimationTracks() do
  3651. v:Stop();
  3652. end
  3653. SINE = SINE + CHANGE
  3654. local TORSOVELOCITY = (RootPart.Velocity * VT(1, 0, 1)).magnitude
  3655. local TORSOVERTICALVELOCITY = RootPart.Velocity.y
  3656. Ignore = {Torso,RootPart,RightLeg,LeftLeg,RightLeg,Head,RightArm,LeftArm,Effects}
  3657. local Ignore = ((type(Ignore) == "table" and Ignore) or {Ignore})
  3658. local HITFLOOR,HITPOS = CastProperRay(RootPart.Position, RootPart.Position-VT(0,15,0), 4, Ignore)
  3659. local WALKSPEEDVALUE = 5
  3660. if SEARING == false then
  3661. if ANIM == "Walk" and TORSOVELOCITY > 1 and SEARING == false and Rooted == false then
  3662. if Humanoid.WalkSpeed <= 20 then
  3663. RootJoint.C1 = Clerp(RootJoint.C1, ROOTC0 * CF(0, 0, -0.05 * COS(SINE / (WALKSPEEDVALUE / 2))) * ANGLES(RAD(0), RAD(0) - RootPart.RotVelocity.Y / 75, RAD(0)), 2 * 1 / Animation_Speed)
  3664. Neck.C1 = Clerp(Neck.C1, CF(0, -0.5, 0) * ANGLES(RAD(-90), RAD(0), RAD(180)) * ANGLES(RAD(2.5 * SIN(SINE / (WALKSPEEDVALUE / 2))), RAD(0), RAD(0) - Head.RotVelocity.Y / 30), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  3665. RightHip.C1 = Clerp(RightHip.C1, CF(0.5, 0.875 - 0.125 * SIN(SINE / WALKSPEEDVALUE) - 0.05 * COS(SINE / WALKSPEEDVALUE*2), -0.125 * COS(SINE / WALKSPEEDVALUE) +0.2 -0.2 * COS(SINE / WALKSPEEDVALUE)) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0) - RightLeg.RotVelocity.Y / 75, RAD(0), RAD(45 * COS(SINE / WALKSPEEDVALUE))), 0.5 / Animation_Speed)
  3666. LeftHip.C1 = Clerp(LeftHip.C1, CF(-0.5, 0.875 + 0.125 * SIN(SINE / WALKSPEEDVALUE) - 0.05 * COS(SINE / WALKSPEEDVALUE*2), 0.125 * COS(SINE / WALKSPEEDVALUE) +0.2 +0.2 * COS(SINE / WALKSPEEDVALUE)) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0) + LeftLeg.RotVelocity.Y / 75, RAD(0), RAD(45 * COS(SINE / WALKSPEEDVALUE))), 0.5 / Animation_Speed)
  3667. elseif SEARING == false and Humanoid.WalkSpeed > 20 and Rooted == false then
  3668. RootJoint.C1 = Clerp(RootJoint.C1, ROOTC0 * CF(0, 0, 0 * COS(SINE / (WALKSPEEDVALUE / 2)) ) * ANGLES(RAD(0), RAD(0) - RootPart.RotVelocity.Y / 75, RAD(0)), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  3669. Neck.C1 = Clerp(Neck.C1, CF(0 , -0.5 , 0 ) * ANGLES(RAD(-90), RAD(0), RAD(180)) * ANGLES(RAD(2.5 * SIN(SINE / (WALKSPEEDVALUE / 2))), RAD(0), RAD(0) - Head.RotVelocity.Y / 30), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  3670. end
  3671. elseif (ANIM ~= "Walk") or (TORSOVELOCITY < 1) or SEARING == true or Rooted == true then
  3672. RootJoint.C1 = Clerp(RootJoint.C1, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3673. Neck.C1 = Clerp(Neck.C1, CF(0, -0.5, 0) * ANGLES(RAD(-90), RAD(0), RAD(180)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3674. RightHip.C1 = Clerp(RightHip.C1, CF(0.5, 1, 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3675. LeftHip.C1 = Clerp(LeftHip.C1, CF(-0.5, 1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3676. end
  3677. if TORSOVERTICALVELOCITY > 1 and HITFLOOR == nil then
  3678. ANIM = "Jump"
  3679. if ATTACK == false then
  3680. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  3681. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-20), RAD(0), RAD(0)), 1 / Animation_Speed)
  3682. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.75, 0) * ANGLES(RAD(-5), RAD(0), RAD(-5)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  3683. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.75, 0) * ANGLES(RAD(-5), RAD(0), RAD(5)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  3684. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.3) * ANGLES(RAD(0), RAD(80), RAD(0)) * ANGLES(RAD(2), RAD(0), RAD(0)), 1 / Animation_Speed)
  3685. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.3) * ANGLES(RAD(0), RAD(-80), RAD(0)) * ANGLES(RAD(2), RAD(0), RAD(0)), 1 / Animation_Speed)
  3686. end
  3687. elseif TORSOVERTICALVELOCITY < -1 and HITFLOOR == nil then
  3688. ANIM = "Fall"
  3689. if ATTACK == false then
  3690. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(8*COS(SINE / 6))), 1 / Animation_Speed)
  3691. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(20), RAD(0), RAD(-8*COS(SINE / 6))), 1 / Animation_Speed)
  3692. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 0.85, 0) * ANGLES(RAD(0), RAD(0), RAD(110)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  3693. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.85, 0) * ANGLES(RAD(0), RAD(0), RAD(-110)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  3694. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.3) * ANGLES(RAD(0), RAD(80), RAD(0)) * ANGLES(RAD(-10), RAD(0), RAD(0)), 1 / Animation_Speed)
  3695. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.3) * ANGLES(RAD(0), RAD(-80), RAD(0)) * ANGLES(RAD(-10), RAD(0), RAD(0)), 1 / Animation_Speed)
  3696. end
  3697. elseif TORSOVELOCITY < 1 and HITFLOOR ~= nil then
  3698. ANIM = "Idle"
  3699. if ATTACK == false then
  3700. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0 - 0.05 * COS(SINE / 12), 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(-2 + 2 * COS(SINE / 12)), RAD(0), RAD(25)), 1 / Animation_Speed)
  3701. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(-25)), 1 / Animation_Speed)
  3702. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.45, 0.70, 0.05) * ANGLES(RAD(-15 - 2 * COS(SINE / 12)), RAD(-25), RAD(-10 - 1 * COS(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  3703. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.45, 0.70, 0.05) * ANGLES(RAD(-15 - 1 * COS(SINE / 12)), RAD(25), RAD(20 - 1 * COS(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  3704. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(-2 + 2 * COS(SINE / 12)), RAD(50), RAD(0)) * ANGLES(RAD(-2), RAD(0), RAD(0)), 1 / Animation_Speed)
  3705. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(-2 + 2 * COS(SINE / 12)), RAD(-74), RAD(0)) * ANGLES(RAD(-2), RAD(0), RAD(0)), 1 / Animation_Speed)
  3706. end
  3707. elseif TORSOVELOCITY > 1 and HITFLOOR ~= nil then
  3708. ANIM = "Walk"
  3709. if ATTACK == false then
  3710. if Humanoid.WalkSpeed <= 20 then
  3711. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -0.1) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3712. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3713. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.70, 0) * ANGLES(RAD(30 * COS(SINE / WALKSPEEDVALUE)), RAD(0), RAD(0)) * RIGHTSHOULDERC0, 0.85 / Animation_Speed)
  3714. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.70, 0) * ANGLES(RAD(-30 * COS(SINE / WALKSPEEDVALUE)), RAD(0), RAD(0)) * LEFTSHOULDERC0, 0.85 / Animation_Speed)
  3715. RightHip.C0 = Clerp(RightHip.C0, CF(1 , -1, 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(-15)), 2 / Animation_Speed)
  3716. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(15)), 2 / Animation_Speed)
  3717. elseif Humanoid.WalkSpeed > 20 then
  3718. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 1 + 0.5 * COS(SINE / 12)) * ANGLES(RAD(15), RAD(0), RAD(0)), 1 / Animation_Speed)
  3719. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1.1) - 1)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  3720. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 0.5, 0.5) * ANGLES(RAD(-35), RAD(-25 + 2.5 * SIN(SINE / WALKSPEEDVALUE)), RAD(-55 + 2.5 * SIN(SINE / WALKSPEEDVALUE))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  3721. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.5, 0.5) * ANGLES(RAD(-35), RAD(25 - 2.5 * SIN(SINE / WALKSPEEDVALUE)), RAD(55 - 2.5 * SIN(SINE / WALKSPEEDVALUE))) * LEFTSHOULDERC0, 1 / Animation_Speed)
  3722. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.5 - 0.05 * COS(SINE / 12), -0.5) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3723. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.8 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  3724. end
  3725. end
  3726. end
  3727. elseif SEARING == true then
  3728. if APPLYGYRO == true then
  3729. if VALUE2 == false and DIRECTTURN == false then
  3730. if GYRO ~= nil then
  3731. GYRO.MaxTorque = VT(0,40000,0)
  3732. GYRO.cframe = CF(RootPart.Position,Mouse.Hit.p)
  3733. end
  3734. else
  3735. if GYRO ~= nil then
  3736. GYRO.MaxTorque = VT(80000,40000,80000)
  3737. GYRO.cframe = CF(RootPart.Position,Mouse.Hit.p)
  3738. end
  3739. end
  3740. end
  3741. if VALUE2 == false and ATTACK == false then
  3742. ANIM = "IdleFlight"
  3743. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0 + 1 * SIN(SINE / 24)) * ANGLES(RAD(0), RAD(0), RAD(0)), 2 / Animation_Speed)
  3744. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0 , 0 + ((1) - 1)) * ANGLES(RAD(20), RAD(0), RAD(0)), 1 / Animation_Speed)
  3745. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.75, 0) * ANGLES(RAD(0), RAD(-15), RAD(25)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  3746. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.75, 0) * ANGLES(RAD(0), RAD(15), RAD(-25)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  3747. RightHip.C0 = Clerp(RightHip.C0, CF(1, -0.5, -0.5) * ANGLES(RAD(0), RAD(75), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  3748. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
  3749. elseif VALUE2 == true and ATTACK == false then
  3750. ANIM = "Flight"
  3751. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0 + 1 * SIN(SINE / 24)) * ANGLES(RAD(65), RAD(0), RAD(0)), 1 / Animation_Speed)
  3752. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0 , 0 + ((1) - 1)) * ANGLES(RAD(-20), RAD(0), RAD(0)), 1 / Animation_Speed)
  3753. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.75, 0) * ANGLES(RAD(-15), RAD(0), RAD(15)) * RIGHTSHOULDERC0,1 / Animation_Speed)
  3754. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.75, 0) * ANGLES(RAD(-15), RAD(0), RAD(-15)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  3755. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, 0) * ANGLES(RAD(-15), RAD(65), RAD(0)) * ANGLES(RAD(-10), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3756. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(-15), RAD(-65), RAD(0)) * ANGLES(RAD(-10), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  3757. end
  3758. end
  3759. unanchor()
  3760. Humanoid.MaxHealth = "inf"
  3761. Humanoid.Health = "inf"
  3762. if Rooted == false then
  3763. Disable_Jump = false
  3764. Humanoid.WalkSpeed = Speed
  3765. elseif Rooted == true then
  3766. Disable_Jump = true
  3767. Humanoid.WalkSpeed = 0
  3768. end
  3769. refit()
  3770. if Head:FindFirstChild("face") then
  3771. Head.face.Texture = "rbxassetid://608798717"
  3772. Head.face.Transparency = Head.Transparency
  3773. end
  3774. for _, c in pairs(Character:GetDescendants()) do
  3775. if c.ClassName == "Attachment" and c ~= BACKATTACHMENT1 and c ~= BACKATTACHMENT2 and c.Parent.Parent ~= Effects then
  3776. c:remove()
  3777. end
  3778. end
  3779. for _, c in pairs(Character:GetChildren()) do
  3780. if SEARING == true and c:IsA("BasePart") then
  3781. c.Transparency = 1
  3782. end
  3783. end
  3784. MUSIC.Parent = Character
  3785. MUSIC.SoundId = "rbxassetid://"..SONGS[CHOSENSONG]
  3786. MUSIC.Pitch = 1
  3787. if CHOSENSONG ~= 5 then
  3788. MUSIC.Volume = 2
  3789. else
  3790. MUSIC.Volume = 10
  3791. end
  3792. MUSIC.Playing = true
  3793. if POSEIDON == true and FULLREGEN == false then
  3794. LOOP = LOOP + 1
  3795. local FLOOR = CreatePart(3, SpecialEffects, "Neon", 0, 1, BRICKC("Pearl"), "Floor", VT(15,0,15), true)
  3796. FLOOR.CFrame = CF(HITPOS-VT(0,0.025,0))
  3797. FLOOR.CanCollide = true
  3798. Debris:AddItem(FLOOR,0.2)
  3799. local FLOOR = CreatePart(3, SpecialEffects, "Neon", 0, 1, BRICKC("Pearl"), "Floor", VT(15,0,15), true)
  3800. FLOOR.CFrame = CF(HITPOS-VT(0,0.025,0))*ANGLES(RAD(0),RAD(45),RAD(0))
  3801. FLOOR.CanCollide = true
  3802. Debris:AddItem(FLOOR,0.2)
  3803. if LOOP >= 5 then
  3804. LOOP = 0
  3805. WACKYEFFECT({Time = 15, EffectType = "Wave", Size = VT(5,0,5), Size2 = VT(15,1,15), Transparency = 0.7, Transparency2 = 1, CFrame = CF(HITPOS), MoveToPos = HITPOS+VT(0,0.45,0), RotationX = 0, RotationY = MRANDOM(-2,2)*15, RotationZ = 0, Material = "Neon", Color = BRICKC"Shamrock".Color, SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  3806. end
  3807. end
  3808. RootJoint.Parent = RootPart
  3809. Humanoid.DisplayDistanceType = "None"
  3810. Humanoid.Name = "010101101"
  3811. end
  3812. --//=================================\\
  3813. --\\=================================//
  3814.  
  3815.  
  3816.  
  3817.  
  3818.  
  3819. --//====================================================\\--
  3820. --|| END OF SCRIPT
  3821. --\\====================================================//--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement