Advertisement
Ninja_Camper

Master of Doom

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