PR0J3CT11

Untitled

Jul 8th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. warn([[Ruin Emphasis Loaded.
  2. We dont know where this is going...
  3.  
  4. Made by GodzPlaysRB
  5.  
  6. Credit where credit is needed.
  7. so don't feel left out if u made something in this.
  8. Credit to UnfairGaming1 for the Relaxation Anims :)
  9.  
  10. 12/04/19 --- V --- SpectrumEeveez
  11. Realised how shitty Poison's one was.
  12. But hey This new one hasn't been leaked yet!
  13. So I'm just gonna go leak it.
  14. Also Expect a lot of lag locally but should be fixed Server-Sided
  15. ]])
  16.  
  17.  
  18. -- WIELDER: Cercilla
  19.  
  20.  
  21.  
  22. --- its nooby's code smooth af do not touch
  23. ---- Sources and functions might be taken from others
  24. plr = game:GetService("Players").TameDoNotClick
  25. char = plr.Character
  26. mouse = plr:GetMouse()
  27. Player = plr
  28. hum = char.Humanoid
  29. local cam = game.Workspace.CurrentCamera
  30. Camera = cam
  31. local CamInterrupt = false
  32. local TwoD = false
  33. local TargetInfo = {nil, nil}
  34. cam.CameraType = "Custom"
  35. t = char.Torso
  36. h = char.Head
  37. ra = char["Right Arm"]
  38. la = char["Left Arm"]
  39. rl = char["Right Leg"]
  40. ll = char["Left Leg"]
  41. tors = char.Torso
  42. lleg = char["Left Leg"]
  43. root = char.HumanoidRootPart
  44. hed = char.Head
  45. rleg = char["Right Leg"]
  46. rarm = char["Right Arm"]
  47. larm = char["Left Arm"]
  48. radian = math.rad
  49. random = math.random
  50. Vec3 = Vector3.new
  51. Inst = Instance.new
  52. cFrame = CFrame.new
  53. Euler = CFrame.fromEulerAnglesXYZ
  54. vt = Vector3.new
  55. bc = BrickColor.new
  56. br = BrickColor.random
  57. it = Instance.new
  58. cf = CFrame.new
  59. local MAINRUINCOLOR2 = BrickColor.new("Really black")
  60. local MAINRUINCOLOR = BrickColor.new("Really red")
  61. local Player_Size = 1
  62. local sword = false
  63.  
  64. local rotperm = 0
  65.  
  66. local Booleans = {
  67. CamFollow = true,
  68. GyroUse = true
  69. }
  70.  
  71. function lerp(object, newCFrame, alpha)
  72. return object:lerp(newCFrame, alpha)
  73. end
  74.  
  75. function shakes(power,length)
  76. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  77. local var = script.Shaker:Clone()
  78. var.Parent = v.PlayerGui
  79. local pw = var.Shakeval
  80. local lgth = var.MultLength
  81. pw.Value = power
  82. lgth.Value = length
  83. var.Disabled = false
  84. end
  85. end
  86.  
  87.  
  88. local Directer = Inst("BodyGyro", root)
  89. Directer.MaxTorque = Vec3(0, 0, 0)
  90. Directer.P = 600000
  91. local CPart = Inst("Part")
  92. CPart.Anchored = true
  93. CPart.CanCollide = false
  94. CPart.Locked = true
  95. CPart.Transparency = 1
  96.  
  97. local rainbowmode = false
  98. local chaosmode = false
  99.  
  100. local ORGID = 0
  101. local ORVOL = 1.15
  102. local ORPIT = 1.01
  103. local kan = Instance.new("Sound",char)
  104. kan.Volume = 1.15
  105. kan.TimePosition = 0
  106. kan.PlaybackSpeed = 1.15
  107. kan.Pitch = 1
  108. kan.SoundId = "rbxassetid://2639726704"
  109. kan.Name = "Rekt"
  110. kan.Looped = true
  111. kan:Play()
  112.  
  113. local currentThemePlaying = kan.SoundId
  114. local currentPitch = kan.Pitch
  115. local currentVol = kan.Volume
  116. function newTheme(ID,timepos,pitch,vol)
  117. local kanz = kan
  118. --kanz:Stop()
  119. kanz.Volume = vol
  120. --kanz.TimePosition = timepos
  121. kanz.PlaybackSpeed = pitch
  122. kanz.Pitch = pitch
  123. kanz.SoundId = ID
  124. kanz.Name = "wrecked"
  125. kanz.Looped = true
  126. currentThemePlaying = kanz.SoundId
  127. currentVol = kanz.Volume
  128. currentPitch = kanz.Pitch
  129. --kanz:Play()
  130. --coroutine.resume(coroutine.create(function()
  131. --wait(0.05)
  132. --end))
  133. end
  134.  
  135. local ModeOfGlitch = 1
  136.  
  137. function newThemeCust(ID,timepos,pitch,vol)
  138. local kanz = kan
  139. kanz:Stop()
  140. kanz.Volume = vol
  141. kanz.TimePosition = timepos
  142. kanz.PlaybackSpeed = pitch
  143. kanz.Pitch = pitch
  144. kanz.SoundId = ID
  145. kanz.Name = "wrecked"
  146. kanz.Looped = true
  147. currentThemePlaying = kanz.SoundId
  148. currentVol = kanz.Volume
  149. currentPitch = kanz.Pitch
  150. kanz:Play()
  151. coroutine.resume(coroutine.create(function()
  152. wait(0.05)
  153. end))
  154. end
  155.  
  156. local mutedtog = false
  157.  
  158. function CameraEnshaking(Length,Intensity)
  159. coroutine.resume(coroutine.create(function()
  160. local intensity = 1*Intensity
  161. local rotM = 0.01*Intensity
  162. for i = 0, Length, 0.1 do
  163. swait()
  164. intensity = intensity - 0.05*Intensity/Length
  165. rotM = rotM - 0.0005*Intensity/Length
  166. hum.CameraOffset = Vec3(radian(random(-intensity, intensity)), radian(random(-intensity, intensity)), radian(random(-intensity, intensity)))
  167. cam.CFrame = cam.CFrame * cFrame(radian(random(-intensity, intensity)), radian(random(-intensity, intensity)), radian(random(-intensity, intensity))) * Euler(radian(random(-intensity, intensity)) * rotM, radian(random(-intensity, intensity)) * rotM, radian(random(-intensity, intensity)) * rotM)
  168. end
  169. Humanoid.CameraOffset = Vec3(0, 0, 0)
  170. end))
  171. end
  172. CamShake=function(Part,Distan,Power,Times)
  173. local de=Part.Position
  174. for i,v in pairs(workspace:children()) do
  175. if v:IsA("Model") and v:findFirstChild("Humanoid") then
  176. for _,c in pairs(v:children()) do
  177. if c.ClassName=="Part" and (c.Position - de).magnitude < Distan then
  178. local Noob=v.Humanoid
  179. if Noob~=nil then
  180. coroutine.resume(coroutine.create(function()
  181. FV = Instance.new("BoolValue", Noob)
  182. FV.Name = "CameraShake"
  183. for ShakeNum=1,Times do
  184. swait()
  185. local ef=Power
  186. if ef>=1 then
  187. Humanoid.CameraOffset = Vector3.new(math.random(-ef,ef),math.random(-ef,ef),math.random(-ef,ef))
  188. else
  189. ef=Power*10
  190. Humanoid.CameraOffset = Vector3.new(math.random(-ef,ef)/10,math.random(-ef,ef)/10,math.random(-ef,ef)/10)
  191. end
  192. end
  193. Humanoid.CameraOffset = Vector3.new(0,0,0)
  194. FV:Destroy()
  195. end))
  196. CameraShake(Times, Power, Noob)
  197. end
  198. end
  199. end
  200. end
  201. end
  202. end
  203.  
  204.  
  205. function Showoff(power,length,High)
  206. end
  207.  
  208. function Showoff2(power,length,High)
  209. end
  210.  
  211. local bilguit = Instance.new("BillboardGui", hed)
  212. bilguit.Adornee = nil
  213. bilguit.Name = "ModeName"
  214. bilguit.Size = UDim2.new(4, 0, 1.2, 0)
  215. bilguit.StudsOffset = Vector3.new(-8, 8/1.5, 0)
  216. local modet = Instance.new("TextLabel", bilguit)
  217. modet.Size = UDim2.new(10/2, 0, 7/2, 0)
  218. modet.FontSize = "Size8"
  219. modet.TextScaled = true
  220. modet.TextTransparency = 0
  221. modet.BackgroundTransparency = 1
  222. modet.TextTransparency = 0
  223. modet.TextStrokeTransparency = 0
  224. modet.Font = "Arcade"
  225. modet.TextStrokeColor3 = BrickColor.new"Maroon".Color
  226. modet.TextColor3 = Color3.new(0,0,0)
  227. modet.Text = "OVERCLOCKED"
  228.  
  229. function chatfunc(text,color,typet,font,timeex)
  230. local chat = coroutine.wrap(function()
  231. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  232. Character:FindFirstChild("TalkingBillBoard"):destroy()
  233. end
  234. local naeeym2 = Instance.new("BillboardGui",Character)
  235. naeeym2.Size = UDim2.new(0,100,0,40)
  236. naeeym2.StudsOffset = Vector3.new(0,3,0)
  237. naeeym2.Adornee = Character.Head
  238. naeeym2.Name = "TalkingBillBoard"
  239. local tecks2 = Instance.new("TextLabel",naeeym2)
  240. tecks2.BackgroundTransparency = 1
  241. tecks2.BorderSizePixel = 0
  242. tecks2.Text = ""
  243. tecks2.Font = font
  244. tecks2.TextSize = 30
  245. tecks2.TextStrokeTransparency = 0
  246. tecks2.TextColor3 = color
  247. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  248. tecks2.Size = UDim2.new(1,0,0.5,0)
  249. local tecks3 = Instance.new("TextLabel",naeeym2)
  250. tecks3.BackgroundTransparency = 1
  251. tecks3.BorderSizePixel = 0
  252. tecks3.Text = ""
  253. tecks3.Font = font
  254. tecks3.TextSize = 30
  255. tecks3.TextStrokeTransparency = 0
  256. if typet == "Inverted" then
  257. tecks3.TextColor3 = Color3.new(0,0,0)
  258. tecks3.TextStrokeColor3 = color
  259. elseif typet == "Normal" then
  260. tecks3.TextColor3 = color
  261. tecks3.TextStrokeColor3 = Color3.new(0,0,0)
  262. end
  263. tecks3.Size = UDim2.new(1,0,0.5,0)
  264. coroutine.resume(coroutine.create(function()
  265. while true do
  266. swait(1)
  267. if chaosmode == true then
  268. tecks2.TextColor3 = BrickColor.random().Color
  269. tecks3.TextStrokeColor3 = BrickColor.random().Color
  270. end
  271. end
  272. end))
  273. for i = 0, 74*timeex do
  274. swait()
  275. tecks2.Text = text
  276. tecks3.Text = text
  277. end
  278. local randomrot = math.random(1,2)
  279. if randomrot == 1 then
  280. for i = 1, 50 do
  281. swait()
  282. tecks2.Text = text
  283. tecks3.Text = text
  284. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  285. tecks2.TextTransparency = tecks2.TextTransparency + .04
  286. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  287. tecks3.TextTransparency = tecks2.TextTransparency + .04
  288. end
  289. elseif randomrot == 2 then
  290. for i = 1, 50 do
  291. swait()
  292. tecks2.Text = text
  293. tecks3.Text = text
  294. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  295. tecks2.TextTransparency = tecks2.TextTransparency + .04
  296. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  297. tecks3.TextTransparency = tecks2.TextTransparency + .04
  298. end
  299. end
  300. if toggleTag == false then
  301. end
  302. naeeym2:Destroy()
  303. end)
  304. chat()
  305. end
  306. function bosschatfunc(text,color,watval)
  307. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  308. coroutine.resume(coroutine.create(function()
  309. if v.PlayerGui:FindFirstChild("Dialog")~= nil then
  310. v.PlayerGui:FindFirstChild("Dialog"):destroy()
  311. end
  312. local scrg = Instance.new("ScreenGui",v.PlayerGui)
  313. scrg.Name = "Dialog"
  314. local txtlb = Instance.new("TextLabel",scrg)
  315. txtlb.Text = ""
  316. txtlb.Font = "Bodoni"
  317. txtlb.TextColor3 = Color3.new(0,0,0)
  318. txtlb.TextStrokeTransparency = 0
  319. txtlb.BackgroundTransparency = 1
  320. txtlb.BackgroundColor3 = Color3.new(0,0,0)
  321. txtlb.TextStrokeColor3 = color
  322. txtlb.TextScaled = true
  323. txtlb.Size = UDim2.new(1,0,0.25,0)
  324. txtlb.TextXAlignment = "Center"
  325. txtlb.Position = UDim2.new(0,0,0.75,0)
  326. local txtlb2 = Instance.new("TextLabel",scrg)
  327. txtlb2.Text = ""
  328. txtlb2.Font = "Arcade"
  329. txtlb2.TextColor3 = Color3.new(0,0,0)
  330. txtlb2.TextStrokeTransparency = 0
  331. txtlb2.BackgroundTransparency = 1
  332. txtlb2.TextStrokeColor3 = color
  333. txtlb2.TextSize = 40
  334. txtlb2.Size = UDim2.new(1,0,0.25,0)
  335. txtlb2.TextXAlignment = "Left"
  336. txtlb2.Position = UDim2.new(0,0,1,0)
  337. local fvalen = 0.55
  338. local fval = -0.49
  339.  
  340. coroutine.resume(coroutine.create(function()
  341. while true do
  342. swait()
  343. if scrg.Parent ~= nil then
  344. fvalen = fvalen - 0.0001
  345. elseif scrg.Parent == nil then
  346. break
  347. end
  348. end
  349. end))
  350. local flol = 1.75
  351. local flil = 1.6
  352. coroutine.resume(coroutine.create(function()
  353. for i = 0, 9 do
  354. swait()
  355. fval = fval + 0.05
  356. flol = flol - 0.175
  357. flil = flil - 0.15
  358. txtlb.Text = ""
  359. txtlb.Position = UDim2.new(flol,0,0.3,0)
  360. txtlb2.Position = UDim2.new(flil,0,0.3,0)
  361. end
  362. txtlb.Text = text
  363. for i = 1,string.len(text),1 do
  364. CFuncs["Sound"].Create("rbxassetid://565939471", char, .6, .8)
  365. txtlb.Text = string.sub(text,1,i)
  366. swait(1)
  367. end
  368. coroutine.resume(coroutine.create(function()
  369. while true do
  370. swait()
  371. if rainbowmode == true then
  372. txtlb.TextColor3 = ned.TextColor3
  373. txtlb.TextStrokeColor3 = ned.TextStrokeColor3
  374. end
  375. end
  376. end))
  377. wait(watval)
  378. local valinc = 0
  379. for i = 0, 99 do
  380. swait()
  381. valinc = valinc + 0.0001
  382. flol = flol + valinc
  383. flil = flil + valinc
  384. txtlb.Rotation = txtlb.Rotation + valinc*30
  385. txtlb2.Rotation = txtlb2.Rotation - valinc*30
  386. txtlb.Position = UDim2.new(0,0,0.3 + flol,0)
  387. txtlb2.Position = UDim2.new(0,0,0.3 + flil,0)
  388. txtlb.TextStrokeTransparency = txtlb.TextStrokeTransparency + 0.01
  389. txtlb.TextTransparency = txtlb.TextTransparency + 0.01
  390. txtlb2.TextStrokeTransparency = txtlb2.TextStrokeTransparency + 0.01
  391. txtlb2.TextTransparency = txtlb2.TextTransparency + 0.01
  392. txtlb.BackgroundTransparency = txtlb.BackgroundTransparency + 0.0025
  393. end
  394. scrg:Destroy()
  395. end))
  396. end))
  397. end
  398. end
  399.  
  400. local Create = LoadLibrary("RbxUtility").Create
  401.  
  402. CFuncs = {
  403. ["Part"] = {
  404. Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  405. local Part = Create("Part"){
  406. Parent = Parent,
  407. Reflectance = Reflectance,
  408. Transparency = Transparency,
  409. CanCollide = false,
  410. Locked = true,
  411. BrickColor = BrickColor.new(tostring(BColor)),
  412. Name = Name,
  413. Size = Size,
  414. Material = Material,
  415. }
  416. RemoveOutlines(Part)
  417. return Part
  418. end;
  419. };
  420.  
  421. ["Mesh"] = {
  422. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  423. local Msh = Create(Mesh){
  424. Parent = Part,
  425. Offset = OffSet,
  426. Scale = Scale,
  427. }
  428. if Mesh == "SpecialMesh" then
  429. Msh.MeshType = MeshType
  430. Msh.MeshId = MeshId
  431. end
  432. return Msh
  433. end;
  434. };
  435.  
  436. ["Mesh"] = {
  437. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  438. local Msh = Create(Mesh){
  439. Parent = Part,
  440. Offset = OffSet,
  441. Scale = Scale,
  442. }
  443. if Mesh == "SpecialMesh" then
  444. Msh.MeshType = MeshType
  445. Msh.MeshId = MeshId
  446. end
  447. return Msh
  448. end;
  449. };
  450.  
  451. ["Weld"] = {
  452. Create = function(Parent, Part0, Part1, C0, C1)
  453. local Weld = Create("Weld"){
  454. Parent = Parent,
  455. Part0 = Part0,
  456. Part1 = Part1,
  457. C0 = C0,
  458. C1 = C1,
  459. }
  460. return Weld
  461. end;
  462. };
  463.  
  464. ["Sound"] = {
  465. Create = function(id, par, vol, pit)
  466. coroutine.resume(coroutine.create(function()
  467. local S = Create("Sound"){
  468. Volume = vol,
  469. Name = "EffectSoundo",
  470. Pitch = pit or 1,
  471. SoundId = id,
  472. Parent = par or workspace,
  473. }
  474. wait()
  475. S:play()
  476. game:GetService("Debris"):AddItem(S, 10)
  477. end))
  478. end;
  479. };
  480.  
  481. ["TimeSound"] = {
  482. Create = function(id, par, vol, pit, timepos)
  483. coroutine.resume(coroutine.create(function()
  484. local S = Create("Sound"){
  485. Volume = vol,
  486. Name = "EffectSoundo",
  487. Pitch = pit or 1,
  488. SoundId = id,
  489. TimePosition = timepos,
  490. Parent = par or workspace,
  491. }
  492. wait()
  493. S:play()
  494. game:GetService("Debris"):AddItem(S, 10)
  495. end))
  496. end;
  497. };
  498. ["EchoSound"] = {
  499. Create = function(id, par, vol, pit, timepos,delays,echodelay,fedb,dryl)
  500. coroutine.resume(coroutine.create(function()
  501. local Sas = Create("Sound"){
  502. Volume = vol,
  503. Name = "EffectSoundo",
  504. Pitch = pit or 1,
  505. SoundId = id,
  506. TimePosition = timepos,
  507. Parent = par or workspace,
  508. }
  509. local E = Create("EchoSoundEffect"){
  510. Delay = echodelay,
  511. Name = "Echo",
  512. Feedback = fedb,
  513. DryLevel = dryl,
  514. Parent = Sas,
  515. }
  516. wait()
  517. Sas:play()
  518. game:GetService("Debris"):AddItem(Sas, delays)
  519. end))
  520. end;
  521. };
  522.  
  523. ["LongSound"] = {
  524. Create = function(id, par, vol, pit)
  525. coroutine.resume(coroutine.create(function()
  526. local S = Create("Sound"){
  527. Volume = vol,
  528. Pitch = pit or 1,
  529. SoundId = id,
  530. Parent = par or workspace,
  531. }
  532. wait()
  533. S:play()
  534. game:GetService("Debris"):AddItem(S, 60)
  535. end))
  536. end;
  537. };
  538.  
  539. ["ParticleEmitter"] = {
  540. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  541. local fp = Create("ParticleEmitter"){
  542. Parent = Parent,
  543. Color = ColorSequence.new(Color1, Color2),
  544. LightEmission = LightEmission,
  545. Size = Size,
  546. Texture = Texture,
  547. Transparency = Transparency,
  548. ZOffset = ZOffset,
  549. Acceleration = Accel,
  550. Drag = Drag,
  551. LockedToPart = LockedToPart,
  552. VelocityInheritance = VelocityInheritance,
  553. EmissionDirection = EmissionDirection,
  554. Enabled = Enabled,
  555. Lifetime = LifeTime,
  556. Rate = Rate,
  557. Rotation = Rotation,
  558. RotSpeed = RotSpeed,
  559. Speed = Speed,
  560. VelocitySpread = VelocitySpread,
  561. }
  562. return fp
  563. end;
  564. };
  565.  
  566. CreateTemplate = {
  567.  
  568. };
  569. }
  570.  
  571.  
  572.  
  573. New = function(Object, Parent, Name, Data)
  574. local Object = Instance.new(Object)
  575. for Index, Value in pairs(Data or {}) do
  576. Object[Index] = Value
  577. end
  578. Object.Parent = Parent
  579. Object.Name = Name
  580. return Object
  581. end
  582. local halocolor = BrickColor.new("Pastel light blue")
  583. local halocolor2 = BrickColor.new("Cool yellow")
  584. local starcolor = BrickColor.new("Bright yellow")
  585. local lunacolor = BrickColor.new("Navy blue")
  586. local lunacolor2 = BrickColor.new("Bright blue")
  587. local wepcolor = BrickColor.new("Really black")
  588. local maincolor = BrickColor.new("Really black")
  589. local m = Instance.new("Model",char)
  590. local m2 = Instance.new("Model",char)
  591. local m3 = Instance.new("Model",char)
  592. local mw1 = Instance.new("Model",char)
  593. local mw2 = Instance.new("Model",char)
  594.  
  595.  
  596. gui = function(GuiType, parent, text, backtrans, backcol, pos, size)
  597. local gui = it(GuiType)
  598. gui.Parent = parent
  599. gui.Text = text
  600. gui.BackgroundTransparency = backtrans
  601. gui.BackgroundColor3 = backcol
  602. gui.SizeConstraint = "RelativeXY"
  603. gui.TextXAlignment = "Center"
  604. gui.TextYAlignment = "Center"
  605. gui.Position = pos
  606. gui.Size = size
  607. gui.Font = "SourceSans"
  608. gui.FontSize = "Size14"
  609. gui.TextWrapped = false
  610. gui.TextStrokeTransparency = 0
  611. gui.TextColor = BrickColor.new("White")
  612. return gui
  613. end
  614. --------------------------- GUI STUFF
  615. local basgui = it("GuiMain")
  616. basgui.Parent = plr.PlayerGui
  617. basgui.Name = "VISgui"
  618. local fullscreenz = it("Frame")
  619. fullscreenz.Parent = basgui
  620. fullscreenz.BackgroundColor3 = Color3.new(255, 255, 255)
  621. fullscreenz.BackgroundTransparency = 1
  622. fullscreenz.BorderColor3 = Color3.new(17, 17, 17)
  623. fullscreenz.Size = UDim2.new(1, 0, 1, 0)
  624. fullscreenz.Position = UDim2.new(0, 0, 0, 0)
  625.  
  626. local imgl2 = Instance.new("ImageLabel",fullscreenz)
  627. imgl2.BackgroundTransparency = 1
  628. imgl2.BorderSizePixel = 0
  629. imgl2.ImageTransparency = 0
  630. imgl2.ImageColor3 = BrickColor.new("Really black").Color
  631. imgl2.Position = UDim2.new(1,-400,1,-400)
  632. imgl2.Size = UDim2.new(0,800,0,800)
  633. imgl2.Image = "rbxassetid://172380355"
  634. local techc = imgl2:Clone()
  635. techc.Parent = fullscreenz
  636. techc.ImageTransparency = 0
  637. techc.Size = UDim2.new(0,400,0,400)
  638. techc.Position = UDim2.new(1,-200,1,-200)
  639. techc.ImageColor3 = BrickColor.new("Really black").Color
  640. techc.Image = "rbxassetid://2312128106"
  641. local techc2 = imgl2:Clone()
  642. techc2.Parent = fullscreenz
  643. techc2.ImageTransparency = 0
  644. techc2.Size = UDim2.new(0,900,0,900)
  645. techc2.Position = UDim2.new(1,-450,1,-450)
  646. techc2.ImageColor3 = BrickColor.new("Really red").Color
  647. techc2.Image = "rbxassetid://2344830904"
  648. local circl = imgl2:Clone()
  649. circl.Parent = fullscreenz
  650. circl.ImageTransparency = 0
  651. circl.Size = UDim2.new(0,450,0,450)
  652. circl.Position = UDim2.new(1,-225,1,-225)
  653. circl.ImageColor3 = BrickColor.new("Really red").Color
  654. circl.Image = "rbxassetid://2109045978"
  655. local circl2 = imgl2:Clone()
  656. circl2.Parent = fullscreenz
  657. circl2.ImageTransparency = 0
  658. circl2.Size = UDim2.new(0,600,0,600)
  659. circl2.Position = UDim2.new(1,-300,1,-300)
  660. circl2.ImageColor3 = BrickColor.new("Really black").Color
  661. circl2.Image = "rbxassetid://2312119891"
  662. local imgl2b = imgl2:Clone()
  663. imgl2b.Parent = fullscreenz
  664. imgl2b.ImageTransparency = 0
  665. imgl2b.ImageColor3 = BrickColor.new("White").Color
  666. imgl2b.Image = "rbxassetid://2344870656"
  667. local ned = Instance.new("TextLabel",fullscreenz)
  668. ned.ZIndex = 2
  669. ned.Font = "Arcade"
  670. ned.BackgroundTransparency = 1
  671. ned.BorderSizePixel = 0.65
  672. ned.Size = UDim2.new(0.3,0,0.2,0)
  673. ned.Position = UDim2.new(0.7,0,0.8,0)
  674. ned.TextColor3 = BrickColor.new("Really black").Color
  675. ned.TextStrokeColor3 = BrickColor.new("Really red").Color
  676. ned.TextScaled = true
  677. ned.TextStrokeTransparency = 0
  678. ned.Text = "INCREATION"
  679. ned.TextSize = 24
  680. ned.Rotation = 1
  681. ned.TextXAlignment = "Right"
  682. ned.TextYAlignment = "Bottom"
  683.  
  684. local extrawingmod1 = Instance.new("Model",char)
  685. local extrawingmod2 = Instance.new("Model",char)
  686.  
  687. function RecolorTextAndRename(name,col1,col2)
  688. techc.ImageColor3 = col2
  689. techc2.ImageColor3 = col2
  690. circl.ImageColor3 = col2
  691. circl2.ImageColor3 = col1
  692. imgl2.ImageColor3 = col1
  693. imgl2b.ImageColor3 = col2
  694. ned.Text = name
  695. ned.TextColor3 = col1
  696. ned.TextStrokeColor3 = col2
  697. sphere2(1.3,"Add",tors.CFrame*CFrame.new(0,0,0),vt(0,0,0),0.5,0.5,0.5,MAINRUINCOLOR,MAINRUINCOLOR.Color)
  698. for i = 0, 49 do
  699. PixelBlock(1,math.random(3,10),"Add",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),1,1,1,0.02,MAINRUINCOLOR,0)
  700. end
  701. CFuncs.Sound.Create("rbxassetid://410543238",root,10,1)
  702. CFuncs["Sound"].Create("rbxassetid://468991944", root, 7.5, 1)
  703. CFuncs["Sound"].Create("rbxassetid://419447292", root, 2.5,1)
  704. end
  705.  
  706. function CreateParta(parent,transparency,reflectance,material,brickcolor)
  707. local p = Instance.new("Part")
  708. p.TopSurface = 0
  709. p.BottomSurface = 0
  710. p.Parent = parent
  711. p.Size = Vector3.new(0.1,0.1,0.1)
  712. p.Transparency = transparency
  713. p.Reflectance = reflectance
  714. p.CanCollide = false
  715. p.Locked = true
  716. p.BrickColor = brickcolor
  717. p.Material = material
  718. return p
  719. end
  720.  
  721. function CreateMesh(parent,meshtype,x1,y1,z1)
  722. local mesh = Instance.new("SpecialMesh",parent)
  723. mesh.MeshType = meshtype
  724. mesh.Scale = Vector3.new(x1*10,y1*10,z1*10)
  725. return mesh
  726. end
  727.  
  728. function CreateSpecialMesh(parent,meshid,x1,y1,z1)
  729. local mesh = Instance.new("SpecialMesh",parent)
  730. mesh.MeshType = "FileMesh"
  731. mesh.MeshId = meshid
  732. mesh.Scale = Vector3.new(x1,y1,z1)
  733. return mesh
  734. end
  735.  
  736.  
  737. function CreateSpecialGlowMesh(parent,meshid,x1,y1,z1)
  738. local mesh = Instance.new("SpecialMesh",parent)
  739. mesh.MeshType = "FileMesh"
  740. mesh.MeshId = meshid
  741. mesh.TextureId = "http://www.roblox.com/asset/?id=269748808"
  742. mesh.Scale = Vector3.new(x1,y1,z1)
  743. mesh.VertexColor = Vector3.new(parent.BrickColor.r, parent.BrickColor.g, parent.BrickColor.b)
  744. return mesh
  745. end
  746.  
  747. function CreateWeld(parent,part0,part1,C1X,C1Y,C1Z,C1Xa,C1Ya,C1Za,C0X,C0Y,C0Z,C0Xa,C0Ya,C0Za)
  748. local weld = Instance.new("Weld")
  749. weld.Parent = parent
  750. weld.Part0 = part0
  751. weld.Part1 = part1
  752. weld.C1 = CFrame.new(C1X,C1Y,C1Z)*CFrame.Angles(C1Xa,C1Ya,C1Za)
  753. weld.C0 = CFrame.new(C0X,C0Y,C0Z)*CFrame.Angles(C0Xa,C0Ya,C0Za)
  754. return weld
  755. end
  756.  
  757.  
  758. --------------
  759. --------------
  760. local sorb = CreateParta(m,1,1,"SmoothPlastic",BrickColor.random())
  761. CreateWeld(sorb,rarm,sorb,0,1,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  762. local sorb2 = CreateParta(m,1,1,"SmoothPlastic",BrickColor.random())
  763. CreateWeld(sorb2,larm,sorb2,0,1,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  764.  
  765. --Found out a few days ago that Salvo_Starly made these LOL
  766. --Credit him please
  767. Player=game:GetService('Players').TameDoNotClick
  768. Character=Player.Character
  769. gunty=Instance.new('Model',Character)
  770. gunty2=Instance.new('Model',Character)
  771. m=Instance.new('Model',Character)
  772.  
  773. local function weldBetween(a, b)
  774. local weldd = Instance.new("ManualWeld")
  775. weldd.Part0 = a
  776. weldd.Part1 = b
  777. weldd.C0 = CFrame.new()
  778. weldd.C1 = b.CFrame:inverse() * a.CFrame
  779. weldd.Parent = a
  780. return weldd
  781. end
  782.  
  783. it=Instance.new
  784.  
  785. function nooutline(part)
  786. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  787. end
  788.  
  789. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  790. local fp=it("Part")
  791. fp.formFactor=formfactor
  792. fp.Parent=parent
  793. fp.Reflectance=reflectance
  794. fp.Transparency=transparency
  795. fp.CanCollide=false
  796. fp.Locked=true
  797. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  798. fp.Name=name
  799. fp.Size=size
  800. fp.Position=Character.Torso.Position
  801. nooutline(fp)
  802. fp.Material=material
  803. fp:BreakJoints()
  804. return fp
  805. end
  806.  
  807. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  808. local mesh=it(Mesh)
  809. mesh.Parent=part
  810. if Mesh=="SpecialMesh" then
  811. mesh.MeshType=meshtype
  812. mesh.MeshId=meshid
  813. end
  814. mesh.Offset=offset
  815. mesh.Scale=scale
  816. return mesh
  817. end
  818.  
  819. function weld(parent,part0,part1,c0,c1)
  820. local weld=it("Weld")
  821. weld.Parent=parent
  822. weld.Part0=part0
  823. weld.Part1=part1
  824. weld.C0=c0
  825. weld.C1=c1
  826. return weld
  827. end
  828. -----Bootz
  829. handle=part(Enum.FormFactor.Custom,gunty,Enum.Material.SmoothPlastic,0,0,"Black","Handle",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  830. handleweld=weld(m,Character["Right Leg"],handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.015465498, 0.713769853, -0.0078368187, -0.260250956, -0.0149142649, -0.965426087, 0.0187318921, 0.999616802, -0.020492021, 0.96535933, -0.0234172773, -0.259871304))
  831. mesh("BlockMesh",handle,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  832. MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  833. MBoot1weld=weld(m,handle,MBoot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.29153442e-06, -1.46925449e-05, -3.81469727e-06, 0.866025269, -8.1025064e-08, -0.500000775, -5.0291419e-08, 1.00000453, -2.39815563e-07, 0.500001192, 2.03959644e-07, 0.866024852))
  834. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.03999996, 0.5))
  835. MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  836. MBoot1weld=weld(m,handle,MBoot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.12599945e-06, -1.49160624e-05, -9.53674316e-07, 0.866026402, -1.45658851e-06, -0.499998689, 2.0340085e-06, 1.00000453, 6.79399818e-07, 0.499999166, -1.64285302e-06, 0.866026282))
  837. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  838. MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  839. MBoot1weld=weld(m,handle,MBoot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.81469727e-06, -1.48117542e-05, -7.15255737e-06, 0.500000119, -4.02797014e-07, -0.866025448, 4.07546759e-06, 1.00000453, 1.89431012e-06, 0.866025627, -4.53926623e-06, 0.50000006))
  840. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  841. MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  842. MBoot1weld=weld(m,handle,MBoot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.1920929e-06, -1.45435333e-05, -7.15255737e-06, 0.258817017, 1.90187711e-06, -0.965926409, 3.05473804e-06, 1.00000477, 2.78931111e-06, 0.965926707, -3.72156501e-06, 0.258817077))
  843. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  844. MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  845. MNeonweld=weld(m,handle,MNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -3.32295895e-06, 1.43051147e-06, 0.866025865, 9.0058893e-07, -0.499999523, 7.63684511e-08, 1.00000465, 1.97067857e-06, 0.49999994, -1.76485628e-06, 0.866025805))
  846. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  847. MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  848. MNeonweld=weld(m,handle,MNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-07, -9.56654549e-06, -4.76837158e-07, 1.00000036, -4.86150384e-07, 8.94069672e-08, 4.58210707e-07, 1.00000465, -1.68941915e-06, 1.1920929e-07, 1.68383121e-06, 1))
  849. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  850. MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  851. MNeonweld=weld(m,handle,MNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(7.15255737e-07, -1.4603138e-05, -6.19888306e-06, 0.258817106, -5.05347998e-07, -0.965926349, 1.03749335e-06, 1.00000477, -2.66358256e-07, 0.965926588, -9.983778e-07, 0.258817166))
  852. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  853. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  854. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587807894, 0.0303396583, 0.0399312973, 3.01003456e-06, -3.75322998e-07, 0.999999821, -0.250737667, 0.968059659, 1.05053186e-06, -0.968055487, -0.25073868, 2.63750553e-06))
  855. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  856. MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  857. MNeonweld=weld(m,handle,MNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.15255737e-07, -1.42753124e-05, -7.15255737e-06, 0.500000179, 9.406358e-07, -0.866025448, -8.28877091e-07, 1.00000453, 6.06290996e-07, 0.866025805, 3.7252903e-07, 0.50000006))
  858. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  859. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  860. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(8.58306885e-06, -1.27255917e-05, -0.204605103, -0.965926409, 5.90458512e-07, -0.258817971, 7.80448318e-07, 1.00000465, -7.62287527e-07, 0.258817941, -9.35451681e-07, -0.96592623))
  861. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
  862. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  863. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.31266022e-05, -9.4473362e-06, -0.173951864, 0.258816868, 1.92021616e-07, -0.965926349, 3.35276127e-06, 1.00000453, 1.07008964e-06, 0.965926588, -3.57069075e-06, 0.258816898))
  864. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
  865. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  866. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.38282776e-05, -7.89761543e-06, -0.204626083, 0.258815736, -5.62000423e-07, -0.965926707, 2.90386379e-06, 1.00000453, 1.99303031e-07, 0.965926945, -2.90572643e-06, 0.258815825))
  867. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
  868. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  869. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.1920929e-05, -3.16053629e-05, 0.173899412, 0.965926588, 2.71946192e-07, 0.25881806, 3.94880772e-07, 1.00000477, -2.6631169e-06, -0.258817911, 2.65656126e-06, 0.965926051))
  870. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
  871. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  872. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-05, -2.67922878e-05, 0.173911095, 0.500003219, 2.04052776e-06, 0.86602366, 1.55717134e-06, 1.00000441, -3.31318006e-06, -0.866024077, 2.99327075e-06, 0.500002921))
  873. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
  874. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  875. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.7220459e-06, -1.4424324e-05, -0.204611063, -0.500003338, 1.55437738e-06, -0.8660236, 3.6098063e-06, 1.00000465, -3.3993274e-07, 0.866024137, -3.30805779e-06, -0.50000304))
  876. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
  877. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  878. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.29938126e-05, -3.19033861e-05, 0.173903465, 0.866026223, 2.40281224e-06, -0.499998778, -2.83122063e-06, 1.00000453, -6.10016286e-08, 0.499999166, 1.43889338e-06, 0.866026044))
  879. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
  880. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  881. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.57627869e-06, -2.88188457e-05, 0.173901081, 0.258816868, 1.71843567e-07, -0.965926409, 3.33227217e-06, 1.00000477, 1.0477379e-06, 0.965926588, -3.53343785e-06, 0.258816928))
  882. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
  883. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  884. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.52587891e-05, -2.66432762e-05, 0.204609275, -0.965925813, -2.07684934e-06, -0.258820504, -1.96322799e-06, 1.00000453, -7.39935786e-07, 0.258820415, -1.89080311e-07, -0.965925455))
  885. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
  886. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  887. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.52587891e-05, -4.88758087e-06, -0.173935413, 0.965926766, 6.81728125e-07, 0.258816689, 1.82539225e-07, 1.00000453, -3.42587009e-06, -0.2588166, 3.36155426e-06, 0.965926468))
  888. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
  889. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  890. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.1920929e-06, -1.45882368e-05, -0.204617023, 0.866025865, 1.17346644e-06, -0.499999702, 2.42143869e-08, 1.00000453, 2.42795795e-06, 0.5, -2.15321779e-06, 0.866025627))
  891. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
  892. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  893. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.45435333e-05, -3.05324793e-05, 0.204583168, 0.258819401, 2.72160469e-06, -0.965925813, 6.1839819e-07, 1.00000453, 2.97510996e-06, 0.965926051, -1.41188502e-06, 0.258819461))
  894. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
  895. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  896. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.15633011e-05, -3.11583281e-05, 0.20458746, 0.866025925, 1.43051147e-06, -0.499999702, -2.05077231e-06, 1.00000465, -6.12810254e-07, 0.5, 1.53761357e-06, 0.866025567))
  897. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
  898. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  899. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.67028809e-05, -2.66134739e-05, 0.204611421, -0.500003278, -1.87475234e-06, -0.86602366, 1.71363354e-06, 1.00000477, -3.21911648e-06, 0.866024196, -3.08733433e-06, -0.50000304))
  900. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
  901. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  902. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -1.74790621e-05, -0.173940659, 0.866024971, 7.72997737e-08, -0.500001192, -2.99885869e-07, 1.00000477, -3.25031579e-07, 0.500001431, 3.66941094e-07, 0.866024852))
  903. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
  904. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  905. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.81333923e-05, -9.20891762e-06, -0.17391181, 0.500003397, 1.93528831e-06, 0.866023481, 1.58511102e-06, 1.00000465, -3.21026891e-06, -0.866024017, 3.00165266e-06, 0.500003099))
  906. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
  907. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  908. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-07, -1.4975667e-05, -8.58306885e-06, 0.258819252, 2.72412763e-06, -0.965925813, 5.55068254e-07, 1.00000465, 2.92109326e-06, 0.965926111, -1.35414302e-06, 0.258819312))
  909. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 1.05999994, 0.200000003))
  910. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  911. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.24520874e-06, -1.48415565e-05, -4.29153442e-06, 0.866025746, 1.11758709e-06, -0.49999994, 4.84287739e-08, 1.00000441, 2.37394124e-06, 0.500000179, -2.11410224e-06, 0.866025448))
  912. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 1.05999994, 0.200000003))
  913. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  914. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409204602, 0.10229063, 0.102291822, 0.258818269, 1.3727913e-07, -0.965926111, 0.68301332, 0.707109988, 0.183012336, 0.683012962, -0.707110107, 0.183012083))
  915. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  916. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  917. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409224749, -0.040927887, -0.272358984, -0.96592623, 4.47034836e-07, -0.258818358, -0.258818299, -2.08748861e-06, 0.965926111, -1.43423676e-07, 1.00000453, 2.10478902e-06))
  918. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.400000006, 0.400000006))
  919. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  920. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409198999, -0.144693375, -0.144691229, 0.258818358, 7.3290721e-08, -0.96592623, 0.683013737, 0.707110167, 0.183012426, 0.683012843, -0.707110941, 0.183012158))
  921. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  922. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  923. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409178734, -0.296581864, 0.296577573, 0.965926409, -3.20374966e-07, 0.258818328, -0.183010831, 0.707114697, 0.683008671, -0.183013484, -0.707105637, 0.683017015))
  924. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.09000003, 1, 1))
  925. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  926. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587827682, -0.0126010776, -0.0337805748, 3.27825546e-06, -1.11712143e-06, 0.99999994, 6.01634383e-06, 1.00000453, 1.07986853e-06, -1.00000048, 6.05173409e-06, 3.01003456e-06))
  927. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  928. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  929. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409201384, -0.818393111, -0.409234524, 0.258819222, -2.12179657e-07, -0.965925813, 5.49852848e-06, 1.00000477, 1.23260543e-06, 0.96592623, -5.65871596e-06, 0.258819371))
  930. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  931. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(1.0230124, 0.40920499, 1.02301252))
  932. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-06, -0.511506081, 9.53674316e-06, -0.258817196, -1.76685171e-06, 0.96592623, 2.5536865e-06, 1.00000453, 2.50060111e-06, -0.965926707, 3.14600766e-06, -0.258817315))
  933. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  934. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  935. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409208298, -0.818394959, -0.409217119, 0.258819014, -1.78793925e-07, -0.965925694, 5.72018325e-06, 1.00000453, 1.34762377e-06, 0.965926111, -5.93066216e-06, 0.258819163))
  936. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  937. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  938. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409227371, -1.22763419, 0.102303505, -0.965926409, 5.68106771e-07, -0.258818299, 2.29291618e-06, 1.00000465, -6.52717426e-06, 0.258818269, -6.89018088e-06, -0.965926111))
  939. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  940. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  941. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.40921998, -1.22765398, 0.102293491, 0.965926111, -2.41585076e-06, 0.258819401, 2.92062759e-06, 1.00000453, -1.85659155e-06, -0.258819312, 2.51964593e-06, 0.965925753))
  942. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  943. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  944. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409216166, -0.818417728, 0.409194946, 0.965926051, 2.58162618e-06, 0.258819371, -1.8607825e-06, 1.00000477, -3.13017517e-06, -0.258819312, 2.51968231e-06, 0.965925753))
  945. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  946. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.20460251))
  947. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409232855, -0.511525393, 0.409212589, 0.96592617, -5.75557351e-07, 0.258818269, 7.4505806e-07, 1.00000465, -7.13858753e-07, -0.258818269, 8.54082828e-07, 0.965926111))
  948. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  949. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.818410039, 0.409205019))
  950. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409225941, -0.716124535, -6.43730164e-06, 0.965928972, -1.67638063e-07, 0.258819133, 1.13248825e-06, 1.00000918, -7.0175156e-07, -0.258818567, 5.44099748e-07, 0.965927899))
  951. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  952. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.20460251))
  953. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409224033, -0.51151669, -0.409200191, 0.965926349, 2.19792128e-07, 0.258818567, 6.14672899e-08, 1.00000346, -1.23400241e-06, -0.258818507, 1.2102355e-06, 0.965925992))
  954. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  955. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  956. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409229755, -0.818407714, 0.409216285, -0.965926349, 5.42029738e-07, -0.258818328, 7.07805157e-07, 1.00000465, -6.93835318e-07, 0.258818269, -8.16775355e-07, -0.965926111))
  957. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  958. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  959. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409229755, 0.0010099411, -0.00103974342, 0.96592617, -5.75557351e-07, 0.258818269, -0.183011368, 0.707111835, 0.683011353, -0.183012962, -0.707108498, 0.683014393))
  960. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.11000001, 1.20000005, 1.20000005))
  961. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  962. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00101113319, -0.409224749, 0.00104081631, -0.183009192, 0.707110524, 0.683013201, 0.965926826, -2.24076211e-06, 0.258816421, 0.183012486, 0.707109571, -0.683013439))
  963. mesh("CylinderMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 1.13, 0.839999974))
  964. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  965. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.62939453e-06, -4.50015068e-06, 2.14576721e-06, 0.96592617, -5.75557351e-07, 0.258818269, -3.57627869e-07, 1.00000465, 3.40072438e-06, -0.258818269, -3.39271719e-06, 0.96592623))
  966. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  967. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  968. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.76429749e-05, -0.105883539, -0.0283740759, 0.965926051, -2.33389437e-06, 0.258819342, 0.0669894889, 0.965930343, -0.249999389, -0.249999687, 0.258820236, 0.933012843))
  969. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
  970. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  971. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.10623169e-06, 0.0494104028, 0.0132250786, 0.965925992, -2.48104334e-06, 0.258819342, 0.0669896603, 0.965930223, -0.249999434, -0.249999657, 0.258820325, 0.933012903))
  972. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
  973. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  974. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.62124634e-05, 0.101639003, -0.0272479057, 0.965926349, -5.12227416e-07, 0.258818358, -0.0669851974, 0.965931892, 0.249994665, -0.249999732, -0.258814543, 0.933014274))
  975. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
  976. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  977. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.43051147e-06, 0.0494035482, -0.0132496357, 0.965926349, -5.19677997e-07, 0.258818328, -0.0669869334, 0.965930104, 0.250001281, -0.24999927, -0.258821338, 0.933012426))
  978. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
  979. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  980. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.1920929e-05, -0.0494016707, 0.0132369995, 0.965926349, -5.04776835e-07, 0.258818358, -0.0669859126, 0.965931296, 0.249997243, -0.249999553, -0.258817166, 0.933013558))
  981. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
  982. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  983. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.90734863e-05, -0.0494136214, -0.0132431984, 0.96592629, -5.6065619e-07, 0.258818299, 0.0669864863, 0.965931475, -0.249995902, -0.249999389, 0.258816093, 0.933014035))
  984. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
  985. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  986. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.1920929e-05, -0.105862737, 0.0283651352, 0.965926468, -5.38304448e-07, 0.258818358, -0.0669858381, 0.965931416, 0.249997199, -0.249999538, -0.258817077, 0.933013558))
  987. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
  988. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  989. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.53674316e-06, 0.101653457, 0.027228117, 0.96592629, 9.57399607e-07, 0.258818865, 0.0669860095, 0.96593076, -0.24999921, -0.25000003, 0.258819193, 0.933012962))
  990. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
  991. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  992. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409224033, -0.0358011723, 0.00365288556, 0.965926349, -4.3772161e-07, 0.258818358, 0.258818269, 1.79674134e-06, -0.965925992, -7.07805157e-08, 1.00000465, 1.8235296e-06))
  993. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
  994. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  995. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409234524, 0.039431572, 9.77516174e-06, 0.965926409, -3.7997961e-07, 0.258818358, 5.83007932e-07, 1.00000465, -8.88947397e-07, -0.258818328, 1.00231227e-06, 0.965926111))
  996. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
  997. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  998. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409225941, -0.0321690291, -9.53674316e-07, 0.965925992, 1.40629709e-06, 0.258819252, -6.92903996e-07, 1.00000465, -3.05427238e-06, -0.258819193, 2.73579644e-06, 0.965925753))
  999. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
  1000. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1001. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409225941, 0.0358095169, 0.00363235176, 0.965926349, -4.07919288e-07, 0.258818388, 0.258818269, 1.7967559e-06, -0.965925992, -1.00582838e-07, 1.00000465, 1.81607902e-06))
  1002. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
  1003. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1004. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409226418, 0.0383607149, -0.00259244442, 0.965926349, -5.06639481e-07, 0.258818299, -0.183010906, 0.707113624, 0.683009565, -0.18301329, -0.70710659, 0.683015943))
  1005. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
  1006. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1007. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409236908, -0.033225894, 0.00256085396, 0.965926468, -5.25265932e-07, 0.258818328, 0.183010936, 0.707115948, -0.683007121, -0.183013305, 0.707104206, 0.683018506))
  1008. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
  1009. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1010. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409227371, -0.0332458019, -0.00256955624, 0.965927541, -3.40864062e-07, 0.258818686, -0.183011636, 0.707112014, 0.683013082, -0.183012843, -0.707111239, 0.683013916))
  1011. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
  1012. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1013. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409228802, 0.00101113319, -0.00103914738, 0.965926349, -5.21540642e-07, 0.258818299, -0.183010414, 0.70711565, 0.683007777, -0.183013827, -0.707104683, 0.683017969))
  1014. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.12, 0.899999976, 0.899999976))
  1015. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1016. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409228563, 0.0383838415, 0.0025562048, 0.965925872, 1.52364373e-06, 0.258820266, 0.183010653, 0.707117081, -0.683006108, -0.183016419, 0.707103014, 0.683019042))
  1017. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
  1018. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1019. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409205317, 0.10229373, 0.10229516, 0.258818269, 1.39243639e-07, -0.965926111, 0.683013558, 0.707109571, 0.183012411, 0.683012605, -0.707110643, 0.183011979))
  1020. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 1, 1))
  1021. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1022. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40921545, -0.144698143, -0.144692183, 0.258818269, 1.39289114e-07, -0.965926111, 0.683013678, 0.707109571, 0.183012441, 0.683012486, -0.707110643, 0.183011949))
  1023. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.13800001, 1.39999998, 1.39999998))
  1024. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1025. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409209609, 0.13973856, -0.0374653339, 0.258817255, 1.61089702e-07, -0.96592629, 0.933013141, -0.258822173, 0.249998212, -0.250001937, -0.965929866, -0.0669874549))
  1026. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1027. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1028. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409212828, -0.197652817, -0.0529557467, 0.258817255, 1.86733268e-06, -0.965926468, 0.933013141, 0.258821279, 0.249998748, 0.250001639, -0.965929866, 0.0669853985))
  1029. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1030. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1031. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409211755, -0.197650671, 0.0529537201, 0.258817226, 1.89360253e-06, -0.965926349, 0.933013141, -0.258822113, 0.249997735, -0.25000155, -0.965929866, -0.0669890717))
  1032. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1033. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1034. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409211755, 0.139732599, 0.0374419689, 0.258818269, 1.39294571e-07, -0.965926111, 0.93301338, 0.258819848, 0.249999404, 0.249999881, -0.965930462, 0.0669869259))
  1035. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1036. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1037. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409215689, -0.197652102, 0.0529658794, 0.258818269, 1.24478902e-07, -0.965926111, 0.933012545, -0.258823633, 0.249999091, -0.250003308, -0.965929449, -0.0669880956))
  1038. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1039. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1040. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409211278, 0.139737606, -0.0374429226, 0.258818269, 1.24517101e-07, -0.965926111, 0.93301338, -0.258820385, 0.249999329, -0.250000209, -0.965930343, -0.0669872537))
  1041. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1042. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1043. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40921545, -0.197654247, -0.0529572964, 0.258818269, 1.24562575e-07, -0.965926111, 0.933012605, 0.258823037, 0.24999918, 0.25000298, -0.965929627, 0.0669877604))
  1044. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1045. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1046. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409205079, 0.139732361, 0.0374420881, 0.258818269, 1.24471626e-07, -0.965926111, 0.933013499, 0.258819491, 0.249999404, 0.249999523, -0.965930402, 0.0669868439))
  1047. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1048. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1049. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409210801, 0.125280857, 0.0723321438, 0.258818269, 1.24515282e-07, -0.965926111, 0.836515129, 0.500005543, 0.224142864, 0.482966512, -0.866027653, 0.129409969))
  1050. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.16999996, 0.600000024, 0.600000024))
  1051. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1052. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409209251, -0.177212954, -0.102309942, 0.258818269, 1.24433427e-07, -0.965926111, 0.836515069, 0.500005603, 0.224142849, 0.482966572, -0.866027653, 0.129409984))
  1053. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.16799998, 0.75999999, 0.75999999))
  1054. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1055. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40921545, -0.177217484, -0.10231185, 0.258818269, 1.24435246e-07, -0.965926111, 0.836516678, 0.500002623, 0.224143282, 0.482963651, -0.866029322, 0.129409179))
  1056. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.176, 0.600000024, 0.600000024))
  1057. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1058. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409204364, 0.125284195, 0.0723347664, 0.258818269, 1.24524377e-07, -0.965926111, 0.836516857, 0.500002205, 0.224143326, 0.482963234, -0.866029561, 0.12940909))
  1059. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.17999995, 0.5, 0.5))
  1060. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1061. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409208775, -0.144697428, -0.144691944, 0.258818269, 1.24453436e-07, -0.965926111, 0.683013797, 0.707109451, 0.183012471, 0.683012545, -0.707110643, 0.183011979))
  1062. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1063. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1064. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409204364, 0.10229373, 0.102295876, 0.258818269, 1.52136636e-07, -0.965926111, 0.683013558, 0.70710963, 0.183012396, 0.683012724, -0.707110465, 0.183012009))
  1065. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1066. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1067. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409214973, -0.144695759, -0.144689083, 0.258818269, 1.52112989e-07, -0.965926111, 0.683013678, 0.707109571, 0.183012441, 0.683012664, -0.707110763, 0.183011994))
  1068. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1069. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1070. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409225941, -0.0716128349, 1.19694662, -0.965926349, 4.74974513e-07, -0.258818358, 0.258818299, 1.88409467e-06, -0.96592623, 8.00937414e-08, -1.00000477, -1.92364678e-06))
  1071. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.699999988, 0.699999988))
  1072. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1073. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409232616, -1.19696474, 0.0716114044, -0.965926349, 5.04776835e-07, -0.258818358, 6.79865479e-07, 1.00000477, -7.80913979e-07, 0.258818299, -9.1304355e-07, -0.965926111))
  1074. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.699999988, 0.699999988))
  1075. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1076. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409232378, -0.0818498135, 1.20718575, -0.96592629, 3.87430191e-07, -0.258818388, 0.258818358, 1.76667527e-07, -0.965926111, -2.90572643e-07, -1.00000465, -2.54716724e-07))
  1077. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.800000012, 0.800000012))
  1078. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1079. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40922904, -1.20718908, 0.081846714, -0.965926349, 4.3772161e-07, -0.258818358, 1.07474625e-06, 1.00000465, -2.50991434e-06, 0.258818269, -2.68853e-06, -0.965925932))
  1080. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.800000012, 0.800000012))
  1081. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1082. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409234762, -0.0409214497, 1.16627312, -0.965925992, -2.76602805e-06, -0.258819282, 0.258819282, 1.62548531e-07, -0.965925813, 2.75112689e-06, -1.00000453, 5.71832061e-07))
  1083. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 0.400000006))
  1084. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1085. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409240961, -1.16626632, 0.040926218, -0.965926111, -1.48452818e-06, -0.258819342, -7.82310963e-07, 1.00000453, -2.97697261e-06, 0.258819222, -2.66422467e-06, -0.965925694))
  1086. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 0.400000006))
  1087. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1088. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409230471, 0.272356212, 0.0409181118, -0.965926349, 4.74974513e-07, -0.258818358, -1.06915832e-06, -1.00000477, 2.38977373e-06, -0.258818328, 2.58247201e-06, 0.96592617))
  1089. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.400000006, 0.400000006))
  1090. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 1.02301252, 0.409205019))
  1091. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409235239, -0.613821447, -1.09672546e-05, 0.965926051, 2.87033617e-06, 0.258819312, -2.12155282e-06, 1.00000453, -3.34531069e-06, -0.258819163, 2.65357085e-06, 0.965925634))
  1092. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1, 0.400000006))
  1093. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1094. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409236193, 0.235309824, 0.153463125, -0.965926528, 6.66826963e-07, -0.258817494, -1.04308128e-06, -1.00000441, 1.52504072e-06, -0.258817434, 1.72445471e-06, 0.96592617))
  1095. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.800000012, 0.100000001))
  1096. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1097. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.40923667, 0.235307157, 0.153455257, 0.965926111, 2.78837979e-06, 0.258819282, 2.03959644e-06, -1.00000453, 3.33879143e-06, 0.258819193, -2.6688358e-06, -0.965925694))
  1098. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.800000012, 0.100000001))
  1099. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 1.02301252, 0.409205019))
  1100. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409226656, -0.61379993, -9.77516174e-06, 0.96592623, -4.30271029e-07, 0.258818388, 6.1839819e-07, 1.00000465, -7.87898898e-07, -0.258818358, 8.9310015e-07, 0.965926111))
  1101. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 1, 0.699999988))
  1102. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 1.02301252, 0.409205019))
  1103. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409230709, -0.613822043, -1.12056732e-05, 0.965926468, -4.71249223e-07, 0.258818388, 1.10454857e-06, 1.00000465, -2.5019981e-06, -0.258818269, 2.6885682e-06, 0.965925932))
  1104. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1, 0.800000012))
  1105. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1106. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409207106, 0.13973856, -0.0374412537, 0.258818299, 1.24598955e-07, -0.965926111, 0.933012426, -0.258824199, 0.249999076, -0.250003844, -0.96592921, -0.0669882223))
  1107. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1108. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1109. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409206629, 0.139734983, 0.037442565, 0.258818269, 1.24486178e-07, -0.965926111, 0.93301338, 0.258819848, 0.249999404, 0.249999836, -0.965930402, 0.0669869184))
  1110. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1111. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1112. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409206629, 0.139735222, -0.0374412537, 0.258818269, 1.24560756e-07, -0.965926111, 0.933012366, -0.258824348, 0.249999046, -0.250003994, -0.96592921, -0.0669882521))
  1113. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1114. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1115. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409200668, 0.139736891, 0.0374442339, 0.258818269, 1.24442522e-07, -0.965926111, 0.93301338, 0.258819848, 0.249999404, 0.249999881, -0.965930462, 0.0669869259))
  1116. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1117. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1118. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409206629, 0.125282288, 0.0723333359, 0.258818269, 1.24469807e-07, -0.965926111, 0.836515069, 0.500005603, 0.224142849, 0.482966572, -0.866027653, 0.129409984))
  1119. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.16999996, 0.600000024, 0.600000024))
  1120. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1121. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409203768, 0.125283003, 0.0723350048, 0.258817196, -8.29286364e-07, -0.96592623, 0.836516261, 0.500003815, 0.224141687, 0.482964724, -0.866028488, 0.129409805))
  1122. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.17999995, 0.5, 0.5))
  1123. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1124. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409202814, 0.10229516, 0.102294445, 0.258817226, -8.58977728e-07, -0.96592629, 0.683012784, 0.707111001, 0.183010682, 0.683013916, -0.707109272, 0.183012277))
  1125. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1126. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1127. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409200668, 0.102293015, 0.102293491, 0.258818328, 5.30217221e-08, -0.965926111, 0.683013678, 0.707109869, 0.183012411, 0.683012784, -0.707110763, 0.183012128))
  1128. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 1, 1))
  1129. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1130. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409199715, 0.102294445, 0.102296591, 0.258818299, 1.14005161e-07, -0.965926111, 0.683013558, 0.70710969, 0.183012411, 0.683012724, -0.707110524, 0.183012053))
  1131. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1132. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1133. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409204721, -0.197653055, 0.0529639721, 0.258818269, 1.24535291e-07, -0.965926111, 0.933012486, -0.258823812, 0.249999106, -0.250003487, -0.965929329, -0.0669881254))
  1134. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1135. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1136. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409199238, -0.177212238, -0.102311373, 0.258818388, 8.41919245e-08, -0.965926409, 0.836517453, 0.500002384, 0.22414349, 0.482962996, -0.866030514, 0.129409164))
  1137. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.176, 0.600000024, 0.600000024))
  1138. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1139. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409205437, -0.17721653, -0.10231328, 0.258818269, 1.39189069e-07, -0.965926111, 0.836516857, 0.500002205, 0.224143326, 0.482963175, -0.866029501, 0.129409075))
  1140. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.16799998, 0.75999999, 0.75999999))
  1141. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1142. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409204245, -0.197654486, -0.0529589653, 0.258818269, 1.24469807e-07, -0.965926111, 0.933013678, 0.258819193, 0.249999464, 0.24999927, -0.965930581, 0.0669867545))
  1143. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1144. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1145. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409198046, -0.197657824, -0.0529608727, 0.258818269, 1.24504368e-07, -0.965926111, 0.933013618, 0.258819163, 0.249999434, 0.249999225, -0.965930521, 0.066986762))
  1146. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1147. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1148. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409200191, -0.144691229, -0.144689798, 0.258817255, -4.4434255e-06, -0.965926349, 0.683013499, 0.707111001, 0.183008298, 0.68301326, -0.707109213, 0.18301475))
  1149. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1150. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1151. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409201145, -0.144695282, -0.144691944, 0.258817196, 4.32314664e-06, -0.96592623, 0.683011889, 0.707111001, 0.183014244, 0.68301481, -0.707109213, 0.183008716))
  1152. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.13800001, 1.39999998, 1.39999998))
  1153. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1154. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409197569, -0.19765687, 0.0529655218, 0.258818299, 1.24588041e-07, -0.965926111, 0.93301338, -0.258820385, 0.249999329, -0.250000209, -0.965930343, -0.0669872537))
  1155. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1156. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1157. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409172535, -0.501271248, 0.286438465, -0.96592629, 3.59490514e-07, -0.258818328, 5.47617674e-07, 1.00000477, -8.30739737e-07, 0.258818299, -9.44612111e-07, -0.965926111))
  1158. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
  1159. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1160. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409187317, -0.521716058, 0.306899309, 0.965926111, 3.17022204e-06, 0.258819669, -2.47173011e-06, 1.00000477, -3.12086195e-06, -0.25881958, 2.36122651e-06, 0.965925694))
  1161. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1162. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1163. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409173012, -0.501301467, 0.286454439, 0.96592629, -3.59490514e-07, 0.258818328, 9.01520252e-07, 1.00000465, -2.14390457e-06, -0.258818299, 2.29554826e-06, 0.965926051))
  1164. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
  1165. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205049, 0.40920499))
  1166. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409181118, -0.419390112, -3.57627869e-06, 0.965925574, -2.30595469e-06, 0.258820593, 2.94297934e-06, 1.00000453, -2.22958624e-06, -0.258820593, 2.87155126e-06, 0.965925574))
  1167. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1168. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1169. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409175873, -0.286457062, -0.337592572, 0.96592629, -3.59490514e-07, 0.258818328, 0.258818269, 1.67720827e-06, -0.965926051, -1.11758709e-07, 1.00000465, 1.68895349e-06))
  1170. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
  1171. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1172. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409179211, -0.296578407, 0.29657805, 0.96592629, -3.52039933e-07, 0.258818269, -0.183010995, 0.707113981, 0.683009505, -0.18301329, -0.707106411, 0.683016241))
  1173. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.11000001, 0.600000024, 0.600000024))
  1174. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1175. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409179211, -0.296576142, 0.296580553, 0.965926409, -3.20374966e-07, 0.258818328, -0.18301104, 0.707113862, 0.683009446, -0.18301329, -0.707106411, 0.683016241))
  1176. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.10000002, 0.800000012, 0.800000012))
  1177. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1178. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409177303, -0.071616888, 0.419394433, 0.965926349, -2.51457095e-07, 0.258818328, -0.258818239, -1.62826291e-06, 0.965926111, 1.89989805e-07, -1.00000465, -1.63773075e-06))
  1179. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
  1180. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1181. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409178734, 0.0716183186, 0.419398218, 0.965926349, -2.21654773e-07, 0.258818358, -0.258818269, -1.56325041e-06, 0.965926111, 1.99303031e-07, -1.00000477, -1.54133886e-06))
  1182. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
  1183. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.613807499))
  1184. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409174442, -0.501249909, 9.29832458e-06, 0.965926349, -2.06753612e-07, 0.258818328, -8.51228833e-07, 1.00000465, 3.91714275e-06, -0.258818239, -4.03007471e-06, 0.965926051))
  1185. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
  1186. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205049, 0.40920499))
  1187. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409179688, -0.419426501, 4.529953e-06, 0.965926409, -3.35276127e-07, 0.258818358, -7.58096576e-07, 1.00000465, 3.97209078e-06, -0.258818269, -4.03449667e-06, 0.965926051))
  1188. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 1))
  1189. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1190. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409175396, 0.337592304, 0.286439419, 0.965926409, -3.35276127e-07, 0.258818358, -5.47617674e-07, -1.00000465, 8.68923962e-07, 0.258818328, -9.79969627e-07, -0.965926111))
  1191. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
  1192. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1193. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409174442, 0.317092687, 0.306918383, 0.965926409, -3.35276127e-07, 0.258818358, -8.36327672e-07, -1.00000465, 1.99116766e-06, 0.258818269, -2.13334351e-06, -0.965925992))
  1194. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1195. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1196. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409169674, -0.306894302, -0.317093372, 0.965925574, 5.569309e-07, 0.258820534, 0.258820564, 6.10440111e-07, -0.965925515, -7.4878335e-07, 1.00000465, 4.06522304e-07))
  1197. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1198. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.613807499))
  1199. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409171581, -0.419415176, -3.81469727e-06, 0.965925753, 3.45520675e-06, 0.258820564, -3.01934779e-06, 1.00000453, -2.21561641e-06, -0.258820504, 1.33556205e-06, 0.965925515))
  1200. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.200000003, 1.20000005))
  1201. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.613807499))
  1202. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409177303, -0.337566733, 5.48362732e-06, 0.965926349, -2.66358256e-07, 0.258818328, -8.00937414e-07, 1.00000465, 3.96044925e-06, -0.258818239, -4.05418541e-06, 0.965926051))
  1203. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
  1204. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1205. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.40916872, -0.521703362, 0.306914926, -0.965925753, -3.3210963e-06, -0.258820564, -2.88151205e-06, 1.00000453, -2.24076211e-06, 0.258820474, -1.40822522e-06, -0.965925455))
  1206. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1207. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1208. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409179688, 9.53674316e-06, 0.419403642, 0.965926349, -2.21654773e-07, 0.258818358, -0.258818239, -1.54826193e-06, 0.965926111, 1.95577741e-07, -1.00000465, -1.54040754e-06))
  1209. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.200000003, 1))
  1210. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1211. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587792635, -0.0161919594, -0.0653991699, 1.13248825e-06, -1.42026693e-07, 0.999999881, 0.341456413, 0.939902127, -1.56462193e-07, -0.939898133, 0.341457874, 8.04662704e-07))
  1212. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1213. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1214. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587798834, -0.00837624073, -0.0366694927, -1.01327896e-06, 2.93366611e-07, -0.999999881, -0.500394166, -0.865801752, 2.23517418e-07, -0.865797997, 0.50039643, 8.64267349e-07))
  1215. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1216. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.818409979))
  1217. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.58782959, -0.132636011, 0.471575022, 2.92062759e-06, 2.19326466e-07, 0.99999994, 0.250737906, -0.968059421, -4.47034836e-07, 0.968055427, 0.250738949, -2.69711018e-06))
  1218. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1219. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1220. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587816477, -0.00836849213, 0.752784967, 3.66568565e-06, -9.68575478e-07, 1, -0.500397146, -0.865800261, 9.53674316e-07, 0.865796447, -0.500399411, -3.50177288e-06))
  1221. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1222. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.818409979))
  1223. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587809563, 0.0303430557, 0.471570253, -7.4505806e-07, -4.87081707e-07, -0.999999881, -0.25074333, 0.968058169, -3.83704901e-07, 0.968053997, 0.250744343, -5.51342964e-07))
  1224. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1225. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1226. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587808847, -0.132651746, 0.0399596691, -1.01327896e-06, 1.48080289e-07, -0.999999881, 0.250738144, -0.968059599, -2.83122063e-07, -0.968055546, -0.250739217, 6.55651093e-07))
  1227. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1228. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1229. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587797642, -0.0125925392, 0.749894857, -1.84774399e-06, -1.41980127e-06, -1.00000012, 9.81613994e-07, 1.00000441, -1.46590173e-06, 1.00000048, -9.85339284e-07, -1.63912773e-06))
  1230. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1231. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1232. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587806702, -0.0897038579, -0.0337746143, -1.04308128e-06, 2.33296305e-07, -0.999999881, -6.29946589e-06, -1.00000441, -1.94646418e-07, -1.00000036, 6.33113086e-06, 8.64267349e-07))
  1233. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1234. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1235. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587805271, -0.0939061642, -0.0366768837, 3.30805779e-06, -1.09430403e-06, 1, 0.500399232, 0.86579895, -6.70552254e-07, -0.865795314, 0.500401378, 3.12924385e-06))
  1236. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1237. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1238. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587803364, -0.0861333609, -0.065392971, -3.4570694e-06, 1.2870878e-06, -1, -0.341461569, -0.939899921, -5.21540642e-08, -0.939896166, 0.341463149, 3.50177288e-06))
  1239. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1240. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1241. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587807655, -0.145272493, -0.0654447079, 1.10268593e-06, -2.22120434e-07, 1, 0.751385391, 0.659867108, -5.51342964e-07, -0.659864068, 0.751388669, 7.89761543e-07))
  1242. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1243. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.4322176))
  1244. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587798595, -0.0161972046, 0.98611784, -1.25169754e-06, -3.52505594e-07, -0.99999994, 0.341458827, 0.939900994, -6.78002834e-07, 0.939897239, -0.341460288, -8.04662704e-07))
  1245. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1246. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1247. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587803364, -0.0896650478, 0.749883652, 1.07288361e-06, 5.424954e-07, 0.999999881, 1.07474625e-06, -1.00000477, 5.7881698e-07, 1.00000048, 1.00769103e-06, -7.15255737e-07))
  1248. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1249. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1250. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587814093, -0.0939184427, 0.752784014, -3.69548798e-06, -3.41795385e-07, -1, 0.500397503, 0.865799904, -2.05636024e-06, 0.865796149, -0.50039959, -2.90572643e-06))
  1251. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1252. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.613807559))
  1253. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587794542, 0.042996645, 0.576957941, 1.63912773e-06, 1.89524144e-07, 1, -0.751385331, -0.659867108, 1.25169754e-06, 0.659864128, -0.75138855, -8.04662704e-07))
  1254. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1255. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.43221748))
  1256. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587800503, -0.0860856771, 0.986118555, 1.34110451e-06, 5.424954e-07, 0.99999994, -0.341454715, -0.939902663, 9.08970833e-07, 0.939898729, -0.341456294, -7.74860382e-07))
  1257. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1258. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1259. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587807417, 0.0429840088, -0.0654399395, -1.01327896e-06, 2.7846545e-07, -0.999999881, -0.751381814, -0.659871221, 4.91738319e-07, -0.659868538, 0.751384974, 7.15255737e-07))
  1260. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1261. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.613807559))
  1262. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587813616, -0.145255089, 0.576962709, -3.7252903e-06, 8.63336027e-07, -0.999999881, 0.751386225, 0.659865797, -2.13086605e-06, 0.659863055, -0.751389563, -2.98023224e-06))
  1263. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1264. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.SmoothPlastic,0,0,"Black","Neon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1265. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.53674316e-06, -1.14738941e-05, -4.76837158e-07, 0.965926766, 3.39001417e-07, 0.258816987, 5.27128577e-07, 1.00000477, -3.43192369e-06, -0.258816928, 3.45741319e-06, 0.965926468))
  1266. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.850000024, 1.00999999, 0.850000024))
  1267. MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1268. MBoot1weld=weld(m,handle,MBoot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -1.46776438e-05, -5.24520874e-06, 0.258816242, 1.01351179e-06, -0.965926588, 3.39560211e-06, 1.00000453, 1.94273889e-06, 0.965926766, -3.85195017e-06, 0.258816272))
  1269. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.03999996, 0.5))
  1270. --Leftie
  1271. handle=part(Enum.FormFactor.Custom,gunty,Enum.Material.SmoothPlastic,0,0,"Black","Handle",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1272. handleweld=weld(m,Character["Left Leg"],handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0141367912, 0.713674068, -0.0127640963, -0.260250956, 0.0149142649, 0.965426087, -0.0187318921, 0.999616802, -0.020492021, -0.96535933, -0.0234172773, -0.259871304))
  1273. mesh("BlockMesh",handle,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  1274. MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1275. MBoot1weld=weld(m,handle,MBoot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.15255737e-07, -1.43647194e-05, -7.62939453e-06, 0.258817017, -1.90187711e-06, 0.965926409, -3.05473804e-06, 1.00000477, 2.78931111e-06, -0.965926707, -3.72156501e-06, 0.258817077))
  1276. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  1277. MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1278. MBoot1weld=weld(m,handle,MBoot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.76837158e-07, -1.43051147e-05, -5.7220459e-06, 0.258816242, -1.01351179e-06, 0.965926588, -3.39560211e-06, 1.00000453, 1.94273889e-06, -0.965926766, -3.85195017e-06, 0.258816272))
  1279. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.03999996, 0.5))
  1280. MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1281. MBoot1weld=weld(m,handle,MBoot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.29153442e-06, -1.43051147e-05, -4.29153442e-06, 0.866025269, 8.1025064e-08, 0.500000775, 5.0291419e-08, 1.00000453, -2.39815563e-07, -0.500001192, 2.03959644e-07, 0.866024852))
  1282. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.03999996, 0.5))
  1283. MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1284. MBoot1weld=weld(m,handle,MBoot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.7220459e-06, -1.46925449e-05, -1.1920929e-06, 0.866026402, 1.45658851e-06, 0.499998689, -2.0340085e-06, 1.00000453, 6.79399818e-07, -0.499999166, -1.64285302e-06, 0.866026282))
  1285. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  1286. MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1287. MBoot1weld=weld(m,handle,MBoot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.76837158e-06, -1.48117542e-05, -7.62939453e-06, 0.500000119, 4.02797014e-07, 0.866025448, -4.07546759e-06, 1.00000453, 1.89431012e-06, -0.866025627, -4.53926623e-06, 0.50000006))
  1288. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  1289. MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1290. MNeonweld=weld(m,handle,MNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.76837158e-07, -3.1888485e-06, 1.43051147e-06, 0.866025865, -9.0058893e-07, 0.499999523, -7.63684511e-08, 1.00000465, 1.97067857e-06, -0.49999994, -1.76485628e-06, 0.866025805))
  1291. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  1292. MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1293. MNeonweld=weld(m,handle,MNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.15255737e-07, -1.43349171e-05, -6.19888306e-06, 0.258817106, 5.05347998e-07, 0.965926349, -1.03749335e-06, 1.00000477, -2.66358256e-07, -0.965926588, -9.983778e-07, 0.258817166))
  1294. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  1295. MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1296. MNeonweld=weld(m,handle,MNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.53674316e-07, -9.4473362e-06, -2.38418579e-07, 1.00000036, 4.86150384e-07, -8.94069672e-08, -4.58210707e-07, 1.00000465, -1.68941915e-06, -1.1920929e-07, 1.68383121e-06, 1))
  1297. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  1298. MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1299. MNeonweld=weld(m,handle,MNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.43051147e-06, -1.38580799e-05, -7.39097595e-06, 0.500000179, -9.406358e-07, 0.866025448, 8.28877091e-07, 1.00000453, 6.06290996e-07, -0.866025805, 3.7252903e-07, 0.50000006))
  1300. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  1301. MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.SmoothPlastic,0,0,"Really black","MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1302. MNeonweld=weld(m,handle,MNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.04904175e-05, -1.10566616e-05, 2.38418579e-07, 0.965926766, -3.39001417e-07, -0.258816987, -5.27128577e-07, 1.00000477, -3.43192369e-06, 0.258816928, 3.45741319e-06, 0.965926468))
  1303. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.850000024, 1.00999999, 0.850000024))
  1304. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1305. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.57627869e-06, -2.88188457e-05, 0.173900127, 0.258816868, -1.71843567e-07, 0.965926409, -3.33227217e-06, 1.00000477, 1.0477379e-06, -0.965926588, -3.53343785e-06, 0.258816928))
  1306. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
  1307. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1308. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.05990601e-06, -1.25467777e-05, -0.204605103, -0.965926409, -5.90458512e-07, 0.258817971, -7.80448318e-07, 1.00000465, -7.62287527e-07, -0.258817941, -9.35451681e-07, -0.96592623))
  1309. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
  1310. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1311. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.31266022e-05, -9.23871994e-06, -0.173952341, 0.258816868, -1.92021616e-07, 0.965926349, -3.35276127e-06, 1.00000453, 1.07008964e-06, -0.965926588, -3.57069075e-06, 0.258816898))
  1312. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
  1313. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1314. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.90734863e-06, -1.43051147e-05, -0.2046175, 0.866025865, -1.17346644e-06, 0.499999702, -2.42143869e-08, 1.00000453, 2.42795795e-06, -0.5, -2.15321779e-06, 0.866025627))
  1315. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
  1316. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1317. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.53674316e-07, -1.74045563e-05, -0.173940897, 0.866024971, -7.72997737e-08, 0.500001192, 2.99885869e-07, 1.00000477, -3.25031579e-07, -0.500001431, 3.66941094e-07, 0.866024852))
  1318. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
  1319. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1320. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.86102295e-05, -9.05990601e-06, -0.173911095, 0.500003397, -1.93528831e-06, -0.866023481, -1.58511102e-06, 1.00000465, -3.21026891e-06, 0.866024017, 3.00165266e-06, 0.500003099))
  1321. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
  1322. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1323. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.33514404e-05, -3.17692757e-05, 0.173903465, 0.866026223, -2.40281224e-06, 0.499998778, 2.83122063e-06, 1.00000453, -6.10016286e-08, -0.499999166, 1.43889338e-06, 0.866026044))
  1324. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
  1325. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1326. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.45435333e-05, -3.03983688e-05, 0.204582691, 0.258819401, -2.72160469e-06, 0.965925813, -6.1839819e-07, 1.00000453, 2.97510996e-06, -0.965926051, -1.41188502e-06, 0.258819461))
  1327. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
  1328. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1329. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.23977661e-05, -3.14116478e-05, 0.173899412, 0.965926588, -2.71946192e-07, -0.25881806, -3.94880772e-07, 1.00000477, -2.6631169e-06, 0.258817911, 2.65656126e-06, 0.965926051))
  1330. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
  1331. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1332. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.00679016e-06, -1.41263008e-05, -0.204611778, -0.500003338, -1.55437738e-06, 0.8660236, -3.6098063e-06, 1.00000465, -3.3993274e-07, -0.866024137, -3.30805779e-06, -0.50000304))
  1333. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
  1334. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1335. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.57356262e-05, -2.66134739e-05, 0.204608679, -0.965925813, 2.07684934e-06, 0.258820504, 1.96322799e-06, 1.00000453, -7.39935786e-07, -0.258820415, -1.89080311e-07, -0.965925455))
  1336. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
  1337. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1338. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.57356262e-05, -4.76837158e-06, -0.173935175, 0.965926766, -6.81728125e-07, -0.258816689, -1.82539225e-07, 1.00000453, -3.42587009e-06, 0.2588166, 3.36155426e-06, 0.965926468))
  1339. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
  1340. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1341. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-05, -2.65240669e-05, 0.173912048, 0.500003219, -2.04052776e-06, -0.86602366, -1.55717134e-06, 1.00000441, -3.31318006e-06, 0.866024077, 2.99327075e-06, 0.500002921))
  1342. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
  1343. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1344. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.33514404e-05, -7.83801079e-06, -0.20462656, 0.258815736, 5.62000423e-07, 0.965926707, -2.90386379e-06, 1.00000453, 1.99303031e-07, -0.965926945, -2.90572643e-06, 0.258815825))
  1345. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
  1346. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1347. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.67028809e-05, -2.66730785e-05, 0.204610825, -0.500003278, 1.87475234e-06, 0.86602366, -1.71363354e-06, 1.00000477, -3.21911648e-06, -0.866024196, -3.08733433e-06, -0.50000304))
  1348. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
  1349. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1350. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.1920929e-05, -3.0964613e-05, 0.20458746, 0.866025925, -1.43051147e-06, 0.499999702, 2.05077231e-06, 1.00000465, -6.12810254e-07, -0.5, 1.53761357e-06, 0.866025567))
  1351. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
  1352. MNeon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon2",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1353. MNeon2weld=weld(m,handle,MNeon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.24520874e-06, -1.48117542e-05, -5.00679016e-06, 0.866025746, -1.11758709e-06, 0.49999994, -4.84287739e-08, 1.00000441, 2.37394124e-06, -0.500000179, -2.11410224e-06, 0.866025448))
  1354. mesh("BlockMesh",MNeon2,"","",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 1.05999994, 0.200000003))
  1355. MNeon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon2",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1356. MNeon2weld=weld(m,handle,MNeon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.76837158e-07, -1.48713589e-05, -8.58306885e-06, 0.258819252, -2.72412763e-06, 0.965925813, -5.55068254e-07, 1.00000465, 2.92109326e-06, -0.965926111, -1.35414302e-06, 0.258819312))
  1357. mesh("BlockMesh",MNeon2,"","",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 1.05999994, 0.200000003))
  1358. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1359. Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409214973, -0.144695997, -0.144689798, 0.258818269, -1.52112989e-07, 0.965926111, -0.683013678, 0.707109571, 0.183012441, -0.683012664, -0.707110763, 0.183011994))
  1360. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1361. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1362. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409241676, -1.16626608, 0.0409257412, -0.965926111, 1.48452818e-06, 0.258819342, 7.82310963e-07, 1.00000453, -2.97697261e-06, -0.258819222, -2.66422467e-06, -0.965925694))
  1363. mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 0.400000006))
  1364. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1365. Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409200907, -0.144691944, -0.144690037, 0.258817255, 4.4434255e-06, 0.965926349, -0.683013499, 0.707111001, 0.183008298, -0.68301326, -0.707109213, 0.18301475))
  1366. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1367. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.409205049, 0.40920499))
  1368. Neon2weld=weld(m,handle,Neon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409180641, -0.419389844, -2.86102295e-06, 0.965925574, 2.30595469e-06, -0.258820593, -2.94297934e-06, 1.00000453, -2.22958624e-06, 0.258820593, 2.87155126e-06, 0.965925574))
  1369. mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1370. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1371. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587827921, -0.0126010776, -0.0337805748, 3.27825546e-06, 1.11712143e-06, -0.99999994, -6.01634383e-06, 1.00000453, 1.07986853e-06, 1.00000048, 6.05173409e-06, 3.01003456e-06))
  1372. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1373. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1374. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409216642, -0.818417668, 0.409195423, 0.965926051, -2.58162618e-06, -0.258819371, 1.8607825e-06, 1.00000477, -3.13017517e-06, 0.258819312, 2.51968231e-06, 0.965925753))
  1375. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1376. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.20460251))
  1377. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409233093, -0.511525393, 0.409212828, 0.96592617, 5.75557351e-07, -0.258818269, -7.4505806e-07, 1.00000465, -7.13858753e-07, 0.258818269, 8.54082828e-07, 0.965926111))
  1378. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1379. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1380. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409227371, -1.22763395, 0.102303028, -0.965926409, -5.68106771e-07, 0.258818299, -2.29291618e-06, 1.00000465, -6.52717426e-06, -0.258818269, -6.89018088e-06, -0.965926111))
  1381. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1382. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1383. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40921998, -1.22765374, 0.10229373, 0.965926111, 2.41585076e-06, -0.258819401, -2.92062759e-06, 1.00000453, -1.85659155e-06, 0.258819312, 2.51964593e-06, 0.965925753))
  1384. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1385. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(1.0230124, 0.40920499, 1.02301252))
  1386. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.14576721e-06, -0.511505842, 1.00135803e-05, -0.258817196, 1.76685171e-06, -0.96592623, -2.5536865e-06, 1.00000453, 2.50060111e-06, 0.965926707, 3.14600766e-06, -0.258817315))
  1387. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1388. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1389. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409229994, -0.818407714, 0.409216166, -0.965926349, -5.42029738e-07, 0.258818328, -7.07805157e-07, 1.00000465, -6.93835318e-07, -0.258818269, -8.16775355e-07, -0.965926111))
  1390. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1391. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.20460251))
  1392. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409224749, -0.511516333, -0.409199953, 0.965926349, -2.19792128e-07, -0.258818567, -6.14672899e-08, 1.00000346, -1.23400241e-06, 0.258818507, 1.2102355e-06, 0.965925992))
  1393. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1394. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1395. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409209013, -0.81839484, -0.409217834, 0.258819014, 1.78793925e-07, 0.965925694, -5.72018325e-06, 1.00000453, 1.34762377e-06, -0.965926111, -5.93066216e-06, 0.258819163))
  1396. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1397. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1398. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409201145, -0.818392992, -0.409234762, 0.258819222, 2.12179657e-07, 0.965925813, -5.49852848e-06, 1.00000477, 1.23260543e-06, -0.96592623, -5.65871596e-06, 0.258819371))
  1399. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1400. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.818410039, 0.409205019))
  1401. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409226418, -0.716124475, -6.19888306e-06, 0.965928972, 1.67638063e-07, -0.258819133, -1.13248825e-06, 1.00000918, -7.0175156e-07, 0.258818567, 5.44099748e-07, 0.965927899))
  1402. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1403. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1404. Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00101113319, -0.409224987, 0.00104081631, -0.183009192, -0.707110524, -0.683013201, -0.965926826, -2.24076211e-06, 0.258816421, -0.183012486, 0.707109571, -0.683013439))
  1405. mesh("CylinderMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 1.13, 0.839999974))
  1406. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1407. Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409229994, 0.0010099411, -0.00104010105, 0.96592617, 5.75557351e-07, -0.258818269, 0.183011368, 0.707111835, 0.683011353, 0.183012962, -0.707108498, 0.683014393))
  1408. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.11000001, 1.20000005, 1.20000005))
  1409. MBoot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","MBoot",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1410. MBootweld=weld(m,handle,MBoot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(8.10623169e-06, -4.32133675e-06, 2.14576721e-06, 0.96592617, 5.75557351e-07, -0.258818269, 3.57627869e-07, 1.00000465, 3.40072438e-06, 0.258818269, -3.39271719e-06, 0.96592623))
  1411. mesh("BlockMesh",MBoot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1412. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1413. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.1920929e-05, -0.0494014025, 0.0132374763, 0.965926349, 5.04776835e-07, -0.258818358, 0.0669859126, 0.965931296, 0.249997243, 0.249999553, -0.258817166, 0.933013558))
  1414. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
  1415. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1416. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.95503235e-05, -0.0494132638, -0.0132431984, 0.96592629, 5.6065619e-07, -0.258818299, -0.0669864863, 0.965931475, -0.249995902, 0.249999389, 0.258816093, 0.933014035))
  1417. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
  1418. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1419. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.66893005e-05, 0.101639032, -0.0272481441, 0.965926349, 5.12227416e-07, -0.258818358, 0.0669851974, 0.965931892, 0.249994665, 0.249999732, -0.258814543, 0.933014274))
  1420. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
  1421. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1422. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.90734863e-06, 0.0494036674, -0.0132493973, 0.965926349, 5.19677997e-07, -0.258818328, 0.0669869334, 0.965930104, 0.250001281, 0.24999927, -0.258821338, 0.933012426))
  1423. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
  1424. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1425. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.85966492e-05, -0.105883151, -0.0283741951, 0.965926051, 2.33389437e-06, -0.258819342, -0.0669894889, 0.965930343, -0.249999389, 0.249999687, 0.258820236, 0.933012843))
  1426. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
  1427. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1428. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(8.58306885e-06, 0.0494105816, 0.0132248402, 0.965925992, 2.48104334e-06, -0.258819342, -0.0669896603, 0.965930223, -0.249999434, 0.249999657, 0.258820325, 0.933012903))
  1429. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
  1430. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1431. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.23977661e-05, -0.105862498, 0.0283658504, 0.965926468, 5.38304448e-07, -0.258818358, 0.0669858381, 0.965931416, 0.249997199, 0.249999538, -0.258817077, 0.933013558))
  1432. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
  1433. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1434. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.04904175e-05, 0.101653516, 0.0272288322, 0.96592629, -9.57399607e-07, -0.258818865, -0.0669860095, 0.96593076, -0.24999921, 0.25000003, 0.258819193, 0.933012962))
  1435. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
  1436. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1437. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40922904, 0.00101161003, -0.00103890896, 0.965926349, 5.21540642e-07, -0.258818299, 0.183010414, 0.70711565, 0.683007777, 0.183013827, -0.707104683, 0.683017969))
  1438. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.12, 0.899999976, 0.899999976))
  1439. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1440. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409226418, -0.0321686566, -4.76837158e-07, 0.965925992, -1.40629709e-06, -0.258819252, 6.92903996e-07, 1.00000465, -3.05427238e-06, 0.258819193, 2.73579644e-06, 0.965925753))
  1441. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
  1442. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1443. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409235001, 0.0394316316, 1.02519989e-05, 0.965926409, 3.7997961e-07, -0.258818358, -5.83007932e-07, 1.00000465, -8.88947397e-07, 0.258818328, 1.00231227e-06, 0.965926111))
  1444. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
  1445. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1446. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409237146, -0.0332256556, 0.00256085396, 0.965926468, 5.25265932e-07, -0.258818328, -0.183010936, 0.707115948, -0.683007121, 0.183013305, 0.707104206, 0.683018506))
  1447. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
  1448. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1449. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409226418, 0.0383610725, -0.00259196758, 0.965926349, 5.06639481e-07, -0.258818299, 0.183010906, 0.707113624, 0.683009565, 0.18301329, -0.70710659, 0.683015943))
  1450. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
  1451. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1452. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40922451, -0.0358011723, 0.00365287066, 0.965926349, 4.3772161e-07, -0.258818358, -0.258818269, 1.79674134e-06, -0.965925992, 7.07805157e-08, 1.00000465, 1.8235296e-06))
  1453. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
  1454. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1455. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40922761, -0.0332458019, -0.00256955624, 0.965927541, 3.40864062e-07, -0.258818686, 0.183011636, 0.707112014, 0.683013082, 0.183012843, -0.707111239, 0.683013916))
  1456. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
  1457. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1458. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40922904, 0.0383840799, 0.00255608559, 0.965925872, -1.52364373e-06, -0.258820266, -0.183010653, 0.707117081, -0.683006108, 0.183016419, 0.707103014, 0.683019042))
  1459. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
  1460. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1461. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409226418, 0.0358090401, 0.00363260508, 0.965926349, 4.07919288e-07, -0.258818388, -0.258818269, 1.7967559e-06, -0.965925992, 1.00582838e-07, 1.00000465, 1.81607902e-06))
  1462. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
  1463. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1464. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.40921092, -0.197651148, 0.0529534817, 0.258817226, -1.89360253e-06, 0.965926349, -0.933013141, -0.258822113, 0.249997735, 0.25000155, -0.965929866, -0.0669890717))
  1465. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1466. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1467. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409209013, 0.139738083, -0.0374652147, 0.258817255, -1.61089702e-07, 0.96592629, -0.933013141, -0.258822173, 0.249998212, 0.250001937, -0.965929866, -0.0669874549))
  1468. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1469. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1470. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409212351, -0.197653294, -0.0529562235, 0.258817255, -1.86733268e-06, 0.965926468, -0.933013141, 0.258821279, 0.249998748, -0.250001639, -0.965929866, 0.0669853985))
  1471. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1472. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1473. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409211874, 0.139731884, 0.0374417305, 0.258818269, -1.39294571e-07, 0.965926111, -0.93301338, 0.258819848, 0.249999404, -0.249999881, -0.965930462, 0.0669869259))
  1474. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1475. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1476. Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409215927, -0.19765234, 0.0529660583, 0.258818269, -1.24478902e-07, 0.965926111, -0.933012545, -0.258823633, 0.249999091, 0.250003308, -0.965929449, -0.0669880956))
  1477. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1478. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1479. Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409211874, 0.139737129, -0.0374429226, 0.258818269, -1.24517101e-07, 0.965926111, -0.93301338, -0.258820385, 0.249999329, 0.250000209, -0.965930343, -0.0669872537))
  1480. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1481. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1482. Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409214973, -0.197654247, -0.0529577732, 0.258818269, -1.24562575e-07, 0.965926111, -0.933012605, 0.258823037, 0.24999918, -0.25000298, -0.965929627, 0.0669877604))
  1483. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1484. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1485. Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409205198, 0.139731884, 0.0374416113, 0.258818269, -1.24471626e-07, 0.965926111, -0.933013499, 0.258819491, 0.249999404, -0.249999523, -0.965930402, 0.0669868439))
  1486. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1487. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1488. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.40921092, 0.125280857, 0.0723316669, 0.258818269, -1.24515282e-07, 0.965926111, -0.836515129, 0.500005543, 0.224142864, -0.482966512, -0.866027653, 0.129409969))
  1489. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.16999996, 0.600000024, 0.600000024))
  1490. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1491. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409209251, -0.17721343, -0.102310419, 0.258818269, -1.24433427e-07, 0.965926111, -0.836515069, 0.500005603, 0.224142849, -0.482966572, -0.866027653, 0.129409984))
  1492. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.16799998, 0.75999999, 0.75999999))
  1493. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1494. Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409214973, -0.177217484, -0.102312326, 0.258818269, -1.24435246e-07, 0.965926111, -0.836516678, 0.500002623, 0.224143282, -0.482963651, -0.866029322, 0.129409179))
  1495. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.176, 0.600000024, 0.600000024))
  1496. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1497. Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409204245, 0.125283957, 0.0723342896, 0.258818269, -1.24524377e-07, 0.965926111, -0.836516857, 0.500002205, 0.224143326, -0.482963234, -0.866029561, 0.12940909))
  1498. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.17999995, 0.5, 0.5))
  1499. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1500. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409208298, -0.144697428, -0.144692898, 0.258818269, -1.24453436e-07, 0.965926111, -0.683013797, 0.707109451, 0.183012471, -0.683012545, -0.707110643, 0.183011979))
  1501. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1502. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1503. Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409204006, 0.102293491, 0.102295399, 0.258818269, -1.52136636e-07, 0.965926111, -0.683013558, 0.70710963, 0.183012396, -0.683012724, -0.707110465, 0.183012009))
  1504. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1505. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1506. Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409214973, -0.144698143, -0.144692898, 0.258818269, -1.39289114e-07, 0.965926111, -0.683013678, 0.707109571, 0.183012441, -0.683012486, -0.707110643, 0.183011949))
  1507. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13800001, 1.39999998, 1.39999998))
  1508. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1509. Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409205198, 0.102293491, 0.102294445, 0.258818269, -1.39243639e-07, 0.965926111, -0.683013558, 0.707109571, 0.183012411, -0.683012605, -0.707110643, 0.183011979))
  1510. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 1, 1))
  1511. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1512. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409204006, 0.10229063, 0.102291346, 0.258818269, -1.3727913e-07, 0.965926111, -0.68301332, 0.707109988, 0.183012336, -0.683012962, -0.707110107, 0.183012083))
  1513. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1514. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1515. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409225225, -0.0409274101, -0.272358775, -0.96592623, -4.47034836e-07, 0.258818358, 0.258818299, -2.08748861e-06, 0.965926111, 1.43423676e-07, 1.00000453, 2.10478902e-06))
  1516. mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.400000006, 0.400000006))
  1517. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1518. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409230709, 0.272356182, 0.0409178734, -0.965926349, -4.74974513e-07, 0.258818358, 1.06915832e-06, -1.00000477, 2.38977373e-06, 0.258818328, 2.58247201e-06, 0.96592617))
  1519. mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.400000006, 0.400000006))
  1520. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1521. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409236908, 0.235309601, 0.153463125, -0.965926528, -6.66826963e-07, 0.258817494, 1.04308128e-06, -1.00000441, 1.52504072e-06, 0.258817434, 1.72445471e-06, 0.96592617))
  1522. mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.800000012, 0.100000001))
  1523. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1524. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40923667, 0.235306889, 0.153455257, 0.965926111, -2.78837979e-06, -0.258819282, -2.03959644e-06, -1.00000453, 3.33879143e-06, -0.258819193, -2.6688358e-06, -0.965925694))
  1525. mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.800000012, 0.100000001))
  1526. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1527. Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409226418, -0.0716133118, 1.19694662, -0.965926349, -4.74974513e-07, 0.258818358, -0.258818299, 1.88409467e-06, -0.96592623, -8.00937414e-08, -1.00000477, -1.92364678e-06))
  1528. mesh("SpecialMesh",Boot1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.699999988, 0.699999988))
  1529. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1530. Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409232855, -1.1969645, 0.071611166, -0.965926349, -5.04776835e-07, 0.258818358, -6.79865479e-07, 1.00000477, -7.80913979e-07, -0.258818299, -9.1304355e-07, -0.965926111))
  1531. mesh("SpecialMesh",Boot1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.699999988, 0.699999988))
  1532. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 1.02301252, 0.409205019))
  1533. Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409227371, -0.613799989, -9.77516174e-06, 0.96592623, 4.30271029e-07, -0.258818388, -6.1839819e-07, 1.00000465, -7.87898898e-07, 0.258818358, 8.9310015e-07, 0.965926111))
  1534. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 1, 0.699999988))
  1535. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1536. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409233332, -0.0818500519, 1.20718551, -0.96592629, -3.87430191e-07, 0.258818388, -0.258818358, 1.76667527e-07, -0.965926111, 2.90572643e-07, -1.00000465, -2.54716724e-07))
  1537. mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.800000012, 0.800000012))
  1538. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 1.02301252, 0.409205019))
  1539. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409231186, -0.613821983, -1.14440918e-05, 0.965926468, 4.71249223e-07, -0.258818388, -1.10454857e-06, 1.00000465, -2.5019981e-06, 0.258818269, 2.6885682e-06, 0.965925932))
  1540. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1, 0.800000012))
  1541. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1542. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409229517, -1.20718884, 0.0818462372, -0.965926349, -4.3772161e-07, 0.258818358, -1.07474625e-06, 1.00000465, -2.50991434e-06, -0.258818269, -2.68853e-06, -0.965925932))
  1543. mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.800000012, 0.800000012))
  1544. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1545. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409235001, -0.0409214497, 1.16627288, -0.965925992, 2.76602805e-06, 0.258819282, -0.258819282, 1.62548531e-07, -0.965925813, -2.75112689e-06, -1.00000453, 5.71832061e-07))
  1546. mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 0.400000006))
  1547. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 1.02301252, 0.409205019))
  1548. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409235239, -0.613821566, -1.12056732e-05, 0.965926051, -2.87033617e-06, -0.258819312, 2.12155282e-06, 1.00000453, -3.34531069e-06, 0.258819163, 2.65357085e-06, 0.965925634))
  1549. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1, 0.400000006))
  1550. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1551. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409197807, -0.197657824, 0.052965343, 0.258818299, -1.24588041e-07, 0.965926111, -0.93301338, -0.258820385, 0.249999329, 0.250000209, -0.965930343, -0.0669872537))
  1552. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1553. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1554. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409207582, 0.13973856, -0.0374410748, 0.258818299, -1.24598955e-07, 0.965926111, -0.933012426, -0.258824199, 0.249999076, 0.250003844, -0.96592921, -0.0669882223))
  1555. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1556. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1557. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409204483, -0.197654724, -0.0529592037, 0.258818269, -1.24469807e-07, 0.965926111, -0.933013678, 0.258819193, 0.249999464, -0.24999927, -0.965930581, 0.0669867545))
  1558. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1559. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1560. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409206867, 0.139734268, 0.0374424458, 0.258818269, -1.24486178e-07, 0.965926111, -0.93301338, 0.258819848, 0.249999404, -0.249999836, -0.965930402, 0.0669869184))
  1561. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1562. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1563. Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40920496, -0.197653532, 0.0529638529, 0.258818269, -1.24535291e-07, 0.965926111, -0.933012486, -0.258823812, 0.249999106, 0.250003487, -0.965929329, -0.0669881254))
  1564. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1565. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1566. Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409206867, 0.139734745, -0.0374411345, 0.258818269, -1.24560756e-07, 0.965926111, -0.933012366, -0.258824348, 0.249999046, 0.250003994, -0.96592921, -0.0669882521))
  1567. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1568. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1569. Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409198284, -0.1976583, -0.0529613495, 0.258818269, -1.24504368e-07, 0.965926111, -0.933013618, 0.258819163, 0.249999434, -0.249999225, -0.965930521, 0.066986762))
  1570. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1571. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1572. Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409200668, 0.139736652, 0.0374437571, 0.258818269, -1.24442522e-07, 0.965926111, -0.93301338, 0.258819848, 0.249999404, -0.249999881, -0.965930462, 0.0669869259))
  1573. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1574. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1575. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409206867, 0.125281811, 0.0723330975, 0.258818269, -1.24469807e-07, 0.965926111, -0.836515069, 0.500005603, 0.224142849, -0.482966572, -0.866027653, 0.129409984))
  1576. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.16999996, 0.600000024, 0.600000024))
  1577. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1578. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409205675, -0.17721653, -0.102313757, 0.258818269, -1.39189069e-07, 0.965926111, -0.836516857, 0.500002205, 0.224143326, -0.482963175, -0.866029501, 0.129409075))
  1579. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.16799998, 0.75999999, 0.75999999))
  1580. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1581. Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409199715, -0.177212715, -0.102311611, 0.258818388, -8.41919245e-08, 0.965926409, -0.836517453, 0.500002384, 0.22414349, -0.482962996, -0.866030514, 0.129409164))
  1582. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.176, 0.600000024, 0.600000024))
  1583. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1584. Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409204483, 0.125282526, 0.0723347664, 0.258817196, 8.29286364e-07, 0.96592623, -0.836516261, 0.500003815, 0.224141687, -0.482964724, -0.866028488, 0.129409805))
  1585. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.17999995, 0.5, 0.5))
  1586. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1587. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409199476, -0.144693375, -0.144691944, 0.258818358, -7.3290721e-08, 0.96592623, -0.683013737, 0.707110167, 0.183012426, -0.683012843, -0.707110941, 0.183012158))
  1588. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1589. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1590. Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409203053, 0.102294922, 0.102293968, 0.258817226, 8.58977728e-07, 0.96592629, -0.683012784, 0.707111001, 0.183010682, -0.683013916, -0.707109272, 0.183012277))
  1591. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1592. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1593. Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409201384, -0.144695997, -0.144692183, 0.258817196, -4.32314664e-06, 0.96592623, -0.683011889, 0.707111001, 0.183014244, -0.68301481, -0.707109213, 0.183008716))
  1594. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13800001, 1.39999998, 1.39999998))
  1595. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1596. Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409200668, 0.102293253, 0.102293015, 0.258818328, -5.30217221e-08, 0.965926111, -0.683013678, 0.707109869, 0.183012411, -0.683012784, -0.707110763, 0.183012128))
  1597. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 1, 1))
  1598. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1599. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409199715, 0.102294445, 0.102296114, 0.258818299, -1.14005161e-07, 0.965926111, -0.683013558, 0.70710969, 0.183012411, -0.683012724, -0.707110524, 0.183012053))
  1600. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1601. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1602. Neon2weld=weld(m,handle,Neon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409179211, -0.296577692, 0.296578765, 0.96592629, 3.52039933e-07, -0.258818269, 0.183010995, 0.707113981, 0.683009505, 0.18301329, -0.707106411, 0.683016241))
  1603. mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.11000001, 0.600000024, 0.600000024))
  1604. Boot2=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1605. Boot2weld=weld(m,handle,Boot2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409179211, -0.296575546, 0.296580553, 0.965926409, 3.20374966e-07, -0.258818328, 0.18301104, 0.707113862, 0.683009446, 0.18301329, -0.707106411, 0.683016241))
  1606. mesh("BlockMesh",Boot2,"","",Vector3.new(0, 0, 0),Vector3.new(1.10000002, 0.800000012, 0.800000012))
  1607. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1608. Neon2weld=weld(m,handle,Neon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409178734, -0.296581507, 0.296577692, 0.965926409, 3.20374966e-07, -0.258818328, 0.183010831, 0.707114697, 0.683008671, 0.183013484, -0.707105637, 0.683017015))
  1609. mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.09000003, 1, 1))
  1610. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1611. Neon2weld=weld(m,handle,Neon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409176826, -0.0716166496, 0.419394374, 0.965926349, 2.51457095e-07, -0.258818328, 0.258818239, -1.62826291e-06, 0.965926111, -1.89989805e-07, -1.00000465, -1.63773075e-06))
  1612. mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
  1613. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1614. Neon2weld=weld(m,handle,Neon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409178257, 0.071618557, 0.41939801, 0.965926349, 2.21654773e-07, -0.258818358, 0.258818269, -1.56325041e-06, 0.965926111, -1.99303031e-07, -1.00000477, -1.54133886e-06))
  1615. mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
  1616. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1617. Neon2weld=weld(m,handle,Neon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409179688, 9.77516174e-06, 0.419403434, 0.965926349, 2.21654773e-07, -0.258818358, 0.258818239, -1.54826193e-06, 0.965926111, -1.95577741e-07, -1.00000465, -1.54040754e-06))
  1618. mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.200000003, 1))
  1619. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.613807499))
  1620. Neon2weld=weld(m,handle,Neon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409177303, -0.337566525, 6.19888306e-06, 0.965926349, 2.66358256e-07, -0.258818328, 8.00937414e-07, 1.00000465, 3.96044925e-06, 0.258818239, -4.05418541e-06, 0.965926051))
  1621. mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
  1622. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.613807499))
  1623. Neon2weld=weld(m,handle,Neon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409173965, -0.501249552, 1.00135803e-05, 0.965926349, 2.06753612e-07, -0.258818328, 8.51228833e-07, 1.00000465, 3.91714275e-06, 0.258818239, -4.03007471e-06, 0.965926051))
  1624. mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
  1625. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.613807499))
  1626. Neon2weld=weld(m,handle,Neon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409171104, -0.419414759, -3.81469727e-06, 0.965925753, -3.45520675e-06, -0.258820564, 3.01934779e-06, 1.00000453, -2.21561641e-06, 0.258820504, 1.33556205e-06, 0.965925515))
  1627. mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.200000003, 1.20000005))
  1628. Boot2=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot2",Vector3.new(0.20460248, 0.409205049, 0.40920499))
  1629. Boot2weld=weld(m,handle,Boot2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409179688, -0.419426411, 4.529953e-06, 0.965926409, 3.35276127e-07, -0.258818358, 7.58096576e-07, 1.00000465, 3.97209078e-06, 0.258818269, -4.03449667e-06, 0.965926051))
  1630. mesh("BlockMesh",Boot2,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 1))
  1631. Boot2=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1632. Boot2weld=weld(m,handle,Boot2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409172058, -0.501271248, 0.286438227, -0.96592629, -3.59490514e-07, 0.258818328, -5.47617674e-07, 1.00000477, -8.30739737e-07, -0.258818299, -9.44612111e-07, -0.965926111))
  1633. mesh("SpecialMesh",Boot2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
  1634. Boot2=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1635. Boot2weld=weld(m,handle,Boot2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409172535, -0.501301229, 0.286454678, 0.96592629, 3.59490514e-07, -0.258818328, -9.01520252e-07, 1.00000465, -2.14390457e-06, 0.258818299, 2.29554826e-06, 0.965926051))
  1636. mesh("SpecialMesh",Boot2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
  1637. Boot2=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1638. Boot2weld=weld(m,handle,Boot2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409174919, 0.337592006, 0.286439896, 0.965926409, 3.35276127e-07, -0.258818358, 5.47617674e-07, -1.00000465, 8.68923962e-07, -0.258818328, -9.79969627e-07, -0.965926111))
  1639. mesh("SpecialMesh",Boot2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
  1640. Boot2=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1641. Boot2weld=weld(m,handle,Boot2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409175396, -0.286457539, -0.337592602, 0.96592629, 3.59490514e-07, -0.258818328, -0.258818269, 1.67720827e-06, -0.965926051, 1.11758709e-07, 1.00000465, 1.68895349e-06))
  1642. mesh("SpecialMesh",Boot2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
  1643. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1644. Neon2weld=weld(m,handle,Neon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409173965, 0.317092389, 0.306917667, 0.965926409, 3.35276127e-07, -0.258818358, 8.36327672e-07, -1.00000465, 1.99116766e-06, -0.258818269, -2.13334351e-06, -0.965925992))
  1645. mesh("SpecialMesh",Neon2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1646. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1647. Neon2weld=weld(m,handle,Neon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40916872, -0.521703243, 0.306914091, -0.965925753, 3.3210963e-06, 0.258820564, 2.88151205e-06, 1.00000453, -2.24076211e-06, -0.258820474, -1.40822522e-06, -0.965925455))
  1648. mesh("SpecialMesh",Neon2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1649. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1650. Neon2weld=weld(m,handle,Neon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409169197, -0.306894302, -0.317093372, 0.965925574, -5.569309e-07, -0.258820534, -0.258820564, 6.10440111e-07, -0.965925515, 7.4878335e-07, 1.00000465, 4.06522304e-07))
  1651. mesh("SpecialMesh",Neon2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1652. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1653. Neon2weld=weld(m,handle,Neon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409186363, -0.521715999, 0.306899309, 0.965926111, -3.17022204e-06, -0.258819669, 2.47173011e-06, 1.00000477, -3.12086195e-06, 0.25881958, 2.36122651e-06, 0.965925694))
  1654. mesh("SpecialMesh",Neon2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1655. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1656. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587807059, 0.0429844856, -0.0654397011, -1.01327896e-06, -2.7846545e-07, 0.999999881, 0.751381814, -0.659871221, 4.91738319e-07, 0.659868538, 0.751384974, 7.15255737e-07))
  1657. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1658. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.613807559))
  1659. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.5877949, 0.0429968834, 0.576957464, 1.63912773e-06, -1.89524144e-07, -1, 0.751385331, -0.659867108, 1.25169754e-06, -0.659864128, -0.75138855, -8.04662704e-07))
  1660. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1661. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1662. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587807536, -0.145272493, -0.065444231, 1.10268593e-06, 2.22120434e-07, -1, -0.751385391, 0.659867108, -5.51342964e-07, 0.659864068, 0.751388669, 7.89761543e-07))
  1663. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1664. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.613807559))
  1665. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587813735, -0.145255327, 0.576961994, -3.7252903e-06, -8.63336027e-07, 0.999999881, -0.751386225, 0.659865797, -2.13086605e-06, -0.659863055, -0.751389563, -2.98023224e-06))
  1666. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1667. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1668. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587813258, -0.0939185619, 0.752783298, -3.69548798e-06, 3.41795385e-07, 1, -0.500397503, 0.865799904, -2.05636024e-06, -0.865796149, -0.50039959, -2.90572643e-06))
  1669. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1670. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1671. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587798476, -0.0083758831, -0.0366687775, -1.01327896e-06, -2.93366611e-07, 0.999999881, 0.500394166, -0.865801752, 2.23517418e-07, 0.865797997, 0.50039643, 8.64267349e-07))
  1672. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1673. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1674. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587804914, -0.0939061642, -0.0366764069, 3.30805779e-06, 1.09430403e-06, -1, -0.500399232, 0.86579895, -6.70552254e-07, 0.865795314, 0.500401378, 3.12924385e-06))
  1675. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1676. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1677. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587816, -0.00836849213, 0.752784729, 3.66568565e-06, 9.68575478e-07, -1, 0.500397146, -0.865800261, 9.53674316e-07, -0.865796447, -0.500399411, -3.50177288e-06))
  1678. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1679. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1680. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587793231, -0.0161919594, -0.0653986931, 1.13248825e-06, 1.42026693e-07, -0.999999881, -0.341456413, 0.939902127, -1.56462193e-07, 0.939898133, 0.341457874, 8.04662704e-07))
  1681. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1682. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.43221748))
  1683. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587800264, -0.0860856771, 0.98611784, 1.34110451e-06, -5.424954e-07, -0.99999994, 0.341454715, -0.939902663, 9.08970833e-07, -0.939898729, -0.341456294, -7.74860382e-07))
  1684. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1685. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.4322176))
  1686. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587798476, -0.0161970854, 0.986116886, -1.25169754e-06, 3.52505594e-07, 0.99999994, -0.341458827, 0.939900994, -6.78002834e-07, -0.939897239, -0.341460288, -8.04662704e-07))
  1687. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1688. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1689. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587803006, -0.0861334801, -0.0653924942, -3.4570694e-06, -1.2870878e-06, 1, 0.341461569, -0.939899921, -5.21540642e-08, 0.939896166, 0.341463149, 3.50177288e-06))
  1690. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1691. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.818409979))
  1692. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587829351, -0.132636428, 0.471574783, 2.92062759e-06, -2.19326466e-07, -0.99999994, -0.250737906, -0.968059421, -4.47034836e-07, -0.968055427, 0.250738949, -2.69711018e-06))
  1693. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1694. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.818409979))
  1695. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587810159, 0.0303432941, 0.471569538, -7.4505806e-07, 4.87081707e-07, 0.999999881, 0.25074333, 0.968058169, -3.83704901e-07, -0.968053997, 0.250744343, -5.51342964e-07))
  1696. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1697. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1698. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.58780849, -0.132652044, 0.0399599075, -1.01327896e-06, -1.48080289e-07, 0.999999881, -0.250738144, -0.968059599, -2.83122063e-07, 0.968055546, -0.250739217, 6.55651093e-07))
  1699. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1700. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1701. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587807655, 0.0303399563, 0.0399317741, 3.01003456e-06, 3.75322998e-07, -0.999999821, 0.250737667, 0.968059659, 1.05053186e-06, 0.968055487, -0.25073868, 2.63750553e-06))
  1702. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1703. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1704. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587802768, -0.0896653533, 0.749882698, 1.07288361e-06, -5.424954e-07, -0.999999881, -1.07474625e-06, -1.00000477, 5.7881698e-07, -1.00000048, 1.00769103e-06, -7.15255737e-07))
  1705. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1706. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1707. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587797523, -0.0125925541, 0.749894142, -1.84774399e-06, 1.41980127e-06, 1.00000012, -9.81613994e-07, 1.00000441, -1.46590173e-06, -1.00000048, -9.85339284e-07, -1.63912773e-06))
  1708. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1709. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1710. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.58780694, -0.0897039622, -0.0337738991, -1.04308128e-06, -2.33296305e-07, 0.999999881, 6.29946589e-06, -1.00000441, -1.94646418e-07, 1.00000036, 6.33113086e-06, 8.64267349e-07))
  1711. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1712.  
  1713. -----------Compiled/Converted by youssefaxo/Josen#152o
  1714.  
  1715. Player=game:GetService('Players').TameDoNotClick
  1716. Character=Player.Character
  1717. Mouse=Player:GetMouse()
  1718. glovey=Instance.new('Model',Character)
  1719. m=Instance.new('Model',Character)
  1720.  
  1721. local function weldBetween(a, b)
  1722. local weldd = Instance.new("ManualWeld")
  1723. weldd.Part0 = a
  1724. weldd.Part1 = b
  1725. weldd.C0 = CFrame.new()
  1726. weldd.C1 = b.CFrame:inverse() * a.CFrame
  1727. weldd.Parent = a
  1728. return weldd
  1729. end
  1730.  
  1731. it=Instance.new
  1732.  
  1733. function nooutline(part)
  1734. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  1735. end
  1736.  
  1737. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  1738. local fp=it("Part")
  1739. fp.formFactor=formfactor
  1740. fp.Parent=parent
  1741. fp.Reflectance=reflectance
  1742. fp.Transparency=transparency
  1743. fp.CanCollide=false
  1744. fp.Locked=true
  1745. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  1746. fp.Name=name
  1747. fp.Size=size
  1748. fp.Position=Character.Torso.Position
  1749. nooutline(fp)
  1750. fp.Material=material
  1751. fp:BreakJoints()
  1752. return fp
  1753. end
  1754.  
  1755. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  1756. local mesh=it(Mesh)
  1757. mesh.Parent=part
  1758. if Mesh=="SpecialMesh" then
  1759. mesh.MeshType=meshtype
  1760. mesh.MeshId=meshid
  1761. end
  1762. mesh.Offset=offset
  1763. mesh.Scale=scale
  1764. return mesh
  1765. end
  1766.  
  1767. function weld(parent,part0,part1,c0,c1)
  1768. local weld=it("Weld")
  1769. weld.Parent=parent
  1770. weld.Part0=part0
  1771. weld.Part1=part1
  1772. weld.C0=c0
  1773. weld.C1=c1
  1774. return weld
  1775. end
  1776.  
  1777. handle=part(Enum.FormFactor.Custom,glovey,Enum.Material.SmoothPlastic,0,0,"Black","Handle",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1778. handleweld=weld(m,Character["Right Arm"],handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0220181942, 0.747646809, -0.0157516003, -0.702657402, 0.00104645349, -0.711527646, -0.00115135673, 0.999995887, 0.00260771252, 0.711527407, 0.00265155057, -0.702653289))
  1779. mesh("BlockMesh",handle,"","",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.03999996, 0.5))
  1780. MBoot1=part(Enum.FormFactor.Custom,glovey,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1781. MBoot1weld=weld(m,handle,MBoot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 0.866022289, -2.02073716e-06, 0.500005305, 2.45054252e-07, 1, 3.61632556e-06, -0.500005364, -3.00799729e-06, 0.866022348))
  1782. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  1783. MBoot1=part(Enum.FormFactor.Custom,glovey,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1784. MBoot1weld=weld(m,handle,MBoot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1.00000012, -1.89989805e-07, 3.87430191e-07, 1.88243575e-07, 1.00000012, -1.4831312e-07, -3.87430191e-07, 1.48895197e-07, 1))
  1785. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  1786. MBoot1=part(Enum.FormFactor.Custom,glovey,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1787. MBoot1weld=weld(m,handle,MBoot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 0.866025805, 2.18470814e-06, -0.499999404, -3.52947973e-06, 1.00000012, -1.74110755e-06, 0.499999493, 3.27359885e-06, 0.866025627))
  1788. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  1789. MBoot1=part(Enum.FormFactor.Custom,glovey,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1790. MBoot1weld=weld(m,handle,MBoot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 0.707108915, 3.17156446e-06, -0.707104623, -5.37338201e-06, 1.00000012, -8.86851922e-07, 0.707104802, 4.42727469e-06, 0.707108915))
  1791. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.03999996, 0.5))
  1792. MBoot1=part(Enum.FormFactor.Custom,glovey,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1793. MBoot1weld=weld(m,handle,MBoot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 0.707108915, 3.17156446e-06, -0.707104623, -5.37338201e-06, 1.00000012, -8.86851922e-07, 0.707104802, 4.42727469e-06, 0.707108915))
  1794. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  1795. MNeon=part(Enum.FormFactor.Custom,glovey,Enum.Material.SmoothPlastic,0,0,"Black","MNeon",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1796. MNeonweld=weld(m,handle,MNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.43051147e-05, 3.33786011e-06, 6.91413879e-06, 0.707099676, -2.96160579e-06, 0.707113922, -9.63453203e-07, 1.00000012, 5.1545212e-06, -0.707113981, -4.32463457e-06, 0.707099617))
  1797. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.850000024, 1.00999999, 0.850000024))
  1798. MNeon=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1799. MNeonweld=weld(m,handle,MNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1.00000012, -1.89989805e-07, 3.87430191e-07, 1.88243575e-07, 1.00000012, -1.4831312e-07, -3.87430191e-07, 1.48895197e-07, 1))
  1800. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  1801. MNeon=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1802. MNeonweld=weld(m,handle,MNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 0.707108915, 3.17156446e-06, -0.707104623, -5.37338201e-06, 1.00000012, -8.86851922e-07, 0.707104802, 4.42727469e-06, 0.707108915))
  1803. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  1804. MNeon=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1805. MNeonweld=weld(m,handle,MNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 0.866022289, -2.02073716e-06, 0.500005305, 2.45054252e-07, 1, 3.61632556e-06, -0.500005364, -3.00799729e-06, 0.866022348))
  1806. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  1807. MNeon=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1808. MNeonweld=weld(m,handle,MNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 0.866025805, 2.18470814e-06, -0.499999404, -3.52947973e-06, 1.00000012, -1.74110755e-06, 0.499999493, 3.27359885e-06, 0.866025627))
  1809. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  1810. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1811. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.77516174e-06, -6.91413879e-06, 0.154139996, 0.707108915, 3.17156446e-06, -0.707104623, -5.37338201e-06, 1.00000012, -8.86851922e-07, 0.707104802, 4.42727469e-06, 0.707108915))
  1812. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0906348526))
  1813. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1814. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.15255737e-06, 6.67572021e-06, -0.154094577, 0.707099915, -2.91550532e-06, 0.707113683, -1.02224294e-06, 1.00000012, 5.14776912e-06, -0.707113743, -4.36153096e-06, 0.707099795))
  1815. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0906348526))
  1816. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1817. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.75373459e-05, -1.52587891e-05, 0.181312561, 0.707108915, 3.17156446e-06, -0.707104623, -5.37338201e-06, 1.00000012, -8.86851922e-07, 0.707104802, 4.42727469e-06, 0.707108915))
  1818. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0543809123))
  1819. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1820. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(6.91413879e-05, -6.19888306e-06, 0.154109597, 0.707099915, -2.91550532e-06, 0.707113683, -1.02224294e-06, 1.00000012, 5.14776912e-06, -0.707113743, -4.36153096e-06, 0.707099795))
  1821. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0906348526))
  1822. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1823. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.05039978e-05, 1.16825104e-05, -0.181295872, 1.00000012, 1.79745257e-07, 5.96046448e-08, -1.81724317e-07, 1.00000012, -2.56113708e-08, 0, 2.6775524e-08, 0.999999881))
  1824. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0543809123))
  1825. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1826. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.49147415e-05, 5.7220459e-06, -0.181298971, 0.707108915, 3.17156446e-06, -0.707104623, -5.37338201e-06, 1.00000012, -8.86851922e-07, 0.707104802, 4.42727469e-06, 0.707108915))
  1827. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0543809123))
  1828. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1829. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.09672546e-05, -1.57356262e-05, 0.154080868, 1.00000012, 1.79745257e-07, 5.96046448e-08, -1.81724317e-07, 1.00000012, -2.56113708e-08, 0, 2.6775524e-08, 0.999999881))
  1830. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0906348526))
  1831. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1832. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.19616699e-05, -1.8119812e-05, 0.181271374, -0.707099915, 3.09431925e-06, -0.707113683, -8.8987872e-07, 1.00000012, 5.26837539e-06, 0.707113743, 4.35338188e-06, -0.707099795))
  1833. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0543809123))
  1834. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1835. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.67164612e-05, 2.62260437e-06, -0.154065609, 0.707108915, 3.17156446e-06, -0.707104623, -5.37338201e-06, 1.00000012, -8.86851922e-07, 0.707104802, 4.42727469e-06, 0.707108915))
  1836. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0906348526))
  1837. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1838. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.53674316e-05, -1.43051147e-06, -0.181271672, -0.707099915, 3.09431925e-06, -0.707113683, -8.8987872e-07, 1.00000012, 5.26837539e-06, 0.707113743, 4.35338188e-06, -0.707099795))
  1839. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0543809123))
  1840. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1841. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.1920929e-05, -5.96046448e-06, -0.181238174, 1.23381615e-05, 4.55742702e-06, -1, -6.12123404e-06, 1.00000012, 4.55719419e-06, 1, 6.11972064e-06, 1.23977661e-05))
  1842. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0543809123))
  1843. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1844. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.529953e-05, 1.1920929e-06, -0.154067039, -1.24275684e-05, -4.40212898e-06, 1, -6.18852209e-06, 1.00000012, 4.40143049e-06, -1.00000012, -6.18561171e-06, -1.24871731e-05))
  1845. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0906348526))
  1846. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1847. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.79085541e-05, -3.81469727e-06, 0.181278467, 1.00000012, 1.79745257e-07, 5.96046448e-08, -1.81724317e-07, 1.00000012, -2.56113708e-08, 0, 2.6775524e-08, 0.999999881))
  1848. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0543809123))
  1849. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1850. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.19888306e-06, 1.90734863e-06, -0.154108286, 1.00000012, 1.79745257e-07, 5.96046448e-08, -1.81724317e-07, 1.00000012, -2.56113708e-08, 0, 2.6775524e-08, 0.999999881))
  1851. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0906348526))
  1852. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1853. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.31537628e-05, -8.82148743e-06, 0.181280136, 1.23381615e-05, 4.55742702e-06, -1, -6.12123404e-06, 1.00000012, 4.55719419e-06, 1, 6.11972064e-06, 1.23977661e-05))
  1854. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0543809123))
  1855. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1856. MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.29425049e-05, -7.15255737e-06, 0.154111385, -1.24275684e-05, -4.40212898e-06, 1, -6.18852209e-06, 1.00000012, 4.40143049e-06, -1.00000012, -6.18561171e-06, -1.24871731e-05))
  1857. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0906348526))
  1858. MNeon2=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon2",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1859. MNeon2weld=weld(m,handle,MNeon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 0.707108915, 3.17156446e-06, -0.707104623, -5.37338201e-06, 1.00000012, -8.86851922e-07, 0.707104802, 4.42727469e-06, 0.707108915))
  1860. mesh("BlockMesh",MNeon2,"","",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 1.05999994, 0.200000003))
  1861. MNeon2=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon2",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1862. MNeon2weld=weld(m,handle,MNeon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 1.34343281e-07, -2.98023224e-08, -1.35856681e-07, 1.00000012, -5.82076609e-09, 5.96046448e-08, 8.03265721e-09, 1))
  1863. mesh("BlockMesh",MNeon2,"","",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 1.05999994, 0.200000003))
  1864. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1865. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.516230822, 0.169700384, -0.321951866, 0.500006258, 3.64653533e-06, -0.866021812, -0.650710702, -0.659869432, -0.375697017, -0.571462631, 0.751380503, -0.329936385))
  1866. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1867. Glove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Marble,0,0,"Black","Glove",Vector3.new(1.05999994, 0.680000186, 1.00999999))
  1868. Gloveweld=weld(m,handle,Glove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0256171227, -0.0729534626, -0.00383615494, 0.707130849, 3.31191513e-05, -0.707082748, -4.80618328e-05, 1.00000012, -1.2248056e-06, 0.707082748, 3.48514877e-05, 0.70713073))
  1869. mesh("BlockMesh",Glove,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1870. Glove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Marble,0,0,"Black","Glove",Vector3.new(0.99000001, 0.200000003, 1.01999998))
  1871. Gloveweld=weld(m,handle,Glove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0206276178, -0.808124304, -0.00885057449, 0.707130849, 3.31191513e-05, -0.707082748, -4.80618328e-05, 1.00000012, -1.2248056e-06, 0.707082748, 3.48514877e-05, 0.70713073))
  1872. mesh("BlockMesh",Glove,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1873. Glove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Marble,0,0,"Black","Glove",Vector3.new(0.589999974, 0.200000003, 1.01999998))
  1874. Gloveweld=weld(m,handle,Glove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.787284613, -0.643753648, -0.00890445709, 0.57468456, 0.582654893, -0.574674666, -0.412032723, 0.812719822, 0.411965519, 0.707083225, 3.45588196e-05, 0.707130313))
  1875. mesh("BlockMesh",Glove,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1876. Glove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Marble,0,0,"Black","Glove",Vector3.new(0.200000003, 0.510000229, 0.769999981))
  1877. Gloveweld=weld(m,handle,Glove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.394414604, -0.6531322, -0.0238685608, 0.707130849, 3.31191513e-05, -0.707082748, -4.80618328e-05, 1.00000012, -1.2248056e-06, 0.707082748, 3.48514877e-05, 0.70713073))
  1878. mesh("BlockMesh",Glove,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1879. Glove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Marble,0,0,"Black","Glove",Vector3.new(1.04999995, 0.200000003, 1.01999998))
  1880. Gloveweld=weld(m,handle,Glove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0241199732, -1.19612908, -0.00891971588, 0.707122087, -0.00488962233, -0.707074523, 0.00343272323, 0.999988139, -0.00348224654, 0.707083106, 3.51816416e-05, 0.707130373))
  1881. mesh("BlockMesh",Glove,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1882. Glove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Marble,0,0,"Black","Glove",Vector3.new(0.200000003, 1.0400002, 0.550000012))
  1883. Gloveweld=weld(m,handle,Glove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.404373109, -0.288136005, -0.0138130188, 0.707130849, 3.31191513e-05, -0.707082748, -4.80618328e-05, 1.00000012, -1.2248056e-06, 0.707082748, 3.48514877e-05, 0.70713073))
  1884. mesh("BlockMesh",Glove,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1885. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(1.06999993, 1.0200001, 0.200000003))
  1886. NGloveweld=weld(m,handle,NGlove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0205663443, -0.00385951996, -0.201896429, 0.707130849, 3.30488838e-05, -0.707082689, 0.707082868, 2.76295468e-05, 0.70713079, 4.29056818e-05, -1.00000024, -3.83285806e-06))
  1887. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 0.100000001))
  1888. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(1.04999995, 0.200000003, 1.01999998))
  1889. NGloveweld=weld(m,handle,NGlove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0241446495, -1.19084454, -0.00887537003, 0.707122087, -0.00488962233, -0.707074523, 0.00343272323, 0.999988139, -0.00348224654, 0.707083106, 3.51816416e-05, 0.707130373))
  1890. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.200000003, 1.00999999))
  1891. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(1.05999994, 0.200000003, 1.00999999))
  1892. NGloveweld=weld(m,handle,NGlove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.042386651, -0.05914855, 0.0038819313, -0.683045745, -0.258792162, 0.682989776, -0.182982013, 0.965933263, 0.183005348, -0.707082868, 2.61915848e-05, -0.70713073))
  1893. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.400000006, 1.00999999))
  1894. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(1.05999994, 0.200000003, 1.00999999))
  1895. NGloveweld=weld(m,handle,NGlove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0256179571, -0.211858511, 0.0038690567, -0.707130909, 2.80108743e-05, 0.707082748, 3.84768937e-05, 1, -1.13388523e-06, -0.707082808, 2.6402995e-05, -0.707130849))
  1896. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.400000006, 1.00999999))
  1897. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(0.200000003, 0.830000162, 0.200000003))
  1898. NGloveweld=weld(m,handle,NGlove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.404393196, -0.273091316, -0.0188817978, 0.707130849, 3.31191513e-05, -0.707082748, -4.80618328e-05, 1.00000012, -1.2248056e-06, 0.707082748, 3.48514877e-05, 0.70713073))
  1899. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 1, 1))
  1900. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(0.649999976, 0.200000003, 1.01999998))
  1901. NGloveweld=weld(m,handle,NGlove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.810528278, -0.634468794, -0.00887537003, 0.57468456, 0.582654893, -0.574674666, -0.412032723, 0.812719822, 0.411965519, 0.707083225, 3.45588196e-05, 0.707130313))
  1902. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.200000003, 1.00999999))
  1903. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(0.99000001, 0.200000003, 1.01999998))
  1904. NGloveweld=weld(m,handle,NGlove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0206182003, -0.788113832, -0.00883579254, 0.707130849, 3.31191513e-05, -0.707082748, -4.80618328e-05, 1.00000012, -1.2248056e-06, 0.707082748, 3.48514877e-05, 0.70713073))
  1905. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.200000003, 1.00999999))
  1906. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(0.200000003, 0.920000196, 0.639999986))
  1907. NGloveweld=weld(m,handle,NGlove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.404428124, -0.408129215, -0.0189080238, 0.707130849, 3.31191513e-05, -0.707082748, -4.80618328e-05, 1.00000012, -1.2248056e-06, 0.707082748, 3.48514877e-05, 0.70713073))
  1908. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1909. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(0.200000003, 0.940000117, 0.200000003))
  1910. NGloveweld=weld(m,handle,NGlove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.404387414, -0.258115292, 0.131145477, 0.707130849, 3.31191513e-05, -0.707082748, -4.80618328e-05, 1.00000012, -1.2248056e-06, 0.707082748, 3.48514877e-05, 0.70713073))
  1911. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 1, 0.100000001))
  1912. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(1.05999994, 0.200000003, 1.00999999))
  1913. NGloveweld=weld(m,handle,NGlove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0256112814, 0.0818903446, 0.00382900238, -0.707130909, 2.80108743e-05, 0.707082748, 3.84768937e-05, 1, -1.13388523e-06, -0.707082808, 2.6402995e-05, -0.707130849))
  1914. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.400000006, 1.00999999))
  1915. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(0.200000003, 0.940000117, 0.200000003))
  1916. NGloveweld=weld(m,handle,NGlove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.404373825, -0.258096695, -0.168827534, 0.707130849, 3.31191513e-05, -0.707082748, -4.80618328e-05, 1.00000012, -1.2248056e-06, 0.707082748, 3.48514877e-05, 0.70713073))
  1917. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 1, 0.100000001))
  1918. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(0.200000003, 0.600000143, 0.200000003))
  1919. NGloveweld=weld(m,handle,NGlove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.404379129, -0.0139036179, 0.733129025, 0.707130849, 3.30488838e-05, -0.707082689, 0.707082868, 2.76295468e-05, 0.70713079, 4.29056818e-05, -1.00000024, -3.83285806e-06))
  1920. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 1, 0.100000001))
  1921. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1922. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.516199827, -0.288989305, -0.107825041, -0.500006318, -3.545254e-06, 0.866021752, -6.28689304e-06, 1.00000012, 4.64962795e-07, -0.866021752, -5.21191396e-06, -0.500006258))
  1923. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1924. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1925. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.516181946, 0.186671972, -0.107825756, 0.500006378, 3.70043563e-06, -0.866021812, 6.27792906e-06, -1.00000012, -6.4948108e-07, -0.866021752, -5.11133112e-06, -0.500006258))
  1926. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1927. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1928. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.516211152, -0.288995504, 0.823948622, 0.500006318, 2.91602919e-06, -0.866021812, -6.04416709e-06, 1.00000012, -1.21304765e-07, 0.866021752, 5.29387034e-06, 0.500006258))
  1929. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1930. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1931. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.516234398, 0.186712027, 0.823880672, -0.500006318, -2.78471271e-06, 0.866021752, 5.92030119e-06, -1.00000012, 2.01747753e-07, 0.866021812, 5.22681512e-06, 0.500006199))
  1932. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1933. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1934. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.516177058, -0.255759239, 0.0376217365, -0.500006318, -3.52290226e-06, 0.866021752, -0.217152536, 0.968053222, -0.125371233, -0.838354766, -0.250745267, -0.484033465))
  1935. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1936. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1937. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.516228676, 0.153450966, 0.0376117229, 0.500006378, 3.57377576e-06, -0.866021812, 0.217152566, -0.968053162, 0.125371203, -0.838354766, -0.250745267, -0.484033495))
  1938. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1939. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.818409979))
  1940. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.516221404, -0.255775452, 0.473936558, 0.500006378, 2.86201248e-06, -0.866021752, -0.217152148, 0.968053162, -0.125371784, 0.838354826, 0.250745237, 0.484033465))
  1941. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1942. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.818409979))
  1943. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.516248465, 0.153486252, 0.473945856, -0.500006378, -2.75397906e-06, 0.866021752, 0.217152119, -0.968053162, 0.125371888, 0.838354766, 0.250745237, 0.484033406))
  1944. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1945. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1946. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.516182423, 0.148355246, -0.229402542, 0.500006258, 3.64653533e-06, -0.866021812, -0.295700997, -0.939900279, -0.170729831, -0.813974679, 0.341449529, -0.469954848))
  1947. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1948. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 1.4322176))
  1949. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.516174197, -0.250698209, 1.15003109, 0.50000602, 3.02668195e-06, -0.866021872, 0.295701176, 0.939900339, 0.170729145, 0.813974738, -0.34144935, 0.469954848))
  1950. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1951. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 1.43221748))
  1952. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.516170621, 0.148392797, 1.15009117, -0.500005722, -2.93558696e-06, 0.86602205, -0.295701385, -0.939900279, -0.170729071, 0.813974857, -0.341449529, 0.469954669))
  1953. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1954. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1955. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.516177773, -0.25065732, -0.229373455, -0.500006199, -3.56050441e-06, 0.866021812, 0.295700967, 0.939900279, 0.170729712, -0.813974738, 0.341449499, -0.469954848))
  1956. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1957. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1958. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.516165137, 0.193897963, 0.955152988, -0.500005782, -2.99746171e-06, 0.86602205, -0.43334645, -0.865800917, -0.250199527, 0.749803424, -0.500388801, 0.432904124))
  1959. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1960. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1961. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.516165733, -0.29613173, -0.239075661, -0.500006139, -3.5763951e-06, 0.866021872, 0.43334657, 0.865800679, 0.250200421, -0.749803185, 0.500389278, -0.432904035))
  1962. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1963. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1964. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.516176939, 0.193840384, -0.239068031, 0.500006318, 3.69217014e-06, -0.866021752, -0.433346331, -0.865800619, -0.25020051, -0.749803126, 0.500389159, -0.432904184))
  1965. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1966. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1967. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.516228318, -0.296153545, 0.955191135, 0.500005782, 3.08232848e-06, -0.86602217, 0.43334657, 0.865800858, 0.250199646, 0.749803424, -0.50038892, 0.432904035))
  1968. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1969. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.613807559))
  1970. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.516153574, -0.271999478, 0.83345747, 0.500005841, 3.29007162e-06, -0.86602211, 0.650711179, 0.659869134, 0.37569654, 0.571462452, -0.751380742, 0.329936177))
  1971. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1972. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1973. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.51624918, -0.272055507, -0.321919441, -0.500006199, -3.65899177e-06, 0.866021812, 0.650710642, 0.659869432, 0.375696898, -0.571462691, 0.751380444, -0.329936385))
  1974. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1975. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.613807559))
  1976. Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.516234636, 0.169712424, 0.833487988, -0.500005543, -3.22790584e-06, 0.866022229, -0.650711119, -0.659869313, -0.375696182, 0.571462691, -0.751380563, 0.329936147))
  1977. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1978.  
  1979. ------
  1980.  
  1981.  
  1982. function RemoveOutlines(part)
  1983. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  1984. end
  1985. function CreatePart(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  1986. local Part = Create("Part")({
  1987. Parent = Parent,
  1988. Reflectance = Reflectance,
  1989. Transparency = Transparency,
  1990. CanCollide = false,
  1991. Locked = true,
  1992. BrickColor = BrickColor.new(tostring(BColor)),
  1993. Name = Name,
  1994. Size = Size,
  1995. Material = Material
  1996. })
  1997. Part.CustomPhysicalProperties = PhysicalProperties.new(0.001, 0.001, 0.001, 0.001, 0.001)
  1998. RemoveOutlines(Part)
  1999. return Part
  2000. end
  2001. function CreateMesha(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  2002. local Msh = Create(Mesh)({
  2003. Parent = Part,
  2004. Offset = OffSet,
  2005. Scale = Scale
  2006. })
  2007. if Mesh == "SpecialMesh" then
  2008. Msh.MeshType = MeshType
  2009. Msh.MeshId = MeshId
  2010. end
  2011. return Msh
  2012. end
  2013. function CreateWeld(Parent, Part0, Part1, C0, C1)
  2014. local Weld = Create("Weld")({
  2015. Parent = Parent,
  2016. Part0 = Part0,
  2017. Part1 = Part1,
  2018. C0 = C0,
  2019. C1 = C1
  2020. })
  2021. return Weld
  2022. end
  2023.  
  2024. Character=Player.Character
  2025. PlayerGui=Player.PlayerGui
  2026. Backpack=Player.Backpack
  2027. Torso=Character.Torso
  2028. Head=Character.Head
  2029. Humanoid=Character.Humanoid
  2030. m=Instance.new('Model',Character)
  2031. LeftArm=Character["Left Arm"]
  2032. LeftLeg=Character["Left Leg"]
  2033. RightArm=Character["Right Arm"]
  2034. RightLeg=Character["Right Leg"]
  2035. LS=Torso["Left Shoulder"]
  2036. LH=Torso["Left Hip"]
  2037. RS=Torso["Right Shoulder"]
  2038. RH=Torso["Right Hip"]
  2039. Face = Head.face
  2040. Neck=Torso.Neck
  2041. it=Instance.new
  2042. attacktype=1
  2043. vt=Vector3.new
  2044. cf=CFrame.new
  2045. euler=CFrame.fromEulerAnglesXYZ
  2046. angles=CFrame.Angles
  2047. cloaked=false
  2048. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  2049. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  2050. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  2051. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  2052. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  2053. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  2054. RootPart=Character.HumanoidRootPart
  2055. RootJoint=RootPart.RootJoint
  2056. RootCF=euler(-1.57,0,3.14)
  2057. attack = false
  2058. attackdebounce = false
  2059. deb=false
  2060. equipped=true
  2061. hand=false
  2062. MMouse=nil
  2063. combo=0
  2064. mana=0
  2065. trispeed=.2
  2066. attackmode='none'
  2067. local idle=0
  2068. local Anim="Idle"
  2069. local Effects={}
  2070. local gun=false
  2071. local shoot=false
  2072. local sine = 0
  2073. local change = 1
  2074.  
  2075.  
  2076. function warnedpeople(text,represfont,color,color2)
  2077. CFuncs["Sound"].Create("rbxassetid://534859368", char, 2.5,1)
  2078. CFuncs["Sound"].Create("rbxassetid://963718869", char, 1,1)
  2079. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2080. coroutine.resume(coroutine.create(function()
  2081. if v.PlayerGui:FindFirstChild("Spinny")~= nil then
  2082. v.PlayerGui:FindFirstChild("Spinny"):destroy()
  2083. end
  2084. local scrg = Instance.new("ScreenGui",v.PlayerGui)
  2085. scrg.Name = "Spinny"
  2086. local frm = Instance.new("Frame",scrg)
  2087. frm.BackgroundTransparency = 0.25
  2088. frm.BackgroundColor3 = color
  2089. frm.BorderSizePixel = 0
  2090. frm.Rotation = 45
  2091. frm.Size = UDim2.new(3,0,0,100)
  2092. frm.Position = UDim2.new(-4,0,0,0)
  2093. local frm2 = frm:Clone()
  2094. frm2.Parent = scrg
  2095. frm2.BackgroundColor3 = color2
  2096. frm2.Position = UDim2.new(-4.05,0,0,0)
  2097. local imlb = Instance.new("ImageLabel",scrg)
  2098. imlb.BackgroundTransparency = 1
  2099. imlb.BackgroundColor3 = Color3.new(0,0,0)
  2100. imlb.Image = "rbxassetid://2344851144"
  2101. imlb.Size = UDim2.new(0,750,0,750)
  2102. imlb.ImageColor3 = color2
  2103. imlb.ImageTransparency = 0.25
  2104. imlb.Position = UDim2.new(-2.5,0,-2.5,0)
  2105. local imlb2 = imlb:Clone()
  2106. imlb2.Image = "rbxassetid://2325939897"
  2107. imlb2.Size = UDim2.new(1,0,1,0)
  2108. imlb2.ImageColor3 = color
  2109. imlb2.ImageTransparency = 0
  2110. imlb2.Position = UDim2.new(0,0,0,0)
  2111. local imlb3 = imlb:Clone()
  2112. imlb3.Image = "rbxassetid://2344830904"
  2113. imlb3.Size = UDim2.new(1,0,1,0)
  2114. imlb3.ImageColor3 = color2
  2115. imlb3.ImageTransparency = 0
  2116. imlb3.Position = UDim2.new(0,0,0,0)
  2117. local imlb4 = imlb:Clone()
  2118. imlb4.Image = "rbxassetid://2344870656"
  2119. imlb4.Size = UDim2.new(1,0,1,0)
  2120. imlb4.ImageColor3 = Color3.new(1,1,1)
  2121. imlb4.ImageTransparency = 0
  2122. imlb4.Position = UDim2.new(0,0,0,0)
  2123. imlb2.Parent = imlb
  2124. imlb3.Parent = imlb
  2125. imlb4.Parent = imlb
  2126. local txtlb2 = Instance.new("TextLabel",imlb)
  2127. txtlb2.Text = text
  2128. txtlb2.Font = represfont
  2129. txtlb2.TextColor3 = color
  2130. txtlb2.TextStrokeTransparency = 0
  2131. txtlb2.BackgroundTransparency = 1
  2132. txtlb2.TextStrokeColor3 = color2
  2133. txtlb2.TextScaled = true
  2134. txtlb2.Size = UDim2.new(1,0,1,0)
  2135. txtlb2.Position = UDim2.new(0,0,0,0)
  2136. local fvalen = 0.55
  2137. local fval = -0.49
  2138. coroutine.resume(coroutine.create(function()
  2139. while true do
  2140. swait()
  2141. if chaosmode == true then
  2142. txtlb2.Rotation = math.random(-1,1)
  2143. imlb.Position = imlb.Position + UDim2.new(0,math.random(-1,1)/5,0,math.random(-1,1)/5)
  2144. txtlb2.Position = txtlb2.Position + UDim2.new(0,math.random(-1,1)/5,0,math.random(-1,1)/5)
  2145. imlb.ImageColor3 = BrickColor.random().Color
  2146. txtlb2.TextStrokeColor3 = BrickColor.random().Color
  2147. end
  2148. end
  2149. end))
  2150. coroutine.resume(coroutine.create(function()
  2151. while true do
  2152. swait()
  2153. if scrg.Parent ~= nil then
  2154. fvalen = fvalen - 0.0001
  2155. elseif scrg.Parent == nil then
  2156. break
  2157. end
  2158. end
  2159. end))
  2160. local flol = -5
  2161. local flil = 1.6
  2162. coroutine.resume(coroutine.create(function()
  2163. for i = 0, 49 do
  2164. swait()
  2165. flol = flol + 0.125
  2166. flil = flil - 0.1
  2167. frm.Size = frm.Size + UDim2.new(0.1,0,0,0)
  2168. frm.Rotation = frm.Rotation - 0.25
  2169. frm2.Size = frm2.Size + UDim2.new(0.1,0,0,0)
  2170. frm2.Rotation = frm.Rotation + 0.325
  2171. imlb3.Rotation = imlb3.Rotation - 10
  2172. imlb2.Rotation = imlb.Rotation + 7.5
  2173. imlb.Rotation = imlb.Rotation + 5
  2174. txtlb2.Rotation = txtlb2.Rotation - 5.125
  2175. imlb.Position = imlb.Position + UDim2.new(0.05125,0,0.04775,0)
  2176. end
  2177. for i = 0, 99 do
  2178. swait()
  2179. fval = fval + 0.05
  2180. flol = flol + 0.005
  2181. frm.Size = frm.Size + UDim2.new(0.005,0,0,0)
  2182. frm.Rotation = frm.Rotation - 0.075
  2183. frm2.Size = frm2.Size + UDim2.new(0.005,0,0,0)
  2184. frm2.Rotation = frm2.Rotation + 0.125
  2185. imlb3.Rotation = imlb3.Rotation - 2
  2186. imlb2.Rotation = imlb.Rotation + 1.5
  2187. imlb.Rotation = imlb.Rotation + 1
  2188. txtlb2.Rotation = txtlb2.Rotation - 1.125
  2189. imlb.Position = imlb.Position + UDim2.new(0.0015,0,0.00075,0)
  2190. end
  2191. local valinc = 0
  2192. local vinc2 = 1
  2193. for i = 0, 99 do
  2194. swait()
  2195. vinc2 = vinc2 + 0.25
  2196. valinc = valinc + 0.0001
  2197. flol = flol + valinc
  2198. flil = flil + valinc
  2199. txtlb2.Rotation = txtlb2.Rotation - 1.125*vinc2
  2200. imlb3.Rotation = imlb3.Rotation - 2*vinc2
  2201. imlb.Rotation = imlb.Rotation + 1*vinc2
  2202. imlb.Position = imlb.Position + UDim2.new(0.0015*vinc2,0,0.0005*vinc2,0)
  2203. frm.Size = frm.Size + UDim2.new(0.005*vinc2,0,0,0)
  2204. frm.Rotation = frm.Rotation + 0.1*vinc2
  2205. frm2.Size = frm2.Size + UDim2.new(0.005*vinc2,0,0,0)
  2206. frm2.Rotation = frm2.Rotation + 0.225*vinc2
  2207. frm2.BackgroundTransparency = frm2.BackgroundTransparency + 0.0075
  2208. frm.BackgroundTransparency = frm.BackgroundTransparency + 0.0075
  2209. imlb.ImageTransparency = imlb.ImageTransparency + 0.005
  2210. imlb2.ImageTransparency = imlb2.ImageTransparency + 0.01
  2211. imlb3.ImageTransparency = imlb3.ImageTransparency + 0.01
  2212. imlb4.ImageTransparency = imlb4.ImageTransparency + 0.01
  2213. txtlb2.TextStrokeTransparency = txtlb2.TextStrokeTransparency + 0.01
  2214. txtlb2.TextTransparency = txtlb2.TextTransparency + 0.01
  2215. end
  2216. scrg:Destroy()
  2217. end))
  2218. end))
  2219. end
  2220. end
  2221.  
  2222.  
  2223.  
  2224. --save shoulders
  2225. RSH, LSH=nil, nil
  2226. --welds
  2227. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  2228. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  2229. LH=Torso["Left Hip"]
  2230. RH=Torso["Right Hip"]
  2231. TorsoColor=Torso.BrickColor
  2232. function NoOutline(Part)
  2233. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  2234. end
  2235. ch=Character
  2236. RSH=ch.Torso["Right Shoulder"]
  2237. LSH=ch.Torso["Left Shoulder"]
  2238. --
  2239. RSH.Parent=nil
  2240. LSH.Parent=nil
  2241. --
  2242. RW.Name="Right Shoulder"
  2243. RW.Part0=ch.Torso
  2244. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  2245. RW.C1=cf(0, 0.5, 0)
  2246. RW.Part1=ch["Right Arm"]
  2247. RW.Parent=ch.Torso
  2248. --
  2249. LW.Name="Left Shoulder"
  2250. LW.Part0=ch.Torso
  2251. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  2252. LW.C1=cf(0, 0.5, 0)
  2253. LW.Part1=ch["Left Arm"]
  2254. LW.Parent=ch.Torso
  2255.  
  2256. local Stats=Instance.new("BoolValue")
  2257. Stats.Name="Stats"
  2258. Stats.Parent=Character
  2259. local Atk=Instance.new("NumberValue")
  2260. Atk.Name="Damage"
  2261. Atk.Parent=Stats
  2262. Atk.Value=1
  2263. local Def=Instance.new("NumberValue")
  2264. Def.Name="Defense"
  2265. Def.Parent=Stats
  2266. Def.Value=1
  2267. local Speed=Instance.new("NumberValue")
  2268. Speed.Name="Speed"
  2269. Speed.Parent=Stats
  2270. Speed.Value=1
  2271. local Mvmt=Instance.new("NumberValue")
  2272. Mvmt.Name="Movement"
  2273. Mvmt.Parent=Stats
  2274. Mvmt.Value=1
  2275.  
  2276. local donum=0
  2277.  
  2278.  
  2279. function part(formfactor,parent,reflectance,transparency,brickcolor,name,size)
  2280. local fp=it("Part")
  2281. fp.formFactor=formfactor
  2282. fp.Parent=parent
  2283. fp.Reflectance=reflectance
  2284. fp.Transparency=transparency
  2285. fp.CanCollide=false
  2286. fp.Locked=true
  2287. fp.BrickColor=brickcolor
  2288. fp.Name=name
  2289. fp.Size=size
  2290. fp.Position=Torso.Position
  2291. NoOutline(fp)
  2292. fp.Material="SmoothPlastic"
  2293. fp:BreakJoints()
  2294. return fp
  2295. end
  2296.  
  2297. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  2298. local mesh=it(Mesh)
  2299. mesh.Parent=part
  2300. if Mesh=="SpecialMesh" then
  2301. mesh.MeshType=meshtype
  2302. if meshid~="nil" then
  2303. mesh.MeshId="http://www.roblox.com/asset/?id="..meshid
  2304. end
  2305. end
  2306. mesh.Offset=offset
  2307. mesh.Scale=scale
  2308. return mesh
  2309. end
  2310.  
  2311. function weld(parent,part0,part1,c0)
  2312. local weld=it("Weld")
  2313. weld.Parent=parent
  2314. weld.Part0=part0
  2315. weld.Part1=part1
  2316. weld.C0=c0
  2317. return weld
  2318. end
  2319.  
  2320. local Color1=Torso.BrickColor
  2321.  
  2322. local bodvel=Instance.new("BodyVelocity")
  2323. local bg=Instance.new("BodyGyro")
  2324.  
  2325. --------- SazEreno's Artificial HB --------------
  2326. ArtificialHB = Instance.new("BindableEvent", script)
  2327. ArtificialHB.Name = "ArtificialHB"
  2328.  
  2329. script:WaitForChild("ArtificialHB")
  2330. Frame_Speed = 1 / 60
  2331. frame = Frame_Speed
  2332. tf = 0
  2333. allowframeloss = false
  2334. tossremainder = false
  2335. lastframe = tick()
  2336. script.ArtificialHB:Fire()
  2337.  
  2338. game:GetService("RunService").Heartbeat:connect(function(s, p)
  2339. tf = tf + s
  2340. if tf >= frame then
  2341. if allowframeloss then
  2342. script.ArtificialHB:Fire()
  2343. lastframe = tick()
  2344. else
  2345. for i = 1, math.floor(tf / frame) do
  2346. script.ArtificialHB:Fire()
  2347. end
  2348. lastframe = tick()
  2349. end
  2350. if tossremainder then
  2351. tf = 0
  2352. else
  2353. tf = tf - frame * math.floor(tf / frame)
  2354. end
  2355. end
  2356. end)
  2357.  
  2358. ------------------
  2359. function swait(num)
  2360. if num == 0 or num == nil then
  2361. ArtificialHB.Event:wait()
  2362. else
  2363. for i = 1, num do
  2364. ArtificialHB.Event:wait()
  2365. end
  2366. end
  2367. end
  2368. -------- RAINBOW LEAVE IT TO ME
  2369. local r = 255
  2370. local g = 0
  2371. local b = 0
  2372. coroutine.resume(coroutine.create(function()
  2373. while wait() do
  2374. for i = 0, 254/5 do
  2375. swait()
  2376. g = g + 5
  2377. end
  2378. for i = 0, 254/5 do
  2379. swait()
  2380. r = r - 5
  2381. end
  2382. for i = 0, 254/5 do
  2383. swait()
  2384. b = b + 5
  2385. end
  2386. for i = 0, 254/5 do
  2387. swait()
  2388. g = g - 5
  2389. end
  2390. for i = 0, 254/5 do
  2391. swait()
  2392. r = r + 5
  2393. end
  2394. for i = 0, 254/5 do
  2395. swait()
  2396. b = b - 5
  2397. end
  2398. end
  2399. end))
  2400.  
  2401.  
  2402. so = function(id,par,vol,pit)
  2403. coroutine.resume(coroutine.create(function()
  2404. local sou = Instance.new("Sound",par or workspace)
  2405. sou.Volume=vol
  2406. sou.Pitch=pit or 1
  2407. sou.SoundId=id
  2408. swait()
  2409. sou:play()
  2410. game:GetService("Debris"):AddItem(sou,6)
  2411. end))
  2412. end
  2413.  
  2414. function clerp(a,b,t)
  2415. local qa = {QuaternionFromCFrame(a)}
  2416. local qb = {QuaternionFromCFrame(b)}
  2417. local ax, ay, az = a.x, a.y, a.z
  2418. local bx, by, bz = b.x, b.y, b.z
  2419. local _t = 1-t
  2420. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  2421. end
  2422.  
  2423. function QuaternionFromCFrame(cf)
  2424. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  2425. local trace = m00 + m11 + m22
  2426. if trace > 0 then
  2427. local s = math.sqrt(1 + trace)
  2428. local recip = 0.5/s
  2429. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  2430. else
  2431. local i = 0
  2432. if m11 > m00 then
  2433. i = 1
  2434. end
  2435. if m22 > (i == 0 and m00 or m11) then
  2436. i = 2
  2437. end
  2438. if i == 0 then
  2439. local s = math.sqrt(m00-m11-m22+1)
  2440. local recip = 0.5/s
  2441. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  2442. elseif i == 1 then
  2443. local s = math.sqrt(m11-m22-m00+1)
  2444. local recip = 0.5/s
  2445. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  2446. elseif i == 2 then
  2447. local s = math.sqrt(m22-m00-m11+1)
  2448. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  2449. end
  2450. end
  2451. end
  2452.  
  2453. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  2454. local xs, ys, zs = x + x, y + y, z + z
  2455. local wx, wy, wz = w*xs, w*ys, w*zs
  2456. local xx = x*xs
  2457. local xy = x*ys
  2458. local xz = x*zs
  2459. local yy = y*ys
  2460. local yz = y*zs
  2461. local zz = z*zs
  2462. 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))
  2463. end
  2464.  
  2465. function QuaternionSlerp(a, b, t)
  2466. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  2467. local startInterp, finishInterp;
  2468. if cosTheta >= 0.0001 then
  2469. if (1 - cosTheta) > 0.0001 then
  2470. local theta = math.acos(cosTheta)
  2471. local invSinTheta = 1/math.sin(theta)
  2472. startInterp = math.sin((1-t)*theta)*invSinTheta
  2473. finishInterp = math.sin(t*theta)*invSinTheta
  2474. else
  2475. startInterp = 1-t
  2476. finishInterp = t
  2477. end
  2478. else
  2479. if (1+cosTheta) > 0.0001 then
  2480. local theta = math.acos(-cosTheta)
  2481. local invSinTheta = 1/math.sin(theta)
  2482. startInterp = math.sin((t-1)*theta)*invSinTheta
  2483. finishInterp = math.sin(t*theta)*invSinTheta
  2484. else
  2485. startInterp = t-1
  2486. finishInterp = t
  2487. end
  2488. end
  2489. 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
  2490. end
  2491.  
  2492. local function CFrameFromTopBack(at, top, back)
  2493. local right = top:Cross(back)
  2494. return CFrame.new(at.x, at.y, at.z,
  2495. right.x, top.x, back.x,
  2496. right.y, top.y, back.y,
  2497. right.z, top.z, back.z)
  2498. end
  2499.  
  2500. function Triangle(a, b, c)
  2501. local edg1 = (c-a):Dot((b-a).unit)
  2502. local edg2 = (a-b):Dot((c-b).unit)
  2503. local edg3 = (b-c):Dot((a-c).unit)
  2504. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  2505. a, b, c = a, b, c
  2506. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  2507. a, b, c = b, c, a
  2508. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  2509. a, b, c = c, a, b
  2510. else
  2511. assert(false, "unreachable")
  2512. end
  2513.  
  2514. local len1 = (c-a):Dot((b-a).unit)
  2515. local len2 = (b-a).magnitude - len1
  2516. local width = (a + (b-a).unit*len1 - c).magnitude
  2517.  
  2518. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  2519.  
  2520. local list = {}
  2521.  
  2522. if len1 > 0.01 then
  2523. local w1 = Instance.new('WedgePart', m)
  2524. game:GetService("Debris"):AddItem(w1,5)
  2525. w1.Material = "SmoothPlastic"
  2526. w1.FormFactor = 'Custom'
  2527. w1.BrickColor = BrickColor.new("Really red")
  2528. w1.Transparency = 0
  2529. w1.Reflectance = 0
  2530. w1.Material = "SmoothPlastic"
  2531. w1.CanCollide = false
  2532. local l1 = Instance.new("PointLight",w1)
  2533. l1.Color = Color3.new(170,0,0)
  2534. NoOutline(w1)
  2535. local sz = Vector3.new(0.2, width, len1)
  2536. w1.Size = sz
  2537. local sp = Instance.new("SpecialMesh",w1)
  2538. sp.MeshType = "Wedge"
  2539. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  2540. w1:BreakJoints()
  2541. w1.Anchored = true
  2542. w1.Parent = workspace
  2543. w1.Transparency = 0.7
  2544. table.insert(Effects,{w1,"Disappear",.01})
  2545. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  2546. table.insert(list,w1)
  2547. end
  2548.  
  2549. if len2 > 0.01 then
  2550. local w2 = Instance.new('WedgePart', m)
  2551. game:GetService("Debris"):AddItem(w2,5)
  2552. w2.Material = "SmoothPlastic"
  2553. w2.FormFactor = 'Custom'
  2554. w2.BrickColor = BrickColor.new("Really red")
  2555. w2.Transparency = 0
  2556. w2.Reflectance = 0
  2557. w2.Material = "SmoothPlastic"
  2558. w2.CanCollide = false
  2559. local l2 = Instance.new("PointLight",w2)
  2560. l2.Color = Color3.new(170,0,0)
  2561. NoOutline(w2)
  2562. local sz = Vector3.new(0.2, width, len2)
  2563. w2.Size = sz
  2564. local sp = Instance.new("SpecialMesh",w2)
  2565. sp.MeshType = "Wedge"
  2566. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  2567. w2:BreakJoints()
  2568. w2.Anchored = true
  2569. w2.Parent = workspace
  2570. w2.Transparency = 0.7
  2571. table.insert(Effects,{w2,"Disappear",.01})
  2572. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  2573. table.insert(list,w2)
  2574. end
  2575. return unpack(list)
  2576. end
  2577.  
  2578.  
  2579.  
  2580. function Damagefunc(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
  2581. if hit.Parent == nil then
  2582. return
  2583. end
  2584. local h = hit.Parent:FindFirstChildOfClass("Humanoid")
  2585. for _, v in pairs(hit.Parent:children()) do
  2586. if v:IsA("Humanoid") then
  2587. h = v
  2588. end
  2589. end
  2590. if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Head") ~= nil then
  2591. if hit.Parent:findFirstChild("DebounceHit") ~= nil and hit.Parent.DebounceHit.Value == true then
  2592. return
  2593. end
  2594. local c = Create("ObjectValue")({
  2595. Name = "creator",
  2596. Value = game:GetService("Players").TameDoNotClick,
  2597. Parent = h
  2598. })
  2599. game:GetService("Debris"):AddItem(c, 0.5)
  2600. if HitSound ~= nil and HitPitch ~= nil then
  2601. CFuncs.Sound.Create(HitSound, hit, 1, HitPitch)
  2602. end
  2603. local Damage = math.random(minim, maxim)
  2604. local blocked = false
  2605. local block = hit.Parent:findFirstChild("Block")
  2606. if block ~= nil and block.className == "IntValue" and block.Value > 0 then
  2607. blocked = true
  2608. block.Value = block.Value - 1
  2609. print(block.Value)
  2610. end
  2611. if blocked == false then
  2612. HitHealth = h.Health
  2613. h.MaxHealth = 100
  2614. h.Health = h.Health - Damage
  2615. if HitHealth ~= h.Health and HitHealth ~= 0 and 0 >= h.Health and h.Parent.Name ~= "Hologram" then
  2616. print("gained kill")
  2617. dmg(h.Parent)
  2618. end
  2619. ShowDamage(Part.CFrame * CFrame.new(0, 0, Part.Size.Z / 2).p + Vector3.new(0, 1.5, 0), -Damage, 1.5, Part.BrickColor.Color)
  2620. else
  2621. h.Health = h.Health - Damage / 2
  2622. ShowDamage(Part.CFrame * CFrame.new(0, 0, Part.Size.Z / 2).p + Vector3.new(0, 1.5, 0), -Damage, 1.5, Part.BrickColor.Color)
  2623. end
  2624. if Type == "Knockdown" then
  2625. local hum = hit.Parent.Humanoid
  2626. hum.PlatformStand = true
  2627. coroutine.resume(coroutine.create(function(HHumanoid)
  2628. swait(1)
  2629. HHumanoid.PlatformStand = false
  2630. end), hum)
  2631. local angle = hit.Position - (Property.Position + Vector3.new(0, 0, 0)).unit
  2632. local bodvol = Create("BodyVelocity")({
  2633. velocity = angle * knockback,
  2634. P = 5000,
  2635. maxForce = Vector3.new(8000, 8000, 8000),
  2636. Parent = hit
  2637. })
  2638. local rl = Create("BodyAngularVelocity")({
  2639. P = 3000,
  2640. maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000,
  2641. angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)),
  2642. Parent = hit
  2643. })
  2644. game:GetService("Debris"):AddItem(bodvol, 0.5)
  2645. game:GetService("Debris"):AddItem(rl, 0.5)
  2646. elseif Type == "Normal" then
  2647. local vp = Create("BodyVelocity")({
  2648. P = 500,
  2649. maxForce = Vector3.new(math.huge, 0, math.huge),
  2650. velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05
  2651. })
  2652. if knockback > 0 then
  2653. vp.Parent = hit.Parent.Head
  2654. end
  2655. game:GetService("Debris"):AddItem(vp, 0.5)
  2656. elseif Type == "Up" then
  2657. local bodyVelocity = Create("BodyVelocity")({
  2658. velocity = Vector3.new(0, 20, 0),
  2659. P = 5000,
  2660. maxForce = Vector3.new(8000, 8000, 8000),
  2661. Parent = hit
  2662. })
  2663. game:GetService("Debris"):AddItem(bodyVelocity, 0.5)
  2664. local bodyVelocity = Create("BodyVelocity")({
  2665. velocity = Vector3.new(0, 20, 0),
  2666. P = 5000,
  2667. maxForce = Vector3.new(8000, 8000, 8000),
  2668. Parent = hit
  2669. })
  2670. game:GetService("Debris"):AddItem(bodyVelocity, 1)
  2671. elseif Type == "Leech" then
  2672. local hum = hit.Parent.Humanoid
  2673. if hum ~= nil then
  2674. for i = 0, 2 do
  2675. Effects.Sphere.Create(BrickColor.new("Bright red"), hit.Parent.Torso.CFrame * cn(0, 0, 0) * angles(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 1, 15, 1, 0, 5, 0, 0.02)
  2676. end
  2677. Humanoid.Health = Humanoid.Health + 10
  2678. end
  2679. elseif Type == "UpKnock" then
  2680. local hum = hit.Parent.Humanoid
  2681. hum.PlatformStand = true
  2682. if hum ~= nil then
  2683. hitr = true
  2684. end
  2685. coroutine.resume(coroutine.create(function(HHumanoid)
  2686. swait(5)
  2687. HHumanoid.PlatformStand = false
  2688. hitr = false
  2689. end), hum)
  2690. local bodyVelocity = Create("BodyVelocity")({
  2691. velocity = Vector3.new(0, 20, 0),
  2692. P = 5000,
  2693. maxForce = Vector3.new(8000, 8000, 8000),
  2694. Parent = hit
  2695. })
  2696. game:GetService("Debris"):AddItem(bodyVelocity, 0.5)
  2697. local bodyVelocity = Create("BodyVelocity")({
  2698. velocity = Vector3.new(0, 20, 0),
  2699. P = 5000,
  2700. maxForce = Vector3.new(8000, 8000, 8000),
  2701. Parent = hit
  2702. })
  2703. game:GetService("Debris"):AddItem(bodyVelocity, 1)
  2704. elseif Type == "Snare" then
  2705. local bp = Create("BodyPosition")({
  2706. P = 2000,
  2707. D = 100,
  2708. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  2709. position = hit.Parent.Torso.Position,
  2710. Parent = hit.Parent.Torso
  2711. })
  2712. game:GetService("Debris"):AddItem(bp, 1)
  2713. elseif Type == "Slashnare" then
  2714. Effects.Block.Create(BrickColor.new("Pastel Blue"), hit.Parent.Torso.CFrame * cn(0, 0, 0), 15*4, 15*4, 15*4, 3*4, 3*4, 3*4, 0.07)
  2715. for i = 1, math.random(4, 5) do
  2716. Effects.Sphere.Create(BrickColor.new("Teal"), hit.Parent.Torso.CFrame * cn(math.random(-5, 5), math.random(-5, 5), math.random(-5, 5)) * angles(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 1, 15, 1, 0, 5, 0, 0.02)
  2717. end
  2718. local bp = Create("BodyPosition")({
  2719. P = 2000,
  2720. D = 100,
  2721. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  2722. position = hit.Parent.Torso.Position,
  2723. Parent = hit.Parent.Torso
  2724. })
  2725. game:GetService("Debris"):AddItem(bp, 1)
  2726. elseif Type == "Spike" then
  2727. CreateBigIceSword(hit.Parent.Torso.CFrame)
  2728. local bp = Create("BodyPosition")({
  2729. P = 2000,
  2730. D = 100,
  2731. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  2732. position = hit.Parent.Torso.Position,
  2733. Parent = hit.Parent.Torso
  2734. })
  2735. game:GetService("Debris"):AddItem(bp, 1)
  2736. elseif Type == "Freeze" then
  2737. local BodPos = Create("BodyPosition")({
  2738. P = 50000,
  2739. D = 1000,
  2740. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  2741. position = hit.Parent.Torso.Position,
  2742. Parent = hit.Parent.Torso
  2743. })
  2744. local BodGy = Create("BodyGyro")({
  2745. maxTorque = Vector3.new(400000, 400000, 400000) * math.huge,
  2746. P = 20000,
  2747. Parent = hit.Parent.Torso,
  2748. cframe = hit.Parent.Torso.CFrame
  2749. })
  2750. hit.Parent.Torso.Anchored = true
  2751. coroutine.resume(coroutine.create(function(Part)
  2752. swait(1.5)
  2753. Part.Anchored = false
  2754. end), hit.Parent.Torso)
  2755. game:GetService("Debris"):AddItem(BodPos, 3)
  2756. game:GetService("Debris"):AddItem(BodGy, 3)
  2757. end
  2758. local debounce = Create("BoolValue")({
  2759. Name = "DebounceHit",
  2760. Parent = hit.Parent,
  2761. Value = true
  2762. })
  2763. game:GetService("Debris"):AddItem(debounce, Delay)
  2764. c = Instance.new("ObjectValue")
  2765. c.Name = "creator"
  2766. c.Value = Player
  2767. c.Parent = h
  2768. game:GetService("Debris"):AddItem(c, 0.5)
  2769. end
  2770. end
  2771. function ShowDamage(Pos, Text, Time, Color)
  2772. local Rate = 0.03333333333333333
  2773. local Pos = Pos or Vector3.new(0, 0, 0)
  2774. local Text = Text or ""
  2775. local Time = Time or 2
  2776. local Color = Color or Color3.new(1, 0, 1)
  2777. local EffectPart = CreatePart(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0))
  2778. EffectPart.Anchored = true
  2779. local BillboardGui = Create("BillboardGui")({
  2780. Size = UDim2.new(3, 0, 3, 0),
  2781. Adornee = EffectPart,
  2782. Parent = EffectPart
  2783. })
  2784. local TextLabel = Create("TextLabel")({
  2785. BackgroundTransparency = 1,
  2786. Size = UDim2.new(1, 0, 1, 0),
  2787. Text = Text,
  2788. TextColor3 = Color,
  2789. TextScaled = true,
  2790. Font = Enum.Font.ArialBold,
  2791. Parent = BillboardGui
  2792. })
  2793. game.Debris:AddItem(EffectPart, Time + 0.1)
  2794. EffectPart.Parent = game:GetService("Workspace")
  2795. delay(0, function()
  2796. local Frames = Time / Rate
  2797. for Frame = 1, Frames do
  2798. wait(Rate)
  2799. local Percent = Frame / Frames
  2800. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  2801. TextLabel.TextTransparency = Percent
  2802. end
  2803. if EffectPart and EffectPart.Parent then
  2804. EffectPart:Destroy()
  2805. end
  2806. end)
  2807. end
  2808. function ShowDamage(Pos, Text, Time, Color)
  2809. local Rate = 0.03333333333333333
  2810. local Pos = Pos or Vector3.new(0, 0, 0)
  2811. local Text = Text or ""
  2812. local Time = Time or 2
  2813. local Color = Color or Color3.new(1, 0, 1)
  2814. local EffectPart = CreatePart(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0))
  2815. EffectPart.Anchored = true
  2816. local BillboardGui = Create("BillboardGui")({
  2817. Size = UDim2.new(3, 0, 3, 0),
  2818. Adornee = EffectPart,
  2819. Parent = EffectPart
  2820. })
  2821. local TextLabel = Create("TextLabel")({
  2822. BackgroundTransparency = 1,
  2823. Size = UDim2.new(1, 0, 1, 0),
  2824. Text = Text,
  2825. TextColor3 = Color,
  2826. TextScaled = true,
  2827. Font = Enum.Font.ArialBold,
  2828. Parent = BillboardGui
  2829. })
  2830. game.Debris:AddItem(EffectPart, Time + 0.1)
  2831. EffectPart.Parent = game:GetService("Workspace")
  2832. delay(0, function()
  2833. local Frames = Time / Rate
  2834. for Frame = 1, Frames do
  2835. wait(Rate)
  2836. local Percent = Frame / Frames
  2837. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  2838. TextLabel.TextTransparency = Percent
  2839. end
  2840. if EffectPart and EffectPart.Parent then
  2841. EffectPart:Destroy()
  2842. end
  2843. end)
  2844. end
  2845. function MagniDamage(Part, magni, mindam, maxdam, knock, Type)
  2846. for _, c in pairs(workspace:children()) do
  2847. local hum = c:findFirstChildOfClass("Humanoid")
  2848. if hum ~= nil then
  2849. local head = c:findFirstChild("Head")
  2850. if head ~= nil then
  2851. local targ = head.Position - Part.Position
  2852. local mag = targ.magnitude
  2853. if magni >= mag and c.Name ~= Player.Name then
  2854. Damagefunc(head, head, mindam, maxdam, knock, Type, RootPart, 0.1, "rbxassetid://231917784", 1)
  2855. end
  2856. end
  2857. end
  2858. end
  2859. end
  2860.  
  2861.  
  2862. function MagniDamageWithEffect(Part, magni, mindam, maxdam, knock, Type)
  2863. for _, c in pairs(workspace:children()) do
  2864. local hum = c:findFirstChild("Humanoid")
  2865. if hum ~= nil then
  2866. local head = c:findFirstChild("Torso")
  2867. if head ~= nil then
  2868. local targ = head.Position - Part.Position
  2869. local mag = targ.magnitude
  2870. if magni >= mag and c.Name ~= Player.Name then
  2871. MagicBlock(BrickColor.new("Pastel light blue"),head.CFrame,5,5,5,1,1,1,0.05)
  2872. Damagefunc(head, head, mindam, maxdam, knock, Type, RootPart, 0.1, "rbxassetid://231917784", 1)
  2873. end
  2874. end
  2875. end
  2876. end
  2877. end
  2878.  
  2879. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  2880. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  2881. end
  2882.  
  2883. function SkullEffect(brickcolor,cframe,x1,y1,z1,delay)
  2884. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  2885. prt.Anchored=true
  2886. prt.CFrame=cframe
  2887. local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=4770583",vt(0,0,0),vt(x1,y1,z1))
  2888. --http://www.roblox.com/asset/?id=4770560
  2889. game:GetService("Debris"):AddItem(prt,2)
  2890. CF=prt.CFrame
  2891. coroutine.resume(coroutine.create(function(Part,Mesh,TehCF)
  2892. for i=0,1,0.2 do
  2893. wait()
  2894. Part.CFrame=CF*cf(0,0,-0.4)
  2895. end
  2896. for i=0,1,delay do
  2897. wait()
  2898. --Part.CFrame=CF*cf((math.random(-1,0)+math.random())/5,(math.random(-1,0)+math.random())/5,(math.random(-1,0)+math.random())/5)
  2899. Mesh.Scale=Mesh.Scale
  2900. end
  2901. for i=0,1,0.1 do
  2902. wait()
  2903. Part.Transparency=i
  2904. end
  2905. Part.Parent=nil
  2906. end),prt,msh,CF)
  2907. end
  2908.  
  2909. function MagicBlock(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  2910. local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  2911. prt.Anchored=true
  2912. prt.Material = "Neon"
  2913. prt.CFrame=cframe
  2914. prt.CFrame=prt.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  2915. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  2916. game:GetService("Debris"):AddItem(prt,5)
  2917. coroutine.resume(coroutine.create(function(Part,Mesh)
  2918. for i=0,1,delay do
  2919. swait()
  2920. Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  2921. Part.Transparency=i
  2922. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  2923. end
  2924. Part.Parent=nil
  2925. end),prt,msh)
  2926. end
  2927.  
  2928. function MagicBlockSteady(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay,rottype)
  2929. local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  2930. prt.Anchored=true
  2931. prt.Material = "Neon"
  2932. prt.CFrame=cframe
  2933. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  2934. game:GetService("Debris"):AddItem(prt,5)
  2935. coroutine.resume(coroutine.create(function(Part,Mesh)
  2936. local rtype = rottype
  2937. for i=0,1,delay do
  2938. swait()
  2939. if rtype == 1 then
  2940. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,0.1)
  2941. elseif rtype == 2 then
  2942. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,-0.1)
  2943. end
  2944. Part.Transparency=i
  2945. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  2946. end
  2947. Part.Parent=nil
  2948. end),prt,msh)
  2949. end
  2950.  
  2951. function MagicSphere(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  2952. local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  2953. prt.Anchored=true
  2954. prt.CFrame=cframe
  2955. prt.CFrame=prt.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  2956. msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
  2957. game:GetService("Debris"):AddItem(prt,5)
  2958. coroutine.resume(coroutine.create(function(Part,Mesh)
  2959. for i=0,1,delay do
  2960. wait()
  2961. Part.Transparency=i
  2962. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  2963. end
  2964. Part.Parent=nil
  2965. end),prt,msh)
  2966. end
  2967.  
  2968. function MagicBlockSteady(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay,rottype)
  2969. local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  2970. prt.Anchored=true
  2971. prt.Material = "Neon"
  2972. prt.CFrame=cframe
  2973. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  2974. game:GetService("Debris"):AddItem(prt,5)
  2975. coroutine.resume(coroutine.create(function(Part,Mesh)
  2976. local rtype = rottype
  2977. for i=0,1,delay do
  2978. swait()
  2979. if rtype == 1 then
  2980. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,0.1)
  2981. elseif rtype == 2 then
  2982. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,-0.1)
  2983. end
  2984. Part.Transparency=i
  2985. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  2986. end
  2987. Part.Parent=nil
  2988. end),prt,msh)
  2989. end
  2990.  
  2991. function MagicShock(brickcolor,cframe,x1,y1,x3,y3,delay,rottype)
  2992. local prt=part(3,char,1,1,brickcolor,"Effect",vt(0.5,0.5,0.5))
  2993. prt.Anchored=true
  2994. prt.Material = "Neon"
  2995. prt.CFrame=cframe
  2996. local dec = decal(prt.Color,"http://www.roblox.com/asset/?id=874580939","Front",prt)
  2997. local dec2 = decal(prt.Color,"http://www.roblox.com/asset/?id=874580939","Front",prt)
  2998. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,0.01))
  2999. game:GetService("Debris"):AddItem(prt,5)
  3000. coroutine.resume(coroutine.create(function(Part,Mesh)
  3001. local rtype = rottype
  3002. for i=0,1,delay do
  3003. swait()
  3004. if rtype == 1 then
  3005. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,0.1)
  3006. elseif rtype == 2 then
  3007. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,-0.1)
  3008. end
  3009. dec.Transparency=i
  3010. dec2.Transparency=i
  3011. Mesh.Scale=Mesh.Scale+vt(x3,y3,0)
  3012. end
  3013. Part.Parent=nil
  3014. end),prt,msh)
  3015. end
  3016.  
  3017. function MagicShockAlt(brickcolor,cframe,x1,y1,x3,y3,delay,rottype)
  3018. local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  3019. prt.Anchored=true
  3020. prt.Material = "Neon"
  3021. prt.CFrame=cframe
  3022. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,0.01))
  3023. game:GetService("Debris"):AddItem(prt,5)
  3024. coroutine.resume(coroutine.create(function(Part,Mesh)
  3025. local rtype = rottype
  3026. for i=0,1,delay do
  3027. swait()
  3028. if rtype == 1 then
  3029. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,0.1)
  3030. elseif rtype == 2 then
  3031. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,-0.1)
  3032. end
  3033. prt.Transparency=i
  3034. Mesh.Scale=Mesh.Scale+vt(x3,y3,0)
  3035. end
  3036. Part.Parent=nil
  3037. end),prt,msh)
  3038. end
  3039.  
  3040. function MagicShockAltCircle(brickcolor,cframe,x1,z1,x3,z3,delay,rottype)
  3041. local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  3042. prt.Anchored=true
  3043. prt.Material = "Neon"
  3044. prt.CFrame=cframe
  3045. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,1,z1))
  3046. game:GetService("Debris"):AddItem(prt,5)
  3047. coroutine.resume(coroutine.create(function(Part,Mesh)
  3048. local rtype = rottype
  3049. for i=0,1,delay do
  3050. swait()
  3051. if rtype == 1 then
  3052. prt.CFrame = prt.CFrame*CFrame.Angles(0,0.1,0)
  3053. elseif rtype == 2 then
  3054. prt.CFrame = prt.CFrame*CFrame.Angles(0,-0.1,0)
  3055. end
  3056. prt.Transparency=i
  3057. Mesh.Scale=Mesh.Scale+vt(x3,0,z3)
  3058. end
  3059. Part.Parent=nil
  3060. end),prt,msh)
  3061. end
  3062.  
  3063. function MagicShockTrailAlt(brickcolor,cframe,x1,y1,z1,x3,y3,delay,rottype)
  3064. local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  3065. prt.Anchored=true
  3066. prt.Material = "Neon"
  3067. prt.CFrame=cframe
  3068. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  3069. game:GetService("Debris"):AddItem(prt,5)
  3070. coroutine.resume(coroutine.create(function(Part,Mesh)
  3071. local rtype = rottype
  3072. for i=0,1,delay do
  3073. swait()
  3074. if rtype == 1 then
  3075. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,0.1)
  3076. elseif rtype == 2 then
  3077. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,-0.1)
  3078. end
  3079. prt.Transparency=i
  3080. Mesh.Scale=Mesh.Scale+vt(x3,y3,0)
  3081. end
  3082. Part.Parent=nil
  3083. end),prt,msh)
  3084. end
  3085.  
  3086. function MagicShockTrailAlt2(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay,rottype)
  3087. local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  3088. prt.Anchored=true
  3089. prt.Material = "Neon"
  3090. prt.CFrame=cframe
  3091. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  3092. game:GetService("Debris"):AddItem(prt,5)
  3093. coroutine.resume(coroutine.create(function(Part,Mesh)
  3094. local rtype = rottype
  3095. for i=0,1,delay do
  3096. swait()
  3097. if rtype == 1 then
  3098. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,0.1)
  3099. elseif rtype == 2 then
  3100. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,-0.1)
  3101. end
  3102. prt.Transparency=i
  3103. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  3104. end
  3105. Part.Parent=nil
  3106. end),prt,msh)
  3107. end
  3108.  
  3109. function MagicBlock2(brickcolor,cframe,Parent,x1,y1,z1,x3,y3,z3,delay)
  3110. local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  3111. prt.Anchored=false
  3112. prt.CFrame=cframe
  3113. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  3114. local wld=weld(prt,prt,Parent,cframe)
  3115. game:GetService("Debris"):AddItem(prt,5)
  3116. coroutine.resume(coroutine.create(function(Part,Mesh,Weld)
  3117. for i=0,1,delay do
  3118. wait()
  3119. Weld.C0=euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))*cframe
  3120. --Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  3121. Part.Transparency=i
  3122. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  3123. end
  3124. Part.Parent=nil
  3125. end),prt,msh,wld)
  3126. end
  3127.  
  3128. function MagicBlock3(brickcolor,cframe,Parent,x1,y1,z1,x3,y3,z3,delay)
  3129. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  3130. prt.Anchored=false
  3131. prt.CFrame=cframe
  3132. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  3133. local wld=weld(prt,prt,Parent,euler(0,0,0)*cf(0,0,0))
  3134. game:GetService("Debris"):AddItem(prt,5)
  3135. coroutine.resume(coroutine.create(function(Part,Mesh,Weld)
  3136. for i=0,1,delay do
  3137. wait()
  3138. Weld.C0=euler(i*20,0,0)
  3139. --Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  3140. Part.Transparency=i
  3141. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  3142. end
  3143. Part.Parent=nil
  3144. end),prt,msh,wld)
  3145. end
  3146.  
  3147. function MagicCircle2(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  3148. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  3149. prt.Anchored=true
  3150. prt.CFrame=cframe
  3151. local msh=mesh("CylinderMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  3152. game:GetService("Debris"):AddItem(prt,2)
  3153. coroutine.resume(coroutine.create(function(Part,Mesh)
  3154. for i=0,1,delay do
  3155. wait()
  3156. Part.CFrame=Part.CFrame
  3157. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  3158. local prt2=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  3159. prt2.Anchored=true
  3160. prt2.CFrame=cframe*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  3161. local msh2=mesh("SpecialMesh",prt2,"Sphere","",vt(0,0,0),vt(0.5,0.5,0.5))
  3162. game:GetService("Debris"):AddItem(prt2,2)
  3163. coroutine.resume(coroutine.create(function(Part,Mesh)
  3164. for i=0,1,0.1 do
  3165. wait()
  3166. Part.CFrame=Part.CFrame*cf(0,0.5,0)
  3167. end
  3168. Part.Parent=nil
  3169. end),prt2,msh2)
  3170. end
  3171. for i=0,1,delay*2 do
  3172. wait()
  3173. Part.CFrame=Part.CFrame
  3174. Mesh.Scale=vt((x1+x3)-(x1+x3)*i,(y1+y3)-(y1+y3)*i,(z1+z3)-(z1+z3)*i)
  3175. end
  3176. Part.Parent=nil
  3177. end),prt,msh)
  3178. end
  3179.  
  3180. function MagicCircle(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  3181. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  3182. prt.Anchored=true
  3183. prt.CFrame=cframe
  3184. local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
  3185. game:GetService("Debris"):AddItem(prt,2)
  3186. coroutine.resume(coroutine.create(function(Part,Mesh)
  3187. for i=0,1,delay do
  3188. wait()
  3189. Part.CFrame=Part.CFrame
  3190. Part.Transparency=i
  3191. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  3192. end
  3193. Part.Parent=nil
  3194. end),prt,msh)
  3195. end
  3196.  
  3197. function BreakEffect(brickcolor,cframe,x1,y1,z1)
  3198. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  3199. prt.Anchored=true
  3200. prt.CFrame=cframe*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  3201. local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
  3202. game:GetService("Debris"):AddItem(prt,2)
  3203. coroutine.resume(coroutine.create(function(Part,CF,Numbb,randnumb)
  3204. CF=Part.CFrame
  3205. Numbb=0
  3206. randnumb=math.random()/10
  3207. rand1=math.random()/10
  3208. for i=0,1,rand1 do
  3209. wait()
  3210. CF=CF*cf(0,math.random()/2,0)
  3211. --Part.CFrame=Part.CFrame*euler(0.5,0,0)*cf(0,1,0)
  3212. Part.CFrame=CF*euler(Numbb,0,0)
  3213. Part.Transparency=i
  3214. Numbb=Numbb+randnumb
  3215. end
  3216. Part.Parent=nil
  3217. end),prt,CF,Numbb,randnumb)
  3218. end
  3219.  
  3220. function MagicWaveThing(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  3221. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  3222. prt.Anchored=true
  3223. prt.CFrame=cframe
  3224. msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1051557",vt(0,0,0),vt(x1,y1,z1))
  3225. game:GetService("Debris"):AddItem(prt,5)
  3226. coroutine.resume(coroutine.create(function(Part,Mesh)
  3227. for i=0,1,delay do
  3228. wait()
  3229. Part.CFrame=Part.CFrame*euler(0,0.7,0)
  3230. Part.Transparency=i
  3231. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  3232. end
  3233. Part.Parent=nil
  3234. end),prt,msh)
  3235. end
  3236.  
  3237. function WaveEffect(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  3238. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  3239. prt.Anchored=true
  3240. prt.CFrame=cframe
  3241. msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=20329976",vt(0,0,0),vt(x1,y1,z1))
  3242. game:GetService("Debris"):AddItem(prt,2)
  3243. coroutine.resume(coroutine.create(function(Part,Mesh)
  3244. for i=0,1,delay do
  3245. wait()
  3246. Part.CFrame=Part.CFrame*cf(0,y3/2,0)
  3247. Part.Transparency=i
  3248. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  3249. end
  3250. Part.Parent=nil
  3251. end),prt,msh)
  3252. end
  3253.  
  3254. function StravEffect(brickcolor,cframe,x,y,z,x1,y1,z1,delay)
  3255. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  3256. prt.Anchored=true
  3257. prt.CFrame=cframe*cf(x,y,z)
  3258. msh=mesh("SpecialMesh",prt,"FileMesh","rbxassetid://168892363",vt(0,0,0),vt(x1,y1,z1))
  3259. game:GetService("Debris"):AddItem(prt,5)
  3260. coroutine.resume(coroutine.create(function(Part,Mesh,ex,why,zee)
  3261. local num=math.random()
  3262. local num2=math.random(-3,2)+math.random()
  3263. local numm=0
  3264. for i=0,1,delay*2 do
  3265. swait()
  3266. Part.CFrame=cframe*euler(0,numm*num*10,0)*cf(ex,why,zee)*cf(-i*10,num2,0)
  3267. Part.Transparency=i
  3268. numm=numm+0.01
  3269. end
  3270. Part.Parent=nil
  3271. Mesh.Parent=nil
  3272. end),prt,msh,x,y,z)
  3273. end
  3274.  
  3275. function dmgstart(dmg,what)
  3276. hitcon = what.Touched:connect(function(hit)
  3277. local hum = hit.Parent:FindFirstChild("Humanoid")
  3278. if hum and not hum:IsDescendantOf(Character) then
  3279. hum:TakeDamage(dmg)
  3280. end
  3281. end)
  3282. end
  3283.  
  3284. function dmgstop()
  3285. hitcon:disconnect()
  3286. end
  3287.  
  3288. function Cloak()
  3289. Face.Parent=nil
  3290. cloaked=true
  3291. for _,v in pairs(Torso.Parent:children()) do
  3292. if v.className=="Part" and v.Name~="HumanoidRootPart" then
  3293. coroutine.resume(coroutine.create(function()
  3294. for i=0,1,0.2 do
  3295. wait()
  3296. v.Transparency=i
  3297. end
  3298. v.Transparency=1
  3299. end))
  3300. end
  3301. if v.className=="Hat" then
  3302. hatp=v.Handle
  3303. coroutine.resume(coroutine.create(function(derp)
  3304. for i=0,1,0.2 do
  3305. wait()
  3306. derp.Transparency=i
  3307. end
  3308. derp.Transparency=1
  3309. end),hatp)
  3310. end
  3311. end
  3312. for _,v in pairs(m:children()) do
  3313. if v.className=="Part" then
  3314. coroutine.resume(coroutine.create(function()
  3315. for i=0,1,0.2 do
  3316. wait()
  3317. v.Transparency=i
  3318. end
  3319. v.Transparency=1
  3320. end))
  3321. end
  3322. end
  3323. end
  3324.  
  3325. function UnCloak()
  3326. so("http://roblox.com/asset/?id=2767090",Torso,1,1.1)
  3327. Face.Parent=Head
  3328. cloaked=false
  3329. for _,v in pairs(Torso.Parent:children()) do
  3330. if v.className=="Part" and v.Name~="HumanoidRootPart" then
  3331. coroutine.resume(coroutine.create(function()
  3332. for i=0,1,0.1 do
  3333. wait()
  3334. v.Transparency=v.Transparency-0.1
  3335. end
  3336. v.Transparency=0
  3337. end))
  3338. end
  3339. if v.className=="Hat" then
  3340. hatp=v.Handle
  3341. coroutine.resume(coroutine.create(function(derp)
  3342. for i=0,1,0.1 do
  3343. wait()
  3344. derp.Transparency=derp.Transparency-0.1
  3345. end
  3346. derp.Transparency=0
  3347. end),hatp)
  3348. end
  3349. end
  3350. for _,v in pairs(m:children()) do
  3351. if v.className=="Part" and v.Name~="hitbox" and v.Name~='tip' then
  3352. coroutine.resume(coroutine.create(function()
  3353. for i=0,1,0.1 do
  3354. wait()
  3355. v.Transparency=v.Transparency-0.1
  3356. end
  3357. v.Transparency=0
  3358. end))
  3359. v.Transparency=0
  3360. end
  3361. end
  3362. end
  3363.  
  3364. local origcolor = BrickColor.new("Pastel light blue")
  3365. ---- This section of explosions.
  3366.  
  3367. ----
  3368.  
  3369.  
  3370. function ring(type,pos,scale,value)
  3371. local type = type
  3372. local rng = Instance.new("Part", char)
  3373. rng.Anchored = true
  3374. rng.BrickColor = origcolor
  3375. rng.CanCollide = false
  3376. rng.FormFactor = 3
  3377. rng.Name = "Ring"
  3378. rng.Size = Vector3.new(1, 1, 1)
  3379. rng.Transparency = 0
  3380. rng.TopSurface = 0
  3381. rng.BottomSurface = 0
  3382. rng.CFrame = pos
  3383. local rngm = Instance.new("SpecialMesh", rng)
  3384. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3385. rngm.Scale = scale
  3386. local scaler2 = 1
  3387. if type == "Add" then
  3388. scaler2 = 1*value
  3389. elseif type == "Divide" then
  3390. scaler2 = 1/value
  3391. end
  3392. coroutine.resume(coroutine.create(function()
  3393. for i = 0,10,0.1 do
  3394. swait()
  3395. if type == "Add" then
  3396. scaler2 = scaler2 - 0.01*value
  3397. elseif type == "Divide" then
  3398. scaler2 = scaler2 - 0.01/value
  3399. end
  3400. rng.Transparency = rng.Transparency + 0.01
  3401. rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, 0)
  3402. end
  3403. rng:Destroy()
  3404. end))
  3405. end
  3406.  
  3407.  
  3408. function wave(type,pos,scale,value)
  3409. local type = type
  3410. local rng = Instance.new("Part", char)
  3411. rng.Anchored = true
  3412. rng.BrickColor = origcolor
  3413. rng.CanCollide = false
  3414. rng.FormFactor = 3
  3415. rng.Name = "Ring"
  3416. rng.Size = Vector3.new(1, 1, 1)
  3417. rng.Transparency = 0
  3418. rng.TopSurface = 0
  3419. rng.BottomSurface = 0
  3420. rng.CFrame = pos
  3421. local rngm = Instance.new("SpecialMesh", rng)
  3422. rngm.MeshId = "http://www.roblox.com/asset/?id=20329976"
  3423. rngm.Scale = scale
  3424. local scaler2 = 1
  3425. if type == "Add" then
  3426. scaler2 = 1*value
  3427. elseif type == "Divide" then
  3428. scaler2 = 1/value
  3429. end
  3430. coroutine.resume(coroutine.create(function()
  3431. for i = 0,10,0.1 do
  3432. swait()
  3433. if type == "Add" then
  3434. scaler2 = scaler2 - 0.01*value
  3435. elseif type == "Divide" then
  3436. scaler2 = scaler2 - 0.01/value
  3437. end
  3438. rng.Transparency = rng.Transparency + 0.01
  3439. rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, scaler2)
  3440. end
  3441. rng:Destroy()
  3442. end))
  3443. end
  3444.  
  3445. function waveEff(bonuspeed,type,typeoftrans,pos,scale,value,value2,color)
  3446. local type = type
  3447. local rng = Instance.new("Part", char)
  3448. rng.Anchored = true
  3449. rng.BrickColor = color
  3450. rng.CanCollide = false
  3451. rng.FormFactor = 3
  3452. rng.Name = "Ring"
  3453. rng.Material = "Neon"
  3454. rng.Size = Vector3.new(1, 1, 1)
  3455. rng.Transparency = 0
  3456. if typeoftrans == "In" then
  3457. rng.Transparency = 1
  3458. end
  3459. rng.TopSurface = 0
  3460. rng.BottomSurface = 0
  3461. rng.CFrame = pos
  3462. local rngm = Instance.new("SpecialMesh", rng)
  3463. rngm.MeshType = "FileMesh"
  3464. rngm.MeshId = "rbxassetid://20329976"
  3465. rngm.Scale = scale
  3466. local scaler2 = 1
  3467. local scaler2b = 1
  3468. if type == "Add" then
  3469. scaler2 = 1*value
  3470. scaler2b = 1*value2
  3471. elseif type == "Divide" then
  3472. scaler2 = 1/value
  3473. scaler2b = 1/value2
  3474. end
  3475. local randomrot = math.random(1,2)
  3476. coroutine.resume(coroutine.create(function()
  3477. for i = 0,10/bonuspeed,0.1 do
  3478. swait()
  3479. if type == "Add" then
  3480. scaler2 = scaler2 - 0.01*value/bonuspeed
  3481. scaler2b = scaler2b - 0.01*value/bonuspeed
  3482. elseif type == "Divide" then
  3483. scaler2 = scaler2 - 0.01/value*bonuspeed
  3484. scaler2b = scaler2b - 0.01/value*bonuspeed
  3485. end
  3486. if randomrot == 1 then
  3487. rng.CFrame = rng.CFrame*CFrame.Angles(0,math.rad(5*bonuspeed/2),0)
  3488. elseif randomrot == 2 then
  3489. rng.CFrame = rng.CFrame*CFrame.Angles(0,math.rad(-5*bonuspeed/2),0)
  3490. end
  3491. if typeoftrans == "Out" then
  3492. rng.Transparency = rng.Transparency + 0.01*bonuspeed
  3493. elseif typeoftrans == "In" then
  3494. rng.Transparency = rng.Transparency - 0.01*bonuspeed
  3495. end
  3496. rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2b*bonuspeed, scaler2*bonuspeed)
  3497. end
  3498. rng:Destroy()
  3499. end))
  3500. end
  3501.  
  3502. function wave(type,pos,scale,value)
  3503. local type = type
  3504. local rng = Instance.new("Part", char)
  3505. rng.Anchored = true
  3506. rng.BrickColor = origcolor
  3507. rng.CanCollide = false
  3508. rng.FormFactor = 3
  3509. rng.Name = "Ring"
  3510. rng.Size = Vector3.new(1, 1, 1)
  3511. rng.Transparency = 0
  3512. rng.TopSurface = 0
  3513. rng.BottomSurface = 0
  3514. rng.CFrame = pos
  3515. local rngm = Instance.new("SpecialMesh", rng)
  3516. rngm.MeshId = "http://www.roblox.com/asset/?id=20329976"
  3517. rngm.Scale = scale
  3518. local scaler2 = 1
  3519. if type == "Add" then
  3520. scaler2 = 1*value
  3521. elseif type == "Divide" then
  3522. scaler2 = 1/value
  3523. end
  3524. coroutine.resume(coroutine.create(function()
  3525. for i = 0,10,0.1 do
  3526. swait()
  3527. if type == "Add" then
  3528. scaler2 = scaler2 - 0.01*value
  3529. elseif type == "Divide" then
  3530. scaler2 = scaler2 - 0.01/value
  3531. end
  3532. rng.Transparency = rng.Transparency + 0.01
  3533. rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, scaler2)
  3534. end
  3535. rng:Destroy()
  3536. end))
  3537. end
  3538.  
  3539. function wind(type,pos,scale,value,speed)
  3540. local type = type
  3541. local rng = Instance.new("Part", char)
  3542. rng.Anchored = true
  3543. rng.BrickColor = origcolor
  3544. rng.CanCollide = false
  3545. rng.FormFactor = 3
  3546. rng.Name = "Ring"
  3547. rng.Size = Vector3.new(1, 1, 1)
  3548. rng.Transparency = 0
  3549. rng.TopSurface = 0
  3550. rng.BottomSurface = 0
  3551. rng.CFrame = pos
  3552. local rngm = Instance.new("SpecialMesh", rng)
  3553. rngm.MeshId = "http://www.roblox.com/asset/?id=1051557"
  3554. rngm.Scale = scale
  3555. local scaler2 = 1
  3556. if type == "Add" then
  3557. scaler2 = 1*value
  3558. elseif type == "Divide" then
  3559. scaler2 = 1/value
  3560. end
  3561. coroutine.resume(coroutine.create(function()
  3562. for i = 0,10,0.1 do
  3563. swait()
  3564. if type == "Add" then
  3565. scaler2 = scaler2 - 0.01*value
  3566. elseif type == "Divide" then
  3567. scaler2 = scaler2 - 0.01/value
  3568. end
  3569. rng.CFrame = rng.CFrame*CFrame.Angles(0,0.025*speed,0)
  3570. rng.Transparency = rng.Transparency + 0.01
  3571. rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, scaler2)
  3572. end
  3573. rng:Destroy()
  3574. end))
  3575. end
  3576.  
  3577. function groundwind(type,pos,scale,value,speed)
  3578. local type = type
  3579. local rng = Instance.new("Part", char)
  3580. rng.Anchored = true
  3581. rng.BrickColor = origcolor
  3582. rng.CanCollide = false
  3583. rng.FormFactor = 3
  3584. rng.Name = "Ring"
  3585. rng.Size = Vector3.new(1, 1, 1)
  3586. rng.Transparency = 0
  3587. rng.TopSurface = 0
  3588. rng.BottomSurface = 0
  3589. rng.CFrame = pos
  3590. local rngm = Instance.new("SpecialMesh", rng)
  3591. rngm.MeshId = "http://www.roblox.com/asset/?id=1051557"
  3592. rngm.Scale = scale
  3593. local scaler2 = 1
  3594. if type == "Add" then
  3595. scaler2 = 1*value
  3596. elseif type == "Divide" then
  3597. scaler2 = 1/value
  3598. end
  3599. coroutine.resume(coroutine.create(function()
  3600. for i = 0,10,0.1 do
  3601. swait()
  3602. if type == "Add" then
  3603. scaler2 = scaler2 - 0.01*value
  3604. elseif type == "Divide" then
  3605. scaler2 = scaler2 - 0.01/value
  3606. end
  3607. rng.CFrame = rng.CFrame*CFrame.Angles(0,0.025*speed,0)
  3608. rng.Transparency = rng.Transparency + 0.01
  3609. rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2/5, scaler2)
  3610. end
  3611. rng:Destroy()
  3612. end))
  3613. end
  3614.  
  3615. function CameraManager()
  3616. if TwoD and not CamInterrupt then
  3617. if Humanoid.Health > 0 then
  3618. Camera.CameraSubject = Humanoid
  3619. Camera.CameraType = "Scriptable"
  3620. Humanoid.AutoRotate = false
  3621. if Booleans.GyroUse then
  3622. Directer.MaxTorque = Vec3(0, huge, 0)
  3623. else
  3624. Directer.MaxTorque = Vec3(0, 0, 0)
  3625. end
  3626. if TargetInfo[1] ~= nil and TargetInfo[2] ~= nil then
  3627. if Booleans.CamFollow then
  3628. CPart.CFrame = cFrame(RootPart.Position, Vec3(TargetInfo[1].Position.X, RootPart.Position.Y, TargetInfo[1].Position.Z))
  3629. Directer.CFrame = cFrame((RootPart.CFrame * cFrame(0, 0, 10)).p, TargetInfo[1].Position)
  3630. else
  3631. CPart.Position = RootPart.Position
  3632. end
  3633. else
  3634. local ahead = (RootPart.CFrame * cFrame(0, 0, -3)).p
  3635. CPart.CFrame = cFrame(RootPart.Position, Vec3(ahead.X, RootPart.Position.Y, ahead.Z))
  3636. end
  3637. Camera.CFrame = lerp(Camera.CFrame, CPart.CFrame * cFrame(25, 3, 0) * Euler(0, radian(90), 0), 0.2)
  3638. else
  3639. Camera.CameraSubject = Humanoid
  3640. Camera.CameraType = "Custom"
  3641. end
  3642. end
  3643. end
  3644.  
  3645. function ring(type,pos,scale,value)
  3646. local type = type
  3647. local rng = Instance.new("Part", char)
  3648. rng.Anchored = true
  3649. rng.BrickColor = origcolor
  3650. rng.CanCollide = false
  3651. rng.FormFactor = 3
  3652. rng.Name = "Ring"
  3653. rng.Size = Vector3.new(1, 1, 1)
  3654. rng.Transparency = 0
  3655. rng.TopSurface = 0
  3656. rng.BottomSurface = 0
  3657. rng.CFrame = pos
  3658. local rngm = Instance.new("SpecialMesh", rng)
  3659. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3660. rngm.Scale = scale
  3661. local scaler2 = 1
  3662. if type == "Add" then
  3663. scaler2 = 1*value
  3664. elseif type == "Divide" then
  3665. scaler2 = 1/value
  3666. end
  3667. coroutine.resume(coroutine.create(function()
  3668. for i = 0,10,0.1 do
  3669. swait()
  3670. if type == "Add" then
  3671. scaler2 = scaler2 - 0.01*value
  3672. elseif type == "Divide" then
  3673. scaler2 = scaler2 - 0.01/value
  3674. end
  3675. rng.Transparency = rng.Transparency + 0.01
  3676. rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, 0)
  3677. end
  3678. rng:Destroy()
  3679. end))
  3680. end
  3681.  
  3682.  
  3683. function wave(type,pos,scale,value)
  3684. local type = type
  3685. local rng = Instance.new("Part", char)
  3686. rng.Anchored = true
  3687. rng.BrickColor = origcolor
  3688. rng.CanCollide = false
  3689. rng.FormFactor = 3
  3690. rng.Name = "Ring"
  3691. rng.Size = Vector3.new(1, 1, 1)
  3692. rng.Transparency = 0
  3693. rng.TopSurface = 0
  3694. rng.BottomSurface = 0
  3695. rng.CFrame = pos
  3696. local rngm = Instance.new("SpecialMesh", rng)
  3697. rngm.MeshId = "http://www.roblox.com/asset/?id=20329976"
  3698. rngm.Scale = scale
  3699. local scaler2 = 1
  3700. if type == "Add" then
  3701. scaler2 = 1*value
  3702. elseif type == "Divide" then
  3703. scaler2 = 1/value
  3704. end
  3705. coroutine.resume(coroutine.create(function()
  3706. for i = 0,10,0.1 do
  3707. swait()
  3708. if type == "Add" then
  3709. scaler2 = scaler2 - 0.01*value
  3710. elseif type == "Divide" then
  3711. scaler2 = scaler2 - 0.01/value
  3712. end
  3713. rng.Transparency = rng.Transparency + 0.01
  3714. rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, scaler2)
  3715. end
  3716. rng:Destroy()
  3717. end))
  3718. end
  3719.  
  3720. function sphere(bonuspeed,type,pos,scale,value,color)
  3721. local type = type
  3722. local rng = Instance.new("Part", char)
  3723. rng.Anchored = true
  3724. if ModeOfGlitch ~= 2 then
  3725. rng.BrickColor = color
  3726. elseif ModeOfGlitch == 2 then
  3727. rng.Color = Color3.new(0,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000)
  3728. end
  3729. rng.CanCollide = false
  3730. rng.FormFactor = 3
  3731. rng.Name = "Ring"
  3732. rng.Material = "Neon"
  3733. rng.Size = Vector3.new(1, 1, 1)
  3734. rng.Transparency = 0
  3735. rng.TopSurface = 0
  3736. rng.BottomSurface = 0
  3737. rng.CFrame = pos
  3738. local rngm = Instance.new("SpecialMesh", rng)
  3739. rngm.MeshType = "Sphere"
  3740. rngm.Scale = scale
  3741. if rainbowmode == true then
  3742. rng.Color = Color3.new(r/255,g/255,b/255)
  3743. end
  3744. if ModeOfGlitch == 2 then
  3745. coroutine.resume(coroutine.create(function()
  3746. while true do
  3747. swait()
  3748. if rng.Parent ~= nil then
  3749. rng.Color = Color3.new(0,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000)
  3750. else
  3751. break
  3752. end
  3753. end
  3754. end))
  3755. end
  3756. local scaler2 = 1
  3757. if type == "Add" then
  3758. scaler2 = 1*value
  3759. elseif type == "Divide" then
  3760. scaler2 = 1/value
  3761. end
  3762. coroutine.resume(coroutine.create(function()
  3763. for i = 0,10/bonuspeed,0.1 do
  3764. swait()
  3765. if rainbowmode == true then
  3766. rng.Color = Color3.new(r/255,g/255,b/255)
  3767. end
  3768. if type == "Add" then
  3769. scaler2 = scaler2 - 0.01*value/bonuspeed
  3770. elseif type == "Divide" then
  3771. scaler2 = scaler2 - 0.01/value*bonuspeed
  3772. end
  3773. if chaosmode == true then
  3774. rng.BrickColor = BrickColor.random()
  3775. end
  3776. rng.Transparency = rng.Transparency + 0.01*bonuspeed
  3777. rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, scaler2*bonuspeed)
  3778. end
  3779. rng:Destroy()
  3780. end))
  3781. end
  3782.  
  3783. function sphere2(bonuspeed,type,pos,scale,value,value2,value3,color)
  3784. local type = type
  3785. local rng = Instance.new("Part", char)
  3786. rng.Anchored = true
  3787. if ModeOfGlitch ~= 2 then
  3788. rng.BrickColor = color
  3789. elseif ModeOfGlitch == 2 then
  3790. rng.Color = Color3.new(0,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000)
  3791. end
  3792. rng.CanCollide = false
  3793. rng.FormFactor = 3
  3794. rng.Name = "Ring"
  3795. rng.Material = "Neon"
  3796. rng.Size = Vector3.new(1, 1, 1)
  3797. rng.Transparency = 0
  3798. rng.TopSurface = 0
  3799. rng.BottomSurface = 0
  3800. rng.CFrame = pos
  3801. local rngm = Instance.new("SpecialMesh", rng)
  3802. rngm.MeshType = "Sphere"
  3803. rngm.Scale = scale
  3804. if rainbowmode == true then
  3805. rng.Color = Color3.new(r/255,g/255,b/255)
  3806. end
  3807. local scaler2 = 1
  3808. local scaler2b = 1
  3809. local scaler2c = 1
  3810. if type == "Add" then
  3811. scaler2 = 1*value
  3812. scaler2b = 1*value2
  3813. scaler2c = 1*value3
  3814. elseif type == "Divide" then
  3815. scaler2 = 1/value
  3816. scaler2b = 1/value2
  3817. scaler2c = 1/value3
  3818. end
  3819. coroutine.resume(coroutine.create(function()
  3820. while true do
  3821. swait()
  3822. if rainbowmode == true then
  3823. rng.Color = Color3.new(r/255,g/255,b/255)
  3824. end
  3825. end
  3826. end))
  3827. if ModeOfGlitch == 2 then
  3828. coroutine.resume(coroutine.create(function()
  3829. while true do
  3830. swait()
  3831. if rng.Parent ~= nil then
  3832. rng.Color = Color3.new(0,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000)
  3833. else
  3834. break
  3835. end
  3836. end
  3837. end))
  3838. end
  3839. coroutine.resume(coroutine.create(function()
  3840. for i = 0,10/bonuspeed,0.1 do
  3841. swait()
  3842. if type == "Add" then
  3843. scaler2 = scaler2 - 0.01*value/bonuspeed
  3844. scaler2b = scaler2b - 0.01*value/bonuspeed
  3845. scaler2c = scaler2c - 0.01*value/bonuspeed
  3846. elseif type == "Divide" then
  3847. scaler2 = scaler2 - 0.01/value*bonuspeed
  3848. scaler2b = scaler2b - 0.01/value*bonuspeed
  3849. scaler2c = scaler2c - 0.01/value*bonuspeed
  3850. end
  3851. rng.Transparency = rng.Transparency + 0.01*bonuspeed
  3852. rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2b*bonuspeed, scaler2c*bonuspeed)
  3853. end
  3854. rng:Destroy()
  3855. end))
  3856. end
  3857.  
  3858. function slash(bonuspeed,rotspeed,rotatingop,typeofshape,type,typeoftrans,pos,scale,value,color)
  3859. local type = type
  3860. local rotenable = rotatingop
  3861. local rng = Instance.new("Part", char)
  3862. rng.Anchored = true
  3863. rng.BrickColor = color
  3864. rng.CanCollide = false
  3865. rng.FormFactor = 3
  3866. rng.Name = "Ring"
  3867. rng.Material = "Neon"
  3868. rng.Size = Vector3.new(1, 1, 1)
  3869. rng.Transparency = 0
  3870. if typeoftrans == "In" then
  3871. rng.Transparency = 1
  3872. end
  3873. rng.TopSurface = 0
  3874. rng.BottomSurface = 0
  3875. rng.CFrame = pos
  3876. local rngm = Instance.new("SpecialMesh", rng)
  3877. rngm.MeshType = "FileMesh"
  3878. if typeofshape == "Normal" then
  3879. rngm.MeshId = "rbxassetid://662586858"
  3880. elseif typeofshape == "Round" then
  3881. rngm.MeshId = "rbxassetid://662585058"
  3882. end
  3883. rngm.Scale = scale
  3884. local scaler2 = 1/10
  3885. if type == "Add" then
  3886. scaler2 = 1*value/10
  3887. elseif type == "Divide" then
  3888. scaler2 = 1/value/10
  3889. end
  3890. local randomrot = math.random(1,2)
  3891. coroutine.resume(coroutine.create(function()
  3892. for i = 0,10/bonuspeed,0.1 do
  3893. swait()
  3894. if type == "Add" then
  3895. scaler2 = scaler2 - 0.01*value/bonuspeed/10
  3896. elseif type == "Divide" then
  3897. scaler2 = scaler2 - 0.01/value*bonuspeed/10
  3898. end
  3899. if rotenable == true then
  3900. if randomrot == 1 then
  3901. rng.CFrame = rng.CFrame*CFrame.Angles(0,math.rad(rotspeed*bonuspeed/2),0)
  3902. elseif randomrot == 2 then
  3903. rng.CFrame = rng.CFrame*CFrame.Angles(0,math.rad(-rotspeed*bonuspeed/2),0)
  3904. end
  3905. end
  3906. if typeoftrans == "Out" then
  3907. rng.Transparency = rng.Transparency + 0.01*bonuspeed
  3908. elseif typeoftrans == "In" then
  3909. rng.Transparency = rng.Transparency - 0.01*bonuspeed
  3910. end
  3911. rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed/10, 0, scaler2*bonuspeed/10)
  3912. end
  3913. rng:Destroy()
  3914. end))
  3915. end
  3916.  
  3917. function PixelBlock(bonuspeed,FastSpeed,type,pos,x1,y1,z1,value,color,outerpos)
  3918. local type = type
  3919. local rng = Instance.new("Part", char)
  3920. rng.Anchored = true
  3921. rng.BrickColor = color
  3922. rng.CanCollide = false
  3923. rng.FormFactor = 3
  3924. rng.Name = "Ring"
  3925. rng.Material = "Neon"
  3926. rng.Size = Vector3.new(1, 1, 1)
  3927. rng.Transparency = 0
  3928. rng.TopSurface = 0
  3929. rng.BottomSurface = 0
  3930. rng.CFrame = pos
  3931. rng.CFrame = rng.CFrame + rng.CFrame.lookVector*outerpos
  3932. local rngm = Instance.new("SpecialMesh", rng)
  3933. rngm.MeshType = "Brick"
  3934. rngm.Scale = vt(x1,y1,z1)
  3935. if rainbowmode == true then
  3936. rng.Color = Color3.new(r/255,g/255,b/255)
  3937. end
  3938. local scaler2 = 1
  3939. local speeder = FastSpeed/10
  3940. if type == "Add" then
  3941. scaler2 = 1*value
  3942. elseif type == "Divide" then
  3943. scaler2 = 1/value
  3944. end
  3945. coroutine.resume(coroutine.create(function()
  3946. for i = 0,10/bonuspeed,0.1 do
  3947. swait()
  3948. if rainbowmode == true then
  3949. rng.Color = Color3.new(r/255,g/255,b/255)
  3950. end
  3951. if type == "Add" then
  3952. scaler2 = scaler2 - 0.01*value/bonuspeed
  3953. elseif type == "Divide" then
  3954. scaler2 = scaler2 - 0.01/value*bonuspeed
  3955. end
  3956. if chaosmode == true then
  3957. rng.BrickColor = BrickColor.random()
  3958. end
  3959. speeder = speeder - 0.01*FastSpeed*bonuspeed/10
  3960. rng.CFrame = rng.CFrame + rng.CFrame.lookVector*speeder*bonuspeed
  3961. --rng.Transparency = rng.Transparency + 0.01*bonuspeed
  3962. rngm.Scale = rngm.Scale - Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, scaler2*bonuspeed)
  3963. end
  3964. rng:Destroy()
  3965. end))
  3966. end
  3967.  
  3968. function PixelBlockX(bonuspeed,FastSpeed,type,pos,x1,y1,z1,value,color,outerpos)
  3969. local type = type
  3970. local rng = Instance.new("Part", char)
  3971. rng.Anchored = true
  3972. rng.BrickColor = color
  3973. rng.CanCollide = false
  3974. rng.FormFactor = 3
  3975. rng.Name = "Ring"
  3976. rng.Material = "Neon"
  3977. rng.Size = Vector3.new(1, 1, 1)
  3978. rng.Transparency = 0
  3979. rng.TopSurface = 0
  3980. rng.BottomSurface = 0
  3981. rng.CFrame = pos
  3982. rng.CFrame = rng.CFrame + rng.CFrame.lookVector*outerpos
  3983. local rngm = Instance.new("SpecialMesh", rng)
  3984. rngm.MeshType = "Brick"
  3985. rngm.Scale = vt(x1,y1,z1)
  3986. if rainbowmode == true then
  3987. rng.Color = Color3.new(r/255,g/255,b/255)
  3988. end
  3989. local scaler2 = 1
  3990. local speeder = FastSpeed/10
  3991. if type == "Add" then
  3992. scaler2 = 1*value
  3993. elseif type == "Divide" then
  3994. scaler2 = 1/value
  3995. end
  3996. coroutine.resume(coroutine.create(function()
  3997. for i = 0,10/bonuspeed,0.1 do
  3998. swait()
  3999. if rainbowmode == true then
  4000. rng.Color = Color3.new(r/255,g/255,b/255)
  4001. end
  4002. if type == "Add" then
  4003. scaler2 = scaler2 - 0.01*value/bonuspeed
  4004. elseif type == "Divide" then
  4005. scaler2 = scaler2 - 0.01/value*bonuspeed
  4006. end
  4007. if chaosmode == true then
  4008. rng.BrickColor = BrickColor.random()
  4009. end
  4010. speeder = speeder - 0.01*FastSpeed*bonuspeed/10
  4011. rng.CFrame = rng.CFrame + rng.CFrame.lookVector*speeder*bonuspeed
  4012. rng.Transparency = rng.Transparency + 0.01*bonuspeed
  4013. rngm.Scale = rngm.Scale - Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, scaler2*bonuspeed)
  4014. end
  4015. rng:Destroy()
  4016. end))
  4017. end
  4018.  
  4019. function PixelBlockNeg(bonuspeed,FastSpeed,type,pos,x1,y1,z1,value,color,outerpos)
  4020. local type = type
  4021. local rng = Instance.new("Part", char)
  4022. rng.Anchored = true
  4023. rng.BrickColor = color
  4024. rng.CanCollide = false
  4025. rng.FormFactor = 3
  4026. rng.Name = "Ring"
  4027. rng.Material = "Neon"
  4028. rng.Size = Vector3.new(1, 1, 1)
  4029. rng.Transparency = 0
  4030. rng.TopSurface = 0
  4031. rng.BottomSurface = 0
  4032. rng.CFrame = pos
  4033. rng.CFrame = rng.CFrame + rng.CFrame.lookVector*outerpos
  4034. local rngm = Instance.new("SpecialMesh", rng)
  4035. rngm.MeshType = "Brick"
  4036. rngm.Scale = vt(x1,y1,z1)
  4037. if rainbowmode == true then
  4038. rng.Color = Color3.new(r/255,g/255,b/255)
  4039. end
  4040. local scaler2 = 0
  4041. local speeder = FastSpeed/10
  4042. if type == "Add" then
  4043. scaler2 = 1*value
  4044. elseif type == "Divide" then
  4045. scaler2 = 1/value
  4046. end
  4047. coroutine.resume(coroutine.create(function()
  4048. for i = 0,10/bonuspeed,0.1 do
  4049. swait()
  4050. if rainbowmode == true then
  4051. rng.Color = Color3.new(r/255,g/255,b/255)
  4052. end
  4053. if type == "Add" then
  4054. scaler2 = scaler2 - 0.01*value/bonuspeed
  4055. elseif type == "Divide" then
  4056. scaler2 = scaler2 - 0.01/value*bonuspeed
  4057. end
  4058. if chaosmode == true then
  4059. rng.BrickColor = BrickColor.random()
  4060. end
  4061. speeder = speeder + 0.01*FastSpeed*bonuspeed/10
  4062. rng.CFrame = rng.CFrame + rng.CFrame.lookVector*speeder*bonuspeed
  4063. --rng.Transparency = rng.Transparency + 0.01*bonuspeed
  4064. rngm.Scale = rngm.Scale - Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, scaler2*bonuspeed)
  4065. end
  4066. rng:Destroy()
  4067. end))
  4068. end
  4069.  
  4070. function block(bonuspeed,type,pos,scale,value,value2,value3,color,color3)
  4071. local type = type
  4072. local rng = Instance.new("Part", char)
  4073. rng.Anchored = true
  4074. rng.BrickColor = color
  4075. rng.Color = color3
  4076. rng.CanCollide = false
  4077. rng.FormFactor = 3
  4078. rng.Name = "Ring"
  4079. rng.Material = "Neon"
  4080. rng.Size = Vector3.new(1, 1, 1)
  4081. rng.Transparency = 0
  4082. rng.TopSurface = 0
  4083. rng.BottomSurface = 0
  4084. rng.CFrame = pos
  4085. local rngm = Instance.new("SpecialMesh", rng)
  4086. rngm.MeshType = "Brick"
  4087. rngm.Scale = scale
  4088. local scaler2 = 1
  4089. local scaler2b = 1
  4090. local scaler2c = 1
  4091. if type == "Add" then
  4092. scaler2 = 1*value
  4093. scaler2b = 1*value2
  4094. scaler2c = 1*value3
  4095. elseif type == "Divide" then
  4096. scaler2 = 1/value
  4097. scaler2b = 1/value2
  4098. scaler2c = 1/value3
  4099. end
  4100. coroutine.resume(coroutine.create(function()
  4101. for i = 0,10/bonuspeed,0.1 do
  4102. swait()
  4103. if type == "Add" then
  4104. scaler2 = scaler2 - 0.01*value/bonuspeed
  4105. scaler2b = scaler2b - 0.01*value/bonuspeed
  4106. scaler2c = scaler2c - 0.01*value/bonuspeed
  4107. elseif type == "Divide" then
  4108. scaler2 = scaler2 - 0.01/value*bonuspeed
  4109. scaler2b = scaler2b - 0.01/value*bonuspeed
  4110. scaler2c = scaler2c - 0.01/value*bonuspeed
  4111. end
  4112. rng.CFrame = rng.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360)))
  4113. rng.Transparency = rng.Transparency + 0.01*bonuspeed
  4114. rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2b*bonuspeed, scaler2c*bonuspeed)
  4115. end
  4116. rng:Destroy()
  4117. end))
  4118. end
  4119.  
  4120. function sphereMK(bonuspeed,FastSpeed,type,pos,x1,y1,z1,value,color,outerpos)
  4121. local type = type
  4122. local rng = Instance.new("Part", char)
  4123. rng.Anchored = true
  4124. if ModeOfGlitch ~= 9 then
  4125. rng.BrickColor = color
  4126. elseif ModeOfGlitch == 9 then
  4127. rng.Color = Color3.new(kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000)
  4128. end
  4129. rng.CanCollide = false
  4130. rng.FormFactor = 3
  4131. rng.Name = "Ring"
  4132. rng.Material = "Neon"
  4133. rng.Size = Vector3.new(1, 1, 1)
  4134. rng.Transparency = 0
  4135. rng.TopSurface = 0
  4136. rng.BottomSurface = 0
  4137. rng.CFrame = pos
  4138. rng.CFrame = rng.CFrame + rng.CFrame.lookVector*outerpos
  4139. local rngm = Instance.new("SpecialMesh", rng)
  4140. rngm.MeshType = "Sphere"
  4141. rngm.Scale = vt(x1,y1,z1)
  4142. if rainbowmode == true then
  4143. rng.Color = Color3.new(r/255,g/255,b/255)
  4144. end
  4145. if ModeOfGlitch == 9 then
  4146. coroutine.resume(coroutine.create(function()
  4147. while true do
  4148. swait()
  4149. if rng.Parent ~= nil then
  4150. rng.Color = Color3.new(kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000)
  4151. else
  4152. break
  4153. end
  4154. end
  4155. end))
  4156. end
  4157. local scaler2 = 1
  4158. local speeder = FastSpeed
  4159. if type == "Add" then
  4160. scaler2 = 1*value
  4161. elseif type == "Divide" then
  4162. scaler2 = 1/value
  4163. end
  4164. coroutine.resume(coroutine.create(function()
  4165. for i = 0,10/bonuspeed,0.1 do
  4166. swait()
  4167. if rainbowmode == true then
  4168. rng.Color = Color3.new(r/255,g/255,b/255)
  4169. end
  4170. if type == "Add" then
  4171. scaler2 = scaler2 - 0.01*value/bonuspeed
  4172. elseif type == "Divide" then
  4173. scaler2 = scaler2 - 0.01/value*bonuspeed
  4174. end
  4175. if chaosmode == true then
  4176. rng.BrickColor = BrickColor.random()
  4177. end
  4178. speeder = speeder - 0.01*FastSpeed*bonuspeed
  4179. rng.CFrame = rng.CFrame + rng.CFrame.lookVector*speeder*bonuspeed
  4180. rng.Transparency = rng.Transparency + 0.01*bonuspeed
  4181. rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, 0)
  4182. end
  4183. rng:Destroy()
  4184. end))
  4185. end
  4186.  
  4187.  
  4188. function sphereMKCharge(bonuspeed,FastSpeed,type,pos,x1,y1,z1,value,color,outerpos)
  4189. local type = type
  4190. local rng = Instance.new("Part", char)
  4191. rng.Anchored = true
  4192. if ModeOfGlitch ~= 9 then
  4193. rng.BrickColor = color
  4194. elseif ModeOfGlitch == 9 then
  4195. rng.Color = Color3.new(kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000)
  4196. end
  4197. rng.CanCollide = false
  4198. rng.FormFactor = 3
  4199. rng.Name = "Ring"
  4200. rng.Material = "Neon"
  4201. rng.Size = Vector3.new(1, 1, 1)
  4202. rng.Transparency = 1
  4203. rng.TopSurface = 0
  4204. rng.BottomSurface = 0
  4205. rng.CFrame = pos
  4206. rng.CFrame = rng.CFrame + rng.CFrame.lookVector*outerpos
  4207. local rngm = Instance.new("SpecialMesh", rng)
  4208. rngm.MeshType = "Sphere"
  4209. rngm.Scale = vt(x1,y1,z1)
  4210. if rainbowmode == true then
  4211. rng.Color = Color3.new(r/255,g/255,b/255)
  4212. end
  4213. if ModeOfGlitch == 9 then
  4214. coroutine.resume(coroutine.create(function()
  4215. while true do
  4216. swait()
  4217. if rng.Parent ~= nil then
  4218. rng.Color = Color3.new(kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000)
  4219. else
  4220. break
  4221. end
  4222. end
  4223. end))
  4224. end
  4225. local scaler2 = 1
  4226. local speeder = FastSpeed
  4227. if type == "Add" then
  4228. scaler2 = 1*value
  4229. elseif type == "Divide" then
  4230. scaler2 = 1/value
  4231. end
  4232. coroutine.resume(coroutine.create(function()
  4233. for i = 0,10/bonuspeed,0.1 do
  4234. swait()
  4235. if rainbowmode == true then
  4236. rng.Color = Color3.new(r/255,g/255,b/255)
  4237. end
  4238. if type == "Add" then
  4239. scaler2 = scaler2 - 0.01*value/bonuspeed
  4240. elseif type == "Divide" then
  4241. scaler2 = scaler2 - 0.01/value*bonuspeed
  4242. end
  4243. if chaosmode == true then
  4244. rng.BrickColor = BrickColor.random()
  4245. end
  4246. speeder = speeder - 0.01*FastSpeed*bonuspeed
  4247. rng.CFrame = rng.CFrame + rng.CFrame.lookVector*speeder*bonuspeed
  4248. rng.Transparency = rng.Transparency - 0.01*bonuspeed
  4249. rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, 0)
  4250. end
  4251. rng:Destroy()
  4252. end))
  4253. end
  4254.  
  4255. function dmg(dude)
  4256. if dude.Name ~= Character then
  4257. local keptcolor = MAINRUINCOLOR
  4258. local bgf = Instance.new("BodyGyro",dude.Head)
  4259. bgf.CFrame = bgf.CFrame * CFrame.fromEulerAnglesXYZ(math.rad(-90),0,0)
  4260. --[[local val = Instance.new("BoolValue",dude)
  4261. val.Name = "IsHit"]]--
  4262. local ds = coroutine.wrap(function()
  4263. dude:WaitForChild("Head"):BreakJoints()
  4264. for i, v in pairs(dude:GetChildren()) do
  4265. if v:IsA("Part") or v:IsA("MeshPart") then
  4266. v.Name = "DEMINISHED"
  4267. end
  4268. end
  4269. wait(0.5)
  4270. targetted = nil
  4271. CFuncs["Sound"].Create("rbxassetid://62339698", char, 0.75, 0.285)
  4272. coroutine.resume(coroutine.create(function()
  4273. for i, v in pairs(dude:GetChildren()) do
  4274. if v:IsA("Accessory") then
  4275. v:Destroy()
  4276. end
  4277. if v:IsA("Humanoid") then
  4278. v:Destroy()
  4279. end
  4280. if v:IsA("CharacterMesh") then
  4281. v:Destroy()
  4282. end
  4283. if v:IsA("Model") then
  4284. v:Destroy()
  4285. end
  4286. if v:IsA("Part") or v:IsA("MeshPart") then
  4287. for x, o in pairs(v:GetChildren()) do
  4288. if o:IsA("Decal") then
  4289. o:Destroy()
  4290. end
  4291. end
  4292. coroutine.resume(coroutine.create(function()
  4293. v.Material = "Neon"
  4294. v.CanCollide = false
  4295. v.Anchored = false
  4296. local bld = Instance.new("ParticleEmitter",v)
  4297. bld.LightEmission = 0.75
  4298. bld.Texture = "rbxassetid://363275192" ---284205403
  4299. bld.Color = ColorSequence.new(keptcolor.Color)
  4300. bld.Rate = 500
  4301. bld.Lifetime = NumberRange.new(1)
  4302. bld.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,2,0),NumberSequenceKeypoint.new(0.8,2.25,0),NumberSequenceKeypoint.new(1,0,0)})
  4303. bld.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5,0),NumberSequenceKeypoint.new(0.8,0.75,0),NumberSequenceKeypoint.new(1,1,0)})
  4304. bld.Speed = NumberRange.new(2,5)
  4305. bld.VelocitySpread = 50000
  4306. bld.Rotation = NumberRange.new(-500,500)
  4307. bld.RotSpeed = NumberRange.new(-500,500)
  4308. local sbs = Instance.new("BodyPosition", v)
  4309. sbs.P = 3000
  4310. sbs.D = 1000
  4311. sbs.maxForce = Vector3.new(50000000000, 50000000000, 50000000000)
  4312. sbs.position = v.Position + Vector3.new(math.random(-2,2),10 + math.random(-2,2),math.random(-2,2))
  4313. v.Color = keptcolor.Color
  4314. coroutine.resume(coroutine.create(function()
  4315. for i = 0, 49 do
  4316. swait(1)
  4317. v:BreakJoints()
  4318. v.Transparency = v.Transparency + 0.02
  4319. end
  4320. v:BreakJoints()
  4321. sphere2(1,"Add",v.CFrame,vt(0,0,0),0.1,0.1,0.1,keptcolor)
  4322. CFuncs["Sound"].Create("rbxassetid://1192402877", v, 0.5, 0.75)
  4323. bld.Speed = NumberRange.new(10,25)
  4324. bld.Drag = 5
  4325. bld.Acceleration = vt(0,2,0)
  4326. wait(0.5)
  4327. bld.Enabled = false
  4328. wait(8)
  4329. v:Destroy()
  4330. dude:Destroy()
  4331. end))
  4332. end))
  4333. end
  4334. end
  4335. end))
  4336. end)
  4337. ds()
  4338. end
  4339. end
  4340.  
  4341.  
  4342. function FindNearestHead(Position, Distance, SinglePlayer)
  4343. if SinglePlayer then
  4344. return (SinglePlayer.Torso.CFrame.p - Position).magnitude < Distance
  4345. end
  4346. local List = {}
  4347. for i, v in pairs(workspace:GetChildren()) do
  4348. if v:IsA("Model") then
  4349. if v:findFirstChild("Head") then
  4350. if v ~= Character then
  4351. if (v.Head.Position - Position).magnitude <= Distance then
  4352. table.insert(List, v)
  4353. end
  4354. end
  4355. end
  4356. end
  4357. end
  4358. return List
  4359. end
  4360.  
  4361. function FaceMouse()
  4362. Cam = workspace.CurrentCamera
  4363. return {
  4364. CFrame.new(char.Torso.Position, Vector3.new(mouse.Hit.p.x, char.Torso.Position.y, mouse.Hit.p.z)),
  4365. Vector3.new(mouse.Hit.p.x, mouse.Hit.p.y, mouse.Hit.p.z)
  4366. }
  4367. end
  4368.  
  4369. function FaceMouse2()
  4370. Cam = workspace.CurrentCamera
  4371. return {
  4372. CFrame.new(char.Torso.Position, Vector3.new(mouse.Hit.p.x, mouse.Hit.p.y, mouse.Hit.p.z)),
  4373. Vector3.new(mouse.Hit.p.x, mouse.Hit.p.y, mouse.Hit.p.z)
  4374. }
  4375. end
  4376.  
  4377. local ModeOfGlitch = 1
  4378. -- Functions are ready.
  4379. local storehumanoidWS = 16
  4380.  
  4381. function createBGCircle(size,parent,color)
  4382. local bgui = Instance.new("BillboardGui",parent)
  4383. bgui.Size = UDim2.new(size, 0, size, 0)
  4384. local imgc = Instance.new("ImageLabel",bgui)
  4385. imgc.BackgroundTransparency = 1
  4386. imgc.ImageTransparency = 0
  4387. imgc.Size = UDim2.new(1,0,1,0)
  4388. imgc.Image = "rbxassetid://997291547" --997291547,521073910
  4389. imgc.ImageColor3 = color
  4390. return bgui,imgc
  4391. end
  4392.  
  4393. ----------------------------------- Abilities
  4394.  
  4395. function Balanced()
  4396. hum.WalkSpeed = 0
  4397. hum.JumpPower = 0
  4398. attack = true
  4399. for i = 0,50 do
  4400. swait()
  4401. RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 7 * math.cos(sine / 56))),.1)
  4402. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 3 * math.cos(sine / 52))),.1)
  4403. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0 + 0.02 * math.cos(sine / 32),2 + 0.45 * math.cos(sine / 18))*angles(math.rad(0 - 2 * math.cos(sine / 18)),math.rad(0),math.rad(0)),.1)
  4404. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(13 - 2 * math.cos(sine / 37)),math.rad(0 + 1 * math.cos(sine / 58)),math.rad(0 + 2 * math.cos(sine / 53))),.1)
  4405. RW.C0=clerp(RW.C0,cf(0.6,0.5 + 0.05 * math.cos(sine / 28),-0.5)*angles(math.rad(20),math.rad(0),math.rad(-90)),.1)
  4406. LW.C0=clerp(LW.C0,cf(-0.6,0.5 + 0.05 * math.cos(sine / 28),-0.5)*angles(math.rad(0),math.rad(0),math.rad(90)),.1)
  4407. end
  4408. local keptcolor = MAINRUINCOLOR
  4409. local locat = Instance.new("Part", char)
  4410. locat.CanCollide = false
  4411. locat.FormFactor = 3
  4412. locat.Name = "Ring"
  4413. locat.Material = "Neon"
  4414. locat.Size = Vector3.new(1, 1, 1)
  4415. locat.Transparency = 1
  4416. locat.TopSurface = 0
  4417. locat.BottomSurface = 0
  4418. locat.Anchored = true
  4419. locat.CFrame = root.CFrame*CFrame.new(0,-3,0)
  4420. local poste = 0
  4421. local rotation = 0
  4422. local upperpos = 0
  4423. local rate = 0
  4424. local x = locat
  4425. CFuncs["Sound"].Create("rbxassetid://289315275", char, 3.5, 1)
  4426. CFuncs["Sound"].Create("rbxassetid://419447292", char, 3.5, 1)
  4427. shakes(0.5,0.3)
  4428. for i = 0, 49 do
  4429. swait()
  4430. rotation = rotation + 5
  4431. poste = poste + 1
  4432. sphere2(8,"Add",x.CFrame*CFrame.Angles(0,math.rad(rotation),0)*CFrame.new(0,upperpos,poste),vt(5,5,5),-0.05,-0.05,-0.05,keptcolor)
  4433. sphere2(8,"Add",x.CFrame*CFrame.Angles(0,math.rad(90 + rotation),0)*CFrame.new(0,upperpos,poste),vt(5,5,5),-0.05,-0.05,-0.05,keptcolor)
  4434. sphere2(8,"Add",x.CFrame*CFrame.Angles(0,math.rad(180 + rotation),0)*CFrame.new(0,upperpos,poste),vt(5,5,5),-0.05,-0.05,-0.05,keptcolor)
  4435. sphere2(8,"Add",x.CFrame*CFrame.Angles(0,math.rad(270 + rotation),0)*CFrame.new(0,upperpos,poste),vt(5,5,5),-0.05,-0.05,-0.05,keptcolor)
  4436. sphere2(10,"Add",root.CFrame*CFrame.new(0,-3,0),vt(5,5,5),1,0.01,1,BrickColor.new("Toothpaste"),Color3.new(0,1,1))
  4437. RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 7 * math.cos(sine / 56))),.1)
  4438. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 3 * math.cos(sine / 52))),.1)
  4439. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0 + 0.02 * math.cos(sine / 32),2 + 0.45 * math.cos(sine / 18))*angles(math.rad(-40 - 2 * math.cos(sine / 18)),math.rad(0),math.rad(0)),.1)
  4440. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(13 - 2 * math.cos(sine / 37)),math.rad(0 + 1 * math.cos(sine / 58)),math.rad(0 + 2 * math.cos(sine / 53))),.1)
  4441. RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(2),math.rad(0),math.rad(90)),.1)
  4442. LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(0),math.rad(-90)),.1)
  4443. MagniDamage(tors, 50, 99,100, 0, "Normal")
  4444. end
  4445. for i = 0, 500 do
  4446. swait()
  4447. rotation = rotation + 5
  4448. sphere2(8,"Add",x.CFrame*CFrame.Angles(0,math.rad(rotation),0)*CFrame.new(0,upperpos,poste),vt(5,5,5),-0.05,-0.05,-0.05,keptcolor)
  4449. sphere2(8,"Add",x.CFrame*CFrame.Angles(0,math.rad(90 + rotation),0)*CFrame.new(0,upperpos,poste),vt(5,5,5),-0.05,-0.05,-0.05,keptcolor)
  4450. sphere2(8,"Add",x.CFrame*CFrame.Angles(0,math.rad(180 + rotation),0)*CFrame.new(0,upperpos,poste),vt(5,5,5),-0.05,-0.05,-0.05,keptcolor)
  4451. sphere2(8,"Add",x.CFrame*CFrame.Angles(0,math.rad(270 + rotation),0)*CFrame.new(0,upperpos,poste),vt(5,5,5),-0.05,-0.05,-0.05,keptcolor)
  4452. sphere2(10,"Add",root.CFrame*CFrame.new(0,-3,0),vt(20,0.1,20),0.9,0.01,0.9,BrickColor.new("Toothpaste"),Color3.new(0,1,1))
  4453. RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 7 * math.cos(sine / 56))),.1)
  4454. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 3 * math.cos(sine / 52))),.1)
  4455. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0 + 0.02 * math.cos(sine / 32),2 + 0.45 * math.cos(sine / 18))*angles(math.rad(-40 - 2 * math.cos(sine / 18)),math.rad(0),math.rad(0)),.1)
  4456. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(13 - 2 * math.cos(sine / 37)),math.rad(0 + 1 * math.cos(sine / 58)),math.rad(0 + 2 * math.cos(sine / 53))),.1)
  4457. RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(2),math.rad(0),math.rad(90)),.1)
  4458. LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(0),math.rad(-90)),.1)
  4459. MagniDamage(tors, 50, 99,100, 0, "Normal")
  4460. end
  4461. attack = false
  4462. hum.WalkSpeed = storehumanoidWS
  4463. hum.JumpPower = 50
  4464. end
  4465.  
  4466. function Staywey()
  4467. attack = true
  4468. hum.WalkSpeed = 0
  4469. bosschatfunc("STAY WEY! uwu",MAINRUINCOLOR.Color,3)
  4470. for i = 0,30 do
  4471. swait()
  4472. RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(-10),math.rad(100),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1)
  4473. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1)
  4474. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 28))*angles(math.rad(0 - 1 * math.cos(sine / 34)),math.rad(0),math.rad(0)),.1)
  4475. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20 - 2.5 * math.cos(sine / 28)),math.rad(0),math.rad(0)),.1)
  4476. RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(180),math.rad(0),math.rad(20)),.1)
  4477. LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(0),math.rad(-20)),.1)
  4478. end
  4479. for i = 0,27 do
  4480. swait()
  4481. RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(-10),math.rad(100),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1)
  4482. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1)
  4483. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 28))*angles(math.rad(0 - 1 * math.cos(sine / 34)),math.rad(0),math.rad(0)),.1)
  4484. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20 - 2.5 * math.cos(sine / 28)),math.rad(0),math.rad(0)),.1)
  4485. RW.C0=clerp(RW.C0,cf(1,0.5 + 0.05 * math.cos(sine / 28),-0.3)*angles(math.rad(90),math.rad(0),math.rad(-90)),.1)
  4486. LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(0),math.rad(-20)),.1)
  4487. end
  4488. MagniDamage(root, 24, 0,0, 75, "Normal")
  4489. CFuncs["Sound"].Create("rbxassetid://203691492", tors, 1.5,1)
  4490. shakes(0.2,0.1)
  4491. for i = 0,2,0.1 do
  4492. swait()
  4493. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(5),math.rad(-10)),.5)
  4494. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(20),math.rad(-10)),.5)
  4495. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.3,-0.1)*angles(math.rad(5),math.rad(0),math.rad(-45)),.5)
  4496. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(45)),.5)
  4497. RW.C0=clerp(RW.C0,cf(1.45,0.5,0)*angles(math.rad(90),math.rad(0),math.rad(50)),.5)
  4498. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(20),math.rad(10),math.rad(-30)),.5)
  4499. end
  4500. attack = false
  4501. hum.WalkSpeed = storehumanoidWS
  4502. end
  4503.  
  4504. function heartbeatatmyfeeties()
  4505. attack = true
  4506. hum.WalkSpeed = 0
  4507. CFuncs["Sound"].Create("rbxassetid://1368598393", char, 2.5, 0.5)
  4508. CFuncs["Sound"].Create("rbxassetid://1368598393", root, 10, 0.5)
  4509. CFuncs["Sound"].Create("rbxassetid://1436242685", char, 10, 1)
  4510. bosschatfunc("THIS IS THE END!!!",MAINRUINCOLOR.Color,3)
  4511. local keptcolor = MAINRUINCOLOR
  4512. for i = 0,8,0.1 do
  4513. swait()
  4514. slash(math.random(25,50)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,25,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(2,0.01,2),-2,BrickColor.new("White"))
  4515. block(10,"Add",root.CFrame*CFrame.new(0,25,0),vt(0,0,0),0.2,0.2,0.2,MAINRUINCOLOR,MAINRUINCOLOR.Color)
  4516. RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 7 * math.cos(sine / 56))),.1)
  4517. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 3 * math.cos(sine / 52))),.1)
  4518. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0 + 0.02 * math.cos(sine / 32),2 + 0.45 * math.cos(sine / 18))*angles(math.rad(0 - 2 * math.cos(sine / 18)),math.rad(0),math.rad(0)),.1)
  4519. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(13 - 2 * math.cos(sine / 37)),math.rad(0 + 1 * math.cos(sine / 58)),math.rad(0 + 2 * math.cos(sine / 53))),.1)
  4520. RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.025 * math.cos(sine / 45),0)*angles(math.rad(180 + 5 * math.cos(sine / 74)),math.rad(1 - 3 * math.cos(sine / 53)),math.rad(14 + 5 * math.cos(sine / 32))),.1)
  4521. LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.025 * math.cos(sine / 45),0)*angles(math.rad(180 - 3 * math.cos(sine / 73)),math.rad(2 - 1 * math.cos(sine / 55)),math.rad(-14 - 6 * math.cos(sine / 33))),.1)
  4522. end
  4523. for i = 0, 99 do
  4524. local dis = CreateParta(char,1,1,"Neon",MAINRUINCOLOR)
  4525. dis.CFrame = root.CFrame*CFrame.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360)))
  4526. local at1 = Instance.new("Attachment",dis)
  4527. at1.Position = vt(-25000,0,0)
  4528. local at2 = Instance.new("Attachment",dis)
  4529. at2.Position = vt(25000,0,0)
  4530. local trl = Instance.new('Trail',dis)
  4531. trl.Attachment0 = at1
  4532. trl.FaceCamera = true
  4533. trl.Attachment1 = at2
  4534. trl.Texture = "rbxassetid://1049219073"
  4535. trl.LightEmission = 1
  4536. trl.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)})
  4537. trl.Color = ColorSequence.new(MAINRUINCOLOR.Color)
  4538. trl.Lifetime = 5
  4539. local bv = Instance.new("BodyVelocity")
  4540. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  4541. bv.velocity = dis.CFrame.lookVector*math.random(500,2500)
  4542. bv.Parent = dis
  4543. game:GetService("Debris"):AddItem(dis, 5)
  4544. end
  4545. CFuncs["Sound"].Create("rbxassetid://1841058541", root, 10,1)
  4546. CFuncs["Sound"].Create("rbxassetid://2095993595", char, 5,0.8)
  4547. CFuncs["Sound"].Create("rbxassetid://1841058541", char, 5,1)
  4548. for i = 0,3 do
  4549. swait()
  4550. RH.C0=clerp(RH.C0,cf(1,-0.5,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(-25),math.rad(30)),.8)
  4551. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(1),math.rad(20)),.8)
  4552. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.25,-0.5)*angles(math.rad(30),math.rad(0),math.rad(50)),.8)
  4553. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(-50)),.8)
  4554. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(35),math.rad(-10),math.rad(30)),.8)
  4555. LW.C0=clerp(LW.C0,cf(-1.4,0.5,0.1)*angles(math.rad(35),math.rad(10),math.rad(-30)),.8)
  4556. RH.C0=clerp(RH.C0,cf(1,-0.5,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(-25),math.rad(30)),.8)
  4557. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(1),math.rad(20)),.8)
  4558. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.25,-0.5)*angles(math.rad(30),math.rad(0),math.rad(50)),.8)
  4559. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(-50)),.8)
  4560. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(35),math.rad(-10),math.rad(30)),.8)
  4561. LW.C0=clerp(LW.C0,cf(-1.4,0.5,0.1)*angles(math.rad(35),math.rad(10),math.rad(-30)),.8)
  4562. RH.C0=clerp(RH.C0,cf(1,-0.5,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(-25),math.rad(30)),.8)
  4563. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(1),math.rad(20)),.8)
  4564. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.25,-0.5)*angles(math.rad(30),math.rad(0),math.rad(0)),.8)
  4565. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(-50)),.8)
  4566. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(35),math.rad(-10),math.rad(30)),.8)
  4567. LW.C0=clerp(LW.C0,cf(-1.4,0.5,0.1)*angles(math.rad(35),math.rad(10),math.rad(-30)),.8)
  4568. sphere2(3,"Add",root.CFrame*CFrame.new(0,-3,0),vt(0,0,0),6,0,6,MAINRUINCOLOR,MAINRUINCOLOR.Color)
  4569. CFuncs["Sound"].Create("rbxassetid://468991944", root, 7.5, 1)
  4570. CFuncs["Sound"].Create("rbxassetid://419447292", root, 2.5,1)
  4571. MagniDamage(root, 1000, 78,99, 0, "Normal")
  4572. swait(20)
  4573. sphere2(3,"Add",root.CFrame*CFrame.new(0,-3,0),vt(0,0,0),6,0,6,MAINRUINCOLOR,MAINRUINCOLOR.Color)
  4574. CFuncs["Sound"].Create("rbxassetid://468991944", root, 7.5, 1)
  4575. CFuncs["Sound"].Create("rbxassetid://419447292", root, 2.5,1)
  4576. MagniDamage(root, 1000, 78,99, 0, "Normal")
  4577. swait(100)
  4578. end
  4579.  
  4580. attack = false
  4581. hum.WalkSpeed = storehumanoidWS
  4582. end
  4583.  
  4584. function BURNYS()
  4585. attack = true
  4586. hum.WalkSpeed = 0
  4587. bosschatfunc("$#@%^$^$@*&%@^T@#%$^234",MAINRUINCOLOR.Color,1)
  4588. coroutine.resume(coroutine.create(function()
  4589. local eff = Instance.new("ParticleEmitter",cen)
  4590. eff.Texture = "rbxassetid://2344870656"
  4591. eff.LightEmission = 1
  4592. eff.Color = ColorSequence.new(keptcolor.Color)
  4593. eff.Rate = 10000000
  4594. eff.Enabled = true
  4595. eff.EmissionDirection = "Front"
  4596. eff.Lifetime = NumberRange.new(2)
  4597. eff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,120,0),NumberSequenceKeypoint.new(0.1,40,0),NumberSequenceKeypoint.new(0.8,80,0),NumberSequenceKeypoint.new(1,140,0)})
  4598. eff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0.8,0),NumberSequenceKeypoint.new(0.5,0,0),NumberSequenceKeypoint.new(1,1,0)})
  4599. eff.Speed = NumberRange.new(500)
  4600. eff.Drag = 5
  4601. eff.Rotation = NumberRange.new(-500,500)
  4602. eff.SpreadAngle = Vector2.new(0,900)
  4603. eff.RotSpeed = NumberRange.new(-500,500)
  4604. wait(0.2)
  4605. eff.Enabled = false
  4606. wait(5)
  4607. eff:Destroy()
  4608. end))
  4609. coroutine.resume(coroutine.create(function()
  4610. local shval = 10
  4611. for i = 0, 99 do
  4612. swait()
  4613. shval = shval - 0.1
  4614. hum.CameraOffset = vt(math.random(-shval,shval)/15,math.random(-shval,shval)/15,math.random(-shval,shval)/15)
  4615. end
  4616. hum.CameraOffset = vt(0,0,0)
  4617. end))
  4618. local rrot = 0
  4619. local xam = 1
  4620. coroutine.resume(coroutine.create(function()
  4621. for i = 0, 14 do
  4622. --swait()
  4623. rrot = rrot + 40
  4624. xam = xam + 0.25
  4625. local bonus = xam
  4626. local xa = CreateParta(char,0.5,1,"Neon",BrickColor.random())
  4627. xa.Anchored = true
  4628. xa.Color = Color3.new(0,0,0)
  4629. xa.CFrame = root.CFrame*CFrame.new(0,-3,-rrot/1.75)
  4630. CreateMesh(xa,"Sphere",30,1,30)
  4631. local xc = 0
  4632. coroutine.resume(coroutine.create(function()
  4633. for i = 0, 99 do
  4634. swait()
  4635. xc = xc + 0.01
  4636. xa.Color = Color3.new(xc,0,0)
  4637. end
  4638. xa.Transparency = 1
  4639. CFuncs["Sound"].Create("rbxassetid://144699494", xa, 10,0.75)
  4640. MagniDamage(xa, 30, 78,99, 0, "Normal")
  4641. shakes(0.3,1)
  4642. sphere(1,"Add",xa.CFrame*CFrame.Angles(math.rad(math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),vt(1,100000,1),0.6,BrickColor.new("Really red"))
  4643. sphere(1,"Add",xa.CFrame,vt(1,1,1),0.8,BrickColor.new("Really red"))
  4644. for i = 0, 20 do
  4645. sphereMK(0.2,0.25,"Add",xa.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),4,4,4,0,BrickColor.new("Really red"),10)
  4646. end
  4647. game:GetService("Debris"):AddItem(xa, 5)
  4648. coroutine.resume(coroutine.create(function()
  4649. for i = 0, 19 do
  4650. swait()
  4651. hum.CameraOffset = vt(math.random(-10,10)/50,math.random(-10,10)/50,math.random(-10,10)/50)
  4652. end
  4653. hum.CameraOffset = vt(0,0,0)
  4654. end))
  4655. end))
  4656. end
  4657. end))
  4658. for i = 0,2,0.1 do
  4659. swait()
  4660. RH.C0=clerp(RH.C0,cf(1,-0.5,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(-25),math.rad(30)),.8)
  4661. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(1),math.rad(20)),.8)
  4662. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.25,-0.5)*angles(math.rad(30),math.rad(0),math.rad(50)),.8)
  4663. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(-50)),.8)
  4664. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(35),math.rad(-10),math.rad(30)),.8)
  4665. LW.C0=clerp(LW.C0,cf(-1.4,0.5,0.1)*angles(math.rad(-35),math.rad(10),math.rad(-50)),.8)
  4666. end
  4667. attack = false
  4668. hum.WalkSpeed = storehumanoidWS
  4669. end
  4670.  
  4671. function asd421()
  4672. attack = true
  4673. local absval = 0
  4674. local rngb = Instance.new("Part", char)
  4675. rngb.Anchored = true
  4676. rngb.BrickColor = origcolor
  4677. rngb.CanCollide = false
  4678. rngb.FormFactor = 3
  4679. rngb.Name = "Ring"
  4680. rngb.Material = "Neon"
  4681. rngb.Size = Vector3.new(1, 0.05, 1)
  4682. rngb.Transparency = 1
  4683. rngb.TopSurface = 0
  4684. rngb.BottomSurface = 0
  4685. local rngmb = Instance.new("SpecialMesh", rngb)
  4686. rngmb.MeshType = "Brick"
  4687. rngmb.Name = "SizeMesh"
  4688. rngmb.Scale = vt(0,1,0)
  4689. bosschatfunc("HOW DO YOU LIKE THIS???",MAINRUINCOLOR.Color,3)
  4690. local orb = rngb:Clone()
  4691. orb.Parent = char
  4692. orb.Transparency = 0
  4693. orb.BrickColor = BrickColor.new("White")
  4694. orb.Size = vt(1,1,1)
  4695. local orbmish = orb.SizeMesh
  4696. orbmish.Scale = vt(0,0,0)
  4697. orbmish.MeshType = "Sphere"
  4698.  
  4699. CFuncs["Sound"].Create("rbxassetid://1448033299", orb, 10, 1)
  4700.  
  4701. local orbe = rngb:Clone()
  4702. orbe.Parent = char
  4703. orbe.Transparency = 0.5
  4704. orbe.BrickColor = BrickColor.new("New Yeller")
  4705. orbe.Size = vt(1,1,1)
  4706. local orbmish2 = orbe.SizeMesh
  4707. orbmish2.Scale = vt(0,0,0)
  4708. orbmish2.MeshType = "Sphere"
  4709. orbe.Color = Color3.new(r/255,g/255,b/255)
  4710.  
  4711. local obj1 = script.chring2:Clone()
  4712. obj1.Parent = char
  4713. obj1.Transparency = 1
  4714. obj1.Size = vt(1,1,1)
  4715. obj1.Color = BrickColor.new("Lime green").Color
  4716. local rval = 0
  4717. rngb:Destroy()
  4718. local outerscale = 0
  4719. --[[
  4720. local scaled = 1
  4721. for i = 0,5,0.1 do
  4722. swait()
  4723. scaled = scaled - 0.02
  4724. if SCREAMINGmode == true then
  4725. orbe.Color = Color3.new(r/255,g/255,b/255)
  4726. end
  4727. orbmish.Scale = orbmish.Scale + vt(scaled/1.5,scaled/1.5,scaled/1.5)
  4728. orbmish2.Scale = orbmish2.Scale + vt(scaled*1.1/1.5,scaled*1.1/1.5,scaled*1.1/1.5)
  4729. orb.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*11.5
  4730. orbe.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*11.5
  4731. sphereMKCharge(2.5,-0.5,"Add",orb.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),2.5,2.5,15,-0.025,MAINRUINCOLOR,25)
  4732. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),0.3)
  4733. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  4734. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(90)), 0.3)
  4735. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(10), math.rad(0), math.rad(-20)), 0.3)
  4736. RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 25),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-0.5),math.rad(0),math.rad(0)),.3)
  4737. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 25),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(10),math.rad(0)),.3)
  4738. RootPart.CFrame = FaceMouse()[1]
  4739. end]]--
  4740. for i = 0,5,0.1 do
  4741. swait()
  4742. rval = rval + math.random(30,40)
  4743. obj1.CFrame = root.CFrame*CFrame.new(0,1,-5)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(rval))
  4744. obj1.Transparency = obj1.Transparency - 0.05
  4745. obj1.Size = obj1.Size + vt(1.8,1.8,0.3)
  4746. outerscale = outerscale + 0.015
  4747. orb.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*11.5
  4748. orbe.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*11.5
  4749. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),0.3)
  4750. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  4751. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(90)), 0.3)
  4752. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(10), math.rad(0), math.rad(-20)), 0.3)
  4753. RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 25),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-0.5),math.rad(0),math.rad(0)),.3)
  4754. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 25),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(10),math.rad(0)),.3)
  4755. end
  4756. orbe.Transparency = 1
  4757. orb.Transparency = 1
  4758. orb.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*5
  4759. CFuncs["Sound"].Create("rbxassetid://1368605755", char, 7.5, 1)
  4760. CFuncs["Sound"].Create("rbxassetid://763718160", char, 10, 0.5)
  4761. CFuncs["Sound"].Create("rbxassetid://763718160", char, 10, 0.25)
  4762. CFuncs["Sound"].Create("rbxassetid://782353443", char, 10, 1)
  4763. CFuncs["Sound"].Create("rbxassetid://782353443", char, 10, 0.75)
  4764. CFuncs["LongSound"].Create("rbxassetid://782353443", char, 10, 0.5)
  4765. CFuncs["LongSound"].Create("rbxassetid://782353443", char, 10, 0.25)
  4766. CFuncs["Sound"].Create("rbxassetid://1664711478", char, 10, 1)
  4767. shakes(0.3,20)
  4768. local xd= Instance.new("Sound",char)
  4769. xd.SoundId = "rbxassetid://445796828"
  4770. xd.Pitch = 0.75
  4771. xd.Looped = true
  4772. xd.Volume = 1.25
  4773. xd:Play()
  4774. local a = Instance.new("Part",Character)
  4775. a.Name = "Direction"
  4776. a.Anchored = true
  4777. a.BrickColor = bc("Alder")
  4778. a.Color = MAINRUINCOLOR.Color
  4779. a.Material = "Neon"
  4780. a.Transparency = 0.5
  4781. a.Shape = "Cylinder"
  4782. a.CanCollide = false
  4783. local a2 = Instance.new("Part",Character)
  4784. a2.Name = "Direction"
  4785. a2.Anchored = true
  4786. a2.BrickColor = bc("New Yeller")
  4787. a2.Color = MAINRUINCOLOR.Color
  4788. a2.Material = "Neon"
  4789. a2.Transparency = 0.5
  4790. a2.Shape = "Cylinder"
  4791. a2.CanCollide = false
  4792. local ba = Instance.new("Part",Character)
  4793. ba.Name = "HitDirect"
  4794. ba.Anchored = true
  4795. ba.BrickColor = bc("Cool yellow")
  4796. ba.Material = "Neon"
  4797. ba.Transparency = 1
  4798. ba.CanCollide = false
  4799. local ray = Ray.new(
  4800. orb.CFrame.p, -- origin
  4801. (mouse.Hit.p - orb.CFrame.p).unit * 1000 -- direction
  4802. )
  4803. local ignore = Character
  4804. local hit, position, normal = workspace:FindPartOnRay(ray, ignore)
  4805. a.BottomSurface = 10
  4806. a.TopSurface = 10
  4807. a2.BottomSurface = 10
  4808. a2.TopSurface = 10
  4809. local distance = (orb.CFrame.p - position).magnitude
  4810. a.Size = Vector3.new(distance, 1, 1)
  4811. a.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2)
  4812. a2.Size = Vector3.new(distance, 1, 1)
  4813. a2.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2)
  4814. ba.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance)
  4815. a.CFrame = a.CFrame*CFrame.Angles(0,math.rad(90),0)
  4816. a2.CFrame = a2.CFrame*CFrame.Angles(0,math.rad(90),0)
  4817. game:GetService("Debris"):AddItem(a, 60)
  4818. game:GetService("Debris"):AddItem(a2, 60)
  4819. game:GetService("Debris"):AddItem(ba, 60)
  4820. local outerscale = 0
  4821. local msh = Instance.new("SpecialMesh",a)
  4822. msh.MeshType = "Cylinder"
  4823. msh.Scale = vt(1,0,0)
  4824. local msh2 = Instance.new("SpecialMesh",a2)
  4825. msh2.MeshType = "Cylinder"
  4826. msh2.Scale = vt(1,0,0)
  4827. for i = 0,2,0.1 do
  4828. swait()
  4829. rval = rval + math.random(30,40)
  4830. obj1.CFrame = root.CFrame*CFrame.new(0,1,-5)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(rval))
  4831. CameraEnshaking(1,1)
  4832. msh2.Scale = msh2.Scale + vt(0,outerscale*20,outerscale*20)
  4833. msh.Scale = msh.Scale + vt(0,outerscale*15,outerscale*15)
  4834. outerscale = outerscale - 0.015
  4835. orb.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4
  4836. orbe.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4
  4837. ray = Ray.new(
  4838. orb.CFrame.p, -- origin
  4839. (mouse.Hit.p - orb.CFrame.p).unit * 1000 -- direction
  4840. )
  4841. hit, position, normal = workspace:FindPartOnRay(ray, ignore)
  4842. distance = (orb.CFrame.p - position).magnitude
  4843. if typrot == 1 then
  4844. rotation = rotation + 2.5
  4845. elseif typrot == 2 then
  4846. rotation = rotation - 2.5
  4847. end
  4848.  
  4849. a.Size = Vector3.new(distance, 1, 1)
  4850. a.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2)
  4851. a2.Size = Vector3.new(distance, 1, 1)
  4852. a2.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2)
  4853. ba.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance)
  4854. a.CFrame = a.CFrame*CFrame.Angles(0,math.rad(90),0)
  4855. a2.CFrame = a2.CFrame*CFrame.Angles(0,math.rad(90),0)
  4856. absval = absval + 0.005
  4857. coroutine.resume(coroutine.create(function()
  4858. local eff = Instance.new("ParticleEmitter",ba)
  4859. eff.Texture = "rbxassetid://284205403"
  4860. eff.LightEmission = 0.95
  4861. eff.Color = ColorSequence.new(MAINRUINCOLOR.Color)
  4862. eff.Rate = 10000
  4863. eff.Lifetime = NumberRange.new(5)
  4864. eff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,50,0),NumberSequenceKeypoint.new(0.8,100,0),NumberSequenceKeypoint.new(1,0,0)})
  4865. eff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(0.8,0.5,0),NumberSequenceKeypoint.new(1,1,0)})
  4866. eff.Speed = NumberRange.new(600,1250)
  4867. eff.Drag = 5
  4868. eff.Rotation = NumberRange.new(-500,500)
  4869. eff.VelocitySpread = 9000
  4870. eff.RotSpeed = NumberRange.new(-500,500)
  4871. wait(1)
  4872. eff.Enabled = false
  4873. end))
  4874. sphereMK(5,5,"Add",ba.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),25*3,25*3,75*3,-0.25*3,MAINRUINCOLOR,0)
  4875. sphereMK(5,5,"Add",ba.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),25*3,25*3,75*3,-0.25*3,MAINRUINCOLOR,0)
  4876. slash(math.random(10,50)/10,5,true,"Round","Add","Out",ba.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(absval/2,0.01,absval/2),math.random(50,5000)/100,BrickColor.new("Really black"))
  4877. MagniDamage(ba, 100, 500,60000, 0, "Normal")
  4878. end
  4879. for z = 0, 2 do
  4880. for i = 0,4,0.1 do
  4881. swait()
  4882. rval = rval + math.random(30,40)
  4883. obj1.CFrame = root.CFrame*CFrame.new(0,1,-5)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(rval))
  4884. CameraEnshaking(1,1)
  4885. msh2.Scale = msh2.Scale + vt(0,outerscale,outerscale)
  4886. msh.Scale = msh.Scale - vt(0,outerscale,outerscale)
  4887. outerscale = outerscale + 0.015
  4888. orb.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4
  4889. orbe.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4
  4890. ray = Ray.new(
  4891. orb.CFrame.p, -- origin
  4892. (mouse.Hit.p - orb.CFrame.p).unit * 1000 -- direction
  4893. )
  4894. hit, position, normal = workspace:FindPartOnRay(ray, ignore)
  4895. distance = (orb.CFrame.p - position).magnitude
  4896. if typrot == 1 then
  4897. rotation = rotation + 2.5
  4898. elseif typrot == 2 then
  4899. rotation = rotation - 2.5
  4900. end
  4901.  
  4902. a.Size = Vector3.new(distance, 1, 1)
  4903. a.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2)
  4904. a2.Size = Vector3.new(distance, 1, 1)
  4905. a2.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2)
  4906. ba.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance)
  4907. a.CFrame = a.CFrame*CFrame.Angles(0,math.rad(90),0)
  4908. a2.CFrame = a2.CFrame*CFrame.Angles(0,math.rad(90),0)
  4909. absval = absval + 0.005
  4910. coroutine.resume(coroutine.create(function()
  4911. local eff = Instance.new("ParticleEmitter",ba)
  4912. eff.Texture = "rbxassetid://284205403"
  4913. eff.LightEmission = 0.95
  4914. eff.Color = ColorSequence.new(MAINRUINCOLOR.Color)
  4915. eff.Rate = 10000
  4916. eff.Lifetime = NumberRange.new(5)
  4917. eff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,50,0),NumberSequenceKeypoint.new(0.8,100,0),NumberSequenceKeypoint.new(1,0,0)})
  4918. eff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(0.8,0.5,0),NumberSequenceKeypoint.new(1,1,0)})
  4919. eff.Speed = NumberRange.new(600,1250)
  4920. eff.Drag = 5
  4921. eff.Rotation = NumberRange.new(-500,500)
  4922. eff.VelocitySpread = 9000
  4923. eff.RotSpeed = NumberRange.new(-500,500)
  4924. wait(1)
  4925. eff.Enabled = false
  4926. end))
  4927. slash(math.random(10,50)/10,5,true,"Round","Add","Out",ba.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(absval/2,0.01,absval/2),math.random(50,5000)/100,BrickColor.new("Really black"))
  4928. sphereMK(5,5,"Add",ba.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),25*3,25*3,75*3,-0.25*3,MAINRUINCOLOR,0)
  4929. sphereMK(5,5,"Add",ba.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),25*3,25*3,75*3,-0.25*3,MAINRUINCOLOR,0)
  4930. MagniDamage(ba, 100, 500,60000, 0, "Normal")
  4931. end
  4932. for i = 0,4,0.1 do
  4933. swait()
  4934. rval = rval + math.random(30,40)
  4935. obj1.CFrame = root.CFrame*CFrame.new(0,1,-5)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(rval))
  4936. CameraEnshaking(1,1)
  4937. msh2.Scale = msh2.Scale + vt(0,outerscale,outerscale)
  4938. msh.Scale = msh.Scale - vt(0,outerscale,outerscale)
  4939. outerscale = outerscale - 0.015
  4940. orb.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4
  4941. orbe.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4
  4942. ray = Ray.new(
  4943. orb.CFrame.p, -- origin
  4944. (mouse.Hit.p - orb.CFrame.p).unit * 1000 -- direction
  4945. )
  4946. hit, position, normal = workspace:FindPartOnRay(ray, ignore)
  4947. distance = (orb.CFrame.p - position).magnitude
  4948. if typrot == 1 then
  4949. rotation = rotation + 2.5
  4950. elseif typrot == 2 then
  4951. rotation = rotation - 2.5
  4952. end
  4953.  
  4954. a.Size = Vector3.new(distance, 1, 1)
  4955. a.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2)
  4956. a2.Size = Vector3.new(distance, 1, 1)
  4957. a2.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2)
  4958. ba.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance)
  4959. a.CFrame = a.CFrame*CFrame.Angles(0,math.rad(90),0)
  4960. a2.CFrame = a2.CFrame*CFrame.Angles(0,math.rad(90),0)
  4961. absval = absval + 0.005
  4962. coroutine.resume(coroutine.create(function()
  4963. local eff = Instance.new("ParticleEmitter",ba)
  4964. eff.Texture = "rbxassetid://284205403"
  4965. eff.LightEmission = 0.95
  4966. eff.Color = ColorSequence.new(MAINRUINCOLOR.Color)
  4967. eff.Rate = 10000
  4968. eff.Lifetime = NumberRange.new(5)
  4969. eff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,50,0),NumberSequenceKeypoint.new(0.8,100,0),NumberSequenceKeypoint.new(1,0,0)})
  4970. eff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(0.8,0.5,0),NumberSequenceKeypoint.new(1,1,0)})
  4971. eff.Speed = NumberRange.new(600,1250)
  4972. eff.Drag = 5
  4973. eff.Rotation = NumberRange.new(-500,500)
  4974. eff.VelocitySpread = 9000
  4975. eff.RotSpeed = NumberRange.new(-500,500)
  4976. wait(1)
  4977. eff.Enabled = false
  4978. end))
  4979. slash(math.random(10,50)/10,5,true,"Round","Add","Out",ba.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(absval/2,0.01,absval/2),math.random(50,5000)/100,BrickColor.new("Really black"))
  4980. sphereMK(5,5,"Add",ba.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),25*3,25*3,75*3,-0.25*3,MAINRUINCOLOR,0)
  4981. sphereMK(5,5,"Add",ba.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),25*3,25*3,75*3,-0.25*3,MAINRUINCOLOR,0)
  4982. MagniDamage(ba, 100, 500,60000, 0, "Normal")
  4983. end
  4984. end
  4985. for i = 0,4,0.1 do
  4986. swait()
  4987. rval = rval + math.random(30,40)
  4988. obj1.CFrame = root.CFrame*CFrame.new(0,1,-5)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(rval))
  4989. CameraEnshaking(1,1)
  4990. msh2.Scale = msh2.Scale + vt(0,outerscale,outerscale)
  4991. msh.Scale = msh.Scale - vt(0,outerscale,outerscale)
  4992. xd.Volume = xd.Volume - 0.025
  4993. a.Transparency = a.Transparency + 0.025
  4994. a2.Transparency = a2.Transparency + 0.025
  4995. outerscale = outerscale - 0.015
  4996. orb.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4
  4997. orbe.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4
  4998. ray = Ray.new(
  4999. orb.CFrame.p, -- origin
  5000. (mouse.Hit.p - orb.CFrame.p).unit * 1000 -- direction
  5001. )
  5002. hit, position, normal = workspace:FindPartOnRay(ray, ignore)
  5003. distance = (orb.CFrame.p - position).magnitude
  5004. if typrot == 1 then
  5005. rotation = rotation + 2.5
  5006. elseif typrot == 2 then
  5007. rotation = rotation - 2.5
  5008. end
  5009.  
  5010. a.Size = Vector3.new(distance, 1, 1)
  5011. a.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2)
  5012. a2.Size = Vector3.new(distance, 1, 1)
  5013. a2.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2)
  5014. ba.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance)
  5015. a.CFrame = a.CFrame*CFrame.Angles(0,math.rad(90),0)
  5016. a2.CFrame = a2.CFrame*CFrame.Angles(0,math.rad(90),0)
  5017. absval = absval + 0.005
  5018. coroutine.resume(coroutine.create(function()
  5019. local eff = Instance.new("ParticleEmitter",ba)
  5020. eff.Texture = "rbxassetid://284205403"
  5021. eff.LightEmission = 0.95
  5022. eff.Color = ColorSequence.new(MAINRUINCOLOR.Color)
  5023. eff.Rate = 10000
  5024. eff.Lifetime = NumberRange.new(5)
  5025. eff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,50,0),NumberSequenceKeypoint.new(0.8,100,0),NumberSequenceKeypoint.new(1,0,0)})
  5026. eff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(0.8,0.5,0),NumberSequenceKeypoint.new(1,1,0)})
  5027. eff.Speed = NumberRange.new(600,1250)
  5028. eff.Drag = 5
  5029. eff.Rotation = NumberRange.new(-500,500)
  5030. eff.VelocitySpread = 9000
  5031. eff.RotSpeed = NumberRange.new(-500,500)
  5032. wait(1)
  5033. eff.Enabled = false
  5034. end))
  5035. slash(math.random(10,50)/10,5,true,"Round","Add","Out",ba.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(absval/2,0.01,absval/2),math.random(50,5000)/100,BrickColor.new("Really black"))
  5036. sphereMK(5,5,"Add",ba.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),25*3,25*3,75*3,-0.25*3,MAINRUINCOLOR,0)
  5037. sphereMK(5,5,"Add",ba.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),25*3,25*3,75*3,-0.25*3,MAINRUINCOLOR,0)
  5038. MagniDamage(ba, 100, 500,60000, 0, "Normal")
  5039. end
  5040. for i = 0,10 do
  5041. swait()
  5042. rval = rval + math.random(30,40)
  5043. obj1.Transparency = obj1.Transparency + 0.05
  5044. obj1.Size = obj1.Size - vt(1.8,1.8,0.3)
  5045. obj1.CFrame = root.CFrame*CFrame.new(0,1,-5)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(rval))
  5046. end
  5047. xd:Destroy()
  5048. obj1:Destroy()
  5049. a:Destroy()
  5050. a2:Destroy()
  5051. ba:Destroy()
  5052. orb:Destroy()
  5053. orbe:Destroy()
  5054. attack = false
  5055. end
  5056. function attackone()
  5057. attack = true
  5058. for i = 0,1,0.1 do
  5059. swait()
  5060. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(5),math.rad(-10)),.5)
  5061. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(20),math.rad(-10)),.5)
  5062. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.3,-0.1)*angles(math.rad(5),math.rad(0),math.rad(-45)),.5)
  5063. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(45)),.5)
  5064. RW.C0=clerp(RW.C0,cf(1.45,0.5,0)*angles(math.rad(90),math.rad(0),math.rad(50)),.5)
  5065. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(20),math.rad(10),math.rad(-30)),.5)
  5066. end
  5067. CFuncs["Sound"].Create("rbxassetid://200632136", root, 1, 1.1)
  5068.  
  5069. local hitb = Instance.new("Part", char)
  5070. hitb.Anchored = true
  5071. hitb.CanCollide = false
  5072. hitb.FormFactor = 3
  5073. hitb.Name = "Ring"
  5074. hitb.Material = "Neon"
  5075. hitb.Size = Vector3.new(1, 1, 1)
  5076. hitb.Transparency = 1
  5077. hitb.TopSurface = 0
  5078. hitb.BottomSurface = 0
  5079. hitb.CFrame = root.CFrame + root.CFrame.lookVector*2
  5080. MagniDamage(hitb, 3, 10,30, 0, "Normal")
  5081. hitb:Destroy()
  5082. for i = 0,1,0.1 do
  5083. swait()
  5084. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(-25),math.rad(0)),.5)
  5085. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(1),math.rad(0)),.5)
  5086. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-0.05)*angles(math.rad(0),math.rad(0),math.rad(55)),.5)
  5087. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(-55)),.5)
  5088. RW.C0=clerp(RW.C0,cf(1.15,0.5,-0.6)*angles(math.rad(90),math.rad(0),math.rad(-50)),.5)
  5089. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(-5),math.rad(10),math.rad(-10)),.5)
  5090. end
  5091. attack = false
  5092. end
  5093.  
  5094. function attacktwo()
  5095. for i = 0,1,0.1 do
  5096. swait()
  5097. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(30),math.rad(0),math.rad(0)),0.2)
  5098. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  5099. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  5100. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  5101. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(-60),math.rad(90),math.rad(0))*angles(math.rad(-0),math.rad(0),math.rad(0)),.5)
  5102. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(30),math.rad(-90),math.rad(0))*angles(math.rad(-0),math.rad(0),math.rad(0)),.5)
  5103. end
  5104. attack = true
  5105. CFuncs["Sound"].Create("rbxassetid://200632136", root, 1, 1.1)
  5106. local hitb = Instance.new("Part", char)
  5107. hitb.Anchored = true
  5108. hitb.CanCollide = false
  5109. hitb.FormFactor = 3
  5110. hitb.Name = "Ring"
  5111. hitb.Material = "Neon"
  5112. hitb.Size = Vector3.new(1, 1, 1)
  5113. hitb.Transparency = 1
  5114. hitb.TopSurface = 0
  5115. hitb.BottomSurface = 0
  5116. hitb.CFrame = root.CFrame + root.CFrame.lookVector*2
  5117. MagniDamage(hitb, 3, 10,30, 0, "Normal")
  5118. hitb:Destroy()
  5119. for i = 0,1,0.1 do
  5120. swait()
  5121. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(-30),math.rad(0),math.rad(0)),0.2)
  5122. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  5123. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  5124. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  5125. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(90),math.rad(90),math.rad(0))*angles(math.rad(-0),math.rad(0),math.rad(0)),.5)
  5126. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(-30),math.rad(-90),math.rad(0))*angles(math.rad(-0),math.rad(0),math.rad(0)),.5)
  5127. end
  5128. attack = false
  5129. end
  5130.  
  5131. function hopeburst()
  5132. hum.WalkSpeed = 0
  5133. attack = true
  5134. for x = 0, 10 do
  5135. for i = 0, 1, 0.6 do
  5136. swait()
  5137. sphere2(2,"Add",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(1,1,1),-0.01,7,-0.01,MAINRUINCOLOR)
  5138. slash(math.random(10,50)/10,5,true,"Round","Add","Out",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.01,0.01,0.01),math.random(50,250)/250,BrickColor.new("White"))
  5139.  
  5140. hum.CameraOffset = vt(math.random(-10,10)/30,math.random(-10,10)/30,math.random(-10,10)/30)
  5141. RH.C0=clerp(RH.C0,cf(1,-1.05,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(7),math.rad(0),math.rad(-16)),.8)
  5142. LH.C0=clerp(LH.C0,cf(-1,-1.05,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(3),math.rad(0),math.rad(10)),.8)
  5143. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.8)
  5144. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5),math.rad(0),math.rad(0)),.8)
  5145. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-25),math.rad(0),math.rad(97)),.8)
  5146. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-27),math.rad(0),math.rad(-98)),.8)
  5147. end
  5148. for i = 0, 1, 0.6 do
  5149. swait()
  5150. sphere2(2,"Add",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(1,1,1),-0.01,7,-0.01,MAINRUINCOLOR)
  5151. slash(math.random(10,50)/10,5,true,"Round","Add","Out",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.01,0.01,0.01),math.random(50,250)/250,BrickColor.new("White"))
  5152.  
  5153. hum.CameraOffset = vt(math.random(-10,10)/30,math.random(-10,10)/30,math.random(-10,10)/30)
  5154. RH.C0=clerp(RH.C0,cf(1,-1.05,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(7),math.rad(0),math.rad(-16)),.8)
  5155. LH.C0=clerp(LH.C0,cf(-1,-1.05,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(3),math.rad(0),math.rad(10)),.8)
  5156. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.8)
  5157. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5),math.rad(0),math.rad(0)),.8)
  5158. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-25),math.rad(0),math.rad(97)),.8)
  5159. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-27),math.rad(0),math.rad(-98)),.8)
  5160. end
  5161. for i = 0, 1, 0.6 do
  5162. swait()
  5163. sphere2(2,"Add",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(1,1,1),-0.01,7,-0.01,MAINRUINCOLOR)
  5164. slash(math.random(10,50)/10,5,true,"Round","Add","Out",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.01,0.01,0.01),math.random(50,250)/250,BrickColor.new("White"))
  5165. hum.CameraOffset = vt(math.random(-10,10)/30,math.random(-10,10)/30,math.random(-10,10)/30)
  5166. RH.C0=clerp(RH.C0,cf(1,-1.05,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(7),math.rad(0),math.rad(-16)),.8)
  5167. LH.C0=clerp(LH.C0,cf(-1,-1.05,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(3),math.rad(0),math.rad(10)),.8)
  5168. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(180)),.8)
  5169. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5),math.rad(0),math.rad(0)),.8)
  5170. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-25),math.rad(0),math.rad(97)),.8)
  5171. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-27),math.rad(0),math.rad(-98)),.8)
  5172. end
  5173. for i = 0, 1, 0.6 do
  5174. swait()
  5175. sphere2(2,"Add",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(1,1,1),-0.01,7,-0.01,MAINRUINCOLOR)
  5176. slash(math.random(10,50)/10,5,true,"Round","Add","Out",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.01,0.01,0.01),math.random(50,250)/250,BrickColor.new("White"))
  5177. hum.CameraOffset = vt(math.random(-10,10)/30,math.random(-10,10)/30,math.random(-10,10)/30)
  5178. RH.C0=clerp(RH.C0,cf(1,-1.05,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(7),math.rad(0),math.rad(-16)),.8)
  5179. LH.C0=clerp(LH.C0,cf(-1,-1.05,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(3),math.rad(0),math.rad(10)),.8)
  5180. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(270)),.8)
  5181. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5),math.rad(0),math.rad(0)),.8)
  5182. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-25),math.rad(0),math.rad(97)),.8)
  5183. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-27),math.rad(0),math.rad(-98)),.8)
  5184. end
  5185. end
  5186. sphere2(4,"Add",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(1,1,1),10,10,10,MAINRUINCOLOR)
  5187.  
  5188. CFuncs["Sound"].Create("rbxassetid://1368637781", char, 5, 0.25)
  5189. CFuncs["Sound"].Create("rbxassetid://1368637781", char, 5, 0.5)
  5190. CFuncs["Sound"].Create("rbxassetid://1368637781", char, 5, 0.75)
  5191. CFuncs["Sound"].Create("rbxassetid://1368637781", char, 7.5, 1)
  5192. CFuncs["Sound"].Create("rbxassetid://1368605755", char, 7.5, 1)
  5193. CFuncs["Sound"].Create("rbxassetid://763718160", char, 10, 0.5)
  5194. CFuncs["Sound"].Create("rbxassetid://763718160", char, 10, 0.25)
  5195. CFuncs["Sound"].Create("rbxassetid://782353443", char, 10, 1)
  5196. CFuncs["Sound"].Create("rbxassetid://782353443", char, 10, 0.75)
  5197. CFuncs["LongSound"].Create("rbxassetid://782353443", char, 10, 0.5)
  5198. CFuncs["LongSound"].Create("rbxassetid://782353443", char, 10, 0.25)
  5199. for i, v in pairs(FindNearestHead(root.CFrame.p, 1000000000)) do
  5200. if v:FindFirstChild('Head') then
  5201. dmg(v)
  5202. end
  5203. end
  5204. for i = 0,4 do
  5205. slash(math.random(10,30)/10,5,true,"Round","Add","Out",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.01,0.01,0.01),math.random(150,2500)/250,BrickColor.new("White"))
  5206. slash(math.random(10,30)/10,5,true,"Round","Add","Out",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.01,0.01,0.01),math.random(150,2500)/250,BrickColor.new("White"))
  5207. slash(math.random(10,30)/10,5,true,"Round","Add","Out",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.01,0.01,0.01),math.random(150,2500)/250,BrickColor.new("White"))
  5208. end
  5209. attack = false
  5210. hum.WalkSpeed = storehumanoidWS
  5211. end
  5212.  
  5213. function attackthree()
  5214. attack = true
  5215. for i = 0, 2, 0.1 do
  5216. swait()
  5217. RH.C0 = clerp(RH.C0, cf(1, -0.25, -0.5) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(20)), 0.2)
  5218. LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(20)), 0.2)
  5219. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  5220. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  5221. RW.C0 = clerp(RW.C0, cf(1.5, 0.5, 0) * angles(math.rad(140), math.rad(0), math.rad(-20)), 0.2)
  5222. LW.C0 = clerp(LW.C0, cf(-1.5, 0.5, 0) * angles(math.rad(140), math.rad(0), math.rad(20)), 0.2)
  5223. end
  5224. CFuncs.Sound.Create("rbxassetid://438666141", root, 7.5, 1)
  5225. CFuncs.Sound.Create("rbxassetid://1208650519", root, 7.5, 1)
  5226. for i, v in pairs(FindNearestHead(Torso.CFrame.p, 25)) do
  5227. if v:FindFirstChild("Head") then
  5228. dmg(v)
  5229. end
  5230. end
  5231. sphere(5, "Add", root.CFrame * CFrame.new(0, -2.9, 0), vt(0, 0, 0), 1, MAINRUINCOLOR)
  5232. sphere(10, "Add", root.CFrame * CFrame.new(0, -2.9, 0), vt(0, 0, 0), 2, MAINRUINCOLOR)
  5233. sphere(1, "Add", root.CFrame * CFrame.new(0, -2.9, 0), vt(25, 0.01, 25), 0.01, MAINRUINCOLOR)
  5234. for i = 0, 2, 0.1 do
  5235. swait()
  5236. sphereMK(4, 0.75, "Add", root.CFrame * CFrame.new(math.random(-25, 25), -5, math.random(-25, 25)) * CFrame.Angles(math.rad(90 + math.rad(math.random(-1, 1))), math.rad(math.random(-1, 1)), math.rad(math.random(-1, 1))), 2.5, 2.5, 2.5, -0.025, MAINRUINCOLOR, 0)
  5237. RH.C0 = clerp(RH.C0, cf(1, -1, -0.5) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(10)), 0.4)
  5238. LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(10)), 0.4)
  5239. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)
  5240. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)
  5241. RW.C0 = clerp(RW.C0, cf(1.5, 0.5, 0) * angles(math.rad(-50), math.rad(0), math.rad(30)), 0.4)
  5242. LW.C0 = clerp(LW.C0, cf(-1.5, 0.5, 0) * angles(math.rad(-50), math.rad(0), math.rad(-30)), 0.4)
  5243. end
  5244. attack = false
  5245. end
  5246.  
  5247. -------------------------------------
  5248.  
  5249. Humanoid.Animator.Parent = nil
  5250.  
  5251. -------------------------------------
  5252.  
  5253. local attacktype = 1
  5254. if attack == false and attacktype == 1 then
  5255. attacktype = 2
  5256. attackone()
  5257. elseif attack == false and attacktype == 2 then
  5258. attacktype = 3
  5259. attacktwo()
  5260. elseif attack == false and attacktype == 3 then
  5261. attacktype = 1
  5262. attackthree()
  5263. elseif attack == false and attacktype == 4 then
  5264. attacktype = 1
  5265. --attackfour()
  5266. end
  5267. end)
  5268. mouse.KeyDown:connect(function(k)
  5269. if k == "q" and attack == false and ModeOfGlitch ~= 1 then
  5270. ModeOfGlitch = 1
  5271. storehumanoidWS = 20
  5272. hum.WalkSpeed = 20
  5273. rainbowmode = false
  5274. MAINRUINCOLOR = BrickColor.new"Really red"
  5275. MAINRUINCOLOR2 = BrickColor.new"Really black"
  5276. sword = false
  5277. newTheme("rbxassetid://2639726704",0,1,1.25)
  5278. RecolorTextAndRename("INCREATION",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
  5279. end
  5280. if k == "e" and attack == false and ModeOfGlitch ~= 2 then
  5281. ModeOfGlitch = 2
  5282. storehumanoidWS = 70
  5283. hum.WalkSpeed = 70
  5284. rainbowmode = false
  5285. MAINRUINCOLOR = BrickColor.new"Toothpaste"
  5286. MAINRUINCOLOR2 = BrickColor.new"Navy blue"
  5287. sword = false
  5288. newTheme("rbxassetid://580367180",0,1,1.25) -- 580367180 , 170020261
  5289. RecolorTextAndRename("RESELMBLANCE",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
  5290. end
  5291. if k == "r" and attack == false and ModeOfGlitch ~= 3 then
  5292. ModeOfGlitch = 3
  5293. storehumanoidWS = 20
  5294. hum.WalkSpeed = 20
  5295. rainbowmode = false
  5296. MAINRUINCOLOR = BrickColor.new"Hot pink"
  5297. MAINRUINCOLOR2 = BrickColor.new"Pink"
  5298. newTheme("rbxassetid://1426044282",0,1,1.25)
  5299. if plr.Name == "wanTH092" then
  5300. RecolorTextAndRename("CAKECOO",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
  5301. elseif plr.Name == "TameDoNotClick" then
  5302. RecolorTextAndRename("CONFESSION",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
  5303. sword = true
  5304. newTheme("rbxassetid://1067833276",0,1,1.25) --1067833276
  5305. elseif plr.Name ~= "wanTH092" or plr.Name ~= "TameDoNotClick" then
  5306. sword = false
  5307. RecolorTextAndRename("IDOLIZATION",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
  5308. end
  5309. end
  5310. if k == "t" and attack == false and ModeOfGlitch ~= 4 then
  5311. ModeOfGlitch = 4
  5312. storehumanoidWS = 20
  5313. hum.WalkSpeed = 20
  5314. rainbowmode = false
  5315. sword = false
  5316. MAINRUINCOLOR = BrickColor.new"Lime green"
  5317. MAINRUINCOLOR2 = BrickColor.new"New Yeller"
  5318. newTheme("rbxassetid://2569365263",0,1,1.25)
  5319. RecolorTextAndRename("FLUORESCENT",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
  5320. end
  5321. if k == "y" and attack == false and ModeOfGlitch ~= 5 then
  5322. ModeOfGlitch = 5
  5323. storehumanoidWS = 70
  5324. hum.WalkSpeed = 70
  5325. rainbowmode = false
  5326. sword = false
  5327. MAINRUINCOLOR = BrickColor.new"Pink"
  5328. MAINRUINCOLOR2 = BrickColor.new"White"
  5329. newTheme("rbxassetid://2483763576",0,1,1.25)
  5330. RecolorTextAndRename("REALITY",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
  5331. end
  5332. if k == "f" and attack == false and ModeOfGlitch ~= 7 then
  5333. ModeOfGlitch = 7
  5334. storehumanoidWS = 30
  5335. hum.WalkSpeed = 30
  5336. rainbowmode = false
  5337. sword = false
  5338. MAINRUINCOLOR = BrickColor.new"Medium stone grey"
  5339. MAINRUINCOLOR2 = BrickColor.new"White"
  5340. newTheme("rbxassetid://2404024634",0,1,1.25)
  5341. RecolorTextAndRename("RELAXATION",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
  5342. end
  5343. if k == "u" and attack == false and ModeOfGlitch ~= 6 then
  5344. ModeOfGlitch = 6
  5345. storehumanoidWS = 20
  5346. hum.WalkSpeed = 20
  5347. rainbowmode = false
  5348. sword = false
  5349. MAINRUINCOLOR = BrickColor.new"Really black"
  5350. MAINRUINCOLOR2 = BrickColor.new"Really black"
  5351. newTheme("rbxassetid://2330164404",0,1,1.25)
  5352. RecolorTextAndRename("SINGULARITY",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
  5353. end
  5354. if k == "g" and attack == false and ModeOfGlitch ~= 8 then
  5355. ModeOfGlitch = 8
  5356. storehumanoidWS = 20
  5357. hum.WalkSpeed = 20
  5358. rainbowmode = false
  5359. sword = false
  5360. MAINRUINCOLOR = BrickColor.new"Really red"
  5361. MAINRUINCOLOR2 = BrickColor.new"Dark blue"
  5362. newTheme("rbxassetid://166255269",0,1,1.25)
  5363. RecolorTextAndRename("ANNIHILATION",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
  5364. end
  5365. if k == "h" and attack == false and ModeOfGlitch ~= 9 then
  5366. ModeOfGlitch = 9
  5367. storehumanoidWS = 300
  5368. hum.WalkSpeed = 300
  5369. rainbowmode = true
  5370. sword = false
  5371. MAINRUINCOLOR = BrickColor.new"White"
  5372. MAINRUINCOLOR2 = BrickColor.new"White"
  5373. newTheme("rbxassetid://1425453563",0,1,1.25)
  5374. Showoff(0,1.3)
  5375. RecolorTextAndRename("HOPE",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
  5376. end
  5377. if k == "j" and attack == false and ModeOfGlitch ~= 10 then
  5378. ModeOfGlitch = 10
  5379. storehumanoidWS = 20
  5380. hum.WalkSpeed = 20
  5381. rainbowmode = false
  5382. sword = false
  5383. MAINRUINCOLOR = BrickColor.new"Dark blue"
  5384. MAINRUINCOLOR2 = BrickColor.new"Royal purple"
  5385. newTheme("rbxassetid://376565241",0,1,1.25)
  5386. Showoff2(0,0.5)
  5387. RecolorTextAndRename("PARANOIA",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
  5388. end
  5389. if k == "k" and attack == false and ModeOfGlitch ~= 11 then
  5390. ModeOfGlitch = 11
  5391. storehumanoidWS = 20
  5392. hum.WalkSpeed = 20
  5393. rainbowmode = false
  5394. sword = false
  5395. MAINRUINCOLOR = BrickColor.new"Really black"
  5396. MAINRUINCOLOR2 = BrickColor.new"Really black"
  5397. newTheme("rbxassetid://435773595",0,1,1.25)
  5398. RecolorTextAndRename("SPECTRALIZER",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
  5399. end
  5400. if k == "l" and mutedtog == false then
  5401. mutedtog = true
  5402. kan.Volume = 0
  5403. elseif k == "l" and mutedtog == true then
  5404. mutedtog = false
  5405. kan.Volume = 1.25
  5406. end
  5407. if k == "z" and attack == false and ModeOfGlitch == 2 then
  5408. Balanced()
  5409. elseif k == "z" and attack == false and ModeOfGlitch == 3 and swordy == false then
  5410. Staywey()
  5411. elseif k == "z" and attack == false and ModeOfGlitch == 1 then
  5412. BURNYS()
  5413. elseif k == "z" and attack == false and ModeOfGlitch == 4 then
  5414. asd421()
  5415. elseif k == "v" and attack == false and ModeOfGlitch == 7 then
  5416. heartbeatatmyfeeties()
  5417. elseif k == "x" and attack == false and ModeOfGlitch == 9 then
  5418. --hopeburst()
  5419. end
  5420. end)
  5421.  
  5422. plr.Chatted:connect(function(message)
  5423. if message:sub(1,3) == "id/" then
  5424. ORGID = message:sub(4)
  5425. kan.TimePosition = 0
  5426. kan:Play()
  5427. elseif message:sub(1,6) == "pitch/" then
  5428. ORPIT = message:sub(7)
  5429. elseif message:sub(1,4) == "vol/" then
  5430. ORVOL = message:sub(5)
  5431. elseif message:sub(1,7) == "skipto/" then
  5432. kan.TimePosition = message:sub(8)
  5433. end
  5434. end)
  5435.  
  5436. coroutine.resume(coroutine.create(function()
  5437. while true do
  5438. swait()
  5439. if ModeOfGlitch ~= 6 and ModeOfGlitch ~= 9 then
  5440. for i, v in pairs(gunty:GetChildren()) do
  5441. if v:IsA("Part") then
  5442. v.BrickColor = MAINRUINCOLOR
  5443. end
  5444. end
  5445. for i, v in pairs(gunty2:GetChildren()) do
  5446. if v:IsA("Part") then
  5447. v.BrickColor = MAINRUINCOLOR2
  5448. end
  5449. end
  5450. for i, v in pairs(glovey:GetChildren()) do
  5451. if v:IsA("Part") then
  5452. v.BrickColor = MAINRUINCOLOR
  5453. end
  5454. end
  5455. elseif ModeOfGlitch == 6 then
  5456. for i, v in pairs(gunty:GetChildren()) do
  5457. if v:IsA("Part") then
  5458. v.Color = Color3.new(math.random(0,1),0,0)
  5459. end
  5460. end
  5461. for i, v in pairs(gunty2:GetChildren()) do
  5462. if v:IsA("Part") then
  5463. v.Color = Color3.new(math.random(0,1),0,0)
  5464. end
  5465. end
  5466. for i, v in pairs(glovey:GetChildren()) do
  5467. if v:IsA("Part") then
  5468. v.Color = Color3.new(math.random(0,1),0,0)
  5469. end
  5470. end
  5471. ned.TextStrokeColor3 = Color3.new(math.random(0,1),0,0)
  5472. techc2.ImageColor3 = Color3.new(math.random(0,1),0,0)
  5473. circl.ImageColor3 = Color3.new(math.random(0,1),0,0)
  5474. imgl2b.ImageColor3 = Color3.new(math.random(0,1),0,0)
  5475. imgl2.ImageColor3 = Color3.new(math.random(0,1),0,0)
  5476. ned.TextColor3 = Color3.new(math.random(0,1),0,0)
  5477. elseif ModeOfGlitch == 9 then
  5478. for i, v in pairs(gunty:GetChildren()) do
  5479. if v:IsA("Part") then
  5480. v.Color = Color3.new(r/255,g/255,b/255)
  5481. end
  5482. end
  5483. for i, v in pairs(gunty2:GetChildren()) do
  5484. if v:IsA("Part") then
  5485. v.Color = Color3.new(r/255,g/255,b/255)
  5486. end
  5487. end
  5488. for i, v in pairs(glovey:GetChildren()) do
  5489. if v:IsA("Part") then
  5490. v.Color = Color3.new(r/255,g/255,b/255)
  5491. end
  5492. end
  5493. ned.TextStrokeColor3 = Color3.new(r/500,g/500,b/500)
  5494. techc2.ImageColor3 = Color3.new(r/500,g/500,b/500)
  5495. circl.ImageColor3 = Color3.new(r/255,g/255,b/255)
  5496. imgl2b.ImageColor3 = Color3.new(r/500,g/500,b/500)
  5497. imgl2.ImageColor3 = Color3.new(r/255,g/255,b/255)
  5498. ned.TextColor3 = Color3.new(r/255,g/255,b/255)
  5499. circl2.ImageColor3 = Color3.new(r/255,g/255,b/255)
  5500. techc.ImageColor3 = Color3.new(r/500,g/500,b/500)
  5501. end
  5502. end
  5503. end))
  5504.  
  5505. Humanoid.Name = "EMPHASIS"
  5506. Humanoid.MaxHealth = math.huge
  5507. Humanoid.Health = math.huge
  5508. Instance.new("ForceField",char).Visible = false
  5509.  
  5510.  
  5511. idleanim=.4
  5512. while true do
  5513. if mutedtog == false then
  5514. kan.Volume = ORVOL
  5515. elseif mutedtog == true then
  5516. kan.Volume = 0
  5517. end
  5518. kan.PlaybackSpeed = ORPIT
  5519. kan.Pitch = ORPIT
  5520. kan.Looped = true
  5521. kan.Parent = char
  5522. kan:Resume()
  5523. techc.Rotation = techc.Rotation + 1
  5524. circl.Rotation = circl.Rotation - kan.PlaybackLoudness/100 - 1
  5525. circl2.Rotation = circl2.Rotation + kan.PlaybackLoudness/75 + 1
  5526. imgl2.Rotation = imgl2.Rotation - kan.PlaybackLoudness/75 + 1
  5527. techc2.Rotation = techc2.Rotation + kan.PlaybackLoudness/50 - 1
  5528. --mdir.Position = UDim2.new(-0.414, 0, 0.918 + 0.005 * math.cos(sine / 35), 0)
  5529. --mdir.Rotation = 0 - 1 * math.cos(sine / 25)
  5530. ned.Rotation = 0 - 2 * math.cos(sine / 32)
  5531. ned.Position = UDim2.new(0.7,0 - 10 * math.cos(sine / 32),0.8,0 - 10 * math.cos(sine / 45))
  5532. CameraManager()
  5533. swait()
  5534. modet.Text = ned.Text
  5535. modet.Rotation = -7 * math.cos(sine / 32)
  5536. modet.TextColor3 = ned.TextColor3
  5537. modet.TextStrokeColor3 = ned.TextStrokeColor3
  5538. --------------- Visualiser Zone
  5539. if ModeOfGlitch == 11 then
  5540. modet.TextColor3 = Color3.new(kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000)
  5541. for i, v in pairs(glovey:GetChildren()) do
  5542. if v:IsA("Part") then
  5543. v.Color = Color3.new(kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000)
  5544. end
  5545. end
  5546. for i, v in pairs(gunty:GetChildren()) do
  5547. if v:IsA("Part") then
  5548. v.Color = Color3.new(kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000)
  5549. end
  5550. end
  5551. for i, v in pairs(gunty2:GetChildren()) do
  5552. if v:IsA("Part") then
  5553. v.Color = Color3.new(kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000)
  5554. v.Material = "Neon"
  5555. end
  5556. end
  5557. end
  5558. ---------------
  5559. sine = sine + change
  5560. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  5561. local velderp=RootPart.Velocity.y
  5562. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  5563. coroutine.resume(coroutine.create(function()
  5564. if hitfloor ~= nil then
  5565. if ModeOfGlitch ~= 2 and ModeOfGlitch ~= 7 and ModeOfGlitch ~= 5 then
  5566. sphereMK(10,math.random(10,25)/45,"Add",root.CFrame*CFrame.new(math.random(-20,20),-5,math.random(-20,20))*CFrame.Angles(math.rad(90 + math.random(-5,5)),math.rad(math.random(-5,5)),math.rad(math.random(-5,5))),0.25,0.25,8,0,MAINRUINCOLOR,0)
  5567. sphereMK(10,math.random(10,25)/45,"Add",root.CFrame*CFrame.new(math.random(-20,20),-5,math.random(-20,20))*CFrame.Angles(math.rad(90 + math.random(-5,5)),math.rad(math.random(-5,5)),math.rad(math.random(-5,5))),0.25,0.25,8,0,MAINRUINCOLOR2,0)
  5568. elseif ModeOfGlitch == 2 then
  5569. sphereMK(10,math.random(10,25)/45,"Add",root.CFrame*CFrame.new(math.random(-20,20),-5,math.random(-20,20))*CFrame.Angles(math.rad(90 + math.random(-5,5)),math.rad(math.random(-5,5)),math.rad(math.random(-5,5))),0.5,0.5,0.5,0,MAINRUINCOLOR,0)
  5570. sphereMK(10,math.random(10,25)/45,"Add",root.CFrame*CFrame.new(math.random(-20,20),-5,math.random(-20,20))*CFrame.Angles(math.rad(90 + math.random(-5,5)),math.rad(math.random(-5,5)),math.rad(math.random(-5,5))),0.5,0.5,0.5,0,MAINRUINCOLOR2,0)
  5571. swait(1)
  5572. rotperm = rotperm + kan.PlaybackLoudness/100 - 0.5
  5573. sphere2(8,"Add",root.CFrame*CFrame.Angles(math.rad(rotperm),math.rad(rotperm),0)*CFrame.new(0,0,5),vt(1,1,1),-0.005,-0.005,-0.005,MAINRUINCOLOR)
  5574. sphere2(8,"Add",root.CFrame*CFrame.Angles(math.rad(0 + rotperm),math.rad(180 + rotperm),0)*CFrame.new(0,0,5),vt(1,1,1),-0.005,-0.005,-0.005,MAINRUINCOLOR)
  5575. sphere2(10,"Add",root.CFrame*CFrame.new(0,-3,0),vt(1,1,1),0.1,0.01,0.1,BrickColor.new("Toothpaste"),Color3.new(0,1,1))
  5576. elseif ModeOfGlitch == 5 then
  5577. sphereMK(10,math.random(10,25)/45,"Add",root.CFrame*CFrame.new(math.random(-20,20),-5,math.random(-20,20))*CFrame.Angles(math.rad(90 + math.random(-5,5)),math.rad(math.random(-5,5)),math.rad(math.random(-5,5))),0.25,0.25,8,0,MAINRUINCOLOR,0)
  5578. sphereMK(10,math.random(10,25)/45,"Add",root.CFrame*CFrame.new(math.random(-20,20),-5,math.random(-20,20))*CFrame.Angles(math.rad(90 + math.random(-5,5)),math.rad(math.random(-5,5)),math.rad(math.random(-5,5))),0.25,0.25,8,0,MAINRUINCOLOR2,0)
  5579. waveEff(20,"Add","In",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(0,math.rad(math.random(-360,360)),0),vt(15,0.25,15),-0.075,0.05,BrickColor.new("White"))
  5580. slash(math.random(50,100)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),vt(0.01,0.01,0.01),math.random(5,100)/250,BrickColor.new("White"))
  5581. elseif ModeOfGlitch == 7 then
  5582. sphereMK(10,math.random(15,45)/45,"Add",root.CFrame*CFrame.new(math.random(-50,50),-40,math.random(-50,50))*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),1,1,60,-0.01,MAINRUINCOLOR,0)
  5583. end
  5584. end
  5585. end))
  5586. if equipped==true or equipped==false then
  5587. if attack==false then
  5588. idle=idle+1
  5589. else
  5590. idle=0
  5591. end
  5592. if idle>=500 then
  5593. if attack==false then
  5594. --Sheath()
  5595. end
  5596. end
  5597. if RootPart.Velocity.y > 1 and hitfloor==nil then
  5598. Anim="Jump"
  5599. if attack==false then
  5600. RH.C0=clerp(RH.C0,cf(1,-0.35 - 0.05 * math.cos(sine / 25),-0.75)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(-20)),.1)
  5601. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 25),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(20)),.1)
  5602. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 25))*angles(math.rad(-10),math.rad(0),math.rad(0)),.1)
  5603. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-2.5),math.rad(0),math.rad(0)),.1)
  5604. RW.C0=clerp(RW.C0,cf(1.45,0.5 + 0.1 * math.cos(sine / 25),0)*angles(math.rad(-5),math.rad(0),math.rad(25)),.1)
  5605. LW.C0=clerp(LW.C0,cf(-1.45,0.5 + 0.1 * math.cos(sine / 25),0)*angles(math.rad(-5),math.rad(0),math.rad(-25)),.1)
  5606. end
  5607. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  5608. Anim="Fall"
  5609. if attack==false then
  5610. RH.C0=clerp(RH.C0,cf(1,-0.35 - 0.05 * math.cos(sine / 25),-0.75)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(-20)),.1)
  5611. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 25),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(20)),.1)
  5612. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 25))*angles(math.rad(10),math.rad(0),math.rad(0)),.1)
  5613. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(2.5),math.rad(0),math.rad(0)),.1)
  5614. RW.C0=clerp(RW.C0,cf(1.45,0.5 + 0.1 * math.cos(sine / 25),0)*angles(math.rad(-15),math.rad(0),math.rad(55)),.1)
  5615. LW.C0=clerp(LW.C0,cf(-1.45,0.5 + 0.1 * math.cos(sine / 25),0)*angles(math.rad(-15),math.rad(0),math.rad(-55)),.1)
  5616. end
  5617. elseif torvel<1 and hitfloor~=nil then
  5618. Anim="Idle"
  5619. if attack==false then
  5620. if ModeOfGlitch == 1 then
  5621. local snapp = math.random(1,25)
  5622. if snapp == 5 then
  5623. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20 - math.random(1,40)),math.rad(0 - math.random(1,40)),math.rad(-30 + math.random(1,40))),.1)
  5624. end
  5625. RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1)
  5626. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1)
  5627. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 28))*angles(math.rad(0 - 1 * math.cos(sine / 34)),math.rad(0),math.rad(0)),.1)
  5628. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20 - 2.5 * math.cos(sine / 28)),math.rad(0),math.rad(-30)),.1)
  5629. RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(180),math.rad(0),math.rad(-20)),.1)
  5630. LW.C0=clerp(LW.C0,cf(-1.,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(10),math.rad(0),math.rad(20)),.1)
  5631. elseif ModeOfGlitch == 2 then
  5632. RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 7 * math.cos(sine / 56))),.1)
  5633. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 3 * math.cos(sine / 52))),.1)
  5634. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0 + 0.02 * math.cos(sine / 32),2 + 0.45 * math.cos(sine / 18))*angles(math.rad(0 - 2 * math.cos(sine / 18)),math.rad(0),math.rad(0)),.1)
  5635. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(13 - 2 * math.cos(sine / 37)),math.rad(0 + 1 * math.cos(sine / 58)),math.rad(0 + 2 * math.cos(sine / 53))),.1)
  5636. RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(0),math.rad(40 - 5 * math.cos(sine/28))),.1)
  5637. LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(0),math.rad(-40 + 5 * math.cos(sine/28))),.1)
  5638. elseif ModeOfGlitch == 3 then
  5639. RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(-10),math.rad(100),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1)
  5640. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1)
  5641. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 28))*angles(math.rad(0 - 1 * math.cos(sine / 34)),math.rad(0),math.rad(0)),.1)
  5642. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20 - 2.5 * math.cos(sine / 28)),math.rad(0),math.rad(0)),.1)
  5643. RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(0),math.rad(20)),.1)
  5644. LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(0),math.rad(-20)),.1)
  5645. elseif ModeOfGlitch == 5 then -- Visualality
  5646. RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 7 * math.cos(sine / 56))),.1)
  5647. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 3 * math.cos(sine / 52))),.1)
  5648. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0 + 0.02 * math.cos(sine / 32),2 + 0.45 * math.cos(sine / 18))*angles(math.rad(0 - 2 * math.cos(sine / 18)),math.rad(0),math.rad(90)),.1)
  5649. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(13 - 2 * math.cos(sine / 37)),math.rad(0 + 1 * math.cos(sine / 58)),math.rad(-90 + 2 * math.cos(sine / 53))),.1)
  5650. LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(0),math.rad(-200 + 1 * math.cos(sine/28))),.1)
  5651. RW.C0=clerp(RW.C0,cf(1,0.35 + 0.025 * math.cos(sine / 45),-0.5)*angles(math.rad(62 + 6 * math.cos(sine / 72)),math.rad(3 - 2 * math.cos(sine / 58)),math.rad(-82 + 2 * math.cos(sine / 45))),.1)
  5652. elseif ModeOfGlitch == 4 then
  5653. local snappt = math.random(1,10)
  5654. if snappt == 5 then
  5655. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0 - math.random(1,40)),math.rad(0 - math.random(1,40)),math.rad(0 + math.random(1,40))),.1)
  5656. end
  5657. sphere2(8,"Add",larm.CFrame*CFrame.new(0,-1,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(1,1,1),-0.005,0.005,-0.005,BrickColor.new("Lime green"),Color3.new(0,1,0))
  5658. RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1)
  5659. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1)
  5660. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 28))*angles(math.rad(0 - 1 * math.cos(sine / 34)),math.rad(0),math.rad(0)),.1)
  5661. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0 - 2.5 * math.cos(sine / 28)),math.rad(0),math.rad(0)),.1)
  5662. RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(0),math.rad(20)),.1)
  5663. LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(0),math.rad(-90)),.1)
  5664. elseif ModeOfGlitch == 6 then
  5665. RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(30),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1)
  5666. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(30),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1)
  5667. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 28))*angles(math.rad(30 - 1 * math.cos(sine / 34)),math.rad(0),math.rad(0)),.1)
  5668. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0 - 2.5 * math.cos(sine / 28)),math.rad(0),math.rad(-30)),.1)
  5669. RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(30),math.rad(0),math.rad(0)),.1)
  5670. LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(30),math.rad(0),math.rad(0)),.1)
  5671. elseif ModeOfGlitch == 7 then
  5672. RH.C0 = clerp(RH.C0, cf(1, -1 + 0.01 * math.cos(sine / 32), 0) * angles(math.rad(-5 - 0.1 * math.cos(sine / 32)), math.rad(90 + 12.5 * math.cos(sine / 52)), math.rad(0 + .25 * math.cos(sine / 25))), 0.1)
  5673. LH.C0 = clerp(LH.C0, cf(-1, -1 + 0.01 * math.cos(sine / 32), 0) * angles(math.rad(-10 - 0.1 * math.cos(sine / 32)), math.rad(-90 - 12.5 * math.cos(sine / 52)), math.rad(0 - .25 * math.cos(sine / 25))), 0.1)
  5674. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 2 + 2 * math.cos(sine / 52)) * angles(math.rad(-79 + 2 * math.cos(sine / 32)), math.rad(0), math.rad(0)), 0.1)
  5675. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(25 - 0.1 * math.cos(sine / 32)), math.rad(0 - 0.1 * math.cos(sine / 0.25)), math.rad(-20 - 0.1 * math.cos(sine / 0.465))), 0.1)
  5676. RW.C0 = clerp(RW.C0, cf(1.5, 0.5, 0) * angles(math.rad(190 + 12.5 * math.cos(sine / 52)), math.rad(20 + 2.5 * math.cos(sine / 25)), math.rad(30 + 2.5 * math.cos(sine / 25))), 0.1)
  5677. LW.C0 = clerp(LW.C0, cf(-1.5, 0.5, 0) * angles(math.rad(190 + 12.5 * math.cos(sine / 52)), math.rad(-20 + -2.5 * math.cos(sine / 25)), math.rad(-25 + -2.5 * math.cos(sine / 25))), 0.1)
  5678. elseif ModeOfGlitch == 8 then
  5679. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0* Player_Size, 0* Player_Size, -0.1 + 0.05* Player_Size * math.cos(sine / 18)) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.08)
  5680. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko* cf(0, 0, 0 + ((1* Player_Size) - 1)) * angles(math.rad(15 - 4.5 * math.sin(sine / 18)), math.rad(15 - 4.5 * math.sin(sine / 18)), math.rad(5 - 20 * math.sin(sine / 18))), 0.08)
  5681. RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.2 * math.cos(sine / 18),0)*angles(math.rad(0),math.rad(0),math.rad(5 + 8 * math.sin(sine/18))),.1)
  5682. LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.2 * math.cos(sine / 18),0)*angles(math.rad(0),math.rad(0),math.rad(-5 - 8 * math.sin(sine/18))),.1)
  5683. RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 18),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1)
  5684. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 18),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1)
  5685. elseif ModeOfGlitch == 9 then
  5686. RH.C0 = clerp(RH.C0, cf(1, -0.7 - 0.05 * math.cos(sine / 28), -0.2) * angles(math.rad(-5), math.rad(90), math.rad(0)) * angles(math.rad(-5), math.rad(0), math.rad(0 + .01 * math.cos(sine / 34))), 0.1)
  5687. LH.C0 = clerp(LH.C0, cf(-1, -0.2 - 0.05 * math.cos(sine / 28), -0.4) * angles(math.rad(-15), math.rad(-90), math.rad(0)) * angles(math.rad(-2.5), math.rad(0), math.rad(0 + 0.01 * math.cos(sine / 34))), 0.1)
  5688. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 2 + 0.3 * math.cos(sine / 28)) * angles(math.rad(0 - 1 * math.cos(sine / 34)), math.rad(0), math.rad(-35)), 0.1)
  5689. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(15 - 2.5 * math.cos(sine / 28)), math.rad(0), math.rad(25)), 0.1)
  5690. RW.C0 = clerp(RW.C0, cf(1, 0.5 + 0.01 * math.cos(sine / 28), -0.4) * angles(math.rad(0 - 1 * math.cos(sine / 34)), math.rad(0), math.rad(-10 - 2.5 * math.cos(sine / 28))), 0.1)
  5691. LW.C0 = clerp(LW.C0, cf(-1.2, 0.5 + 0.01 * math.cos(sine / 28), 0) * angles(math.rad(45 - 1 * math.cos(sine / 34)), math.rad(0), math.rad(-90 + 2.5 * math.cos(sine / 28))), 0.1)
  5692. elseif ModeOfGlitch == 10 then
  5693. RH.C0 = clerp(RH.C0, cf(1, -0.2 - 0.025 * math.cos(sine / 32), -0.75) * angles(math.rad(-25), math.rad(90), math.rad(0)), 0.1)
  5694. LH.C0 = clerp(LH.C0, cf(-1, -1 - 0.025 * math.cos(sine / 32), 0) * angles(math.rad(-25), math.rad(-90), math.rad(0)), 0.1)
  5695. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0 + 0.025 * math.cos(sine / 32)) * angles(math.rad(-20 + 0.5 * math.cos(sine / 32)), math.rad(0), math.rad(0 - 5 * math.cos(sine / 0.5658))), 0.1)--rootjoint
  5696. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(30 - 5 * math.cos(sine / 0.5265)), math.rad(0 - 5 * math.cos(sine / 0.25)), math.rad(0 - 5 * math.cos(sine / 0.465))), 0.1)
  5697. RW.C0 = clerp(RW.C0, cf(1.5, 0.5, 0) * angles(math.rad(96 + 2.5 * math.cos(sine / 0.252)), math.rad(0 + 2.5 * math.cos(sine / 0.123)), math.rad(-35 + 2.5 * math.cos(sine / 0.6))), 0.1)
  5698. LW.C0 = clerp(LW.C0, cf(-1.5, 0.5, 0) * angles(math.rad(132 + 2.5 * math.cos(sine / 0.568)), math.rad(0 + 2.5 * math.cos(sine / 0.664)), math.rad(45 + 2.5 * math.cos(sine / 0.23))), 0.1)
  5699. elseif ModeOfGlitch == 11 then
  5700. RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 28) - kan.PlaybackLoudness/5000,-0.1)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(-20),math.rad(0 - 2 * math.cos(sine / 56) + kan.PlaybackLoudness/450)),.4)
  5701. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 28) + kan.PlaybackLoudness/6500,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(5),math.rad(0 + 2 * math.cos(sine / 56) + kan.PlaybackLoudness/500)),.4)
  5702. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0 + 0.02 * math.cos(sine / 56) ,0 + 0.05 * math.cos(sine / 28) - kan.PlaybackLoudness/7000)*angles(math.rad(0 - 2 * math.cos(sine / 56)),math.rad(0),math.rad(30)),.4)
  5703. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10 + 2 * math.cos(sine / 28) - kan.PlaybackLoudness/60),math.rad(0 + 2 * math.cos(sine / 73)),math.rad(-30)),.4)
  5704. RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.02 * math.cos(sine / 28),0)*angles(math.rad(140 + 5 * math.cos(sine / 34) - kan.PlaybackLoudness/7.5),math.rad(0),math.rad(28 - 2 * math.cos(sine / 38))),.4)
  5705. LW.C0=clerp(LW.C0,cf(-1.2,0.5 + 0.05 * math.cos(sine / 28),0.3)*angles(math.rad(-30),math.rad(0),math.rad(20)),.1)
  5706.  
  5707. end
  5708. end
  5709. elseif torvel>2 and torvel<22 and hitfloor~=nil then
  5710. Anim="Walk"
  5711. if attack==false then
  5712. if ModeOfGlitch ~= 1 and ModeOfGlitch ~= 6 then
  5713. RH.C0=clerp(RH.C0,cf(1,-1 + 0.05 * math.cos(sine / 4),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0 + 5 * math.cos(sine / 8)),math.rad(0 + 35 * math.cos(sine / 8))),.1)
  5714. LH.C0=clerp(LH.C0,cf(-1,-1 + 0.05 * math.cos(sine / 4),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0 + 5 * math.cos(sine / 8)),math.rad(0 + 35 * math.cos(sine / 8))),.1)
  5715. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.05,-0.05 - 0.05 * math.cos(sine / 4))*angles(math.rad(5 + 3 * math.cos(sine / 4)),math.rad(0),math.rad(0 - root.RotVelocity.Y - 5 * math.cos(sine / 8))),.1)
  5716. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(7 - 5 * math.cos(sine / 60)),math.rad(0),math.rad(0 - hed.RotVelocity.Y*2.5 + 5 * math.cos(sine / 8))),.1)
  5717. RW.C0=clerp(RW.C0,cf(1.5,0.5,0 + 0.25 * math.cos(sine / 8))*angles(math.rad(0 - 50 * math.cos(sine / 8)),math.rad(0),math.rad(10 - 5 * math.cos(sine / 4))),.1)
  5718. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0 - 0.25 * math.cos(sine / 8))*angles(math.rad(0 + 50 * math.cos(sine / 8)),math.rad(0),math.rad(-10 + 15 * math.cos(sine / 4))),.1)
  5719. elseif ModeOfGlitch == 1 then
  5720. RH.C0=clerp(RH.C0,cf(1,-1 + 0.05 * math.cos(sine / 4),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0 + 5 * math.cos(sine / 8)),math.rad(0 + 35 * math.cos(sine / 8))),.1)
  5721. LH.C0=clerp(LH.C0,cf(-1,-1 + 0.05 * math.cos(sine / 4),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0 + 5 * math.cos(sine / 8)),math.rad(0 + 35 * math.cos(sine / 8))),.1)
  5722. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.05,-0.05 - 0.05 * math.cos(sine / 4))*angles(math.rad(5 + 3 * math.cos(sine / 4)),math.rad(0),math.rad(0 - root.RotVelocity.Y - 5 * math.cos(sine / 8))),.1)
  5723. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(7 - 5 * math.cos(sine / 60)),math.rad(0),math.rad(0 - hed.RotVelocity.Y*2.5 + 5 * math.cos(sine / 8))),.1)
  5724. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(180),math.rad(0),math.rad(-20)),.1)
  5725. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0 - 0.25 * math.cos(sine / 8))*angles(math.rad(0 + 50 * math.cos(sine / 8)),math.rad(0),math.rad(-10 + 15 * math.cos(sine / 4))),.1)
  5726. elseif ModeOfGlitch == 6 then
  5727. RH.C0=clerp(RH.C0,cf(1,-1 + 0.05 * math.cos(sine / 4),0)*angles(math.rad(30),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0 + 5 * math.cos(sine / 8)),math.rad(0 + 35 * math.cos(sine / 8))),.1)
  5728. LH.C0=clerp(LH.C0,cf(-1,-1 + 0.05 * math.cos(sine / 4),0)*angles(math.rad(30),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0 + 5 * math.cos(sine / 8)),math.rad(0 + 35 * math.cos(sine / 8))),.1)
  5729. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.05,-0.05 - 0.05 * math.cos(sine / 4))*angles(math.rad(30 + 3 * math.cos(sine / 4)),math.rad(0),math.rad(0 - root.RotVelocity.Y - 5 * math.cos(sine / 8))),.1)
  5730. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(7 - 5 * math.cos(sine / 60)),math.rad(0),math.rad(0 - hed.RotVelocity.Y*2.5 + 5 * math.cos(sine / 8))),.1)
  5731. RW.C0=clerp(RW.C0,cf(1.5,0.5,0 + 0.25 * math.cos(sine / 8))*angles(math.rad(30 - 50 * math.cos(sine / 8)),math.rad(0),math.rad(10 - 5 * math.cos(sine / 4))),.1)
  5732. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0 - 0.25 * math.cos(sine / 8))*angles(math.rad(30 + 50 * math.cos(sine / 8)),math.rad(0),math.rad(-10 + 15 * math.cos(sine / 4))),.1)
  5733. end
  5734. end
  5735. elseif torvel>=22 and hitfloor~=nil then
  5736. Anim="Run"
  5737. if attack==false then
  5738. if ModeOfGlitch ~= 2 and ModeOfGlitch ~= 5 and ModeOfGlitch ~= 7 and ModeOfGlitch ~= 9 then
  5739. RH.C0=clerp(RH.C0,cf(1,-1 - 0.15 * math.cos(sine / 3),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 95 * math.cos(sine / 6))),.1)
  5740. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.15 * math.cos(sine / 3),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 95 * math.cos(sine / 6))),.1)
  5741. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.3,-0.05 + 0.15 * math.cos(sine / 3))*angles(math.rad(25 - 4 * math.cos(sine / 3)),math.rad(0 + root.RotVelocity.Y*1.5),math.rad(0 - root.RotVelocity.Y - 1 * math.cos(sine / 6))),.1)
  5742. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-6 + 2 * math.cos(sine / 3)),math.rad(0 + root.RotVelocity.Y*1.5),math.rad(0 - hed.RotVelocity.Y*1.5 + 1 * math.cos(sine / 6))),.1)
  5743. RW.C0=clerp(RW.C0,cf(1.5,0.5,0.3)*angles(math.rad(-50 + 10 * math.cos(sine / 3)),math.rad(-10),math.rad(7 + 5 * math.cos(sine / 6))),.1)
  5744. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0.3)*angles(math.rad(-50 + 10 * math.cos(sine / 3)),math.rad(10),math.rad(-7 - 5 * math.cos(sine / 6))),.1)
  5745. elseif ModeOfGlitch == 2 or ModeOfGlitch == 5 or ModeOfGlitch == 9 then
  5746. RH.C0=clerp(RH.C0,cf(1,-0.5,-0.6)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(1.5),math.rad(0),math.rad(-20 - 5 * math.cos(sine / 34))),.2)
  5747. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(1),math.rad(0),math.rad(20 + 2 * math.cos(sine / 38))),.2)
  5748. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0 - 0.15 * math.cos(sine / 47),-0.5,0.5 + 0.1 * math.cos(sine / 28))*angles(math.rad(70),math.rad(0 - root.RotVelocity.Y),math.rad(0 - root.RotVelocity.Y *4.5 + 3 * math.cos(sine / 47))),.2)
  5749. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-17 - 5 * math.cos(sine / 52)),math.rad(0 - 3 * math.cos(sine / 37)),math.rad(0 + 2 * math.cos(sine / 78))),.2)
  5750. RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(-8 - 4 * math.cos(sine / 59)),math.rad(-20 + 7 * math.cos(sine / 62)),math.rad(20 + 5 * math.cos(sine / 50))),.2)
  5751. LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.1 * math.cos(sine / 28),0)*angles(math.rad(-8 - 3 * math.cos(sine / 55)),math.rad(20 + 8 * math.cos(sine / 67)),math.rad(-20 - 4 * math.cos(sine / 29))),.2)
  5752. elseif ModeOfGlitch == 7 then
  5753. RH.C0=clerp(RH.C0,cf(1,-0.5,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(1.5),math.rad(0),math.rad(-20 - 5 * math.cos(sine / 34))),.2)
  5754. LH.C0=clerp(LH.C0,cf(-1,-0.5,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(1),math.rad(0),math.rad(20 + 2 * math.cos(sine / 38))),.2)
  5755. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0 - 0.15 * math.cos(sine / 47),-0.5, 2 + 2 * math.cos(sine / 52))*angles(math.rad(60),math.rad(0 - root.RotVelocity.Y),math.rad(0 - root.RotVelocity.Y *4.5 + 3 * math.cos(sine / 47))),.2)
  5756. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-17 - 5 * math.cos(sine / 52)),math.rad(0 - 3 * math.cos(sine / 37)),math.rad(0 + 2 * math.cos(sine / 78))),.2)
  5757. RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(-8 - 4 * math.cos(sine / 59)),math.rad(-50 + 7 * math.cos(sine / 62)),math.rad(20 + 5 * math.cos(sine / 50))),.2)
  5758. LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.1 * math.cos(sine / 28),0)*angles(math.rad(-8 - 3 * math.cos(sine / 55)),math.rad(50 + 8 * math.cos(sine / 67)),math.rad(-20 - 4 * math.cos(sine / 29))),.2)
  5759.  
  5760. end
  5761. end
  5762. end
  5763. end
  5764. end
Add Comment
Please, Sign In to add comment