carlosname

Untitled

Aug 25th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 101.11 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Please run as a server script. Use h/ instead of hl/.") end
  2. print("FE Compatibility: by WaverlyCole & Mokiros")
  3. InternalData = {}
  4. do
  5. script.Parent = owner.Character
  6. local Event = Instance.new("RemoteEvent")
  7. Event.Name = "UserInput"
  8. local function NewFakeEvent()
  9. local Fake = {fakeEvent=true,Connect=function(self,Func)self.Function=Func end}Fake.connect = Fake.Connect
  10. return Fake
  11. end
  12. local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
  13. local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
  14. local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
  15. self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
  16. end};ContextActionService.UnBindAction = ContextActionService.BindAction
  17. local function TriggerEvent(self,Event,...)
  18. local Trigger = Mouse[Event]
  19. if Trigger and Trigger.fakeEvent and Trigger.Function then
  20. Trigger.Function(...)
  21. end
  22. end
  23. Mouse.TrigEvent = TriggerEvent
  24. UserInputService.TrigEvent = TriggerEvent
  25. Event.OnServerEvent:Connect(function(FiredBy,Input)
  26. if FiredBy.Name ~= owner.Name then end
  27. if Input.MouseEvent then
  28. Mouse.Target = Input.Target
  29. Mouse.Hit = Input.Hit
  30. else
  31. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  32. if Input.UserInputType == Enum.UserInputType.MouseButton1 then
  33. return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up")
  34. end
  35. for _,Action in pairs(ContextActionService.Actions) do
  36. for _,Key in pairs(Action.Keys) do
  37. if Key==Input.KeyCode then
  38. Action.Function(Action.Name,Input.UserInputState,Input)
  39. end
  40. end
  41. end
  42. Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower())
  43. UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  44. end
  45. end)
  46. InternalData["Mouse"] = Mouse
  47. InternalData["ContextActionService"] = ContextActionService
  48. InternalData["UserInputService"] = UserInputService
  49. Event.Parent = NLS([[
  50. local Player = owner
  51. local Event = script:WaitForChild("UserInput")
  52. local UserInputService = game:GetService("UserInputService")
  53. local Mouse = Player:GetMouse()
  54. local Input = function(Input,gameProcessedEvent)
  55. if gameProcessedEvent then return end
  56. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  57. end
  58. UserInputService.InputBegan:Connect(Input)
  59. UserInputService.InputEnded:Connect(Input)
  60. local Hit,Target
  61. while wait(1/30) do
  62. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  63. Hit,Target = Mouse.Hit,Mouse.Target
  64. Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  65. end
  66. end
  67. ]],owner.Character)
  68. end
  69. RealGame = game;game = setmetatable({},{
  70. __index = function (self,Index)
  71. local Sandbox = function (Thing)
  72. if Thing:IsA("Player") then
  73. local RealPlayer = Thing
  74. return setmetatable({},{
  75. __index = function (self,Index)
  76. local Type = type(RealPlayer[Index])
  77. if Type == "function" then
  78. if Index:lower() == "getmouse" or Index:lower() == "mouse" then
  79. return function (self)
  80. return InternalData["Mouse"]
  81. end
  82. end
  83. return function (self,...)
  84. return RealPlayer[Index](RealPlayer,...)
  85. end
  86. else
  87. return RealPlayer[Index]
  88. end
  89. end;
  90. __tostring = function(self)
  91. return RealPlayer.Name
  92. end
  93. })
  94. end
  95. end
  96. if RealGame[Index] then
  97. local Type = type(RealGame[Index])
  98. if Type == "function" then
  99. if Index:lower() == "getservice" or Index:lower() == "service" then
  100. return function (self,Service)
  101. if Service:lower() == "players" then
  102. return setmetatable({},{
  103. __index = function (self2,Index2)
  104. local RealService = RealGame:GetService(Service)
  105. local Type2 = type(Index2)
  106. if Type2 == "function" then
  107. return function (self,...)
  108. return RealService[Index2](RealService,...)
  109. end
  110. else
  111. if Index2:lower() == "localplayer" then
  112. return Sandbox(owner)
  113. end
  114. return RealService[Index2]
  115. end
  116. end;
  117. __tostring = function(self)
  118. return RealGame:GetService(Service).Name
  119. end
  120. })
  121. elseif Service:lower() == "contextactionservice" then
  122. return InternalData["ContextActionService"]
  123. elseif Service:lower() == "contextactionservice" then
  124. return InternalData["UserInputService"]
  125. elseif Service:lower() == "runservice" then
  126. return setmetatable({},{
  127. __index = function(self2,Index2)
  128. local RealService = RealGame:GetService(Service)
  129. local Type2 = type(Index2)
  130. if Type2 == "function" then
  131. return function (self,...)
  132. return RealService[Index2](RealService,...)
  133. end
  134. else
  135. if Index2:lower() == "bindtorenderstep" then
  136. return function (self,Name,Priority,Function)
  137. return RealGame:GetService("RunService").Stepped:Connect(Function)
  138. end
  139. end
  140. if Index2:lower() == "renderstepped" then
  141. return RealService["Stepped"]
  142. end
  143. return RealService[Index2]
  144. end
  145. end
  146. })
  147. else
  148. return RealGame:GetService(Service)
  149. end
  150. end
  151. end
  152. return function (self,...)
  153. return RealGame[Index](RealGame,...)
  154. end
  155. else
  156. if game:GetService(Index) then
  157. return game:GetService(Index)
  158. end
  159. return RealGame[Index]
  160. end
  161. else
  162. return nil
  163. end
  164. end
  165. });Game = game;owner = game:GetService("Players").LocalPlayer
  166. print("Complete! Running...")
  167.  
  168. --[[Nocturna_A._Alteriano_Night.Owl.Inc]]--
  169. wait(1 / 60)
  170. Effects = { }
  171. local Player = owner
  172. local Character = Player.Character
  173. local Humanoid = Character.Humanoid
  174. Humanoid.WalkSpeed = 20
  175. local Mouse = Player:GetMouse()
  176. local LeftArm = Character["Left Arm"]
  177. local RightArm = Character["Right Arm"]
  178. local LeftLeg = Character["Left Leg"]
  179. local RightLeg = Character["Right Leg"]
  180. local Head = Character.Head
  181. local Torso = Character.Torso
  182. local Camera = game.Workspace.CurrentCamera
  183. local RootPart = Character.HumanoidRootPart
  184. local RootJoint = RootPart.RootJoint
  185. local attack = false
  186. local Anim = 'Idle'
  187. local attacktype = 1
  188. local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  189. local velocity = RootPart.Velocity.y
  190. local sine = 0
  191. local change = 1
  192. local Create = LoadLibrary("RbxUtility").Create
  193. local TimeStop = false
  194.  
  195. local m = Create("Model"){
  196. Parent = Character,
  197. Name = "WeaponModel",
  198. }
  199.  
  200. Humanoid.Animator.Parent = nil
  201. Character.Animate.Parent = nil
  202.  
  203. local newMotor = function(part0, part1, c0, c1)
  204. local w = Create('Motor'){
  205. Parent = part0,
  206. Part0 = part0,
  207. Part1 = part1,
  208. C0 = c0,
  209. C1 = c1,
  210. }
  211. return w
  212. end
  213.  
  214. function clerp(a, b, t)
  215. return a:lerp(b, t)
  216. end
  217.  
  218. RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  219. NeckCF = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  220.  
  221. local RW = newMotor(Torso, RightArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0))
  222. local LW = newMotor(Torso, LeftArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0))
  223. local RH = newMotor(Torso, RightLeg, CFrame.new(.5, -2, 0), CFrame.new(0, 0, 0))
  224. local LH = newMotor(Torso, LeftLeg, CFrame.new(-.5, -2, 0), CFrame.new(0, 0, 0))
  225. RootJoint.C1 = CFrame.new(0, 0, 0)
  226. RootJoint.C0 = CFrame.new(0, 0, 0)
  227. Torso.Neck.C1 = CFrame.new(0, 0, 0)
  228. Torso.Neck.C0 = CFrame.new(0, 1.5, 0)
  229.  
  230. local rarmc1 = RW.C1
  231. local larmc1 = LW.C1
  232. local rlegc1 = RH.C1
  233. local llegc1 = LH.C1
  234.  
  235. local resetc1 = false
  236.  
  237. function PlayAnimationFromTable(table, speed, bool)
  238. RootJoint.C0 = clerp(RootJoint.C0, table[1], speed)
  239. Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed)
  240. RW.C0 = clerp(RW.C0, table[3], speed)
  241. LW.C0 = clerp(LW.C0, table[4], speed)
  242. RH.C0 = clerp(RH.C0, table[5], speed)
  243. LH.C0 = clerp(LH.C0, table[6], speed)
  244. if bool == true then
  245. if resetc1 == false then
  246. resetc1 = true
  247. RootJoint.C1 = RootJoint.C1
  248. Torso.Neck.C1 = Torso.Neck.C1
  249. RW.C1 = rarmc1
  250. LW.C1 = larmc1
  251. RH.C1 = rlegc1
  252. LH.C1 = llegc1
  253. end
  254. end
  255. end
  256.  
  257. ArtificialHB = Create("BindableEvent", script){
  258. Parent = script,
  259. Name = "Heartbeat",
  260. }
  261.  
  262. script:WaitForChild("Heartbeat")
  263.  
  264. frame = 1 / 35
  265. tf = 0
  266. allowframeloss = false
  267. tossremainder = false
  268. lastframe = tick()
  269. script.Heartbeat:Fire()
  270.  
  271. game:GetService("RunService").Heartbeat:connect(function(s, p)
  272. tf = tf + s
  273. if tf >= frame then
  274. if allowframeloss then
  275. script.Heartbeat:Fire()
  276. lastframe = tick()
  277. else
  278. for i = 1, math.floor(tf / frame) do
  279. script.Heartbeat:Fire()
  280. end
  281. lastframe = tick()
  282. end
  283. if tossremainder then
  284. tf = 0
  285. else
  286. tf = tf - frame * math.floor(tf / frame)
  287. end
  288. end
  289. end)
  290.  
  291. function swait(num)
  292. if num == 0 or num == nil then
  293. ArtificialHB.Event:wait()
  294. else
  295. for i = 0, num do
  296. ArtificialHB.Event:wait()
  297. end
  298. end
  299. end
  300.  
  301. function RemoveOutlines(part)
  302. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  303. end
  304.  
  305. CFuncs = {
  306. Part = {
  307. Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  308. local Part = Create("Part"){
  309. Parent = Parent,
  310. Reflectance = Reflectance,
  311. Transparency = Transparency,
  312. CanCollide = false,
  313. Locked = true,
  314. BrickColor = BrickColor.new(tostring(BColor)),
  315. Name = Name,
  316. Size = Size,
  317. Material = Material,
  318. }
  319. RemoveOutlines(Part)
  320. return Part
  321. end;
  322. };
  323.  
  324. Mesh = {
  325. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  326. local Msh = Create(Mesh){
  327. Parent = Part,
  328. Offset = OffSet,
  329. Scale = Scale,
  330. }
  331. if Mesh == "SpecialMesh" then
  332. Msh.MeshType = MeshType
  333. Msh.MeshId = MeshId
  334. end
  335. return Msh
  336. end;
  337. };
  338.  
  339. Weld = {
  340. Create = function(Parent, Part0, Part1, C0, C1)
  341. local Weld = Create("Weld"){
  342. Parent = Parent,
  343. Part0 = Part0,
  344. Part1 = Part1,
  345. C0 = C0,
  346. C1 = C1,
  347. }
  348. return Weld
  349. end;
  350. };
  351.  
  352. Sound = {
  353. Create = function(id, par, vol, pit)
  354. local Sound = Create("Sound"){
  355. Volume = vol,
  356. Pitch = pit or 1,
  357. SoundId = "rbxassetid://" .. id,
  358. Parent = par or workspace,
  359. }
  360. Sound:play()
  361. return Sound
  362. end;
  363. };
  364.  
  365. Decal = {
  366. Create = function(Color, Texture, Transparency, Name, Parent)
  367. local Decal = Create("Decal"){
  368. Color3 = Color,
  369. Texture = "rbxassetid://" .. Texture,
  370. Transparency = Transparency,
  371. Name = Name,
  372. Parent = Parent,
  373. }
  374. return Decal
  375. end;
  376. };
  377.  
  378. BillboardGui = {
  379. Create = function(Parent, Image, Position, Size)
  380. local BillPar = CFuncs.Part.Create(Parent, "SmoothPlastic", 0, 1, BrickColor.new("Black"), "BillboardGuiPart", Vector3.new(1, 1, 1))
  381. BillPar.CFrame = CFrame.new(Position)
  382. local Bill = Create("BillboardGui"){
  383. Parent = BillPar,
  384. Adornee = BillPar,
  385. Size = UDim2.new(1, 0, 1, 0),
  386. SizeOffset = Vector2.new(Size, Size),
  387. }
  388. local d = Create("ImageLabel", Bill){
  389. Parent = Bill,
  390. BackgroundTransparency = 1,
  391. Size = UDim2.new(1, 0, 1, 0),
  392. Image = "rbxassetid://" .. Image,
  393. }
  394. return BillPar
  395. end
  396. };
  397.  
  398. ParticleEmitter = {
  399. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  400. local Particle = Create("ParticleEmitter"){
  401. Parent = Parent,
  402. Color = ColorSequence.new(Color1, Color2),
  403. LightEmission = LightEmission,
  404. Size = Size,
  405. Texture = Texture,
  406. Transparency = Transparency,
  407. ZOffset = ZOffset,
  408. Acceleration = Accel,
  409. Drag = Drag,
  410. LockedToPart = LockedToPart,
  411. VelocityInheritance = VelocityInheritance,
  412. EmissionDirection = EmissionDirection,
  413. Enabled = Enabled,
  414. Lifetime = LifeTime,
  415. Rate = Rate,
  416. Rotation = Rotation,
  417. RotSpeed = RotSpeed,
  418. Speed = Speed,
  419. VelocitySpread = VelocitySpread,
  420. }
  421. return Particle
  422. end;
  423. };
  424.  
  425. CreateTemplate = {
  426.  
  427. };
  428. }
  429.  
  430. function rayCast(Position, Direction, Range, Ignore)
  431. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  432. end
  433.  
  434. function FindNearestTorso(Position, Distance, SinglePlayer)
  435. if SinglePlayer then
  436. return (SinglePlayer.Torso.CFrame.p - Position).magnitude < Distance
  437. end
  438. local List = {}
  439. for i, v in pairs(workspace:GetChildren()) do
  440. if v:IsA("Model") then
  441. if v:findFirstChild("Torso") then
  442. if v ~= Character then
  443. if (v.Torso.Position - Position).magnitude <= Distance then
  444. table.insert(List, v)
  445. end
  446. end
  447. end
  448. end
  449. end
  450. return List
  451. end
  452.  
  453. function Damage(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
  454. if hit.Parent == nil then
  455. return
  456. end
  457. local h = hit.Parent:FindFirstChild("Humanoid")
  458. for _, v in pairs(hit.Parent:children()) do
  459. if v:IsA("Humanoid") then
  460. h = v
  461. end
  462. end
  463. if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
  464. if hit.Parent:findFirstChild("DebounceHit") ~= nil then
  465. if hit.Parent.DebounceHit.Value == true then
  466. return
  467. end
  468. end
  469. local c = Create("ObjectValue"){
  470. Name = "creator",
  471. Value = owner,
  472. Parent = h,
  473. }
  474. game:GetService("Debris"):AddItem(c, .5)
  475. CFuncs.Sound.Create(HitSound, hit, 1, HitPitch)
  476. local Damage = math.random(minim, maxim)
  477. local blocked = false
  478. local block = hit.Parent:findFirstChild("Block")
  479. if block ~= nil then
  480. if block.className == "IntValue" then
  481. if block.Value > 0 then
  482. blocked = true
  483. block.Value = block.Value - 1
  484. print(block.Value)
  485. end
  486. end
  487. end
  488. if TimeStop == false then
  489. h.Health = h.Health - Damage
  490. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("Crimson").Color)
  491. elseif TimeStop == true then
  492. repeat wait() until TimeStop == false
  493. h.Health = h.Health - (Damage / 2)
  494. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("Crimson").Color)
  495. end
  496. if Type == "Knockdown" then
  497. local hum = hit.Parent.Humanoid
  498. hum.PlatformStand = true
  499. coroutine.resume(coroutine.create(function(HHumanoid)
  500. swait(1)
  501. HHumanoid.PlatformStand = false
  502. end), hum)
  503. local angle = (hit.Position - (Property.Position + Vector3.new(0, 0, 0))).unit
  504. local bodvol = Create("BodyVelocity"){
  505. velocity = angle * knockback,
  506. P = 5000,
  507. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  508. Parent = hit,
  509. }
  510. local rl = Create("BodyAngularVelocity"){
  511. P = 3000,
  512. maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000,
  513. angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)),
  514. Parent = hit,
  515. }
  516. game:GetService("Debris"):AddItem(bodvol, .5)
  517. game:GetService("Debris"):AddItem(rl, .5)
  518. elseif Type == "Normal" then
  519. local vp = Create("BodyVelocity"){
  520. P = 500,
  521. maxForce = Vector3.new(math.huge, 0, math.huge),
  522. velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05,
  523. }
  524. if knockback > 0 then
  525. vp.Parent = hit.Parent.Torso
  526. end
  527. game:GetService("Debris"):AddItem(vp, .5)
  528. elseif Type == "Up" then
  529. local bodyVelocity = Create("BodyVelocity"){
  530. velocity = Vector3.new(0, 20, 0),
  531. P = 5000,
  532. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  533. Parent = hit,
  534. }
  535. game:GetService("Debris"):AddItem(bodyVelocity, .5)
  536. elseif Type == "DarkUp" then
  537. coroutine.resume(coroutine.create(function()
  538. for i = 0, 1, 0.1 do
  539. swait()
  540. Effects.Block.Create(BrickColor.new("Black"), hit.Parent.Torso.CFrame, 5, 5, 5, 1, 1, 1, .08, 1)
  541. end
  542. end))
  543. local bodyVelocity = Create("BodyVelocity"){
  544. velocity = Vector3.new(0, 20, 0),
  545. P = 5000,
  546. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  547. Parent = hit,
  548. }
  549. game:GetService("Debris"):AddItem(bodyVelocity, 1)
  550. elseif Type == "Snare" then
  551. local bp = Create("BodyPosition"){
  552. P = 2000,
  553. D = 100,
  554. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  555. position = hit.Parent.Torso.Position,
  556. Parent = hit.Parent.Torso,
  557. }
  558. game:GetService("Debris"):AddItem(bp, 1)
  559. elseif Type == "Freeze" then
  560. local BodPos = Create("BodyPosition"){
  561. P = 50000,
  562. D = 1000,
  563. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  564. position = hit.Parent.Torso.Position,
  565. Parent = hit.Parent.Torso,
  566. }
  567. local BodGy = Create("BodyGyro") {
  568. maxTorque = Vector3.new(4e+005, 4e+005, 4e+005) * math.huge ,
  569. P = 20e+003,
  570. Parent = hit.Parent.Torso,
  571. cframe = hit.Parent.Torso.CFrame,
  572. }
  573. hit.Parent.Torso.Anchored = true
  574. coroutine.resume(coroutine.create(function(Part)
  575. swait(1.5)
  576. Part.Anchored = false
  577. end), hit.Parent.Torso)
  578. game:GetService("Debris"):AddItem(BodPos, 3)
  579. game:GetService("Debris"):AddItem(BodGy, 3)
  580. end
  581. local debounce = Create("BoolValue"){
  582. Name = "DebounceHit",
  583. Parent = hit.Parent,
  584. Value = true,
  585. }
  586. game:GetService("Debris"):AddItem(debounce, Delay)
  587. c = Create("ObjectValue"){
  588. Name = "creator",
  589. Value = Player,
  590. Parent = h,
  591. }
  592. game:GetService("Debris"):AddItem(c, .5)
  593. end
  594. end
  595.  
  596. function ShowDamage(Pos, Text, Time, Color)
  597. local Rate = (1 / 30)
  598. local Pos = (Pos or Vector3.new(0, 0, 0))
  599. local Text = (Text or "")
  600. local Time = (Time or 2)
  601. local Color = (Color or Color3.new(1, 0, 1))
  602. local EffectPart = CFuncs.Part.Create(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0))
  603. EffectPart.Anchored = true
  604. local BillboardGui = Create("BillboardGui"){
  605. Size = UDim2.new(3, 0, 3, 0),
  606. Adornee = EffectPart,
  607. Parent = EffectPart,
  608. }
  609. local TextLabel = Create("TextLabel"){
  610. BackgroundTransparency = 1,
  611. Size = UDim2.new(1, 0, 1, 0),
  612. Text = Text,
  613. Font = "SciFi",
  614. TextColor3 = Color,
  615. TextScaled = true,
  616. Parent = BillboardGui,
  617. }
  618. game.Debris:AddItem(EffectPart, (Time))
  619. EffectPart.Parent = game:GetService("Workspace")
  620. delay(0, function()
  621. local Frames = (Time / Rate)
  622. for Frame = 1, Frames do
  623. wait(Rate)
  624. local Percent = (Frame / Frames)
  625. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  626. TextLabel.TextTransparency = Percent
  627. end
  628. if EffectPart and EffectPart.Parent then
  629. EffectPart:Destroy()
  630. end
  631. end)
  632. end
  633.  
  634. function MagnitudeDamage(Part, Magnitude, MinimumDamage, MaximumDamage, KnockBack, Type, HitSound, HitPitch)
  635. for _, c in pairs(workspace:children()) do
  636. local hum = c:findFirstChild("Humanoid")
  637. if hum ~= nil then
  638. local head = c:findFirstChild("Torso")
  639. if head ~= nil then
  640. local targ = head.Position - Part.Position
  641. local mag = targ.magnitude
  642. if mag <= Magnitude and c.Name ~= Player.Name then
  643. for i = 1, 10 do
  644. Effects.Elect.Create(head.CFrame, 10, 10, 10)
  645. end
  646. CFuncs.Sound.Create("324867021", head, 1, 1)
  647. Effects.Sphere.Create(BrickColor.new("Crimson"), head.CFrame, .5, .5, .5, .5, .5, .5, .05)
  648. Damage(head, head, MinimumDamage, MaximumDamage, KnockBack, Type, RootPart, .1, HitSound, HitPitch)
  649. end
  650. end
  651. end
  652. end
  653. end
  654.  
  655. HandleR = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 1, "Really red", "HandleR", Vector3.new(0.403949469, 0.452220112, 0.425030977))
  656. HandleRWeld = CFuncs.Weld.Create(m, Character["Right Arm"], HandleR, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.637853563, -0.00997161865, 0.00182324648, 0, -1, 0, 1, 0, 0, 0, -0, 1))
  657. HitboxR = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 1, "Really red", "HitboxR", Vector3.new(1.00394952, 1.05222011, 1.02503109))
  658. HitboxRWeld = CFuncs.Weld.Create(m, HandleR, HitboxR, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0999999642, 0, 5.96046448e-008, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  659. Part = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part", Vector3.new(0.281382293, 0.206172079, 0.281381041))
  660. PartWeld = CFuncs.Weld.Create(m, HandleR, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.147205353, 0.542663455, 0.0980299711, 0, -1, -0, 0, 0, -1, 1, 0, 0))
  661. CFuncs.Mesh.Create("SpecialMesh", Part, Enum.MeshType.Sphere, "", Vector3.new(0, 0, 0), Vector3.new(1, 0.194969907, 1))
  662. Part = CFuncs.Part.Create(m, Enum.Material.Metal, 0, 0, "Maroon", "Part", Vector3.new(0.401974738, 1.08532834, 0.40197292))
  663. PartWeld = CFuncs.Weld.Create(m, HandleR, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0980299711, 0, 0.147209167, 1, 0, 0, 0, 0, 1, 0, -1, -0))
  664. CFuncs.Mesh.Create("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  665. Part = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part", Vector3.new(0.281382293, 0.206172079, 0.281381041))
  666. PartWeld = CFuncs.Weld.Create(m, HandleR, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.147209167, -0.54266274, 0.0980299711, 0, -1, -0, 0, 0, -1, 1, 0, 0))
  667. CFuncs.Mesh.Create("SpecialMesh", Part, Enum.MeshType.Sphere, "", Vector3.new(0, 0, 0), Vector3.new(1, 0.194969907, 1))
  668. Part = CFuncs.Part.Create(m, Enum.Material.Metal, 0, 0, "Maroon", "Part", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  669. PartWeld = CFuncs.Weld.Create(m, HandleR, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.341688991, -0.227600098, 0.404432654, 0, 0, 1, 0, 1, 0, -1, 0, -0))
  670. CFuncs.Mesh.Create("SpecialMesh", Part, Enum.MeshType.Sphere, "", Vector3.new(0, 0, 0), Vector3.new(0.974852681, 0.974849463, 0.194969654))
  671. Part = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  672. PartWeld = CFuncs.Weld.Create(m, HandleR, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0, -0.227600098, 0.414482474, 0, 0, 1, 0, 1, 0, -1, 0, -0))
  673. CFuncs.Mesh.Create("SpecialMesh", Part, Enum.MeshType.Sphere, "", Vector3.new(0, 0, 0), Vector3.new(0.779882133, 0.77987963, 0.292454481))
  674. Part = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Crimson", "Part", Vector3.new(1.01297641, 0.562762797, 0.361775607))
  675. PartWeld = CFuncs.Weld.Create(m, HandleR, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.00299167633, -0.207504272, 0.721092105, 0, 0, -1, 0, 1, 0, 1, 0, 0))
  676. CFuncs.Mesh.Create("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  677. Part = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  678. PartWeld = CFuncs.Weld.Create(m, HandleR, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.498931885, -0.160766602, 0.881875753, 0, -1, -0, 0, 0, -1, 1, 0, 0))
  679. CFuncs.Mesh.Create("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.292455852, 0.389939725, 0.389939249))
  680. Part = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  681. PartWeld = CFuncs.Weld.Create(m, HandleR, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.341688991, -0.227600098, 0.41447866, 0, 0, 1, 0, 1, 0, -1, 0, -0))
  682. CFuncs.Mesh.Create("SpecialMesh", Part, Enum.MeshType.Sphere, "", Vector3.new(0, 0, 0), Vector3.new(0.779882133, 0.77987963, 0.292454481))
  683. Part = CFuncs.Part.Create(m, Enum.Material.Metal, 0, 0, "Maroon", "Part", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  684. PartWeld = CFuncs.Weld.Create(m, HandleR, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.341658711, -0.227600098, 0.404432654, 0, 0, 1, 0, 1, 0, -1, 0, -0))
  685. CFuncs.Mesh.Create("SpecialMesh", Part, Enum.MeshType.Sphere, "", Vector3.new(0, 0, 0), Vector3.new(0.974852681, 0.974849463, 0.194969654))
  686. Part = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  687. PartWeld = CFuncs.Weld.Create(m, HandleR, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.47883606, -0.442184329, 0.208572268, 0, 1, 0, 0, 0, 1, 1, 0, 0))
  688. CFuncs.Mesh.Create("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.292455852, 0.974849463, 0.877363384))
  689. Part = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  690. PartWeld = CFuncs.Weld.Create(m, HandleR, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.49892807, -0.160797, 0.881881475, 0, 1, 0, 0, 0, 1, 1, 0, 0))
  691. CFuncs.Mesh.Create("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.292455852, 0.389939725, 0.389939249))
  692. Part = CFuncs.Part.Create(m, Enum.Material.Metal, 0, 0, "Maroon", "Part", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  693. PartWeld = CFuncs.Weld.Create(m, HandleR, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.52587891e-005, -0.227600098, 0.404432654, 0, 0, 1, 0, 1, 0, -1, 0, -0))
  694. CFuncs.Mesh.Create("SpecialMesh", Part, Enum.MeshType.Sphere, "", Vector3.new(0, 0, 0), Vector3.new(0.974852681, 0.974849463, 0.194969654))
  695. Part = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part", Vector3.new(1.0853318, 0.206172079, 0.261282384))
  696. PartWeld = CFuncs.Weld.Create(m, HandleR, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-1.52587891e-005, -0.0437278748, -0.273792505, 0, 0, 1, 0, -1, -0, 1, 0, 0))
  697. CFuncs.Mesh.Create("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(1, 0.292454839, 1))
  698. Part = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  699. PartWeld = CFuncs.Weld.Create(m, HandleR, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.47883606, -0.442184538, 0.208572268, 0, -1, -0, 0, 0, -1, 1, 0, 0))
  700. CFuncs.Mesh.Create("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.292455852, 0.974849463, 0.877363384))
  701. Part = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  702. PartWeld = CFuncs.Weld.Create(m, HandleR, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.341674924, -0.227600098, 0.414482474, 0, 0, 1, 0, 1, 0, -1, 0, -0))
  703. CFuncs.Mesh.Create("SpecialMesh", Part, Enum.MeshType.Sphere, "", Vector3.new(0, 0, 0), Vector3.new(0.779882133, 0.77987963, 0.292454481))
  704. Part2 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part2", Vector3.new(0.206172049, 0.683354914, 0.254247904))
  705. Part2Weld = CFuncs.Weld.Create(m, HandleR, Part2, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.382619858, 0.0006275177, -0.383376956, 0.866025388, -0.500000238, 0, 0.500000238, 0.866025388, 0, 0, 0, 1))
  706. CFuncs.Mesh.Create("BlockMesh", Part2, "", "", Vector3.new(0, 0, 0), Vector3.new(0.389941067, 1, 1))
  707. Part2 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part2", Vector3.new(0.206172049, 0.683354914, 0.254247904))
  708. Part2Weld = CFuncs.Weld.Create(m, HandleR, Part2, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.626291275, 0.141311646, -0.383376956, 0.866025388, -0.500000238, 0, 0.500000238, 0.866025388, 0, 0, 0, 1))
  709. CFuncs.Mesh.Create("BlockMesh", Part2, "", "", Vector3.new(0, 0, 0), Vector3.new(0.389941067, 1, 1))
  710. Part2 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part2", Vector3.new(0.206172049, 0.683354914, 0.254247904))
  711. Part2Weld = CFuncs.Weld.Create(m, HandleR, Part2, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.504465103, 0.0709762573, -0.383376956, 0.866025388, -0.500000238, 0, 0.500000238, 0.866025388, 0, 0, 0, 1))
  712. CFuncs.Mesh.Create("BlockMesh", Part2, "", "", Vector3.new(0, 0, 0), Vector3.new(0.389941067, 1, 1))
  713. Part2 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part2", Vector3.new(0.803949475, 0.452220112, 1.02503097))
  714. Part2Weld = CFuncs.Weld.Create(m, HandleR, Part2, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.49999994, 0.299995422, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  715. Part2 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Crimson", "Part2", Vector3.new(0.401974738, 0.572812021, 0.252237976))
  716. Part2Weld = CFuncs.Weld.Create(m, HandleR, Part2, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.339208484, -0.212520599, 0.377364278, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  717. Part2 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Crimson", "Part2", Vector3.new(0.401974738, 0.572812021, 0.258267611))
  718. Part2Weld = CFuncs.Weld.Create(m, HandleR, Part2, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.339208484, -0.212520599, -0.380355716, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  719. Part2 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Maroon", "Part2", Vector3.new(0.663258314, 0.643157542, 1.04512966))
  720. Part2Weld = CFuncs.Weld.Create(m, HandleR, Part2, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0326082706, -0.127105713, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  721. Part2 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Crimson", "Part2", Vector3.new(0.206172049, 0.562762797, 0.206172064))
  722. Part2Weld = CFuncs.Weld.Create(m, HandleR, Part2, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.364227653, -0.0869140625, -0.502471805, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  723. CFuncs.Mesh.Create("CylinderMesh", Part2, "", "", Vector3.new(0, 0, 0), Vector3.new(0.194970533, 1, 0.194969654))
  724. Part2 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part2", Vector3.new(0.206172049, 0.683354914, 0.254247904))
  725. Part2Weld = CFuncs.Weld.Create(m, HandleR, Part2, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.382619858, 0.0006275177, 0.378372312, 0.866025388, -0.500000238, 0, 0.500000238, 0.866025388, 0, 0, 0, 1))
  726. CFuncs.Mesh.Create("BlockMesh", Part2, "", "", Vector3.new(0, 0, 0), Vector3.new(0.389941067, 1, 1))
  727. Part2 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Crimson", "Part2", Vector3.new(0.206172049, 0.206172079, 1.0049324))
  728. Part2Weld = CFuncs.Weld.Create(m, HandleR, Part2, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.374283195, 0.124126434, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  729. CFuncs.Mesh.Create("BlockMesh", Part2, "", "", Vector3.new(0, 0, 0), Vector3.new(0.0974852666, 0.682394505, 1))
  730. Part2 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part2", Vector3.new(0.206172049, 0.683354914, 0.254247904))
  731. Part2Weld = CFuncs.Weld.Create(m, HandleR, Part2, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.626291275, 0.141311646, 0.378372312, 0.866025388, -0.500000238, 0, 0.500000238, 0.866025388, 0, 0, 0, 1))
  732. CFuncs.Mesh.Create("BlockMesh", Part2, "", "", Vector3.new(0, 0, 0), Vector3.new(0.389941067, 1, 1))
  733. Part2 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Crimson", "Part2", Vector3.new(0.206172049, 0.562762797, 0.206172064))
  734. Part2Weld = CFuncs.Weld.Create(m, HandleR, Part2, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.364241004, -0.0869140625, 0.502502561, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  735. CFuncs.Mesh.Create("CylinderMesh", Part2, "", "", Vector3.new(0, 0, 0), Vector3.new(0.194970533, 1, 0.194969654))
  736. Part2 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part2", Vector3.new(0.206172049, 0.683354914, 0.254247904))
  737. Part2Weld = CFuncs.Weld.Create(m, HandleR, Part2, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.504465103, 0.0709762573, 0.378356099, 0.866025388, -0.500000238, 0, 0.500000238, 0.866025388, 0, 0, 0, 1))
  738. CFuncs.Mesh.Create("BlockMesh", Part2, "", "", Vector3.new(0, 0, 0), Vector3.new(0.389941067, 1, 1))
  739. Part3 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part3", Vector3.new(0.206172049, 0.206172079, 0.643156648))
  740. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.273794413, -0.48134613, -1.52587891e-005, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  741. CFuncs.Mesh.Create("BlockMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.292455524, 0.316826075, 1))
  742. Part3 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part3", Vector3.new(0.944640577, 0.206172079, 0.206172064))
  743. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.168369114, -0.48134613, 0.351714253, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  744. CFuncs.Mesh.Create("BlockMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.316826075, 0.292454064))
  745. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Crimson", "Part3", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  746. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.502472997, 0.364227653, 0.194465637, 0, 0, -1, -1, 0, -0, 0, 1, 0))
  747. CFuncs.Mesh.Create("SpecialMesh", Part3, Enum.MeshType.Sphere, "", Vector3.new(0, 0, 0), Vector3.new(0.194970533, 0.194969699, 0.194969684))
  748. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Maroon", "Part3", Vector3.new(0.206172049, 0.663256168, 0.206172064))
  749. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.502472997, 0.0325949192, 0.194473267, 0, 0, -1, -1, 0, -0, 0, 1, 0))
  750. CFuncs.Mesh.Create("CylinderMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.194970533, 1, 0.194969684))
  751. Part3 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part3", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  752. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.491394043, 0, -0.120647311, 0, -1, -0, 0, 0, 1, -1, 0, 0))
  753. CFuncs.Mesh.Create("CylinderMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.414312303, 0.779879749, 0.414309978))
  754. Part3 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part3", Vector3.new(0.80495441, 0.206172079, 0.206172064))
  755. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.520593584, -0.501441956, -1.52587891e-005, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  756. CFuncs.Mesh.Create("BlockMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.316826075, 0.779878199))
  757. Part3 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part3", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  758. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.351730466, -0.501449585, -0.640689731, 0, 0, 1, 0, 1, 0, -1, 0, -0))
  759. CFuncs.Mesh.Create("CylinderMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.292455643, 0.121856183, 0.292453945))
  760. Part3 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part3", Vector3.new(0.361777306, 0.206172079, 0.206172064))
  761. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0627520084, -0.48134613, -1.52587891e-005, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  762. CFuncs.Mesh.Create("BlockMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.316826075, 0.779878199))
  763. Part3 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part3", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  764. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.354698539, -0.411003113, -0.341659427, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  765. CFuncs.Mesh.Create("BlockMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.492300361, 0.999220669, 0.38993907))
  766. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Crimson", "Part3", Vector3.new(0.206172049, 1.0049336, 0.206172064))
  767. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.364227653, 0, 0.194465637, -1, 0, -0, 0, 0, 1, 0, 1, 0))
  768. CFuncs.Mesh.Create("CylinderMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.194970533, 1, 0.194969684))
  769. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Maroon", "Part3", Vector3.new(0.206172049, 0.663256109, 0.206172064))
  770. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.502471805, 0.0326025486, 0.194465637, 0, 0, -1, -1, 0, -0, 0, 1, 0))
  771. CFuncs.Mesh.Create("CylinderMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.194970533, 1, 0.194969684))
  772. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part3", Vector3.new(0.206172049, 0.401973516, 0.206172064))
  773. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.488883972, 0, -0.118135333, 0, -1, -0, 0, 0, 1, -1, 0, 0))
  774. CFuncs.Mesh.Create("CylinderMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.389940947, 1, 0.389938712))
  775. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part3", Vector3.new(0.462270945, 0.206172079, 0.206172064))
  776. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.409549892, -0.47883606, 0.351714253, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  777. CFuncs.Mesh.Create("BlockMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.292454839, 0.877363086))
  778. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part3", Vector3.new(0.462270945, 0.206172079, 0.206172064))
  779. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.409549892, -0.47883606, -0.351745486, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  780. CFuncs.Mesh.Create("BlockMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.292454839, 0.877363086))
  781. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part3", Vector3.new(0.723554611, 0.206172079, 0.40197283))
  782. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.479904354, -0.488883972, -1.52587891e-005, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  783. CFuncs.Mesh.Create("BlockMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.389939815, 1))
  784. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Crimson", "Part3", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  785. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.502471805, 0.364227653, 0.194465637, 0, 0, -1, -1, 0, -0, 0, 1, 0))
  786. CFuncs.Mesh.Create("SpecialMesh", Part3, Enum.MeshType.Sphere, "", Vector3.new(0, 0, 0), Vector3.new(0.194970533, 0.194969699, 0.194969684))
  787. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part3", Vector3.new(0.206172049, 0.502466798, 0.206172064))
  788. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.442184329, -0.409553707, -0.488883972, 0, 0, -1, -1, 0, -0, 0, 1, 0))
  789. CFuncs.Mesh.Create("CylinderMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.194970533, 1, 0.194969684))
  790. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part3", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  791. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.351745486, -0.498931885, -0.640685916, 0, 0, 1, 0, 1, 0, -1, 0, -0))
  792. CFuncs.Mesh.Create("CylinderMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.877367318, 0.0974849537, 0.877362907))
  793. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part3", Vector3.new(0.206172049, 0.206172079, 0.241183683))
  794. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.881875753, -0.488883972, -1.52587891e-005, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  795. CFuncs.Mesh.Create("BlockMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.389940947, 0.389939815, 1))
  796. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part3", Vector3.new(0.206172049, 0.502466798, 0.206172064))
  797. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.442184538, -0.409553707, -0.488883972, 0, 0, -1, -1, 0, -0, 0, 1, 0))
  798. CFuncs.Mesh.Create("CylinderMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.194970533, 1, 0.194969684))
  799. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part3", Vector3.new(0.206172049, 0.206172079, 0.683353961))
  800. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.208579898, -0.47882843, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  801. CFuncs.Mesh.Create("BlockMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.877367556, 0.292454839, 1))
  802. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part3", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  803. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.351714253, -0.498935699, -0.640685916, 0, 0, 1, 0, 1, 0, -1, 0, -0))
  804. CFuncs.Mesh.Create("CylinderMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.877367318, 0.0974849537, 0.877362907))
  805. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Maroon", "Part3", Vector3.new(0.206172049, 0.442170709, 0.206172064))
  806. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.502456784, -0.0779379606, -0.448684692, 0, 0, -1, -1, 0, -0, 0, 1, 0))
  807. CFuncs.Mesh.Create("CylinderMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.194970533, 1, 0.194969684))
  808. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part3", Vector3.new(0.206172049, 0.502466798, 0.206172064))
  809. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.261260033, -0.409553707, -0.488883972, 0, 0, -1, -1, 0, -0, 0, 1, 0))
  810. CFuncs.Mesh.Create("CylinderMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.194970533, 1, 0.194969684))
  811. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part3", Vector3.new(0.261283636, 0.462269485, 1.08532703))
  812. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.273788691, -0.21754837, -1.52587891e-005, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  813. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part3", Vector3.new(0.206172049, 0.502466798, 0.206172064))
  814. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.261291385, -0.409557521, -0.488883972, 0, 0, -1, -1, 0, -0, 0, 1, 0))
  815. CFuncs.Mesh.Create("CylinderMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.194970533, 1, 0.194969684))
  816. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part3", Vector3.new(0.522567213, 0.206172079, 1.08532703))
  817. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.143150568, -0.47883606, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  818. CFuncs.Mesh.Create("BlockMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.292454839, 1))
  819. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Maroon", "Part3", Vector3.new(0.206172049, 0.442170709, 0.206172064))
  820. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.502487063, -0.0779341459, -0.448684692, 0, 0, -1, -1, 0, -0, 0, 1, 0))
  821. CFuncs.Mesh.Create("CylinderMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.194970533, 1, 0.194969684))
  822. Part3 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part3", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  823. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.351745486, -0.501449585, -0.640689731, 0, 0, 1, 0, 1, 0, -1, 0, -0))
  824. CFuncs.Mesh.Create("CylinderMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.292455643, 0.121856183, 0.292453945))
  825. Part3 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part3", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  826. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.354698539, -0.411003113, 0.341704488, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  827. CFuncs.Mesh.Create("BlockMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.492300361, 0.999220669, 0.38993907))
  828. Part3 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part3", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  829. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.354692817, -0.411003113, 1.43051147e-005, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  830. CFuncs.Mesh.Create("BlockMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.492300361, 0.999220669, 0.38993907))
  831. Part3 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part3", Vector3.new(0.944640577, 0.206172079, 0.206172064))
  832. Part3Weld = CFuncs.Weld.Create(m, HandleR, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.168369114, -0.48134613, -0.351745486, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  833. CFuncs.Mesh.Create("BlockMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.316826075, 0.292454064))
  834. Part4 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Maroon", "Part4", Vector3.new(1.04513443, 0.206172079, 0.206172064))
  835. Part4Weld = CFuncs.Weld.Create(m, HandleR, Part4, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-3.14712524e-005, -0.144226074, 0.349262118, 0, 0, 1, 0, -1, -0, 1, 0, 0))
  836. CFuncs.Mesh.Create("SpecialMesh", Part4, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(1, 0.487424731, 0.487424105))
  837. Part5 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Maroon", "Part5", Vector3.new(1.04513443, 0.206172079, 0.206172064))
  838. Part5Weld = CFuncs.Weld.Create(m, HandleR, Part5, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(3.14712524e-005, -0.398441315, 0.349269748, 0, 0, -1, 0, 1, 0, 1, 0, 0))
  839. CFuncs.Mesh.Create("SpecialMesh", Part5, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(1, 0.487424731, 0.487424105))
  840. Part6 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Maroon", "Part6", Vector3.new(0.206172049, 0.442170829, 1.04512966))
  841. Part6Weld = CFuncs.Weld.Create(m, HandleR, Part6, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.349269748, -0.127105713, -1.52587891e-005, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  842. CFuncs.Mesh.Create("BlockMesh", Part6, "", "", Vector3.new(0, 0, 0), Vector3.new(0.48742649, 1, 1))
  843. HandleL = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 1, "Really red", "HandleL", Vector3.new(0.403949469, 0.452220112, 0.425030977))
  844. HandleLWeld = CFuncs.Weld.Create(m, Character["Left Arm"], HandleL, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.637853563, -0.00997924805, 0.00182324648, 0, -1, 0, 1, 0, 0, 0, -0, 1))
  845. HitboxL = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 1, "Really red", "HitboxL", Vector3.new(1.00394952, 1.05222011, 1.02503109))
  846. HitboxLWeld = CFuncs.Weld.Create(m, HandleL, HitboxL, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.0999999642, 3.81469727e-006, 5.96046448e-008, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  847. Part = CFuncs.Part.Create(m, Enum.Material.Metal, 0, 0, "Maroon", "Part", Vector3.new(0.401974738, 1.08532834, 0.40197292))
  848. PartWeld = CFuncs.Weld.Create(m, HandleL, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.098050952, 0.00573730469, 0.171247482, 1, 0, 0, 0, 0, -1, 0, 1, 0))
  849. CFuncs.Mesh.Create("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  850. Part = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  851. PartWeld = CFuncs.Weld.Create(m, HandleL, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.335890889, -0.251642227, 0.414461493, 0, 0, -1, 0, -1, -0, -1, 0, -0))
  852. CFuncs.Mesh.Create("SpecialMesh", Part, Enum.MeshType.Sphere, "", Vector3.new(0, 0, 0), Vector3.new(0.779882133, 0.77987963, 0.292454481))
  853. Part = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part", Vector3.new(0.281382293, 0.206172079, 0.281381041))
  854. PartWeld = CFuncs.Weld.Create(m, HandleL, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.171247482, -0.548431277, 0.098050952, 0, 1, 0, 0, 0, 1, 1, 0, 0))
  855. CFuncs.Mesh.Create("SpecialMesh", Part, Enum.MeshType.Sphere, "", Vector3.new(0, 0, 0), Vector3.new(1, 0.194969907, 1))
  856. Part = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part", Vector3.new(0.281382293, 0.206172079, 0.281381041))
  857. PartWeld = CFuncs.Weld.Create(m, HandleL, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.171247482, 0.536894917, 0.098050952, 0, 1, 0, 0, 0, 1, 1, 0, 0))
  858. CFuncs.Mesh.Create("SpecialMesh", Part, Enum.MeshType.Sphere, "", Vector3.new(0, 0, 0), Vector3.new(1, 0.194969907, 1))
  859. Part = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  860. PartWeld = CFuncs.Weld.Create(m, HandleL, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.00573730469, -0.251634598, 0.414469123, 0, 0, -1, 0, -1, -0, -1, 0, -0))
  861. CFuncs.Mesh.Create("SpecialMesh", Part, Enum.MeshType.Sphere, "", Vector3.new(0, 0, 0), Vector3.new(0.779882133, 0.77987963, 0.292454481))
  862. Part = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  863. PartWeld = CFuncs.Weld.Create(m, HandleL, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.52296257, -0.166549563, 0.881902456, 0, 1, 0, 0, 0, 1, 1, 0, 0))
  864. CFuncs.Mesh.Create("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.292455852, 0.389939725, 0.389939249))
  865. Part = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  866. PartWeld = CFuncs.Weld.Create(m, HandleL, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.502866745, -0.447936893, 0.208598971, 0, 1, 0, 0, 0, 1, 1, 0, 0))
  867. CFuncs.Mesh.Create("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.292455852, 0.974849463, 0.877363384))
  868. Part = CFuncs.Part.Create(m, Enum.Material.Metal, 0, 0, "Maroon", "Part", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  869. PartWeld = CFuncs.Weld.Create(m, HandleL, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.335906148, -0.251642227, 0.404413581, 0, 0, -1, 0, -1, -0, -1, 0, -0))
  870. CFuncs.Mesh.Create("SpecialMesh", Part, Enum.MeshType.Sphere, "", Vector3.new(0, 0, 0), Vector3.new(0.974852681, 0.974849463, 0.194969654))
  871. Part = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  872. PartWeld = CFuncs.Weld.Create(m, HandleL, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.5229702, -0.155028343, 0.881904364, 0, -1, -0, 0, 0, -1, 1, 0, 0))
  873. CFuncs.Mesh.Create("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.292455852, 0.389939725, 0.389939249))
  874. Part = CFuncs.Part.Create(m, Enum.Material.Metal, 0, 0, "Maroon", "Part", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  875. PartWeld = CFuncs.Weld.Create(m, HandleL, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.00573730469, -0.251642227, 0.404413581, 0, 0, -1, 0, -1, -0, -1, 0, -0))
  876. CFuncs.Mesh.Create("SpecialMesh", Part, Enum.MeshType.Sphere, "", Vector3.new(0, 0, 0), Vector3.new(0.974852681, 0.974849463, 0.194969654))
  877. Part = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Crimson", "Part", Vector3.new(1.01297641, 0.562762797, 0.361775607))
  878. PartWeld = CFuncs.Weld.Create(m, HandleL, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00271511078, -0.231538773, 0.72112453, 0, 0, 1, 0, -1, -0, 1, 0, 0))
  879. CFuncs.Mesh.Create("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1))
  880. Part = CFuncs.Part.Create(m, Enum.Material.Metal, 0, 0, "Maroon", "Part", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  881. PartWeld = CFuncs.Weld.Create(m, HandleL, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.347427249, -0.251642227, 0.404413581, 0, 0, -1, 0, -1, -0, -1, 0, -0))
  882. CFuncs.Mesh.Create("SpecialMesh", Part, Enum.MeshType.Sphere, "", Vector3.new(0, 0, 0), Vector3.new(0.974852681, 0.974849463, 0.194969654))
  883. Part = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  884. PartWeld = CFuncs.Weld.Create(m, HandleL, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.50287056, -0.436416715, 0.208604693, 0, -1, -0, 0, 0, -1, 1, 0, 0))
  885. CFuncs.Mesh.Create("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.292455852, 0.974849463, 0.877363384))
  886. Part = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part", Vector3.new(1.0853318, 0.206172079, 0.261282384))
  887. PartWeld = CFuncs.Weld.Create(m, HandleL, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.00573730469, -0.0196914673, -0.273781061, 0, 0, -1, 0, 1, 0, 1, 0, 0))
  888. CFuncs.Mesh.Create("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(1, 0.292454839, 1))
  889. Part = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  890. PartWeld = CFuncs.Weld.Create(m, HandleL, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.347427249, -0.251634598, 0.414469123, 0, 0, -1, 0, -1, -0, -1, 0, -0))
  891. CFuncs.Mesh.Create("SpecialMesh", Part, Enum.MeshType.Sphere, "", Vector3.new(0, 0, 0), Vector3.new(0.779882133, 0.77987963, 0.292454481))
  892. Part2 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part2", Vector3.new(0.206172049, 0.683354914, 0.254247904))
  893. Part2Weld = CFuncs.Weld.Create(m, HandleL, Part2, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.638334274, 0.120502472, -0.377624631, 0.866025984, 0.499998987, 0, 0.499998987, -0.866025984, 0, 0, 0, -1))
  894. CFuncs.Mesh.Create("BlockMesh", Part2, "", "", Vector3.new(0, 0, 0), Vector3.new(0.389941067, 1, 1))
  895. Part2 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part2", Vector3.new(0.206172049, 0.683354914, 0.254247904))
  896. Part2Weld = CFuncs.Weld.Create(m, HandleL, Part2, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.516500473, 0.0501613617, -0.377654195, 0.866025984, 0.499998987, 0, 0.499998987, -0.866025984, 0, 0, 0, -1))
  897. CFuncs.Mesh.Create("BlockMesh", Part2, "", "", Vector3.new(0, 0, 0), Vector3.new(0.389941067, 1, 1))
  898. Part2 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part2", Vector3.new(0.206172049, 0.683354914, 0.254247904))
  899. Part2Weld = CFuncs.Weld.Create(m, HandleL, Part2, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.39466095, -0.0201816559, -0.377624631, 0.866025984, 0.499998987, 0, 0.499998987, -0.866025984, 0, 0, 0, -1))
  900. CFuncs.Mesh.Create("BlockMesh", Part2, "", "", Vector3.new(0, 0, 0), Vector3.new(0.389941067, 1, 1))
  901. Part2 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Crimson", "Part2", Vector3.new(0.401974738, 0.572812021, 0.252237976))
  902. Part2Weld = CFuncs.Weld.Create(m, HandleL, Part2, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.339231372, -0.236558914, 0.383117557, 1, 0, 0, 0, -1, -0, 0, 0, -1))
  903. Part2 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part2", Vector3.new(0.803949475, 0.452220112, 1.02503097))
  904. Part2Weld = CFuncs.Weld.Create(m, HandleL, Part2, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.500019014, 0.275951385, 0.00573730469, 1, 0, 0, 0, -1, -0, 0, 0, -1))
  905. Part2 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Crimson", "Part2", Vector3.new(0.401974738, 0.572812021, 0.258267611))
  906. Part2Weld = CFuncs.Weld.Create(m, HandleL, Part2, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.339231372, -0.236558914, -0.374602437, 1, 0, 0, 0, -1, -0, 0, 0, -1))
  907. Part2 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part2", Vector3.new(0.206172049, 0.683354914, 0.254247904))
  908. Part2Weld = CFuncs.Weld.Create(m, HandleL, Part2, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.63834095, 0.120515823, 0.384124637, 0.866025984, 0.499998987, 0, 0.499998987, -0.866025984, 0, 0, 0, -1))
  909. CFuncs.Mesh.Create("BlockMesh", Part2, "", "", Vector3.new(0, 0, 0), Vector3.new(0.389941067, 1, 1))
  910. Part2 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Crimson", "Part2", Vector3.new(0.206172049, 0.562762797, 0.206172064))
  911. Part2Weld = CFuncs.Weld.Create(m, HandleL, Part2, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.364218116, -0.110958099, -0.496704191, 1, 0, 0, 0, -1, -0, 0, 0, -1))
  912. CFuncs.Mesh.Create("CylinderMesh", Part2, "", "", Vector3.new(0, 0, 0), Vector3.new(0.194970533, 1, 0.194969654))
  913. Part2 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Crimson", "Part2", Vector3.new(0.206172049, 0.562762797, 0.206172064))
  914. Part2Weld = CFuncs.Weld.Create(m, HandleL, Part2, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.364216208, -0.11095047, 0.508239627, 1, 0, 0, 0, -1, -0, 0, 0, -1))
  915. CFuncs.Mesh.Create("CylinderMesh", Part2, "", "", Vector3.new(0, 0, 0), Vector3.new(0.194970533, 1, 0.194969654))
  916. Part2 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Crimson", "Part2", Vector3.new(0.206172049, 0.206172079, 1.0049324))
  917. Part2Weld = CFuncs.Weld.Create(m, HandleL, Part2, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.374262214, 0.100086212, 0.00573730469, 1, 0, 0, 0, -1, -0, 0, 0, -1))
  918. CFuncs.Mesh.Create("BlockMesh", Part2, "", "", Vector3.new(0, 0, 0), Vector3.new(0.0974852666, 0.682394505, 1))
  919. Part2 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part2", Vector3.new(0.206172049, 0.683354914, 0.254247904))
  920. Part2Weld = CFuncs.Weld.Create(m, HandleL, Part2, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.39466095, -0.0201721191, 0.384109378, 0.866025984, 0.499998987, 0, 0.499998987, -0.866025984, 0, 0, 0, -1))
  921. CFuncs.Mesh.Create("BlockMesh", Part2, "", "", Vector3.new(0, 0, 0), Vector3.new(0.389941067, 1, 1))
  922. Part2 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part2", Vector3.new(0.206172049, 0.683354914, 0.254247904))
  923. Part2Weld = CFuncs.Weld.Create(m, HandleL, Part2, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.516500473, 0.0501708984, 0.384094119, 0.866025984, 0.499998987, 0, 0.499998987, -0.866025984, 0, 0, 0, -1))
  924. CFuncs.Mesh.Create("BlockMesh", Part2, "", "", Vector3.new(0, 0, 0), Vector3.new(0.389941067, 1, 1))
  925. Part2 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Maroon", "Part2", Vector3.new(0.663258314, 0.643157542, 1.04512966))
  926. Part2Weld = CFuncs.Weld.Create(m, HandleL, Part2, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0325930119, -0.151147842, 0.00573730469, 1, 0, 0, 0, -1, -0, 0, 0, -1))
  927. Part3 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part3", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  928. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.357483745, -0.5254879, -0.640716434, 0, 0, -1, 0, -1, -0, -1, 0, -0))
  929. CFuncs.Mesh.Create("CylinderMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.292455643, 0.121856183, 0.292453945))
  930. Part3 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part3", Vector3.new(0.361777306, 0.206172079, 0.206172064))
  931. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.062738657, -0.505384445, 0.00573730469, 1, 0, 0, 0, -1, -0, 0, 0, -1))
  932. CFuncs.Mesh.Create("BlockMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.316826075, 0.779878199))
  933. Part3 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part3", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  934. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.35468328, -0.435037613, -0.335906148, 1, 0, 0, 0, -1, -0, 0, 0, -1))
  935. CFuncs.Mesh.Create("BlockMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.492300361, 0.999220669, 0.38993907))
  936. Part3 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part3", Vector3.new(0.206172049, 0.206172079, 0.643156648))
  937. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.273779154, -0.50538826, 0.00573730469, 1, 0, 0, 0, -1, -0, 0, 0, -1))
  938. CFuncs.Mesh.Create("BlockMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.292455524, 0.316826075, 1))
  939. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Crimson", "Part3", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  940. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.508239627, 0.364208579, 0.17042923, 0, 0, 1, -1, 0, -0, 0, -1, 0))
  941. CFuncs.Mesh.Create("SpecialMesh", Part3, Enum.MeshType.Sphere, "", Vector3.new(0, 0, 0), Vector3.new(0.194970533, 0.194969699, 0.194969684))
  942. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Crimson", "Part3", Vector3.new(0.206172049, 1.0049336, 0.206172064))
  943. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.364208579, 0.00576782227, 0.17042923, -1, 0, -0, 0, 0, -1, 0, -1, -0))
  944. CFuncs.Mesh.Create("CylinderMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.194970533, 1, 0.194969684))
  945. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Maroon", "Part3", Vector3.new(0.206172049, 0.663256168, 0.206172064))
  946. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.508239627, 0.0325796604, 0.17042923, 0, 0, 1, -1, 0, -0, 0, -1, 0))
  947. CFuncs.Mesh.Create("CylinderMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.194970533, 1, 0.194969684))
  948. Part3 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part3", Vector3.new(0.80495441, 0.206172079, 0.206172064))
  949. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.520616472, -0.525484085, 0.00572109222, 1, 0, 0, 0, -1, -0, 0, 0, -1))
  950. CFuncs.Mesh.Create("BlockMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.316826075, 0.779878199))
  951. Part3 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part3", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  952. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.515432358, 0.00573730469, -0.120672107, 0, 1, 0, 0, 0, -1, -1, 0, 0))
  953. CFuncs.Mesh.Create("CylinderMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.414312303, 0.779879749, 0.414309978))
  954. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Maroon", "Part3", Vector3.new(0.206172049, 0.663256109, 0.206172064))
  955. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.496704191, 0.0325872898, 0.17042923, 0, 0, 1, -1, 0, -0, 0, -1, 0))
  956. CFuncs.Mesh.Create("CylinderMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.194970533, 1, 0.194969684))
  957. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part3", Vector3.new(0.206172049, 0.502466798, 0.206172064))
  958. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.255522728, -0.409584224, -0.512922287, 0, 0, 1, -1, 0, -0, 0, -1, 0))
  959. CFuncs.Mesh.Create("CylinderMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.194970533, 1, 0.194969684))
  960. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part3", Vector3.new(0.462270945, 0.206172079, 0.206172064))
  961. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.409576595, -0.502866745, 0.357467532, 1, 0, 0, 0, -1, -0, 0, 0, -1))
  962. CFuncs.Mesh.Create("BlockMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.292454839, 0.877363086))
  963. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part3", Vector3.new(0.206172049, 0.502466798, 0.206172064))
  964. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.267042994, -0.40958041, -0.512926102, 0, 0, 1, -1, 0, -0, 0, -1, 0))
  965. CFuncs.Mesh.Create("CylinderMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.194970533, 1, 0.194969684))
  966. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part3", Vector3.new(0.261283636, 0.462269485, 1.08532703))
  967. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.273779154, -0.241586685, 0.00573730469, 1, 0, 0, 0, -1, -0, 0, 0, -1))
  968. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part3", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  969. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.357467532, -0.522974014, -0.640716434, 0, 0, -1, 0, -1, -0, -1, 0, -0))
  970. CFuncs.Mesh.Create("CylinderMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.877367318, 0.0974849537, 0.877362907))
  971. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part3", Vector3.new(0.206172049, 0.401973516, 0.206172064))
  972. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.512922287, 0.00572109222, -0.118150592, 0, 1, 0, 0, 0, -1, -1, 0, 0))
  973. CFuncs.Mesh.Create("CylinderMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.389940947, 1, 0.389938712))
  974. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Maroon", "Part3", Vector3.new(0.206172049, 0.442170709, 0.206172064))
  975. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.508209109, -0.0779570341, -0.472719193, 0, 0, 1, -1, 0, -0, 0, -1, 0))
  976. CFuncs.Mesh.Create("CylinderMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.194970533, 1, 0.194969684))
  977. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part3", Vector3.new(0.723554611, 0.206172079, 0.40197283))
  978. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.479927242, -0.512914658, 0.00573730469, 1, 0, 0, 0, -1, -0, 0, 0, -1))
  979. CFuncs.Mesh.Create("BlockMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.389939815, 1))
  980. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Crimson", "Part3", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  981. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.496718496, 0.364208579, 0.17042923, 0, 0, 1, -1, 0, -0, 0, -1, 0))
  982. CFuncs.Mesh.Create("SpecialMesh", Part3, Enum.MeshType.Sphere, "", Vector3.new(0, 0, 0), Vector3.new(0.194970533, 0.194969699, 0.194969684))
  983. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part3", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  984. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.345976949, -0.52296257, -0.640722156, 0, 0, -1, 0, -1, -0, -1, 0, -0))
  985. CFuncs.Mesh.Create("CylinderMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.877367318, 0.0974849537, 0.877362907))
  986. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Maroon", "Part3", Vector3.new(0.206172049, 0.442170709, 0.206172064))
  987. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.496718496, -0.0779646635, -0.472719193, 0, 0, 1, -1, 0, -0, 0, -1, 0))
  988. CFuncs.Mesh.Create("CylinderMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.194970533, 1, 0.194969684))
  989. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part3", Vector3.new(0.206172049, 0.502466798, 0.206172064))
  990. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.436416715, -0.40958041, -0.512926102, 0, 0, 1, -1, 0, -0, 0, -1, 0))
  991. CFuncs.Mesh.Create("CylinderMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.194970533, 1, 0.194969684))
  992. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part3", Vector3.new(0.206172049, 0.206172079, 0.683353961))
  993. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.208598971, -0.502866745, 0.00576782227, 1, 0, 0, 0, -1, -0, 0, 0, -1))
  994. CFuncs.Mesh.Create("BlockMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.877367556, 0.292454839, 1))
  995. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part3", Vector3.new(0.206172049, 0.206172079, 0.241183683))
  996. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.881908178, -0.512926102, 0.00573730469, 1, 0, 0, 0, -1, -0, 0, 0, -1))
  997. CFuncs.Mesh.Create("BlockMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.389940947, 0.389939815, 1))
  998. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part3", Vector3.new(0.522567213, 0.206172079, 1.08532703))
  999. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.143131495, -0.502866745, 0.00573730469, 1, 0, 0, 0, -1, -0, 0, 0, -1))
  1000. CFuncs.Mesh.Create("BlockMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.292454839, 1))
  1001. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part3", Vector3.new(0.206172049, 0.502466798, 0.206172064))
  1002. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.447936893, -0.409574687, -0.512914658, 0, 0, 1, -1, 0, -0, 0, -1, 0))
  1003. CFuncs.Mesh.Create("CylinderMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.194970533, 1, 0.194969684))
  1004. Part3 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part3", Vector3.new(0.944640577, 0.206172079, 0.206172064))
  1005. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.168390095, -0.50538826, 0.357513309, 1, 0, 0, 0, -1, -0, 0, 0, -1))
  1006. CFuncs.Mesh.Create("BlockMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.316826075, 0.292454064))
  1007. Part3 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Really red", "Part3", Vector3.new(0.462270945, 0.206172079, 0.206172064))
  1008. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.40957278, -0.502866745, -0.345976949, 1, 0, 0, 0, -1, -0, 0, 0, -1))
  1009. CFuncs.Mesh.Create("BlockMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.292454839, 0.877363086))
  1010. Part3 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part3", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  1011. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.354666114, -0.435037613, 0.00573730469, 1, 0, 0, 0, -1, -0, 0, 0, -1))
  1012. CFuncs.Mesh.Create("BlockMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.492300361, 0.999220669, 0.38993907))
  1013. Part3 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part3", Vector3.new(0.944640577, 0.206172079, 0.206172064))
  1014. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.168390095, -0.50538826, -0.345976949, 1, 0, 0, 0, -1, -0, 0, 0, -1))
  1015. CFuncs.Mesh.Create("BlockMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.316826075, 0.292454064))
  1016. Part3 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part3", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  1017. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.35468328, -0.435037613, 0.347427249, 1, 0, 0, 0, -1, -0, 0, 0, -1))
  1018. CFuncs.Mesh.Create("BlockMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.492300361, 0.999220669, 0.38993907))
  1019. Part3 = CFuncs.Part.Create(m, Enum.Material.Neon, 0, 0, "Crimson", "Part3", Vector3.new(0.206172049, 0.206172079, 0.206172064))
  1020. Part3Weld = CFuncs.Weld.Create(m, HandleL, Part3, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.345976949, -0.525484085, -0.640727878, 0, 0, -1, 0, -1, -0, -1, 0, -0))
  1021. CFuncs.Mesh.Create("CylinderMesh", Part3, "", "", Vector3.new(0, 0, 0), Vector3.new(0.292455643, 0.121856183, 0.292453945))
  1022. Part4 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Maroon", "Part4", Vector3.new(1.04513443, 0.206172079, 0.206172064))
  1023. Part4Weld = CFuncs.Weld.Create(m, HandleL, Part4, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.00573730469, -0.120185852, 0.349273562, 0, 0, -1, 0, 1, 0, 1, 0, 0))
  1024. CFuncs.Mesh.Create("SpecialMesh", Part4, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(1, 0.487424731, 0.487424105))
  1025. Part5 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Maroon", "Part5", Vector3.new(1.04513443, 0.206172079, 0.206172064))
  1026. Part5Weld = CFuncs.Weld.Create(m, HandleL, Part5, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.00573730469, -0.42247963, 0.349279284, 0, 0, 1, 0, -1, -0, 1, 0, 0))
  1027. CFuncs.Mesh.Create("SpecialMesh", Part5, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(1, 0.487424731, 0.487424105))
  1028. Part6 = CFuncs.Part.Create(m, Enum.Material.SmoothPlastic, 0, 0, "Maroon", "Part6", Vector3.new(0.206172049, 0.442170829, 1.04512966))
  1029. Part6Weld = CFuncs.Weld.Create(m, HandleL, Part6, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0.349294543, -0.151140213, 0.00573730469, 1, 0, 0, 0, -1, -0, 0, 0, -1))
  1030. CFuncs.Mesh.Create("BlockMesh", Part6, "", "", Vector3.new(0, 0, 0), Vector3.new(0.48742649, 1, 1))
  1031. sref = CFuncs.Part.Create(Character, "Neon", 0, 1, BrickColor.new("Black"), "Reference", Vector3.new())
  1032. sref.Anchored = true
  1033.  
  1034. EffectModel = Create("Model"){
  1035. Parent = Character,
  1036. Name = "Effects",
  1037. }
  1038.  
  1039. Effects = {
  1040. Block = {
  1041. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
  1042. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
  1043. prt.Anchored = true
  1044. prt.CFrame = cframe
  1045. local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1046. game:GetService("Debris"):AddItem(prt, 10)
  1047. if Type == 1 or Type == nil then
  1048. table.insert(Effects, {
  1049. prt,
  1050. "Block1",
  1051. delay,
  1052. x3,
  1053. y3,
  1054. z3,
  1055. msh
  1056. })
  1057. elseif Type == 2 then
  1058. table.insert(Effects, {
  1059. prt,
  1060. "Block2",
  1061. delay,
  1062. x3,
  1063. y3,
  1064. z3,
  1065. msh
  1066. })
  1067. end
  1068. end;
  1069. };
  1070.  
  1071. Cylinder = {
  1072. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1073. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new(0.2, 0.2, 0.2))
  1074. prt.Anchored = true
  1075. prt.CFrame = cframe
  1076. local msh = CFuncs.Mesh.Create("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1077. game:GetService("Debris"):AddItem(prt, 2)
  1078. table.insert(Effects, {
  1079. prt,
  1080. "Cylinder",
  1081. delay,
  1082. x3,
  1083. y3,
  1084. z3,
  1085. msh
  1086. })
  1087. end;
  1088. };
  1089.  
  1090. Head = {
  1091. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1092. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
  1093. prt.Anchored = true
  1094. prt.CFrame = cframe
  1095. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Head", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1096. game:GetService("Debris"):AddItem(prt, 10)
  1097. table.insert(Effects, {
  1098. prt,
  1099. "Cylinder",
  1100. delay,
  1101. x3,
  1102. y3,
  1103. z3,
  1104. msh
  1105. })
  1106. end;
  1107. };
  1108.  
  1109. Sphere = {
  1110. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1111. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
  1112. prt.Anchored = true
  1113. prt.CFrame = cframe
  1114. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1115. game:GetService("Debris"):AddItem(prt, 10)
  1116. table.insert(Effects, {
  1117. prt,
  1118. "Cylinder",
  1119. delay,
  1120. x3,
  1121. y3,
  1122. z3,
  1123. msh
  1124. })
  1125. end;
  1126. };
  1127.  
  1128. Elect = {
  1129. Create = function(cff, x, y, z)
  1130. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, BrickColor.new("Bright red"), "Part", Vector3.new(1, 1, 1))
  1131. prt.Anchored = true
  1132. prt.CFrame = cff * CFrame.new(math.random(-x, x), math.random(-y, y), math.random(-z, z))
  1133. prt.CFrame = CFrame.new(prt.Position)
  1134. game:GetService("Debris"):AddItem(prt, 2)
  1135. local xval = math.random() / 2
  1136. local yval = math.random() / 2
  1137. local zval = math.random() / 2
  1138. local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(xval, yval, zval))
  1139. table.insert(Effects, {
  1140. prt,
  1141. "Elec",
  1142. 0.1,
  1143. x,
  1144. y,
  1145. z,
  1146. xval,
  1147. yval,
  1148. zval
  1149. })
  1150. end;
  1151.  
  1152. };
  1153.  
  1154. Ring = {
  1155. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1156. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1157. prt.Anchored = true
  1158. prt.CFrame = cframe
  1159. local msh = CFuncs.Mesh.Create("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1160. game:GetService("Debris"):AddItem(prt, 10)
  1161. table.insert(Effects, {
  1162. prt,
  1163. "Cylinder",
  1164. delay,
  1165. x3,
  1166. y3,
  1167. z3,
  1168. msh
  1169. })
  1170. end;
  1171. };
  1172.  
  1173.  
  1174. Wave = {
  1175. Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1176. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1177. prt.Anchored = true
  1178. prt.CFrame = cframe
  1179. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1180. game:GetService("Debris"):AddItem(prt, 10)
  1181. table.insert(Effects, {
  1182. prt,
  1183. "Cylinder",
  1184. delay,
  1185. x3,
  1186. y3,
  1187. z3,
  1188. msh
  1189. })
  1190. end;
  1191. };
  1192.  
  1193. Break = {
  1194. Create = function(brickcolor, cframe, x1, y1, z1)
  1195. local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
  1196. prt.Anchored = true
  1197. prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  1198. local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1199. local num = math.random(10, 50) / 1000
  1200. game:GetService("Debris"):AddItem(prt, 10)
  1201. table.insert(Effects, {
  1202. prt,
  1203. "Shatter",
  1204. num,
  1205. prt.CFrame,
  1206. math.random() - math.random(),
  1207. 0,
  1208. math.random(50, 100) / 100
  1209. })
  1210. end;
  1211. };
  1212.  
  1213. Fire = {
  1214. Create = function(brickcolor, cframe, x1, y1, z1, delay)
  1215. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
  1216. prt.Anchored = true
  1217. prt.CFrame = cframe
  1218. msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1219. game:GetService("Debris"):AddItem(prt, 10)
  1220. table.insert(Effects, {
  1221. prt,
  1222. "Fire",
  1223. delay,
  1224. 1,
  1225. 1,
  1226. 1,
  1227. msh
  1228. })
  1229. end;
  1230. };
  1231.  
  1232. FireWave = {
  1233. Create = function(brickcolor, cframe, x1, y1, z1)
  1234. local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 1, brickcolor, "Effect", Vector3.new())
  1235. prt.Anchored = true
  1236. prt.CFrame = cframe
  1237. msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1238. local d = Create("Decal"){
  1239. Parent = prt,
  1240. Texture = "rbxassetid://26356434",
  1241. Face = "Top",
  1242. }
  1243. local d = Create("Decal"){
  1244. Parent = prt,
  1245. Texture = "rbxassetid://26356434",
  1246. Face = "Bottom",
  1247. }
  1248. game:GetService("Debris"):AddItem(prt, 10)
  1249. table.insert(Effects, {
  1250. prt,
  1251. "FireWave",
  1252. 1,
  1253. 30,
  1254. math.random(400, 600) / 100,
  1255. msh
  1256. })
  1257. end;
  1258. };
  1259.  
  1260. Lightning = {
  1261. Create = function(p0, p1, tym, ofs, col, th, tra, last)
  1262. local magz = (p0 - p1).magnitude
  1263. local curpos = p0
  1264. local trz = {
  1265. -ofs,
  1266. ofs
  1267. }
  1268. for i = 1, tym do
  1269. local li = CFuncs.Part.Create(EffectModel, "Neon", 0, tra or 0.4, col, "Ref", Vector3.new(th, th, magz / tym))
  1270. local ofz = Vector3.new(trz[math.random(1, 2)], trz[math.random(1, 2)], trz[math.random(1, 2)])
  1271. local trolpos = CFrame.new(curpos, p1) * CFrame.new(0, 0, magz / tym).p + ofz
  1272. li.Material = "Neon"
  1273. if tym == i then
  1274. local magz2 = (curpos - p1).magnitude
  1275. li.Size = Vector3.new(th, th, magz2)
  1276. li.CFrame = CFrame.new(curpos, p1) * CFrame.new(0, 0, -magz2 / 2)
  1277. table.insert(Effects, {
  1278. li,
  1279. "Disappear",
  1280. last
  1281. })
  1282. else
  1283. do
  1284. do
  1285. li.CFrame = CFrame.new(curpos, trolpos) * CFrame.new(0, 0, magz / tym / 2)
  1286. curpos = li.CFrame * CFrame.new(0, 0, magz / tym / 2).p
  1287. game.Debris:AddItem(li, 10)
  1288. table.insert(Effects, {
  1289. li,
  1290. "Disappear",
  1291. last
  1292. })
  1293. end
  1294. end
  1295. end
  1296. end
  1297. end
  1298. };
  1299.  
  1300. EffectTemplate = {
  1301.  
  1302. };
  1303. }
  1304.  
  1305. local DORARA = false
  1306.  
  1307. function ORA()
  1308. attack = true
  1309. for i = 0, 1, 0.2 do
  1310. swait()
  1311. PlayAnimationFromTable({
  1312. CFrame.new(4.76837158e-007, -0.107780606, -0.0868092626, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1313. CFrame.new(0, 1.4999913, 2.38418608e-007, 1, 0, 0, 0, 1.00000012, 0, 0, 0, 1.00000012) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1314. CFrame.new(1.50214899, 0.590444803, 0.195881441, 0.965925872, 3.76027884e-007, 0.258818895, 0.257834077, -0.0871552154, -0.962250412, 0.0225570519, 0.99619478, -0.0841855928) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1315. CFrame.new(-1.60470915, 0.600643516, 0.204860806, 0.937436998, -0.0449436344, -0.345242023, -0.345831364, -0.00582624972, -0.938278675, 0.0401581824, 0.998972595, -0.0210046768) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1316. CFrame.new(0.636808395, -1.93472588, -0.370165229, 0.936116338, -0.0517791435, -0.347858071, 0.0266665779, 0.996705353, -0.0765988752, 0.350678325, 0.0624292716, 0.934412897) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1317. CFrame.new(-0.6665681, -1.92173398, -0.343467057, 0.962250233, 0.0613082647, 0.265171379, -0.0410595685, 0.99584806, -0.0812460929, -0.269051433, 0.0672912449, 0.960772276) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1318. }, .3, false)
  1319. end
  1320. local DORA = CFuncs.Sound.Create("418125669", Torso, 1, 1)
  1321. Instance.new("DistortionSoundEffect", DORA).Level = .95
  1322. DORA.Looped = true
  1323. local Con1 = HitboxL.Touched:connect(function(hit) Damage(HitboxL, hit, 1, 5, 0, "Normal", RootPart, 0, "260430117", 1) end)
  1324. local Con2 = HitboxR.Touched:connect(function(hit) Damage(HitboxR, hit, 1, 5, 0, "Normal", RootPart, 0, "260430117", 1) end)
  1325. while DORARA == true do
  1326. RootPart.Velocity = RootPart.CFrame.lookVector * 5
  1327. for i = 0, 1, 0.7 do
  1328. swait()
  1329. Effects.Elect.Create(HitboxL.CFrame, 4, 4, 4)
  1330. Effects.Sphere.Create(BrickColor.new("Bright red"), HitboxL.CFrame, .5, .5, .5, 1.5, 1.5, 1.5, .15)
  1331. PlayAnimationFromTable({
  1332. CFrame.new(-0.0223142356, -0.107780628, -0.249816686, 0.906307876, 0.0733869597, -0.416197479, 0, 0.98480773, 0.173648462, 0.422617942, -0.157378972, 0.892539084) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1333. CFrame.new(-2.22850417e-007, 1.49999118, 1.16660271e-006, 0.906307936, 1.49011612e-008, 0.422617972, -7.27595761e-009, 1, 0, -0.422618032, 0, 0.906308055) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1334. CFrame.new(1.5318948, 0.588474631, 0.207054406, 0.899958313, 0.340718478, 0.272003621, 0.314965397, -0.0767233223, -0.945997, -0.301449746, 0.9370296, -0.176362336) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1335. CFrame.new(-1.27977741, 0.723447502, -1.20010054, 0.726744413, 0.46058476, -0.509611845, -0.503104627, -0.148215696, -0.851421177, -0.46768418, 0.875153661, 0.124007396) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1336. CFrame.new(0.636807501, -1.93472636, -0.370165735, 0.868198872, -0.0517790169, 0.493507534, 0.075819321, 0.996705353, -0.0288097262, -0.490389913, 0.0624299645, 0.869264364) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1337. CFrame.new(-0.666569352, -1.92173386, -0.343467534, 0.86083132, 0.0613082871, 0.505183935, -0.018632248, 0.995848, -0.0891051888, -0.508549333, 0.0672918186, 0.858399451) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1338. }, .9, false)
  1339. end
  1340. CFuncs.Sound.Create("200632136", HitboxL, 1, 1)
  1341. Effects.Sphere.Create(BrickColor.new("Bright red"), HitboxL.CFrame, .5, .5, .5, 2, 2, 2, .15)
  1342. RootPart.Velocity = RootPart.CFrame.lookVector * 5
  1343. for i = 0, 1, 0.7 do
  1344. swait()
  1345. Effects.Sphere.Create(BrickColor.new("Bright red"), HitboxR.CFrame, .5, .5, .5, 1.5, 1.5, 1.5, .2)
  1346. PlayAnimationFromTable({
  1347. CFrame.new(0.0767437443, -0.107780531, -0.279432267, 0.866025388, -0.0868241936, 0.492404073, 0, 0.98480773, 0.173648342, -0.500000238, -0.150383845, 0.852868438) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1348. CFrame.new(-2.61076184e-006, 1.4999913, -6.19508683e-007, 0.866025209, 2.98023224e-007, -0.500000656, -2.56928615e-007, 1, 1.1920929e-007, 0.500000596, 2.98023224e-008, 0.866025209) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1349. CFrame.new(1.40606534, 0.812639356, -1.14933658, 0.82139349, -0.422619373, 0.383021921, 0.349686205, -0.157378837, -0.923553765, 0.450591207, 0.892538428, 0.0185142085) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1350. CFrame.new(-1.64197171, 0.599264741, 0.212680459, 0.807513177, -0.456930667, -0.373010725, -0.413006425, 0.0134942085, -0.9106282, 0.421127379, 0.889400065, -0.177818552) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1351. CFrame.new(0.636808515, -1.93472552, -0.37016958, 0.814187765, -0.0517790765, -0.578288436, 0.00593282748, 0.996705353, -0.0808905214, 0.580571651, 0.0624291934, 0.811812401) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1352. CFrame.new(-0.666569233, -1.92173398, -0.343468547, 0.867917657, 0.0613080971, -0.492910266, -0.0864830092, 0.99584806, -0.0284160972, 0.489121556, 0.0672912076, 0.869616032) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1353. }, .9, false)
  1354. end
  1355. CFuncs.Sound.Create("200632136", HitboxR, 1, 1)
  1356. Effects.Sphere.Create(BrickColor.new("Bright red"), HitboxR.CFrame, .5, .5, .5, 2, 2, 2, .2)
  1357. end
  1358. Con1:disconnect()
  1359. Con2:disconnect()
  1360. DORA:Stop()
  1361. attack = false
  1362. end
  1363.  
  1364. local stoppedParts = {}
  1365.  
  1366.  
  1367. function getAllParts()
  1368. local rtn = {}
  1369.  
  1370. local function recurse(object)
  1371. for q,e in next, object:children() do
  1372. if e:isA'BasePart' and e.Name ~= "HumanoidRootPart" then
  1373. table.insert(rtn, e)
  1374. end
  1375. recurse(e)
  1376. end
  1377. end
  1378.  
  1379. recurse(workspace)
  1380. return rtn
  1381. end
  1382.  
  1383. function stopParts(distance)
  1384. stoppedParts = {}
  1385. for nada, part in next, getAllParts() do
  1386. local dist = (Torso.Position-part.Position).magnitude
  1387. if dist <= distance and part.Name ~='Base' and part.Name ~= 'Baseplate' and not part:isDescendantOf(Torso.Parent) and part.Anchored ~= true then
  1388. table.insert(stoppedParts, part)
  1389. if part.Name ~= "Torso" and part.Anchored ~= true then
  1390. part.Anchored = true
  1391. end
  1392. end
  1393. end
  1394. end
  1395.  
  1396.  
  1397. function freeParts()
  1398. for q,e in next, stoppedParts do
  1399. stoppedParts[q] = nil
  1400. e.Anchored = false
  1401. end
  1402. end
  1403.  
  1404. local effect = Instance.new('ColorCorrectionEffect')
  1405. function TheWorld(Mode)
  1406. if Mode == "Time Start" then
  1407. Effects.Sphere.Create(BrickColor.new("Bright red"), HitboxL.CFrame, .5, .5, .5, 1.5, 1.5, 1.5, .15)
  1408. for i = 1,50 do
  1409. if effect.Saturation <= 0 then
  1410. effect.Saturation = effect.Saturation + i/50
  1411. end
  1412. swait(1/30)
  1413. end
  1414. freeParts()
  1415. effect.Saturation = 0
  1416. effect.Contrast = 0
  1417. effect.Parent = nil
  1418. workspace.Gravity = 196.2
  1419. end
  1420. if Mode == "Quick Stop" then
  1421. CFuncs.Sound.Create("469817479", workspace, 1, 1)
  1422. swait(60)
  1423. Effects.Sphere.Create(BrickColor.new("Institutional white"), RootPart.CFrame, 1, 1, 1, 50, 50, 50, .01)
  1424. effect.Parent = game.Lighting
  1425. for i = 1,50 do
  1426. effect.Saturation = -(i/10)
  1427. swait()
  1428. end
  1429. stopParts(5555)
  1430. end
  1431. end
  1432.  
  1433. Mouse.Button1Down:connect(function()
  1434. if attack == false and DORARA == false then
  1435. DORARA = true
  1436. ORA()
  1437. end
  1438. end)
  1439.  
  1440. Mouse.Button1Up:connect(function()
  1441. if attack == true and DORARA == true then
  1442. DORARA = false
  1443. end
  1444. end)
  1445.  
  1446. Mouse.KeyDown:connect(function(k)
  1447. k = k:lower()
  1448. if attack == false and k == 'g' and TimeStop == false then
  1449. TimeStop = true
  1450. TheWorld("Quick Stop")
  1451. elseif attack == false and k == 'g' and TimeStop == true then
  1452. TimeStop = false
  1453. TheWorld("Time Start")
  1454. end
  1455. end)
  1456.  
  1457. while true do
  1458. swait()
  1459. sref.CFrame = RightArm.CFrame * CFrame.new(0, -1.5, 0) * CFrame.fromEulerAnglesXYZ(-1.57, 0, 0)
  1460. for i, v in pairs(Character:GetChildren()) do
  1461. if v:IsA("Part") then
  1462. v.Material = "SmoothPlastic"
  1463. elseif v:IsA("Accessory") then
  1464. v:WaitForChild("Handle").Material = "SmoothPlastic"
  1465. end
  1466. end
  1467. Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  1468. velocity = RootPart.Velocity.y
  1469. sine = sine + change
  1470. local hit, pos = rayCast(RootPart.Position, (CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0))).lookVector, 4, Character)
  1471. if RootPart.Velocity.y > 1 and hit == nil then
  1472. Anim = "Jump"
  1473. if attack == false then
  1474. PlayAnimationFromTable({
  1475. CFrame.new(0, 0.0486936681, -0.0429394133, 1, 0, -0, 0, 0.996194661, -0.087155968, 0, 0.087155968, 0.996194661) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1476. CFrame.new(0, 1.48698187, -0.0992434025, 1, 0, 0, 0, 0.98480767, 0.173648626, -0, -0.173648626, 0.98480767) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1477. CFrame.new(1.66118193, 0.583681226, 0.430878729, 0.556951106, -0.772693694, -0.30454877, 0.830109596, 0.506009281, 0.234249175, -0.026898358, -0.383274168, 0.923242927) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1478. CFrame.new(-1.65963519, 0.695907593, 0.339572817, 0.482961893, 0.810776234, 0.330741376, -0.866026103, 0.498096228, 0.0435779653, -0.129409045, -0.307477146, 0.94271481) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1479. CFrame.new(0.499997795, -1.71809137, -0.102601528, 0.984807849, 3.55863392e-007, -0.173647791, 0.0593907312, 0.939692557, 0.336824298, 0.163175657, -0.342020214, 0.925416589) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1480. CFrame.new(-0.599241376, -1.29528463, -0.396836221, 0.992403984, 0.086823605, 0.0871558413, -0.118890785, 0.858931601, 0.498097867, -0.0316142589, -0.504676282, 0.862729669) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1481. }, .3, false)
  1482. end
  1483. elseif RootPart.Velocity.y < -1 and hit == nil then
  1484. Anim = "Fall"
  1485. if attack == false then
  1486. PlayAnimationFromTable({
  1487. CFrame.new(-0, -0.0520263538, -0.0354017057, 1, 0, 0, 0, 0.965925872, 0.258818984, 0, -0.258818984, 0.965925872) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1488. CFrame.new(0, 1.51533091, -0.10684365, 1, 0, 0, 0, 0.965925872, 0.258819342, 0, -0.258819342, 0.965925872) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1489. CFrame.new(1.67554009, 0.885679007, 0.385592818, 0.374123871, -0.696466088, -0.61234498, 0.914592147, 0.386364758, 0.119345918, 0.153468132, -0.604696095, 0.781530797) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1490. CFrame.new(-1.67474985, 0.999329269, 0.296636045, 0.250219911, 0.753912985, 0.607457995, -0.927206695, 0.367205799, -0.0738086402, -0.278707415, -0.544770718, 0.79091537) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1491. CFrame.new(0.504494727, -1.81757987, -0.0935191363, 0.984807849, -0.0449431092, -0.167730823, 0.059390761, 0.99484998, 0.0821366012, 0.163175508, -0.0908504426, 0.982405365) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1492. CFrame.new(-0.623603821, -1.49203336, -0.421764404, 0.992403865, 0.122534379, 0.0109562073, -0.118891656, 0.978150725, -0.17054674, -0.0316146575, 0.167948633, 0.985288799) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1493. }, .3, false)
  1494. end
  1495. elseif Torsovelocity < 1 and hit ~= nil then
  1496. Anim = "Idle"
  1497. if attack == false then
  1498. change = 1
  1499. PlayAnimationFromTable({
  1500. CFrame.new(-0.0254490171, -0.100000001, -0.0245252885, 0.965925872, 0, 0.258818984, 0, 1, 0, -0.258818984, 0, 0.965925872) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1501. CFrame.new(-5.58793545e-008, 1.49999201, 2.23517418e-007, 0.965925872, 0.02255762, -0.257834077, 0, 0.996194661, 0.087155968, 0.258818984, -0.0841862038, 0.962250173) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1502. CFrame.new(1.18608475, 0.561332762, -0.668662548, 0.815707564, 0.397307515, 0.420437992, 0.567439079, -0.408345699, -0.71502924, -0.112402454, 0.821827531, -0.558538496) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1503. CFrame.new(-1.18486226, 0.664583206, -0.703545451, 0.801997423, -0.384815574, -0.456855893, -0.595755875, -0.459863067, -0.658483863, 0.0433037281, 0.800276875, -0.598065078) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1504. CFrame.new(0.602607846, -1.89999723, -0.281901717, 0.938264608, -0.0318391919, -0.344450235, 0.0551190265, 0.996793628, 0.0580029301, 0.341499031, -0.0734078437, 0.937011182) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1505. CFrame.new(-0.68740654, -1.99010217, 0.313043743, 0.998308659, 0.0566585623, -0.0130319893, -0.0526040196, 0.975744903, 0.212496698, 0.0247556716, -0.211451754, 0.977074862) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1506. }, .3, false)
  1507. end
  1508. elseif Torsovelocity > 2 and hit ~= nil then
  1509. Anim = "Walk"
  1510. if attack == false then
  1511. change = 2
  1512. PlayAnimationFromTable({
  1513. CFrame.new(-0, -0.331043243, -0.246173918, 1, 0, 0, 0, 0.906307876, 0.422617942, 0, -0.422617942, 0.906307876) * CFrame.new(0, .1, 0) * CFrame.Angles(0, math.rad(-5 * math.cos(sine / 7)), 0),
  1514. CFrame.new(0, 1.4999913, 6.55651093e-007, 1, 0, 0, 0, 0.965925813, -0.258818924, 0, 0.258818924, 0.965925813) * CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(5 * math.cos(sine / 7)), 0),
  1515. CFrame.new(1.14562762, 0.526349247, -0.591056466, 0.825674891, 0.469375819, 0.312965363, 0.547643542, -0.533675969, -0.644419432, -0.135452792, 0.703474402, -0.697693527) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1516. CFrame.new(-1.14244175, 0.534408689, -0.582344949, 0.825674295, -0.469376504, -0.312966168, -0.547644734, -0.533675849, -0.644418597, 0.13545242, 0.703474045, -0.697693944) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1517. CFrame.new(.5, -1.64 - 0.5 * math.cos(sine / 8) / 2, 0 + 2 * math.sin(sine / 8) / 2) * CFrame.Angles(math.rad(-70 * math.sin(sine / 8)), math.rad(-3), math.rad(0)),
  1518. CFrame.new(-.5, -1.64 + 0.5 * math.cos(sine / 8) / 2, 0 - 2 * math.sin(sine / 8) / 2) * CFrame.Angles(math.rad(70 * math.sin(sine / 8)), math.rad(3), math.rad(0)),
  1519. }, .3, false)
  1520. end
  1521. end
  1522. if 0 < #Effects then
  1523. for e = 1, #Effects do
  1524. if Effects[e] ~= nil then
  1525. local Thing = Effects[e]
  1526. if Thing ~= nil then
  1527. local Part = Thing[1]
  1528. local Mode = Thing[2]
  1529. local Delay = Thing[3]
  1530. local IncX = Thing[4]
  1531. local IncY = Thing[5]
  1532. local IncZ = Thing[6]
  1533. if Thing[2] == "Shoot" then
  1534. local Look = Thing[1]
  1535. local move = 5
  1536. local hit, pos = rayCast(Thing[4], Thing[1], move, Character)
  1537. if Thing[10] ~= nil then
  1538. da = pos
  1539. cf2 = CFrame.new(Thing[4], Thing[10].Position)
  1540. cfa = CFrame.new(Thing[4], pos)
  1541. tehCF = cfa:lerp(cf2, 0.2)
  1542. Thing[1] = tehCF.lookVector
  1543. end
  1544. local mag = (Thing[4] - pos).magnitude
  1545. Effects.Elect.Create(CFrame.new((Thing[4] + pos) / 2, pos), 4, 4, 4)
  1546. Effects.Sphere.Create(BrickColor.new("Bright red"), CFrame.new((Thing[4] + pos) / 2, pos) * CFrame.Angles(1.57, 0, 0), 3, 3, 3, 5, 5, 5, 0.15)
  1547. Thing[4] = Thing[4] + Look * move
  1548. Thing[3] = Thing[3] - 1
  1549. if 2 < Thing[5] then
  1550. Thing[5] = Thing[5] - 0.3
  1551. Thing[6] = Thing[6] - 0.3
  1552. end
  1553. if hit ~= nil then
  1554. Thing[3] = 0
  1555. MagnitudeDamage(hit, 5, 10, 15, 0, "Normal", "161006093", 0.8)
  1556. ref = CFuncs.Part.Create(workspace, "Neon", 0, 1, BrickColor.new("Really red"), "Reference", Vector3.new())
  1557. ref.Anchored = true
  1558. ref.CFrame = CFrame.new(pos)
  1559. Effects.Block.Create(BrickColor.new("Bright red"), CFrame.new(pos), 1, 1, 1, 2, 2, 2, .05)
  1560. Effects.Sphere.Create(BrickColor.new("Bright red"), CFrame.new(pos), 5, 5, 5, 1, 1, 1, 0.03)
  1561. game:GetService("Debris"):AddItem(ref, 1)
  1562. end
  1563. if Thing[3] <= 0 then
  1564. table.remove(Effects, e)
  1565. end
  1566. end
  1567. do
  1568. do
  1569. if Thing[2] == "FireWave" then
  1570. if Thing[3] <= Thing[4] then
  1571. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(0, 1, 0)
  1572. Thing[3] = Thing[3] + 1
  1573. Thing[6].Scale = Thing[6].Scale + Vector3.new(Thing[5], 0, Thing[5])
  1574. else
  1575. Part.Parent = nil
  1576. table.remove(Effects, e)
  1577. end
  1578. end
  1579. if Thing[2] ~= "Shoot" and Thing[2] ~= "Wave" and Thing[2] ~= "FireWave" then
  1580. if Thing[1].Transparency <= 1 then
  1581. if Thing[2] == "Block1" then
  1582. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  1583. Mesh = Thing[7]
  1584. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  1585. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1586. else
  1587. if Thing[2] == "Block2" then
  1588. Thing[1].CFrame = Thing[1].CFrame
  1589. Mesh = Thing[7]
  1590. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  1591. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1592. else
  1593. if Thing[2] == "Fire" then
  1594. Thing[1].CFrame = CFrame.new(Thing[1].Position) + Vector3.new(0, 0.2, 0)
  1595. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  1596. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1597. else
  1598. if Thing[2] == "Cylinder" then
  1599. Mesh = Thing[7]
  1600. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  1601. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1602. else
  1603. if Thing[2] == "Blood" then
  1604. Mesh = Thing[7]
  1605. Thing[1].CFrame = Thing[1].CFrame * CFrame.new(0, 0.5, 0)
  1606. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  1607. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1608. else
  1609. if Thing[2] == "Elec" then
  1610. Thing[1].Size = Thing[1].Size + Vector3.new(Thing[7], Thing[8], Thing[9])
  1611. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1612. else
  1613. if Thing[2] == "Disappear" then
  1614. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  1615. end
  1616. end
  1617. end
  1618. end
  1619. end
  1620. end
  1621. end
  1622. else
  1623. Part.Parent = nil
  1624. table.remove(Effects, e)
  1625. end
  1626. end
  1627. end
  1628. end
  1629. end
  1630. end
  1631. end
  1632. end
  1633. end
Advertisement
Add Comment
Please, Sign In to add comment