Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 361.73 KB | None | 0 0
  1. --//Paste script below this line.
  2.  
  3. plr = game.Players.tommy73738
  4. char = plr.Character
  5. hum = char.Humanoid
  6. local cam = game.Workspace.CurrentCamera
  7. Camera = cam
  8. local CamInterrupt = false
  9. local TwoD = false
  10. local TargetInfo = {nil, nil}
  11. cam.CameraType = "Custom"
  12. t = char.Torso
  13. h = char.Head
  14. ra = char["Right Arm"]
  15. la = char["Left Arm"]
  16. rl = char["Right Leg"]
  17. ll = char["Left Leg"]
  18. tors = char.Torso
  19. lleg = char["Left Leg"]
  20. root = char.HumanoidRootPart
  21. hed = char.Head
  22. rleg = char["Right Leg"]
  23. rarm = char["Right Arm"]
  24. larm = char["Left Arm"]
  25. radian = math.rad
  26. random = math.random
  27. vt=Vector3.new
  28. Vec3 = Vector3.new
  29. Inst = Instance.new
  30. MRANDOM = math.random
  31. cFrame = CFrame.new
  32. Euler = CFrame.fromEulerAnglesXYZ
  33. vt = Vector3.new
  34. VT = Vector3.new
  35. bc = BrickColor.new
  36. br = BrickColor.random
  37. it = Instance.new
  38. cf = CFrame.new
  39. function shakes(power,length)
  40. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  41. local var = script.Shaker:Clone()
  42. var.Parent = v.PlayerGui
  43. local pw = var.Shakeval
  44. local lgth = var.MultLength
  45. pw.Value = power
  46. lgth.Value = length
  47. var.Disabled = false
  48. end
  49. end
  50. local Booleans = {CamFollow = true, GyroUse = true}
  51. function lerp(object, newCFrame, alpha)
  52. return object:lerp(newCFrame, alpha)
  53. end
  54.  
  55. ff = Instance.new("ForceField", game.Players.tommy73738.Character)
  56. ff.Visible = false
  57.  
  58.  
  59. local Directer = Inst("BodyGyro", root)
  60. Directer.MaxTorque = Vec3(0, 0, 0)
  61. Directer.P = 600000
  62. local CPart = Inst("Part")
  63. CPart.Anchored = true
  64. CPart.CanCollide = false
  65. CPart.Locked = true
  66. CPart.Transparency = 1
  67. local rainbowmode = false
  68. local chaosmode = false
  69. local ORVOL = 1.15
  70. local ORPIT = 1.02
  71. local kan = Instance.new("Sound",char)
  72. kan.Volume = 1.15
  73. kan.TimePosition = 0
  74. kan.PlaybackSpeed = 1.01
  75. kan.Pitch = 1.01
  76. kan.SoundId = "rbxassetid://0"
  77. kan.Name = "MUSIC"
  78. kan.Looped = true
  79. kan:Play()
  80.  
  81.  
  82.  
  83. function newTheme(ID, timepos, pitch, vol)
  84. local kanz = kan
  85. kanz.PlaybackSpeed = pitch
  86. kanz.Pitch = pitch
  87. kanz.SoundId = ID
  88. kanz.Name = "wrecked"
  89. kanz.Looped = true
  90. end
  91. function CameraShake(Times, Power, PlayerTarget)
  92. coroutine.resume(coroutine.create(function()
  93. FV = Instance.new("BoolValue", PlayerTarget)
  94. FV.Name = "CameraShake"
  95. for ShakeNum = 1, Times do
  96. swait()
  97. local ef = Power
  98. if ef >= 1 then
  99. Humanoid.CameraOffset = Vector3.new(math.random(-ef, ef), math.random(-ef, ef), math.random(-ef, ef))
  100. else
  101. ef = Power * 10
  102. Humanoid.CameraOffset = Vector3.new(math.random(-ef, ef) / 10, math.random(-ef, ef) / 10, math.random(-ef, ef) / 10)
  103. end
  104. end
  105. Humanoid.CameraOffset = Vector3.new(0, 0, 0)
  106. FV:Destroy()
  107. end))
  108. end
  109. function CameraEnshaking(Length, Intensity)
  110. coroutine.resume(coroutine.create(function()
  111. local intensity = 1 * Intensity
  112. local rotM = 0.01 * Intensity
  113. for i = 0, Length, 0.1 do
  114. swait()
  115. intensity = intensity - 0.05 * Intensity / Length
  116. rotM = rotM - 5.0E-4 * Intensity / Length
  117. hum.CameraOffset = Vec3(radian(random(-intensity, intensity)), radian(random(-intensity, intensity)), radian(random(-intensity, intensity)))
  118. 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)
  119. end
  120. Humanoid.CameraOffset = Vec3(0, 0, 0)
  121. end))
  122. end
  123. function CamShake(Part, Distan, Power, Times)
  124. local de = Part.Position
  125. for i, v in pairs(workspace:children()) do
  126. if v:IsA("Model") and v:findFirstChild("Humanoid") then
  127. for _, c in pairs(v:children()) do
  128. if c.ClassName == "Part" and Distan > (c.Position - de).magnitude then
  129. do
  130. local Noob = v.Humanoid
  131. if Noob ~= nil then
  132. coroutine.resume(coroutine.create(function()
  133. FV = Instance.new("BoolValue", Noob)
  134. FV.Name = "CameraShake"
  135. for ShakeNum = 1, Times do
  136. swait()
  137. local ef = Power
  138. if ef >= 1 then
  139. Humanoid.CameraOffset = Vector3.new(math.random(-ef, ef), math.random(-ef, ef), math.random(-ef, ef))
  140. else
  141. ef = Power * 10
  142. Humanoid.CameraOffset = Vector3.new(math.random(-ef, ef) / 10, math.random(-ef, ef) / 10, math.random(-ef, ef) / 10)
  143. end
  144. end
  145. Humanoid.CameraOffset = Vector3.new(0, 0, 0)
  146. FV:Destroy()
  147. end))
  148. CameraShake(Times, Power, Noob)
  149. end
  150. end
  151. end
  152. end
  153. end
  154. end
  155. end
  156. function chatfunc(text, color)
  157. local chat = coroutine.wrap(function()
  158. if Character:FindFirstChild("TalkingBillBoard") ~= nil then
  159. Character:FindFirstChild("TalkingBillBoard"):destroy()
  160. end
  161. local naeeym2 = Instance.new("BillboardGui", Character)
  162. naeeym2.Size = UDim2.new(0, 100, 0, 40)
  163. naeeym2.StudsOffset = Vector3.new(0, 3, 0)
  164. naeeym2.Adornee = Character.Head
  165. naeeym2.Name = "TalkingBillBoard"
  166. local tecks2 = Instance.new("TextLabel", naeeym2)
  167. tecks2.BackgroundTransparency = 1
  168. tecks2.BorderSizePixel = 0
  169. tecks2.Text = ""
  170. tecks2.Font = "SciFi"
  171. tecks2.TextSize = 30
  172. tecks2.TextStrokeTransparency = 0
  173. tecks2.TextColor3 = color
  174. tecks2.TextStrokeColor3 = Color3.new(0, 0, 0)
  175. tecks2.Size = UDim2.new(1, 0, 0.5, 0)
  176. local tecks3 = Instance.new("TextLabel", naeeym2)
  177. tecks3.BackgroundTransparency = 1
  178. tecks3.BorderSizePixel = 0
  179. tecks3.Text = ""
  180. tecks3.Font = "SciFi"
  181. tecks3.TextSize = 30
  182. tecks3.TextStrokeTransparency = 0
  183. tecks3.TextColor3 = Color3.new(0, 0, 0)
  184. tecks3.TextStrokeColor3 = color
  185. tecks3.Size = UDim2.new(1, 0, 0.5, 0)
  186. coroutine.resume(coroutine.create(function()
  187. while true do
  188. swait(1)
  189. if chaosmode == true then
  190. tecks2.TextColor3 = BrickColor.random().Color
  191. tecks3.TextStrokeColor3 = BrickColor.random().Color
  192. end
  193. tecks2.Position = UDim2.new(0, math.random(-5, 5), 0, math.random(-5, 5))
  194. tecks3.Position = UDim2.new(0, math.random(-5, 5), 0, math.random(-5, 5))
  195. tecks2.Rotation = math.random(-5, 5)
  196. tecks3.Rotation = math.random(-5, 5)
  197. end
  198. end))
  199. for i = 1, string.len(text) do
  200. CFuncs.Sound.Create("rbxassetid://274118116", char, 0.25, 0.115)
  201. tecks2.Text = string.sub(text, 1, i)
  202. tecks3.Text = string.sub(text, 1, i)
  203. swait(1)
  204. end
  205. wait(1)
  206. local randomrot = math.random(1, 2)
  207. if randomrot == 1 then
  208. for i = 1, 50 do
  209. swait()
  210. tecks2.Rotation = tecks2.Rotation - 0.75
  211. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency + 0.04
  212. tecks2.TextTransparency = tecks2.TextTransparency + 0.04
  213. tecks3.Rotation = tecks2.Rotation + 0.75
  214. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency + 0.04
  215. tecks3.TextTransparency = tecks2.TextTransparency + 0.04
  216. end
  217. elseif randomrot == 2 then
  218. for i = 1, 50 do
  219. swait()
  220. tecks2.Rotation = tecks2.Rotation + 0.75
  221. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency + 0.04
  222. tecks2.TextTransparency = tecks2.TextTransparency + 0.04
  223. tecks3.Rotation = tecks2.Rotation - 0.75
  224. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency + 0.04
  225. tecks3.TextTransparency = tecks2.TextTransparency + 0.04
  226. end
  227. end
  228. naeeym2:Destroy()
  229. end)
  230. chat()
  231. end
  232. local Create = LoadLibrary("RbxUtility").Create
  233. CFuncs = {
  234. Part = {
  235. Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  236. local Part = Create("Part")({
  237. Parent = Parent,
  238. Reflectance = Reflectance,
  239. Transparency = Transparency,
  240. CanCollide = false,
  241. Locked = true,
  242. BrickColor = BrickColor.new(tostring(BColor)),
  243. Name = Name,
  244. Size = Size,
  245. Material = Material
  246. })
  247. RemoveOutlines(Part)
  248. return Part
  249. end
  250. },
  251. Mesh = {
  252. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  253. local Msh = Create(Mesh)({
  254. Parent = Part,
  255. Offset = OffSet,
  256. Scale = Scale
  257. })
  258. if Mesh == "SpecialMesh" then
  259. Msh.MeshType = MeshType
  260. Msh.MeshId = MeshId
  261. end
  262. return Msh
  263. end
  264. },
  265. Mesh = {
  266. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  267. local Msh = Create(Mesh)({
  268. Parent = Part,
  269. Offset = OffSet,
  270. Scale = Scale
  271. })
  272. if Mesh == "SpecialMesh" then
  273. Msh.MeshType = MeshType
  274. Msh.MeshId = MeshId
  275. end
  276. return Msh
  277. end
  278. },
  279. Weld = {
  280. Create = function(Parent, Part0, Part1, C0, C1)
  281. local Weld = Create("Weld")({
  282. Parent = Parent,
  283. Part0 = Part0,
  284. Part1 = Part1,
  285. C0 = C0,
  286. C1 = C1
  287. })
  288. return Weld
  289. end
  290. },
  291. Sound = {
  292. Create = function(id, par, vol, pit)
  293. coroutine.resume(coroutine.create(function()
  294. local S = Create("Sound")({
  295. Volume = vol,
  296. Pitch = pit or 1,
  297. SoundId = id,
  298. Parent = par or workspace
  299. })
  300. wait()
  301. S:play()
  302. game:GetService("Debris"):AddItem(S, 10)
  303. end))
  304. end
  305. },
  306. LongSound = {
  307. Create = function(id, par, vol, pit)
  308. coroutine.resume(coroutine.create(function()
  309. local S = Create("Sound")({
  310. Volume = vol,
  311. Pitch = pit or 1,
  312. SoundId = id,
  313. Parent = par or workspace
  314. })
  315. wait()
  316. S:play()
  317. game:GetService("Debris"):AddItem(S, 30)
  318. end))
  319. end
  320. },
  321. ParticleEmitter = {
  322. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  323. local fp = Create("ParticleEmitter")({
  324. Parent = Parent,
  325. Color = ColorSequence.new(Color1, Color2),
  326. LightEmission = LightEmission,
  327. Size = Size,
  328. Texture = Texture,
  329. Transparency = Transparency,
  330. ZOffset = ZOffset,
  331. Acceleration = Accel,
  332. Drag = Drag,
  333. LockedToPart = LockedToPart,
  334. VelocityInheritance = VelocityInheritance,
  335. EmissionDirection = EmissionDirection,
  336. Enabled = Enabled,
  337. Lifetime = LifeTime,
  338. Rate = Rate,
  339. Rotation = Rotation,
  340. RotSpeed = RotSpeed,
  341. Speed = Speed,
  342. VelocitySpread = VelocitySpread
  343. })
  344. return fp
  345. end
  346. },
  347. CreateTemplate = {}
  348. }
  349. function New(Object, Parent, Name, Data)
  350. local Object = Instance.new(Object)
  351. for Index, Value in pairs(Data or {}) do
  352. Object[Index] = Value
  353. end
  354. Object.Parent = Parent
  355. Object.Name = Name
  356. return Object
  357. end
  358. local halocolor = BrickColor.new("Pastel light blue")
  359. local halocolor2 = BrickColor.new("Really black")
  360. local starcolor = BrickColor.new("Really black")
  361. local lunacolor = BrickColor.new("Navy blue")
  362. local lunacolor2 = BrickColor.new("Bright blue")
  363. local wepcolor = BrickColor.new("Really black")
  364. local maincolor = BrickColor.new("Really black")
  365. local m = Instance.new("Model", char)
  366. local m2 = Instance.new("Model", char)
  367. local m3 = Instance.new("Model", char)
  368. local mw1 = Instance.new("Model", char)
  369. local mw2 = Instance.new("Model", char)
  370. --------------------------- GUI STUFF
  371. --------------------------- GUI STUFF
  372. local basgui = it("GuiMain")
  373. basgui.Parent = plr.PlayerGui
  374. basgui.Name = "VISgui"
  375. local fullscreenz = it("Frame")
  376. fullscreenz.Parent = basgui
  377. fullscreenz.BackgroundColor3 = Color3.new(255, 255, 255)
  378. fullscreenz.BackgroundTransparency = 1
  379. fullscreenz.BorderColor3 = Color3.new(17, 17, 17)
  380. fullscreenz.Size = UDim2.new(1, 0, 1, 0)
  381. fullscreenz.Position = UDim2.new(0, 0, 0, 0)
  382.  
  383. local imgl2 = Instance.new("ImageLabel",fullscreenz)
  384. imgl2.BackgroundTransparency = 1
  385. imgl2.BorderSizePixel = 0
  386. imgl2.ImageTransparency = 0
  387. imgl2.ImageColor3 = BrickColor.new("Really black").Color
  388. imgl2.Position = UDim2.new(1,-400,1,-400)
  389. imgl2.Size = UDim2.new(0,800,0,800)
  390. imgl2.Image = "rbxassetid://172380355"
  391. local techc = imgl2:Clone()
  392. techc.Parent = fullscreenz
  393. techc.ImageTransparency = 0
  394. techc.Size = UDim2.new(0,400,0,400)
  395. techc.Position = UDim2.new(1,-200,1,-200)
  396. techc.ImageColor3 = BrickColor.new("Really black").Color
  397. techc.Image = "rbxassetid://2312128106"
  398. local techc2 = imgl2:Clone()
  399. techc2.Parent = fullscreenz
  400. techc2.ImageTransparency = 0
  401. techc2.Size = UDim2.new(0,900,0,900)
  402. techc2.Position = UDim2.new(1,-450,1,-450)
  403. techc2.ImageColor3 = BrickColor.new("Really red").Color
  404. techc2.Image = "rbxassetid://2344830904"
  405. local circl = imgl2:Clone()
  406. circl.Parent = fullscreenz
  407. circl.ImageTransparency = 0
  408. circl.Size = UDim2.new(0,450,0,450)
  409. circl.Position = UDim2.new(1,-225,1,-225)
  410. circl.ImageColor3 = BrickColor.new("Really red").Color
  411. circl.Image = "rbxassetid://2109045978"
  412. local circl2 = imgl2:Clone()
  413. circl2.Parent = fullscreenz
  414. circl2.ImageTransparency = 0
  415. circl2.Size = UDim2.new(0,600,0,600)
  416. circl2.Position = UDim2.new(1,-300,1,-300)
  417. circl2.ImageColor3 = BrickColor.new("Really black").Color
  418. circl2.Image = "rbxassetid://2312119891"
  419. local imgl2b = imgl2:Clone()
  420. imgl2b.Parent = fullscreenz
  421. imgl2b.ImageTransparency = 0
  422. imgl2b.ImageColor3 = BrickColor.new("White").Color
  423. imgl2b.Image = "rbxassetid://2344870656"
  424. local ned = Instance.new("TextLabel",fullscreenz)
  425. ned.ZIndex = 2
  426. ned.Font = "Arcade"
  427. ned.BackgroundTransparency = 1
  428. ned.BorderSizePixel = 0.65
  429. ned.Size = UDim2.new(0.3,0,0.2,0)
  430. ned.Position = UDim2.new(0.7,0,0.8,0)
  431. ned.TextColor3 = BrickColor.new("Really black").Color
  432. ned.TextStrokeColor3 = BrickColor.new("Really red").Color
  433. ned.TextScaled = true
  434. ned.TextStrokeTransparency = 0
  435. ned.Text = "GUEST SWITCHER"
  436. ned.TextSize = 24
  437. ned.Rotation = 1
  438. ned.TextXAlignment = "Right"
  439. ned.TextYAlignment = "Bottom"
  440. local TextFrame2 = Instance.new("TextLabel",fullscreenz)
  441. TextFrame2.Name = "oh boi"
  442. TextFrame2.TextScaled = true
  443. TextFrame2.TextSize = 20
  444. TextFrame2.BackgroundTransparency = 1
  445. TextFrame2.Size = UDim2.new(0.428,0,0,42)
  446. TextFrame2.Position = UDim2.new(0.012,0,0.795,0)
  447. TextFrame2.Text = "MODES: Q - Y"
  448. TextFrame2.TextColor3 = BrickColor.new("Deep blue").Color
  449. TextFrame2.TextStrokeColor3 = BrickColor.new("Deep blue").Color
  450. --------------------
  451. local extrawingmod1 = Instance.new("Model", char)
  452. local extrawingmod2 = Instance.new("Model", char)
  453. function CreateParta(parent, transparency, reflectance, material, brickcolor)
  454. local p = Instance.new("Part")
  455. p.TopSurface = 0
  456. p.BottomSurface = 0
  457. p.Parent = parent
  458. p.Size = Vector3.new(0.1, 0.1, 0.1)
  459. p.Transparency = transparency
  460. p.Reflectance = reflectance
  461. p.CanCollide = false
  462. p.Locked = true
  463. p.BrickColor = brickcolor
  464. p.Material = material
  465. return p
  466. end
  467. function CreateMesh(parent, meshtype, x1, y1, z1)
  468. local mesh = Instance.new("SpecialMesh", parent)
  469. mesh.MeshType = meshtype
  470. mesh.Scale = Vector3.new(x1 * 10, y1 * 10, z1 * 10)
  471. return mesh
  472. end
  473. function CreateSpecialMesh(parent, meshid, x1, y1, z1)
  474. local mesh = Instance.new("SpecialMesh", parent)
  475. mesh.MeshType = "FileMesh"
  476. mesh.MeshId = meshid
  477. mesh.Scale = Vector3.new(x1, y1, z1)
  478. return mesh
  479. end
  480. function CreateSpecialGlowMesh(parent, meshid, x1, y1, z1)
  481. local mesh = Instance.new("SpecialMesh", parent)
  482. mesh.MeshType = "FileMesh"
  483. mesh.MeshId = meshid
  484. mesh.TextureId = "http://www.roblox.com/asset/?id=269748808"
  485. mesh.Scale = Vector3.new(x1, y1, z1)
  486. mesh.VertexColor = Vector3.new(parent.BrickColor.r, parent.BrickColor.g, parent.BrickColor.b)
  487. return mesh
  488. end
  489. function CreateWeld(parent, part0, part1, C1X, C1Y, C1Z, C1Xa, C1Ya, C1Za, C0X, C0Y, C0Z, C0Xa, C0Ya, C0Za)
  490. local weld = Instance.new("Weld")
  491. weld.Parent = parent
  492. weld.Part0 = part0
  493. weld.Part1 = part1
  494. weld.C1 = CFrame.new(C1X, C1Y, C1Z) * CFrame.Angles(C1Xa, C1Ya, C1Za)
  495. weld.C0 = CFrame.new(C0X, C0Y, C0Z) * CFrame.Angles(C0Xa, C0Ya, C0Za)
  496. return weld
  497. end
  498. local MAINRUINCOLOR = BrickColor.new("Really red")
  499. local SECONDRUINCOLOR = BrickColor.new("Really black")
  500. local sorb = CreateParta(m,1,1,"SmoothPlastic",BrickColor.random())
  501. 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))
  502. local sorb2 = CreateParta(m,1,1,"SmoothPlastic",BrickColor.random())
  503. 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))
  504.  
  505.  
  506. local handlex = CreateParta(mw2,1,1,"Neon",maincolor)
  507. CreateMesh(handle,"Brick",0,0,0)
  508. local handlexweld = CreateWeld(handlex,tors,handlex,0,-1.5,-1.05,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  509. local valuaring = 10
  510.  
  511. for i = 0, 35 do
  512. valuaring = valuaring + 10
  513. rn = CreateParta(mw2,0,0,"Neon",halocolor)
  514. CreateMesh(rn,"Wedge",0.1,0.5,0.1)
  515. CreateWeld(rn,handlex,rn,0,0.75,0,math.rad(0),math.rad(-90),math.rad(valuaring),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  516. rn = CreateParta(mw2,0,0,"Neon",halocolor)
  517. CreateMesh(rn,"Wedge",0.1,0.5,0.1)
  518. CreateWeld(rn,handlex,rn,0,0.75,0,math.rad(0),math.rad(90),math.rad(valuaring),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  519. rn = CreateParta(mw2,0,0,"Neon",halocolor)
  520. CreateMesh(rn,"Wedge",0.1,0.2,0.05)
  521. CreateWeld(rn,handlex,rn,0,-1.1,0.025,math.rad(0),math.rad(-90),math.rad(valuaring),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  522. rn = CreateParta(mw2,0,0,"Neon",halocolor)
  523. CreateMesh(rn,"Wedge",0.1,0.2,0.05)
  524. CreateWeld(rn,handlex,rn,0,-1.1,0.025,math.rad(0),math.rad(90),math.rad(valuaring),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  525. end
  526.  
  527.  
  528. local handle = CreateParta(m,1,1,"Neon",maincolor)
  529. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  530. local handleweld = CreateWeld(handle,tors,handle,0,-1.5,-1.05,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  531.  
  532. --- Left wing.
  533.  
  534. local lwing1 = CreateParta(m,1,1,"Neon",maincolor)
  535. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  536. local lwing1weld = CreateWeld(lwing1,handle,lwing1,3,0,0,math.rad(5),math.rad(0),math.rad(12.5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  537.  
  538. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  539. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  540. CreateWeld(wed,lwing1,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  541. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  542. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  543. CreateWeld(wed,lwing1,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  544. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  545. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  546. CreateWeld(wed,lwing1,wed,0,-0.5,0.25,math.rad(180),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  547. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  548. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  549. CreateWeld(wed,lwing1,wed,0,-0.5,0.25,math.rad(180),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  550. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  551. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  552. CreateWeld(wed,lwing1,wed,0,0.75,-0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  553. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  554. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  555. CreateWeld(wed,lwing1,wed,0,0.75,-0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  556. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  557. CreateMesh(wed,"Wedge",0.05,0.5,1.5)
  558. CreateWeld(wed,lwing1,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  559. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  560. CreateMesh(wed,"Wedge",0.05,1.5,0.5)
  561. CreateWeld(wed,lwing1,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  562. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  563. CreateMesh(wed,"Wedge",0.05,0.25,1.75)
  564. CreateWeld(wed,lwing1,wed,0,-0.125,2.5,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  565. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  566. CreateMesh(wed,"Wedge",0.05,1.75,0.25)
  567. CreateWeld(wed,lwing1,wed,0,-2.5,0.125,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  568.  
  569.  
  570. local lwing2 = CreateParta(m,1,1,"Neon",maincolor)
  571. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  572. local lwing2weld = CreateWeld(lwing2,handle,lwing2,4,1,0,math.rad(10),math.rad(0),math.rad(25),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  573.  
  574. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  575. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  576. CreateWeld(wed,lwing2,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  577. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  578. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  579. CreateWeld(wed,lwing2,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  580. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  581. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  582. CreateWeld(wed,lwing2,wed,0,-0.5,0.25,math.rad(180),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  583. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  584. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  585. CreateWeld(wed,lwing2,wed,0,-0.5,0.25,math.rad(180),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  586. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  587. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  588. CreateWeld(wed,lwing2,wed,0,0.75,-0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  589. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  590. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  591. CreateWeld(wed,lwing2,wed,0,0.75,-0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  592. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  593. CreateMesh(wed,"Wedge",0.05,0.5,1.5)
  594. CreateWeld(wed,lwing2,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  595. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  596. CreateMesh(wed,"Wedge",0.05,1.5,0.5)
  597. CreateWeld(wed,lwing2,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  598. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  599. CreateMesh(wed,"Wedge",0.05,0.25,1.75)
  600. CreateWeld(wed,lwing2,wed,0,-0.125,2.5,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  601. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  602. CreateMesh(wed,"Wedge",0.05,1.75,0.25)
  603. CreateWeld(wed,lwing2,wed,0,-2.5,0.125,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  604.  
  605. local lwing3 = CreateParta(m,1,1,"Neon",maincolor)
  606. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  607. local lwing3weld = CreateWeld(lwing3,handle,lwing3,4.75,2,0,math.rad(15),math.rad(0),math.rad(37.5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  608.  
  609. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  610. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  611. CreateWeld(wed,lwing3,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  612. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  613. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  614. CreateWeld(wed,lwing3,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  615. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  616. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  617. CreateWeld(wed,lwing3,wed,0,-0.5,0.25,math.rad(180),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  618. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  619. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  620. CreateWeld(wed,lwing3,wed,0,-0.5,0.25,math.rad(180),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  621. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  622. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  623. CreateWeld(wed,lwing3,wed,0,0.75,-0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  624. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  625. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  626. CreateWeld(wed,lwing3,wed,0,0.75,-0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  627. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  628. CreateMesh(wed,"Wedge",0.05,0.5,1.5)
  629. CreateWeld(wed,lwing3,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  630. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  631. CreateMesh(wed,"Wedge",0.05,1.5,0.5)
  632. CreateWeld(wed,lwing3,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  633. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  634. CreateMesh(wed,"Wedge",0.05,0.25,1.75)
  635. CreateWeld(wed,lwing3,wed,0,-0.125,2.5,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  636. wed = CreateParta(mw1,0,0,"Neon",halocolor)
  637. CreateMesh(wed,"Wedge",0.05,1.75,0.25)
  638. CreateWeld(wed,lwing3,wed,0,-2.5,0.125,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  639.  
  640. local lwing4 = CreateParta(m,1,1,"Neon",maincolor)
  641. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  642. local lwing4weld = CreateWeld(lwing4,handle,lwing4,5.75,3,0,math.rad(20),math.rad(0),math.rad(50),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  643.  
  644. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  645. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  646. CreateWeld(wed,lwing4,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  647. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  648. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  649. CreateWeld(wed,lwing4,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  650. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  651. CreateMesh(wed,"Wedge",0.05,0.5,3)
  652. CreateWeld(wed,lwing4,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  653. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  654. CreateMesh(wed,"Wedge",0.05,3,0.5)
  655. CreateWeld(wed,lwing4,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  656.  
  657. local lwing5 = CreateParta(m,1,1,"Neon",maincolor)
  658. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  659. local lwing5weld = CreateWeld(lwing5,handle,lwing5,6.75,4,0,math.rad(25),math.rad(0),math.rad(62.5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  660.  
  661. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  662. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  663. CreateWeld(wed,lwing5,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  664. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  665. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  666. CreateWeld(wed,lwing5,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  667. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  668. CreateMesh(wed,"Wedge",0.05,0.5,3)
  669. CreateWeld(wed,lwing5,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  670. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  671. CreateMesh(wed,"Wedge",0.05,3,0.5)
  672. CreateWeld(wed,lwing5,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  673.  
  674. local lwing6 = CreateParta(m,1,1,"Neon",maincolor)
  675. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  676. local lwing6weld = CreateWeld(lwing6,handle,lwing6,7.75,5,0,math.rad(30),math.rad(0),math.rad(75),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  677.  
  678. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  679. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  680. CreateWeld(wed,lwing6,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  681. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  682. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  683. CreateWeld(wed,lwing6,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  684. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  685. CreateMesh(wed,"Wedge",0.05,0.5,3)
  686. CreateWeld(wed,lwing6,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  687. wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  688. CreateMesh(wed,"Wedge",0.05,3,0.5)
  689. CreateWeld(wed,lwing6,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  690.  
  691. -- Right wing.
  692.  
  693. local rwing1 = CreateParta(m,1,1,"Neon",maincolor)
  694. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  695. local rwing1weld = CreateWeld(rwing1,handle,rwing1,-3,0,0,math.rad(5),math.rad(0),math.rad(-12.5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  696.  
  697. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  698. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  699. CreateWeld(wed,rwing1,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  700. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  701. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  702. CreateWeld(wed,rwing1,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  703. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  704. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  705. CreateWeld(wed,rwing1,wed,0,-0.5,0.25,math.rad(180),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  706. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  707. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  708. CreateWeld(wed,rwing1,wed,0,-0.5,0.25,math.rad(180),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  709. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  710. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  711. CreateWeld(wed,rwing1,wed,0,0.75,-0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  712. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  713. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  714. CreateWeld(wed,rwing1,wed,0,0.75,-0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  715. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  716. CreateMesh(wed,"Wedge",0.05,0.5,1.5)
  717. CreateWeld(wed,rwing1,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  718. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  719. CreateMesh(wed,"Wedge",0.05,1.5,0.5)
  720. CreateWeld(wed,rwing1,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  721. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  722. CreateMesh(wed,"Wedge",0.05,0.25,1.75)
  723. CreateWeld(wed,rwing1,wed,0,-0.125,2.5,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  724. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  725. CreateMesh(wed,"Wedge",0.05,1.75,0.25)
  726. CreateWeld(wed,rwing1,wed,0,-2.5,0.125,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  727.  
  728. local rwing2 = CreateParta(m,1,1,"Neon",maincolor)
  729. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  730. local rwing2weld = CreateWeld(rwing2,handle,rwing2,-4,1,0,math.rad(10),math.rad(0),math.rad(-25),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  731.  
  732. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  733. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  734. CreateWeld(wed,rwing2,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  735. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  736. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  737. CreateWeld(wed,rwing2,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  738. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  739. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  740. CreateWeld(wed,rwing2,wed,0,-0.5,0.25,math.rad(180),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  741. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  742. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  743. CreateWeld(wed,rwing2,wed,0,-0.5,0.25,math.rad(180),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  744. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  745. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  746. CreateWeld(wed,rwing2,wed,0,0.75,-0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  747. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  748. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  749. CreateWeld(wed,rwing2,wed,0,0.75,-0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  750. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  751. CreateMesh(wed,"Wedge",0.05,0.5,1.5)
  752. CreateWeld(wed,rwing2,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  753. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  754. CreateMesh(wed,"Wedge",0.05,1.5,0.5)
  755. CreateWeld(wed,rwing2,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  756. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  757. CreateMesh(wed,"Wedge",0.05,0.25,1.75)
  758. CreateWeld(wed,rwing2,wed,0,-0.125,2.5,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  759. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  760. CreateMesh(wed,"Wedge",0.05,1.75,0.25)
  761. CreateWeld(wed,rwing2,wed,0,-2.5,0.125,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  762.  
  763. local rwing3 = CreateParta(m,1,1,"Neon",maincolor)
  764. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  765. local rwing3weld = CreateWeld(rwing3,handle,rwing3,-4.75,2,0,math.rad(15),math.rad(0),math.rad(-37.5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  766.  
  767.  
  768. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  769. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  770. CreateWeld(wed,rwing3,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  771. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  772. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  773. CreateWeld(wed,rwing3,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  774. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  775. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  776. CreateWeld(wed,rwing3,wed,0,-0.5,0.25,math.rad(180),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  777. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  778. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  779. CreateWeld(wed,rwing3,wed,0,-0.5,0.25,math.rad(180),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  780. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  781. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  782. CreateWeld(wed,rwing3,wed,0,0.75,-0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  783. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  784. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  785. CreateWeld(wed,rwing3,wed,0,0.75,-0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  786. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  787. CreateMesh(wed,"Wedge",0.05,0.5,1.5)
  788. CreateWeld(wed,rwing3,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  789. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  790. CreateMesh(wed,"Wedge",0.05,1.5,0.5)
  791. CreateWeld(wed,rwing3,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  792. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  793. CreateMesh(wed,"Wedge",0.05,0.25,1.75)
  794. CreateWeld(wed,rwing3,wed,0,-0.125,2.5,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  795. wed = CreateParta(mw2,0,0,"Neon",halocolor)
  796. CreateMesh(wed,"Wedge",0.05,1.75,0.25)
  797. CreateWeld(wed,rwing3,wed,0,-2.5,0.125,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  798.  
  799.  
  800. local rwing4 = CreateParta(m,1,1,"Neon",maincolor)
  801. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  802. local rwing4weld = CreateWeld(rwing4,handle,rwing4,-5.75,3,0,math.rad(20),math.rad(0),math.rad(-50),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  803.  
  804. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  805. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  806. CreateWeld(wed,rwing4,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  807. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  808. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  809. CreateWeld(wed,rwing4,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  810. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  811. CreateMesh(wed,"Wedge",0.05,0.5,3)
  812. CreateWeld(wed,rwing4,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  813. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  814. CreateMesh(wed,"Wedge",0.05,3,0.5)
  815. CreateWeld(wed,rwing4,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  816.  
  817. local rwing5 = CreateParta(m,1,1,"Neon",maincolor)
  818. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  819. local rwing5weld = CreateWeld(rwing5,handle,rwing5,-6.75,4,0,math.rad(25),math.rad(0),math.rad(-62.5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  820.  
  821. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  822. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  823. CreateWeld(wed,rwing5,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  824. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  825. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  826. CreateWeld(wed,rwing5,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  827. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  828. CreateMesh(wed,"Wedge",0.05,0.5,3)
  829. CreateWeld(wed,rwing5,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  830. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  831. CreateMesh(wed,"Wedge",0.05,3,0.5)
  832. CreateWeld(wed,rwing5,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  833.  
  834. local rwing6 = CreateParta(m,1,1,"Neon",maincolor)
  835. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  836. local rwing6weld = CreateWeld(rwing6,handle,rwing6,-7.75,3,0,math.rad(30),math.rad(0),math.rad(-75),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  837.  
  838. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  839. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  840. CreateWeld(wed,rwing6,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  841. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  842. CreateMesh(wed,"Wedge",0.05,0.5,0.5)
  843. CreateWeld(wed,rwing6,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  844. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  845. CreateMesh(wed,"Wedge",0.05,0.5,3)
  846. CreateWeld(wed,rwing6,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  847. wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
  848. CreateMesh(wed,"Wedge",0.05,3,0.5)
  849. CreateWeld(wed,rwing6,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  850.  
  851. Player=game:GetService('Players').tommy73738
  852. Character=Player.Character
  853. gunty=Instance.new('Model',Character)
  854. gunty2=Instance.new('Model',Character)
  855. m=Instance.new('Model',Character)
  856.  
  857. local function weldBetween(a, b)
  858. local weldd = Instance.new("ManualWeld")
  859. weldd.Part0 = a
  860. weldd.Part1 = b
  861. weldd.C0 = CFrame.new()
  862. weldd.C1 = b.CFrame:inverse() * a.CFrame
  863. weldd.Parent = a
  864. return weldd
  865. end
  866.  
  867. it=Instance.new
  868.  
  869. function nooutline(part)
  870. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  871. end
  872.  
  873. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  874. local fp=it("Part")
  875. fp.formFactor=formfactor
  876. fp.Parent=parent
  877. fp.Reflectance=reflectance
  878. fp.Transparency=transparency
  879. fp.CanCollide=false
  880. fp.Locked=true
  881. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  882. fp.Name=name
  883. fp.Size=size
  884. fp.Position=Character.Torso.Position
  885. nooutline(fp)
  886. fp.Material=material
  887. fp:BreakJoints()
  888. return fp
  889. end
  890.  
  891. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  892. local mesh=it(Mesh)
  893. mesh.Parent=part
  894. if Mesh=="SpecialMesh" then
  895. mesh.MeshType=meshtype
  896. mesh.MeshId=meshid
  897. end
  898. mesh.Offset=offset
  899. mesh.Scale=scale
  900. return mesh
  901. end
  902.  
  903. function weld(parent,part0,part1,c0,c1)
  904. local weld=it("Weld")
  905. weld.Parent=parent
  906. weld.Part0=part0
  907. weld.Part1=part1
  908. weld.C0=c0
  909. weld.C1=c1
  910. return weld
  911. end
  912. -----Bootz
  913. handle=part(Enum.FormFactor.Custom,gunty,Enum.Material.SmoothPlastic,0,0,"Black","Handle",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  914. 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))
  915. mesh("BlockMesh",handle,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  916. MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  917. 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))
  918. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.03999996, 0.5))
  919. MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  920. 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))
  921. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  922. MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  923. 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))
  924. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  925. MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  926. 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))
  927. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  928. MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  929. 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))
  930. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  931. MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  932. 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))
  933. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  934. MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  935. 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))
  936. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  937. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  938. 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))
  939. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  940. MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  941. 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))
  942. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  943. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  944. 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))
  945. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
  946. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  947. 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))
  948. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
  949. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  950. 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))
  951. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
  952. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  953. 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))
  954. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
  955. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  956. 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))
  957. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
  958. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  959. 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))
  960. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
  961. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  962. 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))
  963. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
  964. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  965. 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))
  966. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
  967. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  968. 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))
  969. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
  970. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  971. 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))
  972. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
  973. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  974. 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))
  975. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
  976. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  977. 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))
  978. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
  979. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  980. 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))
  981. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
  982. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  983. 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))
  984. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
  985. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  986. 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))
  987. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
  988. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  989. 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))
  990. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
  991. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  992. 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))
  993. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 1.05999994, 0.200000003))
  994. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  995. 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))
  996. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 1.05999994, 0.200000003))
  997. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  998. 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))
  999. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1000. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1001. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.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))
  1002. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.400000006, 0.400000006))
  1003. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1004. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409198999, -0.144693375, -0.144691229, 0.258818358, 7.3290721e-08, -0.96592623, 0.683013737, 0.707110167, 0.183012426, 0.683012843, -0.707110941, 0.183012158))
  1005. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1006. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1007. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409178734, -0.296581864, 0.296577573, 0.965926409, -3.20374966e-07, 0.258818328, -0.183010831, 0.707114697, 0.683008671, -0.183013484, -0.707105637, 0.683017015))
  1008. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.09000003, 1, 1))
  1009. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1010. 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))
  1011. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1012. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1013. 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))
  1014. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1015. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(1.0230124, 0.40920499, 1.02301252))
  1016. 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))
  1017. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1018. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1019. 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))
  1020. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1021. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1022. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.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))
  1023. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1024. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1025. 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))
  1026. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1027. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1028. 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))
  1029. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1030. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.20460251))
  1031. 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))
  1032. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1033. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.818410039, 0.409205019))
  1034. 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))
  1035. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1036. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.20460251))
  1037. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.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))
  1038. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1039. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1040. 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))
  1041. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1042. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1043. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409229755, 0.0010099411, -0.00103974342, 0.96592617, -5.75557351e-07, 0.258818269, -0.183011368, 0.707111835, 0.683011353, -0.183012962, -0.707108498, 0.683014393))
  1044. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.11000001, 1.20000005, 1.20000005))
  1045. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1046. 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))
  1047. mesh("CylinderMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 1.13, 0.839999974))
  1048. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1049. 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))
  1050. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1051. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1052. 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))
  1053. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
  1054. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1055. 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))
  1056. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
  1057. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1058. 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))
  1059. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
  1060. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1061. 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))
  1062. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
  1063. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1064. 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))
  1065. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
  1066. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1067. 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))
  1068. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
  1069. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1070. 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))
  1071. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
  1072. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1073. 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))
  1074. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
  1075. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1076. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.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))
  1077. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
  1078. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1079. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.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))
  1080. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
  1081. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1082. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.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))
  1083. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
  1084. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1085. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.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))
  1086. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
  1087. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1088. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409226418, 0.0383607149, -0.00259244442, 0.965926349, -5.06639481e-07, 0.258818299, -0.183010906, 0.707113624, 0.683009565, -0.18301329, -0.70710659, 0.683015943))
  1089. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
  1090. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1091. 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))
  1092. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
  1093. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1094. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409227371, -0.0332458019, -0.00256955624, 0.965927541, -3.40864062e-07, 0.258818686, -0.183011636, 0.707112014, 0.683013082, -0.183012843, -0.707111239, 0.683013916))
  1095. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
  1096. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1097. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409228802, 0.00101113319, -0.00103914738, 0.965926349, -5.21540642e-07, 0.258818299, -0.183010414, 0.70711565, 0.683007777, -0.183013827, -0.707104683, 0.683017969))
  1098. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.12, 0.899999976, 0.899999976))
  1099. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1100. 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))
  1101. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
  1102. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1103. 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))
  1104. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 1, 1))
  1105. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1106. 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))
  1107. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.13800001, 1.39999998, 1.39999998))
  1108. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1109. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409209609, 0.13973856, -0.0374653339, 0.258817255, 1.61089702e-07, -0.96592629, 0.933013141, -0.258822173, 0.249998212, -0.250001937, -0.965929866, -0.0669874549))
  1110. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1111. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1112. 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))
  1113. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1114. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1115. 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))
  1116. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1117. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1118. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409211755, 0.139732599, 0.0374419689, 0.258818269, 1.39294571e-07, -0.965926111, 0.93301338, 0.258819848, 0.249999404, 0.249999881, -0.965930462, 0.0669869259))
  1119. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1120. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1121. 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))
  1122. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1123. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1124. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409211278, 0.139737606, -0.0374429226, 0.258818269, 1.24517101e-07, -0.965926111, 0.93301338, -0.258820385, 0.249999329, -0.250000209, -0.965930343, -0.0669872537))
  1125. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1126. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1127. 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))
  1128. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1129. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1130. 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))
  1131. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1132. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1133. 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))
  1134. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.16999996, 0.600000024, 0.600000024))
  1135. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1136. 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))
  1137. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.16799998, 0.75999999, 0.75999999))
  1138. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1139. 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))
  1140. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.176, 0.600000024, 0.600000024))
  1141. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1142. 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))
  1143. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.17999995, 0.5, 0.5))
  1144. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1145. 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))
  1146. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1147. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1148. 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))
  1149. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1150. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1151. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409214973, -0.144695759, -0.144689083, 0.258818269, 1.52112989e-07, -0.965926111, 0.683013678, 0.707109571, 0.183012441, 0.683012664, -0.707110763, 0.183011994))
  1152. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1153. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1154. 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))
  1155. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.699999988, 0.699999988))
  1156. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1157. Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.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))
  1158. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.699999988, 0.699999988))
  1159. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1160. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.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))
  1161. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.800000012, 0.800000012))
  1162. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1163. 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))
  1164. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.800000012, 0.800000012))
  1165. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1166. 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))
  1167. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 0.400000006))
  1168. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1169. 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))
  1170. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 0.400000006))
  1171. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1172. Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.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))
  1173. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.400000006, 0.400000006))
  1174. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 1.02301252, 0.409205019))
  1175. 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))
  1176. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1, 0.400000006))
  1177. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1178. 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))
  1179. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.800000012, 0.100000001))
  1180. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1181. 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))
  1182. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.800000012, 0.100000001))
  1183. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 1.02301252, 0.409205019))
  1184. 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))
  1185. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 1, 0.699999988))
  1186. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 1.02301252, 0.409205019))
  1187. 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))
  1188. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1, 0.800000012))
  1189. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1190. 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))
  1191. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1192. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1193. 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))
  1194. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1195. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1196. 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))
  1197. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1198. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1199. 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))
  1200. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1201. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1202. 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))
  1203. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.16999996, 0.600000024, 0.600000024))
  1204. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1205. 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))
  1206. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.17999995, 0.5, 0.5))
  1207. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1208. 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))
  1209. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1210. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1211. 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))
  1212. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 1, 1))
  1213. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1214. 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))
  1215. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1216. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1217. 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))
  1218. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1219. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1220. 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))
  1221. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.176, 0.600000024, 0.600000024))
  1222. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1223. 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))
  1224. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.16799998, 0.75999999, 0.75999999))
  1225. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1226. 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))
  1227. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1228. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1229. 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))
  1230. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1231. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1232. 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))
  1233. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1234. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1235. 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))
  1236. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.13800001, 1.39999998, 1.39999998))
  1237. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1238. 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))
  1239. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1240. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1241. 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))
  1242. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
  1243. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1244. 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))
  1245. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1246. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1247. 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))
  1248. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
  1249. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205049, 0.40920499))
  1250. 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))
  1251. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1252. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1253. 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))
  1254. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
  1255. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1256. 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))
  1257. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.11000001, 0.600000024, 0.600000024))
  1258. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1259. 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))
  1260. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.10000002, 0.800000012, 0.800000012))
  1261. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1262. 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))
  1263. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
  1264. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1265. 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))
  1266. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
  1267. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.613807499))
  1268. 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))
  1269. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
  1270. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205049, 0.40920499))
  1271. 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))
  1272. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 1))
  1273. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1274. 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))
  1275. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
  1276. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1277. 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))
  1278. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1279. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1280. 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))
  1281. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1282. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.613807499))
  1283. 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))
  1284. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.200000003, 1.20000005))
  1285. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.613807499))
  1286. 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))
  1287. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
  1288. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1289. 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))
  1290. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1291. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1292. 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))
  1293. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.200000003, 1))
  1294. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1295. 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))
  1296. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1297. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1298. 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))
  1299. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1300. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.818409979))
  1301. 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))
  1302. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1303. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1304. 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))
  1305. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1306. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.818409979))
  1307. 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))
  1308. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1309. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1310. 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))
  1311. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1312. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1313. 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))
  1314. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1315. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1316. 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))
  1317. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1318. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1319. 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))
  1320. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1321. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1322. 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))
  1323. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1324. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1325. 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))
  1326. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1327. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.4322176))
  1328. 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))
  1329. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1330. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1331. 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))
  1332. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1333. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1334. 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))
  1335. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1336. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.613807559))
  1337. 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))
  1338. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1339. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.43221748))
  1340. 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))
  1341. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1342. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1343. 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))
  1344. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1345. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.613807559))
  1346. 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))
  1347. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1348. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.SmoothPlastic,0,0,"Black","Neon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1349. 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))
  1350. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.850000024, 1.00999999, 0.850000024))
  1351. MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1352. 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))
  1353. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.03999996, 0.5))
  1354. --Leftie
  1355. handle=part(Enum.FormFactor.Custom,gunty,Enum.Material.SmoothPlastic,0,0,"Black","Handle",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1356. 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))
  1357. mesh("BlockMesh",handle,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  1358. MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1359. 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))
  1360. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  1361. MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1362. 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))
  1363. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.03999996, 0.5))
  1364. MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1365. 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))
  1366. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.03999996, 0.5))
  1367. MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1368. 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))
  1369. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  1370. MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1371. 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))
  1372. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  1373. MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1374. 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))
  1375. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  1376. MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1377. 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))
  1378. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  1379. MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1380. 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))
  1381. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  1382. MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1383. 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))
  1384. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  1385. MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.SmoothPlastic,0,0,"Really black","MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1386. 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))
  1387. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.850000024, 1.00999999, 0.850000024))
  1388. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1389. 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))
  1390. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
  1391. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1392. 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))
  1393. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
  1394. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1395. 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))
  1396. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
  1397. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1398. 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))
  1399. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
  1400. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1401. 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))
  1402. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
  1403. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1404. 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))
  1405. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
  1406. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1407. 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))
  1408. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
  1409. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1410. 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))
  1411. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
  1412. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1413. 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))
  1414. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
  1415. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1416. 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))
  1417. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
  1418. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1419. 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))
  1420. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
  1421. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1422. 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))
  1423. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
  1424. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1425. 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))
  1426. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
  1427. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1428. 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))
  1429. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
  1430. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1431. 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))
  1432. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
  1433. MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251))
  1434. 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))
  1435. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
  1436. MNeon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon2",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1437. 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))
  1438. mesh("BlockMesh",MNeon2,"","",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 1.05999994, 0.200000003))
  1439. MNeon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon2",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1440. 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))
  1441. mesh("BlockMesh",MNeon2,"","",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 1.05999994, 0.200000003))
  1442. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1443. 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))
  1444. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1445. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1446. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.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))
  1447. mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 0.400000006))
  1448. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1449. 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))
  1450. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1451. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.409205049, 0.40920499))
  1452. 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))
  1453. mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1454. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1455. 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))
  1456. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1457. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1458. 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))
  1459. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1460. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.20460251))
  1461. 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))
  1462. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1463. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1464. 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))
  1465. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1466. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1467. 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))
  1468. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1469. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(1.0230124, 0.40920499, 1.02301252))
  1470. 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))
  1471. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1472. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1473. 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))
  1474. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1475. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.20460251))
  1476. 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))
  1477. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1478. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1479. 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))
  1480. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1481. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1482. 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))
  1483. mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1484. Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.818410039, 0.409205019))
  1485. 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))
  1486. mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1487. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1488. 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))
  1489. mesh("CylinderMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 1.13, 0.839999974))
  1490. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1491. 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))
  1492. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.11000001, 1.20000005, 1.20000005))
  1493. MBoot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","MBoot",Vector3.new(1.0230124, 0.613807559, 1.02301252))
  1494. 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))
  1495. mesh("BlockMesh",MBoot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
  1496. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1497. 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))
  1498. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
  1499. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1500. 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))
  1501. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
  1502. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1503. 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))
  1504. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
  1505. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1506. 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))
  1507. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
  1508. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1509. 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))
  1510. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
  1511. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1512. 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))
  1513. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
  1514. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1515. 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))
  1516. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
  1517. Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252))
  1518. 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))
  1519. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
  1520. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1521. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40922904, 0.00101161003, -0.00103890896, 0.965926349, 5.21540642e-07, -0.258818299, 0.183010414, 0.70711565, 0.683007777, 0.183013827, -0.707104683, 0.683017969))
  1522. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.12, 0.899999976, 0.899999976))
  1523. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1524. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.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))
  1525. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
  1526. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1527. 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))
  1528. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
  1529. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1530. 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))
  1531. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
  1532. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1533. 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))
  1534. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
  1535. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1536. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.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))
  1537. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
  1538. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1539. 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))
  1540. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
  1541. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1542. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40922904, 0.0383840799, 0.00255608559, 0.965925872, -1.52364373e-06, -0.258820266, -0.183010653, 0.707117081, -0.683006108, 0.183016419, 0.707103014, 0.683019042))
  1543. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
  1544. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1545. Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.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))
  1546. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
  1547. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1548. 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))
  1549. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1550. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1551. 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))
  1552. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1553. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1554. 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))
  1555. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1556. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1557. 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))
  1558. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1559. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1560. 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))
  1561. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1562. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1563. 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))
  1564. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1565. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1566. 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))
  1567. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1568. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1569. 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))
  1570. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1571. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1572. 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))
  1573. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.16999996, 0.600000024, 0.600000024))
  1574. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1575. 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))
  1576. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.16799998, 0.75999999, 0.75999999))
  1577. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1578. 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))
  1579. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.176, 0.600000024, 0.600000024))
  1580. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1581. 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))
  1582. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.17999995, 0.5, 0.5))
  1583. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1584. 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))
  1585. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1586. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1587. 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))
  1588. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1589. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1590. 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))
  1591. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13800001, 1.39999998, 1.39999998))
  1592. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1593. 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))
  1594. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 1, 1))
  1595. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1596. 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))
  1597. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1598. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1599. 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))
  1600. mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.400000006, 0.400000006))
  1601. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1602. 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))
  1603. mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.400000006, 0.400000006))
  1604. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1605. 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))
  1606. mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.800000012, 0.100000001))
  1607. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1608. 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))
  1609. mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.800000012, 0.100000001))
  1610. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1611. 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))
  1612. mesh("SpecialMesh",Boot1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.699999988, 0.699999988))
  1613. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1614. 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))
  1615. mesh("SpecialMesh",Boot1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.699999988, 0.699999988))
  1616. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 1.02301252, 0.409205019))
  1617. 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))
  1618. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 1, 0.699999988))
  1619. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1620. 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))
  1621. mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.800000012, 0.800000012))
  1622. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 1.02301252, 0.409205019))
  1623. 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))
  1624. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1, 0.800000012))
  1625. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1626. 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))
  1627. mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.800000012, 0.800000012))
  1628. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1629. 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))
  1630. mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 0.400000006))
  1631. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 1.02301252, 0.409205019))
  1632. 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))
  1633. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1, 0.400000006))
  1634. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1635. 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))
  1636. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1637. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1638. 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))
  1639. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1640. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1641. 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))
  1642. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1643. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1644. 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))
  1645. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1646. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1647. 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))
  1648. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1649. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1650. 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))
  1651. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1652. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1653. 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))
  1654. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
  1655. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1656. 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))
  1657. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1658. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1659. 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))
  1660. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.16999996, 0.600000024, 0.600000024))
  1661. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1662. 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))
  1663. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.16799998, 0.75999999, 0.75999999))
  1664. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1665. 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))
  1666. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.176, 0.600000024, 0.600000024))
  1667. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1668. 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))
  1669. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.17999995, 0.5, 0.5))
  1670. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1671. 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))
  1672. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
  1673. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1674. 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))
  1675. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
  1676. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1677. 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))
  1678. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13800001, 1.39999998, 1.39999998))
  1679. Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1680. 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))
  1681. mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 1, 1))
  1682. Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019))
  1683. 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))
  1684. mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
  1685. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1686. 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))
  1687. mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.11000001, 0.600000024, 0.600000024))
  1688. Boot2=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1689. 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))
  1690. mesh("BlockMesh",Boot2,"","",Vector3.new(0, 0, 0),Vector3.new(1.10000002, 0.800000012, 0.800000012))
  1691. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1692. 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))
  1693. mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.09000003, 1, 1))
  1694. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1695. 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))
  1696. mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
  1697. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1698. 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))
  1699. mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
  1700. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1701. 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))
  1702. mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.200000003, 1))
  1703. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.613807499))
  1704. 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))
  1705. mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
  1706. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.613807499))
  1707. 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))
  1708. mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
  1709. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.613807499))
  1710. 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))
  1711. mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.200000003, 1.20000005))
  1712. Boot2=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot2",Vector3.new(0.20460248, 0.409205049, 0.40920499))
  1713. 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))
  1714. mesh("BlockMesh",Boot2,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 1))
  1715. Boot2=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1716. 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))
  1717. mesh("SpecialMesh",Boot2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
  1718. Boot2=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1719. 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))
  1720. mesh("SpecialMesh",Boot2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
  1721. Boot2=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1722. 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))
  1723. mesh("SpecialMesh",Boot2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
  1724. Boot2=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1725. 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))
  1726. mesh("SpecialMesh",Boot2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
  1727. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1728. 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))
  1729. mesh("SpecialMesh",Neon2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1730. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1731. 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))
  1732. mesh("SpecialMesh",Neon2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1733. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1734. 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))
  1735. mesh("SpecialMesh",Neon2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1736. Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1737. 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))
  1738. mesh("SpecialMesh",Neon2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1739. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1740. 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))
  1741. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1742. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.613807559))
  1743. 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))
  1744. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1745. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1746. 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))
  1747. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1748. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.613807559))
  1749. 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))
  1750. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1751. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1752. 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))
  1753. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1754. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1755. 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))
  1756. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1757. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1758. 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))
  1759. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1760. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1761. 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))
  1762. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1763. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1764. 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))
  1765. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1766. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.43221748))
  1767. 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))
  1768. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1769. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.4322176))
  1770. 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))
  1771. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1772. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1773. 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))
  1774. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1775. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.818409979))
  1776. 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))
  1777. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1778. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.818409979))
  1779. 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))
  1780. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1781. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1782. 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))
  1783. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1784. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  1785. 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))
  1786. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1787. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1788. 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))
  1789. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1790. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  1791. 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))
  1792. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1793. Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1794. 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))
  1795. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1796.  
  1797. -----------Compiled/Converted by youssefaxo/Josen#152o
  1798.  
  1799. Player=game:GetService('Players').tommy73738
  1800. Character=Player.Character
  1801. Mouse=Player:GetMouse()
  1802. glovey=Instance.new('Model',Character)
  1803. m=Instance.new('Model',Character)
  1804.  
  1805. local function weldBetween(a, b)
  1806. local weldd = Instance.new("ManualWeld")
  1807. weldd.Part0 = a
  1808. weldd.Part1 = b
  1809. weldd.C0 = CFrame.new()
  1810. weldd.C1 = b.CFrame:inverse() * a.CFrame
  1811. weldd.Parent = a
  1812. return weldd
  1813. end
  1814.  
  1815. it=Instance.new
  1816.  
  1817. function nooutline(part)
  1818. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  1819. end
  1820.  
  1821. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  1822. local fp=it("Part")
  1823. fp.formFactor=formfactor
  1824. fp.Parent=parent
  1825. fp.Reflectance=reflectance
  1826. fp.Transparency=transparency
  1827. fp.CanCollide=false
  1828. fp.Locked=true
  1829. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  1830. fp.Name=name
  1831. fp.Size=size
  1832. fp.Position=Character.Torso.Position
  1833. nooutline(fp)
  1834. fp.Material=material
  1835. fp:BreakJoints()
  1836. return fp
  1837. end
  1838.  
  1839. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  1840. local mesh=it(Mesh)
  1841. mesh.Parent=part
  1842. if Mesh=="SpecialMesh" then
  1843. mesh.MeshType=meshtype
  1844. mesh.MeshId=meshid
  1845. end
  1846. mesh.Offset=offset
  1847. mesh.Scale=scale
  1848. return mesh
  1849. end
  1850.  
  1851. function weld(parent,part0,part1,c0,c1)
  1852. local weld=it("Weld")
  1853. weld.Parent=parent
  1854. weld.Part0=part0
  1855. weld.Part1=part1
  1856. weld.C0=c0
  1857. weld.C1=c1
  1858. return weld
  1859. end
  1860.  
  1861. handle=part(Enum.FormFactor.Custom,glovey,Enum.Material.SmoothPlastic,0,0,"Black","Handle",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1862. 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))
  1863. mesh("BlockMesh",handle,"","",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.03999996, 0.5))
  1864. MBoot1=part(Enum.FormFactor.Custom,glovey,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1865. 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))
  1866. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  1867. MBoot1=part(Enum.FormFactor.Custom,glovey,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1868. 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))
  1869. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  1870. MBoot1=part(Enum.FormFactor.Custom,glovey,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1871. 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))
  1872. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  1873. MBoot1=part(Enum.FormFactor.Custom,glovey,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1874. 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))
  1875. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.03999996, 0.5))
  1876. MBoot1=part(Enum.FormFactor.Custom,glovey,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1877. 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))
  1878. mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
  1879. MNeon=part(Enum.FormFactor.Custom,glovey,Enum.Material.SmoothPlastic,0,0,"Black","MNeon",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1880. 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))
  1881. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.850000024, 1.00999999, 0.850000024))
  1882. MNeon=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1883. 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))
  1884. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  1885. MNeon=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1886. 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))
  1887. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  1888. MNeon=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1889. 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))
  1890. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  1891. MNeon=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1892. 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))
  1893. mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
  1894. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1895. 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))
  1896. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0906348526))
  1897. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1898. 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))
  1899. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0906348526))
  1900. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1901. 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))
  1902. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0543809123))
  1903. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1904. 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))
  1905. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0906348526))
  1906. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1907. 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))
  1908. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0543809123))
  1909. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1910. 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))
  1911. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0543809123))
  1912. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1913. 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))
  1914. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0906348526))
  1915. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1916. 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))
  1917. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0543809123))
  1918. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1919. 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))
  1920. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0906348526))
  1921. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1922. 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))
  1923. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0543809123))
  1924. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1925. 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))
  1926. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0543809123))
  1927. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1928. 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))
  1929. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0906348526))
  1930. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1931. 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))
  1932. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0543809123))
  1933. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1934. 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))
  1935. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0906348526))
  1936. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1937. 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))
  1938. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0543809123))
  1939. MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003))
  1940. 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))
  1941. mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0906348526))
  1942. MNeon2=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon2",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1943. 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))
  1944. mesh("BlockMesh",MNeon2,"","",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 1.05999994, 0.200000003))
  1945. MNeon2=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon2",Vector3.new(0.906348407, 0.543809175, 0.906348526))
  1946. 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))
  1947. mesh("BlockMesh",MNeon2,"","",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 1.05999994, 0.200000003))
  1948. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  1949. 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))
  1950. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  1951. Glove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Marble,0,0,"Black","Glove",Vector3.new(1.05999994, 0.680000186, 1.00999999))
  1952. 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))
  1953. mesh("BlockMesh",Glove,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1954. Glove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Marble,0,0,"Black","Glove",Vector3.new(0.99000001, 0.200000003, 1.01999998))
  1955. 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))
  1956. mesh("BlockMesh",Glove,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1957. Glove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Marble,0,0,"Black","Glove",Vector3.new(0.589999974, 0.200000003, 1.01999998))
  1958. 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))
  1959. mesh("BlockMesh",Glove,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1960. Glove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Marble,0,0,"Black","Glove",Vector3.new(0.200000003, 0.510000229, 0.769999981))
  1961. 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))
  1962. mesh("BlockMesh",Glove,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1963. Glove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Marble,0,0,"Black","Glove",Vector3.new(1.04999995, 0.200000003, 1.01999998))
  1964. 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))
  1965. mesh("BlockMesh",Glove,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1966. Glove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Marble,0,0,"Black","Glove",Vector3.new(0.200000003, 1.0400002, 0.550000012))
  1967. 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))
  1968. mesh("BlockMesh",Glove,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
  1969. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(1.06999993, 1.0200001, 0.200000003))
  1970. 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))
  1971. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 0.100000001))
  1972. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(1.04999995, 0.200000003, 1.01999998))
  1973. 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))
  1974. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.200000003, 1.00999999))
  1975. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(1.05999994, 0.200000003, 1.00999999))
  1976. 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))
  1977. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.400000006, 1.00999999))
  1978. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(1.05999994, 0.200000003, 1.00999999))
  1979. 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))
  1980. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.400000006, 1.00999999))
  1981. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(0.200000003, 0.830000162, 0.200000003))
  1982. 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))
  1983. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 1, 1))
  1984. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(0.649999976, 0.200000003, 1.01999998))
  1985. 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))
  1986. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.200000003, 1.00999999))
  1987. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(0.99000001, 0.200000003, 1.01999998))
  1988. 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))
  1989. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.200000003, 1.00999999))
  1990. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(0.200000003, 0.920000196, 0.639999986))
  1991. 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))
  1992. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  1993. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(0.200000003, 0.940000117, 0.200000003))
  1994. 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))
  1995. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 1, 0.100000001))
  1996. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(1.05999994, 0.200000003, 1.00999999))
  1997. 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))
  1998. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.400000006, 1.00999999))
  1999. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(0.200000003, 0.940000117, 0.200000003))
  2000. 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))
  2001. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 1, 0.100000001))
  2002. NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(0.200000003, 0.600000143, 0.200000003))
  2003. 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))
  2004. mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 1, 0.100000001))
  2005. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  2006. 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))
  2007. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  2008. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  2009. 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))
  2010. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  2011. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  2012. 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))
  2013. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  2014. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  2015. 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))
  2016. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  2017. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  2018. 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))
  2019. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  2020. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.20460251))
  2021. 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))
  2022. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  2023. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.818409979))
  2024. 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))
  2025. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  2026. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.818409979))
  2027. 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))
  2028. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  2029. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  2030. 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))
  2031. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  2032. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 1.4322176))
  2033. 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))
  2034. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  2035. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 1.43221748))
  2036. 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))
  2037. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  2038. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  2039. 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))
  2040. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  2041. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  2042. 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))
  2043. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  2044. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  2045. 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))
  2046. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  2047. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  2048. 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))
  2049. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  2050. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252))
  2051. 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))
  2052. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  2053. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.613807559))
  2054. 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))
  2055. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  2056. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019))
  2057. 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))
  2058. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  2059. Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.613807559))
  2060. 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))
  2061. mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
  2062.  
  2063. ------
  2064. for i, v in pairs(m:GetChildren()) do
  2065. if v:IsA("Part") then
  2066. v.BrickColor = BrickColor.new("Really black")
  2067. v.Material = "Glass"
  2068. end
  2069. end
  2070. for i, v in pairs(m2:GetChildren()) do
  2071. if v:IsA("Part") then
  2072. v.BrickColor = BrickColor.new("Crimson")
  2073. v.Material = "Granite"
  2074. end
  2075. end
  2076. for i, v in pairs(m3:GetChildren()) do
  2077. if v:IsA("Part") then
  2078. v.BrickColor = BrickColor.new("Really red")
  2079. v.Material = "Neon"
  2080. end
  2081. end
  2082. for i, v in pairs(mw2:GetChildren()) do
  2083. if v:IsA("Part") then
  2084. v.BrickColor = BrickColor.new("Really red")
  2085. v.Material = "Neon"
  2086. end
  2087. end
  2088. for i, v in pairs(mw1:GetChildren()) do
  2089. if v:IsA("Part") then
  2090. v.Transparency = 1
  2091. v.BrickColor = BrickColor.new("Really red")
  2092. v.Material = "Neon"
  2093. end
  2094. end
  2095. for i, v in pairs(extrawingmod1:GetChildren()) do
  2096. if v:IsA("Part") then
  2097. v.Transparency = 1
  2098. v.BrickColor = BrickColor.new("White")
  2099. v.Material = "Neon"
  2100. end
  2101. end
  2102. for i, v in pairs(extrawingmod2:GetChildren()) do
  2103. if v:IsA("Part") then
  2104. v.Transparency = 1
  2105. v.BrickColor = BrickColor.new("White")
  2106. v.Material = "Neon"
  2107. end
  2108. end
  2109.  
  2110. FHead = New("Part",char,"FHead",{CanCollide = false,BrickColor = BrickColor.new("Really black"),Size = Vector3.new(1.20000005, 0.600000024, 1),CFrame = CFrame.new(68.5999985, 0.700013041, 9.89999962, 1, 0, 0, 0, 1, 0, 0, 0, 1),Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  2111. Mesh = New("SpecialMesh",FHead,"Mesh",{Scale = Vector3.new(1.25999999, 1.5, 1.25999999),})
  2112. Weld = New("Weld",FHead,"mot",{Part0 = FHead,Part1 = char.Head,C1 = CFrame.new(0, 0.200000048, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  2113. FHead.CanCollide = false
  2114.  
  2115.  
  2116.  
  2117. local MAINRUINCOLOR = BrickColor.new("Really red")
  2118. function RemoveOutlines(part)
  2119. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  2120. end
  2121. function CreatePart(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  2122. local Part = Create("Part")({
  2123. Parent = Parent,
  2124. Reflectance = Reflectance,
  2125. Transparency = Transparency,
  2126. CanCollide = false,
  2127. Locked = true,
  2128. BrickColor = BrickColor.new(tostring(BColor)),
  2129. Name = Name,
  2130. Size = Size,
  2131. Material = Material
  2132. })
  2133. Part.CustomPhysicalProperties = PhysicalProperties.new(0.001, 0.001, 0.001, 0.001, 0.001)
  2134. RemoveOutlines(Part)
  2135. return Part
  2136. end
  2137. function CreateMesh(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  2138. local Msh = Create(Mesh)({
  2139. Parent = Part,
  2140. Offset = OffSet,
  2141. Scale = Scale
  2142. })
  2143. if Mesh == "SpecialMesh" then
  2144. Msh.MeshType = MeshType
  2145. Msh.MeshId = MeshId
  2146. end
  2147. return Msh
  2148. end
  2149. function CreateWeld(Parent, Part0, Part1, C0, C1)
  2150. local Weld = Create("Weld")({
  2151. Parent = Parent,
  2152. Part0 = Part0,
  2153. Part1 = Part1,
  2154. C0 = C0,
  2155. C1 = C1
  2156. })
  2157. return Weld
  2158. end
  2159. Player = game:GetService("Players").tommy73738
  2160. Character = Player.Character
  2161. PlayerGui = Player.PlayerGui
  2162. Backpack = Player.Backpack
  2163. Torso = Character.Torso
  2164. Head = Character.Head
  2165. Humanoid = Character.Humanoid
  2166. m = Instance.new("Model", Character)
  2167. LeftArm = Character["Left Arm"]
  2168. LeftLeg = Character["Left Leg"]
  2169. RightArm = Character["Right Arm"]
  2170. RightLeg = Character["Right Leg"]
  2171. LS = Torso["Left Shoulder"]
  2172. LH = Torso["Left Hip"]
  2173. RS = Torso["Right Shoulder"]
  2174. RH = Torso["Right Hip"]
  2175. Face = Head.face
  2176. Neck = Torso.Neck
  2177. it = Instance.new
  2178. attacktype = 1
  2179. vt = Vector3.new
  2180. cf = CFrame.new
  2181. euler = CFrame.fromEulerAnglesXYZ
  2182. angles = CFrame.Angles
  2183. cloaked = false
  2184. necko = cf(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  2185. necko2 = cf(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  2186. LHC0 = cf(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2187. LHC1 = cf(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2188. RHC0 = cf(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  2189. RHC1 = cf(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  2190. RootPart = Character.HumanoidRootPart
  2191. RootJoint = RootPart.RootJoint
  2192. RootCF = euler(-1.57, 0, 3.14)
  2193. attack = false
  2194. attackdebounce = false
  2195. deb = false
  2196. equipped = true
  2197. hand = false
  2198. MMouse = nil
  2199. combo = 0
  2200. mana = 0
  2201. trispeed = 0.2
  2202. attackmode = "none"
  2203. local idle = 0
  2204. local Anim = "Idle"
  2205. local Effects = {}
  2206. local gun = false
  2207. local shoot = false
  2208. local sine = 0
  2209. local change = 1
  2210. player = nil
  2211. local toggleTag = true
  2212. local bilguit = Instance.new("BillboardGui", hed)
  2213. bilguit.Adornee = nil
  2214. bilguit.Name = "ModeName"
  2215. bilguit.Size = UDim2.new(4, 0, 1.2, 0)
  2216. bilguit.StudsOffset = Vector3.new(-8, 8/1.5, 0)
  2217. local modet = Instance.new("TextLabel", bilguit)
  2218. modet.Size = UDim2.new(10/2, 0, 7/2, 0)
  2219. modet.FontSize = "Size8"
  2220. modet.TextScaled = true
  2221. modet.TextTransparency = 0
  2222. modet.BackgroundTransparency = 1
  2223. modet.TextTransparency = 0
  2224. modet.TextStrokeTransparency = 0
  2225. modet.Font = "Antique"
  2226. modet.TextStrokeColor3 = Color3.new(1,0,0)
  2227. modet.TextColor3 = Color3.new(0.25,0,0)
  2228. modet.Text = "A"
  2229. function createBGCircle(size,parent,color)
  2230. local bgui = Instance.new("BillboardGui",parent)
  2231. bgui.Size = UDim2.new(size, 0, size, 0)
  2232. local imgc = Instance.new("ImageLabel",bgui)
  2233. imgc.BackgroundTransparency = 1
  2234. imgc.ImageTransparency = 0
  2235. imgc.Size = UDim2.new(1,0,1,0)
  2236. imgc.Image = "rbxassetid://997291547" --997291547,521073910
  2237. imgc.ImageColor3 = color
  2238. return bgui,imgc
  2239. end
  2240.  
  2241. function symbolizeBlink(guipar,size,img,color,bonussize,vol,pit,soundid,spar,rotationenabled,rotsp,delay)
  2242. local bgui,imgc = createBGCircle(size,guipar,color)
  2243. bgui.AlwaysOnTop = true
  2244. imgc.Image = "rbxassetid://" ..img
  2245. local rrot = math.random(1,2)
  2246. CFuncs["Sound"].Create("rbxassetid://" ..soundid, spar, vol,pit)
  2247. coroutine.resume(coroutine.create(function()
  2248. for i = 0, 24*delay do
  2249. swait()
  2250. if rotationenabled == true then
  2251. if rrot == 1 then
  2252. imgc.Rotation = imgc.Rotation + rotsp
  2253. elseif rrot == 2 then
  2254. imgc.Rotation = imgc.Rotation - rotsp
  2255. end
  2256. end
  2257. bgui.Size = bgui.Size + UDim2.new(1*bonussize/delay,0,1*bonussize/delay,0)
  2258. imgc.ImageTransparency = imgc.ImageTransparency + 0.04/delay
  2259. end
  2260. bgui:Destroy()
  2261. end))
  2262. end
  2263. function RecolorThing(one,two,three,four,five,exonetran,exone,extwotran,extwo)
  2264. for i, v in pairs(mw2:GetChildren()) do
  2265. if v:IsA("Part") then
  2266. v.BrickColor = one
  2267. v.Material = "Neon"
  2268. end
  2269. end
  2270. for i, v in pairs(mw1:GetChildren()) do
  2271. if v:IsA("Part") then
  2272. v.Transparency = 0
  2273. v.BrickColor = two
  2274. v.Material = "Neon"
  2275. end
  2276. end
  2277. for i, v in pairs(m:GetChildren()) do
  2278. if v:IsA("Part") then
  2279. v.BrickColor = three
  2280. v.Material = "Ice"
  2281. end
  2282. end
  2283. for i, v in pairs(m2:GetChildren()) do
  2284. if v:IsA("Part") then
  2285. v.BrickColor = four
  2286. v.Material = "Ice"
  2287. end
  2288. end
  2289. for i, v in pairs(m3:GetChildren()) do
  2290. if v:IsA("Part") then
  2291. v.BrickColor = five
  2292. v.Material = "Neon"
  2293. end
  2294. end
  2295. for i, v in pairs(extrawingmod1:GetChildren()) do
  2296. if v:IsA("Part") then
  2297. v.Transparency = exonetran
  2298. v.BrickColor = exone
  2299. v.Material = "Neon"
  2300. end
  2301. end
  2302. for i, v in pairs(extrawingmod2:GetChildren()) do
  2303. if v:IsA("Part") then
  2304. v.Transparency = extwotran
  2305. v.BrickColor = extwo
  2306. v.Material = "Neon"
  2307. end
  2308. end
  2309. end
  2310. function RecolorTextAndRename(name,col1,col2,font)
  2311. modet.TextStrokeColor3 = col2
  2312. modet.TextColor3 = col1
  2313. modet.Font = font
  2314. modet.Text = name
  2315. techc.ImageColor3 = col2
  2316. techc2.ImageColor3 = col2
  2317. circl.ImageColor3 = col2
  2318. circl2.ImageColor3 = col1
  2319. imgl2.ImageColor3 = col1
  2320. imgl2b.ImageColor3 = col2
  2321. ned.Text = name
  2322. ned.TextColor3 = col1
  2323. ned.TextStrokeColor3 = col2
  2324. end
  2325. RSH, LSH = nil, nil
  2326. RW, LW = Instance.new("Weld"), Instance.new("Weld")
  2327. RW.Name = "Right Shoulder"
  2328. LW.Name = "Left Shoulder"
  2329. LH = Torso["Left Hip"]
  2330. RH = Torso["Right Hip"]
  2331. TorsoColor = Torso.BrickColor
  2332. function NoOutline(Part)
  2333. Part.TopSurface, Part.BottomSurface, Part.LeftSurface, Part.RightSurface, Part.FrontSurface, Part.BackSurface = 10, 10, 10, 10, 10, 10
  2334. end
  2335. player = Player
  2336. ch = Character
  2337. RSH = ch.Torso["Right Shoulder"]
  2338. LSH = ch.Torso["Left Shoulder"]
  2339. RSH.Parent = nil
  2340. LSH.Parent = nil
  2341. RW.Name = "Right Shoulder"
  2342. RW.Part0 = ch.Torso
  2343. RW.C0 = cf(1.5, 0.5, 0)
  2344. RW.C1 = cf(0, 0.5, 0)
  2345. RW.Part1 = ch["Right Arm"]
  2346. RW.Parent = ch.Torso
  2347. LW.Name = "Left Shoulder"
  2348. LW.Part0 = ch.Torso
  2349. LW.C0 = cf(-1.5, 0.5, 0)
  2350. LW.C1 = cf(0, 0.5, 0)
  2351. LW.Part1 = ch["Left Arm"]
  2352. LW.Parent = ch.Torso
  2353. local Stats = Instance.new("BoolValue")
  2354. Stats.Name = "Stats"
  2355. Stats.Parent = Character
  2356. local Atk = Instance.new("NumberValue")
  2357. Atk.Name = "Damage"
  2358. Atk.Parent = Stats
  2359. Atk.Value = 1
  2360. local Def = Instance.new("NumberValue")
  2361. Def.Name = "Defense"
  2362. Def.Parent = Stats
  2363. Def.Value = 1
  2364. local Speed = Instance.new("NumberValue")
  2365. Speed.Name = "Speed"
  2366. Speed.Parent = Stats
  2367. Speed.Value = 1
  2368. local Mvmt = Instance.new("NumberValue")
  2369. Mvmt.Name = "Movement"
  2370. Mvmt.Parent = Stats
  2371. Mvmt.Value = 1
  2372. local donum = 0
  2373. function part(formfactor, parent, reflectance, transparency, brickcolor, name, size)
  2374. local fp = it("Part")
  2375. fp.formFactor = formfactor
  2376. fp.Parent = parent
  2377. fp.Reflectance = reflectance
  2378. fp.Transparency = transparency
  2379. fp.CanCollide = false
  2380. fp.Locked = true
  2381. fp.BrickColor = brickcolor
  2382. fp.Name = name
  2383. fp.Size = size
  2384. fp.Position = Torso.Position
  2385. NoOutline(fp)
  2386. fp.Material = "SmoothPlastic"
  2387. fp:BreakJoints()
  2388. return fp
  2389. end
  2390. function mesh(Mesh, part, meshtype, meshid, offset, scale)
  2391. local mesh = it(Mesh)
  2392. mesh.Parent = part
  2393. if Mesh == "SpecialMesh" then
  2394. mesh.MeshType = meshtype
  2395. if meshid ~= "nil" then
  2396. mesh.MeshId = "http://www.roblox.com/asset/?id=" .. meshid
  2397. end
  2398. end
  2399. mesh.Offset = offset
  2400. mesh.Scale = scale
  2401. return mesh
  2402. end
  2403. function weld(parent, part0, part1, c0)
  2404. local weld = it("Weld")
  2405. weld.Parent = parent
  2406. weld.Part0 = part0
  2407. weld.Part1 = part1
  2408. weld.C0 = c0
  2409. return weld
  2410. end
  2411. local Color1 = Torso.BrickColor
  2412. local bodvel = Instance.new("BodyVelocity")
  2413. local bg = Instance.new("BodyGyro")
  2414. function swait(num)
  2415. if num == 0 or num == nil then
  2416. game:service("RunService").Stepped:wait(0)
  2417. else
  2418. for i = 0, num do
  2419. game:service("RunService").Stepped:wait(0)
  2420. end
  2421. end
  2422. end
  2423. local r = 255
  2424. local g = 0
  2425. local b = 0
  2426. coroutine.resume(coroutine.create(function()
  2427. while wait() do
  2428. for i = 0, 50.8 do
  2429. swait()
  2430. g = g + 5
  2431. end
  2432. for i = 0, 50.8 do
  2433. swait()
  2434. r = r - 5
  2435. end
  2436. for i = 0, 50.8 do
  2437. swait()
  2438. b = b + 5
  2439. end
  2440. for i = 0, 50.8 do
  2441. swait()
  2442. g = g - 5
  2443. end
  2444. for i = 0, 50.8 do
  2445. swait()
  2446. r = r + 5
  2447. end
  2448. for i = 0, 50.8 do
  2449. swait()
  2450. b = b - 5
  2451. end
  2452. end
  2453. end))
  2454. function so(id, par, vol, pit)
  2455. coroutine.resume(coroutine.create(function()
  2456. local sou = Instance.new("Sound", par or workspace)
  2457. sou.Volume = vol
  2458. sou.Pitch = pit or 1
  2459. sou.SoundId = id
  2460. swait()
  2461. sou:play()
  2462. game:GetService("Debris"):AddItem(sou, 6)
  2463. end))
  2464. end
  2465.  
  2466. function clerp(a, b, t)
  2467. local qa = {
  2468. QuaternionFromCFrame(a)
  2469. }
  2470. local qb = {
  2471. QuaternionFromCFrame(b)
  2472. }
  2473. local ax, ay, az = a.x, a.y, a.z
  2474. local bx, by, bz = b.x, b.y, b.z
  2475. local _t = 1 - t
  2476. return QuaternionToCFrame(_t * ax + t * bx, _t * ay + t * by, _t * az + t * bz, QuaternionSlerp(qa, qb, t))
  2477. end
  2478. function QuaternionFromCFrame(cf)
  2479. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  2480. local trace = m00 + m11 + m22
  2481. if trace > 0 then
  2482. local s = math.sqrt(1 + trace)
  2483. local recip = 0.5 / s
  2484. return (m21 - m12) * recip, (m02 - m20) * recip, (m10 - m01) * recip, s * 0.5
  2485. else
  2486. local i = 0
  2487. if m00 < m11 then
  2488. i = 1
  2489. end
  2490. if m22 > (i == 0 and m00 or m11) then
  2491. i = 2
  2492. end
  2493. if i == 0 then
  2494. local s = math.sqrt(m00 - m11 - m22 + 1)
  2495. local recip = 0.5 / s
  2496. return 0.5 * s, (m10 + m01) * recip, (m20 + m02) * recip, (m21 - m12) * recip
  2497. elseif i == 1 then
  2498. local s = math.sqrt(m11 - m22 - m00 + 1)
  2499. local recip = 0.5 / s
  2500. return (m01 + m10) * recip, 0.5 * s, (m21 + m12) * recip, (m02 - m20) * recip
  2501. elseif i == 2 then
  2502. local s = math.sqrt(m22 - m00 - m11 + 1)
  2503. local recip = 0.5 / s
  2504. return (m02 + m20) * recip, (m12 + m21) * recip, 0.5 * s, (m10 - m01) * recip
  2505. end
  2506. end
  2507. end
  2508. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  2509. local xs, ys, zs = x + x, y + y, z + z
  2510. local wx, wy, wz = w * xs, w * ys, w * zs
  2511. local xx = x * xs
  2512. local xy = x * ys
  2513. local xz = x * zs
  2514. local yy = y * ys
  2515. local yz = y * zs
  2516. local zz = z * zs
  2517. 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))
  2518. end
  2519. function QuaternionSlerp(a, b, t)
  2520. local cosTheta = a[1] * b[1] + a[2] * b[2] + a[3] * b[3] + a[4] * b[4]
  2521. local startInterp, finishInterp
  2522. if cosTheta >= 1.0E-4 then
  2523. if 1 - cosTheta > 1.0E-4 then
  2524. local theta = math.acos(cosTheta)
  2525. local invSinTheta = 1 / math.sin(theta)
  2526. startInterp = math.sin((1 - t) * theta) * invSinTheta
  2527. finishInterp = math.sin(t * theta) * invSinTheta
  2528. else
  2529. startInterp = 1 - t
  2530. finishInterp = t
  2531. end
  2532. elseif 1 + cosTheta > 1.0E-4 then
  2533. local theta = math.acos(-cosTheta)
  2534. local invSinTheta = 1 / math.sin(theta)
  2535. startInterp = math.sin((t - 1) * theta) * invSinTheta
  2536. finishInterp = math.sin(t * theta) * invSinTheta
  2537. else
  2538. startInterp = t - 1
  2539. finishInterp = t
  2540. end
  2541. 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
  2542. end
  2543. local CFrameFromTopBack = function(at, top, back)
  2544. local right = top:Cross(back)
  2545. return CFrame.new(at.x, at.y, at.z, right.x, top.x, back.x, right.y, top.y, back.y, right.z, top.z, back.z)
  2546. end
  2547. function Triangle(a, b, c)
  2548. local edg1 = (c - a):Dot((b - a).unit)
  2549. local edg2 = (a - b):Dot((c - b).unit)
  2550. local edg3 = (b - c):Dot((a - c).unit)
  2551. if edg1 <= (b - a).magnitude and edg1 >= 0 then
  2552. a, b = a, b
  2553. elseif edg2 <= (c - b).magnitude and edg2 >= 0 then
  2554. a, b, c = b, c, a
  2555. elseif edg3 <= (a - c).magnitude and edg3 >= 0 then
  2556. a, b, c = c, a, b
  2557. else
  2558. assert(false, "unreachable")
  2559. end
  2560. local len1 = (c - a):Dot((b - a).unit)
  2561. local len2 = (b - a).magnitude - len1
  2562. local width = (a + (b - a).unit * len1 - c).magnitude
  2563. local maincf = CFrameFromTopBack(a, (b - a):Cross(c - b).unit, -(b - a).unit)
  2564. local list = {}
  2565. if len1 > 0.01 then
  2566. local w1 = Instance.new("WedgePart", m)
  2567. game:GetService("Debris"):AddItem(w1, 5)
  2568. w1.Material = "SmoothPlastic"
  2569. w1.FormFactor = "Custom"
  2570. w1.BrickColor = BrickColor.new("Really red")
  2571. w1.Transparency = 0
  2572. w1.Reflectance = 0
  2573. w1.Material = "SmoothPlastic"
  2574. w1.CanCollide = false
  2575. local l1 = Instance.new("PointLight", w1)
  2576. l1.Color = Color3.new(170, 0, 0)
  2577. NoOutline(w1)
  2578. local sz = Vector3.new(0.2, width, len1)
  2579. w1.Size = sz
  2580. local sp = Instance.new("SpecialMesh", w1)
  2581. sp.MeshType = "Wedge"
  2582. sp.Scale = Vector3.new(0, 1, 1) * sz / w1.Size
  2583. w1:BreakJoints()
  2584. w1.Anchored = true
  2585. w1.Parent = workspace
  2586. w1.Transparency = 0.7
  2587. table.insert(Effects, {
  2588. w1,
  2589. "Disappear",
  2590. 0.01
  2591. })
  2592. w1.CFrame = maincf * CFrame.Angles(math.pi, 0, math.pi / 2) * CFrame.new(0, width / 2, len1 / 2)
  2593. table.insert(list, w1)
  2594. end
  2595. if len2 > 0.01 then
  2596. local w2 = Instance.new("WedgePart", m)
  2597. game:GetService("Debris"):AddItem(w2, 5)
  2598. w2.Material = "SmoothPlastic"
  2599. w2.FormFactor = "Custom"
  2600. w2.BrickColor = BrickColor.new("Really red")
  2601. w2.Transparency = 0
  2602. w2.Reflectance = 0
  2603. w2.Material = "SmoothPlastic"
  2604. w2.CanCollide = false
  2605. local l2 = Instance.new("PointLight", w2)
  2606. l2.Color = Color3.new(170, 0, 0)
  2607. NoOutline(w2)
  2608. local sz = Vector3.new(0.2, width, len2)
  2609. w2.Size = sz
  2610. local sp = Instance.new("SpecialMesh", w2)
  2611. sp.MeshType = "Wedge"
  2612. sp.Scale = Vector3.new(0, 1, 1) * sz / w2.Size
  2613. w2:BreakJoints()
  2614. w2.Anchored = true
  2615. w2.Parent = workspace
  2616. w2.Transparency = 0.7
  2617. table.insert(Effects, {
  2618. w2,
  2619. "Disappear",
  2620. 0.01
  2621. })
  2622. w2.CFrame = maincf * CFrame.Angles(math.pi, math.pi, -math.pi / 2) * CFrame.new(0, width / 2, -len1 - len2 / 2)
  2623. table.insert(list, w2)
  2624. end
  2625. return unpack(list)
  2626. end
  2627. local freemodelflame = script.Flame
  2628. local freemodelflame2 = script.Flame2
  2629.  
  2630. local Kyu1 = freemodelflame2:Clone()
  2631. Kyu1.Parent = RightArm
  2632. local Kyu2 = freemodelflame2:Clone()
  2633. Kyu2.Parent = LeftArm
  2634. function Damagefunc(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
  2635. if hit.Parent == nil then
  2636. return
  2637. end
  2638. local h = hit.Parent:FindFirstChildOfClass("Humanoid")
  2639. for _, v in pairs(hit.Parent:children()) do
  2640. if v:IsA("Humanoid") then
  2641. h = v
  2642. end
  2643. end
  2644. if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Head") ~= nil then
  2645. if hit.Parent:findFirstChild("DebounceHit") ~= nil and hit.Parent.DebounceHit.Value == true then
  2646. return
  2647. end
  2648. local c = Create("ObjectValue")({
  2649. Name = "creator",
  2650. Value = game:service("Players").tommy73738,
  2651. Parent = h
  2652. })
  2653. game:GetService("Debris"):AddItem(c, 0.5)
  2654. if HitSound ~= nil and HitPitch ~= nil then
  2655. CFuncs.Sound.Create(HitSound, hit, 1, HitPitch)
  2656. end
  2657. local Damage = math.random(minim, maxim)
  2658. local blocked = false
  2659. local block = hit.Parent:findFirstChild("Block")
  2660. if block ~= nil and block.className == "IntValue" and block.Value > 0 then
  2661. blocked = true
  2662. block.Value = block.Value - 1
  2663. print(block.Value)
  2664. end
  2665. if blocked == false then
  2666. HitHealth = h.Health
  2667. h.Health = h.Health - Damage
  2668. if HitHealth ~= h.Health and HitHealth ~= 0 and 0 >= h.Health and h.Parent.Name ~= "Hologram" then
  2669. print("gained kill")
  2670. end
  2671. ShowDamage(Part.CFrame * CFrame.new(0, 0, Part.Size.Z / 2).p + Vector3.new(0, 1.5, 0), -Damage, 1.5, Part.BrickColor.Color)
  2672. else
  2673. h.Health = h.Health - Damage / 2
  2674. ShowDamage(Part.CFrame * CFrame.new(0, 0, Part.Size.Z / 2).p + Vector3.new(0, 1.5, 0), -Damage, 1.5, Part.BrickColor.Color)
  2675. end
  2676. if Type == "Knockdown" then
  2677. local hum = hit.Parent.Humanoid
  2678. hum.PlatformStand = true
  2679. coroutine.resume(coroutine.create(function(HHumanoid)
  2680. swait(1)
  2681. HHumanoid.PlatformStand = false
  2682. end), hum)
  2683. local angle = hit.Position - (Property.Position + Vector3.new(0, 0, 0)).unit
  2684. local bodvol = Create("BodyVelocity")({
  2685. velocity = angle * knockback,
  2686. P = 5000,
  2687. maxForce = Vector3.new(8000, 8000, 8000),
  2688. Parent = hit
  2689. })
  2690. local rl = Create("BodyAngularVelocity")({
  2691. P = 3000,
  2692. maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000,
  2693. angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)),
  2694. Parent = hit
  2695. })
  2696. game:GetService("Debris"):AddItem(bodvol, 0.5)
  2697. game:GetService("Debris"):AddItem(rl, 0.5)
  2698. elseif Type == "Normal" then
  2699. local vp = Create("BodyVelocity")({
  2700. P = 500,
  2701. maxForce = Vector3.new(math.huge, 0, math.huge),
  2702. velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05
  2703. })
  2704. if knockback > 0 then
  2705. vp.Parent = hit.Parent.Head
  2706. end
  2707. game:GetService("Debris"):AddItem(vp, 0.5)
  2708. elseif Type == "Up" then
  2709. local bodyVelocity = Create("BodyVelocity")({
  2710. velocity = Vector3.new(0, 20, 0),
  2711. P = 5000,
  2712. maxForce = Vector3.new(8000, 8000, 8000),
  2713. Parent = hit
  2714. })
  2715. game:GetService("Debris"):AddItem(bodyVelocity, 0.5)
  2716. local bodyVelocity = Create("BodyVelocity")({
  2717. velocity = Vector3.new(0, 20, 0),
  2718. P = 5000,
  2719. maxForce = Vector3.new(8000, 8000, 8000),
  2720. Parent = hit
  2721. })
  2722. game:GetService("Debris"):AddItem(bodyVelocity, 1)
  2723. elseif Type == "Leech" then
  2724. local hum = hit.Parent.Humanoid
  2725. if hum ~= nil then
  2726. for i = 0, 2 do
  2727. 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)
  2728. end
  2729. Humanoid.Health = Humanoid.Health + 10
  2730. end
  2731. elseif Type == "UpKnock" then
  2732. local hum = hit.Parent.Humanoid
  2733. hum.PlatformStand = true
  2734. if hum ~= nil then
  2735. hitr = true
  2736. end
  2737. coroutine.resume(coroutine.create(function(HHumanoid)
  2738. swait(5)
  2739. HHumanoid.PlatformStand = false
  2740. hitr = false
  2741. end), hum)
  2742. local bodyVelocity = Create("BodyVelocity")({
  2743. velocity = Vector3.new(0, 20, 0),
  2744. P = 5000,
  2745. maxForce = Vector3.new(8000, 8000, 8000),
  2746. Parent = hit
  2747. })
  2748. game:GetService("Debris"):AddItem(bodyVelocity, 0.5)
  2749. local bodyVelocity = Create("BodyVelocity")({
  2750. velocity = Vector3.new(0, 20, 0),
  2751. P = 5000,
  2752. maxForce = Vector3.new(8000, 8000, 8000),
  2753. Parent = hit
  2754. })
  2755. game:GetService("Debris"):AddItem(bodyVelocity, 1)
  2756. elseif Type == "Snare" then
  2757. local bp = Create("BodyPosition")({
  2758. P = 2000,
  2759. D = 100,
  2760. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  2761. position = hit.Parent.Torso.Position,
  2762. Parent = hit.Parent.Torso
  2763. })
  2764. game:GetService("Debris"):AddItem(bp, 1)
  2765. elseif Type == "Slashnare" then
  2766. 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)
  2767. for i = 1, math.random(4, 5) do
  2768. 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)
  2769. end
  2770. local bp = Create("BodyPosition")({
  2771. P = 2000,
  2772. D = 100,
  2773. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  2774. position = hit.Parent.Torso.Position,
  2775. Parent = hit.Parent.Torso
  2776. })
  2777. game:GetService("Debris"):AddItem(bp, 1)
  2778. elseif Type == "Spike" then
  2779. CreateBigIceSword(hit.Parent.Torso.CFrame)
  2780. local bp = Create("BodyPosition")({
  2781. P = 2000,
  2782. D = 100,
  2783. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  2784. position = hit.Parent.Torso.Position,
  2785. Parent = hit.Parent.Torso
  2786. })
  2787. game:GetService("Debris"):AddItem(bp, 1)
  2788. elseif Type == "Freeze" then
  2789. local BodPos = Create("BodyPosition")({
  2790. P = 50000,
  2791. D = 1000,
  2792. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  2793. position = hit.Parent.Torso.Position,
  2794. Parent = hit.Parent.Torso
  2795. })
  2796. local BodGy = Create("BodyGyro")({
  2797. maxTorque = Vector3.new(400000, 400000, 400000) * math.huge,
  2798. P = 20000,
  2799. Parent = hit.Parent.Torso,
  2800. cframe = hit.Parent.Torso.CFrame
  2801. })
  2802. hit.Parent.Torso.Anchored = true
  2803. coroutine.resume(coroutine.create(function(Part)
  2804. swait(1.5)
  2805. Part.Anchored = false
  2806. end), hit.Parent.Torso)
  2807. game:GetService("Debris"):AddItem(BodPos, 3)
  2808. game:GetService("Debris"):AddItem(BodGy, 3)
  2809. end
  2810. local debounce = Create("BoolValue")({
  2811. Name = "DebounceHit",
  2812. Parent = hit.Parent,
  2813. Value = true
  2814. })
  2815. game:GetService("Debris"):AddItem(debounce, Delay)
  2816. c = Instance.new("ObjectValue")
  2817. c.Name = "creator"
  2818. c.Value = Player
  2819. c.Parent = h
  2820. game:GetService("Debris"):AddItem(c, 0.5)
  2821. end
  2822. end
  2823. function ShowDamage(Pos, Text, Time, Color)
  2824. local Rate = 0.03333333333333333
  2825. local Pos = Pos or Vector3.new(0, 0, 0)
  2826. local Text = Text or ""
  2827. local Time = Time or 2
  2828. local Color = Color or Color3.new(1, 0, 1)
  2829. local EffectPart = CreatePart(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0))
  2830. EffectPart.Anchored = true
  2831. local BillboardGui = Create("BillboardGui")({
  2832. Size = UDim2.new(3, 0, 3, 0),
  2833. Adornee = EffectPart,
  2834. Parent = EffectPart
  2835. })
  2836. local TextLabel = Create("TextLabel")({
  2837. BackgroundTransparency = 1,
  2838. Size = UDim2.new(1, 0, 1, 0),
  2839. Text = Text,
  2840. TextColor3 = Color,
  2841. TextScaled = true,
  2842. Font = Enum.Font.ArialBold,
  2843. Parent = BillboardGui
  2844. })
  2845. game.Debris:AddItem(EffectPart, Time + 0.1)
  2846. EffectPart.Parent = game:GetService("Workspace")
  2847. delay(0, function()
  2848. local Frames = Time / Rate
  2849. for Frame = 1, Frames do
  2850. wait(Rate)
  2851. local Percent = Frame / Frames
  2852. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  2853. TextLabel.TextTransparency = Percent
  2854. end
  2855. if EffectPart and EffectPart.Parent then
  2856. EffectPart:Destroy()
  2857. end
  2858. end)
  2859. end
  2860. function MagniDamage(Part, magni, mindam, maxdam, knock, Type)
  2861. for _, c in pairs(workspace:children()) do
  2862. local hum = c:findFirstChildOfClass("Humanoid")
  2863. if hum ~= nil then
  2864. local head = c:findFirstChild("Head")
  2865. if head ~= nil then
  2866. local targ = head.Position - Part.Position
  2867. local mag = targ.magnitude
  2868. if magni >= mag and c.Name ~= Player.Name then
  2869. Damagefunc(head, head, mindam, maxdam, knock, Type, RootPart, 0.1, "rbxassetid://231917784", 1)
  2870. end
  2871. end
  2872. end
  2873. end
  2874. end
  2875. function MagniDamageWithEffect(Part, magni, mindam, maxdam, knock, Type)
  2876. for _, c in pairs(workspace:children()) do
  2877. local hum = c:findFirstChild("Humanoid")
  2878. if hum ~= nil then
  2879. local head = c:findFirstChild("Torso")
  2880. if head ~= nil then
  2881. local targ = head.Position - Part.Position
  2882. local mag = targ.magnitude
  2883. if magni >= mag and c.Name ~= Player.Name then
  2884. MagicBlock(BrickColor.new("Pastel light blue"), head.CFrame, 5, 5, 5, 1, 1, 1, 0.05)
  2885. Damagefunc(head, head, mindam, maxdam, knock, Type, RootPart, 0.1, "rbxassetid://231917784", 1)
  2886. end
  2887. end
  2888. end
  2889. end
  2890. end
  2891. function rayCast(Pos, Dir, Max, Ignore)
  2892. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  2893. end
  2894. function SkullEffect(brickcolor, cframe, x1, y1, z1, delay)
  2895. local prt = part(3, workspace, 0, 0, brickcolor, "Effect", vt(0.5, 0.5, 0.5))
  2896. prt.Anchored = true
  2897. prt.CFrame = cframe
  2898. local msh = mesh("SpecialMesh", prt, "FileMesh", "http://www.roblox.com/asset/?id=4770583", vt(0, 0, 0), vt(x1, y1, z1))
  2899. game:GetService("Debris"):AddItem(prt, 2)
  2900. CF = prt.CFrame
  2901. coroutine.resume(coroutine.create(function(Part, Mesh, TehCF)
  2902. for i = 0, 1, 0.2 do
  2903. wait()
  2904. Part.CFrame = CF * cf(0, 0, -0.4)
  2905. end
  2906. for i = 0, 1, delay do
  2907. wait()
  2908. Mesh.Scale = Mesh.Scale
  2909. end
  2910. for i = 0, 1, 0.1 do
  2911. wait()
  2912. Part.Transparency = i
  2913. end
  2914. Part.Parent = nil
  2915. end), prt, msh, CF)
  2916. end
  2917. function MagicBlock(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  2918. local prt = part(3, char, 0, 0, brickcolor, "Effect", vt(0.5, 0.5, 0.5))
  2919. prt.Anchored = true
  2920. prt.Material = "Neon"
  2921. prt.CFrame = cframe
  2922. prt.CFrame = prt.CFrame * euler(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  2923. msh = mesh("BlockMesh", prt, "", "", vt(0, 0, 0), vt(x1, y1, z1))
  2924. game:GetService("Debris"):AddItem(prt, 5)
  2925. coroutine.resume(coroutine.create(function(Part, Mesh)
  2926. for i = 0, 1, delay do
  2927. swait()
  2928. Part.CFrame = Part.CFrame * euler(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  2929. Part.Transparency = i
  2930. Mesh.Scale = Mesh.Scale + vt(x3, y3, z3)
  2931. end
  2932. Part.Parent = nil
  2933. end), prt, msh)
  2934. end
  2935. function MagicBlockSteady(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, rottype)
  2936. local prt = part(3, char, 0, 0, brickcolor, "Effect", vt(0.5, 0.5, 0.5))
  2937. prt.Anchored = true
  2938. prt.Material = "Neon"
  2939. prt.CFrame = cframe
  2940. msh = mesh("BlockMesh", prt, "", "", vt(0, 0, 0), vt(x1, y1, z1))
  2941. game:GetService("Debris"):AddItem(prt, 5)
  2942. coroutine.resume(coroutine.create(function(Part, Mesh)
  2943. local rtype = rottype
  2944. for i = 0, 1, delay do
  2945. swait()
  2946. if rtype == 1 then
  2947. prt.CFrame = prt.CFrame * CFrame.Angles(0, 0, 0.1)
  2948. elseif rtype == 2 then
  2949. prt.CFrame = prt.CFrame * CFrame.Angles(0, 0, -0.1)
  2950. end
  2951. Part.Transparency = i
  2952. Mesh.Scale = Mesh.Scale + vt(x3, y3, z3)
  2953. end
  2954. Part.Parent = nil
  2955. end), prt, msh)
  2956. end
  2957. function MagicSphere(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  2958. local prt = part(3, char, 0, 0, brickcolor, "Effect", vt(0.5, 0.5, 0.5))
  2959. prt.Anchored = true
  2960. prt.CFrame = cframe
  2961. prt.CFrame = prt.CFrame * euler(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  2962. msh = mesh("SpecialMesh", prt, "Sphere", "", vt(0, 0, 0), vt(x1, y1, z1))
  2963. game:GetService("Debris"):AddItem(prt, 5)
  2964. coroutine.resume(coroutine.create(function(Part, Mesh)
  2965. for i = 0, 1, delay do
  2966. wait()
  2967. Part.Transparency = i
  2968. Mesh.Scale = Mesh.Scale + vt(x3, y3, z3)
  2969. end
  2970. Part.Parent = nil
  2971. end), prt, msh)
  2972. end
  2973. function MagicBlockSteady(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, rottype)
  2974. local prt = part(3, char, 0, 0, brickcolor, "Effect", vt(0.5, 0.5, 0.5))
  2975. prt.Anchored = true
  2976. prt.Material = "Neon"
  2977. prt.CFrame = cframe
  2978. msh = mesh("BlockMesh", prt, "", "", vt(0, 0, 0), vt(x1, y1, z1))
  2979. game:GetService("Debris"):AddItem(prt, 5)
  2980. coroutine.resume(coroutine.create(function(Part, Mesh)
  2981. local rtype = rottype
  2982. for i = 0, 1, delay do
  2983. swait()
  2984. if rtype == 1 then
  2985. prt.CFrame = prt.CFrame * CFrame.Angles(0, 0, 0.1)
  2986. elseif rtype == 2 then
  2987. prt.CFrame = prt.CFrame * CFrame.Angles(0, 0, -0.1)
  2988. end
  2989. Part.Transparency = i
  2990. Mesh.Scale = Mesh.Scale + vt(x3, y3, z3)
  2991. end
  2992. Part.Parent = nil
  2993. end), prt, msh)
  2994. end
  2995. function MagicShock(brickcolor, cframe, x1, y1, x3, y3, delay, rottype)
  2996. local prt = part(3, char, 1, 1, brickcolor, "Effect", vt(0.5, 0.5, 0.5))
  2997. prt.Anchored = true
  2998. prt.Material = "Neon"
  2999. prt.CFrame = cframe
  3000. local dec = decal(prt.Color, "http://www.roblox.com/asset/?id=874580939", "Front", prt)
  3001. local dec2 = decal(prt.Color, "http://www.roblox.com/asset/?id=874580939", "Front", prt)
  3002. msh = mesh("BlockMesh", prt, "", "", vt(0, 0, 0), vt(x1, y1, 0.01))
  3003. game:GetService("Debris"):AddItem(prt, 5)
  3004. coroutine.resume(coroutine.create(function(Part, Mesh)
  3005. local rtype = rottype
  3006. for i = 0, 1, delay do
  3007. swait()
  3008. if rtype == 1 then
  3009. prt.CFrame = prt.CFrame * CFrame.Angles(0, 0, 0.1)
  3010. elseif rtype == 2 then
  3011. prt.CFrame = prt.CFrame * CFrame.Angles(0, 0, -0.1)
  3012. end
  3013. dec.Transparency = i
  3014. dec2.Transparency = i
  3015. Mesh.Scale = Mesh.Scale + vt(x3, y3, 0)
  3016. end
  3017. Part.Parent = nil
  3018. end), prt, msh)
  3019. end
  3020. function MagicShockAlt(brickcolor, cframe, x1, y1, x3, y3, delay, rottype)
  3021. local prt = part(3, char, 0, 0, brickcolor, "Effect", vt(0.5, 0.5, 0.5))
  3022. prt.Anchored = true
  3023. prt.Material = "Neon"
  3024. prt.CFrame = cframe
  3025. msh = mesh("BlockMesh", prt, "", "", vt(0, 0, 0), vt(x1, y1, 0.01))
  3026. game:GetService("Debris"):AddItem(prt, 5)
  3027. coroutine.resume(coroutine.create(function(Part, Mesh)
  3028. local rtype = rottype
  3029. for i = 0, 1, delay do
  3030. swait()
  3031. if rtype == 1 then
  3032. prt.CFrame = prt.CFrame * CFrame.Angles(0, 0, 0.1)
  3033. elseif rtype == 2 then
  3034. prt.CFrame = prt.CFrame * CFrame.Angles(0, 0, -0.1)
  3035. end
  3036. prt.Transparency = i
  3037. Mesh.Scale = Mesh.Scale + vt(x3, y3, 0)
  3038. end
  3039. Part.Parent = nil
  3040. end), prt, msh)
  3041. end
  3042. function MagicShockAltCircle(brickcolor, cframe, x1, z1, x3, z3, delay, rottype)
  3043. local prt = part(3, char, 0, 0, brickcolor, "Effect", vt(0.5, 0.5, 0.5))
  3044. prt.Anchored = true
  3045. prt.Material = "Neon"
  3046. prt.CFrame = cframe
  3047. msh = mesh("BlockMesh", prt, "", "", vt(0, 0, 0), vt(x1, 1, z1))
  3048. game:GetService("Debris"):AddItem(prt, 5)
  3049. coroutine.resume(coroutine.create(function(Part, Mesh)
  3050. local rtype = rottype
  3051. for i = 0, 1, delay do
  3052. swait()
  3053. if rtype == 1 then
  3054. prt.CFrame = prt.CFrame * CFrame.Angles(0, 0.1, 0)
  3055. elseif rtype == 2 then
  3056. prt.CFrame = prt.CFrame * CFrame.Angles(0, -0.1, 0)
  3057. end
  3058. prt.Transparency = i
  3059. Mesh.Scale = Mesh.Scale + vt(x3, 0, z3)
  3060. end
  3061. Part.Parent = nil
  3062. end), prt, msh)
  3063. end
  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. function MagicShockTrailAlt2(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, rottype)
  3087. local prt = part(3, char, 0, 0, brickcolor, "Effect", vt(0.5, 0.5, 0.5))
  3088. prt.Anchored = true
  3089. prt.Material = "Neon"
  3090. prt.CFrame = cframe
  3091. msh = mesh("BlockMesh", prt, "", "", vt(0, 0, 0), vt(x1, y1, z1))
  3092. game:GetService("Debris"):AddItem(prt, 5)
  3093. coroutine.resume(coroutine.create(function(Part, Mesh)
  3094. local rtype = rottype
  3095. for i = 0, 1, delay do
  3096. swait()
  3097. if rtype == 1 then
  3098. prt.CFrame = prt.CFrame * CFrame.Angles(0, 0, 0.1)
  3099. elseif rtype == 2 then
  3100. prt.CFrame = prt.CFrame * CFrame.Angles(0, 0, -0.1)
  3101. end
  3102. prt.Transparency = i
  3103. Mesh.Scale = Mesh.Scale + vt(x3, y3, z3)
  3104. end
  3105. Part.Parent = nil
  3106. end), prt, msh)
  3107. end
  3108. function MagicBlock2(brickcolor, cframe, Parent, x1, y1, z1, x3, y3, z3, delay)
  3109. local prt = part(3, char, 0, 0, brickcolor, "Effect", vt(0.5, 0.5, 0.5))
  3110. prt.Anchored = false
  3111. prt.CFrame = cframe
  3112. msh = mesh("BlockMesh", prt, "", "", vt(0, 0, 0), vt(x1, y1, z1))
  3113. local wld = weld(prt, prt, Parent, cframe)
  3114. game:GetService("Debris"):AddItem(prt, 5)
  3115. coroutine.resume(coroutine.create(function(Part, Mesh, Weld)
  3116. for i = 0, 1, delay do
  3117. wait()
  3118. Weld.C0 = euler(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) * cframe
  3119. Part.Transparency = i
  3120. Mesh.Scale = Mesh.Scale + vt(x3, y3, z3)
  3121. end
  3122. Part.Parent = nil
  3123. end), prt, msh, wld)
  3124. end
  3125. function MagicBlock3(brickcolor, cframe, Parent, x1, y1, z1, x3, y3, z3, delay)
  3126. local prt = part(3, workspace, 0, 0, brickcolor, "Effect", vt(0.5, 0.5, 0.5))
  3127. prt.Anchored = false
  3128. prt.CFrame = cframe
  3129. msh = mesh("BlockMesh", prt, "", "", vt(0, 0, 0), vt(x1, y1, z1))
  3130. local wld = weld(prt, prt, Parent, euler(0, 0, 0) * cf(0, 0, 0))
  3131. game:GetService("Debris"):AddItem(prt, 5)
  3132. coroutine.resume(coroutine.create(function(Part, Mesh, Weld)
  3133. for i = 0, 1, delay do
  3134. wait()
  3135. Weld.C0 = euler(i * 20, 0, 0)
  3136. Part.Transparency = i
  3137. Mesh.Scale = Mesh.Scale + vt(x3, y3, z3)
  3138. end
  3139. Part.Parent = nil
  3140. end), prt, msh, wld)
  3141. end
  3142. function MagicCircle2(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  3143. local prt = part(3, workspace, 0, 0, brickcolor, "Effect", vt(0.5, 0.5, 0.5))
  3144. prt.Anchored = true
  3145. prt.CFrame = cframe
  3146. local msh = mesh("CylinderMesh", prt, "", "", vt(0, 0, 0), vt(x1, y1, z1))
  3147. game:GetService("Debris"):AddItem(prt, 2)
  3148. coroutine.resume(coroutine.create(function(Part, Mesh)
  3149. for i = 0, 1, delay do
  3150. wait()
  3151. Part.CFrame = Part.CFrame
  3152. Mesh.Scale = Mesh.Scale + vt(x3, y3, z3)
  3153. local prt2 = part(3, workspace, 0, 0, brickcolor, "Effect", vt(0.5, 0.5, 0.5))
  3154. prt2.Anchored = true
  3155. prt2.CFrame = cframe * euler(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  3156. local msh2 = mesh("SpecialMesh", prt2, "Sphere", "", vt(0, 0, 0), vt(0.5, 0.5, 0.5))
  3157. game:GetService("Debris"):AddItem(prt2, 2)
  3158. coroutine.resume(coroutine.create(function(Part, Mesh)
  3159. for i = 0, 1, 0.1 do
  3160. wait()
  3161. Part.CFrame = Part.CFrame * cf(0, 0.5, 0)
  3162. end
  3163. Part.Parent = nil
  3164. end), prt2, msh2)
  3165. end
  3166. for i = 0, 1, delay * 2 do
  3167. wait()
  3168. Part.CFrame = Part.CFrame
  3169. Mesh.Scale = vt(x1 + x3 - (x1 + x3) * i, y1 + y3 - (y1 + y3) * i, z1 + z3 - (z1 + z3) * i)
  3170. end
  3171. Part.Parent = nil
  3172. end), prt, msh)
  3173. end
  3174. function MagicCircle(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  3175. local prt = part(3, workspace, 0, 0, brickcolor, "Effect", vt(0.5, 0.5, 0.5))
  3176. prt.Anchored = true
  3177. prt.CFrame = cframe
  3178. local msh = mesh("SpecialMesh", prt, "Sphere", "", vt(0, 0, 0), vt(x1, y1, z1))
  3179. game:GetService("Debris"):AddItem(prt, 2)
  3180. coroutine.resume(coroutine.create(function(Part, Mesh)
  3181. for i = 0, 1, delay do
  3182. wait()
  3183. Part.CFrame = Part.CFrame
  3184. Part.Transparency = i
  3185. Mesh.Scale = Mesh.Scale + vt(x3, y3, z3)
  3186. end
  3187. Part.Parent = nil
  3188. end), prt, msh)
  3189. end
  3190. function BreakEffect(brickcolor, cframe, x1, y1, z1)
  3191. local prt = part(3, workspace, 0, 0, brickcolor, "Effect", vt(0.5, 0.5, 0.5))
  3192. prt.Anchored = true
  3193. prt.CFrame = cframe * euler(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  3194. local msh = mesh("SpecialMesh", prt, "Sphere", "", vt(0, 0, 0), vt(x1, y1, z1))
  3195. game:GetService("Debris"):AddItem(prt, 2)
  3196. coroutine.resume(coroutine.create(function(Part, CF, Numbb, randnumb)
  3197. CF = Part.CFrame
  3198. Numbb = 0
  3199. randnumb = math.random() / 10
  3200. rand1 = math.random() / 10
  3201. for i = 0, 1, rand1 do
  3202. wait()
  3203. CF = CF * cf(0, math.random() / 2, 0)
  3204. Part.CFrame = CF * euler(Numbb, 0, 0)
  3205. Part.Transparency = i
  3206. Numbb = Numbb + randnumb
  3207. end
  3208. Part.Parent = nil
  3209. end), prt, CF, Numbb, randnumb)
  3210. end
  3211. function MagicWaveThing(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  3212. local prt = part(3, workspace, 0, 0, brickcolor, "Effect", vt(0.5, 0.5, 0.5))
  3213. prt.Anchored = true
  3214. prt.CFrame = cframe
  3215. msh = mesh("SpecialMesh", prt, "FileMesh", "http://www.roblox.com/asset/?id=1051557", vt(0, 0, 0), vt(x1, y1, z1))
  3216. game:GetService("Debris"):AddItem(prt, 5)
  3217. coroutine.resume(coroutine.create(function(Part, Mesh)
  3218. for i = 0, 1, delay do
  3219. wait()
  3220. Part.CFrame = Part.CFrame * euler(0, 0.7, 0)
  3221. Part.Transparency = i
  3222. Mesh.Scale = Mesh.Scale + vt(x3, y3, z3)
  3223. end
  3224. Part.Parent = nil
  3225. end), prt, msh)
  3226. end
  3227. function WaveEffect(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  3228. local prt = part(3, workspace, 0, 0, brickcolor, "Effect", vt(0.5, 0.5, 0.5))
  3229. prt.Anchored = true
  3230. prt.CFrame = cframe
  3231. msh = mesh("SpecialMesh", prt, "FileMesh", "http://www.roblox.com/asset/?id=20329976", vt(0, 0, 0), vt(x1, y1, z1))
  3232. game:GetService("Debris"):AddItem(prt, 2)
  3233. coroutine.resume(coroutine.create(function(Part, Mesh)
  3234. for i = 0, 1, delay do
  3235. wait()
  3236. Part.CFrame = Part.CFrame * cf(0, y3 / 2, 0)
  3237. Part.Transparency = i
  3238. Mesh.Scale = Mesh.Scale + vt(x3, y3, z3)
  3239. end
  3240. Part.Parent = nil
  3241. end), prt, msh)
  3242. end
  3243. function StravEffect(brickcolor, cframe, x, y, z, x1, y1, z1, delay)
  3244. local prt = part(3, workspace, 0, 0, brickcolor, "Effect", vt(0.5, 0.5, 0.5))
  3245. prt.Anchored = true
  3246. prt.CFrame = cframe * cf(x, y, z)
  3247. msh = mesh("SpecialMesh", prt, "FileMesh", "rbxassetid://168892363", vt(0, 0, 0), vt(x1, y1, z1))
  3248. game:GetService("Debris"):AddItem(prt, 5)
  3249. coroutine.resume(coroutine.create(function(Part, Mesh, ex, why, zee)
  3250. local num = math.random()
  3251. local num2 = math.random(-3, 2) + math.random()
  3252. local numm = 0
  3253. for i = 0, 1, delay * 2 do
  3254. swait()
  3255. Part.CFrame = cframe * euler(0, numm * num * 10, 0) * cf(ex, why, zee) * cf(-i * 10, num2, 0)
  3256. Part.Transparency = i
  3257. numm = numm + 0.01
  3258. end
  3259. Part.Parent = nil
  3260. Mesh.Parent = nil
  3261. end), prt, msh, x, y, z)
  3262. end
  3263. function dmgstart(dmg, what)
  3264. hitcon = what.Touched:connect(function(hit)
  3265. local hum = hit.Parent:FindFirstChild("Humanoid")
  3266. if hum and not hum:IsDescendantOf(Character) then
  3267. hum:TakeDamage(dmg)
  3268. end
  3269. end)
  3270. end
  3271. function dmgstop()
  3272. hitcon:disconnect()
  3273. end
  3274. function Cloak()
  3275. Face.Parent = nil
  3276. cloaked = true
  3277. for _, v in pairs(Torso.Parent:children()) do
  3278. if v.className == "Part" and v.Name ~= "HumanoidRootPart" then
  3279. coroutine.resume(coroutine.create(function()
  3280. for i = 0, 1, 0.2 do
  3281. wait()
  3282. v.Transparency = i
  3283. end
  3284. v.Transparency = 1
  3285. end))
  3286. end
  3287. if v.className == "Hat" then
  3288. hatp = v.Handle
  3289. coroutine.resume(coroutine.create(function(derp)
  3290. for i = 0, 1, 0.2 do
  3291. wait()
  3292. derp.Transparency = i
  3293. end
  3294. derp.Transparency = 1
  3295. end), hatp)
  3296. end
  3297. end
  3298. for _, v in pairs(m:children()) do
  3299. if v.className == "Part" then
  3300. coroutine.resume(coroutine.create(function()
  3301. for i = 0, 1, 0.2 do
  3302. wait()
  3303. v.Transparency = i
  3304. end
  3305. v.Transparency = 1
  3306. end))
  3307. end
  3308. end
  3309. end
  3310. function UnCloak()
  3311. so("http://roblox.com/asset/?id=2767090", Torso, 1, 1.1)
  3312. Face.Parent = Head
  3313. cloaked = false
  3314. for _, v in pairs(Torso.Parent:children()) do
  3315. if v.className == "Part" and v.Name ~= "HumanoidRootPart" then
  3316. coroutine.resume(coroutine.create(function()
  3317. for i = 0, 1, 0.1 do
  3318. wait()
  3319. v.Transparency = v.Transparency - 0.1
  3320. end
  3321. v.Transparency = 0
  3322. end))
  3323. end
  3324. if v.className == "Hat" then
  3325. hatp = v.Handle
  3326. coroutine.resume(coroutine.create(function(derp)
  3327. for i = 0, 1, 0.1 do
  3328. wait()
  3329. derp.Transparency = derp.Transparency - 0.1
  3330. end
  3331. derp.Transparency = 0
  3332. end), hatp)
  3333. end
  3334. end
  3335. for _, v in pairs(m:children()) do
  3336. if v.className == "Part" and v.Name ~= "hitbox" and v.Name ~= "tip" then
  3337. coroutine.resume(coroutine.create(function()
  3338. for i = 0, 1, 0.1 do
  3339. wait()
  3340. v.Transparency = v.Transparency - 0.1
  3341. end
  3342. v.Transparency = 0
  3343. end))
  3344. v.Transparency = 0
  3345. end
  3346. end
  3347. end
  3348. local origcolor = BrickColor.new("Pastel light blue")
  3349. function Explode(rad, par, pitch, vol, mindam, maxdam)
  3350. local expart = Instance.new("Part", char)
  3351. local expart2 = Instance.new("Part", char)
  3352. local rin = Instance.new("Part", char)
  3353. local rin2 = Instance.new("Part", char)
  3354. local partMesh = Instance.new("SpecialMesh", expart)
  3355. partMesh.MeshType = "Sphere"
  3356. local partMesh2 = Instance.new("SpecialMesh", expart2)
  3357. partMesh2.MeshType = "Sphere"
  3358. local partMesh3 = Instance.new("SpecialMesh", rin)
  3359. partMesh3.MeshType = "Brick"
  3360. local partMesh4 = Instance.new("SpecialMesh", rin2)
  3361. partMesh4.MeshType = "Brick"
  3362. CFuncs.Sound.Create("rbxassetid://165970126", expart, vol, pitch)
  3363. partMesh.Scale = vt(rad, rad, rad)
  3364. expart.Size = vt(1, 1, 1)
  3365. expart.Transparency = 0
  3366. expart.Anchored = true
  3367. expart.Material = "Neon"
  3368. expart.BrickColor = bc("White")
  3369. expart.CFrame = par.CFrame
  3370. partMesh2.Scale = vt(rad, rad, rad)
  3371. expart2.Size = vt(1.15, 1.15, 1.15)
  3372. expart2.Transparency = 0.5
  3373. expart2.Anchored = true
  3374. expart2.Material = "Neon"
  3375. expart2.BrickColor = par.BrickColor
  3376. expart2.CFrame = par.CFrame
  3377. rin.Size = vt(1.15, 1.15, 1.15)
  3378. rin.Transparency = 1
  3379. rin.Anchored = true
  3380. rin.Material = "Neon"
  3381. rin.BrickColor = par.BrickColor
  3382. rin.CFrame = par.CFrame * CFrame.Angles(math.rad(math.random(-360, 360)), math.rad(math.random(-360, 360)), math.rad(math.random(-360, 360)))
  3383. rin2.Size = vt(1.15, 1.15, 1.15)
  3384. rin2.Transparency = 1
  3385. rin2.Anchored = true
  3386. rin2.Material = "Neon"
  3387. rin2.BrickColor = par.BrickColor
  3388. rin2.CFrame = par.CFrame * CFrame.Angles(math.rad(math.random(-360, 360)), math.rad(math.random(-360, 360)), math.rad(math.random(-360, 360)))
  3389. partMesh3.Scale = vt(0, 1, 0)
  3390. partMesh4.Scale = vt(0, 1, 0)
  3391. local dec2 = Instance.new("Decal", rin)
  3392. dec2.Face = "Top"
  3393. dec2.Texture = "http://www.roblox.com/asset/?id=874580939"
  3394. dec2.Parent = rin
  3395. local dec2b = dec2:Clone()
  3396. dec2b.Face = "Bottom"
  3397. dec2b.Parent = rin
  3398. local dec2a = Instance.new("Decal", rin2)
  3399. dec2a.Face = "Top"
  3400. dec2a.Texture = "http://www.roblox.com/asset/?id=874580939"
  3401. dec2a.Parent = rin2
  3402. local dec2ab = dec2a:Clone()
  3403. dec2ab.Face = "Bottom"
  3404. dec2ab.Parent = rin2
  3405. expart.CanCollide = false
  3406. expart2.CanCollide = false
  3407. rin.CanCollide = false
  3408. rin2.CanCollide = false
  3409. MagniDamage(par, rad * 5, mindam, maxdam, 0, "Normal")
  3410. local value = 1 * rad / 6.5
  3411. for i = 0, 199 do
  3412. partMesh.Scale = partMesh.Scale + vt(value, value, value)
  3413. expart.CFrame = expart.CFrame
  3414. partMesh2.Scale = partMesh2.Scale + vt(value, value, value)
  3415. expart2.CFrame = expart.CFrame
  3416. value = value - 0.035 * rad / 30
  3417. if value < 7.5 then
  3418. partMesh3.Scale = partMesh3.Scale + vt(rad / 5, 0, rad / 5)
  3419. rin.CFrame = rin.CFrame * CFrame.Angles(0, math.rad(1), 0)
  3420. partMesh4.Scale = partMesh4.Scale + vt(rad / 7.5, 0, rad / 7.5)
  3421. rin2.CFrame = rin2.CFrame * CFrame.Angles(0, math.rad(-1), 0)
  3422. end
  3423. if value < 0 then
  3424. dec2.Transparency = dec2.Transparency + 0.025
  3425. dec2a.Transparency = dec2a.Transparency + 0.025
  3426. dec2b.Transparency = dec2b.Transparency + 0.025
  3427. dec2ab.Transparency = dec2ab.Transparency + 0.025
  3428. expart.Transparency = expart.Transparency + 0.025
  3429. expart2.Transparency = expart2.Transparency + 0.025
  3430. rin.Transparency = rin.Transparency + 0.025
  3431. rin2.Transparency = rin2.Transparency + 0.025
  3432. end
  3433. swait()
  3434. end
  3435. game:GetService("Debris"):AddItem(expart, 1)
  3436. game:GetService("Debris"):AddItem(expart2, 1)
  3437. game:GetService("Debris"):AddItem(rin, 1)
  3438. game:GetService("Debris"):AddItem(rin2, 1)
  3439. end
  3440. function ExplodeShort(rad, par, pitch, vol, mindam, maxdam)
  3441. local expart = Instance.new("Part", char)
  3442. local expart2 = Instance.new("Part", char)
  3443. local partMesh = Instance.new("SpecialMesh", expart)
  3444. partMesh.MeshType = "Sphere"
  3445. local partMesh2 = Instance.new("SpecialMesh", expart2)
  3446. partMesh2.MeshType = "Sphere"
  3447. CFuncs.Sound.Create("http://www.roblox.com/asset/?id=142070127", expart, vol, pitch)
  3448. partMesh.Scale = vt(rad, rad, rad)
  3449. expart.Size = vt(1, 1, 1)
  3450. expart.Transparency = 0
  3451. expart.Anchored = true
  3452. expart.Material = "Neon"
  3453. expart.BrickColor = bc("White")
  3454. expart.CFrame = par.CFrame
  3455. partMesh2.Scale = vt(rad, rad, rad)
  3456. expart2.Size = vt(1.15, 1.15, 1.15)
  3457. expart2.Transparency = 0.5
  3458. expart2.Anchored = true
  3459. expart2.Material = "Neon"
  3460. expart2.BrickColor = par.BrickColor
  3461. expart2.CFrame = par.CFrame
  3462. expart.CanCollide = false
  3463. expart2.CanCollide = false
  3464. MagniDamage(par, rad * 2.5, mindam, maxdam, 0, "Normal")
  3465. local value = 1 * rad / 6.5
  3466. for i = 0, 75 do
  3467. partMesh.Scale = partMesh.Scale + vt(value, value, value)
  3468. expart.CFrame = expart.CFrame
  3469. partMesh2.Scale = partMesh2.Scale + vt(value, value, value)
  3470. expart2.CFrame = expart.CFrame
  3471. value = value - 0.035 * rad / 5
  3472. if value < 0 then
  3473. value = 0
  3474. expart.Transparency = expart.Transparency + 0.05
  3475. expart2.Transparency = expart2.Transparency + 0.05
  3476. end
  3477. swait()
  3478. end
  3479. game:GetService("Debris"):AddItem(expart, 1)
  3480. game:GetService("Debris"):AddItem(expart2, 1)
  3481. end
  3482. function AreaDanger(rad, par, mindam, maxdam)
  3483. local expart = Instance.new("Part", char)
  3484. local partMesh = Instance.new("SpecialMesh", expart)
  3485. CFuncs.Sound.Create("rbxassetid://231917784", expart, 1.5, 1.15)
  3486. partMesh.MeshType = "Sphere"
  3487. partMesh.Scale = vt(rad, rad, rad)
  3488. expart.Size = vt(1, 1, 1)
  3489. expart.Transparency = 0.5
  3490. expart.Anchored = true
  3491. expart.Material = "Neon"
  3492. expart.CanCollide = false
  3493. expart.BrickColor = par.BrickColor
  3494. expart.CFrame = par.CFrame
  3495. local value = 1 * rad / 5
  3496. MagicBlock(origcolor, expart.CFrame, 0, 0, 0, rad / 2, rad / 2, rad / 2, 0.1)
  3497. for i = 0, 14 do
  3498. wait()
  3499. partMesh.Scale = partMesh.Scale + vt(value, value, value)
  3500. expart.CFrame = expart.CFrame
  3501. value = value - 0.035 * rad
  3502. if value < 0 then
  3503. value = 0
  3504. end
  3505. end
  3506. wait(0.25)
  3507. CFuncs.Sound.Create("rbxassetid://588738544", expart, 1.5, 1)
  3508. wait(0.5)
  3509. CFuncs.Sound.Create("rbxassetid://588737825", expart, 1.5, 1)
  3510. CFuncs.Sound.Create("rbxassetid://231917784", expart, 1.5, 0.75)
  3511. MagniDamageWithEffect(par, rad, mindam, maxdam, 0, "Normal")
  3512. MagicBlock(origcolor, expart.CFrame, rad * 2, rad * 2, rad * 2, 0.1, 0.1, 0.1, 0.025)
  3513. for i = 0, 14 do
  3514. wait()
  3515. partMesh.Scale = partMesh.Scale + vt(value, value, value)
  3516. expart.CFrame = expart.CFrame
  3517. value = value - 0.035 * rad / 2
  3518. end
  3519. expart.Transparency = 1
  3520. game:GetService("Debris"):AddItem(expart, 5)
  3521. end
  3522. function Swarmsplosions(negrad, rad, par, mindam, maxdam)
  3523. CFuncs.Sound.Create("rbxassetid://588737825", par, 2.5, 2)
  3524. CFuncs.Sound.Create("rbxassetid://231917784", par, 2.5, 1)
  3525. CFuncs.Sound.Create("rbxassetid://231917744", par, 2.5, 1)
  3526. CFuncs.Sound.Create("rbxassetid://233856106", par, 2.5, 1)
  3527. MagniDamageWithEffect(par, 25, 5, 10, 0, "Normal")
  3528. MagicBlock(origcolor, par.CFrame, 5, 5, 5, 5, 5, 5, 0.025)
  3529. for i = 0, 24 do
  3530. MagicShockTrailAlt2(origcolor, par.CFrame * CFrame.Angles(math.rad(math.random(-360, 360)), math.rad(math.random(-360, 360)), math.rad(math.random(-360, 360))), 2, 2, 5, -0.01, -0.01, 25, 0.005, math.random(1, 2))
  3531. end
  3532. for i = 0, 24 do
  3533. local expart = Instance.new("Part", char)
  3534. expart.Transparency = 1
  3535. expart.Anchored = true
  3536. expart.CanCollide = false
  3537. expart.CFrame = par.CFrame * CFrame.new(math.random(negrad, rad), math.random(negrad, rad), math.random(negrad, rad))
  3538. CFuncs.Sound.Create("rbxassetid://588737825", expart, 1, 2)
  3539. CFuncs.Sound.Create("rbxassetid://231917784", expart, 1.5, 1.15)
  3540. MagniDamage(expart, rad / 2, mindam, maxdam, 0, "Normal")
  3541. MagicBlock(origcolor, expart.CFrame, rad, rad, rad, 0.1, 0.1, 0.1, 0.025)
  3542. for i = 0, 9 do
  3543. MagicShockTrailAlt2(origcolor, expart.CFrame * CFrame.Angles(math.rad(math.random(-360, 360)), math.rad(math.random(-360, 360)), math.rad(math.random(-360, 360))), 2, 2, 5, -0.01, -0.01, 5, 0.05, math.random(1, 2))
  3544. end
  3545. game:GetService("Debris"):AddItem(expart, 2)
  3546. wait(0.1)
  3547. end
  3548. end
  3549. function EXterPlosion(par)
  3550. CFuncs.Sound.Create("rbxassetid://919941001", par, 10, 1)
  3551. CFuncs.Sound.Create("rbxassetid://138213851", par, 5, 0.85)
  3552. CFuncs.Sound.Create("rbxassetid://157878578", par, 5, 0.2)
  3553. CFuncs.Sound.Create("rbxassetid://233856106", par, 2.5, 1)
  3554. MagniDamageWithEffect(par, 500, 80, 99, 0, "Normal")
  3555. MagicBlock(origcolor, par.CFrame, 5, 5, 5, 5, 5, 5, 0.005)
  3556. MagicBlock(origcolor, par.CFrame, 0, 0, 0, 150, 150, 150, 0.1)
  3557. for i = 0, 24 do
  3558. MagicShockTrailAlt2(origcolor, par.CFrame * CFrame.Angles(math.rad(math.random(-360, 360)), math.rad(math.random(-360, 360)), math.rad(math.random(-360, 360))), 50, 50, 5, -0.5, -0.5, 500, 0.1, math.random(1, 2))
  3559. end
  3560. for i = 0, 24 do
  3561. MagicShockTrailAlt2(origcolor, par.CFrame * CFrame.Angles(math.rad(math.random(-360, 360)), math.rad(math.random(-360, 360)), math.rad(math.random(-360, 360))), 50, 50, 5, -0.25, -0.25, 50, 0.005, math.random(1, 2))
  3562. end
  3563. end
  3564. function ring(type, pos, scale, value)
  3565. local type = type
  3566. local rng = Instance.new("Part", char)
  3567. rng.Anchored = true
  3568. rng.BrickColor = origcolor
  3569. rng.CanCollide = false
  3570. rng.FormFactor = 3
  3571. rng.Name = "Ring"
  3572. rng.Size = Vector3.new(1, 1, 1)
  3573. rng.Transparency = 0
  3574. rng.TopSurface = 0
  3575. rng.BottomSurface = 0
  3576. rng.CFrame = pos
  3577. local rngm = Instance.new("SpecialMesh", rng)
  3578. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3579. rngm.Scale = scale
  3580. local scaler2 = 1
  3581. if type == "Add" then
  3582. scaler2 = 1 * value
  3583. elseif type == "Divide" then
  3584. scaler2 = 1 / value
  3585. end
  3586. coroutine.resume(coroutine.create(function()
  3587. for i = 0, 10, 0.1 do
  3588. swait()
  3589. if type == "Add" then
  3590. scaler2 = scaler2 - 0.01 * value
  3591. elseif type == "Divide" then
  3592. scaler2 = scaler2 - 0.01 / value
  3593. end
  3594. rng.Transparency = rng.Transparency + 0.01
  3595. rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, 0)
  3596. end
  3597. rng:Destroy()
  3598. end))
  3599. end
  3600. function wave(type, pos, scale, value)
  3601. local type = type
  3602. local rng = Instance.new("Part", char)
  3603. rng.Anchored = true
  3604. rng.BrickColor = origcolor
  3605. rng.CanCollide = false
  3606. rng.FormFactor = 3
  3607. rng.Name = "Ring"
  3608. rng.Size = Vector3.new(1, 1, 1)
  3609. rng.Transparency = 0
  3610. rng.TopSurface = 0
  3611. rng.BottomSurface = 0
  3612. rng.CFrame = pos
  3613. local rngm = Instance.new("SpecialMesh", rng)
  3614. rngm.MeshId = "http://www.roblox.com/asset/?id=20329976"
  3615. rngm.Scale = scale
  3616. local scaler2 = 1
  3617. if type == "Add" then
  3618. scaler2 = 1 * value
  3619. elseif type == "Divide" then
  3620. scaler2 = 1 / value
  3621. end
  3622. coroutine.resume(coroutine.create(function()
  3623. for i = 0, 10, 0.1 do
  3624. swait()
  3625. if type == "Add" then
  3626. scaler2 = scaler2 - 0.01 * value
  3627. elseif type == "Divide" then
  3628. scaler2 = scaler2 - 0.01 / value
  3629. end
  3630. rng.Transparency = rng.Transparency + 0.01
  3631. rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, scaler2)
  3632. end
  3633. rng:Destroy()
  3634. end))
  3635. end
  3636. function wind(type, pos, scale, value, speed)
  3637. local type = type
  3638. local rng = Instance.new("Part", char)
  3639. rng.Anchored = true
  3640. rng.BrickColor = origcolor
  3641. rng.CanCollide = false
  3642. rng.FormFactor = 3
  3643. rng.Name = "Ring"
  3644. rng.Size = Vector3.new(1, 1, 1)
  3645. rng.Transparency = 0
  3646. rng.TopSurface = 0
  3647. rng.BottomSurface = 0
  3648. rng.CFrame = pos
  3649. local rngm = Instance.new("SpecialMesh", rng)
  3650. rngm.MeshId = "http://www.roblox.com/asset/?id=1051557"
  3651. rngm.Scale = scale
  3652. local scaler2 = 1
  3653. if type == "Add" then
  3654. scaler2 = 1 * value
  3655. elseif type == "Divide" then
  3656. scaler2 = 1 / value
  3657. end
  3658. coroutine.resume(coroutine.create(function()
  3659. for i = 0, 10, 0.1 do
  3660. swait()
  3661. if type == "Add" then
  3662. scaler2 = scaler2 - 0.01 * value
  3663. elseif type == "Divide" then
  3664. scaler2 = scaler2 - 0.01 / value
  3665. end
  3666. rng.CFrame = rng.CFrame * CFrame.Angles(0, 0.025 * speed, 0)
  3667. rng.Transparency = rng.Transparency + 0.01
  3668. rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, scaler2)
  3669. end
  3670. rng:Destroy()
  3671. end))
  3672. end
  3673. function groundwind(type, pos, scale, value, speed)
  3674. local type = type
  3675. local rng = Instance.new("Part", char)
  3676. rng.Anchored = true
  3677. rng.BrickColor = origcolor
  3678. rng.CanCollide = false
  3679. rng.FormFactor = 3
  3680. rng.Name = "Ring"
  3681. rng.Size = Vector3.new(1, 1, 1)
  3682. rng.Transparency = 0
  3683. rng.TopSurface = 0
  3684. rng.BottomSurface = 0
  3685. rng.CFrame = pos
  3686. local rngm = Instance.new("SpecialMesh", rng)
  3687. rngm.MeshId = "http://www.roblox.com/asset/?id=1051557"
  3688. rngm.Scale = scale
  3689. local scaler2 = 1
  3690. if type == "Add" then
  3691. scaler2 = 1 * value
  3692. elseif type == "Divide" then
  3693. scaler2 = 1 / value
  3694. end
  3695. coroutine.resume(coroutine.create(function()
  3696. for i = 0, 10, 0.1 do
  3697. swait()
  3698. if type == "Add" then
  3699. scaler2 = scaler2 - 0.01 * value
  3700. elseif type == "Divide" then
  3701. scaler2 = scaler2 - 0.01 / value
  3702. end
  3703. rng.CFrame = rng.CFrame * CFrame.Angles(0, 0.025 * speed, 0)
  3704. rng.Transparency = rng.Transparency + 0.01
  3705. rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2 / 5, scaler2)
  3706. end
  3707. rng:Destroy()
  3708. end))
  3709. end
  3710. function CameraManager()
  3711. if TwoD and not CamInterrupt then
  3712. if Humanoid.Health > 0 then
  3713. Camera.CameraSubject = Humanoid
  3714. Camera.CameraType = "Scriptable"
  3715. Humanoid.AutoRotate = false
  3716. if Booleans.GyroUse then
  3717. Directer.MaxTorque = Vec3(0, huge, 0)
  3718. else
  3719. Directer.MaxTorque = Vec3(0, 0, 0)
  3720. end
  3721. if TargetInfo[1] ~= nil and TargetInfo[2] ~= nil then
  3722. if Booleans.CamFollow then
  3723. CPart.CFrame = cFrame(RootPart.Position, Vec3(TargetInfo[1].Position.X, RootPart.Position.Y, TargetInfo[1].Position.Z))
  3724. Directer.CFrame = cFrame((RootPart.CFrame * cFrame(0, 0, 10)).p, TargetInfo[1].Position)
  3725. else
  3726. CPart.Position = RootPart.Position
  3727. end
  3728. else
  3729. local ahead = (RootPart.CFrame * cFrame(0, 0, -3)).p
  3730. CPart.CFrame = cFrame(RootPart.Position, Vec3(ahead.X, RootPart.Position.Y, ahead.Z))
  3731. end
  3732. Camera.CFrame = lerp(Camera.CFrame, CPart.CFrame * cFrame(25, 3, 0) * Euler(0, radian(90), 0), 0.2)
  3733. else
  3734. Camera.CameraSubject = Humanoid
  3735. Camera.CameraType = "Custom"
  3736. end
  3737. end
  3738. end
  3739. function sphere(bonuspeed, type, pos, scale, value, color)
  3740. local type = type
  3741. local rng = Instance.new("Part", char)
  3742. rng.Anchored = true
  3743. rng.BrickColor = color
  3744. rng.CanCollide = false
  3745. rng.FormFactor = 3
  3746. rng.Name = "Ring"
  3747. rng.Material = "Neon"
  3748. rng.Size = Vector3.new(1, 1, 1)
  3749. rng.Transparency = 0
  3750. rng.TopSurface = 0
  3751. rng.BottomSurface = 0
  3752. rng.CFrame = pos
  3753. local rngm = Instance.new("SpecialMesh", rng)
  3754. rngm.MeshType = "Sphere"
  3755. rngm.Scale = scale
  3756. if rainbowmode == true then
  3757. rng.Color = Color3.new(r / 255, g / 255, b / 255)
  3758. end
  3759. local scaler2 = 1
  3760. if type == "Add" then
  3761. scaler2 = 1 * value
  3762. elseif type == "Divide" then
  3763. scaler2 = 1 / value
  3764. end
  3765. coroutine.resume(coroutine.create(function()
  3766. for i = 0, 10 / bonuspeed, 0.1 do
  3767. swait()
  3768. if rainbowmode == true then
  3769. rng.Color = Color3.new(r / 255, g / 255, b / 255)
  3770. end
  3771. if type == "Add" then
  3772. scaler2 = scaler2 - 0.01 * value / bonuspeed
  3773. elseif type == "Divide" then
  3774. scaler2 = scaler2 - 0.01 / value * bonuspeed
  3775. end
  3776. if chaosmode == true then
  3777. rng.BrickColor = BrickColor.random()
  3778. end
  3779. rng.Transparency = rng.Transparency + 0.01 * bonuspeed
  3780. rngm.Scale = rngm.Scale + Vector3.new(scaler2 * bonuspeed, scaler2 * bonuspeed, scaler2 * bonuspeed)
  3781. end
  3782. rng:Destroy()
  3783. end))
  3784. end
  3785. function slash(bonuspeed,rotspeed,rotatingop,typeofshape,type,typeoftrans,pos,scale,value,color)
  3786. local type = type
  3787. local rotenable = rotatingop
  3788. local rng = Instance.new("Part", char)
  3789. rng.Anchored = true
  3790. rng.BrickColor = color
  3791. rng.CanCollide = false
  3792. rng.FormFactor = 3
  3793. rng.Name = "Ring"
  3794. rng.Material = "Neon"
  3795. rng.Size = Vector3.new(1, 1, 1)
  3796. rng.Transparency = 0
  3797. if typeoftrans == "In" then
  3798. rng.Transparency = 1
  3799. end
  3800. rng.TopSurface = 0
  3801. rng.BottomSurface = 0
  3802. rng.CFrame = pos
  3803. local rngm = Instance.new("SpecialMesh", rng)
  3804. rngm.MeshType = "FileMesh"
  3805. if typeofshape == "Normal" then
  3806. rngm.MeshId = "rbxassetid://662586858"
  3807. elseif typeofshape == "Round" then
  3808. rngm.MeshId = "rbxassetid://662585058"
  3809. end
  3810. rngm.Scale = scale
  3811. local scaler2 = 1/10
  3812. if type == "Add" then
  3813. scaler2 = 1*value/10
  3814. elseif type == "Divide" then
  3815. scaler2 = 1/value/10
  3816. end
  3817. local randomrot = math.random(1,2)
  3818. coroutine.resume(coroutine.create(function()
  3819. for i = 0,10/bonuspeed,0.1 do
  3820. swait()
  3821. if type == "Add" then
  3822. scaler2 = scaler2 - 0.01*value/bonuspeed/10
  3823. elseif type == "Divide" then
  3824. scaler2 = scaler2 - 0.01/value*bonuspeed/10
  3825. end
  3826. if rotenable == true then
  3827. if randomrot == 1 then
  3828. rng.CFrame = rng.CFrame*CFrame.Angles(0,math.rad(rotspeed*bonuspeed/2),0)
  3829. elseif randomrot == 2 then
  3830. rng.CFrame = rng.CFrame*CFrame.Angles(0,math.rad(-rotspeed*bonuspeed/2),0)
  3831. end
  3832. end
  3833. if typeoftrans == "Out" then
  3834. rng.Transparency = rng.Transparency + 0.01*bonuspeed
  3835. elseif typeoftrans == "In" then
  3836. rng.Transparency = rng.Transparency - 0.01*bonuspeed
  3837. end
  3838. rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed/10, 0, scaler2*bonuspeed/10)
  3839. end
  3840. rng:Destroy()
  3841. end))
  3842. end
  3843. function sphereMK300(bonuspeed,FastSpeed,type,pos,x1,y1,z1,value,color,outerpos)
  3844. local type = type
  3845. local rng = Instance.new("Part", effectmodel)
  3846. rng.Anchored = true
  3847. if ModeOfGlitch ~= 999 then
  3848. rng.BrickColor = color
  3849. elseif ModeOfGlitch == 999 then
  3850. rng.Color = Color3.new(GetClientProperty(kan,'PlaybackLoudness')/1000,GetClientProperty(kan,'PlaybackLoudness')/1000,GetClientProperty(kan,'PlaybackLoudness')/1000)
  3851. end
  3852. rng.CanCollide = false
  3853. rng.FormFactor = 3
  3854. rng.Name = "Ring"
  3855. rng.Material = "Neon"
  3856. rng.Size = Vector3.new(1, 1, 1)
  3857. rng.Transparency = 0
  3858. rng.TopSurface = 0
  3859. rng.BottomSurface = 0
  3860. rng.CFrame = pos
  3861. rng.CFrame = rng.CFrame + rng.CFrame.lookVector*outerpos
  3862. local rngm = Instance.new("SpecialMesh", rng)
  3863. rngm.MeshType = "Sphere"
  3864. rngm.Scale = vt(x1,y1,z1)
  3865. if rainbowmode == true then
  3866. rng.Color = Color3.new(r/255,g/255,b/255)
  3867. end
  3868. if ModeOfGlitch == 999 then
  3869. coroutine.resume(coroutine.create(function()
  3870. while true do
  3871. swait()
  3872. if rng.Parent ~= nil then
  3873. rng.Color = Color3.new(GetClientProperty(kan,'PlaybackLoudness')/1000,GetClientProperty(kan,'PlaybackLoudness')/1000,GetClientProperty(kan,'PlaybackLoudness')/1000)
  3874. else
  3875. break
  3876. end
  3877. end
  3878. end))
  3879. end
  3880. local scaler2 = 1
  3881. local speeder = FastSpeed
  3882. if type == "Add" then
  3883. scaler2 = 1*value
  3884. elseif type == "Divide" then
  3885. scaler2 = 1/value
  3886. end
  3887. coroutine.resume(coroutine.create(function()
  3888. for i = 0,10/bonuspeed,0.1 do
  3889. swait()
  3890. if rainbowmode == true then
  3891. rng.Color = Color3.new(r/255,g/255,b/255)
  3892. end
  3893. if type == "Add" then
  3894. scaler2 = scaler2 - 0.01*value/bonuspeed
  3895. elseif type == "Divide" then
  3896. scaler2 = scaler2 - 0.01/value*bonuspeed
  3897. end
  3898. if chaosmode == true then
  3899. rng.BrickColor = BrickColor.random()
  3900. end
  3901. speeder = speeder - 0.01*FastSpeed*bonuspeed
  3902. rng.CFrame = rng.CFrame + rng.CFrame.lookVector*speeder*bonuspeed
  3903. rng.Transparency = rng.Transparency + 0.01*bonuspeed
  3904. rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, 0)
  3905. end
  3906. rng:Destroy()
  3907. end))
  3908. end
  3909. function sphere2(bonuspeed,type,pos,scale,value,value2,value3,color)
  3910. local type = type
  3911. local rng = Instance.new("Part", char)
  3912. rng.Anchored = true
  3913. if RuinMode ~= 9 then
  3914. rng.BrickColor = color
  3915. elseif RuinMode == 9 then
  3916. rng.Color = Color3.new(kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000)
  3917. end
  3918. rng.CanCollide = false
  3919. rng.FormFactor = 3
  3920. rng.Name = "Ring"
  3921. rng.Material = "Neon"
  3922. rng.Size = Vector3.new(1, 1, 1)
  3923. rng.Transparency = 0
  3924. rng.TopSurface = 0
  3925. rng.BottomSurface = 0
  3926. rng.CFrame = pos
  3927. local rngm = Instance.new("SpecialMesh", rng)
  3928. rngm.MeshType = "Sphere"
  3929. rngm.Scale = scale
  3930. local scaler2 = 1
  3931. local scaler2b = 1
  3932. local scaler2c = 1
  3933. if type == "Add" then
  3934. scaler2 = 1*value
  3935. scaler2b = 1*value2
  3936. scaler2c = 1*value3
  3937. elseif type == "Divide" then
  3938. scaler2 = 1/value
  3939. scaler2b = 1/value2
  3940. scaler2c = 1/value3
  3941. end
  3942. if RuinMode == 9 then
  3943. coroutine.resume(coroutine.create(function()
  3944. while true do
  3945. swait()
  3946. if rng.Parent ~= nil then
  3947. rng.Color = Color3.new(kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000)
  3948. else
  3949. break
  3950. end
  3951. end
  3952. end))
  3953. end
  3954. coroutine.resume(coroutine.create(function()
  3955. for i = 0,10/bonuspeed,0.1 do
  3956. swait()
  3957. if type == "Add" then
  3958. scaler2 = scaler2 - 0.01*value/bonuspeed
  3959. scaler2b = scaler2b - 0.01*value/bonuspeed
  3960. scaler2c = scaler2c - 0.01*value/bonuspeed
  3961. elseif type == "Divide" then
  3962. scaler2 = scaler2 - 0.01/value*bonuspeed
  3963. scaler2b = scaler2b - 0.01/value*bonuspeed
  3964. scaler2c = scaler2c - 0.01/value*bonuspeed
  3965. end
  3966. rng.Transparency = rng.Transparency + 0.01*bonuspeed
  3967. rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2b*bonuspeed, scaler2c*bonuspeed)
  3968. end
  3969. rng:Destroy()
  3970. end))
  3971. end
  3972. function sphereMK(bonuspeed, FastSpeed, type, pos, x1, y1, z1, value, color, outerpos)
  3973. local type = type
  3974. local rng = Instance.new("Part", char)
  3975. rng.Anchored = true
  3976. rng.BrickColor = color
  3977. rng.CanCollide = false
  3978. rng.FormFactor = 3
  3979. rng.Name = "Ring"
  3980. rng.Material = "Neon"
  3981. rng.Size = Vector3.new(1, 1, 1)
  3982. rng.Transparency = 0
  3983. rng.TopSurface = 0
  3984. rng.BottomSurface = 0
  3985. rng.CFrame = pos
  3986. rng.CFrame = rng.CFrame + rng.CFrame.lookVector * outerpos
  3987. local rngm = Instance.new("SpecialMesh", rng)
  3988. rngm.MeshType = "Sphere"
  3989. rngm.Scale = vt(x1, y1, z1)
  3990. if rainbowmode == true then
  3991. rng.Color = Color3.new(r / 255, g / 255, b / 255)
  3992. end
  3993. local scaler2 = 1
  3994. local speeder = FastSpeed
  3995. if type == "Add" then
  3996. scaler2 = 1 * value
  3997. elseif type == "Divide" then
  3998. scaler2 = 1 / value
  3999. end
  4000. coroutine.resume(coroutine.create(function()
  4001. for i = 0, 10 / bonuspeed, 0.1 do
  4002. swait()
  4003. if rainbowmode == true then
  4004. rng.Color = Color3.new(r / 255, g / 255, b / 255)
  4005. end
  4006. if type == "Add" then
  4007. scaler2 = scaler2 - 0.01 * value / bonuspeed
  4008. elseif type == "Divide" then
  4009. scaler2 = scaler2 - 0.01 / value * bonuspeed
  4010. end
  4011. if chaosmode == true then
  4012. rng.BrickColor = BrickColor.random()
  4013. end
  4014. speeder = speeder - 0.01 * FastSpeed * bonuspeed
  4015. rng.CFrame = rng.CFrame + rng.CFrame.lookVector * speeder * bonuspeed
  4016. rng.Transparency = rng.Transparency + 0.01 * bonuspeed
  4017. rngm.Scale = rngm.Scale + Vector3.new(scaler2 * bonuspeed, scaler2 * bonuspeed, 0)
  4018. end
  4019. rng:Destroy()
  4020. end))
  4021. end
  4022. function sphereMKCharge(bonuspeed, FastSpeed, type, pos, x1, y1, z1, value, color, outerpos)
  4023. local type = type
  4024. local rng = Instance.new("Part", char)
  4025. rng.Anchored = true
  4026. rng.BrickColor = color
  4027. rng.CanCollide = false
  4028. rng.FormFactor = 3
  4029. rng.Name = "Ring"
  4030. rng.Material = "Neon"
  4031. rng.Size = Vector3.new(1, 1, 1)
  4032. rng.Transparency = 1
  4033. rng.TopSurface = 0
  4034. rng.BottomSurface = 0
  4035. rng.CFrame = pos
  4036. rng.CFrame = rng.CFrame + rng.CFrame.lookVector * outerpos
  4037. local rngm = Instance.new("SpecialMesh", rng)
  4038. rngm.MeshType = "Sphere"
  4039. rngm.Scale = vt(x1, y1, z1)
  4040. if rainbowmode == true then
  4041. rng.Color = Color3.new(r / 255, g / 255, b / 255)
  4042. end
  4043. local scaler2 = 1
  4044. local speeder = FastSpeed
  4045. if type == "Add" then
  4046. scaler2 = 1 * value
  4047. elseif type == "Divide" then
  4048. scaler2 = 1 / value
  4049. end
  4050. coroutine.resume(coroutine.create(function()
  4051. for i = 0, 10 / bonuspeed, 0.1 do
  4052. swait()
  4053. if rainbowmode == true then
  4054. rng.Color = Color3.new(r / 255, g / 255, b / 255)
  4055. end
  4056. if type == "Add" then
  4057. scaler2 = scaler2 - 0.01 * value / bonuspeed
  4058. elseif type == "Divide" then
  4059. scaler2 = scaler2 - 0.01 / value * bonuspeed
  4060. end
  4061. if chaosmode == true then
  4062. rng.BrickColor = BrickColor.random()
  4063. end
  4064. speeder = speeder - 0.01 * FastSpeed * bonuspeed
  4065. rng.CFrame = rng.CFrame + rng.CFrame.lookVector * speeder * bonuspeed
  4066. rng.Transparency = rng.Transparency - 0.01 * bonuspeed
  4067. rngm.Scale = rngm.Scale + Vector3.new(scaler2 * bonuspeed, scaler2 * bonuspeed, 0)
  4068. end
  4069. rng:Destroy()
  4070. end))
  4071. end
  4072. function dmg(dude)
  4073. if dude.Name ~= Character then
  4074. local bgf = Instance.new("BodyGyro", dude.Head)
  4075. bgf.CFrame = bgf.CFrame * CFrame.fromEulerAnglesXYZ(math.rad(-90), 0, 0)
  4076. local val = Instance.new("BoolValue", dude)
  4077. val.Name = "IsHit"
  4078. local ds = coroutine.wrap(function()
  4079. dude:WaitForChild("Head"):BreakJoints()
  4080. wait(0.5)
  4081. targetted = nil
  4082. CFuncs.Sound.Create("rbxassetid://62339698", char, 0.5, 0.3)
  4083. coroutine.resume(coroutine.create(function()
  4084. for i, v in pairs(dude:GetChildren()) do
  4085. if v:IsA("Accessory") then
  4086. v:Destroy()
  4087. end
  4088. if v:IsA("Humanoid") then
  4089. v:Destroy()
  4090. end
  4091. if v:IsA("CharacterMesh") then
  4092. v:Destroy()
  4093. end
  4094. if v:IsA("Model") then
  4095. v:Destroy()
  4096. end
  4097. if v:IsA("Part") or v:IsA("MeshPart") then
  4098. for x, o in pairs(v:GetChildren()) do
  4099. if o:IsA("Decal") then
  4100. o:Destroy()
  4101. end
  4102. end
  4103. coroutine.resume(coroutine.create(function()
  4104. v.Material = "Neon"
  4105. v.CanCollide = false
  4106. local bld = Instance.new("ParticleEmitter", v)
  4107. bld.LightEmission = 1
  4108. bld.Texture = "rbxassetid://284205403"
  4109. bld.Color = ColorSequence.new(Color3.new(1, 1, 1))
  4110. bld.Rate = 50
  4111. bld.Lifetime = NumberRange.new(1)
  4112. bld.Size = NumberSequence.new({
  4113. NumberSequenceKeypoint.new(0, 0.75, 0),
  4114. NumberSequenceKeypoint.new(1, 0, 0)
  4115. })
  4116. bld.Transparency = NumberSequence.new({
  4117. NumberSequenceKeypoint.new(0, 0, 0),
  4118. NumberSequenceKeypoint.new(1, 1, 0)
  4119. })
  4120. bld.Speed = NumberRange.new(0, 0)
  4121. bld.VelocitySpread = 50000
  4122. bld.Rotation = NumberRange.new(-500, 500)
  4123. bld.RotSpeed = NumberRange.new(-500, 500)
  4124. local sbs = Instance.new("BodyPosition", v)
  4125. sbs.P = 3000
  4126. sbs.D = 1000
  4127. sbs.maxForce = Vector3.new(50000000000, 50000000000, 50000000000)
  4128. sbs.position = v.Position + Vector3.new(math.random(-5, 5), math.random(-5, 5), math.random(-5, 5))
  4129. v.Color = Color3.new(1, 1, 1)
  4130. coroutine.resume(coroutine.create(function()
  4131. for i = 0, 49 do
  4132. swait(1)
  4133. v.Transparency = v.Transparency + 0.02
  4134. end
  4135. CFuncs.Sound.Create("rbxassetid://1192402877", v, 0.25, 1)
  4136. bld.Speed = NumberRange.new(1, 5)
  4137. bld.Acceleration = vt(0, 10, 0)
  4138. wait(0.5)
  4139. bld.Enabled = false
  4140. wait(3)
  4141. v:Destroy()
  4142. dude:Destroy()
  4143. end))
  4144. end))
  4145. end
  4146. end
  4147. end))
  4148. end)
  4149. ds()
  4150. end
  4151. end
  4152. function FindNearestHead(Position, Distance, SinglePlayer)
  4153. if SinglePlayer then
  4154. return Distance > (SinglePlayer.Torso.CFrame.p - Position).magnitude
  4155. end
  4156. local List = {}
  4157. for i, v in pairs(workspace:GetChildren()) do
  4158. if v:IsA("Model") and v:findFirstChild("Head") and v ~= Character and Distance >= (v.Head.Position - Position).magnitude then
  4159. table.insert(List, v)
  4160. end
  4161. end
  4162. return List
  4163. end
  4164. function FaceMouse()
  4165. Cam = workspace.CurrentCamera
  4166. return {
  4167. CFrame.new(char.Torso.Position, Vector3.new(mouse.Hit.p.x, char.Torso.Position.y, mouse.Hit.p.z)),
  4168. Vector3.new(mouse.Hit.p.x, mouse.Hit.p.y, mouse.Hit.p.z)
  4169. }
  4170. end
  4171. function FaceMouse2()
  4172. Cam = workspace.CurrentCamera
  4173. return {
  4174. CFrame.new(char.Torso.Position, Vector3.new(mouse.Hit.p.x, mouse.Hit.p.y, mouse.Hit.p.z)),
  4175. Vector3.new(mouse.Hit.p.x, mouse.Hit.p.y, mouse.Hit.p.z)
  4176. }
  4177. end
  4178. local ModeOfGlitch = 0
  4179. local storehumanoidWS = 16
  4180. ---Quick functions
  4181. function bosschatfunc(text,color,watval)
  4182. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  4183. coroutine.resume(coroutine.create(function()
  4184. if v.PlayerGui:FindFirstChild("Dialog")~= nil then
  4185. v.PlayerGui:FindFirstChild("Dialog"):destroy()
  4186. end
  4187. local scrg = Instance.new("ScreenGui",v.PlayerGui)
  4188. scrg.Name = "Dialog"
  4189. local txtlb = Instance.new("TextLabel",scrg)
  4190. txtlb.Text = ""
  4191. txtlb.Font = "Bodoni"
  4192. txtlb.TextColor3 = Color3.new(0,0,0)
  4193. txtlb.TextStrokeTransparency = 0
  4194. txtlb.BackgroundTransparency = 1
  4195. txtlb.BackgroundColor3 = Color3.new(0,0,0)
  4196. txtlb.TextStrokeColor3 = color
  4197. txtlb.TextScaled = true
  4198. txtlb.Size = UDim2.new(1,0,0.25,0)
  4199. txtlb.TextXAlignment = "Center"
  4200. txtlb.Position = UDim2.new(0,0,0.75,0)
  4201. local txtlb2 = Instance.new("TextLabel",scrg)
  4202. txtlb2.Text = ""
  4203. txtlb2.Font = "Arcade"
  4204. txtlb2.TextColor3 = Color3.new(0,0,0)
  4205. txtlb2.TextStrokeTransparency = 0
  4206. txtlb2.BackgroundTransparency = 1
  4207. txtlb2.TextStrokeColor3 = color
  4208. txtlb2.TextSize = 40
  4209. txtlb2.Size = UDim2.new(1,0,0.25,0)
  4210. txtlb2.TextXAlignment = "Left"
  4211. txtlb2.Position = UDim2.new(0,0,1,0)
  4212. local fvalen = 0.55
  4213. local fval = -0.49
  4214.  
  4215. coroutine.resume(coroutine.create(function()
  4216. while true do
  4217. swait()
  4218. if scrg.Parent ~= nil then
  4219. fvalen = fvalen - 0.0001
  4220. elseif scrg.Parent == nil then
  4221. break
  4222. end
  4223. end
  4224. end))
  4225. local flol = 1.75
  4226. local flil = 1.6
  4227. coroutine.resume(coroutine.create(function()
  4228. for i = 0, 9 do
  4229. swait()
  4230. fval = fval + 0.05
  4231. flol = flol - 0.175
  4232. flil = flil - 0.15
  4233. txtlb.Text = ""
  4234. txtlb.Position = UDim2.new(flol,0,0.3,0)
  4235. txtlb2.Position = UDim2.new(flil,0,0.3,0)
  4236. end
  4237. txtlb.Text = text
  4238. for i = 1,string.len(text),1 do
  4239. CFuncs["Sound"].Create("rbxassetid://565939471", char, .6, .8)
  4240. txtlb.Text = string.sub(text,1,i)
  4241. swait(1)
  4242. end
  4243. wait(watval)
  4244. local valinc = 0
  4245. for i = 0, 99 do
  4246. swait()
  4247. valinc = valinc + 0.0001
  4248. flol = flol + valinc
  4249. flil = flil + valinc
  4250. txtlb.Rotation = txtlb.Rotation + valinc*30
  4251. txtlb2.Rotation = txtlb2.Rotation - valinc*30
  4252. txtlb.Position = UDim2.new(0,0,0.3 + flol,0)
  4253. txtlb2.Position = UDim2.new(0,0,0.3 + flil,0)
  4254. txtlb.TextStrokeTransparency = txtlb.TextStrokeTransparency + 0.01
  4255. txtlb.TextTransparency = txtlb.TextTransparency + 0.01
  4256. txtlb2.TextStrokeTransparency = txtlb2.TextStrokeTransparency + 0.01
  4257. txtlb2.TextTransparency = txtlb2.TextTransparency + 0.01
  4258. txtlb.BackgroundTransparency = txtlb.BackgroundTransparency + 0.0025
  4259. end
  4260. scrg:Destroy()
  4261. end))
  4262. end))
  4263. end
  4264. end
  4265. --Focus
  4266. function Focus()
  4267. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  4268. local var = script.Focus.Focus1:Clone()
  4269. var.Parent = v.PlayerGui
  4270. var.Disabled = false
  4271. end
  4272. end
  4273. function FocusSomething()
  4274. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  4275. local var = script.Focus.Focus2:Clone()
  4276. var.Parent = v.PlayerGui
  4277. var.Disabled = false
  4278. end
  4279. end
  4280. function TestTime()
  4281. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  4282. local var = script.Focus.asd:Clone()
  4283. var.Parent = v.PlayerGui
  4284. var.Disabled = false
  4285. end
  4286. end
  4287. --
  4288. ---ATTACKS
  4289. v3=Vector3.new
  4290. function SOLARECLIPSE()
  4291. attack = true
  4292. hum.WalkSpeed=0
  4293. for i = 0, 2, 0.1 do
  4294. swait()
  4295. local Alpha = .4
  4296. RootJoint.C0 = RootJoint.C0:lerp(cf(0,-0.8,-0.3)*angles(math.rad(-30.9),math.rad(0),math.rad(0))*RootCF,Alpha)
  4297. LH.C0 = LH.C0:lerp(cf(-1,-1.1,0)*angles(math.rad(-31.1),math.rad(4.7),math.rad(-11))*angles(math.rad(0),math.rad(-90),math.rad(0)),Alpha)
  4298. RH.C0 = RH.C0:lerp(cf(0.9,-0.1,-0.4)*angles(math.rad(39.5),math.rad(-15.7),math.rad(1.1))*angles(math.rad(0),math.rad(90),math.rad(0)),Alpha)
  4299. LW.C0 = LW.C0:lerp(cf(-1.4,0.2,0.3)*angles(math.rad(-17.3),math.rad(0.3),math.rad(-54.4)),Alpha)
  4300. RW.C0 = RW.C0:lerp(cf(1.2,0.3,0.3)*angles(math.rad(-18.3),math.rad(-0.9),math.rad(57)),Alpha)
  4301. Torso.Neck.C0 = Torso.Neck.C0:lerp(cf(0,0.1,-0.4)*angles(math.rad(21.8),math.rad(0),math.rad(0))*necko,Alpha)
  4302. end
  4303. RootPart.Anchored = true
  4304. hum.AutoRotate = false
  4305. local oring = RootPart.Position
  4306.  
  4307. for si = 1, 30 do
  4308. slash(math.random(10,100)/10,3,true,"Round","Add","Out",root.CFrame*cf(0,-3,0)*angles(math.rad(math.random(-10,10)),math.rad(math.random(-360,360)),math.rad(math.random(-10,10))),vt(0.05,0.01,0.05),math.random(10,125)/250,BrickColor.new("White"))
  4309. end
  4310.  
  4311. for i = 0, 5, 0.1 do
  4312. swait()
  4313. local Alpha = .45
  4314. if i <= 3.3 then
  4315. RootPart.CFrame = RootPart.CFrame:lerp(cf(oring+v3(0,0+100*i,0)),Alpha*1.5)
  4316. RootJoint.C0 = RootJoint.C0:lerp(cf(0,0,0)*angles(math.rad(-0.1),math.rad(0+800*i),math.rad(0))*RootCF,Alpha*1.5)
  4317. else
  4318. RootJoint.C0 = RootJoint.C0:lerp(cf(0,0,0)*angles(math.rad(-0.1),math.rad(0),math.rad(0))*RootCF,Alpha*1.5)
  4319. end
  4320. LH.C0 = LH.C0:lerp(cf(-1,-0.9,0)*angles(math.rad(-9.6),math.rad(5.4),math.rad(-7.2))*angles(math.rad(0),math.rad(-90),math.rad(0)),Alpha)
  4321. RH.C0 = RH.C0:lerp(cf(1,-0.4,-0.5)*angles(math.rad(-10.2),math.rad(-9.8),math.rad(6.4))*angles(math.rad(0),math.rad(90),math.rad(0)),Alpha)
  4322. LW.C0 = LW.C0:lerp(cf(-1.4,0.4,-0.2)*angles(math.rad(3.2),math.rad(-25.2),math.rad(-78.8)),Alpha)
  4323. RW.C0 = RW.C0:lerp(cf(1.5,0.4,0.2)*angles(math.rad(2.9),math.rad(-29.5),math.rad(80.4)),Alpha)
  4324. Torso.Neck.C0 = Torso.Neck.C0:lerp(cf(0,0.1,-0.3)*angles(math.rad(20.1),math.rad(0),math.rad(0))*necko,Alpha)
  4325. end
  4326. for i = 0, 1.6, 0.1 do
  4327. swait()
  4328. local Alpha = .3
  4329. RootJoint.C0 = RootJoint.C0:lerp(cf(0,0,0)*angles(math.rad(5.1),math.rad(0),math.rad(0))*RootCF,Alpha)
  4330. LH.C0 = LH.C0:lerp(cf(-1,-0.9,0)*angles(math.rad(-9.6),math.rad(5.4),math.rad(-7.2))*angles(math.rad(0),math.rad(-90),math.rad(0)),Alpha)
  4331. RH.C0 = RH.C0:lerp(cf(1,-0.4,-0.5)*angles(math.rad(-10.2),math.rad(-9.8),math.rad(6.4))*angles(math.rad(0),math.rad(90),math.rad(0)),Alpha)
  4332. LW.C0 = LW.C0:lerp(cf(-0.9,0.4,-0.4)*angles(math.rad(82.1),math.rad(19.3),math.rad(67.9)),Alpha)
  4333. RW.C0 = RW.C0:lerp(cf(0.9,0.5,-0.3)*angles(math.rad(83.5),math.rad(-8.3),math.rad(-55.2)),Alpha)
  4334. Torso.Neck.C0 = Torso.Neck.C0:lerp(cf(0,0.3,0.4)*angles(math.rad(-33.1),math.rad(0),math.rad(0))*necko,Alpha)
  4335. end
  4336. Kyu1.Enabled = true
  4337. Kyu2.Enabled = true
  4338. for i = 0, 2, 0.1 do
  4339. swait()
  4340. local Alpha = .4
  4341. RootJoint.C0 = RootJoint.C0:lerp(cf(0,0,0.1)*angles(math.rad(16.1),math.rad(0),math.rad(0))*RootCF,Alpha)
  4342. LH.C0 = LH.C0:lerp(cf(-1,-0.9,0)*angles(math.rad(-9.6),math.rad(5.4),math.rad(-7.2))*angles(math.rad(0),math.rad(-90),math.rad(0)),Alpha)
  4343. RH.C0 = RH.C0:lerp(cf(1,-0.4,-0.5)*angles(math.rad(-10.2),math.rad(-9.8),math.rad(6.4))*angles(math.rad(0),math.rad(90),math.rad(0)),Alpha)
  4344. LW.C0 = LW.C0:lerp(cf(-1.3,0.3,0.2)*angles(math.rad(-4.6),math.rad(40),math.rad(-59.9)),Alpha)
  4345. RW.C0 = RW.C0:lerp(cf(1.4,0.4,0.1)*angles(math.rad(-5.7),math.rad(-29.2),math.rad(70.3)),Alpha)
  4346. Torso.Neck.C0 = Torso.Neck.C0:lerp(cf(0,0.2,-0.3)*angles(math.rad(24.5),math.rad(0),math.rad(0))*necko,Alpha)
  4347. end
  4348. bosschatfunc("LETS BRING ON...",BrickColor.new("Neon orange").Color,4)
  4349. for i = 0, 10, 0.1 do
  4350. swait()
  4351. local Alpha = .4
  4352. if i <= 1 then
  4353. RootJoint.C0 = RootJoint.C0:lerp(cf(0,-0.2,-0.4)*angles(math.rad(-50.1+360*i),math.rad(0),math.rad(0))*RootCF,Alpha)
  4354. else
  4355. RootJoint.C0 = RootJoint.C0:lerp(cf(0,-0.2,-0.4)*angles(math.rad(-50.1),math.rad(0),math.rad(0))*RootCF,Alpha)
  4356. end
  4357. LH.C0 = LH.C0:lerp(cf(-1,-0.9,0)*angles(math.rad(-9.6),math.rad(5.4),math.rad(-7.2))*angles(math.rad(0),math.rad(-90),math.rad(0)),Alpha)
  4358. RH.C0 = RH.C0:lerp(cf(1,-0.4,-0.5)*angles(math.rad(-10.2),math.rad(-9.8),math.rad(6.4))*angles(math.rad(0),math.rad(90),math.rad(0)),Alpha)
  4359. LW.C0 = LW.C0:lerp(cf(-1.5,0.5,0.2)*angles(math.rad(-39.7),math.rad(4.7),math.rad(-67.6)),Alpha)
  4360. RW.C0 = RW.C0:lerp(cf(1.6,0.5,0.2)*angles(math.rad(-38.8),math.rad(-8.1),math.rad(56.8)),Alpha)
  4361. Torso.Neck.C0 = Torso.Neck.C0:lerp(cf(0,0.3,-0.8)*angles(math.rad(40.4),math.rad(0),math.rad(0))*necko,Alpha)
  4362. end
  4363. oring = RootPart.Position
  4364. local MM=mouse.Hit.p+v3(0,3,0)
  4365. RootPart.CFrame = CFrame.new(MM, oring)*CFrame.Angles(0,math.rad(180),0)
  4366. MagniDamage(root, 80, 79,90, 0, "Burn")
  4367. bosschatfunc("THE SOLAR ECLIPSE!",BrickColor.new("Neon orange").Color,4)
  4368. CFuncs["Sound"].Create("rbxassetid://255679373", char, 5.25,1)
  4369. for i = 1, 36 do
  4370. slash(math.random(10,30)/10,5,true,"Round","Add","Out",root.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,350)/250,MAINRUINCOLOR)
  4371. end
  4372. symbolizeBlink(root,0,2109052855,MAINRUINCOLOR.Color,25,0,0,0,root,false,0,1)
  4373. symbolizeBlink(root,0,2109052855,MAINRUINCOLOR.Color,25,0,0,0,root,false,0,1.5)
  4374. symbolizeBlink(root,0,2109052855,MAINRUINCOLOR.Color,25,0,0,0,root,false,0,3)
  4375. sphere(2.5,"Add",root.CFrame,vt(0,0,0),1,MAINRUINCOLOR)
  4376. sphere(2.5,"Add",root.CFrame,vt(0,0,0),2,MAINRUINCOLOR)
  4377. sphere(2.5,"Add",root.CFrame,vt(0,0,0),3,MAINRUINCOLOR)
  4378. for i = 0,3,0.1 do
  4379. sphereMK(2.5,-1,"Add",root.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,25,-0.025,MAINRUINCOLOR,0)
  4380. end
  4381. for i = 0, 3, 0.1 do
  4382. swait()
  4383. local Alpha = .3
  4384. RootJoint.C0 = RootJoint.C0:lerp(cf(0,-0.6,-0.6)*angles(math.rad(-45.7),math.rad(0),math.rad(0))*RootCF,Alpha)
  4385. LH.C0 = LH.C0:lerp(cf(-1,-1,0.1)*angles(math.rad(3.4),math.rad(4.5),math.rad(-8))*angles(math.rad(0),math.rad(-90),math.rad(0)),Alpha)
  4386. RH.C0 = RH.C0:lerp(cf(1.2,-0.1,-0.4)*angles(math.rad(49.8),math.rad(-9),math.rad(0))*angles(math.rad(0),math.rad(90),math.rad(0)),Alpha)
  4387. LW.C0 = LW.C0:lerp(cf(-1.5,0.5,0)*angles(math.rad(14.1),math.rad(0),math.rad(-27)),Alpha)
  4388. RW.C0 = RW.C0:lerp(cf(1.6,0.5,0)*angles(math.rad(14.1),math.rad(0),math.rad(32.6)),Alpha)
  4389. Torso.Neck.C0 = Torso.Neck.C0:lerp(cf(0,0.1,0.3)*angles(math.rad(-14.3),math.rad(0),math.rad(0))*necko,Alpha)
  4390. end
  4391. Kyu1.Enabled = false
  4392. Kyu2.Enabled = false
  4393. RootPart.Anchored = false
  4394. attack = false
  4395. hum.AutoRotate = true
  4396. hum.WalkSpeed=storehumanoidWS
  4397. end
  4398. function heartbeatatmyfeeties()
  4399. attack = true
  4400. hum.WalkSpeed = 0
  4401. CFuncs["Sound"].Create("rbxassetid://1368598393", char, 2.5, 0.5)
  4402. CFuncs["Sound"].Create("rbxassetid://1368598393", root, 10, 0.5)
  4403. CFuncs["Sound"].Create("rbxassetid://1436242685", char, 10, 1)
  4404. bosschatfunc("THE EARTH YOU STAND ON...",MAINRUINCOLOR.Color,3)
  4405. local keptcolor = MAINRUINCOLOR
  4406. for i = 0,8,0.1 do
  4407. swait()
  4408. 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"))
  4409. 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)
  4410. 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)
  4411. 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)
  4412. 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)
  4413. 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)
  4414. 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)
  4415. end
  4416. for i = 0, 99 do
  4417. local dis = CreateParta(char,1,1,"Neon",MAINRUINCOLOR)
  4418. 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)))
  4419. local at1 = Instance.new("Attachment",dis)
  4420. at1.Position = vt(-25000,0,0)
  4421. local at2 = Instance.new("Attachment",dis)
  4422. at2.Position = vt(25000,0,0)
  4423. local trl = Instance.new('Trail',dis)
  4424. trl.Attachment0 = at1
  4425. trl.FaceCamera = true
  4426. trl.Attachment1 = at2
  4427. trl.Texture = "rbxassetid://1049219073"
  4428. trl.LightEmission = 1
  4429. trl.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)})
  4430. trl.Color = ColorSequence.new(MAINRUINCOLOR.Color)
  4431. trl.Lifetime = 5
  4432. local bv = Instance.new("BodyVelocity")
  4433. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  4434. bv.velocity = dis.CFrame.lookVector*math.random(500,2500)
  4435. bv.Parent = dis
  4436. game:GetService("Debris"):AddItem(dis, 5)
  4437. end
  4438. CFuncs["Sound"].Create("rbxassetid://1841058541", root, 10,1)
  4439. CFuncs["Sound"].Create("rbxassetid://2095993595", char, 5,0.8)
  4440. CFuncs["Sound"].Create("rbxassetid://1841058541", char, 5,1)
  4441. bosschatfunc("IS ERADICATING BEFORE YOU!",MAINRUINCOLOR.Color,3)
  4442. for i = 0,3 do
  4443. swait()
  4444. 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)
  4445. 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)
  4446. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.25,-0.5)*angles(math.rad(30),math.rad(0),math.rad(50)),.8)
  4447. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(-50)),.8)
  4448. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(35),math.rad(-10),math.rad(30)),.8)
  4449. LW.C0=clerp(LW.C0,cf(-1.4,0.5,0.1)*angles(math.rad(35),math.rad(10),math.rad(-30)),.8)
  4450. 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)
  4451. 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)
  4452. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.25,-0.5)*angles(math.rad(30),math.rad(0),math.rad(50)),.8)
  4453. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(-50)),.8)
  4454. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(35),math.rad(-10),math.rad(30)),.8)
  4455. LW.C0=clerp(LW.C0,cf(-1.4,0.5,0.1)*angles(math.rad(35),math.rad(10),math.rad(-30)),.8)
  4456. 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)
  4457. 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)
  4458. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.25,-0.5)*angles(math.rad(30),math.rad(0),math.rad(0)),.8)
  4459. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(-50)),.8)
  4460. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(35),math.rad(-10),math.rad(30)),.8)
  4461. LW.C0=clerp(LW.C0,cf(-1.4,0.5,0.1)*angles(math.rad(35),math.rad(10),math.rad(-30)),.8)
  4462. sphere2(3,"Add",root.CFrame*CFrame.new(0,-3,0),vt(0,0,0),6,0,6,MAINRUINCOLOR,MAINRUINCOLOR.Color)
  4463. CFuncs["Sound"].Create("rbxassetid://468991944", root, 7.5, 1)
  4464. CFuncs["Sound"].Create("rbxassetid://419447292", root, 2.5,1)
  4465. MagniDamage(root, 1000, 78,99, 0, "Normal")
  4466. swait(20)
  4467. sphere2(3,"Add",root.CFrame*CFrame.new(0,-3,0),vt(0,0,0),6,0,6,MAINRUINCOLOR,MAINRUINCOLOR.Color)
  4468. CFuncs["Sound"].Create("rbxassetid://468991944", root, 7.5, 1)
  4469. CFuncs["Sound"].Create("rbxassetid://419447292", root, 2.5,1)
  4470. MagniDamage(root, 1000, 78,99, 0, "Normal")
  4471. swait(100)
  4472. end
  4473.  
  4474. attack = false
  4475. hum.WalkSpeed = storehumanoidWS
  4476. end
  4477. function TimeBurst()
  4478. attack = true
  4479. local absval = 0
  4480. local rngb = Instance.new("Part", char)
  4481. rngb.Anchored = true
  4482. rngb.BrickColor = origcolor
  4483. rngb.CanCollide = false
  4484. rngb.FormFactor = 3
  4485. rngb.Name = "Ring"
  4486. rngb.Material = "Neon"
  4487. rngb.Size = Vector3.new(1, 0.05, 1)
  4488. rngb.Transparency = 1
  4489. rngb.TopSurface = 0
  4490. rngb.BottomSurface = 0
  4491. local rngmb = Instance.new("SpecialMesh", rngb)
  4492. rngmb.MeshType = "Brick"
  4493. rngmb.Name = "SizeMesh"
  4494. rngmb.Scale = vt(0,1,0)
  4495. bosschatfunc("TIMECONTROLLED BURST!",MAINRUINCOLOR.Color,3)
  4496. local orb = rngb:Clone()
  4497. orb.Parent = char
  4498. orb.Transparency = 0
  4499. orb.BrickColor = BrickColor.new("White")
  4500. orb.Size = vt(1,1,1)
  4501. local orbmish = orb.SizeMesh
  4502. orbmish.Scale = vt(0,0,0)
  4503. orbmish.MeshType = "Sphere"
  4504.  
  4505. CFuncs["Sound"].Create("rbxassetid://1448033299", orb, 10, 1)
  4506.  
  4507. local orbe = rngb:Clone()
  4508. orbe.Parent = char
  4509. orbe.Transparency = 0.5
  4510. orbe.BrickColor = BrickColor.new("New Yeller")
  4511. orbe.Size = vt(1,1,1)
  4512. local orbmish2 = orbe.SizeMesh
  4513. orbmish2.Scale = vt(0,0,0)
  4514. orbmish2.MeshType = "Sphere"
  4515. orbe.Color = Color3.new(r/255,g/255,b/255)
  4516.  
  4517. local obj1 = script.chring2:Clone()
  4518. obj1.Parent = char
  4519. obj1.Transparency = 1
  4520. obj1.Size = vt(1,1,1)
  4521. obj1.Color = BrickColor.new("Lime green").Color
  4522. local rval = 0
  4523. rngb:Destroy()
  4524. local outerscale = 0
  4525. --[[
  4526. local scaled = 1
  4527. for i = 0,5,0.1 do
  4528. swait()
  4529. scaled = scaled - 0.02
  4530. if SCREAMINGmode == true then
  4531. orbe.Color = Color3.new(r/255,g/255,b/255)
  4532. end
  4533. orbmish.Scale = orbmish.Scale + vt(scaled/1.5,scaled/1.5,scaled/1.5)
  4534. orbmish2.Scale = orbmish2.Scale + vt(scaled*1.1/1.5,scaled*1.1/1.5,scaled*1.1/1.5)
  4535. orb.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*11.5
  4536. orbe.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*11.5
  4537. 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)
  4538. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),0.3)
  4539. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  4540. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(90)), 0.3)
  4541. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(10), math.rad(0), math.rad(-20)), 0.3)
  4542. 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)
  4543. 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)
  4544. RootPart.CFrame = FaceMouse()[1]
  4545. end]]--
  4546. for i = 0,5,0.1 do
  4547. swait()
  4548. rval = rval + math.random(30,40)
  4549. obj1.CFrame = root.CFrame*CFrame.new(0,1,-5)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(rval))
  4550. obj1.Transparency = obj1.Transparency - 0.05
  4551. obj1.Size = obj1.Size + vt(1.8,1.8,0.3)
  4552. outerscale = outerscale + 0.015
  4553. orb.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*11.5
  4554. orbe.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*11.5
  4555. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),0.3)
  4556. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  4557. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(90)), 0.3)
  4558. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(10), math.rad(0), math.rad(-20)), 0.3)
  4559. 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)
  4560. 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)
  4561. end
  4562. orbe.Transparency = 1
  4563. orb.Transparency = 1
  4564. orb.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*5
  4565. CFuncs["Sound"].Create("rbxassetid://1368605755", char, 7.5, 1)
  4566. CFuncs["Sound"].Create("rbxassetid://763718160", char, 10, 0.5)
  4567. CFuncs["Sound"].Create("rbxassetid://763718160", char, 10, 0.25)
  4568. CFuncs["Sound"].Create("rbxassetid://782353443", char, 10, 1)
  4569. CFuncs["Sound"].Create("rbxassetid://782353443", char, 10, 0.75)
  4570. CFuncs["LongSound"].Create("rbxassetid://782353443", char, 10, 0.5)
  4571. CFuncs["LongSound"].Create("rbxassetid://782353443", char, 10, 0.25)
  4572. CFuncs["Sound"].Create("rbxassetid://1664711478", char, 10, 1)
  4573. local xd= Instance.new("Sound",char)
  4574. xd.SoundId = "rbxassetid://445796828"
  4575. xd.Pitch = 0.75
  4576. xd.Looped = true
  4577. xd.Volume = 1.25
  4578. xd:Play()
  4579. local a = Instance.new("Part",Character)
  4580. a.Name = "Direction"
  4581. a.Anchored = true
  4582. a.BrickColor = bc("Alder")
  4583. a.Color = MAINRUINCOLOR.Color
  4584. a.Material = "Neon"
  4585. a.Transparency = 0.5
  4586. a.Shape = "Cylinder"
  4587. a.CanCollide = false
  4588. local a2 = Instance.new("Part",Character)
  4589. a2.Name = "Direction"
  4590. a2.Anchored = true
  4591. a2.BrickColor = bc("New Yeller")
  4592. a2.Color = MAINRUINCOLOR.Color
  4593. a2.Material = "Neon"
  4594. a2.Transparency = 0.5
  4595. a2.Shape = "Cylinder"
  4596. a2.CanCollide = false
  4597. local ba = Instance.new("Part",Character)
  4598. ba.Name = "HitDirect"
  4599. ba.Anchored = true
  4600. ba.BrickColor = bc("Cool yellow")
  4601. ba.Material = "Neon"
  4602. ba.Transparency = 1
  4603. ba.CanCollide = false
  4604. local ray = Ray.new(
  4605. orb.CFrame.p, -- origin
  4606. (mouse.Hit.p - orb.CFrame.p).unit * 1000 -- direction
  4607. )
  4608. local ignore = Character
  4609. local hit, position, normal = workspace:FindPartOnRay(ray, ignore)
  4610. a.BottomSurface = 10
  4611. a.TopSurface = 10
  4612. a2.BottomSurface = 10
  4613. a2.TopSurface = 10
  4614. local distance = (orb.CFrame.p - position).magnitude
  4615. a.Size = Vector3.new(distance, 1, 1)
  4616. a.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2)
  4617. a2.Size = Vector3.new(distance, 1, 1)
  4618. a2.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2)
  4619. ba.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance)
  4620. a.CFrame = a.CFrame*CFrame.Angles(0,math.rad(90),0)
  4621. a2.CFrame = a2.CFrame*CFrame.Angles(0,math.rad(90),0)
  4622. game:GetService("Debris"):AddItem(a, 60)
  4623. game:GetService("Debris"):AddItem(a2, 60)
  4624. game:GetService("Debris"):AddItem(ba, 60)
  4625. local outerscale = 0
  4626. local msh = Instance.new("SpecialMesh",a)
  4627. msh.MeshType = "Cylinder"
  4628. msh.Scale = vt(1,0,0)
  4629. local msh2 = Instance.new("SpecialMesh",a2)
  4630. msh2.MeshType = "Cylinder"
  4631. msh2.Scale = vt(1,0,0)
  4632. for i = 0,2,0.1 do
  4633. swait()
  4634. rval = rval + math.random(30,40)
  4635. obj1.CFrame = root.CFrame*CFrame.new(0,1,-5)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(rval))
  4636. msh2.Scale = msh2.Scale + vt(0,outerscale*20,outerscale*20)
  4637. msh.Scale = msh.Scale + vt(0,outerscale*15,outerscale*15)
  4638. outerscale = outerscale - 0.015
  4639. orb.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4
  4640. orbe.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4
  4641. ray = Ray.new(
  4642. orb.CFrame.p, -- origin
  4643. (mouse.Hit.p - orb.CFrame.p).unit * 1000 -- direction
  4644. )
  4645. hit, position, normal = workspace:FindPartOnRay(ray, ignore)
  4646. distance = (orb.CFrame.p - position).magnitude
  4647. if typrot == 1 then
  4648. rotation = rotation + 2.5
  4649. elseif typrot == 2 then
  4650. rotation = rotation - 2.5
  4651. end
  4652.  
  4653. a.Size = Vector3.new(distance, 1, 1)
  4654. a.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2)
  4655. a2.Size = Vector3.new(distance, 1, 1)
  4656. a2.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2)
  4657. ba.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance)
  4658. a.CFrame = a.CFrame*CFrame.Angles(0,math.rad(90),0)
  4659. a2.CFrame = a2.CFrame*CFrame.Angles(0,math.rad(90),0)
  4660. absval = absval + 0.005
  4661. coroutine.resume(coroutine.create(function()
  4662. local eff = Instance.new("ParticleEmitter",ba)
  4663. eff.Texture = "rbxassetid://284205403"
  4664. eff.LightEmission = 0.95
  4665. eff.Color = ColorSequence.new(MAINRUINCOLOR.Color)
  4666. eff.Rate = 10000
  4667. eff.Lifetime = NumberRange.new(5)
  4668. eff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,50,0),NumberSequenceKeypoint.new(0.8,100,0),NumberSequenceKeypoint.new(1,0,0)})
  4669. eff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(0.8,0.5,0),NumberSequenceKeypoint.new(1,1,0)})
  4670. eff.Speed = NumberRange.new(600,1250)
  4671. eff.Drag = 5
  4672. eff.Rotation = NumberRange.new(-500,500)
  4673. eff.VelocitySpread = 9000
  4674. eff.RotSpeed = NumberRange.new(-500,500)
  4675. wait(1)
  4676. eff.Enabled = false
  4677. end))
  4678. shakes(1,0.25)
  4679. 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)
  4680. 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)
  4681. 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"))
  4682. MagniDamage(ba, 100, 500,60000, 0, "Normal")
  4683. end
  4684. for i = 0,8,0.1 do
  4685. swait()
  4686. shakes(1,0.25)
  4687. rval = rval + math.random(30,40)
  4688. obj1.CFrame = root.CFrame*CFrame.new(0,1,-5)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(rval))
  4689. msh2.Scale = msh2.Scale + vt(0,outerscale,outerscale)
  4690. msh.Scale = msh.Scale - vt(0,outerscale,outerscale)
  4691. outerscale = outerscale + 0.015
  4692. orb.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4
  4693. orbe.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4
  4694. ray = Ray.new(
  4695. orb.CFrame.p, -- origin
  4696. (mouse.Hit.p - orb.CFrame.p).unit * 1000 -- direction
  4697. )
  4698. hit, position, normal = workspace:FindPartOnRay(ray, ignore)
  4699. distance = (orb.CFrame.p - position).magnitude
  4700. if typrot == 1 then
  4701. rotation = rotation + 2.5
  4702. elseif typrot == 2 then
  4703. rotation = rotation - 2.5
  4704. end
  4705.  
  4706. a.Size = Vector3.new(distance, 1, 1)
  4707. a.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2)
  4708. a2.Size = Vector3.new(distance, 1, 1)
  4709. a2.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2)
  4710. ba.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance)
  4711. a.CFrame = a.CFrame*CFrame.Angles(0,math.rad(90),0)
  4712. a2.CFrame = a2.CFrame*CFrame.Angles(0,math.rad(90),0)
  4713. absval = absval + 0.005
  4714. coroutine.resume(coroutine.create(function()
  4715. local eff = Instance.new("ParticleEmitter",ba)
  4716. eff.Texture = "rbxassetid://284205403"
  4717. eff.LightEmission = 0.95
  4718. eff.Color = ColorSequence.new(MAINRUINCOLOR.Color)
  4719. eff.Rate = 10000
  4720. eff.Lifetime = NumberRange.new(5)
  4721. eff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,50,0),NumberSequenceKeypoint.new(0.8,100,0),NumberSequenceKeypoint.new(1,0,0)})
  4722. eff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(0.8,0.5,0),NumberSequenceKeypoint.new(1,1,0)})
  4723. eff.Speed = NumberRange.new(600,1250)
  4724. eff.Drag = 5
  4725. eff.Rotation = NumberRange.new(-500,500)
  4726. eff.VelocitySpread = 9000
  4727. eff.RotSpeed = NumberRange.new(-500,500)
  4728. wait(1)
  4729. eff.Enabled = false
  4730. end))
  4731. 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"))
  4732. 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)
  4733. 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)
  4734. MagniDamage(ba, 100, 500,60000, 0, "Normal")
  4735. end
  4736. for i = 0,4,0.1 do
  4737. swait()
  4738. rval = rval + math.random(30,40)
  4739. obj1.CFrame = root.CFrame*CFrame.new(0,1,-5)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(rval))
  4740. shakes(1,0.25)
  4741. msh2.Scale = msh2.Scale + vt(0,outerscale,outerscale)
  4742. msh.Scale = msh.Scale - vt(0,outerscale,outerscale)
  4743. outerscale = outerscale - 0.015
  4744. orb.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4
  4745. orbe.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4
  4746. ray = Ray.new(
  4747. orb.CFrame.p, -- origin
  4748. (mouse.Hit.p - orb.CFrame.p).unit * 1000 -- direction
  4749. )
  4750. hit, position, normal = workspace:FindPartOnRay(ray, ignore)
  4751. distance = (orb.CFrame.p - position).magnitude
  4752. if typrot == 1 then
  4753. rotation = rotation + 2.5
  4754. elseif typrot == 2 then
  4755. rotation = rotation - 2.5
  4756. end
  4757.  
  4758. a.Size = Vector3.new(distance, 1, 1)
  4759. a.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2)
  4760. a2.Size = Vector3.new(distance, 1, 1)
  4761. a2.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2)
  4762. ba.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance)
  4763. a.CFrame = a.CFrame*CFrame.Angles(0,math.rad(90),0)
  4764. a2.CFrame = a2.CFrame*CFrame.Angles(0,math.rad(90),0)
  4765. absval = absval + 0.005
  4766. coroutine.resume(coroutine.create(function()
  4767. local eff = Instance.new("ParticleEmitter",ba)
  4768. eff.Texture = "rbxassetid://284205403"
  4769. eff.LightEmission = 0.95
  4770. eff.Color = ColorSequence.new(MAINRUINCOLOR.Color)
  4771. eff.Rate = 10000
  4772. eff.Lifetime = NumberRange.new(5)
  4773. eff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,50,0),NumberSequenceKeypoint.new(0.8,100,0),NumberSequenceKeypoint.new(1,0,0)})
  4774. eff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(0.8,0.5,0),NumberSequenceKeypoint.new(1,1,0)})
  4775. eff.Speed = NumberRange.new(600,1250)
  4776. eff.Drag = 5
  4777. eff.Rotation = NumberRange.new(-500,500)
  4778. eff.VelocitySpread = 9000
  4779. eff.RotSpeed = NumberRange.new(-500,500)
  4780. wait(1)
  4781. eff.Enabled = false
  4782. end))
  4783. 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"))
  4784. 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)
  4785. 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)
  4786. MagniDamage(ba, 100, 500,60000, 0, "Normal")
  4787. end
  4788. for i = 0,4,0.1 do
  4789. swait()
  4790. rval = rval + math.random(30,40)
  4791. obj1.CFrame = root.CFrame*CFrame.new(0,1,-5)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(rval))
  4792. shakes(1,0.25)
  4793. msh2.Scale = msh2.Scale + vt(0,outerscale,outerscale)
  4794. msh.Scale = msh.Scale - vt(0,outerscale,outerscale)
  4795. xd.Volume = xd.Volume - 0.025
  4796. a.Transparency = a.Transparency + 0.025
  4797. a2.Transparency = a2.Transparency + 0.025
  4798. outerscale = outerscale - 0.015
  4799. orb.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4
  4800. orbe.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4
  4801. ray = Ray.new(
  4802. orb.CFrame.p, -- origin
  4803. (mouse.Hit.p - orb.CFrame.p).unit * 1000 -- direction
  4804. )
  4805. hit, position, normal = workspace:FindPartOnRay(ray, ignore)
  4806. distance = (orb.CFrame.p - position).magnitude
  4807. if typrot == 1 then
  4808. rotation = rotation + 2.5
  4809. elseif typrot == 2 then
  4810. rotation = rotation - 2.5
  4811. end
  4812.  
  4813. a.Size = Vector3.new(distance, 1, 1)
  4814. a.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2)
  4815. a2.Size = Vector3.new(distance, 1, 1)
  4816. a2.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2)
  4817. ba.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance)
  4818. a.CFrame = a.CFrame*CFrame.Angles(0,math.rad(90),0)
  4819. a2.CFrame = a2.CFrame*CFrame.Angles(0,math.rad(90),0)
  4820. absval = absval + 0.005
  4821. coroutine.resume(coroutine.create(function()
  4822. local eff = Instance.new("ParticleEmitter",ba)
  4823. eff.Texture = "rbxassetid://284205403"
  4824. eff.LightEmission = 0.95
  4825. eff.Color = ColorSequence.new(MAINRUINCOLOR.Color)
  4826. eff.Rate = 10000
  4827. eff.Lifetime = NumberRange.new(5)
  4828. eff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,50,0),NumberSequenceKeypoint.new(0.8,100,0),NumberSequenceKeypoint.new(1,0,0)})
  4829. eff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(0.8,0.5,0),NumberSequenceKeypoint.new(1,1,0)})
  4830. eff.Speed = NumberRange.new(600,1250)
  4831. eff.Drag = 5
  4832. eff.Rotation = NumberRange.new(-500,500)
  4833. eff.VelocitySpread = 9000
  4834. eff.RotSpeed = NumberRange.new(-500,500)
  4835. wait(1)
  4836. eff.Enabled = false
  4837. end))
  4838. 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"))
  4839. 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)
  4840. 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)
  4841. MagniDamage(ba, 100, 500,60000, 0, "Normal")
  4842. end
  4843. for i = 0,10 do
  4844. swait()
  4845. rval = rval + math.random(30,40)
  4846. obj1.Transparency = obj1.Transparency + 0.05
  4847. obj1.Size = obj1.Size - vt(1.8,1.8,0.3)
  4848. obj1.CFrame = root.CFrame*CFrame.new(0,1,-5)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(rval))
  4849. end
  4850. xd:Destroy()
  4851. obj1:Destroy()
  4852. a:Destroy()
  4853. a2:Destroy()
  4854. ba:Destroy()
  4855. orb:Destroy()
  4856. orbe:Destroy()
  4857. attack = false
  4858. end
  4859. function Denial()
  4860. attack = true
  4861. local rsiz
  4862. hum.WalkSpeed = 0
  4863. TestTime()
  4864. bosschatfunc("I believe it's time to end this.",BrickColor.new("Royal purple").Color,7)
  4865. CFuncs["Sound"].Create("rbxassetid://137463716", root, 2,0.8)
  4866. local eff = Instance.new("ParticleEmitter")
  4867. eff.Texture = "rbxassetid://2344870656"
  4868. eff.LightEmission = 0.6
  4869. eff.Color = ColorSequence.new(MAINRUINCOLOR.Color)
  4870. eff.Rate = 10000000
  4871. eff.EmissionDirection = "Front"
  4872. eff.Lifetime = NumberRange.new(0.5)
  4873. eff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(0.1,5,0),NumberSequenceKeypoint.new(0.8,1,0),NumberSequenceKeypoint.new(1,0,0)})
  4874. eff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(0.5,0,0),NumberSequenceKeypoint.new(1,1,0)})
  4875. eff.Speed = NumberRange.new(1,10)
  4876. eff.Drag = 5
  4877. eff.VelocitySpread = 9999
  4878. eff.Rotation = NumberRange.new(-500,500)
  4879. eff.RotSpeed = NumberRange.new(-500,500)
  4880. local eff2 = eff:Clone()
  4881. eff2.LightEmission = 0.25
  4882. eff2.Color = ColorSequence.new(SECONDRUINCOLOR.Color)
  4883. eff2.Speed = NumberRange.new(5,25)
  4884. eff2.Texture = "rbxassetid://2092248396"
  4885. eff2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(0.1,0.5,0),NumberSequenceKeypoint.new(0.8,1,0),NumberSequenceKeypoint.new(1,0,0)})
  4886.  
  4887. for i = 0,15,0.1 do
  4888. swait()
  4889. RH.C0=clerp(RH.C0,cf(1,-1.1 - 0.05 * math.cos(sine / 25),0.17)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(-40)),.1)
  4890. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(-70),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1)
  4891. 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)
  4892. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20 - 2.5 * math.cos(sine / 28)+ math.random(-1,1)),math.rad(0 + math.random(-1,1)),math.rad(-10 + 0 * math.cos(sine / 100)+ math.random(-1,1))),.1)
  4893. RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.1 * math.cos(sine / 28),-0)*angles(math.rad(90),math.rad(0),math.rad(0)),.1)
  4894. LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.1 * math.cos(sine / 28),-0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  4895. end
  4896. local hite = Instance.new("Part", char)
  4897. hite.Anchored = true
  4898. hite.CanCollide = false
  4899. hite.FormFactor = 3
  4900. hite.Name = "Ring"
  4901. hite.Material = "Neon"
  4902. hite.Size = Vector3.new(1, 1, 1)
  4903. hite.Transparency = 0
  4904. hite.TopSurface = 0
  4905. hite.BottomSurface = 0
  4906. hite.BrickColor = MAINRUINCOLOR
  4907. local orbm = Instance.new("SpecialMesh", hite)
  4908. orbm.MeshType = "Sphere"
  4909. orbm.Name = "SizeMesh"
  4910. orbm.Scale = vt(0,0,0)
  4911. hite.CFrame = root.CFrame*CFrame.new(0,200,0)
  4912. for i = 0,20,0.1 do
  4913. swait()
  4914. ORPIT = ORPIT - 0.00135
  4915. sphere2(4,"Add",hite.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(10,1.5,10),-0.01,10,-0.01,MAINRUINCOLOR)
  4916.  
  4917. RH.C0=clerp(RH.C0,cf(1,-0.15,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(-15),math.rad(-20)),.1)
  4918. 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)),.1)
  4919. 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)
  4920. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20 - 2.5 * math.cos(sine / 28)+ math.random(-1,1)),math.rad(0 + math.random(-1,1)),math.rad(-10 + 0 * math.cos(sine / 100)+ math.random(-1,1))),.1)
  4921. RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.1 * math.cos(sine / 28),-0)*angles(math.rad(180),math.rad(0),math.rad(0)),.1)
  4922. LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.1 * math.cos(sine / 28),-0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  4923. end
  4924. CFuncs["Sound"].Create("rbxassetid://1117054464", char, 7.5, 0.75)
  4925. CFuncs["LongSound"].Create("rbxassetid://1042700914", char, 3.5, 0.05)
  4926. for i = 0,50,0.1 do
  4927. swait()
  4928. orbm.Scale = orbm.Scale + vt(0.5,0.5,0.5)
  4929. ORVOL = ORVOL + 0.01
  4930. ORPIT = ORPIT - 0.00135
  4931. sphereMK(math.random(1,4),2.5,"Add",hite.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),2,2,2,0,MAINRUINCOLOR,-300)
  4932. sphere2(4,"Add",hite.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(10,1.5,10),-0.01,10,-0.01,MAINRUINCOLOR)
  4933.  
  4934. RH.C0=clerp(RH.C0,cf(1,-0.15,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(-15),math.rad(-20)),.1)
  4935. 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)),.1)
  4936. 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)
  4937. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10 - 2.5 * math.cos(sine / 28)+ math.random(-1,1)),math.rad(0 + math.random(-1,1)),math.rad(-10 + 0 * math.cos(sine / 100)+ math.random(-1,1))),.1)
  4938. RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.1 * math.cos(sine / 28),-0)*angles(math.rad(180),math.rad(0),math.rad(0)),.1)
  4939. LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.1 * math.cos(sine / 28),-0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  4940. end
  4941. bosschatfunc("Your existance will never be remembered...",BrickColor.new("Royal purple").Color,7)
  4942. TestTime()
  4943. for i = 0,10,0.1 do
  4944. swait()
  4945. sphereMK(math.random(1,4),2.5,"Add",hite.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),2,2,2,0,MAINRUINCOLOR,-300)
  4946. sphere2(4,"Add",hite.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(10,1.5,10),-0.01,10,-0.01,MAINRUINCOLOR)
  4947.  
  4948. RH.C0=clerp(RH.C0,cf(1,-0.15,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(-15),math.rad(-20)),.1)
  4949. 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)),.1)
  4950. 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)
  4951. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10 - 2.5 * math.cos(sine / 28)+ math.random(-1,1)),math.rad(0 + math.random(-1,1)),math.rad(-20 + 0 * math.cos(sine / 100)+ math.random(-1,1))),.1)
  4952. RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.1 * math.cos(sine / 28),-0)*angles(math.rad(180),math.rad(0),math.rad(0)),.1)
  4953. LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.1 * math.cos(sine / 28),-0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  4954. end
  4955. hite.Transparency = 1
  4956. for i = 0,2 do
  4957. CFuncs["LongSound"].Create("rbxassetid://324849898", char, 10,0.9)
  4958. end
  4959. CFuncs["LongSound"].Create("rbxassetid://1117054464", char, 5, 0.75)
  4960. sphere2(1,"Add",hite.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(orbm.Scale.X,orbm.Scale.Y,orbm.Scale.Z),-5,-5,-5,MAINRUINCOLOR)
  4961. sphere2(1,"Add",hite.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(orbm.Scale.X,orbm.Scale.Y,orbm.Scale.Z),2,2,2,MAINRUINCOLOR)
  4962. sphere2(2,"Add",hite.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(orbm.Scale.X,orbm.Scale.Y,orbm.Scale.Z),3,3,3,MAINRUINCOLOR)
  4963. coroutine.resume(coroutine.create(function()
  4964. local eff = Instance.new("ParticleEmitter",hite)
  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. for i = 0,5,0.1 do
  4981. swait()
  4982. RH.C0=clerp(RH.C0,cf(1,-0.15,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(-15),math.rad(-20)),.1)
  4983. 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)),.1)
  4984. 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)
  4985. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(15 - 2.5 * math.cos(sine / 28)+ math.random(-1,1)),math.rad(0 + math.random(-1,1)),math.rad(-20 + 0 * math.cos(sine / 100)+ math.random(-1,1))),.1)
  4986. RW.C0=clerp(RW.C0,cf(1.5,0.3 + 0.1 * math.cos(sine / 28),-0)*angles(math.rad(180),math.rad(0),math.rad(0)),.1)
  4987. LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.1 * math.cos(sine / 28),-0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  4988. end
  4989. local adsc = 0
  4990. local radiatezone = 0
  4991. for i = 0,20,0.1 do
  4992. swait()
  4993. adsc = adsc + 0.025
  4994. radiatezone = radiatezone + 1.25
  4995. sphere2(8,"Add",hite.CFrame,vt(0,0,0),adsc,adsc,adsc,MAINRUINCOLOR)
  4996. for i, v in pairs(FindNearestHead(hite.CFrame.p, radiatezone)) do
  4997. if v:FindFirstChild('Head') then
  4998. dmg(v)
  4999. end
  5000. end
  5001. RH.C0=clerp(RH.C0,cf(1,-0.15,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(-15),math.rad(-20)),.1)
  5002. 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)),.1)
  5003. 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)
  5004. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10 - 2.5 * math.cos(sine / 28)+ math.random(-1,1)),math.rad(0 + math.random(-1,1)),math.rad(-10 + 0 * math.cos(sine / 100)+ math.random(-1,1))),.1)
  5005. RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.1 * math.cos(sine / 28),-0)*angles(math.rad(180),math.rad(0),math.rad(0)),.1)
  5006. LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.1 * math.cos(sine / 28),-0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  5007. end
  5008. for i = 0,2 do
  5009. CFuncs["LongSound"].Create("rbxassetid://665426491", char, 10,0.9)
  5010. end
  5011. for i = 0,40,0.1 do
  5012. swait()
  5013. adsc = adsc + 0.05
  5014. radiatezone = radiatezone + 2.5
  5015. sphere2(8,"Add",hite.CFrame,vt(0,0,0),adsc,adsc,adsc,MAINRUINCOLOR)
  5016. for i, v in pairs(FindNearestHead(hite.CFrame.p, radiatezone)) do
  5017. if v:FindFirstChild('Head') then
  5018. dmg(v)
  5019. end
  5020. end
  5021. RH.C0=clerp(RH.C0,cf(1,-0.15,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(-15),math.rad(-20)),.1)
  5022. 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)),.1)
  5023. 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)
  5024. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10 - 2.5 * math.cos(sine / 28)+ math.random(-1,1)),math.rad(0 + math.random(-1,1)),math.rad(-10 + 0 * math.cos(sine / 100)+ math.random(-1,1))),.1)
  5025. RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.1 * math.cos(sine / 28),-0)*angles(math.rad(180),math.rad(0),math.rad(0)),.1)
  5026. LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.1 * math.cos(sine / 28),-0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  5027. end
  5028. for i = 0,4 do
  5029. CFuncs["LongSound"].Create("rbxassetid://665426491", char, 10,0.75)
  5030. CFuncs["LongSound"].Create("rbxassetid://923073285", char, 1.25,0.75)
  5031. end
  5032. for i = 0,80,0.1 do
  5033. swait()
  5034. adsc = adsc + 0.075
  5035. radiatezone = radiatezone + 3.75
  5036. sphere2(8,"Add",hite.CFrame,vt(0,0,0),adsc,adsc,adsc,MAINRUINCOLOR)
  5037. for i, v in pairs(FindNearestHead(hite.CFrame.p, radiatezone)) do
  5038. if v:FindFirstChild('Head') then
  5039. dmg(v)
  5040. end
  5041. end
  5042. RH.C0=clerp(RH.C0,cf(1,-0.15,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(-15),math.rad(-20)),.1)
  5043. 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)),.1)
  5044. 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)
  5045. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10 - 2.5 * math.cos(sine / 28)+ math.random(-1,1)),math.rad(0 + math.random(-1,1)),math.rad(-10 + 0 * math.cos(sine / 100)+ math.random(-1,1))),.1)
  5046. RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.1 * math.cos(sine / 28),-0)*angles(math.rad(180),math.rad(0),math.rad(0)),.1)
  5047. LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.1 * math.cos(sine / 28),-0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  5048. end
  5049. hite:Destroy()
  5050. hum.WalkSpeed = storehumanoidWS
  5051. attack = false
  5052. end
  5053. ---CLICK ATTACKS
  5054. function attackone()
  5055. attack = true
  5056. for i = 0,1,0.1 do
  5057. swait()
  5058. 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)
  5059. 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)
  5060. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.3,-0.1)*angles(math.rad(5),math.rad(0),math.rad(-45)),.5)
  5061. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(45)),.5)
  5062. RW.C0=clerp(RW.C0,cf(1.45,0.5,0)*angles(math.rad(90),math.rad(0),math.rad(50)),.5)
  5063. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(20),math.rad(10),math.rad(-30)),.5)
  5064. end
  5065. CFuncs["Sound"].Create("rbxassetid://200632136", root, 1, 1.1)
  5066.  
  5067. local hitb = Instance.new("Part", char)
  5068. hitb.Anchored = true
  5069. hitb.CanCollide = false
  5070. hitb.FormFactor = 3
  5071. hitb.Name = "Ring"
  5072. hitb.Material = "Neon"
  5073. hitb.Size = Vector3.new(1, 1, 1)
  5074. hitb.Transparency = 1
  5075. hitb.TopSurface = 0
  5076. hitb.BottomSurface = 0
  5077. hitb.CFrame = root.CFrame + root.CFrame.lookVector*2
  5078. MagniDamage(hitb, 3, 5,12.5, 0, "Normal")
  5079. hitb:Destroy()
  5080. for i = 0,1,0.1 do
  5081. swait()
  5082. 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)
  5083. 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)
  5084. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-0.05)*angles(math.rad(0),math.rad(0),math.rad(55)),.5)
  5085. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(-55)),.5)
  5086. RW.C0=clerp(RW.C0,cf(1.15,0.5,-0.6)*angles(math.rad(90),math.rad(0),math.rad(-50)),.5)
  5087. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(-5),math.rad(10),math.rad(-10)),.5)
  5088. end
  5089. attack = false
  5090. end
  5091.  
  5092. function attacktwo()
  5093. for i = 0,1,0.1 do
  5094. swait()
  5095. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(30),math.rad(0),math.rad(0)),0.2)
  5096. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  5097. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  5098. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  5099. 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)
  5100. 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)
  5101. end
  5102. attack = true
  5103. CFuncs["Sound"].Create("rbxassetid://200632136", root, 1, 1.1)
  5104. local hitb = Instance.new("Part", char)
  5105. hitb.Anchored = true
  5106. hitb.CanCollide = false
  5107. hitb.FormFactor = 3
  5108. hitb.Name = "Ring"
  5109. hitb.Material = "Neon"
  5110. hitb.Size = Vector3.new(1, 1, 1)
  5111. hitb.Transparency = 1
  5112. hitb.TopSurface = 0
  5113. hitb.BottomSurface = 0
  5114. hitb.CFrame = root.CFrame + root.CFrame.lookVector*2
  5115. MagniDamage(hitb, 3, 5,15, 0, "Normal")
  5116. hitb:Destroy()
  5117. for i = 0,1,0.1 do
  5118. swait()
  5119. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(-30),math.rad(0),math.rad(0)),0.2)
  5120. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  5121. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  5122. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  5123. 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)
  5124. 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)
  5125. end
  5126. attack = false
  5127. end
  5128.  
  5129. function attackthree()
  5130. attack = true
  5131. for i = 0,1,0.1 do
  5132. swait()
  5133. 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)
  5134. 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)
  5135. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.3,-0.1)*angles(math.rad(5),math.rad(0),math.rad(45)),.5)
  5136. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(-45)),.5)
  5137. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(20),math.rad(-10),math.rad(30)),.5)
  5138. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0)*angles(math.rad(90),math.rad(0),math.rad(-50)),.5)
  5139. end
  5140. CFuncs["Sound"].Create("rbxassetid://200632136", root, 1, 1.1)
  5141.  
  5142. local hitb = Instance.new("Part", char)
  5143. hitb.Anchored = true
  5144. hitb.CanCollide = false
  5145. hitb.FormFactor = 3
  5146. hitb.Name = "Ring"
  5147. hitb.Material = "Neon"
  5148. hitb.Size = Vector3.new(1, 1, 1)
  5149. hitb.Transparency = 1
  5150. hitb.TopSurface = 0
  5151. hitb.BottomSurface = 0
  5152. hitb.CFrame = root.CFrame + root.CFrame.lookVector*2
  5153. MagniDamage(hitb, 3, 2.5,10, 0, "Normal")
  5154. hitb:Destroy()
  5155. for i = 0,1,0.1 do
  5156. swait()
  5157. 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)
  5158. 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)
  5159. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-0.05)*angles(math.rad(0),math.rad(0),math.rad(-55)),.5)
  5160. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(55)),.5)
  5161. RW.C0=clerp(RW.C0,cf(1.45,0.5,-0.1)*angles(math.rad(-5),math.rad(-10),math.rad(50)),.5)
  5162. LW.C0=clerp(LW.C0,cf(-1.15,0.5,-0.6)*angles(math.rad(90),math.rad(0),math.rad(-15)),.5)
  5163. end
  5164. attack = false
  5165. end
  5166.  
  5167. function attackfour()
  5168. attack = true
  5169. for i = 0, 2, 0.1 do
  5170. swait()
  5171. 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)
  5172. 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)
  5173. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  5174. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  5175. RW.C0 = clerp(RW.C0, cf(1.5, 0.5, 0) * angles(math.rad(140), math.rad(0), math.rad(-20)), 0.2)
  5176. LW.C0 = clerp(LW.C0, cf(-1.5, 0.5, 0) * angles(math.rad(140), math.rad(0), math.rad(20)), 0.2)
  5177. end
  5178. CFuncs.Sound.Create("rbxassetid://438666141", root, 7.5, 1)
  5179. CFuncs.Sound.Create("rbxassetid://1208650519", root, 7.5, 1)
  5180. for i, v in pairs(FindNearestHead(Torso.CFrame.p, 10)) do
  5181. if v:FindFirstChild("Head") then
  5182. dmg(v)
  5183. end
  5184. end
  5185. MagniDamage(Torso,30,10,20,20,"Normal")
  5186. sphere(5, "Add", root.CFrame * CFrame.new(0, -2.9, 0), vt(0, 0, 0), 1, MAINRUINCOLOR)
  5187. sphere(10, "Add", root.CFrame * CFrame.new(0, -2.9, 0), vt(0, 0, 0), 2, MAINRUINCOLOR)
  5188. sphere(1, "Add", root.CFrame * CFrame.new(0, -2.9, 0), vt(25, 0.01, 25), 0.01, MAINRUINCOLOR)
  5189. for i = 0, 2, 0.1 do
  5190. swait()
  5191. 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)
  5192. 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)
  5193. 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)
  5194. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)
  5195. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)
  5196. RW.C0 = clerp(RW.C0, cf(1.5, 0.5, 0) * angles(math.rad(-50), math.rad(0), math.rad(30)), 0.4)
  5197. LW.C0 = clerp(LW.C0, cf(-1.5, 0.5, 0) * angles(math.rad(-50), math.rad(0), math.rad(-30)), 0.4)
  5198. end
  5199. attack = false
  5200. end
  5201.  
  5202. ---trans
  5203. function combine()
  5204. ModeOfGlitch = 212
  5205. MAINRUINCOLOR = BrickColor.new("Dark blue")
  5206. SECONDRUINCOLOR = BrickColor.new("Black")
  5207. RecolorThing(MAINRUINCOLOR,BrickColor.new("Neon orange"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR)
  5208. bosschatfunc("LUNAR AND SOLAR, COMBINE!",MAINRUINCOLOR.Color,3)
  5209. for i = 0, 1, 0.2 do
  5210. swait()
  5211. 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)
  5212. 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)
  5213. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0.1,0.05)*angles(math.rad(-10),math.rad(0),math.rad(0)),.8)
  5214. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(20),math.rad(0)),.8)
  5215. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(12),math.rad(0),math.rad(57)),.8)
  5216. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(13),math.rad(0),math.rad(-58)),.8)
  5217. end
  5218. CameraEnshaking(2,11)
  5219. sphere2(2,"Add",root.CFrame,vt(5,5,5),0.75,0.75,0.75,BrickColor.new("New Yeller"))
  5220. sphere2(2,"Add",root.CFrame,vt(5,5,5),1,1,1,BrickColor.new("Pink"))
  5221. sphere2(3,"Add",root.CFrame,vt(5,5,5),1.25,1.25,1.25,MAINRUINCOLOR)
  5222. sphere2(3,"Add",root.CFrame,vt(5,5,5),1.5,1.5,1.5,MAINRUINCOLOR)
  5223. sphere2(1,"Add",root.CFrame,vt(5,10000,5),0.5,0.5,0.5,BrickColor.new("Dark blue"))
  5224. sphere2(2,"Add",root.CFrame,vt(5,10000,5),1,1,1,MAINRUINCOLOR)
  5225. CFuncs["Sound"].Create("rbxassetid://1368637781", char, 2,1)
  5226. CFuncs["Sound"].Create("rbxassetid://763717897", char, 3, 1.125)
  5227. CFuncs["Sound"].Create("rbxassetid://1192402877", char, 3, 0.75)
  5228. storehumanoidWS = 120
  5229. hum.WalkSpeed = 120
  5230. rainbowmode = false
  5231. chaosmode = false
  5232. RecolorTextAndRename("TIMECONTROLLED GUEST",Color3.new(0,0,0),BrickColor.new("Bright blue").Color,"Arcade")
  5233. newTheme("rbxassetid://742930580", 20.25, 1, 1)
  5234. end
  5235. ---- TAUNTS
  5236. function tauntprep()
  5237. hum.WalkSpeed = 0
  5238. attack = true
  5239. bosschatfunc("Why are you so bad at trying to attack me?",BrickColor.new("Black blue").Color,4)
  5240. for i = 0,15,0.1 do
  5241. swait()
  5242. RH.C0=clerp(RH.C0,cf(1,-1.1 - 0.05 * math.cos(sine / 25),0.17)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(-40)),.1)
  5243. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(-70),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1)
  5244. 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)
  5245. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0 - 2.5 * math.cos(sine / 28)+ math.random(-1,1)),math.rad(0 + math.random(-1,1)),math.rad(0 + 0 * math.cos(sine / 100)+ math.random(-1,1))),.1)
  5246. RW.C0=clerp(RW.C0,cf(1.2,0.5 + 0.1 * math.cos(sine / 28),-0.4)*angles(math.rad(70),math.rad(0),math.rad(-40)),.1)
  5247. LW.C0=clerp(LW.C0,cf(-1.1,0.5 + 0.1 * math.cos(sine / 28),-0.3)*angles(math.rad(70),math.rad(0),math.rad(50)),.1)
  5248. end
  5249. bosschatfunc("What are you,",BrickColor.new("Dark blue").Color,4)
  5250. for i = 0,5,0.1 do
  5251. swait()
  5252. RH.C0=clerp(RH.C0,cf(1,-1.1 - 0.05 * math.cos(sine / 25),0.17)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(-40)),.1)
  5253. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(-70),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1)
  5254. 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)
  5255. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0 - 2.5 * math.cos(sine / 28)+ math.random(-1,1)),math.rad(0 + math.random(-1,1)),math.rad(0 + 0 * math.cos(sine / 100)+ math.random(-1,1))),.1)
  5256. RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.1 * math.cos(sine / 28),-0)*angles(math.rad(90),math.rad(0),math.rad(0)),.1)
  5257. LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.1 * math.cos(sine / 28),-0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  5258. end
  5259. bosschatfunc("Stupid?",BrickColor.new("Dark blue").Color,4)
  5260. for i = 0,5,0.1 do
  5261. swait()
  5262. RH.C0=clerp(RH.C0,cf(1,-1.1 - 0.05 * math.cos(sine / 25),0.17)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(-40)),.1)
  5263. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(-70),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1)
  5264. 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)
  5265. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0 - 2.5 * math.cos(sine / 28)+ math.random(-1,1)),math.rad(-40 + math.random(-1,1)),math.rad(0 + 0 * math.cos(sine / 100)+ math.random(-1,1))),.1)
  5266. RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.1 * math.cos(sine / 28),-0)*angles(math.rad(90),math.rad(0),math.rad(0)),.1)
  5267. LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.1 * math.cos(sine / 28),-0)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)
  5268. end
  5269. hum.WalkSpeed = storehumanoidWS
  5270. attack = false
  5271. end
  5272.  
  5273. ---FUNCTIONS
  5274. local attacktype = 1
  5275. mouse.Button1Down:connect(function()
  5276. if attack == false and attacktype == 1 then
  5277. attacktype = 2
  5278. attackone()
  5279. elseif attack == false and attacktype == 2 then
  5280. attacktype = 3
  5281. attacktwo()
  5282. elseif attack == false and attacktype == 3 then
  5283. attacktype = 4
  5284. attackthree()
  5285. elseif attack == false and attacktype == 4 then
  5286. attacktype = 1
  5287. attackfour()
  5288. end
  5289. end)
  5290. ---MODES
  5291. mouse.KeyDown:connect(function(k)
  5292. if k == "q" and attack == false and ModeOfGlitch ~= 1 then
  5293. ModeOfGlitch = 1
  5294. storehumanoidWS = 16
  5295. hum.WalkSpeed = 16
  5296. rainbowmode = false
  5297. chaosmode = false
  5298. MAINRUINCOLOR = BrickColor.new("White")
  5299. SECONDRUINCOLOR = BrickColor.new("New yeller")
  5300. RecolorTextAndRename("SOLARLISTIC GUEST",Color3.new(0,0,0),BrickColor.new("New Yeller").Color,"Code")
  5301. newTheme("rbxassetid://742930580", 20.25, 1, 1)
  5302.  
  5303. RecolorThing(MAINRUINCOLOR,BrickColor.new("New Yeller"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR)
  5304. end
  5305. if k == "e" and attack == false and ModeOfGlitch ~= 2 then
  5306. ModeOfGlitch = 2
  5307. storehumanoidWS = 26
  5308. hum.WalkSpeed = 26
  5309. rainbowmode = false
  5310. chaosmode = false
  5311. MAINRUINCOLOR = BrickColor.new("Dark blue")
  5312. SECONDRUINCOLOR = BrickColor.new("Black")
  5313. RecolorTextAndRename("LUNARISTIC GUEST",Color3.new(0,0,0),BrickColor.new("Dark blue").Color,"Code")
  5314. newTheme("rbxassetid://153463973", 20.25, 1, 1)
  5315. RecolorThing(MAINRUINCOLOR,BrickColor.new("Black"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR)
  5316. end
  5317. if k == "r" and attack == false and ModeOfGlitch ~= 3 then
  5318. ModeOfGlitch = 3
  5319. storehumanoidWS = 120
  5320. hum.WalkSpeed = 120
  5321. rainbowmode = false
  5322. chaosmode = false
  5323. MAINRUINCOLOR = BrickColor.new("Royal purple")
  5324. SECONDRUINCOLOR = BrickColor.new("Black")
  5325. RecolorTextAndRename("PLANETARY GUEST",Color3.new(0,0,0),BrickColor.new("Royal purple").Color,"SciFi")
  5326. newTheme("rbxassetid://1552413299", 20.25, 1, 1)
  5327. RecolorThing(MAINRUINCOLOR,BrickColor.new("Black"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR)
  5328. end
  5329. if k == "t" and attack == false and ModeOfGlitch ~= 4 then
  5330. ModeOfGlitch = 4
  5331. storehumanoidWS = 16
  5332. hum.WalkSpeed = 16
  5333. rainbowmode = false
  5334. chaosmode = false
  5335. MAINRUINCOLOR = BrickColor.new("Bright green")
  5336. SECONDRUINCOLOR = BrickColor.new("Black")
  5337. RecolorTextAndRename("FLUORESCENT GUEST",Color3.new(0,0,0),BrickColor.new("Bright green").Color,"Code")
  5338. newTheme("rbxassetid://2569365263", 20.25, 1, 1)
  5339. RecolorThing(MAINRUINCOLOR,BrickColor.new("White"),MAINRUINCOLOR,MAINRUINCOLOR,MAINRUINCOLOR,1,MAINRUINCOLOR,1,MAINRUINCOLOR)
  5340. end
  5341. ---attack functions
  5342. if k == "z" and attack == false and ModeOfGlitch == 1 then
  5343. SOLARECLIPSE()
  5344. elseif k == "b" and attack == false and ModeOfGlitch == 2 then
  5345. tauntprep()
  5346. elseif k == "z" and attack == false and ModeOfGlitch == 3 then
  5347. heartbeatatmyfeeties()
  5348. elseif k == "z" and attack == false and ModeOfGlitch == 4 then
  5349. Denial()
  5350. elseif k == "m" and attack == false and ModeOfGlitch == 1 then
  5351. combine()
  5352. elseif k == "z" and attack == false and ModeOfGlitch == 212 then
  5353. TimeBurst()
  5354. end
  5355. end)
  5356.  
  5357. coroutine.resume(coroutine.create(function()
  5358. while true do
  5359. swait()
  5360. if ModeOfGlitch ~= 6 then
  5361. for i, v in pairs(gunty:GetChildren()) do
  5362. if v:IsA("Part") then
  5363. v.BrickColor = MAINRUINCOLOR
  5364. end
  5365. end
  5366. for i, v in pairs(gunty2:GetChildren()) do
  5367. if v:IsA("Part") then
  5368. v.BrickColor = SECONDRUINCOLOR
  5369. end
  5370. end
  5371. for i, v in pairs(glovey:GetChildren()) do
  5372. if v:IsA("Part") then
  5373. v.BrickColor = MAINRUINCOLOR
  5374. end
  5375. end
  5376. elseif ModeOfGlitch == 6 then
  5377. for i, v in pairs(gunty:GetChildren()) do
  5378. if v:IsA("Part") then
  5379. v.Color = Color3.new(math.random(0,1),0,0)
  5380. end
  5381. end
  5382. for i, v in pairs(gunty2:GetChildren()) do
  5383. if v:IsA("Part") then
  5384. v.Color = Color3.new(math.random(0,1),0,0)
  5385. end
  5386. end
  5387. for i, v in pairs(glovey:GetChildren()) do
  5388. if v:IsA("Part") then
  5389. v.Color = Color3.new(math.random(0,1),0,0)
  5390. end
  5391. end
  5392. ned.TextStrokeColor3 = Color3.new(math.random(0,1),0,0)
  5393. techc2.ImageColor3 = Color3.new(math.random(0,1),0,0)
  5394. circl.ImageColor3 = Color3.new(math.random(0,1),0,0)
  5395. imgl2b.ImageColor3 = Color3.new(math.random(0,1),0,0)
  5396. imgl2.ImageColor3 = Color3.new(math.random(0,1),0,0)
  5397. ned.TextColor3 = Color3.new(math.random(0,1),0,0)
  5398. end
  5399.  
  5400. end
  5401. end))
  5402.  
  5403.  
  5404. local rvalu = 0
  5405. Humanoid.Name = "GUESTSWITCHER"
  5406. Humanoid.MaxHealth = math.huge
  5407. Humanoid.Health = math.huge
  5408. Instance.new("ForceField", char).Visible = false
  5409. Humanoid.Animator.Parent = nil
  5410. idleanim = 0.4
  5411. while true do
  5412. if rainbowmode == true then
  5413. RecolorTextAndRename("StarLight", Color3.new(r / 255, g / 255, b / 255), Color3.new(r / 500, g / 500, b / 500))
  5414. MAINRUINCOLOR = BrickColor.new("White")
  5415. for i, v in pairs(m:GetChildren()) do
  5416. if v:IsA("Part") then
  5417. v.Color = Color3.new(r / 255, g / 255, b / 255)
  5418. end
  5419. end
  5420. for i, v in pairs(m2:GetChildren()) do
  5421. if v:IsA("Part") then
  5422. v.Color = Color3.new(r / 255, g / 255, b / 255)
  5423. end
  5424. end
  5425. for i, v in pairs(m3:GetChildren()) do
  5426. if v:IsA("Part") then
  5427. v.Color = Color3.new(r / 255, g / 255, b / 255)
  5428. end
  5429. end
  5430. for i, v in pairs(mw1:GetChildren()) do
  5431. if v:IsA("Part") then
  5432. v.Color = Color3.new(r / 255, g / 255, b / 255)
  5433. v.Material = "Neon"
  5434. end
  5435. end
  5436. for i, v in pairs(mw2:GetChildren()) do
  5437. if v:IsA("Part") then
  5438. v.Color = Color3.new(r / 255, g / 255, b / 255)
  5439. v.Material = "Neon"
  5440. end
  5441. end
  5442. end
  5443. kan.PlaybackSpeed = ORPIT
  5444. kan.Pitch = ORPIT
  5445. kan.Looped = true
  5446. kan.Parent = char
  5447. kan:Resume()
  5448. modet.Position = UDim2.new(0,0,0,0)
  5449. modet.Rotation = -5 * math.cos(sine / 32)
  5450. techc.Rotation = techc.Rotation + 1
  5451. circl.Rotation = circl.Rotation - kan.PlaybackLoudness/100 - 1
  5452. circl2.Rotation = circl2.Rotation + kan.PlaybackLoudness/75 + 1
  5453. imgl2.Rotation = imgl2.Rotation - kan.PlaybackLoudness/75 + 1
  5454. techc2.Rotation = techc2.Rotation + kan.PlaybackLoudness/50 - 1
  5455. --mdir.Position = UDim2.new(-0.414, 0, 0.918 + 0.005 * math.cos(sine / 35), 0)
  5456. --mdir.Rotation = 0 - 1 * math.cos(sine / 25)
  5457. ned.Rotation = 0 - 2 * math.cos(sine / 32)
  5458. ned.Position = UDim2.new(0.7,0 - 10 * math.cos(sine / 32),0.8,0 - 10 * math.cos(sine / 45))
  5459. TextFrame2.Rotation = 0 - 1 * math.cos(sine / 29)
  5460. TextFrame2.Position = UDim2.new(0.6,0 - 10 * math.cos(sine / 37),0.01,0 - 10 * math.cos(sine / 57))
  5461.  
  5462. CameraManager()
  5463. swait()
  5464. handlexweld.C0=clerp(handlexweld.C0,cf(0 + 0.25 * math.cos(sine / 63),0 + 0.25 * math.cos(sine / 70),0 + 0.05 * math.cos(sine / 57))*angles(math.rad(0 + 2 * math.cos(sine / 55)),math.rad(0 + 2 * math.cos(sine / 46)),math.rad(0 + 2 * math.cos(sine / 32))),.3)
  5465. lwing1weld.C1 = clerp(lwing1weld.C1, cf(2, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)) * angles(math.rad(5 + 10 * math.cos(sine / 32)), math.rad(0), math.rad(12.5 + 5 * math.cos(sine / 32))), 0.3)
  5466. lwing2weld.C1 = clerp(lwing2weld.C1, cf(3, 1, 0) * angles(math.rad(0), math.rad(0), math.rad(0)) * angles(math.rad(10 + 15 * math.cos(sine / 32)), math.rad(0), math.rad(25 + 7.5 * math.cos(sine / 32))), 0.3)
  5467. lwing3weld.C1 = clerp(lwing3weld.C1, cf(3.75, 2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)) * angles(math.rad(15 + 20 * math.cos(sine / 32)), math.rad(0), math.rad(37.5 + 10 * math.cos(sine / 32))), 0.3)
  5468. lwing4weld.C1 = clerp(lwing4weld.C1, cf(4.75, 3, 0) * angles(math.rad(0), math.rad(0), math.rad(0)) * angles(math.rad(20 + 25 * math.cos(sine / 32)), math.rad(0), math.rad(50 + 12.5 * math.cos(sine / 32))), 0.3)
  5469. lwing5weld.C1 = clerp(lwing5weld.C1, cf(5.75, 4, 0) * angles(math.rad(0), math.rad(0), math.rad(0)) * angles(math.rad(25 + 30 * math.cos(sine / 32)), math.rad(0), math.rad(62.5 + 15 * math.cos(sine / 32))), 0.3)
  5470. lwing6weld.C1 = clerp(lwing6weld.C1, cf(6.75, 5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)) * angles(math.rad(30 + 35 * math.cos(sine / 32)), math.rad(0), math.rad(75 + 17.5 * math.cos(sine / 32))), 0.3)
  5471. rwing1weld.C1 = clerp(rwing1weld.C1, cf(-2, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)) * angles(math.rad(5 + 10 * math.cos(sine / 32)), math.rad(0), math.rad(-12.5 - 5 * math.cos(sine / 32))), 0.3)
  5472. rwing2weld.C1 = clerp(rwing2weld.C1, cf(-3, 1, 0) * angles(math.rad(0), math.rad(0), math.rad(0)) * angles(math.rad(10 + 15 * math.cos(sine / 32)), math.rad(0), math.rad(-25 - 7.5 * math.cos(sine / 32))), 0.3)
  5473. rwing3weld.C1 = clerp(rwing3weld.C1, cf(-3.75, 2, 0) * angles(math.rad(0), math.rad(0), math.rad(0)) * angles(math.rad(15 + 20 * math.cos(sine / 32)), math.rad(0), math.rad(-37.5 - 10 * math.cos(sine / 32))), 0.3)
  5474. rwing4weld.C1 = clerp(rwing4weld.C1, cf(-4.75, 3, 0) * angles(math.rad(0), math.rad(0), math.rad(0)) * angles(math.rad(20 + 25 * math.cos(sine / 32)), math.rad(0), math.rad(-50 - 12.5 * math.cos(sine / 32))), 0.3)
  5475. rwing5weld.C1 = clerp(rwing5weld.C1, cf(-5.75, 4, 0) * angles(math.rad(0), math.rad(0), math.rad(0)) * angles(math.rad(25 + 30 * math.cos(sine / 32)), math.rad(0), math.rad(-62.5 - 15 * math.cos(sine / 32))), 0.3)
  5476. rwing6weld.C1 = clerp(rwing6weld.C1, cf(-6.75, 5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)) * angles(math.rad(30 + 35 * math.cos(sine / 32)), math.rad(0), math.rad(-75 - 17.5 * math.cos(sine / 32))), 0.3)
  5477. sine = sine + change
  5478. local torvel = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  5479. local velderp = RootPart.Velocity.y
  5480. hitfloor, posfloor = rayCast(RootPart.Position, CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0)).lookVector, 4, Character)
  5481. if equipped == true or equipped == false then
  5482. if attack == false then
  5483. idle = idle + 1
  5484. else
  5485. idle = 0
  5486. end
  5487. if not (idle >= 500) or attack == false then
  5488. end
  5489. if RootPart.Velocity.y > 1 and hitfloor == nil then
  5490. Anim = "Jump"
  5491. if attack == false then
  5492. 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(-5), math.rad(0), math.rad(-20)), 0.1)
  5493. 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)), 0.1)
  5494. 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)), 0.1)
  5495. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(-2.5), math.rad(0), math.rad(0)), 0.1)
  5496. 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)), 0.1)
  5497. 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)), 0.1)
  5498. end
  5499. elseif RootPart.Velocity.y < -1 and hitfloor == nil then
  5500. Anim = "Fall"
  5501. if attack == false then
  5502. 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(-5), math.rad(0), math.rad(-20)), 0.1)
  5503. 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)), 0.1)
  5504. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0 + 0.05 * math.cos(sine / 25)) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.1)
  5505. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(0), math.rad(0), math.rad(0)), 0.1)
  5506. RW.C0 = clerp(RW.C0, cf(1.45, 0.5 + 0.1 * math.cos(sine / 25), 0) * angles(math.rad(-20), math.rad(0), math.rad(50)), 0.1)
  5507. LW.C0 = clerp(LW.C0, cf(-1.45, 0.5 + 0.1 * math.cos(sine / 25), 0) * angles(math.rad(-20), math.rad(0), math.rad(-50)), 0.1)
  5508. end
  5509. elseif torvel < 1 and hitfloor ~= nil then
  5510. Anim = "Idle"
  5511. if attack == false then
  5512. if ModeOfGlitch == 1 then
  5513. RH.C0=clerp(RH.C0,cf(1,-1 - 0.1 * math.cos(sine / 24),0)*angles(math.rad(0),math.rad(80),math.rad(17 - 2 * math.cos(sine / 32)))*angles(math.rad(-3),math.rad(5.5 - 2 * math.cos(sine / 56)),math.rad(1 - 2 * math.cos(sine / 32))),.1)
  5514. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.1 * math.cos(sine / 24),0)*angles(math.rad(0),math.rad(-82),math.rad(-17 - 2 * math.cos(sine / 32)))*angles(math.rad(-6),math.rad(-22 - 2 * math.cos(sine / 56)),math.rad(12 + 2 * math.cos(sine / 32))),.1)
  5515. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.1 * math.cos(sine / 24))*angles(math.rad(15 - 2 * math.cos(sine / 32)),math.rad(0),math.rad(22 + 2 * math.cos(sine / 56))),.1)
  5516. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(15 - 2 * math.cos(sine / 37)),math.rad(0 + 1.8 * math.cos(sine / 43) - 5 * math.cos(sine / 0.25)),math.rad(-22 - 2 * math.cos(sine / 56))),.1)
  5517. RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.025 * math.cos(sine / 45),0)*angles(math.rad(5 + 3 * math.cos(sine / 43)),math.rad(-16 - 5 * math.cos(sine / 52)),math.rad(13 + 9 * math.cos(sine / 45))),.1)
  5518. LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.025 * math.cos(sine / 45),0)*angles(math.rad(7 - 2 * math.cos(sine / 51)),math.rad(0 - 4 * math.cos(sine / 64)),math.rad(-22 - 2 * math.cos(sine / 45))),.1)
  5519. elseif ModeOfGlitch == 212 then -- Visualality
  5520. 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)
  5521. 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)
  5522. 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)
  5523. 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)
  5524. 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)
  5525. 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)
  5526. elseif ModeOfGlitch == 4 then
  5527. local snappt = math.random(1,10)
  5528. if snappt == 5 then
  5529. 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)
  5530. end
  5531. 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))
  5532. 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)
  5533. 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)
  5534. 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)
  5535. 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)
  5536. 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)
  5537. 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)
  5538. elseif ModeOfGlitch == 2 then
  5539. RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-6),math.rad(-20 - 1 * math.cos(sine / 56)),math.rad(1 - 2 * math.cos(sine / 32))),.2)
  5540. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-0.5),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(3 + 2 * math.cos(sine / 32))),.2)
  5541. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.01 + 0.02 * math.cos(sine / 32),0 + 0.05 * math.cos(sine / 32))*angles(math.rad(1 - 2 * math.cos(sine / 32)),math.rad(0),math.rad(30)),.2)
  5542. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(15 - 2 * math.cos(sine / 37)),math.rad(-10 + 2 * math.cos(sine / 58)),math.rad(-30)),.2)
  5543. RW.C0=clerp(RW.C0,cf(1,0.5 + 0.025 * math.cos(sine / 45),-0.5)*angles(math.rad(90 + 6 * math.cos(sine / 72)),math.rad(3 - 2 * math.cos(sine / 58)),math.rad(-82 + 2 * math.cos(sine / 45))),.2)
  5544. LW.C0=clerp(LW.C0,cf(-1,0.35 + 0.025 * math.cos(sine / 45),-0.5)*angles(math.rad(67 - 7 * math.cos(sine / 66)),math.rad(4 - 3 * math.cos(sine / 59)),math.rad(67 - 4 * math.cos(sine / 45))),.2)
  5545. elseif ModeOfGlitch == 3 then
  5546. 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)
  5547. 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)
  5548. 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)
  5549. 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)
  5550. 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)
  5551. 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)
  5552. end
  5553. end
  5554. elseif torvel > 2 and torvel < 22 and hitfloor ~= nil then
  5555. Anim = "Walk"
  5556. if attack == false then
  5557. if ModeOfGlitch == 12 then
  5558. RH.C0 = clerp(RH.C0, cf(1, -0.85, -0.15 - 0.15 * math.cos(sine / 4)) * 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 + 25 * math.cos(sine / 8))), 0.1)
  5559. LH.C0 = clerp(LH.C0, cf(-1, -0.85, -0.15 + 0.15 * math.cos(sine / 4)) * 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 + 25 * math.cos(sine / 8))), 0.1)
  5560. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, -0.15 - 0.1 * math.cos(sine / 4)) * angles(math.rad(5), math.rad(0), math.rad(0 - 5 * math.cos(sine / 8))), 0.1)
  5561. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(25 - 5 * math.cos(sine / 0.325)), math.rad(0 - 5 * math.cos(sine / 0.25)), math.rad(0 + 5 * math.cos(sine / 8))), 0.1)
  5562. RW.C0 = clerp(RW.C0, cf(1.5, 0.5, 0) * angles(math.rad(0 - 45 * math.cos(sine / 8)), math.rad(0), math.rad(10 - 10 * math.cos(sine / 4))), 0.1)
  5563. LW.C0 = clerp(LW.C0, cf(-1.5, 0.5, 0) * angles(math.rad(160), math.rad(0), math.rad(25)), 0.1)
  5564. elseif ModeOfGlitch ~= 12 or ModeOfGlitch ~= 14 then
  5565. RH.C0 = clerp(RH.C0, cf(1, -0.85, -0.15 - 0.15 * math.cos(sine / 4)) * 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 + 25 * math.cos(sine / 8))), 0.1)
  5566. LH.C0 = clerp(LH.C0, cf(-1, -0.85, -0.15 + 0.15 * math.cos(sine / 4)) * 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 + 25 * math.cos(sine / 8))), 0.1)
  5567. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, -0.15 - 0.1 * math.cos(sine / 4)) * angles(math.rad(5), math.rad(0), math.rad(0 - 5 * math.cos(sine / 8))), 0.1)
  5568. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(10 + 2.5 * math.cos(sine / 100)), math.rad(0), math.rad(0 + 5 * math.cos(sine / 8))), 0.1)
  5569. RW.C0 = clerp(RW.C0, cf(1.5, 0.5, 0) * angles(math.rad(0 - 45 * math.cos(sine / 8)), math.rad(0), math.rad(10 - 10 * math.cos(sine / 4))), 0.1)
  5570. LW.C0 = clerp(LW.C0, cf(-1.5, 0.5, 0) * angles(math.rad(0 + 45 * math.cos(sine / 8)), math.rad(0), math.rad(-10 + 10 * math.cos(sine / 4))), 0.1)
  5571. end
  5572. end
  5573. elseif torvel >= 22 and hitfloor ~= nil then
  5574. Anim = "Run"
  5575. if attack == false then
  5576. if ModeOfGlitch ~= 3 and ModeOfGlitch ~= 212 then
  5577. RH.C0 = clerp(RH.C0, cf(1, -0.75 - 0.25 * math.cos(sine / 3), -0.25 - 0.25 * math.cos(sine / 3)) * 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))), 0.1)
  5578. LH.C0 = clerp(LH.C0, cf(-1, -0.75 + 0.25 * math.cos(sine / 3), -0.25 + 0.25 * math.cos(sine / 3)) * 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))), 0.1)
  5579. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, -0.125 + 0.125 * math.cos(sine / 3)) * angles(math.rad(20), math.rad(0), math.rad(0 - 15 * math.cos(sine / 6))), 0.1)
  5580. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(-10 + 2.5 * math.cos(sine / 100)), math.rad(0), math.rad(0 + 15 * math.cos(sine / 6))), 0.1)
  5581. RW.C0 = clerp(RW.C0, cf(1.5, 0.5, 0) * angles(math.rad(0 - 155 * math.cos(sine / 6)), math.rad(0), math.rad(5 - 10 * math.cos(sine / 3))), 0.1)
  5582. LW.C0 = clerp(LW.C0, cf(-1.5, 0.5, 0) * angles(math.rad(0 + 155 * math.cos(sine / 6)), math.rad(0), math.rad(-5 + 10 * math.cos(sine / 3))), 0.1)
  5583. elseif ModeOfGlitch == 3 or ModeOfGlitch == 212 then
  5584. RH.C0 = clerp(RH.C0, cf(1, -0.25, -0.5) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(-2.5), math.rad(0), math.rad(-20)), 0.2)
  5585. LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(0)) * angles(math.rad(-2.5), math.rad(0), math.rad(20)), 0.2)
  5586. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, -0.5, 0.5 + 0.1 * math.cos(sine / 28)) * angles(math.rad(75), math.rad(0), math.rad(0)), 0.2)
  5587. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  5588. RW.C0 = clerp(RW.C0, cf(1.5, 0.5, 0) * angles(math.rad(-30), math.rad(0), math.rad(30 + 2.5 * math.cos(sine / 28))), 0.2)
  5589. LW.C0 = clerp(LW.C0, cf(-1.5, 0.5, 0) * angles(math.rad(-30), math.rad(0), math.rad(-30 - 2.5 * math.cos(sine / 28))), 0.2)
  5590. end
  5591. end
  5592. end
  5593. end
  5594. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement