Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 348.40 KB | None | 0 0
  1.  
  2. warn([[Ruin Emphasis Loaded.
  3. We dont know where this is going...
  4.  
  5. Made by GodzPlaysRB
  6.  
  7. Credit where credit is needed.
  8. so don't feel left out if u made something in this.
  9. Credit to UnfairGaming1 for the Relaxation Anims :)
  10.  
  11. 12/04/19 --- V --- SpectrumEeveez
  12. Realised how shitty Poison's one was.
  13. But hey This new one hasn't been leaked yet!
  14. So I'm just gonna go leak it.
  15. Also Expect a lot of lag locally but should be fixed Server-Sided
  16. ]])
  17.  
  18.  
  19. -- WIELDER: Cercilla
  20.  
  21.  
  22.  
  23. --- its nooby's code smooth af do not touch
  24. ---- Sources and functions might be taken from others
  25. plr = game:GetService("Players").tommy73738
  26. char = plr.Character
  27. mouse = plr:GetMouse()
  28. Player = plr
  29. hum = char.Humanoid
  30. local cam = game.Workspace.CurrentCamera
  31. Camera = cam
  32. local CamInterrupt = false
  33. local TwoD = false
  34. local TargetInfo = {nil, nil}
  35. cam.CameraType = "Custom"
  36. t = char.Torso
  37. h = char.Head
  38. ra = char["Right Arm"]
  39. la = char["Left Arm"]
  40. rl = char["Right Leg"]
  41. ll = char["Left Leg"]
  42. tors = char.Torso
  43. lleg = char["Left Leg"]
  44. root = char.HumanoidRootPart
  45. hed = char.Head
  46. rleg = char["Right Leg"]
  47. rarm = char["Right Arm"]
  48. larm = char["Left Arm"]
  49. radian = math.rad
  50. random = math.random
  51. Vec3 = Vector3.new
  52. Inst = Instance.new
  53. cFrame = CFrame.new
  54. Euler = CFrame.fromEulerAnglesXYZ
  55. vt = Vector3.new
  56. bc = BrickColor.new
  57. br = BrickColor.random
  58. it = Instance.new
  59. cf = CFrame.new
  60. local MAINRUINCOLOR2 = BrickColor.new("Really black")
  61. local MAINRUINCOLOR = BrickColor.new("Really red")
  62. local Player_Size = 1
  63. local sword = false
  64.  
  65. local rotperm = 0
  66.  
  67. local Booleans = {
  68. CamFollow = true,
  69. GyroUse = true
  70. }
  71.  
  72. function lerp(object, newCFrame, alpha)
  73. return object:lerp(newCFrame, alpha)
  74. end
  75.  
  76. function shakes(power,length)
  77. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  78. local var = script.Shaker:Clone()
  79. var.Parent = v.PlayerGui
  80. local pw = var.Shakeval
  81. local lgth = var.MultLength
  82. pw.Value = power
  83. lgth.Value = length
  84. var.Disabled = false
  85. end
  86. end
  87.  
  88.  
  89. local Directer = Inst("BodyGyro", root)
  90. Directer.MaxTorque = Vec3(0, 0, 0)
  91. Directer.P = 600000
  92. local CPart = Inst("Part")
  93. CPart.Anchored = true
  94. CPart.CanCollide = false
  95. CPart.Locked = true
  96. CPart.Transparency = 1
  97.  
  98. local rainbowmode = false
  99. local chaosmode = false
  100.  
  101. local ORGID = 0
  102. local ORVOL = 1.15
  103. local ORPIT = 1.01
  104. local kan = Instance.new("Sound",char)
  105. kan.Volume = 1.15
  106. kan.TimePosition = 0
  107. kan.PlaybackSpeed = 1.15
  108. kan.Pitch = 1
  109. kan.SoundId = "rbxassetid://2639726704"
  110. kan.Name = "Rekt"
  111. kan.Looped = true
  112. kan:Play()
  113.  
  114. local currentThemePlaying = kan.SoundId
  115. local currentPitch = kan.Pitch
  116. local currentVol = kan.Volume
  117. function newTheme(ID,timepos,pitch,vol)
  118. local kanz = kan
  119. --kanz:Stop()
  120. kanz.Volume = vol
  121. --kanz.TimePosition = timepos
  122. kanz.PlaybackSpeed = pitch
  123. kanz.Pitch = pitch
  124. kanz.SoundId = ID
  125. kanz.Name = "wrecked"
  126. kanz.Looped = true
  127. currentThemePlaying = kanz.SoundId
  128. currentVol = kanz.Volume
  129. currentPitch = kanz.Pitch
  130. --kanz:Play()
  131. --coroutine.resume(coroutine.create(function()
  132. --wait(0.05)
  133. --end))
  134. end
  135.  
  136. local ModeOfGlitch = 1
  137.  
  138. function newThemeCust(ID,timepos,pitch,vol)
  139. local kanz = kan
  140. kanz:Stop()
  141. kanz.Volume = vol
  142. kanz.TimePosition = timepos
  143. kanz.PlaybackSpeed = pitch
  144. kanz.Pitch = pitch
  145. kanz.SoundId = ID
  146. kanz.Name = "wrecked"
  147. kanz.Looped = true
  148. currentThemePlaying = kanz.SoundId
  149. currentVol = kanz.Volume
  150. currentPitch = kanz.Pitch
  151. kanz:Play()
  152. coroutine.resume(coroutine.create(function()
  153. wait(0.05)
  154. end))
  155. end
  156.  
  157. local mutedtog = false
  158.  
  159. function CameraEnshaking(Length,Intensity)
  160. coroutine.resume(coroutine.create(function()
  161. local intensity = 1*Intensity
  162. local rotM = 0.01*Intensity
  163. for i = 0, Length, 0.1 do
  164. swait()
  165. intensity = intensity - 0.05*Intensity/Length
  166. rotM = rotM - 0.0005*Intensity/Length
  167. hum.CameraOffset = Vec3(radian(random(-intensity, intensity)), radian(random(-intensity, intensity)), radian(random(-intensity, intensity)))
  168. 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)
  169. end
  170. Humanoid.CameraOffset = Vec3(0, 0, 0)
  171. end))
  172. end
  173. CamShake=function(Part,Distan,Power,Times)
  174. local de=Part.Position
  175. for i,v in pairs(workspace:children()) do
  176. if v:IsA("Model") and v:findFirstChild("Humanoid") then
  177. for _,c in pairs(v:children()) do
  178. if c.ClassName=="Part" and (c.Position - de).magnitude < Distan then
  179. local Noob=v.Humanoid
  180. if Noob~=nil then
  181. coroutine.resume(coroutine.create(function()
  182. FV = Instance.new("BoolValue", Noob)
  183. FV.Name = "CameraShake"
  184. for ShakeNum=1,Times do
  185. swait()
  186. local ef=Power
  187. if ef>=1 then
  188. Humanoid.CameraOffset = Vector3.new(math.random(-ef,ef),math.random(-ef,ef),math.random(-ef,ef))
  189. else
  190. ef=Power*10
  191. Humanoid.CameraOffset = Vector3.new(math.random(-ef,ef)/10,math.random(-ef,ef)/10,math.random(-ef,ef)/10)
  192. end
  193. end
  194. Humanoid.CameraOffset = Vector3.new(0,0,0)
  195. FV:Destroy()
  196. end))
  197. CameraShake(Times, Power, Noob)
  198. end
  199. end
  200. end
  201. end
  202. end
  203. end
  204.  
  205.  
  206. function Showoff(power,length,High)
  207. end
  208.  
  209. function Showoff2(power,length,High)
  210. end
  211.  
  212. local bilguit = Instance.new("BillboardGui", hed)
  213. bilguit.Adornee = nil
  214. bilguit.Name = "ModeName"
  215. bilguit.Size = UDim2.new(4, 0, 1.2, 0)
  216. bilguit.StudsOffset = Vector3.new(-8, 8/1.5, 0)
  217. local modet = Instance.new("TextLabel", bilguit)
  218. modet.Size = UDim2.new(10/2, 0, 7/2, 0)
  219. modet.FontSize = "Size8"
  220. modet.TextScaled = true
  221. modet.TextTransparency = 0
  222. modet.BackgroundTransparency = 1
  223. modet.TextTransparency = 0
  224. modet.TextStrokeTransparency = 0
  225. modet.Font = "Arcade"
  226. modet.TextStrokeColor3 = BrickColor.new"Maroon".Color
  227. modet.TextColor3 = Color3.new(0,0,0)
  228. modet.Text = "OVERCLOCKED"
  229.  
  230. function chatfunc(text,color,typet,font,timeex)
  231. local chat = coroutine.wrap(function()
  232. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  233. Character:FindFirstChild("TalkingBillBoard"):destroy()
  234. end
  235. local naeeym2 = Instance.new("BillboardGui",Character)
  236. naeeym2.Size = UDim2.new(0,100,0,40)
  237. naeeym2.StudsOffset = Vector3.new(0,3,0)
  238. naeeym2.Adornee = Character.Head
  239. naeeym2.Name = "TalkingBillBoard"
  240. local tecks2 = Instance.new("TextLabel",naeeym2)
  241. tecks2.BackgroundTransparency = 1
  242. tecks2.BorderSizePixel = 0
  243. tecks2.Text = ""
  244. tecks2.Font = font
  245. tecks2.TextSize = 30
  246. tecks2.TextStrokeTransparency = 0
  247. tecks2.TextColor3 = color
  248. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  249. tecks2.Size = UDim2.new(1,0,0.5,0)
  250. local tecks3 = Instance.new("TextLabel",naeeym2)
  251. tecks3.BackgroundTransparency = 1
  252. tecks3.BorderSizePixel = 0
  253. tecks3.Text = ""
  254. tecks3.Font = font
  255. tecks3.TextSize = 30
  256. tecks3.TextStrokeTransparency = 0
  257. if typet == "Inverted" then
  258. tecks3.TextColor3 = Color3.new(0,0,0)
  259. tecks3.TextStrokeColor3 = color
  260. elseif typet == "Normal" then
  261. tecks3.TextColor3 = color
  262. tecks3.TextStrokeColor3 = Color3.new(0,0,0)
  263. end
  264. tecks3.Size = UDim2.new(1,0,0.5,0)
  265. coroutine.resume(coroutine.create(function()
  266. while true do
  267. swait(1)
  268. if chaosmode == true then
  269. tecks2.TextColor3 = BrickColor.random().Color
  270. tecks3.TextStrokeColor3 = BrickColor.random().Color
  271. end
  272. end
  273. end))
  274. for i = 0, 74*timeex do
  275. swait()
  276. tecks2.Text = text
  277. tecks3.Text = text
  278. end
  279. local randomrot = math.random(1,2)
  280. if randomrot == 1 then
  281. for i = 1, 50 do
  282. swait()
  283. tecks2.Text = text
  284. tecks3.Text = text
  285. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  286. tecks2.TextTransparency = tecks2.TextTransparency + .04
  287. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  288. tecks3.TextTransparency = tecks2.TextTransparency + .04
  289. end
  290. elseif randomrot == 2 then
  291. for i = 1, 50 do
  292. swait()
  293. tecks2.Text = text
  294. tecks3.Text = text
  295. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  296. tecks2.TextTransparency = tecks2.TextTransparency + .04
  297. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  298. tecks3.TextTransparency = tecks2.TextTransparency + .04
  299. end
  300. end
  301. if toggleTag == false then
  302. end
  303. naeeym2:Destroy()
  304. end)
  305. chat()
  306. end
  307. function bosschatfunc(text,color,watval)
  308. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  309. coroutine.resume(coroutine.create(function()
  310. if v.PlayerGui:FindFirstChild("Dialog")~= nil then
  311. v.PlayerGui:FindFirstChild("Dialog"):destroy()
  312. end
  313. local scrg = Instance.new("ScreenGui",v.PlayerGui)
  314. scrg.Name = "Dialog"
  315. local txtlb = Instance.new("TextLabel",scrg)
  316. txtlb.Text = ""
  317. txtlb.Font = "Bodoni"
  318. txtlb.TextColor3 = Color3.new(0,0,0)
  319. txtlb.TextStrokeTransparency = 0
  320. txtlb.BackgroundTransparency = 1
  321. txtlb.BackgroundColor3 = Color3.new(0,0,0)
  322. txtlb.TextStrokeColor3 = color
  323. txtlb.TextScaled = true
  324. txtlb.Size = UDim2.new(1,0,0.25,0)
  325. txtlb.TextXAlignment = "Center"
  326. txtlb.Position = UDim2.new(0,0,0.75,0)
  327. local txtlb2 = Instance.new("TextLabel",scrg)
  328. txtlb2.Text = ""
  329. txtlb2.Font = "Arcade"
  330. txtlb2.TextColor3 = Color3.new(0,0,0)
  331. txtlb2.TextStrokeTransparency = 0
  332. txtlb2.BackgroundTransparency = 1
  333. txtlb2.TextStrokeColor3 = color
  334. txtlb2.TextSize = 40
  335. txtlb2.Size = UDim2.new(1,0,0.25,0)
  336. txtlb2.TextXAlignment = "Left"
  337. txtlb2.Position = UDim2.new(0,0,1,0)
  338. local fvalen = 0.55
  339. local fval = -0.49
  340.  
  341. coroutine.resume(coroutine.create(function()
  342. while true do
  343. swait()
  344. if scrg.Parent ~= nil then
  345. fvalen = fvalen - 0.0001
  346. elseif scrg.Parent == nil then
  347. break
  348. end
  349. end
  350. end))
  351. local flol = 1.75
  352. local flil = 1.6
  353. coroutine.resume(coroutine.create(function()
  354. for i = 0, 9 do
  355. swait()
  356. fval = fval + 0.05
  357. flol = flol - 0.175
  358. flil = flil - 0.15
  359. txtlb.Text = ""
  360. txtlb.Position = UDim2.new(flol,0,0.3,0)
  361. txtlb2.Position = UDim2.new(flil,0,0.3,0)
  362. end
  363. txtlb.Text = text
  364. for i = 1,string.len(text),1 do
  365. CFuncs["Sound"].Create("rbxassetid://565939471", char, .6, .8)
  366. txtlb.Text = string.sub(text,1,i)
  367. swait(1)
  368. end
  369. coroutine.resume(coroutine.create(function()
  370. while true do
  371. swait()
  372. if rainbowmode == true then
  373. txtlb.TextColor3 = ned.TextColor3
  374. txtlb.TextStrokeColor3 = ned.TextStrokeColor3
  375. end
  376. end
  377. end))
  378. wait(watval)
  379. local valinc = 0
  380. for i = 0, 99 do
  381. swait()
  382. valinc = valinc + 0.0001
  383. flol = flol + valinc
  384. flil = flil + valinc
  385. txtlb.Rotation = txtlb.Rotation + valinc*30
  386. txtlb2.Rotation = txtlb2.Rotation - valinc*30
  387. txtlb.Position = UDim2.new(0,0,0.3 + flol,0)
  388. txtlb2.Position = UDim2.new(0,0,0.3 + flil,0)
  389. txtlb.TextStrokeTransparency = txtlb.TextStrokeTransparency + 0.01
  390. txtlb.TextTransparency = txtlb.TextTransparency + 0.01
  391. txtlb2.TextStrokeTransparency = txtlb2.TextStrokeTransparency + 0.01
  392. txtlb2.TextTransparency = txtlb2.TextTransparency + 0.01
  393. txtlb.BackgroundTransparency = txtlb.BackgroundTransparency + 0.0025
  394. end
  395. scrg:Destroy()
  396. end))
  397. end))
  398. end
  399. end
  400.  
  401. local Create = LoadLibrary("RbxUtility").Create
  402.  
  403. CFuncs = {
  404. ["Part"] = {
  405. Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  406. local Part = Create("Part"){
  407. Parent = Parent,
  408. Reflectance = Reflectance,
  409. Transparency = Transparency,
  410. CanCollide = false,
  411. Locked = true,
  412. BrickColor = BrickColor.new(tostring(BColor)),
  413. Name = Name,
  414. Size = Size,
  415. Material = Material,
  416. }
  417. RemoveOutlines(Part)
  418. return Part
  419. end;
  420. };
  421.  
  422. ["Mesh"] = {
  423. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  424. local Msh = Create(Mesh){
  425. Parent = Part,
  426. Offset = OffSet,
  427. Scale = Scale,
  428. }
  429. if Mesh == "SpecialMesh" then
  430. Msh.MeshType = MeshType
  431. Msh.MeshId = MeshId
  432. end
  433. return Msh
  434. end;
  435. };
  436.  
  437. ["Mesh"] = {
  438. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  439. local Msh = Create(Mesh){
  440. Parent = Part,
  441. Offset = OffSet,
  442. Scale = Scale,
  443. }
  444. if Mesh == "SpecialMesh" then
  445. Msh.MeshType = MeshType
  446. Msh.MeshId = MeshId
  447. end
  448. return Msh
  449. end;
  450. };
  451.  
  452. ["Weld"] = {
  453. Create = function(Parent, Part0, Part1, C0, C1)
  454. local Weld = Create("Weld"){
  455. Parent = Parent,
  456. Part0 = Part0,
  457. Part1 = Part1,
  458. C0 = C0,
  459. C1 = C1,
  460. }
  461. return Weld
  462. end;
  463. };
  464.  
  465. ["Sound"] = {
  466. Create = function(id, par, vol, pit)
  467. coroutine.resume(coroutine.create(function()
  468. local S = Create("Sound"){
  469. Volume = vol,
  470. Name = "EffectSoundo",
  471. Pitch = pit or 1,
  472. SoundId = id,
  473. Parent = par or workspace,
  474. }
  475. wait()
  476. S:play()
  477. game:GetService("Debris"):AddItem(S, 10)
  478. end))
  479. end;
  480. };
  481.  
  482. ["TimeSound"] = {
  483. Create = function(id, par, vol, pit, timepos)
  484. coroutine.resume(coroutine.create(function()
  485. local S = Create("Sound"){
  486. Volume = vol,
  487. Name = "EffectSoundo",
  488. Pitch = pit or 1,
  489. SoundId = id,
  490. TimePosition = timepos,
  491. Parent = par or workspace,
  492. }
  493. wait()
  494. S:play()
  495. game:GetService("Debris"):AddItem(S, 10)
  496. end))
  497. end;
  498. };
  499. ["EchoSound"] = {
  500. Create = function(id, par, vol, pit, timepos,delays,echodelay,fedb,dryl)
  501. coroutine.resume(coroutine.create(function()
  502. local Sas = Create("Sound"){
  503. Volume = vol,
  504. Name = "EffectSoundo",
  505. Pitch = pit or 1,
  506. SoundId = id,
  507. TimePosition = timepos,
  508. Parent = par or workspace,
  509. }
  510. local E = Create("EchoSoundEffect"){
  511. Delay = echodelay,
  512. Name = "Echo",
  513. Feedback = fedb,
  514. DryLevel = dryl,
  515. Parent = Sas,
  516. }
  517. wait()
  518. Sas:play()
  519. game:GetService("Debris"):AddItem(Sas, delays)
  520. end))
  521. end;
  522. };
  523.  
  524. ["LongSound"] = {
  525. Create = function(id, par, vol, pit)
  526. coroutine.resume(coroutine.create(function()
  527. local S = Create("Sound"){
  528. Volume = vol,
  529. Pitch = pit or 1,
  530. SoundId = id,
  531. Parent = par or workspace,
  532. }
  533. wait()
  534. S:play()
  535. game:GetService("Debris"):AddItem(S, 60)
  536. end))
  537. end;
  538. };
  539.  
  540. ["ParticleEmitter"] = {
  541. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  542. local fp = Create("ParticleEmitter"){
  543. Parent = Parent,
  544. Color = ColorSequence.new(Color1, Color2),
  545. LightEmission = LightEmission,
  546. Size = Size,
  547. Texture = Texture,
  548. Transparency = Transparency,
  549. ZOffset = ZOffset,
  550. Acceleration = Accel,
  551. Drag = Drag,
  552. LockedToPart = LockedToPart,
  553. VelocityInheritance = VelocityInheritance,
  554. EmissionDirection = EmissionDirection,
  555. Enabled = Enabled,
  556. Lifetime = LifeTime,
  557. Rate = Rate,
  558. Rotation = Rotation,
  559. RotSpeed = RotSpeed,
  560. Speed = Speed,
  561. VelocitySpread = VelocitySpread,
  562. }
  563. return fp
  564. end;
  565. };
  566.  
  567. CreateTemplate = {
  568.  
  569. };
  570. }
  571.  
  572.  
  573.  
  574. New = function(Object, Parent, Name, Data)
  575. local Object = Instance.new(Object)
  576. for Index, Value in pairs(Data or {}) do
  577. Object[Index] = Value
  578. end
  579. Object.Parent = Parent
  580. Object.Name = Name
  581. return Object
  582. end
  583. local halocolor = BrickColor.new("Pastel light blue")
  584. local halocolor2 = BrickColor.new("Cool yellow")
  585. local starcolor = BrickColor.new("Bright yellow")
  586. local lunacolor = BrickColor.new("Navy blue")
  587. local lunacolor2 = BrickColor.new("Bright blue")
  588. local wepcolor = BrickColor.new("Really black")
  589. local maincolor = BrickColor.new("Really black")
  590. local m = Instance.new("Model",char)
  591. local m2 = Instance.new("Model",char)
  592. local m3 = Instance.new("Model",char)
  593. local mw1 = Instance.new("Model",char)
  594. local mw2 = Instance.new("Model",char)
  595.  
  596.  
  597. gui = function(GuiType, parent, text, backtrans, backcol, pos, size)
  598. local gui = it(GuiType)
  599. gui.Parent = parent
  600. gui.Text = text
  601. gui.BackgroundTransparency = backtrans
  602. gui.BackgroundColor3 = backcol
  603. gui.SizeConstraint = "RelativeXY"
  604. gui.TextXAlignment = "Center"
  605. gui.TextYAlignment = "Center"
  606. gui.Position = pos
  607. gui.Size = size
  608. gui.Font = "SourceSans"
  609. gui.FontSize = "Size14"
  610. gui.TextWrapped = false
  611. gui.TextStrokeTransparency = 0
  612. gui.TextColor = BrickColor.new("White")
  613. return gui
  614. end
  615. --------------------------- GUI STUFF
  616. local basgui = it("GuiMain")
  617. basgui.Parent = plr.PlayerGui
  618. basgui.Name = "VISgui"
  619. local fullscreenz = it("Frame")
  620. fullscreenz.Parent = basgui
  621. fullscreenz.BackgroundColor3 = Color3.new(255, 255, 255)
  622. fullscreenz.BackgroundTransparency = 1
  623. fullscreenz.BorderColor3 = Color3.new(17, 17, 17)
  624. fullscreenz.Size = UDim2.new(1, 0, 1, 0)
  625. fullscreenz.Position = UDim2.new(0, 0, 0, 0)
  626.  
  627. local imgl2 = Instance.new("ImageLabel",fullscreenz)
  628. imgl2.BackgroundTransparency = 1
  629. imgl2.BorderSizePixel = 0
  630. imgl2.ImageTransparency = 0
  631. imgl2.ImageColor3 = BrickColor.new("Really black").Color
  632. imgl2.Position = UDim2.new(1,-400,1,-400)
  633. imgl2.Size = UDim2.new(0,800,0,800)
  634. imgl2.Image = "rbxassetid://172380355"
  635. local techc = imgl2:Clone()
  636. techc.Parent = fullscreenz
  637. techc.ImageTransparency = 0
  638. techc.Size = UDim2.new(0,400,0,400)
  639. techc.Position = UDim2.new(1,-200,1,-200)
  640. techc.ImageColor3 = BrickColor.new("Really black").Color
  641. techc.Image = "rbxassetid://2312128106"
  642. local techc2 = imgl2:Clone()
  643. techc2.Parent = fullscreenz
  644. techc2.ImageTransparency = 0
  645. techc2.Size = UDim2.new(0,900,0,900)
  646. techc2.Position = UDim2.new(1,-450,1,-450)
  647. techc2.ImageColor3 = BrickColor.new("Really red").Color
  648. techc2.Image = "rbxassetid://2344830904"
  649. local circl = imgl2:Clone()
  650. circl.Parent = fullscreenz
  651. circl.ImageTransparency = 0
  652. circl.Size = UDim2.new(0,450,0,450)
  653. circl.Position = UDim2.new(1,-225,1,-225)
  654. circl.ImageColor3 = BrickColor.new("Really red").Color
  655. circl.Image = "rbxassetid://2109045978"
  656. local circl2 = imgl2:Clone()
  657. circl2.Parent = fullscreenz
  658. circl2.ImageTransparency = 0
  659. circl2.Size = UDim2.new(0,600,0,600)
  660. circl2.Position = UDim2.new(1,-300,1,-300)
  661. circl2.ImageColor3 = BrickColor.new("Really black").Color
  662. circl2.Image = "rbxassetid://2312119891"
  663. local imgl2b = imgl2:Clone()
  664. imgl2b.Parent = fullscreenz
  665. imgl2b.ImageTransparency = 0
  666. imgl2b.ImageColor3 = BrickColor.new("White").Color
  667. imgl2b.Image = "rbxassetid://2344870656"
  668. local ned = Instance.new("TextLabel",fullscreenz)
  669. ned.ZIndex = 2
  670. ned.Font = "Arcade"
  671. ned.BackgroundTransparency = 1
  672. ned.BorderSizePixel = 0.65
  673. ned.Size = UDim2.new(0.3,0,0.2,0)
  674. ned.Position = UDim2.new(0.7,0,0.8,0)
  675. ned.TextColor3 = BrickColor.new("Really black").Color
  676. ned.TextStrokeColor3 = BrickColor.new("Really red").Color
  677. ned.TextScaled = true
  678. ned.TextStrokeTransparency = 0
  679. ned.Text = "INCREATION"
  680. ned.TextSize = 24
  681. ned.Rotation = 1
  682. ned.TextXAlignment = "Right"
  683. ned.TextYAlignment = "Bottom"
  684.  
  685. local extrawingmod1 = Instance.new("Model",char)
  686. local extrawingmod2 = Instance.new("Model",char)
  687.  
  688. function RecolorTextAndRename(name,col1,col2)
  689. techc.ImageColor3 = col2
  690. techc2.ImageColor3 = col2
  691. circl.ImageColor3 = col2
  692. circl2.ImageColor3 = col1
  693. imgl2.ImageColor3 = col1
  694. imgl2b.ImageColor3 = col2
  695. ned.Text = name
  696. ned.TextColor3 = col1
  697. ned.TextStrokeColor3 = col2
  698. sphere2(1.3,"Add",tors.CFrame*CFrame.new(0,0,0),vt(0,0,0),0.5,0.5,0.5,MAINRUINCOLOR,MAINRUINCOLOR.Color)
  699. for i = 0, 49 do
  700. 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)
  701. end
  702. CFuncs.Sound.Create("rbxassetid://410543238",root,10,1)
  703. CFuncs["Sound"].Create("rbxassetid://468991944", root, 7.5, 1)
  704. CFuncs["Sound"].Create("rbxassetid://419447292", root, 2.5,1)
  705. end
  706.  
  707. function CreateParta(parent,transparency,reflectance,material,brickcolor)
  708. local p = Instance.new("Part")
  709. p.TopSurface = 0
  710. p.BottomSurface = 0
  711. p.Parent = parent
  712. p.Size = Vector3.new(0.1,0.1,0.1)
  713. p.Transparency = transparency
  714. p.Reflectance = reflectance
  715. p.CanCollide = false
  716. p.Locked = true
  717. p.BrickColor = brickcolor
  718. p.Material = material
  719. return p
  720. end
  721.  
  722. function CreateMesh(parent,meshtype,x1,y1,z1)
  723. local mesh = Instance.new("SpecialMesh",parent)
  724. mesh.MeshType = meshtype
  725. mesh.Scale = Vector3.new(x1*10,y1*10,z1*10)
  726. return mesh
  727. end
  728.  
  729. function CreateSpecialMesh(parent,meshid,x1,y1,z1)
  730. local mesh = Instance.new("SpecialMesh",parent)
  731. mesh.MeshType = "FileMesh"
  732. mesh.MeshId = meshid
  733. mesh.Scale = Vector3.new(x1,y1,z1)
  734. return mesh
  735. end
  736.  
  737.  
  738. function CreateSpecialGlowMesh(parent,meshid,x1,y1,z1)
  739. local mesh = Instance.new("SpecialMesh",parent)
  740. mesh.MeshType = "FileMesh"
  741. mesh.MeshId = meshid
  742. mesh.TextureId = "http://www.roblox.com/asset/?id=269748808"
  743. mesh.Scale = Vector3.new(x1,y1,z1)
  744. mesh.VertexColor = Vector3.new(parent.BrickColor.r, parent.BrickColor.g, parent.BrickColor.b)
  745. return mesh
  746. end
  747.  
  748. function CreateWeld(parent,part0,part1,C1X,C1Y,C1Z,C1Xa,C1Ya,C1Za,C0X,C0Y,C0Z,C0Xa,C0Ya,C0Za)
  749. local weld = Instance.new("Weld")
  750. weld.Parent = parent
  751. weld.Part0 = part0
  752. weld.Part1 = part1
  753. weld.C1 = CFrame.new(C1X,C1Y,C1Z)*CFrame.Angles(C1Xa,C1Ya,C1Za)
  754. weld.C0 = CFrame.new(C0X,C0Y,C0Z)*CFrame.Angles(C0Xa,C0Ya,C0Za)
  755. return weld
  756. end
  757.  
  758.  
  759. --------------
  760. --------------
  761. local sorb = CreateParta(m,1,1,"SmoothPlastic",BrickColor.random())
  762. 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))
  763. local sorb2 = CreateParta(m,1,1,"SmoothPlastic",BrickColor.random())
  764. 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))
  765.  
  766. --Found out a few days ago that Salvo_Starly made these LOL
  767. --Credit him please
  768. Player=game:GetService('Players').tommy73738
  769. Character=Player.Character
  770. gunty=Instance.new('Model',Character)
  771. gunty2=Instance.new('Model',Character)
  772. m=Instance.new('Model',Character)
  773.  
  774. local function weldBetween(a, b)
  775. local weldd = Instance.new("ManualWeld")
  776. weldd.Part0 = a
  777. weldd.Part1 = b
  778. weldd.C0 = CFrame.new()
  779. weldd.C1 = b.CFrame:inverse() * a.CFrame
  780. weldd.Parent = a
  781. return weldd
  782. end
  783.  
  784. it=Instance.new
  785.  
  786. function nooutline(part)
  787. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  788. end
  789.  
  790. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  791. local fp=it("Part")
  792. fp.formFactor=formfactor
  793. fp.Parent=parent
  794. fp.Reflectance=reflectance
  795. fp.Transparency=transparency
  796. fp.CanCollide=false
  797. fp.Locked=true
  798. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  799. fp.Name=name
  800. fp.Size=size
  801. fp.Position=Character.Torso.Position
  802. nooutline(fp)
  803. fp.Material=material
  804. fp:BreakJoints()
  805. return fp
  806. end
  807.  
  808. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  809. local mesh=it(Mesh)
  810. mesh.Parent=part
  811. if Mesh=="SpecialMesh" then
  812. mesh.MeshType=meshtype
  813. mesh.MeshId=meshid
  814. end
  815. mesh.Offset=offset
  816. mesh.Scale=scale
  817. return mesh
  818. end
  819.  
  820. function weld(parent,part0,part1,c0,c1)
  821. local weld=it("Weld")
  822. weld.Parent=parent
  823. weld.Part0=part0
  824. weld.Part1=part1
  825. weld.C0=c0
  826. weld.C1=c1
  827. return weld
  828. end
  829. -----Bootz
  830. handle=part(Enum.FormFactor.Custom,gunty,Enum.Material.SmoothPlastic,0,0,"Black","Handle",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  831. 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))
  832. mesh("BlockMesh",handle,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  833. MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  834. 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))
  835. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.03999996, 0.5))
  836. MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  837. 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))
  838. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  839. MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  840. 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))
  841. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  842. MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  843. 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))
  844. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  845. MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  846. 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))
  847. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  848. MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  849. 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))
  850. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  851. MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  852. 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))
  853. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  854. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  855. 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))
  856. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  857. MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  858. 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))
  859. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  860. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  861. 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))
  862. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
  863. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  864. 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))
  865. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
  866. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  867. 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))
  868. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
  869. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  870. 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))
  871. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
  872. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  873. 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))
  874. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
  875. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  876. 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))
  877. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
  878. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  879. 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))
  880. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
  881. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  882. 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))
  883. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
  884. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  885. 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))
  886. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
  887. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  888. 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))
  889. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
  890. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  891. 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))
  892. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
  893. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  894. 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))
  895. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
  896. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  897. 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))
  898. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
  899. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  900. 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))
  901. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
  902. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  903. 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))
  904. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
  905. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  906. 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))
  907. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
  908. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  909. 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))
  910. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 1.05999994, 0.200000003))
  911. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  912. 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))
  913. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 1.05999994, 0.200000003))
  914. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  915. 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))
  916. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  917. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  918. 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))
  919. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.400000006, 0.400000006))
  920. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  921. 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))
  922. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  923. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  924. 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))
  925. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.09000003, 1, 1))
  926. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  927. 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))
  928. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  929. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  930. 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))
  931. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  932. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(1.0230124, 0.40920499, 1.02301252))
  933. 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))
  934. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  935. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  936. 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))
  937. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  938. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  939. 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))
  940. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  941. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  942. 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))
  943. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  944. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  945. 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))
  946. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  947. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.20460251))
  948. 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))
  949. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  950. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.818410039, 0.409205019))
  951. 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))
  952. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  953. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.20460251))
  954. 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))
  955. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  956. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  957. 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))
  958. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  959. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  960. 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))
  961. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.11000001, 1.20000005, 1.20000005))
  962. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  963. 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))
  964. mesh("CylinderMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 1.13, 0.839999974))
  965. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  966. 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))
  967. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  968. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  969. 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))
  970. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
  971. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  972. 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))
  973. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
  974. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  975. 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))
  976. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
  977. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  978. 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))
  979. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
  980. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  981. 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))
  982. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
  983. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  984. 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))
  985. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
  986. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  987. 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))
  988. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
  989. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  990. 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))
  991. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
  992. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  993. 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))
  994. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
  995. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  996. 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))
  997. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
  998. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  999. 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))
  1000. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
  1001. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1002. 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))
  1003. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
  1004. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1005. 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))
  1006. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
  1007. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1008. 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))
  1009. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
  1010. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1011. 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))
  1012. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
  1013. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1014. 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))
  1015. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.12, 0.899999976, 0.899999976))
  1016. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1017. 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))
  1018. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
  1019. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1020. 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))
  1021. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 1, 1))
  1022. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1023. 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))
  1024. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.13800001, 1.39999998, 1.39999998))
  1025. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1026. 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))
  1027. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1028. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1029. 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))
  1030. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1031. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1032. 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))
  1033. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1034. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1035. 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))
  1036. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1037. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1038. 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))
  1039. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1040. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1041. 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))
  1042. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1043. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1044. 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))
  1045. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1046. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1047. 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))
  1048. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1049. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1050. 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))
  1051. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.16999996, 0.600000024, 0.600000024))
  1052. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1053. 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))
  1054. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.16799998, 0.75999999, 0.75999999))
  1055. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1056. 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))
  1057. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.176, 0.600000024, 0.600000024))
  1058. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1059. 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))
  1060. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.17999995, 0.5, 0.5))
  1061. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1062. 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))
  1063. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1064. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1065. 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))
  1066. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1067. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1068. 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))
  1069. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1070. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1071. 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))
  1072. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.699999988, 0.699999988))
  1073. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1074. 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))
  1075. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.699999988, 0.699999988))
  1076. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1077. 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))
  1078. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.800000012, 0.800000012))
  1079. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1080. 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))
  1081. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.800000012, 0.800000012))
  1082. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1083. 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))
  1084. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 0.400000006))
  1085. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1086. 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))
  1087. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 0.400000006))
  1088. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1089. 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))
  1090. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.400000006, 0.400000006))
  1091. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 1.02301252, 0.409205019))
  1092. 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))
  1093. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1, 0.400000006))
  1094. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1095. 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))
  1096. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.800000012, 0.100000001))
  1097. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1098. 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))
  1099. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.800000012, 0.100000001))
  1100. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 1.02301252, 0.409205019))
  1101. 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))
  1102. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 1, 0.699999988))
  1103. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 1.02301252, 0.409205019))
  1104. 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))
  1105. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1, 0.800000012))
  1106. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1107. 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))
  1108. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1109. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1110. 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))
  1111. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1112. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1113. 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))
  1114. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1115. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1116. 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))
  1117. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1118. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1119. 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))
  1120. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.16999996, 0.600000024, 0.600000024))
  1121. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1122. 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))
  1123. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.17999995, 0.5, 0.5))
  1124. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1125. 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))
  1126. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1127. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1128. 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))
  1129. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 1, 1))
  1130. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1131. 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))
  1132. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1133. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1134. 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))
  1135. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1136. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1137. 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))
  1138. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.176, 0.600000024, 0.600000024))
  1139. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1140. 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))
  1141. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.16799998, 0.75999999, 0.75999999))
  1142. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1143. 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))
  1144. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1145. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1146. 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))
  1147. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1148. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1149. 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))
  1150. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1151. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1152. 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))
  1153. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.13800001, 1.39999998, 1.39999998))
  1154. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1155. 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))
  1156. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1157. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1158. 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))
  1159. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
  1160. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1161. 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))
  1162. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1163. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1164. 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))
  1165. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
  1166. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205049, 0.40920499))
  1167. 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))
  1168. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1169. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1170. 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))
  1171. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
  1172. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1173. 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))
  1174. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.11000001, 0.600000024, 0.600000024))
  1175. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1176. 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))
  1177. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.10000002, 0.800000012, 0.800000012))
  1178. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1179. 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))
  1180. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
  1181. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1182. 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))
  1183. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
  1184. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.613807499))
  1185. 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))
  1186. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
  1187. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205049, 0.40920499))
  1188. 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))
  1189. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 1))
  1190. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1191. 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))
  1192. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
  1193. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1194. 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))
  1195. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1196. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1197. 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))
  1198. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1199. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.613807499))
  1200. 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))
  1201. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.200000003, 1.20000005))
  1202. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.613807499))
  1203. 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))
  1204. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
  1205. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1206. 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))
  1207. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1208. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1209. 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))
  1210. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.200000003, 1))
  1211. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1212. 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))
  1213. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1214. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1215. 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))
  1216. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1217. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.818409979))
  1218. 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))
  1219. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1220. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1221. 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))
  1222. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1223. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.818409979))
  1224. 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))
  1225. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1226. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1227. 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))
  1228. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1229. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1230. 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))
  1231. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1232. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1233. 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))
  1234. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1235. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1236. 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))
  1237. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1238. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1239. 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))
  1240. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1241. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1242. 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))
  1243. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1244. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.4322176))
  1245. 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))
  1246. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1247. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1248. 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))
  1249. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1250. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1251. 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))
  1252. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1253. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.613807559))
  1254. 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))
  1255. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1256. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.43221748))
  1257. 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))
  1258. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1259. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1260. 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))
  1261. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1262. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.613807559))
  1263. 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))
  1264. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1265. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.SmoothPlastic,0,0,"Black","Neon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1266. 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))
  1267. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.850000024, 1.00999999, 0.850000024))
  1268. MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1269. 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))
  1270. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.03999996, 0.5))
  1271. --Leftie
  1272. handle=part(Enum.FormFactor.Custom,gunty,Enum.Material.SmoothPlastic,0,0,"Black","Handle",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1273. 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))
  1274. mesh("BlockMesh",handle,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  1275. MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1276. 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))
  1277. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  1278. MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1279. 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))
  1280. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.03999996, 0.5))
  1281. MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1282. 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))
  1283. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.03999996, 0.5))
  1284. MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1285. 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))
  1286. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  1287. MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1288. 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))
  1289. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  1290. MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1291. 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))
  1292. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  1293. MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1294. 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))
  1295. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  1296. MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1297. 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))
  1298. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  1299. MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1300. 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))
  1301. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  1302. MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.SmoothPlastic,0,0,"Really black","MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1303. 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))
  1304. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.850000024, 1.00999999, 0.850000024))
  1305. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1306. 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))
  1307. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
  1308. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1309. 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))
  1310. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
  1311. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1312. 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))
  1313. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
  1314. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1315. 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))
  1316. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
  1317. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1318. 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))
  1319. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
  1320. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1321. 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))
  1322. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
  1323. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1324. 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))
  1325. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
  1326. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1327. 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))
  1328. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
  1329. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1330. 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))
  1331. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
  1332. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1333. 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))
  1334. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
  1335. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1336. 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))
  1337. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
  1338. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1339. 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))
  1340. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
  1341. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1342. 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))
  1343. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
  1344. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1345. 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))
  1346. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
  1347. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1348. 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))
  1349. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
  1350. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1351. 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))
  1352. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
  1353. MNeon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon2",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1354. 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))
  1355. mesh("BlockMesh",MNeon2,"","",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 1.05999994, 0.200000003))
  1356. MNeon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon2",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1357. 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))
  1358. mesh("BlockMesh",MNeon2,"","",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 1.05999994, 0.200000003))
  1359. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1360. 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))
  1361. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1362. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1363. 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))
  1364. mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 0.400000006))
  1365. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1366. 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))
  1367. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1368. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.409205049, 0.40920499))
  1369. 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))
  1370. mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1371. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1372. 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))
  1373. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1374. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1375. 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))
  1376. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1377. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.20460251))
  1378. 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))
  1379. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1380. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1381. 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))
  1382. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1383. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1384. 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))
  1385. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1386. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(1.0230124, 0.40920499, 1.02301252))
  1387. 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))
  1388. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1389. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1390. 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))
  1391. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1392. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.20460251))
  1393. 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))
  1394. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1395. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1396. 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))
  1397. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1398. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1399. 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))
  1400. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1401. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.818410039, 0.409205019))
  1402. 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))
  1403. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1404. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1405. 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))
  1406. mesh("CylinderMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 1.13, 0.839999974))
  1407. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1408. 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))
  1409. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.11000001, 1.20000005, 1.20000005))
  1410. MBoot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","MBoot",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1411. 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))
  1412. mesh("BlockMesh",MBoot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1413. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1414. 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))
  1415. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
  1416. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1417. 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))
  1418. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
  1419. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1420. 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))
  1421. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
  1422. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1423. 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))
  1424. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
  1425. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1426. 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))
  1427. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
  1428. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1429. 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))
  1430. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
  1431. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1432. 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))
  1433. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
  1434. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1435. 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))
  1436. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
  1437. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1438. 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))
  1439. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.12, 0.899999976, 0.899999976))
  1440. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1441. 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))
  1442. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
  1443. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1444. 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))
  1445. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
  1446. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1447. 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))
  1448. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
  1449. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1450. 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))
  1451. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
  1452. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1453. 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))
  1454. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
  1455. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1456. 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))
  1457. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
  1458. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1459. 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))
  1460. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
  1461. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1462. 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))
  1463. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
  1464. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1465. 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))
  1466. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1467. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1468. 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))
  1469. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1470. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1471. 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))
  1472. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1473. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1474. 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))
  1475. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1476. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1477. 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))
  1478. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1479. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1480. 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))
  1481. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1482. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1483. 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))
  1484. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1485. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1486. 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))
  1487. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1488. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1489. 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))
  1490. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.16999996, 0.600000024, 0.600000024))
  1491. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1492. 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))
  1493. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.16799998, 0.75999999, 0.75999999))
  1494. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1495. 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))
  1496. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.176, 0.600000024, 0.600000024))
  1497. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1498. 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))
  1499. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.17999995, 0.5, 0.5))
  1500. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1501. 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))
  1502. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1503. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1504. 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))
  1505. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1506. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1507. 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))
  1508. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13800001, 1.39999998, 1.39999998))
  1509. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1510. 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))
  1511. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 1, 1))
  1512. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1513. 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))
  1514. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1515. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1516. 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))
  1517. mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.400000006, 0.400000006))
  1518. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1519. 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))
  1520. mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.400000006, 0.400000006))
  1521. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1522. 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))
  1523. mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.800000012, 0.100000001))
  1524. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1525. 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))
  1526. mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.800000012, 0.100000001))
  1527. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1528. 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))
  1529. mesh("SpecialMesh",Boot1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.699999988, 0.699999988))
  1530. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1531. 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))
  1532. mesh("SpecialMesh",Boot1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.699999988, 0.699999988))
  1533. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 1.02301252, 0.409205019))
  1534. 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))
  1535. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 1, 0.699999988))
  1536. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1537. 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))
  1538. mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.800000012, 0.800000012))
  1539. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 1.02301252, 0.409205019))
  1540. 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))
  1541. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1, 0.800000012))
  1542. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1543. 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))
  1544. mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.800000012, 0.800000012))
  1545. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1546. 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))
  1547. mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 0.400000006))
  1548. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 1.02301252, 0.409205019))
  1549. 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))
  1550. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1, 0.400000006))
  1551. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1552. 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))
  1553. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1554. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1555. 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))
  1556. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1557. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1558. 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))
  1559. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1560. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1561. 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))
  1562. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1563. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1564. 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))
  1565. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1566. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1567. 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))
  1568. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1569. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1570. 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))
  1571. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1572. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1573. 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))
  1574. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1575. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1576. 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))
  1577. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.16999996, 0.600000024, 0.600000024))
  1578. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1579. 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))
  1580. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.16799998, 0.75999999, 0.75999999))
  1581. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1582. 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))
  1583. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.176, 0.600000024, 0.600000024))
  1584. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1585. 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))
  1586. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.17999995, 0.5, 0.5))
  1587. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1588. 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))
  1589. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1590. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1591. 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))
  1592. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1593. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1594. 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))
  1595. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13800001, 1.39999998, 1.39999998))
  1596. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1597. 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))
  1598. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 1, 1))
  1599. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1600. 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))
  1601. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1602. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1603. 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))
  1604. mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.11000001, 0.600000024, 0.600000024))
  1605. Boot2=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1606. 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))
  1607. mesh("BlockMesh",Boot2,"","",Vector3.new(0, 0, 0),Vector3.new(1.10000002, 0.800000012, 0.800000012))
  1608. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1609. 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))
  1610. mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.09000003, 1, 1))
  1611. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1612. 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))
  1613. mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
  1614. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1615. 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))
  1616. mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
  1617. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1618. 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))
  1619. mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.200000003, 1))
  1620. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.613807499))
  1621. 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))
  1622. mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
  1623. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.613807499))
  1624. 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))
  1625. mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
  1626. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.613807499))
  1627. 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))
  1628. mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.200000003, 1.20000005))
  1629. Boot2=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot2",Vector3.new(0.20460248, 0.409205049, 0.40920499))
  1630. 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))
  1631. mesh("BlockMesh",Boot2,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 1))
  1632. Boot2=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1633. 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))
  1634. mesh("SpecialMesh",Boot2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
  1635. Boot2=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1636. 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))
  1637. mesh("SpecialMesh",Boot2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
  1638. Boot2=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1639. 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))
  1640. mesh("SpecialMesh",Boot2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
  1641. Boot2=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1642. 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))
  1643. mesh("SpecialMesh",Boot2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
  1644. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1645. 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))
  1646. mesh("SpecialMesh",Neon2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1647. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1648. 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))
  1649. mesh("SpecialMesh",Neon2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1650. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1651. 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))
  1652. mesh("SpecialMesh",Neon2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1653. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1654. 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))
  1655. mesh("SpecialMesh",Neon2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1656. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1657. 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))
  1658. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1659. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.613807559))
  1660. 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))
  1661. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1662. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1663. 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))
  1664. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1665. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.613807559))
  1666. 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))
  1667. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1668. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1669. 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))
  1670. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1671. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1672. 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))
  1673. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1674. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1675. 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))
  1676. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1677. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1678. 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))
  1679. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1680. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1681. 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))
  1682. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1683. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.43221748))
  1684. 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))
  1685. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1686. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.4322176))
  1687. 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))
  1688. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1689. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1690. 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))
  1691. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1692. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.818409979))
  1693. 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))
  1694. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1695. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.818409979))
  1696. 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))
  1697. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1698. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1699. 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))
  1700. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1701. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1702. 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))
  1703. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1704. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1705. 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))
  1706. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1707. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1708. 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))
  1709. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1710. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1711. 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))
  1712. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1713.  
  1714. -----------Compiled/Converted by youssefaxo/Josen#152o
  1715.  
  1716. Player=game:GetService('Players').tommy73738
  1717. Character=Player.Character
  1718. Mouse=Player:GetMouse()
  1719. glovey=Instance.new('Model',Character)
  1720. m=Instance.new('Model',Character)
  1721.  
  1722. local function weldBetween(a, b)
  1723. local weldd = Instance.new("ManualWeld")
  1724. weldd.Part0 = a
  1725. weldd.Part1 = b
  1726. weldd.C0 = CFrame.new()
  1727. weldd.C1 = b.CFrame:inverse() * a.CFrame
  1728. weldd.Parent = a
  1729. return weldd
  1730. end
  1731.  
  1732. it=Instance.new
  1733.  
  1734. function nooutline(part)
  1735. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  1736. end
  1737.  
  1738. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  1739. local fp=it("Part")
  1740. fp.formFactor=formfactor
  1741. fp.Parent=parent
  1742. fp.Reflectance=reflectance
  1743. fp.Transparency=transparency
  1744. fp.CanCollide=false
  1745. fp.Locked=true
  1746. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  1747. fp.Name=name
  1748. fp.Size=size
  1749. fp.Position=Character.Torso.Position
  1750. nooutline(fp)
  1751. fp.Material=material
  1752. fp:BreakJoints()
  1753. return fp
  1754. end
  1755.  
  1756. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  1757. local mesh=it(Mesh)
  1758. mesh.Parent=part
  1759. if Mesh=="SpecialMesh" then
  1760. mesh.MeshType=meshtype
  1761. mesh.MeshId=meshid
  1762. end
  1763. mesh.Offset=offset
  1764. mesh.Scale=scale
  1765. return mesh
  1766. end
  1767.  
  1768. function weld(parent,part0,part1,c0,c1)
  1769. local weld=it("Weld")
  1770. weld.Parent=parent
  1771. weld.Part0=part0
  1772. weld.Part1=part1
  1773. weld.C0=c0
  1774. weld.C1=c1
  1775. return weld
  1776. end
  1777.  
  1778. handle=part(Enum.FormFactor.Custom,glovey,Enum.Material.SmoothPlastic,0,0,"Black","Handle",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1779. 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))
  1780. mesh("BlockMesh",handle,"","",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.03999996, 0.5))
  1781. MBoot1=part(Enum.FormFactor.Custom,glovey,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1782. 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))
  1783. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  1784. MBoot1=part(Enum.FormFactor.Custom,glovey,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1785. 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))
  1786. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  1787. MBoot1=part(Enum.FormFactor.Custom,glovey,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1788. 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))
  1789. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  1790. MBoot1=part(Enum.FormFactor.Custom,glovey,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1791. 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))
  1792. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.03999996, 0.5))
  1793. MBoot1=part(Enum.FormFactor.Custom,glovey,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1794. 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))
  1795. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  1796. MNeon=part(Enum.FormFactor.Custom,glovey,Enum.Material.SmoothPlastic,0,0,"Black","MNeon",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1797. 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))
  1798. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.850000024, 1.00999999, 0.850000024))
  1799. MNeon=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1800. 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))
  1801. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  1802. MNeon=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1803. 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))
  1804. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  1805. MNeon=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1806. 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))
  1807. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  1808. MNeon=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1809. 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))
  1810. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  1811. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1812. 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))
  1813. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0906348526))
  1814. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1815. 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))
  1816. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0906348526))
  1817. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1818. 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))
  1819. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0543809123))
  1820. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1821. 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))
  1822. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0906348526))
  1823. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1824. 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))
  1825. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0543809123))
  1826. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1827. 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))
  1828. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0543809123))
  1829. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1830. 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))
  1831. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0906348526))
  1832. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1833. 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))
  1834. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0543809123))
  1835. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1836. 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))
  1837. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0906348526))
  1838. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1839. 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))
  1840. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0543809123))
  1841. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1842. 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))
  1843. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0543809123))
  1844. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1845. 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))
  1846. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0906348526))
  1847. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1848. 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))
  1849. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0543809123))
  1850. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1851. 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))
  1852. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0906348526))
  1853. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1854. 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))
  1855. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0543809123))
  1856. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1857. 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))
  1858. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0906348526))
  1859. MNeon2=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon2",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1860. 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))
  1861. mesh("BlockMesh",MNeon2,"","",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 1.05999994, 0.200000003))
  1862. MNeon2=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon2",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1863. 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))
  1864. mesh("BlockMesh",MNeon2,"","",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 1.05999994, 0.200000003))
  1865. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1866. 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))
  1867. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1868. Glove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Marble,0,0,"Black","Glove",Vector3.new(1.05999994, 0.680000186, 1.00999999))
  1869. 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))
  1870. mesh("BlockMesh",Glove,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1871. Glove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Marble,0,0,"Black","Glove",Vector3.new(0.99000001, 0.200000003, 1.01999998))
  1872. 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))
  1873. mesh("BlockMesh",Glove,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1874. Glove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Marble,0,0,"Black","Glove",Vector3.new(0.589999974, 0.200000003, 1.01999998))
  1875. 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))
  1876. mesh("BlockMesh",Glove,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1877. Glove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Marble,0,0,"Black","Glove",Vector3.new(0.200000003, 0.510000229, 0.769999981))
  1878. 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))
  1879. mesh("BlockMesh",Glove,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1880. Glove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Marble,0,0,"Black","Glove",Vector3.new(1.04999995, 0.200000003, 1.01999998))
  1881. 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))
  1882. mesh("BlockMesh",Glove,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1883. Glove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Marble,0,0,"Black","Glove",Vector3.new(0.200000003, 1.0400002, 0.550000012))
  1884. 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))
  1885. mesh("BlockMesh",Glove,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1886. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(1.06999993, 1.0200001, 0.200000003))
  1887. 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))
  1888. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 0.100000001))
  1889. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(1.04999995, 0.200000003, 1.01999998))
  1890. 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))
  1891. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.200000003, 1.00999999))
  1892. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(1.05999994, 0.200000003, 1.00999999))
  1893. 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))
  1894. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.400000006, 1.00999999))
  1895. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(1.05999994, 0.200000003, 1.00999999))
  1896. 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))
  1897. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.400000006, 1.00999999))
  1898. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(0.200000003, 0.830000162, 0.200000003))
  1899. 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))
  1900. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 1, 1))
  1901. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(0.649999976, 0.200000003, 1.01999998))
  1902. 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))
  1903. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.200000003, 1.00999999))
  1904. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(0.99000001, 0.200000003, 1.01999998))
  1905. 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))
  1906. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.200000003, 1.00999999))
  1907. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(0.200000003, 0.920000196, 0.639999986))
  1908. 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))
  1909. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1910. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(0.200000003, 0.940000117, 0.200000003))
  1911. 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))
  1912. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 1, 0.100000001))
  1913. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(1.05999994, 0.200000003, 1.00999999))
  1914. 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))
  1915. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.400000006, 1.00999999))
  1916. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(0.200000003, 0.940000117, 0.200000003))
  1917. 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))
  1918. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 1, 0.100000001))
  1919. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(0.200000003, 0.600000143, 0.200000003))
  1920. 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))
  1921. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 1, 0.100000001))
  1922. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1923. 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))
  1924. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1925. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1926. 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))
  1927. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1928. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1929. 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))
  1930. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1931. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1932. 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))
  1933. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1934. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1935. 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))
  1936. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1937. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1938. 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))
  1939. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1940. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.818409979))
  1941. 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))
  1942. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1943. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.818409979))
  1944. 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))
  1945. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1946. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1947. 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))
  1948. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1949. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 1.4322176))
  1950. 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))
  1951. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1952. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 1.43221748))
  1953. 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))
  1954. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1955. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1956. 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))
  1957. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1958. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1959. 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))
  1960. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1961. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1962. 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))
  1963. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1964. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1965. 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))
  1966. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1967. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1968. 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))
  1969. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1970. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.613807559))
  1971. 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))
  1972. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1973. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1974. 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))
  1975. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1976. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.613807559))
  1977. 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))
  1978. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1979.  
  1980. ------
  1981.  
  1982.  
  1983. function RemoveOutlines(part)
  1984. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  1985. end
  1986. function CreatePart(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  1987. local Part = Create("Part")({
  1988. Parent = Parent,
  1989. Reflectance = Reflectance,
  1990. Transparency = Transparency,
  1991. CanCollide = false,
  1992. Locked = true,
  1993. BrickColor = BrickColor.new(tostring(BColor)),
  1994. Name = Name,
  1995. Size = Size,
  1996. Material = Material
  1997. })
  1998. Part.CustomPhysicalProperties = PhysicalProperties.new(0.001, 0.001, 0.001, 0.001, 0.001)
  1999. RemoveOutlines(Part)
  2000. return Part
  2001. end
  2002. function CreateMesha(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  2003. local Msh = Create(Mesh)({
  2004. Parent = Part,
  2005. Offset = OffSet,
  2006. Scale = Scale
  2007. })
  2008. if Mesh == "SpecialMesh" then
  2009. Msh.MeshType = MeshType
  2010. Msh.MeshId = MeshId
  2011. end
  2012. return Msh
  2013. end
  2014. function CreateWeld(Parent, Part0, Part1, C0, C1)
  2015. local Weld = Create("Weld")({
  2016. Parent = Parent,
  2017. Part0 = Part0,
  2018. Part1 = Part1,
  2019. C0 = C0,
  2020. C1 = C1
  2021. })
  2022. return Weld
  2023. end
  2024.  
  2025. Character=Player.Character
  2026. PlayerGui=Player.PlayerGui
  2027. Backpack=Player.Backpack
  2028. Torso=Character.Torso
  2029. Head=Character.Head
  2030. Humanoid=Character.Humanoid
  2031. m=Instance.new('Model',Character)
  2032. LeftArm=Character["Left Arm"]
  2033. LeftLeg=Character["Left Leg"]
  2034. RightArm=Character["Right Arm"]
  2035. RightLeg=Character["Right Leg"]
  2036. LS=Torso["Left Shoulder"]
  2037. LH=Torso["Left Hip"]
  2038. RS=Torso["Right Shoulder"]
  2039. RH=Torso["Right Hip"]
  2040. Face = Head.face
  2041. Neck=Torso.Neck
  2042. it=Instance.new
  2043. attacktype=1
  2044. vt=Vector3.new
  2045. cf=CFrame.new
  2046. euler=CFrame.fromEulerAnglesXYZ
  2047. angles=CFrame.Angles
  2048. cloaked=false
  2049. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  2050. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  2051. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  2052. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  2053. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  2054. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  2055. RootPart=Character.HumanoidRootPart
  2056. RootJoint=RootPart.RootJoint
  2057. RootCF=euler(-1.57,0,3.14)
  2058. attack = false
  2059. attackdebounce = false
  2060. deb=false
  2061. equipped=true
  2062. hand=false
  2063. MMouse=nil
  2064. combo=0
  2065. mana=0
  2066. trispeed=.2
  2067. attackmode='none'
  2068. local idle=0
  2069. local Anim="Idle"
  2070. local Effects={}
  2071. local gun=false
  2072. local shoot=false
  2073. local sine = 0
  2074. local change = 1
  2075.  
  2076.  
  2077. function warnedpeople(text,represfont,color,color2)
  2078. CFuncs["Sound"].Create("rbxassetid://534859368", char, 2.5,1)
  2079. CFuncs["Sound"].Create("rbxassetid://963718869", char, 1,1)
  2080. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2081. coroutine.resume(coroutine.create(function()
  2082. if v.PlayerGui:FindFirstChild("Spinny")~= nil then
  2083. v.PlayerGui:FindFirstChild("Spinny"):destroy()
  2084. end
  2085. local scrg = Instance.new("ScreenGui",v.PlayerGui)
  2086. scrg.Name = "Spinny"
  2087. local frm = Instance.new("Frame",scrg)
  2088. frm.BackgroundTransparency = 0.25
  2089. frm.BackgroundColor3 = color
  2090. frm.BorderSizePixel = 0
  2091. frm.Rotation = 45
  2092. frm.Size = UDim2.new(3,0,0,100)
  2093. frm.Position = UDim2.new(-4,0,0,0)
  2094. local frm2 = frm:Clone()
  2095. frm2.Parent = scrg
  2096. frm2.BackgroundColor3 = color2
  2097. frm2.Position = UDim2.new(-4.05,0,0,0)
  2098. local imlb = Instance.new("ImageLabel",scrg)
  2099. imlb.BackgroundTransparency = 1
  2100. imlb.BackgroundColor3 = Color3.new(0,0,0)
  2101. imlb.Image = "rbxassetid://2344851144"
  2102. imlb.Size = UDim2.new(0,750,0,750)
  2103. imlb.ImageColor3 = color2
  2104. imlb.ImageTransparency = 0.25
  2105. imlb.Position = UDim2.new(-2.5,0,-2.5,0)
  2106. local imlb2 = imlb:Clone()
  2107. imlb2.Image = "rbxassetid://2325939897"
  2108. imlb2.Size = UDim2.new(1,0,1,0)
  2109. imlb2.ImageColor3 = color
  2110. imlb2.ImageTransparency = 0
  2111. imlb2.Position = UDim2.new(0,0,0,0)
  2112. local imlb3 = imlb:Clone()
  2113. imlb3.Image = "rbxassetid://2344830904"
  2114. imlb3.Size = UDim2.new(1,0,1,0)
  2115. imlb3.ImageColor3 = color2
  2116. imlb3.ImageTransparency = 0
  2117. imlb3.Position = UDim2.new(0,0,0,0)
  2118. local imlb4 = imlb:Clone()
  2119. imlb4.Image = "rbxassetid://2344870656"
  2120. imlb4.Size = UDim2.new(1,0,1,0)
  2121. imlb4.ImageColor3 = Color3.new(1,1,1)
  2122. imlb4.ImageTransparency = 0
  2123. imlb4.Position = UDim2.new(0,0,0,0)
  2124. imlb2.Parent = imlb
  2125. imlb3.Parent = imlb
  2126. imlb4.Parent = imlb
  2127. local txtlb2 = Instance.new("TextLabel",imlb)
  2128. txtlb2.Text = text
  2129. txtlb2.Font = represfont
  2130. txtlb2.TextColor3 = color
  2131. txtlb2.TextStrokeTransparency = 0
  2132. txtlb2.BackgroundTransparency = 1
  2133. txtlb2.TextStrokeColor3 = color2
  2134. txtlb2.TextScaled = true
  2135. txtlb2.Size = UDim2.new(1,0,1,0)
  2136. txtlb2.Position = UDim2.new(0,0,0,0)
  2137. local fvalen = 0.55
  2138. local fval = -0.49
  2139. coroutine.resume(coroutine.create(function()
  2140. while true do
  2141. swait()
  2142. if chaosmode == true then
  2143. txtlb2.Rotation = math.random(-1,1)
  2144. imlb.Position = imlb.Position + UDim2.new(0,math.random(-1,1)/5,0,math.random(-1,1)/5)
  2145. txtlb2.Position = txtlb2.Position + UDim2.new(0,math.random(-1,1)/5,0,math.random(-1,1)/5)
  2146. imlb.ImageColor3 = BrickColor.random().Color
  2147. txtlb2.TextStrokeColor3 = BrickColor.random().Color
  2148. end
  2149. end
  2150. end))
  2151. coroutine.resume(coroutine.create(function()
  2152. while true do
  2153. swait()
  2154. if scrg.Parent ~= nil then
  2155. fvalen = fvalen - 0.0001
  2156. elseif scrg.Parent == nil then
  2157. break
  2158. end
  2159. end
  2160. end))
  2161. local flol = -5
  2162. local flil = 1.6
  2163. coroutine.resume(coroutine.create(function()
  2164. for i = 0, 49 do
  2165. swait()
  2166. flol = flol + 0.125
  2167. flil = flil - 0.1
  2168. frm.Size = frm.Size + UDim2.new(0.1,0,0,0)
  2169. frm.Rotation = frm.Rotation - 0.25
  2170. frm2.Size = frm2.Size + UDim2.new(0.1,0,0,0)
  2171. frm2.Rotation = frm.Rotation + 0.325
  2172. imlb3.Rotation = imlb3.Rotation - 10
  2173. imlb2.Rotation = imlb.Rotation + 7.5
  2174. imlb.Rotation = imlb.Rotation + 5
  2175. txtlb2.Rotation = txtlb2.Rotation - 5.125
  2176. imlb.Position = imlb.Position + UDim2.new(0.05125,0,0.04775,0)
  2177. end
  2178. for i = 0, 99 do
  2179. swait()
  2180. fval = fval + 0.05
  2181. flol = flol + 0.005
  2182. frm.Size = frm.Size + UDim2.new(0.005,0,0,0)
  2183. frm.Rotation = frm.Rotation - 0.075
  2184. frm2.Size = frm2.Size + UDim2.new(0.005,0,0,0)
  2185. frm2.Rotation = frm2.Rotation + 0.125
  2186. imlb3.Rotation = imlb3.Rotation - 2
  2187. imlb2.Rotation = imlb.Rotation + 1.5
  2188. imlb.Rotation = imlb.Rotation + 1
  2189. txtlb2.Rotation = txtlb2.Rotation - 1.125
  2190. imlb.Position = imlb.Position + UDim2.new(0.0015,0,0.00075,0)
  2191. end
  2192. local valinc = 0
  2193. local vinc2 = 1
  2194. for i = 0, 99 do
  2195. swait()
  2196. vinc2 = vinc2 + 0.25
  2197. valinc = valinc + 0.0001
  2198. flol = flol + valinc
  2199. flil = flil + valinc
  2200. txtlb2.Rotation = txtlb2.Rotation - 1.125*vinc2
  2201. imlb3.Rotation = imlb3.Rotation - 2*vinc2
  2202. imlb.Rotation = imlb.Rotation + 1*vinc2
  2203. imlb.Position = imlb.Position + UDim2.new(0.0015*vinc2,0,0.0005*vinc2,0)
  2204. frm.Size = frm.Size + UDim2.new(0.005*vinc2,0,0,0)
  2205. frm.Rotation = frm.Rotation + 0.1*vinc2
  2206. frm2.Size = frm2.Size + UDim2.new(0.005*vinc2,0,0,0)
  2207. frm2.Rotation = frm2.Rotation + 0.225*vinc2
  2208. frm2.BackgroundTransparency = frm2.BackgroundTransparency + 0.0075
  2209. frm.BackgroundTransparency = frm.BackgroundTransparency + 0.0075
  2210. imlb.ImageTransparency = imlb.ImageTransparency + 0.005
  2211. imlb2.ImageTransparency = imlb2.ImageTransparency + 0.01
  2212. imlb3.ImageTransparency = imlb3.ImageTransparency + 0.01
  2213. imlb4.ImageTransparency = imlb4.ImageTransparency + 0.01
  2214. txtlb2.TextStrokeTransparency = txtlb2.TextStrokeTransparency + 0.01
  2215. txtlb2.TextTransparency = txtlb2.TextTransparency + 0.01
  2216. end
  2217. scrg:Destroy()
  2218. end))
  2219. end))
  2220. end
  2221. end
  2222.  
  2223.  
  2224.  
  2225. --save shoulders
  2226. RSH, LSH=nil, nil
  2227. --welds
  2228. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  2229. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  2230. LH=Torso["Left Hip"]
  2231. RH=Torso["Right Hip"]
  2232. TorsoColor=Torso.BrickColor
  2233. function NoOutline(Part)
  2234. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  2235. end
  2236. ch=Character
  2237. RSH=ch.Torso["Right Shoulder"]
  2238. LSH=ch.Torso["Left Shoulder"]
  2239. --
  2240. RSH.Parent=nil
  2241. LSH.Parent=nil
  2242. --
  2243. RW.Name="Right Shoulder"
  2244. RW.Part0=ch.Torso
  2245. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  2246. RW.C1=cf(0, 0.5, 0)
  2247. RW.Part1=ch["Right Arm"]
  2248. RW.Parent=ch.Torso
  2249. --
  2250. LW.Name="Left Shoulder"
  2251. LW.Part0=ch.Torso
  2252. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  2253. LW.C1=cf(0, 0.5, 0)
  2254. LW.Part1=ch["Left Arm"]
  2255. LW.Parent=ch.Torso
  2256.  
  2257. local Stats=Instance.new("BoolValue")
  2258. Stats.Name="Stats"
  2259. Stats.Parent=Character
  2260. local Atk=Instance.new("NumberValue")
  2261. Atk.Name="Damage"
  2262. Atk.Parent=Stats
  2263. Atk.Value=1
  2264. local Def=Instance.new("NumberValue")
  2265. Def.Name="Defense"
  2266. Def.Parent=Stats
  2267. Def.Value=1
  2268. local Speed=Instance.new("NumberValue")
  2269. Speed.Name="Speed"
  2270. Speed.Parent=Stats
  2271. Speed.Value=1
  2272. local Mvmt=Instance.new("NumberValue")
  2273. Mvmt.Name="Movement"
  2274. Mvmt.Parent=Stats
  2275. Mvmt.Value=1
  2276.  
  2277. local donum=0
  2278.  
  2279.  
  2280. function part(formfactor,parent,reflectance,transparency,brickcolor,name,size)
  2281. local fp=it("Part")
  2282. fp.formFactor=formfactor
  2283. fp.Parent=parent
  2284. fp.Reflectance=reflectance
  2285. fp.Transparency=transparency
  2286. fp.CanCollide=false
  2287. fp.Locked=true
  2288. fp.BrickColor=brickcolor
  2289. fp.Name=name
  2290. fp.Size=size
  2291. fp.Position=Torso.Position
  2292. NoOutline(fp)
  2293. fp.Material="SmoothPlastic"
  2294. fp:BreakJoints()
  2295. return fp
  2296. end
  2297.  
  2298. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  2299. local mesh=it(Mesh)
  2300. mesh.Parent=part
  2301. if Mesh=="SpecialMesh" then
  2302. mesh.MeshType=meshtype
  2303. if meshid~="nil" then
  2304. mesh.MeshId="http://www.roblox.com/asset/?id="..meshid
  2305. end
  2306. end
  2307. mesh.Offset=offset
  2308. mesh.Scale=scale
  2309. return mesh
  2310. end
  2311.  
  2312. function weld(parent,part0,part1,c0)
  2313. local weld=it("Weld")
  2314. weld.Parent=parent
  2315. weld.Part0=part0
  2316. weld.Part1=part1
  2317. weld.C0=c0
  2318. return weld
  2319. end
  2320.  
  2321. local Color1=Torso.BrickColor
  2322.  
  2323. local bodvel=Instance.new("BodyVelocity")
  2324. local bg=Instance.new("BodyGyro")
  2325.  
  2326. --------- SazEreno's Artificial HB --------------
  2327. ArtificialHB = Instance.new("BindableEvent", script)
  2328. ArtificialHB.Name = "ArtificialHB"
  2329.  
  2330. script:WaitForChild("ArtificialHB")
  2331. Frame_Speed = 1 / 60
  2332. frame = Frame_Speed
  2333. tf = 0
  2334. allowframeloss = false
  2335. tossremainder = false
  2336. lastframe = tick()
  2337. script.ArtificialHB:Fire()
  2338.  
  2339. game:GetService("RunService").Heartbeat:connect(function(s, p)
  2340. tf = tf + s
  2341. if tf >= frame then
  2342. if allowframeloss then
  2343. script.ArtificialHB:Fire()
  2344. lastframe = tick()
  2345. else
  2346. for i = 1, math.floor(tf / frame) do
  2347. script.ArtificialHB:Fire()
  2348. end
  2349. lastframe = tick()
  2350. end
  2351. if tossremainder then
  2352. tf = 0
  2353. else
  2354. tf = tf - frame * math.floor(tf / frame)
  2355. end
  2356. end
  2357. end)
  2358.  
  2359. ------------------
  2360. function swait(num)
  2361. if num == 0 or num == nil then
  2362. ArtificialHB.Event:wait()
  2363. else
  2364. for i = 1, num do
  2365. ArtificialHB.Event:wait()
  2366. end
  2367. end
  2368. end
  2369. -------- RAINBOW LEAVE IT TO ME
  2370. local r = 255
  2371. local g = 0
  2372. local b = 0
  2373. coroutine.resume(coroutine.create(function()
  2374. while wait() do
  2375. for i = 0, 254/5 do
  2376. swait()
  2377. g = g + 5
  2378. end
  2379. for i = 0, 254/5 do
  2380. swait()
  2381. r = r - 5
  2382. end
  2383. for i = 0, 254/5 do
  2384. swait()
  2385. b = b + 5
  2386. end
  2387. for i = 0, 254/5 do
  2388. swait()
  2389. g = g - 5
  2390. end
  2391. for i = 0, 254/5 do
  2392. swait()
  2393. r = r + 5
  2394. end
  2395. for i = 0, 254/5 do
  2396. swait()
  2397. b = b - 5
  2398. end
  2399. end
  2400. end))
  2401.  
  2402.  
  2403. so = function(id,par,vol,pit)
  2404. coroutine.resume(coroutine.create(function()
  2405. local sou = Instance.new("Sound",par or workspace)
  2406. sou.Volume=vol
  2407. sou.Pitch=pit or 1
  2408. sou.SoundId=id
  2409. swait()
  2410. sou:play()
  2411. game:GetService("Debris"):AddItem(sou,6)
  2412. end))
  2413. end
  2414.  
  2415. function clerp(a,b,t)
  2416. local qa = {QuaternionFromCFrame(a)}
  2417. local qb = {QuaternionFromCFrame(b)}
  2418. local ax, ay, az = a.x, a.y, a.z
  2419. local bx, by, bz = b.x, b.y, b.z
  2420. local _t = 1-t
  2421. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  2422. end
  2423.  
  2424. function QuaternionFromCFrame(cf)
  2425. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  2426. local trace = m00 + m11 + m22
  2427. if trace > 0 then
  2428. local s = math.sqrt(1 + trace)
  2429. local recip = 0.5/s
  2430. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  2431. else
  2432. local i = 0
  2433. if m11 > m00 then
  2434. i = 1
  2435. end
  2436. if m22 > (i == 0 and m00 or m11) then
  2437. i = 2
  2438. end
  2439. if i == 0 then
  2440. local s = math.sqrt(m00-m11-m22+1)
  2441. local recip = 0.5/s
  2442. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  2443. elseif i == 1 then
  2444. local s = math.sqrt(m11-m22-m00+1)
  2445. local recip = 0.5/s
  2446. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  2447. elseif i == 2 then
  2448. local s = math.sqrt(m22-m00-m11+1)
  2449. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  2450. end
  2451. end
  2452. end
  2453.  
  2454. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  2455. local xs, ys, zs = x + x, y + y, z + z
  2456. local wx, wy, wz = w*xs, w*ys, w*zs
  2457. local xx = x*xs
  2458. local xy = x*ys
  2459. local xz = x*zs
  2460. local yy = y*ys
  2461. local yz = y*zs
  2462. local zz = z*zs
  2463. 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))
  2464. end
  2465.  
  2466. function QuaternionSlerp(a, b, t)
  2467. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  2468. local startInterp, finishInterp;
  2469. if cosTheta >= 0.0001 then
  2470. if (1 - cosTheta) > 0.0001 then
  2471. local theta = math.acos(cosTheta)
  2472. local invSinTheta = 1/math.sin(theta)
  2473. startInterp = math.sin((1-t)*theta)*invSinTheta
  2474. finishInterp = math.sin(t*theta)*invSinTheta
  2475. else
  2476. startInterp = 1-t
  2477. finishInterp = t
  2478. end
  2479. else
  2480. if (1+cosTheta) > 0.0001 then
  2481. local theta = math.acos(-cosTheta)
  2482. local invSinTheta = 1/math.sin(theta)
  2483. startInterp = math.sin((t-1)*theta)*invSinTheta
  2484. finishInterp = math.sin(t*theta)*invSinTheta
  2485. else
  2486. startInterp = t-1
  2487. finishInterp = t
  2488. end
  2489. end
  2490. 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
  2491. end
  2492.  
  2493. local function CFrameFromTopBack(at, top, back)
  2494. local right = top:Cross(back)
  2495. return CFrame.new(at.x, at.y, at.z,
  2496. right.x, top.x, back.x,
  2497. right.y, top.y, back.y,
  2498. right.z, top.z, back.z)
  2499. end
  2500.  
  2501. function Triangle(a, b, c)
  2502. local edg1 = (c-a):Dot((b-a).unit)
  2503. local edg2 = (a-b):Dot((c-b).unit)
  2504. local edg3 = (b-c):Dot((a-c).unit)
  2505. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  2506. a, b, c = a, b, c
  2507. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  2508. a, b, c = b, c, a
  2509. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  2510. a, b, c = c, a, b
  2511. else
  2512. assert(false, "unreachable")
  2513. end
  2514.  
  2515. local len1 = (c-a):Dot((b-a).unit)
  2516. local len2 = (b-a).magnitude - len1
  2517. local width = (a + (b-a).unit*len1 - c).magnitude
  2518.  
  2519. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  2520.  
  2521. local list = {}
  2522.  
  2523. if len1 > 0.01 then
  2524. local w1 = Instance.new('WedgePart', m)
  2525. game:GetService("Debris"):AddItem(w1,5)
  2526. w1.Material = "SmoothPlastic"
  2527. w1.FormFactor = 'Custom'
  2528. w1.BrickColor = BrickColor.new("Really red")
  2529. w1.Transparency = 0
  2530. w1.Reflectance = 0
  2531. w1.Material = "SmoothPlastic"
  2532. w1.CanCollide = false
  2533. local l1 = Instance.new("PointLight",w1)
  2534. l1.Color = Color3.new(170,0,0)
  2535. NoOutline(w1)
  2536. local sz = Vector3.new(0.2, width, len1)
  2537. w1.Size = sz
  2538. local sp = Instance.new("SpecialMesh",w1)
  2539. sp.MeshType = "Wedge"
  2540. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  2541. w1:BreakJoints()
  2542. w1.Anchored = true
  2543. w1.Parent = workspace
  2544. w1.Transparency = 0.7
  2545. table.insert(Effects,{w1,"Disappear",.01})
  2546. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  2547. table.insert(list,w1)
  2548. end
  2549.  
  2550. if len2 > 0.01 then
  2551. local w2 = Instance.new('WedgePart', m)
  2552. game:GetService("Debris"):AddItem(w2,5)
  2553. w2.Material = "SmoothPlastic"
  2554. w2.FormFactor = 'Custom'
  2555. w2.BrickColor = BrickColor.new("Really red")
  2556. w2.Transparency = 0
  2557. w2.Reflectance = 0
  2558. w2.Material = "SmoothPlastic"
  2559. w2.CanCollide = false
  2560. local l2 = Instance.new("PointLight",w2)
  2561. l2.Color = Color3.new(170,0,0)
  2562. NoOutline(w2)
  2563. local sz = Vector3.new(0.2, width, len2)
  2564. w2.Size = sz
  2565. local sp = Instance.new("SpecialMesh",w2)
  2566. sp.MeshType = "Wedge"
  2567. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  2568. w2:BreakJoints()
  2569. w2.Anchored = true
  2570. w2.Parent = workspace
  2571. w2.Transparency = 0.7
  2572. table.insert(Effects,{w2,"Disappear",.01})
  2573. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  2574. table.insert(list,w2)
  2575. end
  2576. return unpack(list)
  2577. end
  2578.  
  2579.  
  2580.  
  2581. function Damagefunc(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
  2582. if hit.Parent == nil then
  2583. return
  2584. end
  2585. local h = hit.Parent:FindFirstChildOfClass("Humanoid")
  2586. for _, v in pairs(hit.Parent:children()) do
  2587. if v:IsA("Humanoid") then
  2588. h = v
  2589. end
  2590. end
  2591. if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Head") ~= nil then
  2592. if hit.Parent:findFirstChild("DebounceHit") ~= nil and hit.Parent.DebounceHit.Value == true then
  2593. return
  2594. end
  2595. local c = Create("ObjectValue")({
  2596. Name = "creator",
  2597. Value = game:GetService("Players").tommy73738,
  2598. Parent = h
  2599. })
  2600. game:GetService("Debris"):AddItem(c, 0.5)
  2601. if HitSound ~= nil and HitPitch ~= nil then
  2602. CFuncs.Sound.Create(HitSound, hit, 1, HitPitch)
  2603. end
  2604. local Damage = math.random(minim, maxim)
  2605. local blocked = false
  2606. local block = hit.Parent:findFirstChild("Block")
  2607. if block ~= nil and block.className == "IntValue" and block.Value > 0 then
  2608. blocked = true
  2609. block.Value = block.Value - 1
  2610. print(block.Value)
  2611. end
  2612. if blocked == false then
  2613. HitHealth = h.Health
  2614. h.MaxHealth = 100
  2615. h.Health = h.Health - Damage
  2616. if HitHealth ~= h.Health and HitHealth ~= 0 and 0 >= h.Health and h.Parent.Name ~= "Hologram" then
  2617. print("gained kill")
  2618. dmg(h.Parent)
  2619. end
  2620. ShowDamage(Part.CFrame * CFrame.new(0, 0, Part.Size.Z / 2).p + Vector3.new(0, 1.5, 0), -Damage, 1.5, Part.BrickColor.Color)
  2621. else
  2622. h.Health = h.Health - Damage / 2
  2623. ShowDamage(Part.CFrame * CFrame.new(0, 0, Part.Size.Z / 2).p + Vector3.new(0, 1.5, 0), -Damage, 1.5, Part.BrickColor.Color)
  2624. end
  2625. if Type == "Knockdown" then
  2626. local hum = hit.Parent.Humanoid
  2627. hum.PlatformStand = true
  2628. coroutine.resume(coroutine.create(function(HHumanoid)
  2629. swait(1)
  2630. HHumanoid.PlatformStand = false
  2631. end), hum)
  2632. local angle = hit.Position - (Property.Position + Vector3.new(0, 0, 0)).unit
  2633. local bodvol = Create("BodyVelocity")({
  2634. velocity = angle * knockback,
  2635. P = 5000,
  2636. maxForce = Vector3.new(8000, 8000, 8000),
  2637. Parent = hit
  2638. })
  2639. local rl = Create("BodyAngularVelocity")({
  2640. P = 3000,
  2641. maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000,
  2642. angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)),
  2643. Parent = hit
  2644. })
  2645. game:GetService("Debris"):AddItem(bodvol, 0.5)
  2646. game:GetService("Debris"):AddItem(rl, 0.5)
  2647. elseif Type == "Normal" then
  2648. local vp = Create("BodyVelocity")({
  2649. P = 500,
  2650. maxForce = Vector3.new(math.huge, 0, math.huge),
  2651. velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05
  2652. })
  2653. if knockback > 0 then
  2654. vp.Parent = hit.Parent.Head
  2655. end
  2656. game:GetService("Debris"):AddItem(vp, 0.5)
  2657. elseif Type == "Up" then
  2658. local bodyVelocity = Create("BodyVelocity")({
  2659. velocity = Vector3.new(0, 20, 0),
  2660. P = 5000,
  2661. maxForce = Vector3.new(8000, 8000, 8000),
  2662. Parent = hit
  2663. })
  2664. game:GetService("Debris"):AddItem(bodyVelocity, 0.5)
  2665. local bodyVelocity = Create("BodyVelocity")({
  2666. velocity = Vector3.new(0, 20, 0),
  2667. P = 5000,
  2668. maxForce = Vector3.new(8000, 8000, 8000),
  2669. Parent = hit
  2670. })
  2671. game:GetService("Debris"):AddItem(bodyVelocity, 1)
  2672. elseif Type == "Leech" then
  2673. local hum = hit.Parent.Humanoid
  2674. if hum ~= nil then
  2675. for i = 0, 2 do
  2676. 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)
  2677. end
  2678. Humanoid.Health = Humanoid.Health + 10
  2679. end
  2680. elseif Type == "UpKnock" then
  2681. local hum = hit.Parent.Humanoid
  2682. hum.PlatformStand = true
  2683. if hum ~= nil then
  2684. hitr = true
  2685. end
  2686. coroutine.resume(coroutine.create(function(HHumanoid)
  2687. swait(5)
  2688. HHumanoid.PlatformStand = false
  2689. hitr = false
  2690. end), hum)
  2691. local bodyVelocity = Create("BodyVelocity")({
  2692. velocity = Vector3.new(0, 20, 0),
  2693. P = 5000,
  2694. maxForce = Vector3.new(8000, 8000, 8000),
  2695. Parent = hit
  2696. })
  2697. game:GetService("Debris"):AddItem(bodyVelocity, 0.5)
  2698. local bodyVelocity = Create("BodyVelocity")({
  2699. velocity = Vector3.new(0, 20, 0),
  2700. P = 5000,
  2701. maxForce = Vector3.new(8000, 8000, 8000),
  2702. Parent = hit
  2703. })
  2704. game:GetService("Debris"):AddItem(bodyVelocity, 1)
  2705. elseif Type == "Snare" then
  2706. local bp = Create("BodyPosition")({
  2707. P = 2000,
  2708. D = 100,
  2709. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  2710. position = hit.Parent.Torso.Position,
  2711. Parent = hit.Parent.Torso
  2712. })
  2713. game:GetService("Debris"):AddItem(bp, 1)
  2714. elseif Type == "Slashnare" then
  2715. 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)
  2716. for i = 1, math.random(4, 5) do
  2717. 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)
  2718. end
  2719. local bp = Create("BodyPosition")({
  2720. P = 2000,
  2721. D = 100,
  2722. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  2723. position = hit.Parent.Torso.Position,
  2724. Parent = hit.Parent.Torso
  2725. })
  2726. game:GetService("Debris"):AddItem(bp, 1)
  2727. elseif Type == "Spike" then
  2728. CreateBigIceSword(hit.Parent.Torso.CFrame)
  2729. local bp = Create("BodyPosition")({
  2730. P = 2000,
  2731. D = 100,
  2732. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  2733. position = hit.Parent.Torso.Position,
  2734. Parent = hit.Parent.Torso
  2735. })
  2736. game:GetService("Debris"):AddItem(bp, 1)
  2737. elseif Type == "Freeze" then
  2738. local BodPos = Create("BodyPosition")({
  2739. P = 50000,
  2740. D = 1000,
  2741. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  2742. position = hit.Parent.Torso.Position,
  2743. Parent = hit.Parent.Torso
  2744. })
  2745. local BodGy = Create("BodyGyro")({
  2746. maxTorque = Vector3.new(400000, 400000, 400000) * math.huge,
  2747. P = 20000,
  2748. Parent = hit.Parent.Torso,
  2749. cframe = hit.Parent.Torso.CFrame
  2750. })
  2751. hit.Parent.Torso.Anchored = true
  2752. coroutine.resume(coroutine.create(function(Part)
  2753. swait(1.5)
  2754. Part.Anchored = false
  2755. end), hit.Parent.Torso)
  2756. game:GetService("Debris"):AddItem(BodPos, 3)
  2757. game:GetService("Debris"):AddItem(BodGy, 3)
  2758. end
  2759. local debounce = Create("BoolValue")({
  2760. Name = "DebounceHit",
  2761. Parent = hit.Parent,
  2762. Value = true
  2763. })
  2764. game:GetService("Debris"):AddItem(debounce, Delay)
  2765. c = Instance.new("ObjectValue")
  2766. c.Name = "creator"
  2767. c.Value = Player
  2768. c.Parent = h
  2769. game:GetService("Debris"):AddItem(c, 0.5)
  2770. end
  2771. end
  2772. function ShowDamage(Pos, Text, Time, Color)
  2773. local Rate = 0.03333333333333333
  2774. local Pos = Pos or Vector3.new(0, 0, 0)
  2775. local Text = Text or ""
  2776. local Time = Time or 2
  2777. local Color = Color or Color3.new(1, 0, 1)
  2778. local EffectPart = CreatePart(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0))
  2779. EffectPart.Anchored = true
  2780. local BillboardGui = Create("BillboardGui")({
  2781. Size = UDim2.new(3, 0, 3, 0),
  2782. Adornee = EffectPart,
  2783. Parent = EffectPart
  2784. })
  2785. local TextLabel = Create("TextLabel")({
  2786. BackgroundTransparency = 1,
  2787. Size = UDim2.new(1, 0, 1, 0),
  2788. Text = Text,
  2789. TextColor3 = Color,
  2790. TextScaled = true,
  2791. Font = Enum.Font.ArialBold,
  2792. Parent = BillboardGui
  2793. })
  2794. game.Debris:AddItem(EffectPart, Time + 0.1)
  2795. EffectPart.Parent = game:GetService("Workspace")
  2796. delay(0, function()
  2797. local Frames = Time / Rate
  2798. for Frame = 1, Frames do
  2799. wait(Rate)
  2800. local Percent = Frame / Frames
  2801. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  2802. TextLabel.TextTransparency = Percent
  2803. end
  2804. if EffectPart and EffectPart.Parent then
  2805. EffectPart:Destroy()
  2806. end
  2807. end)
  2808. end
  2809. function ShowDamage(Pos, Text, Time, Color)
  2810. local Rate = 0.03333333333333333
  2811. local Pos = Pos or Vector3.new(0, 0, 0)
  2812. local Text = Text or ""
  2813. local Time = Time or 2
  2814. local Color = Color or Color3.new(1, 0, 1)
  2815. local EffectPart = CreatePart(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0))
  2816. EffectPart.Anchored = true
  2817. local BillboardGui = Create("BillboardGui")({
  2818. Size = UDim2.new(3, 0, 3, 0),
  2819. Adornee = EffectPart,
  2820. Parent = EffectPart
  2821. })
  2822. local TextLabel = Create("TextLabel")({
  2823. BackgroundTransparency = 1,
  2824. Size = UDim2.new(1, 0, 1, 0),
  2825. Text = Text,
  2826. TextColor3 = Color,
  2827. TextScaled = true,
  2828. Font = Enum.Font.ArialBold,
  2829. Parent = BillboardGui
  2830. })
  2831. game.Debris:AddItem(EffectPart, Time + 0.1)
  2832. EffectPart.Parent = game:GetService("Workspace")
  2833. delay(0, function()
  2834. local Frames = Time / Rate
  2835. for Frame = 1, Frames do
  2836. wait(Rate)
  2837. local Percent = Frame / Frames
  2838. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  2839. TextLabel.TextTransparency = Percent
  2840. end
  2841. if EffectPart and EffectPart.Parent then
  2842. EffectPart:Destroy()
  2843. end
  2844. end)
  2845. end
  2846. function MagniDamage(Part, magni, mindam, maxdam, knock, Type)
  2847. for _, c in pairs(workspace:children()) do
  2848. local hum = c:findFirstChildOfClass("Humanoid")
  2849. if hum ~= nil then
  2850. local head = c:findFirstChild("Head")
  2851. if head ~= nil then
  2852. local targ = head.Position - Part.Position
  2853. local mag = targ.magnitude
  2854. if magni >= mag and c.Name ~= Player.Name then
  2855. Damagefunc(head, head, mindam, maxdam, knock, Type, RootPart, 0.1, "rbxassetid://231917784", 1)
  2856. end
  2857. end
  2858. end
  2859. end
  2860. end
  2861.  
  2862.  
  2863. function MagniDamageWithEffect(Part, magni, mindam, maxdam, knock, Type)
  2864. for _, c in pairs(workspace:children()) do
  2865. local hum = c:findFirstChild("Humanoid")
  2866. if hum ~= nil then
  2867. local head = c:findFirstChild("Torso")
  2868. if head ~= nil then
  2869. local targ = head.Position - Part.Position
  2870. local mag = targ.magnitude
  2871. if magni >= mag and c.Name ~= Player.Name then
  2872. MagicBlock(BrickColor.new("Pastel light blue"),head.CFrame,5,5,5,1,1,1,0.05)
  2873. Damagefunc(head, head, mindam, maxdam, knock, Type, RootPart, 0.1, "rbxassetid://231917784", 1)
  2874. end
  2875. end
  2876. end
  2877. end
  2878. end
  2879.  
  2880. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  2881. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  2882. end
  2883.  
  2884. function SkullEffect(brickcolor,cframe,x1,y1,z1,delay)
  2885. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  2886. prt.Anchored=true
  2887. prt.CFrame=cframe
  2888. local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=4770583",vt(0,0,0),vt(x1,y1,z1))
  2889. --http://www.roblox.com/asset/?id=4770560
  2890. game:GetService("Debris"):AddItem(prt,2)
  2891. CF=prt.CFrame
  2892. coroutine.resume(coroutine.create(function(Part,Mesh,TehCF)
  2893. for i=0,1,0.2 do
  2894. wait()
  2895. Part.CFrame=CF*cf(0,0,-0.4)
  2896. end
  2897. for i=0,1,delay do
  2898. wait()
  2899. --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)
  2900. Mesh.Scale=Mesh.Scale
  2901. end
  2902. for i=0,1,0.1 do
  2903. wait()
  2904. Part.Transparency=i
  2905. end
  2906. Part.Parent=nil
  2907. end),prt,msh,CF)
  2908. end
  2909.  
  2910. function MagicBlock(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  2911. local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  2912. prt.Anchored=true
  2913. prt.Material = "Neon"
  2914. prt.CFrame=cframe
  2915. prt.CFrame=prt.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  2916. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  2917. game:GetService("Debris"):AddItem(prt,5)
  2918. coroutine.resume(coroutine.create(function(Part,Mesh)
  2919. for i=0,1,delay do
  2920. swait()
  2921. Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  2922. Part.Transparency=i
  2923. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  2924. end
  2925. Part.Parent=nil
  2926. end),prt,msh)
  2927. end
  2928.  
  2929. function MagicBlockSteady(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay,rottype)
  2930. local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  2931. prt.Anchored=true
  2932. prt.Material = "Neon"
  2933. prt.CFrame=cframe
  2934. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  2935. game:GetService("Debris"):AddItem(prt,5)
  2936. coroutine.resume(coroutine.create(function(Part,Mesh)
  2937. local rtype = rottype
  2938. for i=0,1,delay do
  2939. swait()
  2940. if rtype == 1 then
  2941. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,0.1)
  2942. elseif rtype == 2 then
  2943. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,-0.1)
  2944. end
  2945. Part.Transparency=i
  2946. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  2947. end
  2948. Part.Parent=nil
  2949. end),prt,msh)
  2950. end
  2951.  
  2952. function MagicSphere(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  2953. local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  2954. prt.Anchored=true
  2955. prt.CFrame=cframe
  2956. prt.CFrame=prt.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  2957. msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
  2958. game:GetService("Debris"):AddItem(prt,5)
  2959. coroutine.resume(coroutine.create(function(Part,Mesh)
  2960. for i=0,1,delay do
  2961. wait()
  2962. Part.Transparency=i
  2963. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  2964. end
  2965. Part.Parent=nil
  2966. end),prt,msh)
  2967. end
  2968.  
  2969. function MagicBlockSteady(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay,rottype)
  2970. local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  2971. prt.Anchored=true
  2972. prt.Material = "Neon"
  2973. prt.CFrame=cframe
  2974. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  2975. game:GetService("Debris"):AddItem(prt,5)
  2976. coroutine.resume(coroutine.create(function(Part,Mesh)
  2977. local rtype = rottype
  2978. for i=0,1,delay do
  2979. swait()
  2980. if rtype == 1 then
  2981. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,0.1)
  2982. elseif rtype == 2 then
  2983. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,-0.1)
  2984. end
  2985. Part.Transparency=i
  2986. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  2987. end
  2988. Part.Parent=nil
  2989. end),prt,msh)
  2990. end
  2991.  
  2992. function MagicShock(brickcolor,cframe,x1,y1,x3,y3,delay,rottype)
  2993. local prt=part(3,char,1,1,brickcolor,"Effect",vt(0.5,0.5,0.5))
  2994. prt.Anchored=true
  2995. prt.Material = "Neon"
  2996. prt.CFrame=cframe
  2997. local dec = decal(prt.Color,"http://www.roblox.com/asset/?id=874580939","Front",prt)
  2998. local dec2 = decal(prt.Color,"http://www.roblox.com/asset/?id=874580939","Front",prt)
  2999. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,0.01))
  3000. game:GetService("Debris"):AddItem(prt,5)
  3001. coroutine.resume(coroutine.create(function(Part,Mesh)
  3002. local rtype = rottype
  3003. for i=0,1,delay do
  3004. swait()
  3005. if rtype == 1 then
  3006. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,0.1)
  3007. elseif rtype == 2 then
  3008. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,-0.1)
  3009. end
  3010. dec.Transparency=i
  3011. dec2.Transparency=i
  3012. Mesh.Scale=Mesh.Scale+vt(x3,y3,0)
  3013. end
  3014. Part.Parent=nil
  3015. end),prt,msh)
  3016. end
  3017.  
  3018. function MagicShockAlt(brickcolor,cframe,x1,y1,x3,y3,delay,rottype)
  3019. local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  3020. prt.Anchored=true
  3021. prt.Material = "Neon"
  3022. prt.CFrame=cframe
  3023. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,0.01))
  3024. game:GetService("Debris"):AddItem(prt,5)
  3025. coroutine.resume(coroutine.create(function(Part,Mesh)
  3026. local rtype = rottype
  3027. for i=0,1,delay do
  3028. swait()
  3029. if rtype == 1 then
  3030. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,0.1)
  3031. elseif rtype == 2 then
  3032. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,-0.1)
  3033. end
  3034. prt.Transparency=i
  3035. Mesh.Scale=Mesh.Scale+vt(x3,y3,0)
  3036. end
  3037. Part.Parent=nil
  3038. end),prt,msh)
  3039. end
  3040.  
  3041. function MagicShockAltCircle(brickcolor,cframe,x1,z1,x3,z3,delay,rottype)
  3042. local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  3043. prt.Anchored=true
  3044. prt.Material = "Neon"
  3045. prt.CFrame=cframe
  3046. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,1,z1))
  3047. game:GetService("Debris"):AddItem(prt,5)
  3048. coroutine.resume(coroutine.create(function(Part,Mesh)
  3049. local rtype = rottype
  3050. for i=0,1,delay do
  3051. swait()
  3052. if rtype == 1 then
  3053. prt.CFrame = prt.CFrame*CFrame.Angles(0,0.1,0)
  3054. elseif rtype == 2 then
  3055. prt.CFrame = prt.CFrame*CFrame.Angles(0,-0.1,0)
  3056. end
  3057. prt.Transparency=i
  3058. Mesh.Scale=Mesh.Scale+vt(x3,0,z3)
  3059. end
  3060. Part.Parent=nil
  3061. end),prt,msh)
  3062. end
  3063.  
  3064. function MagicShockTrailAlt(brickcolor,cframe,x1,y1,z1,x3,y3,delay,rottype)
  3065. local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  3066. prt.Anchored=true
  3067. prt.Material = "Neon"
  3068. prt.CFrame=cframe
  3069. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  3070. game:GetService("Debris"):AddItem(prt,5)
  3071. coroutine.resume(coroutine.create(function(Part,Mesh)
  3072. local rtype = rottype
  3073. for i=0,1,delay do
  3074. swait()
  3075. if rtype == 1 then
  3076. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,0.1)
  3077. elseif rtype == 2 then
  3078. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,-0.1)
  3079. end
  3080. prt.Transparency=i
  3081. Mesh.Scale=Mesh.Scale+vt(x3,y3,0)
  3082. end
  3083. Part.Parent=nil
  3084. end),prt,msh)
  3085. end
  3086.  
  3087. function MagicShockTrailAlt2(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay,rottype)
  3088. local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  3089. prt.Anchored=true
  3090. prt.Material = "Neon"
  3091. prt.CFrame=cframe
  3092. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  3093. game:GetService("Debris"):AddItem(prt,5)
  3094. coroutine.resume(coroutine.create(function(Part,Mesh)
  3095. local rtype = rottype
  3096. for i=0,1,delay do
  3097. swait()
  3098. if rtype == 1 then
  3099. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,0.1)
  3100. elseif rtype == 2 then
  3101. prt.CFrame = prt.CFrame*CFrame.Angles(0,0,-0.1)
  3102. end
  3103. prt.Transparency=i
  3104. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  3105. end
  3106. Part.Parent=nil
  3107. end),prt,msh)
  3108. end
  3109.  
  3110. function MagicBlock2(brickcolor,cframe,Parent,x1,y1,z1,x3,y3,z3,delay)
  3111. local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  3112. prt.Anchored=false
  3113. prt.CFrame=cframe
  3114. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  3115. local wld=weld(prt,prt,Parent,cframe)
  3116. game:GetService("Debris"):AddItem(prt,5)
  3117. coroutine.resume(coroutine.create(function(Part,Mesh,Weld)
  3118. for i=0,1,delay do
  3119. wait()
  3120. Weld.C0=euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))*cframe
  3121. --Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  3122. Part.Transparency=i
  3123. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  3124. end
  3125. Part.Parent=nil
  3126. end),prt,msh,wld)
  3127. end
  3128.  
  3129. function MagicBlock3(brickcolor,cframe,Parent,x1,y1,z1,x3,y3,z3,delay)
  3130. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  3131. prt.Anchored=false
  3132. prt.CFrame=cframe
  3133. msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  3134. local wld=weld(prt,prt,Parent,euler(0,0,0)*cf(0,0,0))
  3135. game:GetService("Debris"):AddItem(prt,5)
  3136. coroutine.resume(coroutine.create(function(Part,Mesh,Weld)
  3137. for i=0,1,delay do
  3138. wait()
  3139. Weld.C0=euler(i*20,0,0)
  3140. --Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  3141. Part.Transparency=i
  3142. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  3143. end
  3144. Part.Parent=nil
  3145. end),prt,msh,wld)
  3146. end
  3147.  
  3148. function MagicCircle2(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  3149. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  3150. prt.Anchored=true
  3151. prt.CFrame=cframe
  3152. local msh=mesh("CylinderMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  3153. game:GetService("Debris"):AddItem(prt,2)
  3154. coroutine.resume(coroutine.create(function(Part,Mesh)
  3155. for i=0,1,delay do
  3156. wait()
  3157. Part.CFrame=Part.CFrame
  3158. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  3159. local prt2=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  3160. prt2.Anchored=true
  3161. prt2.CFrame=cframe*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  3162. local msh2=mesh("SpecialMesh",prt2,"Sphere","",vt(0,0,0),vt(0.5,0.5,0.5))
  3163. game:GetService("Debris"):AddItem(prt2,2)
  3164. coroutine.resume(coroutine.create(function(Part,Mesh)
  3165. for i=0,1,0.1 do
  3166. wait()
  3167. Part.CFrame=Part.CFrame*cf(0,0.5,0)
  3168. end
  3169. Part.Parent=nil
  3170. end),prt2,msh2)
  3171. end
  3172. for i=0,1,delay*2 do
  3173. wait()
  3174. Part.CFrame=Part.CFrame
  3175. Mesh.Scale=vt((x1+x3)-(x1+x3)*i,(y1+y3)-(y1+y3)*i,(z1+z3)-(z1+z3)*i)
  3176. end
  3177. Part.Parent=nil
  3178. end),prt,msh)
  3179. end
  3180.  
  3181. function MagicCircle(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  3182. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  3183. prt.Anchored=true
  3184. prt.CFrame=cframe
  3185. local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
  3186. game:GetService("Debris"):AddItem(prt,2)
  3187. coroutine.resume(coroutine.create(function(Part,Mesh)
  3188. for i=0,1,delay do
  3189. wait()
  3190. Part.CFrame=Part.CFrame
  3191. Part.Transparency=i
  3192. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  3193. end
  3194. Part.Parent=nil
  3195. end),prt,msh)
  3196. end
  3197.  
  3198. function BreakEffect(brickcolor,cframe,x1,y1,z1)
  3199. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  3200. prt.Anchored=true
  3201. prt.CFrame=cframe*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  3202. local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
  3203. game:GetService("Debris"):AddItem(prt,2)
  3204. coroutine.resume(coroutine.create(function(Part,CF,Numbb,randnumb)
  3205. CF=Part.CFrame
  3206. Numbb=0
  3207. randnumb=math.random()/10
  3208. rand1=math.random()/10
  3209. for i=0,1,rand1 do
  3210. wait()
  3211. CF=CF*cf(0,math.random()/2,0)
  3212. --Part.CFrame=Part.CFrame*euler(0.5,0,0)*cf(0,1,0)
  3213. Part.CFrame=CF*euler(Numbb,0,0)
  3214. Part.Transparency=i
  3215. Numbb=Numbb+randnumb
  3216. end
  3217. Part.Parent=nil
  3218. end),prt,CF,Numbb,randnumb)
  3219. end
  3220.  
  3221. function MagicWaveThing(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  3222. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  3223. prt.Anchored=true
  3224. prt.CFrame=cframe
  3225. msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1051557",vt(0,0,0),vt(x1,y1,z1))
  3226. game:GetService("Debris"):AddItem(prt,5)
  3227. coroutine.resume(coroutine.create(function(Part,Mesh)
  3228. for i=0,1,delay do
  3229. wait()
  3230. Part.CFrame=Part.CFrame*euler(0,0.7,0)
  3231. Part.Transparency=i
  3232. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  3233. end
  3234. Part.Parent=nil
  3235. end),prt,msh)
  3236. end
  3237.  
  3238. function WaveEffect(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  3239. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  3240. prt.Anchored=true
  3241. prt.CFrame=cframe
  3242. msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=20329976",vt(0,0,0),vt(x1,y1,z1))
  3243. game:GetService("Debris"):AddItem(prt,2)
  3244. coroutine.resume(coroutine.create(function(Part,Mesh)
  3245. for i=0,1,delay do
  3246. wait()
  3247. Part.CFrame=Part.CFrame*cf(0,y3/2,0)
  3248. Part.Transparency=i
  3249. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  3250. end
  3251. Part.Parent=nil
  3252. end),prt,msh)
  3253. end
  3254.  
  3255. function StravEffect(brickcolor,cframe,x,y,z,x1,y1,z1,delay)
  3256. local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  3257. prt.Anchored=true
  3258. prt.CFrame=cframe*cf(x,y,z)
  3259. msh=mesh("SpecialMesh",prt,"FileMesh","rbxassetid://168892363",vt(0,0,0),vt(x1,y1,z1))
  3260. game:GetService("Debris"):AddItem(prt,5)
  3261. coroutine.resume(coroutine.create(function(Part,Mesh,ex,why,zee)
  3262. local num=math.random()
  3263. local num2=math.random(-3,2)+math.random()
  3264. local numm=0
  3265. for i=0,1,delay*2 do
  3266. swait()
  3267. Part.CFrame=cframe*euler(0,numm*num*10,0)*cf(ex,why,zee)*cf(-i*10,num2,0)
  3268. Part.Transparency=i
  3269. numm=numm+0.01
  3270. end
  3271. Part.Parent=nil
  3272. Mesh.Parent=nil
  3273. end),prt,msh,x,y,z)
  3274. end
  3275.  
  3276. function dmgstart(dmg,what)
  3277. hitcon = what.Touched:connect(function(hit)
  3278. local hum = hit.Parent:FindFirstChild("Humanoid")
  3279. if hum and not hum:IsDescendantOf(Character) then
  3280. hum:TakeDamage(dmg)
  3281. end
  3282. end)
  3283. end
  3284.  
  3285. function dmgstop()
  3286. hitcon:disconnect()
  3287. end
  3288.  
  3289. function Cloak()
  3290. Face.Parent=nil
  3291. cloaked=true
  3292. for _,v in pairs(Torso.Parent:children()) do
  3293. if v.className=="Part" and v.Name~="HumanoidRootPart" then
  3294. coroutine.resume(coroutine.create(function()
  3295. for i=0,1,0.2 do
  3296. wait()
  3297. v.Transparency=i
  3298. end
  3299. v.Transparency=1
  3300. end))
  3301. end
  3302. if v.className=="Hat" then
  3303. hatp=v.Handle
  3304. coroutine.resume(coroutine.create(function(derp)
  3305. for i=0,1,0.2 do
  3306. wait()
  3307. derp.Transparency=i
  3308. end
  3309. derp.Transparency=1
  3310. end),hatp)
  3311. end
  3312. end
  3313. for _,v in pairs(m:children()) do
  3314. if v.className=="Part" then
  3315. coroutine.resume(coroutine.create(function()
  3316. for i=0,1,0.2 do
  3317. wait()
  3318. v.Transparency=i
  3319. end
  3320. v.Transparency=1
  3321. end))
  3322. end
  3323. end
  3324. end
  3325.  
  3326. function UnCloak()
  3327. so("http://roblox.com/asset/?id=2767090",Torso,1,1.1)
  3328. Face.Parent=Head
  3329. cloaked=false
  3330. for _,v in pairs(Torso.Parent:children()) do
  3331. if v.className=="Part" and v.Name~="HumanoidRootPart" then
  3332. coroutine.resume(coroutine.create(function()
  3333. for i=0,1,0.1 do
  3334. wait()
  3335. v.Transparency=v.Transparency-0.1
  3336. end
  3337. v.Transparency=0
  3338. end))
  3339. end
  3340. if v.className=="Hat" then
  3341. hatp=v.Handle
  3342. coroutine.resume(coroutine.create(function(derp)
  3343. for i=0,1,0.1 do
  3344. wait()
  3345. derp.Transparency=derp.Transparency-0.1
  3346. end
  3347. derp.Transparency=0
  3348. end),hatp)
  3349. end
  3350. end
  3351. for _,v in pairs(m:children()) do
  3352. if v.className=="Part" and v.Name~="hitbox" and v.Name~='tip' then
  3353. coroutine.resume(coroutine.create(function()
  3354. for i=0,1,0.1 do
  3355. wait()
  3356. v.Transparency=v.Transparency-0.1
  3357. end
  3358. v.Transparency=0
  3359. end))
  3360. v.Transparency=0
  3361. end
  3362. end
  3363. end
  3364.  
  3365. local origcolor = BrickColor.new("Pastel light blue")
  3366. ---- This section of explosions.
  3367.  
  3368. ----
  3369.  
  3370.  
  3371. function ring(type,pos,scale,value)
  3372. local type = type
  3373. local rng = Instance.new("Part", char)
  3374. rng.Anchored = true
  3375. rng.BrickColor = origcolor
  3376. rng.CanCollide = false
  3377. rng.FormFactor = 3
  3378. rng.Name = "Ring"
  3379. rng.Size = Vector3.new(1, 1, 1)
  3380. rng.Transparency = 0
  3381. rng.TopSurface = 0
  3382. rng.BottomSurface = 0
  3383. rng.CFrame = pos
  3384. local rngm = Instance.new("SpecialMesh", rng)
  3385. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3386. rngm.Scale = scale
  3387. local scaler2 = 1
  3388. if type == "Add" then
  3389. scaler2 = 1*value
  3390. elseif type == "Divide" then
  3391. scaler2 = 1/value
  3392. end
  3393. coroutine.resume(coroutine.create(function()
  3394. for i = 0,10,0.1 do
  3395. swait()
  3396. if type == "Add" then
  3397. scaler2 = scaler2 - 0.01*value
  3398. elseif type == "Divide" then
  3399. scaler2 = scaler2 - 0.01/value
  3400. end
  3401. rng.Transparency = rng.Transparency + 0.01
  3402. rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, 0)
  3403. end
  3404. rng:Destroy()
  3405. end))
  3406. end
  3407.  
  3408.  
  3409. function wave(type,pos,scale,value)
  3410. local type = type
  3411. local rng = Instance.new("Part", char)
  3412. rng.Anchored = true
  3413. rng.BrickColor = origcolor
  3414. rng.CanCollide = false
  3415. rng.FormFactor = 3
  3416. rng.Name = "Ring"
  3417. rng.Size = Vector3.new(1, 1, 1)
  3418. rng.Transparency = 0
  3419. rng.TopSurface = 0
  3420. rng.BottomSurface = 0
  3421. rng.CFrame = pos
  3422. local rngm = Instance.new("SpecialMesh", rng)
  3423. rngm.MeshId = "http://www.roblox.com/asset/?id=20329976"
  3424. rngm.Scale = scale
  3425. local scaler2 = 1
  3426. if type == "Add" then
  3427. scaler2 = 1*value
  3428. elseif type == "Divide" then
  3429. scaler2 = 1/value
  3430. end
  3431. coroutine.resume(coroutine.create(function()
  3432. for i = 0,10,0.1 do
  3433. swait()
  3434. if type == "Add" then
  3435. scaler2 = scaler2 - 0.01*value
  3436. elseif type == "Divide" then
  3437. scaler2 = scaler2 - 0.01/value
  3438. end
  3439. rng.Transparency = rng.Transparency + 0.01
  3440. rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, scaler2)
  3441. end
  3442. rng:Destroy()
  3443. end))
  3444. end
  3445.  
  3446. function waveEff(bonuspeed,type,typeoftrans,pos,scale,value,value2,color)
  3447. local type = type
  3448. local rng = Instance.new("Part", char)
  3449. rng.Anchored = true
  3450. rng.BrickColor = color
  3451. rng.CanCollide = false
  3452. rng.FormFactor = 3
  3453. rng.Name = "Ring"
  3454. rng.Material = "Neon"
  3455. rng.Size = Vector3.new(1, 1, 1)
  3456. rng.Transparency = 0
  3457. if typeoftrans == "In" then
  3458. rng.Transparency = 1
  3459. end
  3460. rng.TopSurface = 0
  3461. rng.BottomSurface = 0
  3462. rng.CFrame = pos
  3463. local rngm = Instance.new("SpecialMesh", rng)
  3464. rngm.MeshType = "FileMesh"
  3465. rngm.MeshId = "rbxassetid://20329976"
  3466. rngm.Scale = scale
  3467. local scaler2 = 1
  3468. local scaler2b = 1
  3469. if type == "Add" then
  3470. scaler2 = 1*value
  3471. scaler2b = 1*value2
  3472. elseif type == "Divide" then
  3473. scaler2 = 1/value
  3474. scaler2b = 1/value2
  3475. end
  3476. local randomrot = math.random(1,2)
  3477. coroutine.resume(coroutine.create(function()
  3478. for i = 0,10/bonuspeed,0.1 do
  3479. swait()
  3480. if type == "Add" then
  3481. scaler2 = scaler2 - 0.01*value/bonuspeed
  3482. scaler2b = scaler2b - 0.01*value/bonuspeed
  3483. elseif type == "Divide" then
  3484. scaler2 = scaler2 - 0.01/value*bonuspeed
  3485. scaler2b = scaler2b - 0.01/value*bonuspeed
  3486. end
  3487. if randomrot == 1 then
  3488. rng.CFrame = rng.CFrame*CFrame.Angles(0,math.rad(5*bonuspeed/2),0)
  3489. elseif randomrot == 2 then
  3490. rng.CFrame = rng.CFrame*CFrame.Angles(0,math.rad(-5*bonuspeed/2),0)
  3491. end
  3492. if typeoftrans == "Out" then
  3493. rng.Transparency = rng.Transparency + 0.01*bonuspeed
  3494. elseif typeoftrans == "In" then
  3495. rng.Transparency = rng.Transparency - 0.01*bonuspeed
  3496. end
  3497. rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2b*bonuspeed, scaler2*bonuspeed)
  3498. end
  3499. rng:Destroy()
  3500. end))
  3501. end
  3502.  
  3503. function wave(type,pos,scale,value)
  3504. local type = type
  3505. local rng = Instance.new("Part", char)
  3506. rng.Anchored = true
  3507. rng.BrickColor = origcolor
  3508. rng.CanCollide = false
  3509. rng.FormFactor = 3
  3510. rng.Name = "Ring"
  3511. rng.Size = Vector3.new(1, 1, 1)
  3512. rng.Transparency = 0
  3513. rng.TopSurface = 0
  3514. rng.BottomSurface = 0
  3515. rng.CFrame = pos
  3516. local rngm = Instance.new("SpecialMesh", rng)
  3517. rngm.MeshId = "http://www.roblox.com/asset/?id=20329976"
  3518. rngm.Scale = scale
  3519. local scaler2 = 1
  3520. if type == "Add" then
  3521. scaler2 = 1*value
  3522. elseif type == "Divide" then
  3523. scaler2 = 1/value
  3524. end
  3525. coroutine.resume(coroutine.create(function()
  3526. for i = 0,10,0.1 do
  3527. swait()
  3528. if type == "Add" then
  3529. scaler2 = scaler2 - 0.01*value
  3530. elseif type == "Divide" then
  3531. scaler2 = scaler2 - 0.01/value
  3532. end
  3533. rng.Transparency = rng.Transparency + 0.01
  3534. rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, scaler2)
  3535. end
  3536. rng:Destroy()
  3537. end))
  3538. end
  3539.  
  3540. function wind(type,pos,scale,value,speed)
  3541. local type = type
  3542. local rng = Instance.new("Part", char)
  3543. rng.Anchored = true
  3544. rng.BrickColor = origcolor
  3545. rng.CanCollide = false
  3546. rng.FormFactor = 3
  3547. rng.Name = "Ring"
  3548. rng.Size = Vector3.new(1, 1, 1)
  3549. rng.Transparency = 0
  3550. rng.TopSurface = 0
  3551. rng.BottomSurface = 0
  3552. rng.CFrame = pos
  3553. local rngm = Instance.new("SpecialMesh", rng)
  3554. rngm.MeshId = "http://www.roblox.com/asset/?id=1051557"
  3555. rngm.Scale = scale
  3556. local scaler2 = 1
  3557. if type == "Add" then
  3558. scaler2 = 1*value
  3559. elseif type == "Divide" then
  3560. scaler2 = 1/value
  3561. end
  3562. coroutine.resume(coroutine.create(function()
  3563. for i = 0,10,0.1 do
  3564. swait()
  3565. if type == "Add" then
  3566. scaler2 = scaler2 - 0.01*value
  3567. elseif type == "Divide" then
  3568. scaler2 = scaler2 - 0.01/value
  3569. end
  3570. rng.CFrame = rng.CFrame*CFrame.Angles(0,0.025*speed,0)
  3571. rng.Transparency = rng.Transparency + 0.01
  3572. rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, scaler2)
  3573. end
  3574. rng:Destroy()
  3575. end))
  3576. end
  3577.  
  3578. function groundwind(type,pos,scale,value,speed)
  3579. local type = type
  3580. local rng = Instance.new("Part", char)
  3581. rng.Anchored = true
  3582. rng.BrickColor = origcolor
  3583. rng.CanCollide = false
  3584. rng.FormFactor = 3
  3585. rng.Name = "Ring"
  3586. rng.Size = Vector3.new(1, 1, 1)
  3587. rng.Transparency = 0
  3588. rng.TopSurface = 0
  3589. rng.BottomSurface = 0
  3590. rng.CFrame = pos
  3591. local rngm = Instance.new("SpecialMesh", rng)
  3592. rngm.MeshId = "http://www.roblox.com/asset/?id=1051557"
  3593. rngm.Scale = scale
  3594. local scaler2 = 1
  3595. if type == "Add" then
  3596. scaler2 = 1*value
  3597. elseif type == "Divide" then
  3598. scaler2 = 1/value
  3599. end
  3600. coroutine.resume(coroutine.create(function()
  3601. for i = 0,10,0.1 do
  3602. swait()
  3603. if type == "Add" then
  3604. scaler2 = scaler2 - 0.01*value
  3605. elseif type == "Divide" then
  3606. scaler2 = scaler2 - 0.01/value
  3607. end
  3608. rng.CFrame = rng.CFrame*CFrame.Angles(0,0.025*speed,0)
  3609. rng.Transparency = rng.Transparency + 0.01
  3610. rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2/5, scaler2)
  3611. end
  3612. rng:Destroy()
  3613. end))
  3614. end
  3615.  
  3616. function CameraManager()
  3617. if TwoD and not CamInterrupt then
  3618. if Humanoid.Health > 0 then
  3619. Camera.CameraSubject = Humanoid
  3620. Camera.CameraType = "Scriptable"
  3621. Humanoid.AutoRotate = false
  3622. if Booleans.GyroUse then
  3623. Directer.MaxTorque = Vec3(0, huge, 0)
  3624. else
  3625. Directer.MaxTorque = Vec3(0, 0, 0)
  3626. end
  3627. if TargetInfo[1] ~= nil and TargetInfo[2] ~= nil then
  3628. if Booleans.CamFollow then
  3629. CPart.CFrame = cFrame(RootPart.Position, Vec3(TargetInfo[1].Position.X, RootPart.Position.Y, TargetInfo[1].Position.Z))
  3630. Directer.CFrame = cFrame((RootPart.CFrame * cFrame(0, 0, 10)).p, TargetInfo[1].Position)
  3631. else
  3632. CPart.Position = RootPart.Position
  3633. end
  3634. else
  3635. local ahead = (RootPart.CFrame * cFrame(0, 0, -3)).p
  3636. CPart.CFrame = cFrame(RootPart.Position, Vec3(ahead.X, RootPart.Position.Y, ahead.Z))
  3637. end
  3638. Camera.CFrame = lerp(Camera.CFrame, CPart.CFrame * cFrame(25, 3, 0) * Euler(0, radian(90), 0), 0.2)
  3639. else
  3640. Camera.CameraSubject = Humanoid
  3641. Camera.CameraType = "Custom"
  3642. end
  3643. end
  3644. end
  3645.  
  3646. function ring(type,pos,scale,value)
  3647. local type = type
  3648. local rng = Instance.new("Part", char)
  3649. rng.Anchored = true
  3650. rng.BrickColor = origcolor
  3651. rng.CanCollide = false
  3652. rng.FormFactor = 3
  3653. rng.Name = "Ring"
  3654. rng.Size = Vector3.new(1, 1, 1)
  3655. rng.Transparency = 0
  3656. rng.TopSurface = 0
  3657. rng.BottomSurface = 0
  3658. rng.CFrame = pos
  3659. local rngm = Instance.new("SpecialMesh", rng)
  3660. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3661. rngm.Scale = scale
  3662. local scaler2 = 1
  3663. if type == "Add" then
  3664. scaler2 = 1*value
  3665. elseif type == "Divide" then
  3666. scaler2 = 1/value
  3667. end
  3668. coroutine.resume(coroutine.create(function()
  3669. for i = 0,10,0.1 do
  3670. swait()
  3671. if type == "Add" then
  3672. scaler2 = scaler2 - 0.01*value
  3673. elseif type == "Divide" then
  3674. scaler2 = scaler2 - 0.01/value
  3675. end
  3676. rng.Transparency = rng.Transparency + 0.01
  3677. rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, 0)
  3678. end
  3679. rng:Destroy()
  3680. end))
  3681. end
  3682.  
  3683.  
  3684. function wave(type,pos,scale,value)
  3685. local type = type
  3686. local rng = Instance.new("Part", char)
  3687. rng.Anchored = true
  3688. rng.BrickColor = origcolor
  3689. rng.CanCollide = false
  3690. rng.FormFactor = 3
  3691. rng.Name = "Ring"
  3692. rng.Size = Vector3.new(1, 1, 1)
  3693. rng.Transparency = 0
  3694. rng.TopSurface = 0
  3695. rng.BottomSurface = 0
  3696. rng.CFrame = pos
  3697. local rngm = Instance.new("SpecialMesh", rng)
  3698. rngm.MeshId = "http://www.roblox.com/asset/?id=20329976"
  3699. rngm.Scale = scale
  3700. local scaler2 = 1
  3701. if type == "Add" then
  3702. scaler2 = 1*value
  3703. elseif type == "Divide" then
  3704. scaler2 = 1/value
  3705. end
  3706. coroutine.resume(coroutine.create(function()
  3707. for i = 0,10,0.1 do
  3708. swait()
  3709. if type == "Add" then
  3710. scaler2 = scaler2 - 0.01*value
  3711. elseif type == "Divide" then
  3712. scaler2 = scaler2 - 0.01/value
  3713. end
  3714. rng.Transparency = rng.Transparency + 0.01
  3715. rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, scaler2)
  3716. end
  3717. rng:Destroy()
  3718. end))
  3719. end
  3720.  
  3721. function sphere(bonuspeed,type,pos,scale,value,color)
  3722. local type = type
  3723. local rng = Instance.new("Part", char)
  3724. rng.Anchored = true
  3725. if ModeOfGlitch ~= 2 then
  3726. rng.BrickColor = color
  3727. elseif ModeOfGlitch == 2 then
  3728. rng.Color = Color3.new(0,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000)
  3729. end
  3730. rng.CanCollide = false
  3731. rng.FormFactor = 3
  3732. rng.Name = "Ring"
  3733. rng.Material = "Neon"
  3734. rng.Size = Vector3.new(1, 1, 1)
  3735. rng.Transparency = 0
  3736. rng.TopSurface = 0
  3737. rng.BottomSurface = 0
  3738. rng.CFrame = pos
  3739. local rngm = Instance.new("SpecialMesh", rng)
  3740. rngm.MeshType = "Sphere"
  3741. rngm.Scale = scale
  3742. if rainbowmode == true then
  3743. rng.Color = Color3.new(r/255,g/255,b/255)
  3744. end
  3745. if ModeOfGlitch == 2 then
  3746. coroutine.resume(coroutine.create(function()
  3747. while true do
  3748. swait()
  3749. if rng.Parent ~= nil then
  3750. rng.Color = Color3.new(0,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000)
  3751. else
  3752. break
  3753. end
  3754. end
  3755. end))
  3756. end
  3757. local scaler2 = 1
  3758. if type == "Add" then
  3759. scaler2 = 1*value
  3760. elseif type == "Divide" then
  3761. scaler2 = 1/value
  3762. end
  3763. coroutine.resume(coroutine.create(function()
  3764. for i = 0,10/bonuspeed,0.1 do
  3765. swait()
  3766. if rainbowmode == true then
  3767. rng.Color = Color3.new(r/255,g/255,b/255)
  3768. end
  3769. if type == "Add" then
  3770. scaler2 = scaler2 - 0.01*value/bonuspeed
  3771. elseif type == "Divide" then
  3772. scaler2 = scaler2 - 0.01/value*bonuspeed
  3773. end
  3774. if chaosmode == true then
  3775. rng.BrickColor = BrickColor.random()
  3776. end
  3777. rng.Transparency = rng.Transparency + 0.01*bonuspeed
  3778. rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, scaler2*bonuspeed)
  3779. end
  3780. rng:Destroy()
  3781. end))
  3782. end
  3783.  
  3784. function sphere2(bonuspeed,type,pos,scale,value,value2,value3,color)
  3785. local type = type
  3786. local rng = Instance.new("Part", char)
  3787. rng.Anchored = true
  3788. if ModeOfGlitch ~= 2 then
  3789. rng.BrickColor = color
  3790. elseif ModeOfGlitch == 2 then
  3791. rng.Color = Color3.new(0,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000)
  3792. end
  3793. rng.CanCollide = false
  3794. rng.FormFactor = 3
  3795. rng.Name = "Ring"
  3796. rng.Material = "Neon"
  3797. rng.Size = Vector3.new(1, 1, 1)
  3798. rng.Transparency = 0
  3799. rng.TopSurface = 0
  3800. rng.BottomSurface = 0
  3801. rng.CFrame = pos
  3802. local rngm = Instance.new("SpecialMesh", rng)
  3803. rngm.MeshType = "Sphere"
  3804. rngm.Scale = scale
  3805. if rainbowmode == true then
  3806. rng.Color = Color3.new(r/255,g/255,b/255)
  3807. end
  3808. local scaler2 = 1
  3809. local scaler2b = 1
  3810. local scaler2c = 1
  3811. if type == "Add" then
  3812. scaler2 = 1*value
  3813. scaler2b = 1*value2
  3814. scaler2c = 1*value3
  3815. elseif type == "Divide" then
  3816. scaler2 = 1/value
  3817. scaler2b = 1/value2
  3818. scaler2c = 1/value3
  3819. end
  3820. coroutine.resume(coroutine.create(function()
  3821. while true do
  3822. swait()
  3823. if rainbowmode == true then
  3824. rng.Color = Color3.new(r/255,g/255,b/255)
  3825. end
  3826. end
  3827. end))
  3828. if ModeOfGlitch == 2 then
  3829. coroutine.resume(coroutine.create(function()
  3830. while true do
  3831. swait()
  3832. if rng.Parent ~= nil then
  3833. rng.Color = Color3.new(0,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000)
  3834. else
  3835. break
  3836. end
  3837. end
  3838. end))
  3839. end
  3840. coroutine.resume(coroutine.create(function()
  3841. for i = 0,10/bonuspeed,0.1 do
  3842. swait()
  3843. if type == "Add" then
  3844. scaler2 = scaler2 - 0.01*value/bonuspeed
  3845. scaler2b = scaler2b - 0.01*value/bonuspeed
  3846. scaler2c = scaler2c - 0.01*value/bonuspeed
  3847. elseif type == "Divide" then
  3848. scaler2 = scaler2 - 0.01/value*bonuspeed
  3849. scaler2b = scaler2b - 0.01/value*bonuspeed
  3850. scaler2c = scaler2c - 0.01/value*bonuspeed
  3851. end
  3852. rng.Transparency = rng.Transparency + 0.01*bonuspeed
  3853. rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2b*bonuspeed, scaler2c*bonuspeed)
  3854. end
  3855. rng:Destroy()
  3856. end))
  3857. end
  3858.  
  3859. function slash(bonuspeed,rotspeed,rotatingop,typeofshape,type,typeoftrans,pos,scale,value,color)
  3860. local type = type
  3861. local rotenable = rotatingop
  3862. local rng = Instance.new("Part", char)
  3863. rng.Anchored = true
  3864. rng.BrickColor = color
  3865. rng.CanCollide = false
  3866. rng.FormFactor = 3
  3867. rng.Name = "Ring"
  3868. rng.Material = "Neon"
  3869. rng.Size = Vector3.new(1, 1, 1)
  3870. rng.Transparency = 0
  3871. if typeoftrans == "In" then
  3872. rng.Transparency = 1
  3873. end
  3874. rng.TopSurface = 0
  3875. rng.BottomSurface = 0
  3876. rng.CFrame = pos
  3877. local rngm = Instance.new("SpecialMesh", rng)
  3878. rngm.MeshType = "FileMesh"
  3879. if typeofshape == "Normal" then
  3880. rngm.MeshId = "rbxassetid://662586858"
  3881. elseif typeofshape == "Round" then
  3882. rngm.MeshId = "rbxassetid://662585058"
  3883. end
  3884. rngm.Scale = scale
  3885. local scaler2 = 1/10
  3886. if type == "Add" then
  3887. scaler2 = 1*value/10
  3888. elseif type == "Divide" then
  3889. scaler2 = 1/value/10
  3890. end
  3891. local randomrot = math.random(1,2)
  3892. coroutine.resume(coroutine.create(function()
  3893. for i = 0,10/bonuspeed,0.1 do
  3894. swait()
  3895. if type == "Add" then
  3896. scaler2 = scaler2 - 0.01*value/bonuspeed/10
  3897. elseif type == "Divide" then
  3898. scaler2 = scaler2 - 0.01/value*bonuspeed/10
  3899. end
  3900. if rotenable == true then
  3901. if randomrot == 1 then
  3902. rng.CFrame = rng.CFrame*CFrame.Angles(0,math.rad(rotspeed*bonuspeed/2),0)
  3903. elseif randomrot == 2 then
  3904. rng.CFrame = rng.CFrame*CFrame.Angles(0,math.rad(-rotspeed*bonuspeed/2),0)
  3905. end
  3906. end
  3907. if typeoftrans == "Out" then
  3908. rng.Transparency = rng.Transparency + 0.01*bonuspeed
  3909. elseif typeoftrans == "In" then
  3910. rng.Transparency = rng.Transparency - 0.01*bonuspeed
  3911. end
  3912. rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed/10, 0, scaler2*bonuspeed/10)
  3913. end
  3914. rng:Destroy()
  3915. end))
  3916. end
  3917.  
  3918. function PixelBlock(bonuspeed,FastSpeed,type,pos,x1,y1,z1,value,color,outerpos)
  3919. local type = type
  3920. local rng = Instance.new("Part", char)
  3921. rng.Anchored = true
  3922. rng.BrickColor = color
  3923. rng.CanCollide = false
  3924. rng.FormFactor = 3
  3925. rng.Name = "Ring"
  3926. rng.Material = "Neon"
  3927. rng.Size = Vector3.new(1, 1, 1)
  3928. rng.Transparency = 0
  3929. rng.TopSurface = 0
  3930. rng.BottomSurface = 0
  3931. rng.CFrame = pos
  3932. rng.CFrame = rng.CFrame + rng.CFrame.lookVector*outerpos
  3933. local rngm = Instance.new("SpecialMesh", rng)
  3934. rngm.MeshType = "Brick"
  3935. rngm.Scale = vt(x1,y1,z1)
  3936. if rainbowmode == true then
  3937. rng.Color = Color3.new(r/255,g/255,b/255)
  3938. end
  3939. local scaler2 = 1
  3940. local speeder = FastSpeed/10
  3941. if type == "Add" then
  3942. scaler2 = 1*value
  3943. elseif type == "Divide" then
  3944. scaler2 = 1/value
  3945. end
  3946. coroutine.resume(coroutine.create(function()
  3947. for i = 0,10/bonuspeed,0.1 do
  3948. swait()
  3949. if rainbowmode == true then
  3950. rng.Color = Color3.new(r/255,g/255,b/255)
  3951. end
  3952. if type == "Add" then
  3953. scaler2 = scaler2 - 0.01*value/bonuspeed
  3954. elseif type == "Divide" then
  3955. scaler2 = scaler2 - 0.01/value*bonuspeed
  3956. end
  3957. if chaosmode == true then
  3958. rng.BrickColor = BrickColor.random()
  3959. end
  3960. speeder = speeder - 0.01*FastSpeed*bonuspeed/10
  3961. rng.CFrame = rng.CFrame + rng.CFrame.lookVector*speeder*bonuspeed
  3962. --rng.Transparency = rng.Transparency + 0.01*bonuspeed
  3963. rngm.Scale = rngm.Scale - Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, scaler2*bonuspeed)
  3964. end
  3965. rng:Destroy()
  3966. end))
  3967. end
  3968.  
  3969. function PixelBlockX(bonuspeed,FastSpeed,type,pos,x1,y1,z1,value,color,outerpos)
  3970. local type = type
  3971. local rng = Instance.new("Part", char)
  3972. rng.Anchored = true
  3973. rng.BrickColor = color
  3974. rng.CanCollide = false
  3975. rng.FormFactor = 3
  3976. rng.Name = "Ring"
  3977. rng.Material = "Neon"
  3978. rng.Size = Vector3.new(1, 1, 1)
  3979. rng.Transparency = 0
  3980. rng.TopSurface = 0
  3981. rng.BottomSurface = 0
  3982. rng.CFrame = pos
  3983. rng.CFrame = rng.CFrame + rng.CFrame.lookVector*outerpos
  3984. local rngm = Instance.new("SpecialMesh", rng)
  3985. rngm.MeshType = "Brick"
  3986. rngm.Scale = vt(x1,y1,z1)
  3987. if rainbowmode == true then
  3988. rng.Color = Color3.new(r/255,g/255,b/255)
  3989. end
  3990. local scaler2 = 1
  3991. local speeder = FastSpeed/10
  3992. if type == "Add" then
  3993. scaler2 = 1*value
  3994. elseif type == "Divide" then
  3995. scaler2 = 1/value
  3996. end
  3997. coroutine.resume(coroutine.create(function()
  3998. for i = 0,10/bonuspeed,0.1 do
  3999. swait()
  4000. if rainbowmode == true then
  4001. rng.Color = Color3.new(r/255,g/255,b/255)
  4002. end
  4003. if type == "Add" then
  4004. scaler2 = scaler2 - 0.01*value/bonuspeed
  4005. elseif type == "Divide" then
  4006. scaler2 = scaler2 - 0.01/value*bonuspeed
  4007. end
  4008. if chaosmode == true then
  4009. rng.BrickColor = BrickColor.random()
  4010. end
  4011. speeder = speeder - 0.01*FastSpeed*bonuspeed/10
  4012. rng.CFrame = rng.CFrame + rng.CFrame.lookVector*speeder*bonuspeed
  4013. rng.Transparency = rng.Transparency + 0.01*bonuspeed
  4014. rngm.Scale = rngm.Scale - Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, scaler2*bonuspeed)
  4015. end
  4016. rng:Destroy()
  4017. end))
  4018. end
  4019.  
  4020. function PixelBlockNeg(bonuspeed,FastSpeed,type,pos,x1,y1,z1,value,color,outerpos)
  4021. local type = type
  4022. local rng = Instance.new("Part", char)
  4023. rng.Anchored = true
  4024. rng.BrickColor = color
  4025. rng.CanCollide = false
  4026. rng.FormFactor = 3
  4027. rng.Name = "Ring"
  4028. rng.Material = "Neon"
  4029. rng.Size = Vector3.new(1, 1, 1)
  4030. rng.Transparency = 0
  4031. rng.TopSurface = 0
  4032. rng.BottomSurface = 0
  4033. rng.CFrame = pos
  4034. rng.CFrame = rng.CFrame + rng.CFrame.lookVector*outerpos
  4035. local rngm = Instance.new("SpecialMesh", rng)
  4036. rngm.MeshType = "Brick"
  4037. rngm.Scale = vt(x1,y1,z1)
  4038. if rainbowmode == true then
  4039. rng.Color = Color3.new(r/255,g/255,b/255)
  4040. end
  4041. local scaler2 = 0
  4042. local speeder = FastSpeed/10
  4043. if type == "Add" then
  4044. scaler2 = 1*value
  4045. elseif type == "Divide" then
  4046. scaler2 = 1/value
  4047. end
  4048. coroutine.resume(coroutine.create(function()
  4049. for i = 0,10/bonuspeed,0.1 do
  4050. swait()
  4051. if rainbowmode == true then
  4052. rng.Color = Color3.new(r/255,g/255,b/255)
  4053. end
  4054. if type == "Add" then
  4055. scaler2 = scaler2 - 0.01*value/bonuspeed
  4056. elseif type == "Divide" then
  4057. scaler2 = scaler2 - 0.01/value*bonuspeed
  4058. end
  4059. if chaosmode == true then
  4060. rng.BrickColor = BrickColor.random()
  4061. end
  4062. speeder = speeder + 0.01*FastSpeed*bonuspeed/10
  4063. rng.CFrame = rng.CFrame + rng.CFrame.lookVector*speeder*bonuspeed
  4064. --rng.Transparency = rng.Transparency + 0.01*bonuspeed
  4065. rngm.Scale = rngm.Scale - Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, scaler2*bonuspeed)
  4066. end
  4067. rng:Destroy()
  4068. end))
  4069. end
  4070.  
  4071. function block(bonuspeed,type,pos,scale,value,value2,value3,color,color3)
  4072. local type = type
  4073. local rng = Instance.new("Part", char)
  4074. rng.Anchored = true
  4075. rng.BrickColor = color
  4076. rng.Color = color3
  4077. rng.CanCollide = false
  4078. rng.FormFactor = 3
  4079. rng.Name = "Ring"
  4080. rng.Material = "Neon"
  4081. rng.Size = Vector3.new(1, 1, 1)
  4082. rng.Transparency = 0
  4083. rng.TopSurface = 0
  4084. rng.BottomSurface = 0
  4085. rng.CFrame = pos
  4086. local rngm = Instance.new("SpecialMesh", rng)
  4087. rngm.MeshType = "Brick"
  4088. rngm.Scale = scale
  4089. local scaler2 = 1
  4090. local scaler2b = 1
  4091. local scaler2c = 1
  4092. if type == "Add" then
  4093. scaler2 = 1*value
  4094. scaler2b = 1*value2
  4095. scaler2c = 1*value3
  4096. elseif type == "Divide" then
  4097. scaler2 = 1/value
  4098. scaler2b = 1/value2
  4099. scaler2c = 1/value3
  4100. end
  4101. coroutine.resume(coroutine.create(function()
  4102. for i = 0,10/bonuspeed,0.1 do
  4103. swait()
  4104. if type == "Add" then
  4105. scaler2 = scaler2 - 0.01*value/bonuspeed
  4106. scaler2b = scaler2b - 0.01*value/bonuspeed
  4107. scaler2c = scaler2c - 0.01*value/bonuspeed
  4108. elseif type == "Divide" then
  4109. scaler2 = scaler2 - 0.01/value*bonuspeed
  4110. scaler2b = scaler2b - 0.01/value*bonuspeed
  4111. scaler2c = scaler2c - 0.01/value*bonuspeed
  4112. end
  4113. rng.CFrame = rng.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360)))
  4114. rng.Transparency = rng.Transparency + 0.01*bonuspeed
  4115. rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2b*bonuspeed, scaler2c*bonuspeed)
  4116. end
  4117. rng:Destroy()
  4118. end))
  4119. end
  4120.  
  4121. function sphereMK(bonuspeed,FastSpeed,type,pos,x1,y1,z1,value,color,outerpos)
  4122. local type = type
  4123. local rng = Instance.new("Part", char)
  4124. rng.Anchored = true
  4125. if ModeOfGlitch ~= 9 then
  4126. rng.BrickColor = color
  4127. elseif ModeOfGlitch == 9 then
  4128. rng.Color = Color3.new(kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000)
  4129. end
  4130. rng.CanCollide = false
  4131. rng.FormFactor = 3
  4132. rng.Name = "Ring"
  4133. rng.Material = "Neon"
  4134. rng.Size = Vector3.new(1, 1, 1)
  4135. rng.Transparency = 0
  4136. rng.TopSurface = 0
  4137. rng.BottomSurface = 0
  4138. rng.CFrame = pos
  4139. rng.CFrame = rng.CFrame + rng.CFrame.lookVector*outerpos
  4140. local rngm = Instance.new("SpecialMesh", rng)
  4141. rngm.MeshType = "Sphere"
  4142. rngm.Scale = vt(x1,y1,z1)
  4143. if rainbowmode == true then
  4144. rng.Color = Color3.new(r/255,g/255,b/255)
  4145. end
  4146. if ModeOfGlitch == 9 then
  4147. coroutine.resume(coroutine.create(function()
  4148. while true do
  4149. swait()
  4150. if rng.Parent ~= nil then
  4151. rng.Color = Color3.new(kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000)
  4152. else
  4153. break
  4154. end
  4155. end
  4156. end))
  4157. end
  4158. local scaler2 = 1
  4159. local speeder = FastSpeed
  4160. if type == "Add" then
  4161. scaler2 = 1*value
  4162. elseif type == "Divide" then
  4163. scaler2 = 1/value
  4164. end
  4165. coroutine.resume(coroutine.create(function()
  4166. for i = 0,10/bonuspeed,0.1 do
  4167. swait()
  4168. if rainbowmode == true then
  4169. rng.Color = Color3.new(r/255,g/255,b/255)
  4170. end
  4171. if type == "Add" then
  4172. scaler2 = scaler2 - 0.01*value/bonuspeed
  4173. elseif type == "Divide" then
  4174. scaler2 = scaler2 - 0.01/value*bonuspeed
  4175. end
  4176. if chaosmode == true then
  4177. rng.BrickColor = BrickColor.random()
  4178. end
  4179. speeder = speeder - 0.01*FastSpeed*bonuspeed
  4180. rng.CFrame = rng.CFrame + rng.CFrame.lookVector*speeder*bonuspeed
  4181. rng.Transparency = rng.Transparency + 0.01*bonuspeed
  4182. rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, 0)
  4183. end
  4184. rng:Destroy()
  4185. end))
  4186. end
  4187.  
  4188.  
  4189. function sphereMKCharge(bonuspeed,FastSpeed,type,pos,x1,y1,z1,value,color,outerpos)
  4190. local type = type
  4191. local rng = Instance.new("Part", char)
  4192. rng.Anchored = true
  4193. if ModeOfGlitch ~= 9 then
  4194. rng.BrickColor = color
  4195. elseif ModeOfGlitch == 9 then
  4196. rng.Color = Color3.new(kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000)
  4197. end
  4198. rng.CanCollide = false
  4199. rng.FormFactor = 3
  4200. rng.Name = "Ring"
  4201. rng.Material = "Neon"
  4202. rng.Size = Vector3.new(1, 1, 1)
  4203. rng.Transparency = 1
  4204. rng.TopSurface = 0
  4205. rng.BottomSurface = 0
  4206. rng.CFrame = pos
  4207. rng.CFrame = rng.CFrame + rng.CFrame.lookVector*outerpos
  4208. local rngm = Instance.new("SpecialMesh", rng)
  4209. rngm.MeshType = "Sphere"
  4210. rngm.Scale = vt(x1,y1,z1)
  4211. if rainbowmode == true then
  4212. rng.Color = Color3.new(r/255,g/255,b/255)
  4213. end
  4214. if ModeOfGlitch == 9 then
  4215. coroutine.resume(coroutine.create(function()
  4216. while true do
  4217. swait()
  4218. if rng.Parent ~= nil then
  4219. rng.Color = Color3.new(kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000)
  4220. else
  4221. break
  4222. end
  4223. end
  4224. end))
  4225. end
  4226. local scaler2 = 1
  4227. local speeder = FastSpeed
  4228. if type == "Add" then
  4229. scaler2 = 1*value
  4230. elseif type == "Divide" then
  4231. scaler2 = 1/value
  4232. end
  4233. coroutine.resume(coroutine.create(function()
  4234. for i = 0,10/bonuspeed,0.1 do
  4235. swait()
  4236. if rainbowmode == true then
  4237. rng.Color = Color3.new(r/255,g/255,b/255)
  4238. end
  4239. if type == "Add" then
  4240. scaler2 = scaler2 - 0.01*value/bonuspeed
  4241. elseif type == "Divide" then
  4242. scaler2 = scaler2 - 0.01/value*bonuspeed
  4243. end
  4244. if chaosmode == true then
  4245. rng.BrickColor = BrickColor.random()
  4246. end
  4247. speeder = speeder - 0.01*FastSpeed*bonuspeed
  4248. rng.CFrame = rng.CFrame + rng.CFrame.lookVector*speeder*bonuspeed
  4249. rng.Transparency = rng.Transparency - 0.01*bonuspeed
  4250. rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, 0)
  4251. end
  4252. rng:Destroy()
  4253. end))
  4254. end
  4255.  
  4256. function dmg(dude)
  4257. if dude.Name ~= Character then
  4258. local keptcolor = MAINRUINCOLOR
  4259. local bgf = Instance.new("BodyGyro",dude.Head)
  4260. bgf.CFrame = bgf.CFrame * CFrame.fromEulerAnglesXYZ(math.rad(-90),0,0)
  4261. --[[local val = Instance.new("BoolValue",dude)
  4262. val.Name = "IsHit"]]--
  4263. local ds = coroutine.wrap(function()
  4264. dude:WaitForChild("Head"):BreakJoints()
  4265. for i, v in pairs(dude:GetChildren()) do
  4266. if v:IsA("Part") or v:IsA("MeshPart") then
  4267. v.Name = "DEMINISHED"
  4268. end
  4269. end
  4270. wait(0.5)
  4271. targetted = nil
  4272. CFuncs["Sound"].Create("rbxassetid://62339698", char, 0.75, 0.285)
  4273. coroutine.resume(coroutine.create(function()
  4274. for i, v in pairs(dude:GetChildren()) do
  4275. if v:IsA("Accessory") then
  4276. v:Destroy()
  4277. end
  4278. if v:IsA("Humanoid") then
  4279. v:Destroy()
  4280. end
  4281. if v:IsA("CharacterMesh") then
  4282. v:Destroy()
  4283. end
  4284. if v:IsA("Model") then
  4285. v:Destroy()
  4286. end
  4287. if v:IsA("Part") or v:IsA("MeshPart") then
  4288. for x, o in pairs(v:GetChildren()) do
  4289. if o:IsA("Decal") then
  4290. o:Destroy()
  4291. end
  4292. end
  4293. coroutine.resume(coroutine.create(function()
  4294. v.Material = "Neon"
  4295. v.CanCollide = false
  4296. v.Anchored = false
  4297. local bld = Instance.new("ParticleEmitter",v)
  4298. bld.LightEmission = 0.75
  4299. bld.Texture = "rbxassetid://363275192" ---284205403
  4300. bld.Color = ColorSequence.new(keptcolor.Color)
  4301. bld.Rate = 500
  4302. bld.Lifetime = NumberRange.new(1)
  4303. bld.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,2,0),NumberSequenceKeypoint.new(0.8,2.25,0),NumberSequenceKeypoint.new(1,0,0)})
  4304. bld.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5,0),NumberSequenceKeypoint.new(0.8,0.75,0),NumberSequenceKeypoint.new(1,1,0)})
  4305. bld.Speed = NumberRange.new(2,5)
  4306. bld.VelocitySpread = 50000
  4307. bld.Rotation = NumberRange.new(-500,500)
  4308. bld.RotSpeed = NumberRange.new(-500,500)
  4309. local sbs = Instance.new("BodyPosition", v)
  4310. sbs.P = 3000
  4311. sbs.D = 1000
  4312. sbs.maxForce = Vector3.new(50000000000, 50000000000, 50000000000)
  4313. sbs.position = v.Position + Vector3.new(math.random(-2,2),10 + math.random(-2,2),math.random(-2,2))
  4314. v.Color = keptcolor.Color
  4315. coroutine.resume(coroutine.create(function()
  4316. for i = 0, 49 do
  4317. swait(1)
  4318. v:BreakJoints()
  4319. v.Transparency = v.Transparency + 0.02
  4320. end
  4321. v:BreakJoints()
  4322. sphere2(1,"Add",v.CFrame,vt(0,0,0),0.1,0.1,0.1,keptcolor)
  4323. CFuncs["Sound"].Create("rbxassetid://1192402877", v, 0.5, 0.75)
  4324. bld.Speed = NumberRange.new(10,25)
  4325. bld.Drag = 5
  4326. bld.Acceleration = vt(0,2,0)
  4327. wait(0.5)
  4328. bld.Enabled = false
  4329. wait(8)
  4330. v:Destroy()
  4331. dude:Destroy()
  4332. end))
  4333. end))
  4334. end
  4335. end
  4336. end))
  4337. end)
  4338. ds()
  4339. end
  4340. end
  4341.  
  4342.  
  4343. function FindNearestHead(Position, Distance, SinglePlayer)
  4344. if SinglePlayer then
  4345. return (SinglePlayer.Torso.CFrame.p - Position).magnitude < Distance
  4346. end
  4347. local List = {}
  4348. for i, v in pairs(workspace:GetChildren()) do
  4349. if v:IsA("Model") then
  4350. if v:findFirstChild("Head") then
  4351. if v ~= Character then
  4352. if (v.Head.Position - Position).magnitude <= Distance then
  4353. table.insert(List, v)
  4354. end
  4355. end
  4356. end
  4357. end
  4358. end
  4359. return List
  4360. end
  4361.  
  4362. function FaceMouse()
  4363. Cam = workspace.CurrentCamera
  4364. return {
  4365. CFrame.new(char.Torso.Position, Vector3.new(mouse.Hit.p.x, char.Torso.Position.y, mouse.Hit.p.z)),
  4366. Vector3.new(mouse.Hit.p.x, mouse.Hit.p.y, mouse.Hit.p.z)
  4367. }
  4368. end
  4369.  
  4370. function FaceMouse2()
  4371. Cam = workspace.CurrentCamera
  4372. return {
  4373. CFrame.new(char.Torso.Position, Vector3.new(mouse.Hit.p.x, mouse.Hit.p.y, mouse.Hit.p.z)),
  4374. Vector3.new(mouse.Hit.p.x, mouse.Hit.p.y, mouse.Hit.p.z)
  4375. }
  4376. end
  4377.  
  4378. local ModeOfGlitch = 1
  4379. -- Functions are ready.
  4380. local storehumanoidWS = 16
  4381.  
  4382. function createBGCircle(size,parent,color)
  4383. local bgui = Instance.new("BillboardGui",parent)
  4384. bgui.Size = UDim2.new(size, 0, size, 0)
  4385. local imgc = Instance.new("ImageLabel",bgui)
  4386. imgc.BackgroundTransparency = 1
  4387. imgc.ImageTransparency = 0
  4388. imgc.Size = UDim2.new(1,0,1,0)
  4389. imgc.Image = "rbxassetid://997291547" --997291547,521073910
  4390. imgc.ImageColor3 = color
  4391. return bgui,imgc
  4392. end
  4393.  
  4394. ----------------------------------- Abilities
  4395.  
  4396. function Balanced()
  4397. hum.WalkSpeed = 0
  4398. hum.JumpPower = 0
  4399. attack = true
  4400. for i = 0,50 do
  4401. swait()
  4402. 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)
  4403. 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)
  4404. 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)
  4405. 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)
  4406. 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)
  4407. 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)
  4408. end
  4409. local keptcolor = MAINRUINCOLOR
  4410. local locat = Instance.new("Part", char)
  4411. locat.CanCollide = false
  4412. locat.FormFactor = 3
  4413. locat.Name = "Ring"
  4414. locat.Material = "Neon"
  4415. locat.Size = Vector3.new(1, 1, 1)
  4416. locat.Transparency = 1
  4417. locat.TopSurface = 0
  4418. locat.BottomSurface = 0
  4419. locat.Anchored = true
  4420. locat.CFrame = root.CFrame*CFrame.new(0,-3,0)
  4421. local poste = 0
  4422. local rotation = 0
  4423. local upperpos = 0
  4424. local rate = 0
  4425. local x = locat
  4426. CFuncs["Sound"].Create("rbxassetid://289315275", char, 3.5, 1)
  4427. CFuncs["Sound"].Create("rbxassetid://419447292", char, 3.5, 1)
  4428. shakes(0.5,0.3)
  4429. for i = 0, 49 do
  4430. swait()
  4431. rotation = rotation + 5
  4432. poste = poste + 1
  4433. 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)
  4434. 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)
  4435. 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)
  4436. 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)
  4437. 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))
  4438. 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)
  4439. 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)
  4440. 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)
  4441. 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)
  4442. 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)
  4443. 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)
  4444. MagniDamage(tors, 50, 99,100, 0, "Normal")
  4445. end
  4446. for i = 0, 500 do
  4447. swait()
  4448. rotation = rotation + 5
  4449. 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)
  4450. 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)
  4451. 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)
  4452. 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)
  4453. 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))
  4454. 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)
  4455. 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)
  4456. 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)
  4457. 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)
  4458. 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)
  4459. 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)
  4460. MagniDamage(tors, 50, 99,100, 0, "Normal")
  4461. end
  4462. attack = false
  4463. hum.WalkSpeed = storehumanoidWS
  4464. hum.JumpPower = 50
  4465. end
  4466.  
  4467. function Staywey()
  4468. attack = true
  4469. hum.WalkSpeed = 0
  4470. bosschatfunc("STAY WEY! uwu",MAINRUINCOLOR.Color,3)
  4471. for i = 0,30 do
  4472. swait()
  4473. 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)
  4474. 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)
  4475. 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)
  4476. 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)
  4477. 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)
  4478. 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)
  4479. end
  4480. for i = 0,27 do
  4481. swait()
  4482. 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)
  4483. 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)
  4484. 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)
  4485. 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)
  4486. 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)
  4487. 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)
  4488. end
  4489. MagniDamage(root, 24, 0,0, 75, "Normal")
  4490. CFuncs["Sound"].Create("rbxassetid://203691492", tors, 1.5,1)
  4491. shakes(0.2,0.1)
  4492. for i = 0,2,0.1 do
  4493. swait()
  4494. 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)
  4495. 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)
  4496. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.3,-0.1)*angles(math.rad(5),math.rad(0),math.rad(-45)),.5)
  4497. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(45)),.5)
  4498. RW.C0=clerp(RW.C0,cf(1.45,0.5,0)*angles(math.rad(90),math.rad(0),math.rad(50)),.5)
  4499. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(20),math.rad(10),math.rad(-30)),.5)
  4500. end
  4501. attack = false
  4502. hum.WalkSpeed = storehumanoidWS
  4503. end
  4504.  
  4505. function heartbeatatmyfeeties()
  4506. attack = true
  4507. hum.WalkSpeed = 0
  4508. CFuncs["Sound"].Create("rbxassetid://1368598393", char, 2.5, 0.5)
  4509. CFuncs["Sound"].Create("rbxassetid://1368598393", root, 10, 0.5)
  4510. CFuncs["Sound"].Create("rbxassetid://1436242685", char, 10, 1)
  4511. bosschatfunc("THIS IS THE END!!!",MAINRUINCOLOR.Color,3)
  4512. local keptcolor = MAINRUINCOLOR
  4513. for i = 0,8,0.1 do
  4514. swait()
  4515. 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"))
  4516. block(10,"Add",root.CFrame*CFrame.new(0,25,0),vt(0,0,0),0.2,0.2,0.2,MAINRUINCOLOR,MAINRUINCOLOR.Color)
  4517. 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)
  4518. 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)
  4519. 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)
  4520. 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)
  4521. 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)
  4522. 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)
  4523. end
  4524. for i = 0, 99 do
  4525. local dis = CreateParta(char,1,1,"Neon",MAINRUINCOLOR)
  4526. 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)))
  4527. local at1 = Instance.new("Attachment",dis)
  4528. at1.Position = vt(-25000,0,0)
  4529. local at2 = Instance.new("Attachment",dis)
  4530. at2.Position = vt(25000,0,0)
  4531. local trl = Instance.new('Trail',dis)
  4532. trl.Attachment0 = at1
  4533. trl.FaceCamera = true
  4534. trl.Attachment1 = at2
  4535. trl.Texture = "rbxassetid://1049219073"
  4536. trl.LightEmission = 1
  4537. trl.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)})
  4538. trl.Color = ColorSequence.new(MAINRUINCOLOR.Color)
  4539. trl.Lifetime = 5
  4540. local bv = Instance.new("BodyVelocity")
  4541. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  4542. bv.velocity = dis.CFrame.lookVector*math.random(500,2500)
  4543. bv.Parent = dis
  4544. game:GetService("Debris"):AddItem(dis, 5)
  4545. end
  4546. CFuncs["Sound"].Create("rbxassetid://1841058541", root, 10,1)
  4547. CFuncs["Sound"].Create("rbxassetid://2095993595", char, 5,0.8)
  4548. CFuncs["Sound"].Create("rbxassetid://1841058541", char, 5,1)
  4549. for i = 0,3 do
  4550. swait()
  4551. 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)
  4552. 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)
  4553. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.25,-0.5)*angles(math.rad(30),math.rad(0),math.rad(50)),.8)
  4554. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(-50)),.8)
  4555. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(35),math.rad(-10),math.rad(30)),.8)
  4556. LW.C0=clerp(LW.C0,cf(-1.4,0.5,0.1)*angles(math.rad(35),math.rad(10),math.rad(-30)),.8)
  4557. 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)
  4558. 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)
  4559. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.25,-0.5)*angles(math.rad(30),math.rad(0),math.rad(50)),.8)
  4560. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(-50)),.8)
  4561. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(35),math.rad(-10),math.rad(30)),.8)
  4562. LW.C0=clerp(LW.C0,cf(-1.4,0.5,0.1)*angles(math.rad(35),math.rad(10),math.rad(-30)),.8)
  4563. 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)
  4564. 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)
  4565. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.25,-0.5)*angles(math.rad(30),math.rad(0),math.rad(0)),.8)
  4566. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(-50)),.8)
  4567. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(35),math.rad(-10),math.rad(30)),.8)
  4568. LW.C0=clerp(LW.C0,cf(-1.4,0.5,0.1)*angles(math.rad(35),math.rad(10),math.rad(-30)),.8)
  4569. sphere2(3,"Add",root.CFrame*CFrame.new(0,-3,0),vt(0,0,0),6,0,6,MAINRUINCOLOR,MAINRUINCOLOR.Color)
  4570. CFuncs["Sound"].Create("rbxassetid://468991944", root, 7.5, 1)
  4571. CFuncs["Sound"].Create("rbxassetid://419447292", root, 2.5,1)
  4572. MagniDamage(root, 1000, 78,99, 0, "Normal")
  4573. swait(20)
  4574. sphere2(3,"Add",root.CFrame*CFrame.new(0,-3,0),vt(0,0,0),6,0,6,MAINRUINCOLOR,MAINRUINCOLOR.Color)
  4575. CFuncs["Sound"].Create("rbxassetid://468991944", root, 7.5, 1)
  4576. CFuncs["Sound"].Create("rbxassetid://419447292", root, 2.5,1)
  4577. MagniDamage(root, 1000, 78,99, 0, "Normal")
  4578. swait(100)
  4579. end
  4580.  
  4581. attack = false
  4582. hum.WalkSpeed = storehumanoidWS
  4583. end
  4584.  
  4585. function BURNYS()
  4586. attack = true
  4587. hum.WalkSpeed = 0
  4588. bosschatfunc("$#@%^$^$@*&%@^T@#%$^234",MAINRUINCOLOR.Color,1)
  4589. coroutine.resume(coroutine.create(function()
  4590. local eff = Instance.new("ParticleEmitter",cen)
  4591. eff.Texture = "rbxassetid://2344870656"
  4592. eff.LightEmission = 1
  4593. eff.Color = ColorSequence.new(keptcolor.Color)
  4594. eff.Rate = 10000000
  4595. eff.Enabled = true
  4596. eff.EmissionDirection = "Front"
  4597. eff.Lifetime = NumberRange.new(2)
  4598. 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)})
  4599. eff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0.8,0),NumberSequenceKeypoint.new(0.5,0,0),NumberSequenceKeypoint.new(1,1,0)})
  4600. eff.Speed = NumberRange.new(500)
  4601. eff.Drag = 5
  4602. eff.Rotation = NumberRange.new(-500,500)
  4603. eff.SpreadAngle = Vector2.new(0,900)
  4604. eff.RotSpeed = NumberRange.new(-500,500)
  4605. wait(0.2)
  4606. eff.Enabled = false
  4607. wait(5)
  4608. eff:Destroy()
  4609. end))
  4610. coroutine.resume(coroutine.create(function()
  4611. local shval = 10
  4612. for i = 0, 99 do
  4613. swait()
  4614. shval = shval - 0.1
  4615. hum.CameraOffset = vt(math.random(-shval,shval)/15,math.random(-shval,shval)/15,math.random(-shval,shval)/15)
  4616. end
  4617. hum.CameraOffset = vt(0,0,0)
  4618. end))
  4619. local rrot = 0
  4620. local xam = 1
  4621. coroutine.resume(coroutine.create(function()
  4622. for i = 0, 14 do
  4623. --swait()
  4624. rrot = rrot + 40
  4625. xam = xam + 0.25
  4626. local bonus = xam
  4627. local xa = CreateParta(char,0.5,1,"Neon",BrickColor.random())
  4628. xa.Anchored = true
  4629. xa.Color = Color3.new(0,0,0)
  4630. xa.CFrame = root.CFrame*CFrame.new(0,-3,-rrot/1.75)
  4631. CreateMesh(xa,"Sphere",30,1,30)
  4632. local xc = 0
  4633. coroutine.resume(coroutine.create(function()
  4634. for i = 0, 99 do
  4635. swait()
  4636. xc = xc + 0.01
  4637. xa.Color = Color3.new(xc,0,0)
  4638. end
  4639. xa.Transparency = 1
  4640. CFuncs["Sound"].Create("rbxassetid://144699494", xa, 10,0.75)
  4641. MagniDamage(xa, 30, 78,99, 0, "Normal")
  4642. shakes(0.3,1)
  4643. 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"))
  4644. sphere(1,"Add",xa.CFrame,vt(1,1,1),0.8,BrickColor.new("Really red"))
  4645. for i = 0, 20 do
  4646. 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)
  4647. end
  4648. game:GetService("Debris"):AddItem(xa, 5)
  4649. coroutine.resume(coroutine.create(function()
  4650. for i = 0, 19 do
  4651. swait()
  4652. hum.CameraOffset = vt(math.random(-10,10)/50,math.random(-10,10)/50,math.random(-10,10)/50)
  4653. end
  4654. hum.CameraOffset = vt(0,0,0)
  4655. end))
  4656. end))
  4657. end
  4658. end))
  4659. for i = 0,2,0.1 do
  4660. swait()
  4661. 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)
  4662. 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)
  4663. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.25,-0.5)*angles(math.rad(30),math.rad(0),math.rad(50)),.8)
  4664. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(-50)),.8)
  4665. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(35),math.rad(-10),math.rad(30)),.8)
  4666. LW.C0=clerp(LW.C0,cf(-1.4,0.5,0.1)*angles(math.rad(-35),math.rad(10),math.rad(-50)),.8)
  4667. end
  4668. attack = false
  4669. hum.WalkSpeed = storehumanoidWS
  4670. end
  4671.  
  4672. function asd421()
  4673. attack = true
  4674. local absval = 0
  4675. local rngb = Instance.new("Part", char)
  4676. rngb.Anchored = true
  4677. rngb.BrickColor = origcolor
  4678. rngb.CanCollide = false
  4679. rngb.FormFactor = 3
  4680. rngb.Name = "Ring"
  4681. rngb.Material = "Neon"
  4682. rngb.Size = Vector3.new(1, 0.05, 1)
  4683. rngb.Transparency = 1
  4684. rngb.TopSurface = 0
  4685. rngb.BottomSurface = 0
  4686. local rngmb = Instance.new("SpecialMesh", rngb)
  4687. rngmb.MeshType = "Brick"
  4688. rngmb.Name = "SizeMesh"
  4689. rngmb.Scale = vt(0,1,0)
  4690. bosschatfunc("HOW DO YOU LIKE THIS???",MAINRUINCOLOR.Color,3)
  4691. local orb = rngb:Clone()
  4692. orb.Parent = char
  4693. orb.Transparency = 0
  4694. orb.BrickColor = BrickColor.new("White")
  4695. orb.Size = vt(1,1,1)
  4696. local orbmish = orb.SizeMesh
  4697. orbmish.Scale = vt(0,0,0)
  4698. orbmish.MeshType = "Sphere"
  4699.  
  4700. CFuncs["Sound"].Create("rbxassetid://1448033299", orb, 10, 1)
  4701.  
  4702. local orbe = rngb:Clone()
  4703. orbe.Parent = char
  4704. orbe.Transparency = 0.5
  4705. orbe.BrickColor = BrickColor.new("New Yeller")
  4706. orbe.Size = vt(1,1,1)
  4707. local orbmish2 = orbe.SizeMesh
  4708. orbmish2.Scale = vt(0,0,0)
  4709. orbmish2.MeshType = "Sphere"
  4710. orbe.Color = Color3.new(r/255,g/255,b/255)
  4711.  
  4712. local obj1 = script.chring2:Clone()
  4713. obj1.Parent = char
  4714. obj1.Transparency = 1
  4715. obj1.Size = vt(1,1,1)
  4716. obj1.Color = BrickColor.new("Lime green").Color
  4717. local rval = 0
  4718. rngb:Destroy()
  4719. local outerscale = 0
  4720. --[[
  4721. local scaled = 1
  4722. for i = 0,5,0.1 do
  4723. swait()
  4724. scaled = scaled - 0.02
  4725. if SCREAMINGmode == true then
  4726. orbe.Color = Color3.new(r/255,g/255,b/255)
  4727. end
  4728. orbmish.Scale = orbmish.Scale + vt(scaled/1.5,scaled/1.5,scaled/1.5)
  4729. orbmish2.Scale = orbmish2.Scale + vt(scaled*1.1/1.5,scaled*1.1/1.5,scaled*1.1/1.5)
  4730. orb.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*11.5
  4731. orbe.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*11.5
  4732. 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)
  4733. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),0.3)
  4734. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  4735. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(90)), 0.3)
  4736. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(10), math.rad(0), math.rad(-20)), 0.3)
  4737. 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)
  4738. 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)
  4739. RootPart.CFrame = FaceMouse()[1]
  4740. end]]--
  4741. for i = 0,5,0.1 do
  4742. swait()
  4743. rval = rval + math.random(30,40)
  4744. obj1.CFrame = root.CFrame*CFrame.new(0,1,-5)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(rval))
  4745. obj1.Transparency = obj1.Transparency - 0.05
  4746. obj1.Size = obj1.Size + vt(1.8,1.8,0.3)
  4747. outerscale = outerscale + 0.015
  4748. orb.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*11.5
  4749. orbe.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*11.5
  4750. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),0.3)
  4751. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  4752. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(90)), 0.3)
  4753. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(10), math.rad(0), math.rad(-20)), 0.3)
  4754. 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)
  4755. 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)
  4756. end
  4757. orbe.Transparency = 1
  4758. orb.Transparency = 1
  4759. orb.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*5
  4760. CFuncs["Sound"].Create("rbxassetid://1368605755", char, 7.5, 1)
  4761. CFuncs["Sound"].Create("rbxassetid://763718160", char, 10, 0.5)
  4762. CFuncs["Sound"].Create("rbxassetid://763718160", char, 10, 0.25)
  4763. CFuncs["Sound"].Create("rbxassetid://782353443", char, 10, 1)
  4764. CFuncs["Sound"].Create("rbxassetid://782353443", char, 10, 0.75)
  4765. CFuncs["LongSound"].Create("rbxassetid://782353443", char, 10, 0.5)
  4766. CFuncs["LongSound"].Create("rbxassetid://782353443", char, 10, 0.25)
  4767. CFuncs["Sound"].Create("rbxassetid://1664711478", char, 10, 1)
  4768. shakes(0.3,20)
  4769. local xd= Instance.new("Sound",char)
  4770. xd.SoundId = "rbxassetid://445796828"
  4771. xd.Pitch = 0.75
  4772. xd.Looped = true
  4773. xd.Volume = 1.25
  4774. xd:Play()
  4775. local a = Instance.new("Part",Character)
  4776. a.Name = "Direction"
  4777. a.Anchored = true
  4778. a.BrickColor = bc("Alder")
  4779. a.Color = MAINRUINCOLOR.Color
  4780. a.Material = "Neon"
  4781. a.Transparency = 0.5
  4782. a.Shape = "Cylinder"
  4783. a.CanCollide = false
  4784. local a2 = Instance.new("Part",Character)
  4785. a2.Name = "Direction"
  4786. a2.Anchored = true
  4787. a2.BrickColor = bc("New Yeller")
  4788. a2.Color = MAINRUINCOLOR.Color
  4789. a2.Material = "Neon"
  4790. a2.Transparency = 0.5
  4791. a2.Shape = "Cylinder"
  4792. a2.CanCollide = false
  4793. local ba = Instance.new("Part",Character)
  4794. ba.Name = "HitDirect"
  4795. ba.Anchored = true
  4796. ba.BrickColor = bc("Cool yellow")
  4797. ba.Material = "Neon"
  4798. ba.Transparency = 1
  4799. ba.CanCollide = false
  4800. local ray = Ray.new(
  4801. orb.CFrame.p, -- origin
  4802. (mouse.Hit.p - orb.CFrame.p).unit * 1000 -- direction
  4803. )
  4804. local ignore = Character
  4805. local hit, position, normal = workspace:FindPartOnRay(ray, ignore)
  4806. a.BottomSurface = 10
  4807. a.TopSurface = 10
  4808. a2.BottomSurface = 10
  4809. a2.TopSurface = 10
  4810. local distance = (orb.CFrame.p - position).magnitude
  4811. a.Size = Vector3.new(distance, 1, 1)
  4812. a.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2)
  4813. a2.Size = Vector3.new(distance, 1, 1)
  4814. a2.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2)
  4815. ba.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance)
  4816. a.CFrame = a.CFrame*CFrame.Angles(0,math.rad(90),0)
  4817. a2.CFrame = a2.CFrame*CFrame.Angles(0,math.rad(90),0)
  4818. game:GetService("Debris"):AddItem(a, 60)
  4819. game:GetService("Debris"):AddItem(a2, 60)
  4820. game:GetService("Debris"):AddItem(ba, 60)
  4821. local outerscale = 0
  4822. local msh = Instance.new("SpecialMesh",a)
  4823. msh.MeshType = "Cylinder"
  4824. msh.Scale = vt(1,0,0)
  4825. local msh2 = Instance.new("SpecialMesh",a2)
  4826. msh2.MeshType = "Cylinder"
  4827. msh2.Scale = vt(1,0,0)
  4828. for i = 0,2,0.1 do
  4829. swait()
  4830. rval = rval + math.random(30,40)
  4831. obj1.CFrame = root.CFrame*CFrame.new(0,1,-5)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(rval))
  4832. CameraEnshaking(1,1)
  4833. msh2.Scale = msh2.Scale + vt(0,outerscale*20,outerscale*20)
  4834. msh.Scale = msh.Scale + vt(0,outerscale*15,outerscale*15)
  4835. outerscale = outerscale - 0.015
  4836. orb.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4
  4837. orbe.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4
  4838. ray = Ray.new(
  4839. orb.CFrame.p, -- origin
  4840. (mouse.Hit.p - orb.CFrame.p).unit * 1000 -- direction
  4841. )
  4842. hit, position, normal = workspace:FindPartOnRay(ray, ignore)
  4843. distance = (orb.CFrame.p - position).magnitude
  4844. if typrot == 1 then
  4845. rotation = rotation + 2.5
  4846. elseif typrot == 2 then
  4847. rotation = rotation - 2.5
  4848. end
  4849.  
  4850. a.Size = Vector3.new(distance, 1, 1)
  4851. a.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2)
  4852. a2.Size = Vector3.new(distance, 1, 1)
  4853. a2.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2)
  4854. ba.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance)
  4855. a.CFrame = a.CFrame*CFrame.Angles(0,math.rad(90),0)
  4856. a2.CFrame = a2.CFrame*CFrame.Angles(0,math.rad(90),0)
  4857. absval = absval + 0.005
  4858. coroutine.resume(coroutine.create(function()
  4859. local eff = Instance.new("ParticleEmitter",ba)
  4860. eff.Texture = "rbxassetid://284205403"
  4861. eff.LightEmission = 0.95
  4862. eff.Color = ColorSequence.new(MAINRUINCOLOR.Color)
  4863. eff.Rate = 10000
  4864. eff.Lifetime = NumberRange.new(5)
  4865. eff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,50,0),NumberSequenceKeypoint.new(0.8,100,0),NumberSequenceKeypoint.new(1,0,0)})
  4866. eff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(0.8,0.5,0),NumberSequenceKeypoint.new(1,1,0)})
  4867. eff.Speed = NumberRange.new(600,1250)
  4868. eff.Drag = 5
  4869. eff.Rotation = NumberRange.new(-500,500)
  4870. eff.VelocitySpread = 9000
  4871. eff.RotSpeed = NumberRange.new(-500,500)
  4872. wait(1)
  4873. eff.Enabled = false
  4874. end))
  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. 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)
  4877. 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"))
  4878. MagniDamage(ba, 100, 500,60000, 0, "Normal")
  4879. end
  4880. for z = 0, 2 do
  4881. for i = 0,4,0.1 do
  4882. swait()
  4883. rval = rval + math.random(30,40)
  4884. obj1.CFrame = root.CFrame*CFrame.new(0,1,-5)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(rval))
  4885. CameraEnshaking(1,1)
  4886. msh2.Scale = msh2.Scale + vt(0,outerscale,outerscale)
  4887. msh.Scale = msh.Scale - vt(0,outerscale,outerscale)
  4888. outerscale = outerscale + 0.015
  4889. orb.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4
  4890. orbe.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4
  4891. ray = Ray.new(
  4892. orb.CFrame.p, -- origin
  4893. (mouse.Hit.p - orb.CFrame.p).unit * 1000 -- direction
  4894. )
  4895. hit, position, normal = workspace:FindPartOnRay(ray, ignore)
  4896. distance = (orb.CFrame.p - position).magnitude
  4897. if typrot == 1 then
  4898. rotation = rotation + 2.5
  4899. elseif typrot == 2 then
  4900. rotation = rotation - 2.5
  4901. end
  4902.  
  4903. a.Size = Vector3.new(distance, 1, 1)
  4904. a.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2)
  4905. a2.Size = Vector3.new(distance, 1, 1)
  4906. a2.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2)
  4907. ba.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance)
  4908. a.CFrame = a.CFrame*CFrame.Angles(0,math.rad(90),0)
  4909. a2.CFrame = a2.CFrame*CFrame.Angles(0,math.rad(90),0)
  4910. absval = absval + 0.005
  4911. coroutine.resume(coroutine.create(function()
  4912. local eff = Instance.new("ParticleEmitter",ba)
  4913. eff.Texture = "rbxassetid://284205403"
  4914. eff.LightEmission = 0.95
  4915. eff.Color = ColorSequence.new(MAINRUINCOLOR.Color)
  4916. eff.Rate = 10000
  4917. eff.Lifetime = NumberRange.new(5)
  4918. eff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,50,0),NumberSequenceKeypoint.new(0.8,100,0),NumberSequenceKeypoint.new(1,0,0)})
  4919. eff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(0.8,0.5,0),NumberSequenceKeypoint.new(1,1,0)})
  4920. eff.Speed = NumberRange.new(600,1250)
  4921. eff.Drag = 5
  4922. eff.Rotation = NumberRange.new(-500,500)
  4923. eff.VelocitySpread = 9000
  4924. eff.RotSpeed = NumberRange.new(-500,500)
  4925. wait(1)
  4926. eff.Enabled = false
  4927. end))
  4928. 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"))
  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. 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)
  4931. MagniDamage(ba, 100, 500,60000, 0, "Normal")
  4932. end
  4933. for i = 0,4,0.1 do
  4934. swait()
  4935. rval = rval + math.random(30,40)
  4936. obj1.CFrame = root.CFrame*CFrame.new(0,1,-5)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(rval))
  4937. CameraEnshaking(1,1)
  4938. msh2.Scale = msh2.Scale + vt(0,outerscale,outerscale)
  4939. msh.Scale = msh.Scale - vt(0,outerscale,outerscale)
  4940. outerscale = outerscale - 0.015
  4941. orb.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4
  4942. orbe.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4
  4943. ray = Ray.new(
  4944. orb.CFrame.p, -- origin
  4945. (mouse.Hit.p - orb.CFrame.p).unit * 1000 -- direction
  4946. )
  4947. hit, position, normal = workspace:FindPartOnRay(ray, ignore)
  4948. distance = (orb.CFrame.p - position).magnitude
  4949. if typrot == 1 then
  4950. rotation = rotation + 2.5
  4951. elseif typrot == 2 then
  4952. rotation = rotation - 2.5
  4953. end
  4954.  
  4955. a.Size = Vector3.new(distance, 1, 1)
  4956. a.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2)
  4957. a2.Size = Vector3.new(distance, 1, 1)
  4958. a2.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2)
  4959. ba.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance)
  4960. a.CFrame = a.CFrame*CFrame.Angles(0,math.rad(90),0)
  4961. a2.CFrame = a2.CFrame*CFrame.Angles(0,math.rad(90),0)
  4962. absval = absval + 0.005
  4963. coroutine.resume(coroutine.create(function()
  4964. local eff = Instance.new("ParticleEmitter",ba)
  4965. eff.Texture = "rbxassetid://284205403"
  4966. eff.LightEmission = 0.95
  4967. eff.Color = ColorSequence.new(MAINRUINCOLOR.Color)
  4968. eff.Rate = 10000
  4969. eff.Lifetime = NumberRange.new(5)
  4970. eff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,50,0),NumberSequenceKeypoint.new(0.8,100,0),NumberSequenceKeypoint.new(1,0,0)})
  4971. eff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(0.8,0.5,0),NumberSequenceKeypoint.new(1,1,0)})
  4972. eff.Speed = NumberRange.new(600,1250)
  4973. eff.Drag = 5
  4974. eff.Rotation = NumberRange.new(-500,500)
  4975. eff.VelocitySpread = 9000
  4976. eff.RotSpeed = NumberRange.new(-500,500)
  4977. wait(1)
  4978. eff.Enabled = false
  4979. end))
  4980. 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"))
  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. 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)
  4983. MagniDamage(ba, 100, 500,60000, 0, "Normal")
  4984. end
  4985. end
  4986. for i = 0,4,0.1 do
  4987. swait()
  4988. rval = rval + math.random(30,40)
  4989. obj1.CFrame = root.CFrame*CFrame.new(0,1,-5)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(rval))
  4990. CameraEnshaking(1,1)
  4991. msh2.Scale = msh2.Scale + vt(0,outerscale,outerscale)
  4992. msh.Scale = msh.Scale - vt(0,outerscale,outerscale)
  4993. xd.Volume = xd.Volume - 0.025
  4994. a.Transparency = a.Transparency + 0.025
  4995. a2.Transparency = a2.Transparency + 0.025
  4996. outerscale = outerscale - 0.015
  4997. orb.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4
  4998. orbe.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4
  4999. ray = Ray.new(
  5000. orb.CFrame.p, -- origin
  5001. (mouse.Hit.p - orb.CFrame.p).unit * 1000 -- direction
  5002. )
  5003. hit, position, normal = workspace:FindPartOnRay(ray, ignore)
  5004. distance = (orb.CFrame.p - position).magnitude
  5005. if typrot == 1 then
  5006. rotation = rotation + 2.5
  5007. elseif typrot == 2 then
  5008. rotation = rotation - 2.5
  5009. end
  5010.  
  5011. a.Size = Vector3.new(distance, 1, 1)
  5012. a.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2)
  5013. a2.Size = Vector3.new(distance, 1, 1)
  5014. a2.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2)
  5015. ba.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance)
  5016. a.CFrame = a.CFrame*CFrame.Angles(0,math.rad(90),0)
  5017. a2.CFrame = a2.CFrame*CFrame.Angles(0,math.rad(90),0)
  5018. absval = absval + 0.005
  5019. coroutine.resume(coroutine.create(function()
  5020. local eff = Instance.new("ParticleEmitter",ba)
  5021. eff.Texture = "rbxassetid://284205403"
  5022. eff.LightEmission = 0.95
  5023. eff.Color = ColorSequence.new(MAINRUINCOLOR.Color)
  5024. eff.Rate = 10000
  5025. eff.Lifetime = NumberRange.new(5)
  5026. eff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,50,0),NumberSequenceKeypoint.new(0.8,100,0),NumberSequenceKeypoint.new(1,0,0)})
  5027. eff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(0.8,0.5,0),NumberSequenceKeypoint.new(1,1,0)})
  5028. eff.Speed = NumberRange.new(600,1250)
  5029. eff.Drag = 5
  5030. eff.Rotation = NumberRange.new(-500,500)
  5031. eff.VelocitySpread = 9000
  5032. eff.RotSpeed = NumberRange.new(-500,500)
  5033. wait(1)
  5034. eff.Enabled = false
  5035. end))
  5036. 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"))
  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. 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)
  5039. MagniDamage(ba, 100, 500,60000, 0, "Normal")
  5040. end
  5041. for i = 0,10 do
  5042. swait()
  5043. rval = rval + math.random(30,40)
  5044. obj1.Transparency = obj1.Transparency + 0.05
  5045. obj1.Size = obj1.Size - vt(1.8,1.8,0.3)
  5046. obj1.CFrame = root.CFrame*CFrame.new(0,1,-5)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(rval))
  5047. end
  5048. xd:Destroy()
  5049. obj1:Destroy()
  5050. a:Destroy()
  5051. a2:Destroy()
  5052. ba:Destroy()
  5053. orb:Destroy()
  5054. orbe:Destroy()
  5055. attack = false
  5056. end
  5057. function attackone()
  5058. attack = true
  5059. for i = 0,1,0.1 do
  5060. swait()
  5061. 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)
  5062. 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)
  5063. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.3,-0.1)*angles(math.rad(5),math.rad(0),math.rad(-45)),.5)
  5064. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(45)),.5)
  5065. RW.C0=clerp(RW.C0,cf(1.45,0.5,0)*angles(math.rad(90),math.rad(0),math.rad(50)),.5)
  5066. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(20),math.rad(10),math.rad(-30)),.5)
  5067. end
  5068. CFuncs["Sound"].Create("rbxassetid://200632136", root, 1, 1.1)
  5069.  
  5070. local hitb = Instance.new("Part", char)
  5071. hitb.Anchored = true
  5072. hitb.CanCollide = false
  5073. hitb.FormFactor = 3
  5074. hitb.Name = "Ring"
  5075. hitb.Material = "Neon"
  5076. hitb.Size = Vector3.new(1, 1, 1)
  5077. hitb.Transparency = 1
  5078. hitb.TopSurface = 0
  5079. hitb.BottomSurface = 0
  5080. hitb.CFrame = root.CFrame + root.CFrame.lookVector*2
  5081. MagniDamage(hitb, 3, 10,30, 0, "Normal")
  5082. hitb:Destroy()
  5083. for i = 0,1,0.1 do
  5084. swait()
  5085. 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)
  5086. 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)
  5087. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-0.05)*angles(math.rad(0),math.rad(0),math.rad(55)),.5)
  5088. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(-55)),.5)
  5089. RW.C0=clerp(RW.C0,cf(1.15,0.5,-0.6)*angles(math.rad(90),math.rad(0),math.rad(-50)),.5)
  5090. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(-5),math.rad(10),math.rad(-10)),.5)
  5091. end
  5092. attack = false
  5093. end
  5094.  
  5095. function attacktwo()
  5096. for i = 0,1,0.1 do
  5097. swait()
  5098. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(30),math.rad(0),math.rad(0)),0.2)
  5099. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  5100. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  5101. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  5102. 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)
  5103. 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)
  5104. end
  5105. attack = true
  5106. CFuncs["Sound"].Create("rbxassetid://200632136", root, 1, 1.1)
  5107. local hitb = Instance.new("Part", char)
  5108. hitb.Anchored = true
  5109. hitb.CanCollide = false
  5110. hitb.FormFactor = 3
  5111. hitb.Name = "Ring"
  5112. hitb.Material = "Neon"
  5113. hitb.Size = Vector3.new(1, 1, 1)
  5114. hitb.Transparency = 1
  5115. hitb.TopSurface = 0
  5116. hitb.BottomSurface = 0
  5117. hitb.CFrame = root.CFrame + root.CFrame.lookVector*2
  5118. MagniDamage(hitb, 3, 10,30, 0, "Normal")
  5119. hitb:Destroy()
  5120. for i = 0,1,0.1 do
  5121. swait()
  5122. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(-30),math.rad(0),math.rad(0)),0.2)
  5123. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  5124. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  5125. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  5126. 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)
  5127. 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)
  5128. end
  5129. attack = false
  5130. end
  5131.  
  5132. function hopeburst()
  5133. hum.WalkSpeed = 0
  5134. attack = true
  5135. for x = 0, 10 do
  5136. for i = 0, 1, 0.6 do
  5137. swait()
  5138. 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)
  5139. 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"))
  5140.  
  5141. hum.CameraOffset = vt(math.random(-10,10)/30,math.random(-10,10)/30,math.random(-10,10)/30)
  5142. 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)
  5143. 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)
  5144. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.8)
  5145. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5),math.rad(0),math.rad(0)),.8)
  5146. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-25),math.rad(0),math.rad(97)),.8)
  5147. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-27),math.rad(0),math.rad(-98)),.8)
  5148. end
  5149. for i = 0, 1, 0.6 do
  5150. swait()
  5151. 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)
  5152. 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"))
  5153.  
  5154. hum.CameraOffset = vt(math.random(-10,10)/30,math.random(-10,10)/30,math.random(-10,10)/30)
  5155. 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)
  5156. 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)
  5157. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.8)
  5158. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5),math.rad(0),math.rad(0)),.8)
  5159. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-25),math.rad(0),math.rad(97)),.8)
  5160. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-27),math.rad(0),math.rad(-98)),.8)
  5161. end
  5162. for i = 0, 1, 0.6 do
  5163. swait()
  5164. 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)
  5165. 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"))
  5166. hum.CameraOffset = vt(math.random(-10,10)/30,math.random(-10,10)/30,math.random(-10,10)/30)
  5167. 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)
  5168. 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)
  5169. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(180)),.8)
  5170. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5),math.rad(0),math.rad(0)),.8)
  5171. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-25),math.rad(0),math.rad(97)),.8)
  5172. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-27),math.rad(0),math.rad(-98)),.8)
  5173. end
  5174. for i = 0, 1, 0.6 do
  5175. swait()
  5176. 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)
  5177. 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"))
  5178. hum.CameraOffset = vt(math.random(-10,10)/30,math.random(-10,10)/30,math.random(-10,10)/30)
  5179. 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)
  5180. 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)
  5181. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(270)),.8)
  5182. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5),math.rad(0),math.rad(0)),.8)
  5183. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-25),math.rad(0),math.rad(97)),.8)
  5184. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-27),math.rad(0),math.rad(-98)),.8)
  5185. end
  5186. end
  5187. 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)
  5188.  
  5189. CFuncs["Sound"].Create("rbxassetid://1368637781", char, 5, 0.25)
  5190. CFuncs["Sound"].Create("rbxassetid://1368637781", char, 5, 0.5)
  5191. CFuncs["Sound"].Create("rbxassetid://1368637781", char, 5, 0.75)
  5192. CFuncs["Sound"].Create("rbxassetid://1368637781", char, 7.5, 1)
  5193. CFuncs["Sound"].Create("rbxassetid://1368605755", char, 7.5, 1)
  5194. CFuncs["Sound"].Create("rbxassetid://763718160", char, 10, 0.5)
  5195. CFuncs["Sound"].Create("rbxassetid://763718160", char, 10, 0.25)
  5196. CFuncs["Sound"].Create("rbxassetid://782353443", char, 10, 1)
  5197. CFuncs["Sound"].Create("rbxassetid://782353443", char, 10, 0.75)
  5198. CFuncs["LongSound"].Create("rbxassetid://782353443", char, 10, 0.5)
  5199. CFuncs["LongSound"].Create("rbxassetid://782353443", char, 10, 0.25)
  5200. for i, v in pairs(FindNearestHead(root.CFrame.p, 1000000000)) do
  5201. if v:FindFirstChild('Head') then
  5202. dmg(v)
  5203. end
  5204. end
  5205. for i = 0,4 do
  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. 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"))
  5209. end
  5210. attack = false
  5211. hum.WalkSpeed = storehumanoidWS
  5212. end
  5213.  
  5214. function attackthree()
  5215. attack = true
  5216. for i = 0, 2, 0.1 do
  5217. swait()
  5218. 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)
  5219. 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)
  5220. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  5221. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  5222. RW.C0 = clerp(RW.C0, cf(1.5, 0.5, 0) * angles(math.rad(140), math.rad(0), math.rad(-20)), 0.2)
  5223. LW.C0 = clerp(LW.C0, cf(-1.5, 0.5, 0) * angles(math.rad(140), math.rad(0), math.rad(20)), 0.2)
  5224. end
  5225. CFuncs.Sound.Create("rbxassetid://438666141", root, 7.5, 1)
  5226. CFuncs.Sound.Create("rbxassetid://1208650519", root, 7.5, 1)
  5227. for i, v in pairs(FindNearestHead(Torso.CFrame.p, 25)) do
  5228. if v:FindFirstChild("Head") then
  5229. dmg(v)
  5230. end
  5231. end
  5232. sphere(5, "Add", root.CFrame * CFrame.new(0, -2.9, 0), vt(0, 0, 0), 1, MAINRUINCOLOR)
  5233. sphere(10, "Add", root.CFrame * CFrame.new(0, -2.9, 0), vt(0, 0, 0), 2, MAINRUINCOLOR)
  5234. sphere(1, "Add", root.CFrame * CFrame.new(0, -2.9, 0), vt(25, 0.01, 25), 0.01, MAINRUINCOLOR)
  5235. for i = 0, 2, 0.1 do
  5236. swait()
  5237. 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)
  5238. 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)
  5239. 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)
  5240. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)
  5241. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)
  5242. RW.C0 = clerp(RW.C0, cf(1.5, 0.5, 0) * angles(math.rad(-50), math.rad(0), math.rad(30)), 0.4)
  5243. LW.C0 = clerp(LW.C0, cf(-1.5, 0.5, 0) * angles(math.rad(-50), math.rad(0), math.rad(-30)), 0.4)
  5244. end
  5245. attack = false
  5246. end
  5247.  
  5248. -------------------------------------
  5249.  
  5250. Humanoid.Animator.Parent = nil
  5251.  
  5252. -------------------------------------
  5253.  
  5254. local attacktype = 1
  5255. mouse.Button1Down:connect(function()
  5256. if attack == false and attacktype == 1 then
  5257. attacktype = 2
  5258. attackone()
  5259. elseif attack == false and attacktype == 2 then
  5260. attacktype = 3
  5261. attacktwo()
  5262. elseif attack == false and attacktype == 3 then
  5263. attacktype = 1
  5264. attackthree()
  5265. elseif attack == false and attacktype == 4 then
  5266. attacktype = 1
  5267. --attackfour()
  5268. end
  5269. end)
  5270. mouse.KeyDown:connect(function(k)
  5271. if k == "q" and attack == false and ModeOfGlitch ~= 1 then
  5272. ModeOfGlitch = 1
  5273. storehumanoidWS = 20
  5274. hum.WalkSpeed = 20
  5275. rainbowmode = false
  5276. MAINRUINCOLOR = BrickColor.new"Really red"
  5277. MAINRUINCOLOR2 = BrickColor.new"Really black"
  5278. sword = false
  5279. newTheme("rbxassetid://2639726704",0,1,1.25)
  5280. RecolorTextAndRename("INCREATION",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
  5281. end
  5282. if k == "e" and attack == false and ModeOfGlitch ~= 2 then
  5283. ModeOfGlitch = 2
  5284. storehumanoidWS = 70
  5285. hum.WalkSpeed = 70
  5286. rainbowmode = false
  5287. MAINRUINCOLOR = BrickColor.new"Toothpaste"
  5288. MAINRUINCOLOR2 = BrickColor.new"Navy blue"
  5289. sword = false
  5290. newTheme("rbxassetid://580367180",0,1,1.25) -- 580367180 , 170020261
  5291. RecolorTextAndRename("RESELMBLANCE",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
  5292. end
  5293. if k == "r" and attack == false and ModeOfGlitch ~= 3 then
  5294. ModeOfGlitch = 3
  5295. storehumanoidWS = 20
  5296. hum.WalkSpeed = 20
  5297. rainbowmode = false
  5298. MAINRUINCOLOR = BrickColor.new"Hot pink"
  5299. MAINRUINCOLOR2 = BrickColor.new"Pink"
  5300. newTheme("rbxassetid://1426044282",0,1,1.25)
  5301. if plr.Name == "wanTH092" then
  5302. RecolorTextAndRename("CAKECOO",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
  5303. elseif plr.Name == "tommy73738" then
  5304. RecolorTextAndRename("CONFESSION",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
  5305. sword = true
  5306. newTheme("rbxassetid://1067833276",0,1,1.25) --1067833276
  5307. elseif plr.Name ~= "wanTH092" or plr.Name ~= "tommy73738" then
  5308. sword = false
  5309. RecolorTextAndRename("IDOLIZATION",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
  5310. end
  5311. end
  5312. if k == "t" and attack == false and ModeOfGlitch ~= 4 then
  5313. ModeOfGlitch = 4
  5314. storehumanoidWS = 20
  5315. hum.WalkSpeed = 20
  5316. rainbowmode = false
  5317. sword = false
  5318. MAINRUINCOLOR = BrickColor.new"Lime green"
  5319. MAINRUINCOLOR2 = BrickColor.new"New Yeller"
  5320. newTheme("rbxassetid://2569365263",0,1,1.25)
  5321. RecolorTextAndRename("FLUORESCENT",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
  5322. end
  5323. if k == "y" and attack == false and ModeOfGlitch ~= 5 then
  5324. ModeOfGlitch = 5
  5325. storehumanoidWS = 70
  5326. hum.WalkSpeed = 70
  5327. rainbowmode = false
  5328. sword = false
  5329. MAINRUINCOLOR = BrickColor.new"Pink"
  5330. MAINRUINCOLOR2 = BrickColor.new"White"
  5331. newTheme("rbxassetid://2483763576",0,1,1.25)
  5332. RecolorTextAndRename("REALITY",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
  5333. end
  5334. if k == "f" and attack == false and ModeOfGlitch ~= 7 then
  5335. ModeOfGlitch = 7
  5336. storehumanoidWS = 30
  5337. hum.WalkSpeed = 30
  5338. rainbowmode = false
  5339. sword = false
  5340. MAINRUINCOLOR = BrickColor.new"Medium stone grey"
  5341. MAINRUINCOLOR2 = BrickColor.new"White"
  5342. newTheme("rbxassetid://2404024634",0,1,1.25)
  5343. RecolorTextAndRename("RELAXATION",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
  5344. end
  5345. if k == "u" and attack == false and ModeOfGlitch ~= 6 then
  5346. ModeOfGlitch = 6
  5347. storehumanoidWS = 20
  5348. hum.WalkSpeed = 20
  5349. rainbowmode = false
  5350. sword = false
  5351. MAINRUINCOLOR = BrickColor.new"Really black"
  5352. MAINRUINCOLOR2 = BrickColor.new"Really black"
  5353. newTheme("rbxassetid://2330164404",0,1,1.25)
  5354. RecolorTextAndRename("SINGULARITY",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
  5355. end
  5356. if k == "g" and attack == false and ModeOfGlitch ~= 8 then
  5357. ModeOfGlitch = 8
  5358. storehumanoidWS = 20
  5359. hum.WalkSpeed = 20
  5360. rainbowmode = false
  5361. sword = false
  5362. MAINRUINCOLOR = BrickColor.new"Really red"
  5363. MAINRUINCOLOR2 = BrickColor.new"Dark blue"
  5364. newTheme("rbxassetid://166255269",0,1,1.25)
  5365. RecolorTextAndRename("ANNIHILATION",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
  5366. end
  5367. if k == "h" and attack == false and ModeOfGlitch ~= 9 then
  5368. ModeOfGlitch = 9
  5369. storehumanoidWS = 300
  5370. hum.WalkSpeed = 300
  5371. rainbowmode = true
  5372. sword = false
  5373. MAINRUINCOLOR = BrickColor.new"White"
  5374. MAINRUINCOLOR2 = BrickColor.new"White"
  5375. newTheme("rbxassetid://1425453563",0,1,1.25)
  5376. Showoff(0,1.3)
  5377. RecolorTextAndRename("HOPE",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
  5378. end
  5379. if k == "j" and attack == false and ModeOfGlitch ~= 10 then
  5380. ModeOfGlitch = 10
  5381. storehumanoidWS = 20
  5382. hum.WalkSpeed = 20
  5383. rainbowmode = false
  5384. sword = false
  5385. MAINRUINCOLOR = BrickColor.new"Dark blue"
  5386. MAINRUINCOLOR2 = BrickColor.new"Royal purple"
  5387. newTheme("rbxassetid://376565241",0,1,1.25)
  5388. Showoff2(0,0.5)
  5389. RecolorTextAndRename("PARANOIA",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
  5390. end
  5391. if k == "k" and attack == false and ModeOfGlitch ~= 11 then
  5392. ModeOfGlitch = 11
  5393. storehumanoidWS = 20
  5394. hum.WalkSpeed = 20
  5395. rainbowmode = false
  5396. sword = false
  5397. MAINRUINCOLOR = BrickColor.new"Really black"
  5398. MAINRUINCOLOR2 = BrickColor.new"Really black"
  5399. newTheme("rbxassetid://435773595",0,1,1.25)
  5400. RecolorTextAndRename("SPECTRALIZER",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
  5401. end
  5402. if k == "l" and mutedtog == false then
  5403. mutedtog = true
  5404. kan.Volume = 0
  5405. elseif k == "l" and mutedtog == true then
  5406. mutedtog = false
  5407. kan.Volume = 1.25
  5408. end
  5409. if k == "z" and attack == false and ModeOfGlitch == 2 then
  5410. Balanced()
  5411. elseif k == "z" and attack == false and ModeOfGlitch == 3 and swordy == false then
  5412. Staywey()
  5413. elseif k == "z" and attack == false and ModeOfGlitch == 1 then
  5414. BURNYS()
  5415. elseif k == "z" and attack == false and ModeOfGlitch == 4 then
  5416. asd421()
  5417. elseif k == "v" and attack == false and ModeOfGlitch == 7 then
  5418. heartbeatatmyfeeties()
  5419. elseif k == "x" and attack == false and ModeOfGlitch == 9 then
  5420. --hopeburst()
  5421. end
  5422. end)
  5423.  
  5424. plr.Chatted:connect(function(message)
  5425. if message:sub(1,3) == "id/" then
  5426. ORGID = message:sub(4)
  5427. kan.TimePosition = 0
  5428. kan:Play()
  5429. elseif message:sub(1,6) == "pitch/" then
  5430. ORPIT = message:sub(7)
  5431. elseif message:sub(1,4) == "vol/" then
  5432. ORVOL = message:sub(5)
  5433. elseif message:sub(1,7) == "skipto/" then
  5434. kan.TimePosition = message:sub(8)
  5435. end
  5436. end)
  5437.  
  5438. coroutine.resume(coroutine.create(function()
  5439. while true do
  5440. swait()
  5441. if ModeOfGlitch ~= 6 and ModeOfGlitch ~= 9 then
  5442. for i, v in pairs(gunty:GetChildren()) do
  5443. if v:IsA("Part") then
  5444. v.BrickColor = MAINRUINCOLOR
  5445. end
  5446. end
  5447. for i, v in pairs(gunty2:GetChildren()) do
  5448. if v:IsA("Part") then
  5449. v.BrickColor = MAINRUINCOLOR2
  5450. end
  5451. end
  5452. for i, v in pairs(glovey:GetChildren()) do
  5453. if v:IsA("Part") then
  5454. v.BrickColor = MAINRUINCOLOR
  5455. end
  5456. end
  5457. elseif ModeOfGlitch == 6 then
  5458. for i, v in pairs(gunty:GetChildren()) do
  5459. if v:IsA("Part") then
  5460. v.Color = Color3.new(math.random(0,1),0,0)
  5461. end
  5462. end
  5463. for i, v in pairs(gunty2:GetChildren()) do
  5464. if v:IsA("Part") then
  5465. v.Color = Color3.new(math.random(0,1),0,0)
  5466. end
  5467. end
  5468. for i, v in pairs(glovey:GetChildren()) do
  5469. if v:IsA("Part") then
  5470. v.Color = Color3.new(math.random(0,1),0,0)
  5471. end
  5472. end
  5473. ned.TextStrokeColor3 = Color3.new(math.random(0,1),0,0)
  5474. techc2.ImageColor3 = Color3.new(math.random(0,1),0,0)
  5475. circl.ImageColor3 = Color3.new(math.random(0,1),0,0)
  5476. imgl2b.ImageColor3 = Color3.new(math.random(0,1),0,0)
  5477. imgl2.ImageColor3 = Color3.new(math.random(0,1),0,0)
  5478. ned.TextColor3 = Color3.new(math.random(0,1),0,0)
  5479. elseif ModeOfGlitch == 9 then
  5480. for i, v in pairs(gunty:GetChildren()) do
  5481. if v:IsA("Part") then
  5482. v.Color = Color3.new(r/255,g/255,b/255)
  5483. end
  5484. end
  5485. for i, v in pairs(gunty2:GetChildren()) do
  5486. if v:IsA("Part") then
  5487. v.Color = Color3.new(r/255,g/255,b/255)
  5488. end
  5489. end
  5490. for i, v in pairs(glovey:GetChildren()) do
  5491. if v:IsA("Part") then
  5492. v.Color = Color3.new(r/255,g/255,b/255)
  5493. end
  5494. end
  5495. ned.TextStrokeColor3 = Color3.new(r/500,g/500,b/500)
  5496. techc2.ImageColor3 = Color3.new(r/500,g/500,b/500)
  5497. circl.ImageColor3 = Color3.new(r/255,g/255,b/255)
  5498. imgl2b.ImageColor3 = Color3.new(r/500,g/500,b/500)
  5499. imgl2.ImageColor3 = Color3.new(r/255,g/255,b/255)
  5500. ned.TextColor3 = Color3.new(r/255,g/255,b/255)
  5501. circl2.ImageColor3 = Color3.new(r/255,g/255,b/255)
  5502. techc.ImageColor3 = Color3.new(r/500,g/500,b/500)
  5503. end
  5504. end
  5505. end))
  5506.  
  5507. Humanoid.Name = "EMPHASIS"
  5508. Humanoid.MaxHealth = math.huge
  5509. Humanoid.Health = math.huge
  5510. Instance.new("ForceField",char).Visible = false
  5511.  
  5512.  
  5513. idleanim=.4
  5514. while true do
  5515. if mutedtog == false then
  5516. kan.Volume = ORVOL
  5517. elseif mutedtog == true then
  5518. kan.Volume = 0
  5519. end
  5520. kan.PlaybackSpeed = ORPIT
  5521. kan.Pitch = ORPIT
  5522. kan.Looped = true
  5523. kan.Parent = char
  5524. kan:Resume()
  5525. techc.Rotation = techc.Rotation + 1
  5526. circl.Rotation = circl.Rotation - kan.PlaybackLoudness/100 - 1
  5527. circl2.Rotation = circl2.Rotation + kan.PlaybackLoudness/75 + 1
  5528. imgl2.Rotation = imgl2.Rotation - kan.PlaybackLoudness/75 + 1
  5529. techc2.Rotation = techc2.Rotation + kan.PlaybackLoudness/50 - 1
  5530. --mdir.Position = UDim2.new(-0.414, 0, 0.918 + 0.005 * math.cos(sine / 35), 0)
  5531. --mdir.Rotation = 0 - 1 * math.cos(sine / 25)
  5532. ned.Rotation = 0 - 2 * math.cos(sine / 32)
  5533. ned.Position = UDim2.new(0.7,0 - 10 * math.cos(sine / 32),0.8,0 - 10 * math.cos(sine / 45))
  5534. CameraManager()
  5535. swait()
  5536. modet.Text = ned.Text
  5537. modet.Rotation = -7 * math.cos(sine / 32)
  5538. modet.TextColor3 = ned.TextColor3
  5539. modet.TextStrokeColor3 = ned.TextStrokeColor3
  5540. --------------- Visualiser Zone
  5541. if ModeOfGlitch == 11 then
  5542. modet.TextColor3 = Color3.new(kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000)
  5543. for i, v in pairs(glovey:GetChildren()) do
  5544. if v:IsA("Part") then
  5545. v.Color = Color3.new(kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000)
  5546. end
  5547. end
  5548. for i, v in pairs(gunty:GetChildren()) do
  5549. if v:IsA("Part") then
  5550. v.Color = Color3.new(kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000)
  5551. end
  5552. end
  5553. for i, v in pairs(gunty2:GetChildren()) do
  5554. if v:IsA("Part") then
  5555. v.Color = Color3.new(kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000)
  5556. v.Material = "Neon"
  5557. end
  5558. end
  5559. end
  5560. ---------------
  5561. sine = sine + change
  5562. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  5563. local velderp=RootPart.Velocity.y
  5564. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  5565. coroutine.resume(coroutine.create(function()
  5566. if hitfloor ~= nil then
  5567. if ModeOfGlitch ~= 2 and ModeOfGlitch ~= 7 and ModeOfGlitch ~= 5 then
  5568. 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)
  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.25,0.25,8,0,MAINRUINCOLOR2,0)
  5570. elseif ModeOfGlitch == 2 then
  5571. 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)
  5572. 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)
  5573. swait(1)
  5574. rotperm = rotperm + kan.PlaybackLoudness/100 - 0.5
  5575. 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)
  5576. 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)
  5577. 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))
  5578. elseif ModeOfGlitch == 5 then
  5579. 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)
  5580. 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)
  5581. 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"))
  5582. 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"))
  5583. elseif ModeOfGlitch == 7 then
  5584. 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)
  5585. end
  5586. end
  5587. end))
  5588. if equipped==true or equipped==false then
  5589. if attack==false then
  5590. idle=idle+1
  5591. else
  5592. idle=0
  5593. end
  5594. if idle>=500 then
  5595. if attack==false then
  5596. --Sheath()
  5597. end
  5598. end
  5599. if RootPart.Velocity.y > 1 and hitfloor==nil then
  5600. Anim="Jump"
  5601. if attack==false then
  5602. 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)
  5603. 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)
  5604. 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)
  5605. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-2.5),math.rad(0),math.rad(0)),.1)
  5606. 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)
  5607. 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)
  5608. end
  5609. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  5610. Anim="Fall"
  5611. if attack==false then
  5612. 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)
  5613. 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)
  5614. 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)
  5615. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(2.5),math.rad(0),math.rad(0)),.1)
  5616. 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)
  5617. 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)
  5618. end
  5619. elseif torvel<1 and hitfloor~=nil then
  5620. Anim="Idle"
  5621. if attack==false then
  5622. if ModeOfGlitch == 1 then
  5623. local snapp = math.random(1,25)
  5624. if snapp == 5 then
  5625. 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)
  5626. end
  5627. 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)
  5628. 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)
  5629. 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)
  5630. 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)
  5631. 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)
  5632. 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)
  5633. elseif ModeOfGlitch == 2 then
  5634. 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)
  5635. 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)
  5636. 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)
  5637. 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)
  5638. 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)
  5639. 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)
  5640. elseif ModeOfGlitch == 3 then
  5641. 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)
  5642. 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)
  5643. 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)
  5644. 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)
  5645. 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)
  5646. 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)
  5647. elseif ModeOfGlitch == 5 then -- Visualality
  5648. 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)
  5649. 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)
  5650. 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)
  5651. 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)
  5652. 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)
  5653. 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)
  5654. elseif ModeOfGlitch == 4 then
  5655. local snappt = math.random(1,10)
  5656. if snappt == 5 then
  5657. 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)
  5658. end
  5659. 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))
  5660. 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)
  5661. 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)
  5662. 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)
  5663. 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)
  5664. 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)
  5665. 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)
  5666. elseif ModeOfGlitch == 6 then
  5667. 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)
  5668. 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)
  5669. 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)
  5670. 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)
  5671. 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)
  5672. 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)
  5673. elseif ModeOfGlitch == 7 then
  5674. 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)
  5675. 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)
  5676. 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)
  5677. 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)
  5678. 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)
  5679. 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)
  5680. elseif ModeOfGlitch == 8 then
  5681. 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)
  5682. 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)
  5683. 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)
  5684. 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)
  5685. 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)
  5686. 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)
  5687. elseif ModeOfGlitch == 9 then
  5688. 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)
  5689. 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)
  5690. 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)
  5691. 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)
  5692. 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)
  5693. 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)
  5694. elseif ModeOfGlitch == 10 then
  5695. 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)
  5696. 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)
  5697. 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
  5698. 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)
  5699. 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)
  5700. 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)
  5701. elseif ModeOfGlitch == 11 then
  5702. 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)
  5703. 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)
  5704. 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)
  5705. 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)
  5706. 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)
  5707. 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)
  5708.  
  5709. end
  5710. end
  5711. elseif torvel>2 and torvel<22 and hitfloor~=nil then
  5712. Anim="Walk"
  5713. if attack==false then
  5714. if ModeOfGlitch ~= 1 and ModeOfGlitch ~= 6 then
  5715. 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)
  5716. 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)
  5717. 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)
  5718. 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)
  5719. 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)
  5720. 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)
  5721. elseif ModeOfGlitch == 1 then
  5722. 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)
  5723. 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)
  5724. 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)
  5725. 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)
  5726. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(180),math.rad(0),math.rad(-20)),.1)
  5727. 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)
  5728. elseif ModeOfGlitch == 6 then
  5729. 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)
  5730. 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)
  5731. 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)
  5732. 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)
  5733. 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)
  5734. 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)
  5735. end
  5736. end
  5737. elseif torvel>=22 and hitfloor~=nil then
  5738. Anim="Run"
  5739. if attack==false then
  5740. if ModeOfGlitch ~= 2 and ModeOfGlitch ~= 5 and ModeOfGlitch ~= 7 and ModeOfGlitch ~= 9 then
  5741. 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)
  5742. 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)
  5743. 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)
  5744. 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)
  5745. 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)
  5746. 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)
  5747. elseif ModeOfGlitch == 2 or ModeOfGlitch == 5 or ModeOfGlitch == 9 then
  5748. 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)
  5749. 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)
  5750. 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)
  5751. 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)
  5752. 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)
  5753. 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)
  5754. elseif ModeOfGlitch == 7 then
  5755. 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)
  5756. 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)
  5757. 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)
  5758. 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)
  5759. 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)
  5760. 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)
  5761.  
  5762. end
  5763. end
  5764. end
  5765. end
  5766. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement