Advertisement
lafur

Untitled

Sep 25th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 177.11 KB | None | 0 0
  1. --https://github.com/Mokiros/roblox-FE-compatibility
  2. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  3. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  4. local RealPlayer = Player
  5. do print("FE Compatibility code by Mokiros")local a=RealPlayer;script.Parent=a.Character;local b=Instance.new("RemoteEvent")b.Name="UserInput_Event"local function c()local d={_fakeEvent=true,Functions={},Connect=function(self,e)table.insert(self.Functions,e)end}d.connect=d.Connect;return d end;local f={Target=nil,Hit=CFrame.new(),KeyUp=c(),KeyDown=c(),Button1Up=c(),Button1Down=c(),Button2Up=c(),Button2Down=c()}local g={InputBegan=c(),InputEnded=c()}local CAS={Actions={},BindAction=function(self,h,i,j,...)CAS.Actions[h]=i and{Name=h,Function=i,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function k(self,l,...)local d=f[l]if d and d._fakeEvent then for m,e in pairs(d.Functions)do e(...)end end end;f.TrigEvent=k;g.TrigEvent=k;b.OnServerEvent:Connect(function(n,o)if n~=a then return end;f.Target=o.Target;f.Hit=o.Hit;if not o.isMouse then local p=o.UserInputState==Enum.UserInputState.Begin;if o.UserInputType==Enum.UserInputType.MouseButton1 then return f:TrigEvent(p and"Button1Down"or"Button1Up")end;if o.UserInputType==Enum.UserInputType.MouseButton2 then return f:TrigEvent(p and"Button2Down"or"Button2Up")end;for m,d in pairs(CAS.Actions)do for m,q in pairs(d.Keys)do if q==o.KeyCode then d.Function(d.Name,o.UserInputState,o)end end end;f:TrigEvent(p and"KeyDown"or"KeyUp",o.KeyCode.Name:lower())g:TrigEvent(p and"InputBegan"or"InputEnded",o,false)end end)b.Parent=NLS([==[local a=game:GetService("Players").LocalPlayer;local b=script:WaitForChild("UserInput_Event")local c=a:GetMouse()local d=game:GetService("UserInputService")local e=function(f,g)if g then return end;b:FireServer({KeyCode=f.KeyCode,UserInputType=f.UserInputType,UserInputState=f.UserInputState,Hit=c.Hit,Target=c.Target})end;d.InputBegan:Connect(e)d.InputEnded:Connect(e)local h,i;while wait(1/30)do if h~=c.Hit or i~=c.Target then h,i=c.Hit,c.Target;b:FireServer({isMouse=true,Target=i,Hit=h})end end]==],Player.Character)local r=game;local s={__index=function(self,q)local t=rawget(self,"_RealService")if t then return typeof(t[q])=="function"and function(m,...)return t[q](t,...)end or t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u end end}local function v(d,w)d._RealService=typeof(w)=="string"and r:GetService(w)or w;return setmetatable(d,s)end;local x={GetService=function(self,t)return rawget(self,t)or r:GetService(t)end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService"),RunService=v({_btrs={},RenderStepped=r:GetService("RunService").Heartbeat,BindToRenderStep=function(self,h,m,i)self._btrs[h]=self.Heartbeat:Connect(i)end,UnbindFromRenderStep=function(self,h)self._btrs[h]:Disconnect()end},"RunService")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;v(x,game)game,owner=x,x.Players.LocalPlayer end wait(0.5)
  6. local Character = game.Players.LocalPlayer.Character
  7. plr = game:service'Players'.LocalPlayer
  8. char = plr.Character
  9. mouse = plr:GetMouse()
  10. humanoid = char:findFirstChild("Humanoid")
  11. torso = char:findFirstChild("Torso")
  12. head = char.Head
  13. ra = char:findFirstChild("Right Arm")
  14. la = char:findFirstChild("Left Arm")
  15. rl = char:findFirstChild("Right Leg")
  16. ll = char:findFirstChild("Left Leg")
  17. rs = torso:findFirstChild("Right Shoulder")
  18. ls = torso:findFirstChild("Left Shoulder")
  19. rh = torso:findFirstChild("Right Hip")
  20. lh = torso:findFirstChild("Left Hip")
  21. neck = torso:findFirstChild("Neck")
  22. rj = char:findFirstChild("HumanoidRootPart"):findFirstChild("RootJoint")
  23. rootpart = char:findFirstChild("HumanoidRootPart")
  24. camera = workspace.CurrentCamera
  25.  
  26. humanoid.WalkSpeed = 40
  27. local player = game.Players.LocalPlayer
  28. local character = player.Character or player.CharacterAdded:wait()
  29.  
  30. game.Workspace[player.Name].Shirt.ShirtTemplate = "rbxassetid://268303759"
  31. game.Workspace[player.Name].Pants.PantsTemplate = "rbxassetid://268303786"
  32.  
  33. character.Humanoid.WalkSpeed = 100
  34.  
  35. local colors = {
  36. Color3.new(255, 255, 255),
  37. Color3.new(255, 255, 255),
  38. Color3.new(255, 255, 255),
  39. Color3.new(255, 255, 255),
  40. Color3.new(255, 255, 255),
  41. Color3.new(255, 255, 255),
  42. Color3.new(255, 255, 255)
  43. }
  44.  
  45. for i,v in pairs(colors) do
  46. local particle = Instance.new("ParticleEmitter", character.Torso)
  47. particle.Name = "Sparkely"
  48. particle.Size = NumberSequence.new(0.2, 0.2)
  49. particle.LightEmission = 100
  50. particle.Texture = "http://www.roblox.com/asset/?id=246689799"
  51. particle.Lifetime = NumberRange.new(5, 5)
  52. particle.Rate = 1000000
  53. particle.Speed = NumberRange.new(10, 10)
  54. particle.VelocitySpread = 10000
  55. particle.Color = ColorSequence.new(v, v)
  56. end
  57. wait(1)
  58. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"Souls....", "Red")
  59. wait(3)
  60. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"I can feel them.....", "Blue")
  61. wait(3)
  62. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"I am the Angel of Light...", "Red")
  63. wait(3)
  64. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"The sky is with me, it'is time to bring peace here!", "Blue")
  65.  
  66. game.Lighting.TimeOfDay=1;
  67. game.Lighting.Brightness=0;
  68. game.Lighting.ShadowColor=Color3.new(0,0,0);
  69. game.Lighting.Ambient=Color3.new(0,0,0);
  70. game.Lighting.FogEnd=200;
  71. game.Lighting.FogColor=Color3.new(0,0,0);
  72. local l = game.Lighting
  73. local sky = Instance.new("Sky",l)
  74. sky.CelestialBodiesShown = false
  75. sky.SkyboxBk = "http://www.roblox.com/asset/?id=156925041"
  76. sky.SkyboxDn = "http://www.roblox.com/asset/?id=156925047"
  77. sky.SkyboxFt = "http://www.roblox.com/asset/?id=156925045"
  78. sky.SkyboxLf = "http://www.roblox.com/asset/?id=156925043"
  79. sky.SkyboxRt = "http://www.roblox.com/asset/?id=156925038"
  80. sky.SkyboxUp = "http://www.roblox.com/asset/?id=156925055"
  81. sky.StarCount = 0
  82. sky.Name = "GreenSpace"
  83.  
  84. game.Workspace[player.Name].Humanoid.MaxHealth=2000
  85. Player = game:GetService("Players").LocalPlayer
  86. Character = Player.Character
  87. PlayerGui = Player.PlayerGui
  88. Backpack = Player.Backpack
  89. Torso = Character.Torso
  90. Head = Character.Head
  91. Humanoid = Character.Humanoid
  92. LeftArm = Character["Left Arm"]
  93. LeftLeg = Character["Left Leg"]
  94. RightArm = Character["Right Arm"]
  95. RightLeg = Character["Right Leg"]
  96. local HBill = Instance.new("BillboardGui", Head)
  97. local HMain, HBarBack, HBar = Instance.new("Frame", HBill), Instance.new("Frame"), Instance.new("Frame")
  98. local HHealth, HName = Instance.new("TextLabel", HBarBack), Instance.new("TextLabel")
  99. HBill.Size = UDim2.new(15,0,2.2,0)
  100. HBill.Name = "Health Display"
  101. HBill.StudsOffset = Vector3.new(0,4,0)
  102. HBill.AlwaysOnTop = true
  103. HBill.Enabled=true
  104. HMain.BackgroundColor3 = Color3.new(255, 255, 255)
  105. HMain.BackgroundTransparency = 0.6
  106. HMain.Size = UDim2.new(1,0,1,0)
  107. HBarBack.Parent = HMain
  108. HBarBack.BackgroundColor3 = Color3.new(255,255,255)
  109. HBarBack.BorderColor3 = Color3.new(255,255,255)
  110. HBarBack.BorderSizePixel = 2
  111. HBarBack.Position = UDim2.new(.025, 0, .55, 0)
  112. HBarBack.Size = UDim2.new(.95, 0, .3, 0)
  113. HBar.Parent = HBarBack
  114. HBar.BackgroundColor3 = Color3.new(255, 255, 255)
  115. HBar.BorderColor3 = Color3.new(0,0,0)
  116. HBar.Size = UDim2.new(.5,0,1,0)
  117. HHealth.BackgroundTransparency = 1
  118. HHealth.Size = UDim2.new(1,0,1,0)
  119. HHealth.Font = "SourceSans"
  120. HHealth.Text = "[10/10]"
  121. HHealth.TextScaled = true
  122. HHealth.TextColor3 = Color3.new(255,255,255)
  123. HHealth.TextStrokeColor3 = Color3.new(0, 0, 0)
  124. HHealth.TextStrokeTransparency = 0
  125. HName.Parent = HMain
  126. HName.BackgroundTransparency = 1
  127. HName.Size = UDim2.new(1,0,.5,0)
  128. HName.Font = "SourceSansItalic"
  129. HName.Text = "Azazel, Guardian of Light"
  130. HName.TextScaled = true
  131. HName.TextColor3 = BrickColor.new("Black metallic").Color
  132. HName.TextStrokeColor3 = Color3.new(0,0,0)
  133. HName.TextStrokeTransparency = 0
  134. HName.TextYAlignment = "Top"
  135. local runServ = game:GetService("RunService").RenderStepped
  136. runServ:connect(function()
  137. HHealth.Text = "["..Humanoid.Health.."]"
  138. HBar:TweenSize(UDim2.new((Humanoid.Health/Humanoid.MaxHealth),0,1,0), _, "Linear", .4)
  139. end)
  140.  
  141. p = game.Players.LocalPlayer
  142. char = p.Character
  143. pchar = p.Character
  144. pchar.Head.Jumping.SoundId = "http://www.roblox.com/asset/?id=2767090"
  145. as=0.3
  146. explode = true
  147. tra = 0.1
  148. blast = true
  149. player = p
  150. humanoid = char.Humanoid
  151. torso = char.Torso
  152. torsoj = char.HumanoidRootPart.RootJoint
  153. original = torsoj.C0
  154. laser = true
  155. active= false
  156. function hum()
  157. humState = humanoid:GetState()
  158. if humState == Enum.HumanoidStateType.Jumping then
  159.  
  160. local rng = Instance.new("Part", char)
  161.  
  162. rng.Anchored = true
  163.  
  164. rng.BrickColor = BrickColor.new("White")
  165.  
  166. rng.CanCollide = false
  167.  
  168. rng.FormFactor = 3
  169.  
  170. rng.Name = "Ring"
  171.  
  172. rng.Size = Vector3.new(1, 1, 1)
  173.  
  174. rng.Transparency = 0
  175.  
  176. rng.TopSurface = 0
  177.  
  178. rng.BottomSurface = 0
  179.  
  180. rng.Material = "Neon"
  181.  
  182. rng.Position = torso.Position - Vector3.new(0,3,0)
  183.  
  184. rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  185.  
  186. local rngm = Instance.new("SpecialMesh", rng)
  187.  
  188. rngm.MeshId= "http://www.roblox.com/asset/?id=3270017"
  189.  
  190. rngm.Scale = Vector3.new(1, 1.3, 2)
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202. wait(0.1)
  203.  
  204.  
  205.  
  206. coroutine.wrap(function()
  207.  
  208. for i = 1, 5, 0.5 do
  209.  
  210. rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
  211.  
  212. rng.Transparency = i/4
  213.  
  214.  
  215.  
  216. wait()
  217.  
  218.  
  219.  
  220.  
  221.  
  222. end
  223.  
  224.  
  225.  
  226. wait()
  227.  
  228.  
  229.  
  230. rng:Destroy()
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242. wait()
  243.  
  244. end)()
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254. end
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265. end
  266.  
  267. Lightning = function(Start,End,Times,Offset,Color,Thickness)
  268.  
  269.  
  270.  
  271.  
  272. local magz = (Start - End).magnitude local curpos = Start local trz = {-Offset,Offset}
  273.  
  274.  
  275.  
  276.  
  277. for i=1,Times do
  278.  
  279.  
  280.  
  281.  
  282. local li = Instance.new("Part",workspace) li.TopSurface =0 li.BottomSurface = 0 li.Anchored = true
  283.  
  284.  
  285.  
  286.  
  287. li.Material = "Neon"
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301. li.Transparency = 0 li.BrickColor = Color
  302.  
  303.  
  304.  
  305.  
  306. li.formFactor = "Custom" li.CanCollide = false
  307.  
  308.  
  309.  
  310.  
  311. li.Size = Vector3.new(Thickness,Thickness,magz/Times)
  312.  
  313.  
  314.  
  315.  
  316. local ofz = Vector3.new(trz[math.random(1,2)],trz[math.random(1,2)],trz[math.random(1,2)])
  317.  
  318.  
  319.  
  320.  
  321. local trolpos = CFrame.new(curpos,End)*CFrame.new(0,0,magz/Times).p+ofz
  322.  
  323.  
  324.  
  325.  
  326. if Times == i then
  327.  
  328.  
  329.  
  330.  
  331. local magz2 = (curpos - End).magnitude li.Size = Vector3.new(Thickness,Thickness,magz2)
  332.  
  333.  
  334.  
  335.  
  336. li.CFrame = CFrame.new(curpos,End)*CFrame.new(0,0,-magz2/2)
  337.  
  338.  
  339.  
  340.  
  341. else
  342.  
  343.  
  344.  
  345.  
  346. li.CFrame = CFrame.new(curpos,trolpos)*CFrame.new(0,0,magz/Times/2)
  347.  
  348.  
  349.  
  350.  
  351. end
  352.  
  353.  
  354.  
  355.  
  356. curpos = li.CFrame*CFrame.new(0,0,magz/Times/2).p Spawn(function() for i=1,10 do wait()
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370. li.Transparency = li.Transparency+tra end li:Destroy() end)
  371.  
  372.  
  373.  
  374.  
  375. end
  376.  
  377.  
  378.  
  379.  
  380. end
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394. ---------
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408. Lightning2 = function(Start,End,Times,Offset,Color,Thickness)
  409.  
  410.  
  411.  
  412.  
  413. local magz = (Start - End).magnitude local curpos = Start local trz = {-Offset,Offset}
  414.  
  415.  
  416.  
  417.  
  418. for i=1,Times do
  419.  
  420.  
  421.  
  422.  
  423. local li = Instance.new("Part",workspace) li.TopSurface =0 li.BottomSurface = 0 li.Anchored = true
  424.  
  425.  
  426.  
  427.  
  428. li.Material = "Neon"
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442. li.Transparency = 0 li.BrickColor = Color
  443.  
  444.  
  445.  
  446.  
  447. li.formFactor = "Custom" li.CanCollide = false
  448.  
  449.  
  450.  
  451.  
  452. li.Size = Vector3.new(Thickness,Thickness,magz/Times)
  453.  
  454.  
  455.  
  456.  
  457. local ofz = Vector3.new(trz[math.random(1,2)],trz[math.random(1,2)],trz[math.random(1,2)])
  458.  
  459.  
  460.  
  461.  
  462. local trolpos = CFrame.new(curpos,End)*CFrame.new(0,0,magz/Times).p+ofz
  463.  
  464.  
  465.  
  466.  
  467. if Times == i then
  468.  
  469.  
  470.  
  471.  
  472. local magz2 = (curpos - End).magnitude li.Size = Vector3.new(Thickness,Thickness,magz2)
  473.  
  474.  
  475.  
  476.  
  477. li.CFrame = CFrame.new(curpos,End)*CFrame.new(0,0,-magz2/2)
  478.  
  479.  
  480.  
  481.  
  482. else
  483.  
  484.  
  485.  
  486.  
  487. li.CFrame = CFrame.new(curpos,trolpos)*CFrame.new(0,0,magz/Times/2)
  488.  
  489.  
  490.  
  491.  
  492. end
  493.  
  494.  
  495.  
  496.  
  497. curpos = li.CFrame*CFrame.new(0,0,magz/Times/2).p Spawn(function() for i=1,10 do wait()
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511. li.Transparency = li.Transparency+.5 end li:Destroy() end)
  512.  
  513.  
  514.  
  515.  
  516. end
  517.  
  518.  
  519.  
  520.  
  521. end
  522.  
  523.  
  524.  
  525.  
  526. m = p:GetMouse()
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540. RightShoulder = Instance.new("Weld",pchar.Torso)
  541.  
  542.  
  543.  
  544.  
  545. RightShoulder.Part0 = pchar.Torso
  546.  
  547.  
  548.  
  549.  
  550. RightShoulder.Part1 = pchar['Right Arm']
  551.  
  552.  
  553.  
  554.  
  555. RightShoulder.C0 = CFrame.new(1,0.5,0)
  556.  
  557.  
  558.  
  559.  
  560. RightShoulder.C1 = CFrame.new(-0.5,0.5,0)
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574. Torso2 = pchar.HumanoidRootPart.RootJoint
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597. LeftShoulder = Instance.new("Weld",pchar.Torso)
  598.  
  599.  
  600.  
  601.  
  602. LeftShoulder.Part0 = pchar.Torso
  603.  
  604.  
  605.  
  606.  
  607. LeftShoulder.Part1 = pchar['Left Arm']
  608.  
  609.  
  610.  
  611.  
  612. LeftShoulder.C0 = CFrame.new(-1,0.5,0)
  613.  
  614.  
  615.  
  616.  
  617. LeftShoulder.C1 = CFrame.new(0.5,0.5,0)
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649. RightHip = Instance.new("Weld",pchar.Torso)
  650.  
  651.  
  652.  
  653.  
  654. RightHip.Part0 = pchar.Torso
  655.  
  656.  
  657.  
  658.  
  659. RightHip.Part1 = pchar['Right Leg']
  660.  
  661.  
  662.  
  663.  
  664. RightHip.C0 = CFrame.new(0.5,-2,0)
  665.  
  666.  
  667.  
  668.  
  669. RightHip.C1 = CFrame.new(0,1.5,0)
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707.  
  708.  
  709.  
  710. LeftHip = Instance.new("Weld",pchar.Torso)
  711.  
  712.  
  713.  
  714.  
  715. LeftHip.Part0 = pchar.Torso
  716.  
  717.  
  718.  
  719.  
  720. LeftHip.Part1 = pchar['Left Leg']
  721.  
  722.  
  723.  
  724.  
  725. LeftHip.C0 = CFrame.new(-0.5,-2,0)
  726.  
  727.  
  728.  
  729.  
  730. LeftHip.C1 = CFrame.new(0,1.5,0)
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762. Neck = Instance.new("Weld",pchar.Torso)
  763.  
  764.  
  765.  
  766.  
  767. Neck.Part0 = pchar.Torso
  768.  
  769.  
  770.  
  771.  
  772. Neck.Part1 = pchar['Head']
  773.  
  774.  
  775.  
  776.  
  777. Neck.C0 = CFrame.new(0,1.5,0)
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800. -------------------------
  801.  
  802.  
  803.  
  804.  
  805. -- From 0,0,0 to 10,22,3 with lerps
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819. deg = math.deg
  820.  
  821.  
  822.  
  823.  
  824. rad = math.rad
  825.  
  826.  
  827.  
  828.  
  829. asin = math.asin
  830.  
  831.  
  832.  
  833.  
  834. atan2 = math.atan2
  835.  
  836.  
  837.  
  838.  
  839. cos = math.cos
  840.  
  841.  
  842.  
  843.  
  844. sin = math.sin
  845.  
  846.  
  847.  
  848.  
  849. rad = math.sin
  850.  
  851.  
  852.  
  853.  
  854. function getAngles(cf) -- this is for later
  855.  
  856.  
  857.  
  858.  
  859. local sx,sy,sz,m00,m01,m02,m10,m11,m12,m20,m21,m22 = cf:components()
  860.  
  861.  
  862.  
  863.  
  864. return atan2(-m12,m22),asin(m02),atan2(-m01,m00)
  865.  
  866.  
  867.  
  868.  
  869. end
  870.  
  871.  
  872.  
  873.  
  874. Lerp = {
  875.  
  876.  
  877.  
  878.  
  879. Number = function(C1,C2,inc)
  880.  
  881.  
  882.  
  883.  
  884. return C1 + (C2 - C1) * inc
  885.  
  886.  
  887.  
  888.  
  889. end;
  890.  
  891.  
  892.  
  893.  
  894. CFrame = function(a,b,m)
  895.  
  896.  
  897.  
  898.  
  899. local c,d={a:components()},{b:components()}
  900.  
  901.  
  902.  
  903.  
  904. table.foreach(c,function(a,b)c[a]=c[a]+(d[a]-c[a])*m end)
  905.  
  906.  
  907.  
  908.  
  909. return CFrame.new(unpack(c))
  910.  
  911.  
  912.  
  913.  
  914. end;
  915.  
  916.  
  917.  
  918.  
  919. }
  920.  
  921.  
  922.  
  923.  
  924. local Jumping = false
  925.  
  926.  
  927.  
  928.  
  929. humanoid.Jumping:connect(function()
  930.  
  931.  
  932.  
  933.  
  934. if Jumping then return end
  935.  
  936.  
  937.  
  938.  
  939. print'asd im jumping'
  940.  
  941.  
  942.  
  943.  
  944. Jumping = true
  945.  
  946.  
  947.  
  948.  
  949. repeat wait() until Vector3.new(0, torso.Velocity.y, 0).magnitude < 3
  950.  
  951.  
  952.  
  953.  
  954. print'asd jump over'
  955.  
  956.  
  957.  
  958.  
  959. Jumping = false
  960.  
  961.  
  962.  
  963.  
  964. end)
  965.  
  966.  
  967.  
  968.  
  969. local Falling= false
  970.  
  971.  
  972.  
  973.  
  974. humanoid.FreeFalling:connect(function()
  975.  
  976.  
  977.  
  978.  
  979. if Jumping then return end
  980.  
  981.  
  982.  
  983.  
  984. print'asd im fallin'
  985.  
  986.  
  987.  
  988.  
  989. Falling = true
  990.  
  991.  
  992.  
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002.  
  1003. repeat wait() until Vector3.new(0, torso.Velocity.y, 0).magnitude < 100
  1004.  
  1005.  
  1006.  
  1007.  
  1008. print'hit ground!'
  1009.  
  1010.  
  1011.  
  1012.  
  1013. Falling = false
  1014.  
  1015.  
  1016.  
  1017.  
  1018. end)
  1019.  
  1020.  
  1021.  
  1022.  
  1023. -----------
  1024.  
  1025.  
  1026.  
  1027.  
  1028. angle = 0
  1029.  
  1030.  
  1031.  
  1032.  
  1033. sin = math.sin
  1034.  
  1035.  
  1036.  
  1037.  
  1038. rad = math.rad
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046. --------------------------------------------------BEAM START
  1047.  
  1048.  
  1049.  
  1050.  
  1051. mouse = p:GetMouse()
  1052.  
  1053.  
  1054.  
  1055.  
  1056. mouse.KeyDown:connect(function(k)
  1057.  
  1058.  
  1059.  
  1060.  
  1061. if k == "v" then
  1062.  
  1063.  
  1064.  
  1065.  
  1066. if laser == true then
  1067.  
  1068.  
  1069.  
  1070.  
  1071. laser = false
  1072.  
  1073. explode = false
  1074.  
  1075. active = true
  1076.  
  1077. humanoid.WalkSpeed = 0
  1078.  
  1079. humanoid.JumpPower = 0
  1080.  
  1081. ends = Instance.new("Part",char)
  1082.  
  1083. ends.Anchored = true
  1084.  
  1085. ends.Transparency = 1
  1086.  
  1087. ends:BreakJoints()
  1088.  
  1089. ends.CFrame = char.Torso.CFrame * CFrame.new(-20,-3,0)
  1090.  
  1091.  
  1092.  
  1093.  
  1094. tra = 1
  1095.  
  1096. LerpTo.Head = CFrame.new(0,1.5,0) * CFrame.Angles(0,math.rad(90),0)
  1097.  
  1098. LerpTo.Body = CFrame.new(0,0,0) *
  1099.  
  1100. CFrame.Angles(math.rad(-90),0,math.rad(-280))
  1101.  
  1102. LerpTo.LeftArm = CFrame.new(-1.3,0.2,0) * CFrame.Angles(math.rad(00),0,math.rad(-80))
  1103.  
  1104. LerpTo.RightArm = CFrame.new(1,0.5,0) * CFrame.Angles(0,0,math.rad(40))
  1105.  
  1106.  
  1107.  
  1108.  
  1109. orb = Instance.new("Part",char)
  1110.  
  1111.  
  1112.  
  1113.  
  1114. s122 = Instance.new("Sound",orb)
  1115.  
  1116. s122.SoundId = "rbxassetid://181004943"
  1117.  
  1118. s122.Volume = .7
  1119.  
  1120. s122.Pitch = .9
  1121.  
  1122. s122:Play()
  1123.  
  1124.  
  1125.  
  1126.  
  1127. orb.Size = Vector3.new(1,1,1)
  1128.  
  1129.  
  1130.  
  1131.  
  1132. orb.Material = "Neon"
  1133.  
  1134.  
  1135.  
  1136.  
  1137. orb.BrickColor = BrickColor.new("White")
  1138.  
  1139.  
  1140.  
  1141.  
  1142. orbm = Instance.new("SpecialMesh",orb)
  1143.  
  1144.  
  1145.  
  1146.  
  1147. orbm.MeshType = "Sphere"
  1148.  
  1149.  
  1150.  
  1151.  
  1152. orb:BreakJoints()
  1153.  
  1154.  
  1155.  
  1156.  
  1157. orbw = Instance.new("Weld",orb)
  1158.  
  1159.  
  1160.  
  1161.  
  1162. orbw.Part0 = orb
  1163.  
  1164.  
  1165.  
  1166.  
  1167. orbw.Part1 = char["Left Arm"]
  1168.  
  1169.  
  1170.  
  1171.  
  1172. orbw.C0 = CFrame.new(0,2,0)
  1173.  
  1174.  
  1175.  
  1176.  
  1177.  
  1178.  
  1179.  
  1180.  
  1181.  
  1182.  
  1183. for i = 1,4,0.1 do wait()
  1184.  
  1185.  
  1186.  
  1187.  
  1188. orbm.Scale = Vector3.new(i,i,i)
  1189.  
  1190.  
  1191.  
  1192.  
  1193. end
  1194.  
  1195. s1222 = Instance.new("Sound",orb)
  1196.  
  1197. s1222.SoundId = "rbxassetid://245029978"
  1198.  
  1199. s1222.Volume = 1
  1200.  
  1201. s1222.Pitch = 1
  1202.  
  1203. s1222:Play()
  1204.  
  1205.  
  1206.  
  1207.  
  1208.  
  1209.  
  1210.  
  1211.  
  1212.  
  1213.  
  1214.  
  1215. s1222 = Instance.new("Sound",orb)
  1216.  
  1217. s1222.SoundId = "rbxassetid://245029978"
  1218.  
  1219. s1222.Volume = 1
  1220.  
  1221. s1222.Pitch = 1
  1222.  
  1223. s1222:Play()
  1224.  
  1225.  
  1226.  
  1227. s1222 = Instance.new("Sound",orb)
  1228.  
  1229. s1222.SoundId = "rbxassetid://245029978"
  1230.  
  1231. s1222.Volume = 1
  1232.  
  1233. s1222.Pitch = 1
  1234.  
  1235. s1222:Play()
  1236.  
  1237. wait(0.2)
  1238.  
  1239. for i = 1,30 do wait()
  1240.  
  1241.  
  1242.  
  1243.  
  1244. ends.CFrame = char.Torso.CFrame * CFrame.new(-20,-3,0)
  1245.  
  1246. Lightning(
  1247.  
  1248.  
  1249.  
  1250.  
  1251.  
  1252.  
  1253.  
  1254.  
  1255.  
  1256.  
  1257.  
  1258.  
  1259.  
  1260. orb.CFrame.p,ends.Position,math.random(5,10),math.random(0,0),BrickColor.new("White"),1
  1261.  
  1262.  
  1263.  
  1264.  
  1265.  
  1266.  
  1267.  
  1268.  
  1269.  
  1270.  
  1271.  
  1272.  
  1273.  
  1274. )
  1275.  
  1276.  
  1277.  
  1278.  
  1279. Lightning2(
  1280.  
  1281.  
  1282.  
  1283.  
  1284.  
  1285.  
  1286.  
  1287.  
  1288.  
  1289.  
  1290.  
  1291.  
  1292.  
  1293. orb.CFrame.p,ends.Position,math.random(5,10),math.random(2,2),BrickColor.new("White"),0.2
  1294.  
  1295.  
  1296.  
  1297.  
  1298.  
  1299.  
  1300.  
  1301.  
  1302.  
  1303.  
  1304.  
  1305.  
  1306.  
  1307. )
  1308.  
  1309.  
  1310.  
  1311.  
  1312.  
  1313.  
  1314.  
  1315. end
  1316.  
  1317.  
  1318.  
  1319.  
  1320.  
  1321.  
  1322.  
  1323.  
  1324.  
  1325.  
  1326.  
  1327.  
  1328.  
  1329. for i = 3,0,-0.3 do wait()
  1330.  
  1331.  
  1332.  
  1333.  
  1334. orbm.Scale = Vector3.new(i,i,i)
  1335.  
  1336.  
  1337.  
  1338.  
  1339. end
  1340.  
  1341.  
  1342.  
  1343.  
  1344. active = false
  1345.  
  1346. ends:Remove()
  1347.  
  1348. orb:Remove()
  1349.  
  1350. LerpTo.Body = original
  1351.  
  1352. wait(1)
  1353.  
  1354.  
  1355.  
  1356.  
  1357. explode = true
  1358.  
  1359.  
  1360.  
  1361.  
  1362.  
  1363.  
  1364.  
  1365. laser = true
  1366.  
  1367.  
  1368.  
  1369.  
  1370.  
  1371.  
  1372.  
  1373.  
  1374.  
  1375.  
  1376.  
  1377.  
  1378.  
  1379. tra = 0.1
  1380.  
  1381.  
  1382.  
  1383.  
  1384. humanoid.WalkSpeed = 16
  1385.  
  1386. humanoid.JumpPower = 50
  1387.  
  1388.  
  1389.  
  1390.  
  1391.  
  1392.  
  1393.  
  1394. end
  1395.  
  1396.  
  1397.  
  1398.  
  1399. end
  1400.  
  1401.  
  1402.  
  1403.  
  1404. end)
  1405.  
  1406. mouse.KeyDown:connect(function(k)
  1407.  
  1408. if k == "x" then
  1409.  
  1410. wait(2)
  1411.  
  1412.  
  1413.  
  1414.  
  1415. for i = 1,5 do wait()
  1416.  
  1417.  
  1418.  
  1419.  
  1420. for i,v in pairs(workspace:children()) do
  1421.  
  1422.  
  1423.  
  1424.  
  1425. if v:IsA("Model") and v:findFirstChild("Humanoid") then
  1426.  
  1427.  
  1428.  
  1429.  
  1430. if v:findFirstChild("Head") and v:findFirstChild("Torso") then
  1431.  
  1432.  
  1433.  
  1434.  
  1435. if (v:findFirstChild("Torso").Position - ends.Position).magnitude < 10 then
  1436.  
  1437.  
  1438.  
  1439.  
  1440. if v.Name ~= p.Name then
  1441.  
  1442.  
  1443.  
  1444.  
  1445. v.Humanoid:TakeDamage(20)
  1446.  
  1447.  
  1448.  
  1449.  
  1450. v.Humanoid.PlatformStand = true
  1451.  
  1452.  
  1453.  
  1454.  
  1455. wait(0.1)
  1456.  
  1457.  
  1458.  
  1459.  
  1460. v.Humanoid.PlatformStand = false
  1461.  
  1462.  
  1463.  
  1464.  
  1465. end
  1466.  
  1467.  
  1468.  
  1469.  
  1470. end
  1471.  
  1472.  
  1473.  
  1474.  
  1475. end
  1476.  
  1477.  
  1478.  
  1479.  
  1480. end
  1481.  
  1482.  
  1483.  
  1484.  
  1485.  
  1486.  
  1487.  
  1488.  
  1489.  
  1490.  
  1491.  
  1492.  
  1493.  
  1494.  
  1495.  
  1496.  
  1497.  
  1498.  
  1499.  
  1500.  
  1501.  
  1502.  
  1503.  
  1504.  
  1505.  
  1506.  
  1507.  
  1508.  
  1509.  
  1510.  
  1511.  
  1512.  
  1513.  
  1514.  
  1515.  
  1516.  
  1517.  
  1518.  
  1519.  
  1520.  
  1521.  
  1522.  
  1523.  
  1524.  
  1525.  
  1526.  
  1527.  
  1528.  
  1529.  
  1530. end
  1531.  
  1532.  
  1533.  
  1534.  
  1535. end
  1536.  
  1537.  
  1538.  
  1539.  
  1540. end
  1541.  
  1542. end)
  1543.  
  1544.  
  1545.  
  1546.  
  1547. mouse.KeyDown:connect(function(k)
  1548.  
  1549.  
  1550.  
  1551.  
  1552. if k == "x" then
  1553.  
  1554.  
  1555.  
  1556.  
  1557. if laser == true then
  1558.  
  1559.  
  1560.  
  1561.  
  1562.  
  1563.  
  1564.  
  1565.  
  1566.  
  1567.  
  1568.  
  1569.  
  1570.  
  1571. wait(1.3)
  1572.  
  1573.  
  1574.  
  1575.  
  1576. for i = 1,30 do wait()
  1577.  
  1578.  
  1579.  
  1580.  
  1581.  
  1582.  
  1583.  
  1584.  
  1585.  
  1586.  
  1587.  
  1588.  
  1589.  
  1590.  
  1591.  
  1592.  
  1593.  
  1594.  
  1595.  
  1596.  
  1597.  
  1598.  
  1599. local rng = Instance.new("Part", char)
  1600.  
  1601.  
  1602.  
  1603.  
  1604. --[[sound = Instance.new("Sound",rng)
  1605.  
  1606.  
  1607.  
  1608.  
  1609.  
  1610.  
  1611.  
  1612.  
  1613.  
  1614. sound.SoundId="http://www.roblox.com/asset/?id= 165970126"
  1615.  
  1616.  
  1617.  
  1618.  
  1619. wait()
  1620.  
  1621.  
  1622.  
  1623.  
  1624. sound:Play()]]--
  1625.  
  1626.  
  1627.  
  1628.  
  1629. rng.Anchored = true
  1630.  
  1631.  
  1632.  
  1633.  
  1634. rng.BrickColor = BrickColor.new("White")
  1635.  
  1636.  
  1637.  
  1638.  
  1639. rng.CanCollide = false
  1640.  
  1641.  
  1642.  
  1643.  
  1644. rng.FormFactor = 3
  1645.  
  1646.  
  1647.  
  1648.  
  1649. rng:BreakJoints()
  1650.  
  1651.  
  1652.  
  1653.  
  1654. rng.Name = "Ring"
  1655.  
  1656.  
  1657.  
  1658.  
  1659. rng.Size = Vector3.new(1, 1, 1)
  1660.  
  1661.  
  1662.  
  1663.  
  1664. rng.Transparency = 0
  1665.  
  1666.  
  1667.  
  1668.  
  1669. rng.TopSurface = 0
  1670.  
  1671.  
  1672.  
  1673.  
  1674. rng.BottomSurface = 0
  1675.  
  1676.  
  1677.  
  1678.  
  1679. rng.Material = "Neon"
  1680.  
  1681.  
  1682.  
  1683.  
  1684. rng.Position = torso.Position - Vector3.new(0,2,0)
  1685.  
  1686.  
  1687.  
  1688.  
  1689. rng.CFrame = ends.CFrame*
  1690.  
  1691.  
  1692.  
  1693.  
  1694. CFrame.Angles(math.random(),math.random(),math.random())
  1695.  
  1696.  
  1697.  
  1698.  
  1699. local rngm = Instance.new("BlockMesh", rng)
  1700.  
  1701.  
  1702.  
  1703.  
  1704.  
  1705.  
  1706.  
  1707.  
  1708.  
  1709.  
  1710.  
  1711.  
  1712.  
  1713. rngm.Scale = Vector3.new(1, 1.3, 2)
  1714.  
  1715.  
  1716.  
  1717.  
  1718.  
  1719.  
  1720.  
  1721.  
  1722.  
  1723.  
  1724.  
  1725.  
  1726.  
  1727.  
  1728.  
  1729.  
  1730.  
  1731.  
  1732.  
  1733. local rng1 = Instance.new("Part", char)
  1734.  
  1735.  
  1736.  
  1737.  
  1738.  
  1739.  
  1740. rng1.Anchored = true
  1741.  
  1742.  
  1743.  
  1744.  
  1745. rng1.BrickColor = BrickColor.new("White")
  1746.  
  1747.  
  1748.  
  1749.  
  1750. rng1.CanCollide = false
  1751.  
  1752.  
  1753.  
  1754.  
  1755. rng1.FormFactor = 3
  1756.  
  1757.  
  1758.  
  1759.  
  1760. rng1:BreakJoints()
  1761.  
  1762.  
  1763.  
  1764.  
  1765. rng1.Name = "Ring"
  1766.  
  1767.  
  1768.  
  1769.  
  1770. rng1.Size = Vector3.new(1, 1, 1)
  1771.  
  1772.  
  1773.  
  1774.  
  1775. rng1.Transparency = 0
  1776.  
  1777.  
  1778.  
  1779.  
  1780. rng1.TopSurface = 0
  1781.  
  1782.  
  1783.  
  1784.  
  1785. rng1.BottomSurface = 0
  1786.  
  1787.  
  1788.  
  1789.  
  1790. rng1.Material = "Neon"
  1791.  
  1792.  
  1793.  
  1794.  
  1795. rng1.Position = torso.Position - Vector3.new(0,2,0)
  1796.  
  1797.  
  1798.  
  1799.  
  1800. rng1.CFrame = ends.CFrame*
  1801.  
  1802.  
  1803.  
  1804.  
  1805. CFrame.Angles(math.random(),math.random(),math.random())
  1806.  
  1807.  
  1808.  
  1809.  
  1810. local rngm1 = Instance.new("SpecialMesh", rng1)
  1811.  
  1812.  
  1813.  
  1814.  
  1815.  
  1816.  
  1817.  
  1818. rngm1.MeshType = "Sphere"
  1819.  
  1820.  
  1821.  
  1822.  
  1823. rngm1.Scale = Vector3.new(1, 1.3, 2)
  1824.  
  1825.  
  1826.  
  1827.  
  1828.  
  1829.  
  1830.  
  1831.  
  1832.  
  1833.  
  1834.  
  1835.  
  1836.  
  1837.  
  1838.  
  1839.  
  1840. local rng11 = Instance.new("Part", char)
  1841.  
  1842.  
  1843.  
  1844.  
  1845.  
  1846.  
  1847. rng11.Anchored = true
  1848.  
  1849.  
  1850.  
  1851.  
  1852. rng11.BrickColor = BrickColor.new("White")
  1853.  
  1854.  
  1855.  
  1856.  
  1857. rng11.CanCollide = false
  1858.  
  1859.  
  1860.  
  1861.  
  1862. rng11.FormFactor = 3
  1863.  
  1864.  
  1865.  
  1866.  
  1867. rng11:BreakJoints()
  1868.  
  1869.  
  1870.  
  1871.  
  1872. rng11.Name = "Ring"
  1873.  
  1874.  
  1875.  
  1876.  
  1877. rng11.Size = Vector3.new(1, 1, 1)
  1878.  
  1879.  
  1880.  
  1881.  
  1882. rng11.Transparency = 0
  1883.  
  1884.  
  1885.  
  1886.  
  1887. rng11.TopSurface = 0
  1888.  
  1889.  
  1890.  
  1891.  
  1892. rng11.BottomSurface = 0
  1893.  
  1894.  
  1895.  
  1896.  
  1897. rng11.Material = "Neon"
  1898.  
  1899.  
  1900.  
  1901.  
  1902.  
  1903.  
  1904.  
  1905.  
  1906.  
  1907. rng11.CFrame = ends.CFrame* CFrame.Angles(math.rad(90),0,math.rad(0))
  1908.  
  1909.  
  1910.  
  1911.  
  1912. local rngm11 = Instance.new("SpecialMesh", rng11)
  1913.  
  1914.  
  1915.  
  1916.  
  1917.  
  1918.  
  1919.  
  1920. rngm11.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1921.  
  1922.  
  1923.  
  1924.  
  1925. rngm11.Scale = Vector3.new(1, 1.3, 2)
  1926.  
  1927.  
  1928.  
  1929.  
  1930.  
  1931.  
  1932.  
  1933.  
  1934.  
  1935.  
  1936.  
  1937.  
  1938. coroutine.wrap(function()
  1939.  
  1940.  
  1941.  
  1942.  
  1943. for i = 1, 5, 0.4 do
  1944.  
  1945.  
  1946.  
  1947.  
  1948. rngm.Scale = Vector3.new(i,i,i)
  1949.  
  1950.  
  1951.  
  1952.  
  1953. rng.Transparency = 0
  1954.  
  1955. rngm1.Scale = Vector3.new(i*4,i*4,i*4)
  1956.  
  1957.  
  1958.  
  1959.  
  1960. rng1.Transparency = i/5
  1961.  
  1962.  
  1963.  
  1964. rngm11.Scale = Vector3.new(1+i*5,1+i*5,1)
  1965.  
  1966.  
  1967.  
  1968.  
  1969. rng11.Transparency = i/5
  1970.  
  1971.  
  1972.  
  1973.  
  1974. wait()
  1975.  
  1976.  
  1977.  
  1978.  
  1979.  
  1980.  
  1981.  
  1982.  
  1983.  
  1984.  
  1985.  
  1986.  
  1987.  
  1988.  
  1989. end
  1990.  
  1991.  
  1992.  
  1993.  
  1994.  
  1995.  
  1996.  
  1997.  
  1998.  
  1999. wait()
  2000.  
  2001.  
  2002.  
  2003.  
  2004.  
  2005.  
  2006.  
  2007.  
  2008.  
  2009. rng:Destroy()
  2010.  
  2011.  
  2012.  
  2013.  
  2014. rng1:Destroy()
  2015.  
  2016. rng11:Destroy()
  2017.  
  2018.  
  2019.  
  2020.  
  2021.  
  2022.  
  2023.  
  2024.  
  2025.  
  2026.  
  2027.  
  2028.  
  2029.  
  2030.  
  2031.  
  2032.  
  2033.  
  2034.  
  2035.  
  2036.  
  2037.  
  2038. wait()
  2039.  
  2040.  
  2041.  
  2042.  
  2043. end)()
  2044.  
  2045.  
  2046.  
  2047.  
  2048.  
  2049.  
  2050.  
  2051.  
  2052.  
  2053.  
  2054.  
  2055.  
  2056.  
  2057.  
  2058.  
  2059.  
  2060.  
  2061.  
  2062.  
  2063. end
  2064.  
  2065. end
  2066.  
  2067. end
  2068.  
  2069. end)
  2070.  
  2071.  
  2072.  
  2073.  
  2074.  
  2075.  
  2076.  
  2077. ---------------------------------------------EXPLODE---------------------------------------
  2078.  
  2079.  
  2080.  
  2081.  
  2082.  
  2083.  
  2084.  
  2085.  
  2086.  
  2087.  
  2088. mouse.KeyDown:connect(function(k)
  2089.  
  2090. if k == "f" then
  2091.  
  2092. if explode == true then
  2093.  
  2094. explode = false
  2095.  
  2096. laser = false
  2097.  
  2098. active = true
  2099.  
  2100. humanoid.WalkSpeed = 0
  2101.  
  2102. humanoid.JumpPower = 0
  2103.  
  2104. LerpTo.Body = original * CFrame.new(0,0,5)
  2105.  
  2106. LerpTo.LeftArm = CFrame.new(-1,0.5,0) * CFrame.Angles(math.rad(90),0,math.rad(60))
  2107.  
  2108. LerpTo.RightArm = CFrame.new(1,0.5,0) * CFrame.Angles(math.rad(90),0,math.rad(-60))
  2109.  
  2110. LerpTo.Head = CFrame.new(0,1.5,0) * CFrame.Angles(rad(-10),0,0)
  2111.  
  2112. LerpTo.LeftLeg = CFrame.new(-0.5,0.7,-1) * CFrame.Angles(rad(-20),0,0)
  2113.  
  2114. LerpTo.RightLeg = CFrame.new(0.5,0.7,-1) * CFrame.Angles(rad(-20),0,0)
  2115.  
  2116. for i = 1,10 do
  2117.  
  2118. local rng = Instance.new("Part", char)
  2119.  
  2120. rng.Anchored = true
  2121.  
  2122. rng.BrickColor = BrickColor.new("White")
  2123.  
  2124. rng.CanCollide = false
  2125.  
  2126. rng.FormFactor = 3
  2127.  
  2128. rng.Name = "Ring"
  2129.  
  2130. rng.Size = Vector3.new(1, 1, 1)
  2131.  
  2132. rng.Transparency = 1
  2133.  
  2134. rng.TopSurface = 0
  2135.  
  2136. rng.BottomSurface = 0
  2137.  
  2138. rng.Material = "Neon"
  2139.  
  2140. rng.Position = torso.Position - Vector3.new(0,8,0)
  2141.  
  2142. rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  2143.  
  2144. local rngm = Instance.new("SpecialMesh", rng)
  2145.  
  2146. rngm.MeshId= "http://www.roblox.com/asset/?id=3270017"
  2147.  
  2148. rngm.Scale = Vector3.new(1, 1.3, 2)
  2149.  
  2150.  
  2151.  
  2152.  
  2153.  
  2154.  
  2155.  
  2156.  
  2157.  
  2158.  
  2159.  
  2160. wait(0.1)
  2161.  
  2162.  
  2163.  
  2164. coroutine.wrap(function()
  2165.  
  2166. for i = 1, 10, 0.2 do
  2167.  
  2168. rngm.Scale = Vector3.new(2 + i*4, 2 + i*4, 1)
  2169.  
  2170. rng.Transparency = i/4
  2171.  
  2172.  
  2173.  
  2174. wait()
  2175.  
  2176.  
  2177.  
  2178.  
  2179.  
  2180. end
  2181.  
  2182.  
  2183.  
  2184. wait()
  2185.  
  2186.  
  2187.  
  2188. rng:Destroy()
  2189.  
  2190.  
  2191.  
  2192.  
  2193.  
  2194.  
  2195.  
  2196.  
  2197.  
  2198.  
  2199.  
  2200. wait()
  2201.  
  2202. end)()
  2203.  
  2204.  
  2205.  
  2206.  
  2207.  
  2208.  
  2209.  
  2210.  
  2211.  
  2212. end
  2213.  
  2214.  
  2215.  
  2216.  
  2217. LerpTo.LeftArm = CFrame.new(-1,0.5,0) * CFrame.Angles(math.rad(-10),0,math.rad(-20))
  2218.  
  2219. LerpTo.RightArm = CFrame.new(1,0.5,0) * CFrame.Angles(math.rad(-10),0,math.rad(20))
  2220.  
  2221. LerpTo.Head = CFrame.new(0,1.5,0) * CFrame.Angles(rad(20),0,0)
  2222.  
  2223. LerpTo.LeftLeg = CFrame.new(-0.5,-0.5,0) * CFrame.Angles(rad(-10),0,rad(-20))
  2224.  
  2225. LerpTo.RightLeg = CFrame.new(0.5,-0.5,0) * CFrame.Angles(rad(-10),0,rad(20))
  2226.  
  2227. for i = 1,1 do
  2228.  
  2229. local rng = Instance.new("Part", char)
  2230.  
  2231. rng.Anchored = true
  2232.  
  2233. rng.BrickColor = BrickColor.new("White")
  2234.  
  2235. rng.CanCollide = false
  2236.  
  2237. rng.FormFactor = 3
  2238.  
  2239. rng.Name = "Ring"
  2240.  
  2241. rng.Size = Vector3.new(1, 1, 1)
  2242.  
  2243. rng.Transparency = 0
  2244.  
  2245. rng.TopSurface = 0
  2246.  
  2247. rng.BottomSurface = 0
  2248.  
  2249. rng.Material = "Neon"
  2250.  
  2251. rng.Position = torso.Position
  2252.  
  2253. rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  2254.  
  2255. local rngm = Instance.new("SpecialMesh", rng)
  2256.  
  2257. rngm.MeshType = "Sphere"
  2258.  
  2259. rngm.Scale = Vector3.new(1, 1.3, 2)
  2260.  
  2261.  
  2262.  
  2263.  
  2264.  
  2265. for i,v in pairs(workspace:children()) do
  2266.  
  2267.  
  2268.  
  2269.  
  2270. if v:IsA("Model") and v:findFirstChild("Humanoid") then
  2271.  
  2272.  
  2273.  
  2274.  
  2275. if v:findFirstChild("Head") and v:findFirstChild("Torso") then
  2276.  
  2277.  
  2278.  
  2279.  
  2280. if (v:findFirstChild("Torso").Position - char.Torso.Position).magnitude < 30 then
  2281.  
  2282.  
  2283.  
  2284.  
  2285. if v.Name ~= p.Name then
  2286.  
  2287.  
  2288.  
  2289.  
  2290. v.Humanoid:TakeDamage(40)
  2291.  
  2292.  
  2293.  
  2294.  
  2295. v.Humanoid.PlatformStand = true
  2296.  
  2297.  
  2298.  
  2299.  
  2300.  
  2301.  
  2302.  
  2303.  
  2304.  
  2305.  
  2306.  
  2307.  
  2308.  
  2309.  
  2310.  
  2311.  
  2312. end
  2313.  
  2314.  
  2315.  
  2316.  
  2317. end
  2318.  
  2319.  
  2320.  
  2321.  
  2322. end
  2323.  
  2324.  
  2325.  
  2326.  
  2327. end
  2328.  
  2329.  
  2330.  
  2331.  
  2332.  
  2333.  
  2334.  
  2335.  
  2336.  
  2337.  
  2338.  
  2339.  
  2340.  
  2341.  
  2342.  
  2343.  
  2344.  
  2345.  
  2346.  
  2347.  
  2348.  
  2349.  
  2350.  
  2351.  
  2352.  
  2353.  
  2354.  
  2355.  
  2356.  
  2357.  
  2358.  
  2359.  
  2360.  
  2361.  
  2362.  
  2363.  
  2364.  
  2365.  
  2366.  
  2367.  
  2368.  
  2369.  
  2370.  
  2371.  
  2372.  
  2373.  
  2374.  
  2375.  
  2376.  
  2377. end
  2378.  
  2379.  
  2380.  
  2381.  
  2382.  
  2383. local rng1 = Instance.new("Part", char)
  2384.  
  2385. rng1.Anchored = true
  2386.  
  2387. rng1.BrickColor = BrickColor.new("White")
  2388.  
  2389. rng1.CanCollide = false
  2390.  
  2391. rng1.FormFactor = 3
  2392.  
  2393. rng1.Name = "Ring"
  2394.  
  2395. rng1.Size = Vector3.new(1, 1, 1)
  2396.  
  2397. rng1.Transparency = 0
  2398.  
  2399. rng1.TopSurface = 0
  2400.  
  2401. rng1.BottomSurface = 0
  2402.  
  2403. rng1.Material = "Neon"
  2404.  
  2405. rng1.Position = torso.Position - Vector3.new(0,7,0)
  2406.  
  2407. rng1.CFrame = rng1.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2408.  
  2409. local rngm1 = Instance.new("SpecialMesh", rng1)
  2410.  
  2411. rngm1.MeshId= "http://www.roblox.com/asset/?id=20329976"
  2412.  
  2413. rngm1.Scale = Vector3.new(1, 1.3, 2)
  2414.  
  2415.  
  2416.  
  2417.  
  2418.  
  2419.  
  2420.  
  2421.  
  2422.  
  2423.  
  2424.  
  2425. local rng11 = Instance.new("Part", char)
  2426.  
  2427. rng11.Anchored = true
  2428.  
  2429. rng11.BrickColor = BrickColor.new("White")
  2430.  
  2431. rng11.CanCollide = false
  2432.  
  2433. rng11.FormFactor = 3
  2434.  
  2435. rng11.Name = "Ring"
  2436.  
  2437. rng11.Size = Vector3.new(1, 1, 1)
  2438.  
  2439. rng11.Transparency = 0
  2440.  
  2441. rng11.TopSurface = 0
  2442.  
  2443. rng11.BottomSurface = 0
  2444.  
  2445. rng11.Material = "Neon"
  2446.  
  2447. rng11.Position = torso.Position
  2448.  
  2449. rng11.CFrame = rng11.CFrame *
  2450.  
  2451. CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  2452.  
  2453. local rngm11 = Instance.new("SpecialMesh", rng11)
  2454.  
  2455. rngm11.MeshId="http://www.roblox.com/asset/?id=3270017"
  2456.  
  2457. rngm11.Scale = Vector3.new(1, 1.3, 2)
  2458.  
  2459. sound = Instance.new("Sound",char.Torso)
  2460.  
  2461. sound.Pitch = 1
  2462.  
  2463. sound.SoundId="http://www.roblox.com/asset/?id=165970126"
  2464.  
  2465. wait()
  2466.  
  2467. sound:Play()
  2468.  
  2469.  
  2470.  
  2471.  
  2472.  
  2473.  
  2474.  
  2475.  
  2476. wait(0.1)
  2477.  
  2478.  
  2479.  
  2480. coroutine.wrap(function()
  2481.  
  2482. for i = 1, 5, 0.2 do
  2483.  
  2484. rngm.Scale = Vector3.new(2 + i*6, 2 + i*6, 2+i*6)
  2485.  
  2486. rng.Transparency = i/5
  2487.  
  2488. rngm1.Scale = Vector3.new(2 + i*6, 2 + i*6, 2 + i*6)
  2489.  
  2490. rng1.Transparency = i/5
  2491.  
  2492. rngm11.Scale = Vector3.new(2 + i*6, 2 + i*6, 0.5)
  2493.  
  2494. rng11.Transparency = i/5
  2495.  
  2496. wait()
  2497.  
  2498.  
  2499.  
  2500.  
  2501.  
  2502. end
  2503.  
  2504.  
  2505.  
  2506. wait()
  2507.  
  2508.  
  2509.  
  2510. rng:Destroy()
  2511.  
  2512.  
  2513.  
  2514. rng1:Destroy()
  2515.  
  2516. rng11:Destroy()
  2517.  
  2518.  
  2519.  
  2520.  
  2521.  
  2522.  
  2523.  
  2524. wait()
  2525.  
  2526. end)()
  2527.  
  2528.  
  2529.  
  2530.  
  2531.  
  2532.  
  2533.  
  2534.  
  2535.  
  2536. end
  2537.  
  2538. wait(1)
  2539.  
  2540. humanoid.WalkSpeed = 16
  2541.  
  2542. humanoid.JumpPower = 50
  2543.  
  2544. LerpTo.Body = original
  2545.  
  2546. LerpTo.LeftArm = CFrame.new(-1,0.5,0) * CFrame.Angles(math.rad(0),0,math.rad(0))
  2547.  
  2548. LerpTo.RightArm = CFrame.new(1,0.5,0) * CFrame.Angles(math.rad(0),0,math.rad(0))
  2549.  
  2550. LerpTo.Head = CFrame.new(0,1.5,0) * CFrame.Angles(rad(0),0,0)
  2551.  
  2552. LerpTo.LeftLeg = CFrame.new(-0.5,-0.5,0) * CFrame.Angles(rad(0),0,rad(0))
  2553.  
  2554. LerpTo.RightLeg = CFrame.new(0.5,-0.5,0) * CFrame.Angles(rad(0),0,rad(0))
  2555.  
  2556. wait(1)
  2557.  
  2558. laser = true
  2559.  
  2560. explode = true
  2561.  
  2562. active = false
  2563.  
  2564.  
  2565.  
  2566.  
  2567. end
  2568.  
  2569. end
  2570.  
  2571. end)
  2572.  
  2573.  
  2574.  
  2575.  
  2576.  
  2577.  
  2578.  
  2579.  
  2580.  
  2581.  
  2582.  
  2583.  
  2584.  
  2585.  
  2586.  
  2587.  
  2588.  
  2589.  
  2590.  
  2591. -----------------------------------------------------
  2592.  
  2593.  
  2594.  
  2595.  
  2596.  
  2597.  
  2598.  
  2599. m.KeyDown:connect(function(k)
  2600.  
  2601. if k == "h" then
  2602.  
  2603. if blast == true then
  2604.  
  2605. blast = false
  2606.  
  2607. active = true
  2608.  
  2609. laser = false
  2610.  
  2611. explode = false
  2612.  
  2613.  
  2614.  
  2615.  
  2616.  
  2617.  
  2618.  
  2619. LerpTo.RightArm = CFrame.new(1,0.5,0) * CFrame.Angles(0,0,math.rad(40))
  2620.  
  2621. LerpTo.Head = CFrame.new(0,1.5,0) * CFrame.Angles(rad(-10),0,0)
  2622.  
  2623. wait(0.2)
  2624.  
  2625.  
  2626.  
  2627.  
  2628. ball1 = Instance.new("Part",char)
  2629.  
  2630.  
  2631.  
  2632.  
  2633. ball1.Size = Vector3.new(0.1,0.1,0.1)
  2634.  
  2635. ball1.BrickColor = BrickColor.new("White")
  2636.  
  2637. ball1:BreakJoints()
  2638.  
  2639. ball1.Transparency = 1
  2640.  
  2641. ball1w = Instance.new("Weld",ball1)
  2642.  
  2643. ball1w.Part0 = ball1
  2644.  
  2645. ball1.Material = "Neon"
  2646.  
  2647. ball1w.Part1 = char["Right Arm"]
  2648.  
  2649. ball1w.C0 = CFrame.new(0,1.5,0)
  2650.  
  2651. ball1m = Instance.new("SpecialMesh",ball1)
  2652.  
  2653. ball1m.MeshType = "Sphere"
  2654.  
  2655.  
  2656.  
  2657.  
  2658.  
  2659.  
  2660.  
  2661.  
  2662.  
  2663.  
  2664.  
  2665.  
  2666.  
  2667. ball = Instance.new("Part",char)
  2668.  
  2669.  
  2670.  
  2671.  
  2672. ball.Size = Vector3.new(0.1,0.1,0.1)
  2673.  
  2674. ball.BrickColor = BrickColor.new("White")
  2675.  
  2676. ball:BreakJoints()
  2677.  
  2678. ballw = Instance.new("Weld",ball)
  2679.  
  2680. ballw.Part0 = ball
  2681.  
  2682. ball.Material = "Neon"
  2683.  
  2684. ballw.Part1 = char["Right Arm"]
  2685.  
  2686. ballw.C0 = CFrame.new(0,1.5,0)
  2687.  
  2688. ballm = Instance.new("SpecialMesh",ball)
  2689.  
  2690. ballm.MeshType = "Sphere"
  2691.  
  2692. for i = 1,5.5,.2 do wait()
  2693.  
  2694. ballm.Scale = Vector3.new(i,i,i)
  2695.  
  2696. end
  2697.  
  2698. wait(0.5)
  2699.  
  2700. LerpTo.Body = original * CFrame.Angles(0,0,rad(-60))
  2701.  
  2702. LerpTo.RightArm = CFrame.new(1,0.5,0) * CFrame.Angles(rad(70),0,math.rad(10))
  2703.  
  2704. LerpTo.LeftArm = CFrame.new(-1,0.5,0) * CFrame.Angles(math.rad(85),0,math.rad(0))
  2705.  
  2706. LerpTo.Head = CFrame.new(0,1.5,0) * CFrame.Angles(0,rad(70),0)
  2707.  
  2708. wait(0.1)
  2709.  
  2710. LerpTo.Body = original * CFrame.Angles(0,0,rad(-270))
  2711.  
  2712. LerpTo.RightArm = CFrame.new(1,0.5,-0.5) * CFrame.Angles(rad(90),0,math.rad(90))
  2713.  
  2714. LerpTo.LeftArm = CFrame.new(-1,0.5,0) * CFrame.Angles(math.rad(0),0,math.rad(-20))
  2715.  
  2716. LerpTo.Head = CFrame.new(0,1.5,0) * CFrame.Angles(0,rad(-90),0)
  2717.  
  2718. wait()
  2719.  
  2720. ballw:Remove()
  2721.  
  2722. local ry = Ray.new(
  2723.  
  2724. ball.CFrame.p,
  2725.  
  2726. (mouse.Hit.p - ball1.CFrame.p).unit * 500
  2727.  
  2728. )
  2729.  
  2730. local ig = game.Players.LocalPlayer.Character
  2731.  
  2732.  
  2733.  
  2734. local hit,position = Workspace:FindPartOnRay(ry, ig)
  2735.  
  2736.  
  2737.  
  2738.  
  2739. if hit then
  2740.  
  2741.  
  2742.  
  2743.  
  2744. bp = Instance.new("BodyPosition",ball)
  2745.  
  2746. bp.MaxForce = Vector3.new(100,100,100)
  2747.  
  2748. bp.Position = position
  2749.  
  2750. bp.P = 400
  2751.  
  2752. bp.D = 100
  2753.  
  2754.  
  2755.  
  2756. else
  2757.  
  2758. ball:Remove()
  2759.  
  2760. LerpTo.RightArm = CFrame.new(1,0.5,0)
  2761.  
  2762. active = false
  2763.  
  2764. laser = true
  2765.  
  2766. blast = true
  2767.  
  2768. explode = true
  2769.  
  2770. LerpTo.LeftArm = CFrame.new(-1,0.5,0)
  2771.  
  2772. LerpTo.Body = original
  2773.  
  2774. LerpTo.Head = CFrame.new(0,1.5,0)
  2775.  
  2776. end
  2777.  
  2778.  
  2779.  
  2780.  
  2781. wait()
  2782.  
  2783.  
  2784.  
  2785.  
  2786. LerpTo.RightArm = CFrame.new(1,0.5,-0.5) * CFrame.Angles(rad(90),0,math.rad(0))
  2787.  
  2788. repeat
  2789.  
  2790.  
  2791.  
  2792.  
  2793. --bp.Position = position
  2794.  
  2795. wait() until (ball.Position-position).magnitude < 6
  2796.  
  2797. sound = Instance.new("Sound",char.Torso)
  2798.  
  2799. sound.Pitch = 1
  2800.  
  2801. sound.SoundId="http://www.roblox.com/asset/?id=165970126"
  2802.  
  2803. wait()
  2804.  
  2805. sound:Play()
  2806.  
  2807. for i,v in pairs(workspace:children()) do
  2808.  
  2809.  
  2810.  
  2811.  
  2812. if v:IsA("Model") and v:findFirstChild("Humanoid") then
  2813.  
  2814.  
  2815.  
  2816.  
  2817. if v:findFirstChild("Head") and v:findFirstChild("Torso") then
  2818.  
  2819.  
  2820.  
  2821.  
  2822. if (v:findFirstChild("Torso").Position - ball.Position).magnitude < 15 then
  2823.  
  2824.  
  2825.  
  2826.  
  2827. if v.Name ~= p.Name then
  2828.  
  2829.  
  2830.  
  2831.  
  2832. v.Humanoid:TakeDamage(40)
  2833.  
  2834.  
  2835.  
  2836.  
  2837. v.Humanoid.PlatformStand = true
  2838.  
  2839.  
  2840.  
  2841.  
  2842.  
  2843.  
  2844.  
  2845.  
  2846.  
  2847.  
  2848.  
  2849.  
  2850.  
  2851.  
  2852.  
  2853.  
  2854. end
  2855.  
  2856.  
  2857.  
  2858.  
  2859. end
  2860.  
  2861.  
  2862.  
  2863.  
  2864. end
  2865.  
  2866.  
  2867.  
  2868.  
  2869. end
  2870.  
  2871.  
  2872.  
  2873.  
  2874.  
  2875.  
  2876.  
  2877.  
  2878.  
  2879.  
  2880.  
  2881.  
  2882.  
  2883.  
  2884.  
  2885.  
  2886.  
  2887.  
  2888.  
  2889.  
  2890.  
  2891.  
  2892.  
  2893.  
  2894.  
  2895.  
  2896.  
  2897.  
  2898.  
  2899.  
  2900.  
  2901.  
  2902.  
  2903.  
  2904.  
  2905.  
  2906.  
  2907.  
  2908.  
  2909.  
  2910.  
  2911.  
  2912.  
  2913.  
  2914.  
  2915.  
  2916.  
  2917.  
  2918.  
  2919. end
  2920.  
  2921. for i = 5,100,10 do wait()
  2922.  
  2923. ballm.Scale = Vector3.new(i,i,i)
  2924.  
  2925. ball.Transparency= i/100
  2926.  
  2927. end
  2928.  
  2929. ball:Remove()
  2930.  
  2931.  
  2932.  
  2933.  
  2934. wait(0.5)
  2935.  
  2936. LerpTo.RightArm = CFrame.new(1,0.5,0)
  2937.  
  2938.  
  2939.  
  2940.  
  2941. LerpTo.LeftArm = CFrame.new(-1,0.5,0)
  2942.  
  2943. LerpTo.Body = original
  2944.  
  2945. LerpTo.Head = CFrame.new(0,1.5,0)
  2946.  
  2947. active = false
  2948.  
  2949. laser = true
  2950.  
  2951. blast = true
  2952.  
  2953. explode = true
  2954.  
  2955. end
  2956.  
  2957. end
  2958.  
  2959. end)
  2960.  
  2961.  
  2962.  
  2963.  
  2964.  
  2965.  
  2966.  
  2967.  
  2968.  
  2969.  
  2970.  
  2971.  
  2972.  
  2973.  
  2974.  
  2975.  
  2976.  
  2977.  
  2978.  
  2979.  
  2980.  
  2981.  
  2982.  
  2983.  
  2984.  
  2985.  
  2986.  
  2987.  
  2988.  
  2989.  
  2990.  
  2991.  
  2992.  
  2993.  
  2994.  
  2995.  
  2996.  
  2997.  
  2998.  
  2999.  
  3000.  
  3001.  
  3002.  
  3003.  
  3004.  
  3005.  
  3006.  
  3007.  
  3008.  
  3009.  
  3010.  
  3011.  
  3012.  
  3013.  
  3014.  
  3015.  
  3016.  
  3017.  
  3018.  
  3019.  
  3020.  
  3021.  
  3022.  
  3023.  
  3024.  
  3025.  
  3026.  
  3027.  
  3028.  
  3029.  
  3030. function updateanims()
  3031.  
  3032.  
  3033.  
  3034.  
  3035. if active == false then
  3036.  
  3037.  
  3038.  
  3039.  
  3040. if Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude < 2 and not Jumping then
  3041.  
  3042.  
  3043.  
  3044.  
  3045. anglespeed = 1/2
  3046.  
  3047.  
  3048.  
  3049.  
  3050.  
  3051.  
  3052.  
  3053.  
  3054.  
  3055.  
  3056.  
  3057.  
  3058.  
  3059.  
  3060.  
  3061.  
  3062.  
  3063.  
  3064.  
  3065.  
  3066.  
  3067.  
  3068. LerpTo.RightLeg = CFrame.new(0.5,-0.5,0) * CFrame.Angles(-sin(angle)*.1,0,0)
  3069.  
  3070.  
  3071.  
  3072.  
  3073.  
  3074.  
  3075.  
  3076.  
  3077.  
  3078. LerpTo.LeftLeg = CFrame.new(-0.5,-0.5,0) * CFrame.Angles(sin(angle)*.1,0,0)
  3079.  
  3080.  
  3081.  
  3082.  
  3083. LerpTo.Head = CFrame.new(0,1.5,0)
  3084.  
  3085.  
  3086.  
  3087.  
  3088. LerpTo.RightArm = CFrame.new(1,0.5,0) * CFrame.Angles(sin(angle)*0.3,0,rad(0.1))
  3089.  
  3090.  
  3091.  
  3092.  
  3093.  
  3094.  
  3095.  
  3096.  
  3097.  
  3098. LerpTo.LeftArm = CFrame.new(-1,0.5,0) * CFrame.Angles(sin(angle)*0.3,0,rad(-0.1))
  3099.  
  3100.  
  3101.  
  3102.  
  3103.  
  3104.  
  3105.  
  3106.  
  3107.  
  3108.  
  3109.  
  3110.  
  3111.  
  3112.  
  3113.  
  3114.  
  3115.  
  3116.  
  3117.  
  3118.  
  3119.  
  3120.  
  3121.  
  3122. elseif Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude > 2 and not Jumping then
  3123.  
  3124.  
  3125.  
  3126.  
  3127. anglespeed = 3
  3128.  
  3129.  
  3130.  
  3131.  
  3132.  
  3133.  
  3134.  
  3135.  
  3136.  
  3137. LerpTo.RightLeg = CFrame.new(0.5,-0.65,0) * CFrame.Angles(-sin(angle*1)*0.8,0,0)
  3138.  
  3139.  
  3140.  
  3141.  
  3142.  
  3143.  
  3144.  
  3145.  
  3146.  
  3147. LerpTo.LeftLeg = CFrame.new(-0.5,-0.65,0) * CFrame.Angles(sin(angle*1)*0.8,0,0)
  3148.  
  3149.  
  3150.  
  3151.  
  3152.  
  3153.  
  3154.  
  3155.  
  3156.  
  3157.  
  3158.  
  3159.  
  3160.  
  3161. LerpTo.Head = CFrame.new(0,1.5,0)
  3162.  
  3163.  
  3164.  
  3165.  
  3166.  
  3167.  
  3168.  
  3169.  
  3170.  
  3171.  
  3172.  
  3173.  
  3174.  
  3175. LerpTo.RightArm = CFrame.new(1,0.5,0) * CFrame.Angles(-sin(angle)*.8,0,rad(3))
  3176.  
  3177.  
  3178.  
  3179.  
  3180.  
  3181.  
  3182.  
  3183.  
  3184.  
  3185. LerpTo.LeftArm = CFrame.new(-1,0.5,0) * CFrame.Angles(sin(angle)*.8,0,rad(-3))
  3186.  
  3187.  
  3188.  
  3189.  
  3190.  
  3191.  
  3192.  
  3193.  
  3194.  
  3195.  
  3196.  
  3197.  
  3198.  
  3199.  
  3200.  
  3201.  
  3202.  
  3203.  
  3204.  
  3205.  
  3206.  
  3207.  
  3208. elseif Falling then
  3209.  
  3210.  
  3211.  
  3212.  
  3213. LerpTo.LeftArm = CFrame.new(-1,0.5,0) * CFrame.Angles(0,0,-rad(20))
  3214.  
  3215.  
  3216.  
  3217.  
  3218. LerpTo.RightArm = CFrame.new(1,0.5,0) * CFrame.Angles(0,0,rad(20))
  3219.  
  3220.  
  3221.  
  3222.  
  3223. LerpTo.LeftLeg = CFrame.new(-0.5,-0.2,-0.3) * CFrame.Angles(0,rad(5),0)
  3224.  
  3225.  
  3226.  
  3227.  
  3228. LerpTo.RightLeg = CFrame.new(0.5,-0.5,0) * CFrame.Angles(0,rad(-0.1),0)
  3229.  
  3230.  
  3231.  
  3232.  
  3233. LerpTo.Head = CFrame.new(0,1.5,0) * CFrame.Angles(rad(-10),0,0)
  3234.  
  3235.  
  3236.  
  3237.  
  3238. elseif Jumping and not Falling then
  3239.  
  3240.  
  3241.  
  3242.  
  3243. print'asd this is seeing the jump!'
  3244.  
  3245.  
  3246.  
  3247.  
  3248.  
  3249.  
  3250.  
  3251.  
  3252.  
  3253.  
  3254.  
  3255.  
  3256.  
  3257.  
  3258. LerpTo.LeftArm = CFrame.new(-1,0.5,0) * CFrame.Angles(0,0,-rad(20))
  3259.  
  3260.  
  3261.  
  3262.  
  3263. LerpTo.RightArm = CFrame.new(1,0.5,0) * CFrame.Angles(0,0,rad(20))
  3264.  
  3265.  
  3266.  
  3267.  
  3268. LerpTo.LeftLeg = CFrame.new(-0.5,-0.2,-0.3) * CFrame.Angles(0,rad(5),0)
  3269.  
  3270.  
  3271.  
  3272.  
  3273. LerpTo.RightLeg = CFrame.new(0.5,-0.5,0) * CFrame.Angles(0,rad(-0.1),0)
  3274.  
  3275.  
  3276.  
  3277.  
  3278. LerpTo.Head = CFrame.new(0,1.5,0) * CFrame.Angles(rad(10),0,0)
  3279.  
  3280.  
  3281.  
  3282.  
  3283.  
  3284.  
  3285.  
  3286.  
  3287.  
  3288.  
  3289.  
  3290.  
  3291.  
  3292.  
  3293.  
  3294.  
  3295.  
  3296.  
  3297.  
  3298.  
  3299.  
  3300.  
  3301. end
  3302.  
  3303.  
  3304.  
  3305.  
  3306.  
  3307.  
  3308.  
  3309.  
  3310.  
  3311.  
  3312.  
  3313.  
  3314.  
  3315. end
  3316.  
  3317.  
  3318.  
  3319.  
  3320. end
  3321.  
  3322.  
  3323.  
  3324.  
  3325.  
  3326.  
  3327.  
  3328.  
  3329.  
  3330.  
  3331.  
  3332.  
  3333.  
  3334.  
  3335.  
  3336.  
  3337.  
  3338.  
  3339.  
  3340.  
  3341.  
  3342.  
  3343.  
  3344.  
  3345.  
  3346.  
  3347.  
  3348.  
  3349.  
  3350.  
  3351.  
  3352.  
  3353.  
  3354.  
  3355.  
  3356.  
  3357.  
  3358.  
  3359.  
  3360.  
  3361. Spawn(function()
  3362.  
  3363.  
  3364.  
  3365.  
  3366. while wait()do
  3367.  
  3368.  
  3369.  
  3370.  
  3371. angle = (angle % 100) + anglespeed/10
  3372.  
  3373.  
  3374.  
  3375.  
  3376. end
  3377.  
  3378.  
  3379.  
  3380.  
  3381. end)
  3382.  
  3383.  
  3384.  
  3385.  
  3386.  
  3387.  
  3388.  
  3389.  
  3390.  
  3391.  
  3392.  
  3393.  
  3394.  
  3395.  
  3396.  
  3397.  
  3398.  
  3399.  
  3400.  
  3401.  
  3402.  
  3403.  
  3404.  
  3405.  
  3406.  
  3407.  
  3408.  
  3409.  
  3410.  
  3411.  
  3412.  
  3413.  
  3414.  
  3415.  
  3416.  
  3417.  
  3418.  
  3419.  
  3420.  
  3421.  
  3422.  
  3423.  
  3424.  
  3425.  
  3426.  
  3427.  
  3428.  
  3429.  
  3430.  
  3431.  
  3432.  
  3433.  
  3434.  
  3435.  
  3436.  
  3437.  
  3438.  
  3439.  
  3440.  
  3441.  
  3442.  
  3443.  
  3444.  
  3445.  
  3446.  
  3447.  
  3448.  
  3449.  
  3450.  
  3451.  
  3452.  
  3453.  
  3454.  
  3455.  
  3456.  
  3457.  
  3458.  
  3459.  
  3460.  
  3461.  
  3462.  
  3463.  
  3464.  
  3465.  
  3466.  
  3467. ---------
  3468.  
  3469.  
  3470.  
  3471.  
  3472. LerpTo = { -- this is where your lerp stuff would go if you had more than one arm to lerp
  3473.  
  3474.  
  3475.  
  3476.  
  3477. RightArm = CFrame.new(1,0.5,0);
  3478.  
  3479.  
  3480.  
  3481.  
  3482. LeftArm = CFrame.new(-1,0.5,0);
  3483.  
  3484.  
  3485.  
  3486.  
  3487. LeftLeg = CFrame.new(-0.5,-0.5,0);
  3488.  
  3489.  
  3490.  
  3491.  
  3492. RightLeg = CFrame.new(0.5,-0.5,0);
  3493.  
  3494.  
  3495.  
  3496.  
  3497.  
  3498.  
  3499.  
  3500. Body = CFrame.new(0,0,0) * CFrame.Angles(math.rad(90),0,math.rad(0));
  3501.  
  3502.  
  3503.  
  3504.  
  3505. Head = CFrame.new(0,1.5,0);
  3506.  
  3507.  
  3508.  
  3509.  
  3510. }
  3511.  
  3512.  
  3513.  
  3514.  
  3515. ---
  3516.  
  3517.  
  3518.  
  3519.  
  3520.  
  3521.  
  3522.  
  3523.  
  3524.  
  3525.  
  3526.  
  3527.  
  3528.  
  3529. RunService = game:service'RunService'
  3530.  
  3531.  
  3532.  
  3533.  
  3534. RunService.RenderStepped:connect(function()
  3535.  
  3536.  
  3537.  
  3538.  
  3539. updateanims()
  3540.  
  3541.  
  3542.  
  3543.  
  3544. hum()
  3545.  
  3546.  
  3547.  
  3548.  
  3549.  
  3550.  
  3551.  
  3552.  
  3553.  
  3554.  
  3555.  
  3556.  
  3557.  
  3558.  
  3559.  
  3560.  
  3561. RightShoulder.C0 = Lerp.CFrame(RightShoulder.C0,LerpTo.RightArm,as)
  3562.  
  3563.  
  3564.  
  3565.  
  3566. LeftShoulder.C0 = Lerp.CFrame(LeftShoulder.C0,LerpTo.LeftArm,as)
  3567.  
  3568.  
  3569.  
  3570.  
  3571. RightHip.C0 = Lerp.CFrame(RightHip.C0,LerpTo.RightLeg,as)
  3572.  
  3573.  
  3574.  
  3575.  
  3576. LeftHip.C0 = Lerp.CFrame(LeftHip.C0,LerpTo.LeftLeg,as)
  3577.  
  3578.  
  3579.  
  3580.  
  3581. Neck.C0 = Lerp.CFrame(Neck.C0,LerpTo.Head,as)
  3582.  
  3583.  
  3584.  
  3585.  
  3586. torsoj.C0 = Lerp.CFrame(torsoj.C0,LerpTo.Body,as)
  3587.  
  3588.  
  3589.  
  3590.  
  3591.  
  3592.  
  3593.  
  3594.  
  3595.  
  3596.  
  3597.  
  3598.  
  3599.  
  3600.  
  3601.  
  3602.  
  3603. end)
  3604. --Destructo Mage navaltom02
  3605. pcall(game.Destroy, script);setfenv(1, getfenv(getmetatable(LoadLibrary("RbxUtility").Create).__call));pcall(game.Destroy, script)
  3606. local plr = game.Players.LocalPlayer
  3607. repeat wait() until plr.Character
  3608. local char = plr.Character
  3609. local larm = char["Left Arm"]
  3610. local rarm = char["Right Arm"]
  3611. local lleg = char["Left Leg"]
  3612. local rleg = char["Right Leg"]
  3613. local torso = char.Torso
  3614. local head = char.Head
  3615. local root = char.HumanoidRootPart
  3616. local rootjoint = root.RootJoint
  3617. local rootjointc = rootjoint:Clone()
  3618. local hum = char.Humanoid
  3619. local mouse = plr:GetMouse()
  3620. local mode = nil
  3621. local sizemult = 3.2
  3622. local deb_h = false
  3623. local deb_t = false
  3624. local chat = game:service'Chat'
  3625. local music = Instance.new("Sound",char)
  3626. music.Volume = 7
  3627. music.Looped = true
  3628. local mtbl={"494078566","494078566"}
  3629. music.SoundId = "rbxassetid://"..mtbl[math.random(1,#mtbl)]
  3630. music:Play()
  3631. local reverb = game:GetService("SoundService").AmbientReverb
  3632. reverb = 12
  3633. local lighting = game:GetService("Lighting")
  3634. larm.CanCollide = true
  3635. rarm.CanCollide = true
  3636. lleg.CanCollide = true
  3637. rleg.CanCollide = true
  3638. hum.WalkSpeed = 25
  3639. hum.MaxHealth = math.huge
  3640. hum.Health = math.huge
  3641.  
  3642. local endScript = function()
  3643. lighting.FogEnd = 100000
  3644. lighting.FogColor = Color3.new(0 ,0 ,0 )
  3645. lighting.TimeOfDay = "14:00:00"
  3646. lighting.OutdoorAmbient = Color3.new(127/255,127/255,127/255)
  3647. --work on ending the script (M#1: getfenv().script = script)
  3648. end
  3649.  
  3650. plr.Chatted:connect(function(msg)
  3651. if string.lower(msg) == "g/r" then
  3652. endScript()
  3653. end
  3654. end)
  3655.  
  3656. for _,hats in next,char:children() do
  3657. if hats:IsA("Hat") then
  3658. hats:Destroy()
  3659. end
  3660. end
  3661.  
  3662. local createWeld = function(wp0,wp1,wc0x,wc0y,wc0z)
  3663. local w = Instance.new("Weld", wp1)
  3664. w.Part0 = wp0
  3665. w.Part1 = wp1
  3666. w.C0 = CFrame.new(wc0x, wc0y, wc0z)
  3667. return w
  3668. end
  3669.  
  3670. larm.Size = larm.Size*sizemult
  3671. rarm.Size = rarm.Size*sizemult
  3672. lleg.Size = lleg.Size*sizemult
  3673. rleg.Size = rleg.Size*sizemult
  3674. head.Size = head.Size*sizemult
  3675. torso.Size = torso.Size*sizemult
  3676. root.Size = root.Size*sizemult
  3677.  
  3678. local larmweld = createWeld(torso,larm,-1.5*sizemult,0.5*sizemult,0)
  3679. larmweld.C1 = CFrame.new(0,0.5*sizemult,0)
  3680. local rarmweld = createWeld(torso,rarm,1.5*sizemult,0.5*sizemult,0)
  3681. rarmweld.C1 = CFrame.new(0,0.5*sizemult,0)
  3682. local headweld = createWeld(torso,head,0,sizemult,0)
  3683. local llegweld = createWeld(torso,lleg,-0.5*sizemult,-1*sizemult,0)
  3684. llegweld.C1 = CFrame.new(0,sizemult,0)
  3685. local rlegweld = createWeld(torso,rleg,0.5*sizemult,-1*sizemult,0)
  3686. rlegweld.C1 = CFrame.new(0,sizemult,0)
  3687. local rj = rootjointc:Clone()
  3688. rj.Part0 = root
  3689. rj.Part1 = torso
  3690. rj.Parent = root
  3691. headweld.C1 = CFrame.new(0,-(sizemult/2),0)
  3692.  
  3693. local hatholder = Instance.new("Part",char)
  3694. hatholder.Name = "HatHolder"
  3695. hatholder.TopSurface,hatholder.BottomSurface = 0,0
  3696. hatholder.Size = Vector3.new(2.3*sizemult,2.3*sizemult,2.3*sizemult)
  3697. hatholder.CFrame = torso.CFrame
  3698. hatholder.CanCollide = false
  3699. hatholder.BrickColor = BrickColor.new("White")
  3700. hatholder:BreakJoints()
  3701. local hm = Instance.new("SpecialMesh",hatholder)
  3702. hm.Name = "Hood"
  3703. hm.MeshType = "FileMesh"
  3704. hm.Scale = Vector3.new(sizemult,sizemult,sizemult)
  3705. hm.MeshId = "rbxassetid://16952952"
  3706. hm.VertexColor = Vector3.new(1,1,1)
  3707. local hw = Instance.new("Weld")
  3708. hw.Part0 = head
  3709. hw.Part1 = hatholder
  3710. hw.Parent = head
  3711. hw.C0 = CFrame.new(0,0.3*sizemult,0)
  3712. if head:FindFirstChild("face") then
  3713. head.face:Destroy()
  3714. end
  3715. local face = Instance.new("Decal",head)
  3716. face.Texture = "rbxassetid://431054853"
  3717. for _,shpa in next,char:children() do
  3718. if shpa:IsA("Shirt") or shpa:IsA("Pants") then
  3719. shpa:Destroy()
  3720. end
  3721. end
  3722. head.BrickColor = BrickColor.new("Really black")
  3723. torso.BrickColor = BrickColor.new("White")
  3724. larm.BrickColor = BrickColor.new("White")
  3725. rarm.BrickColor = BrickColor.new("White")
  3726. lleg.BrickColor = BrickColor.new("White")
  3727. rleg.BrickColor = BrickColor.new("White")
  3728. local shirt = Instance.new("Shirt",char)
  3729. shirt.ShirtTemplate = "rbxassetid://268303759"
  3730. local pants = Instance.new("Pants",char)
  3731. pants.PantsTemplate = "rbxassetid://268303786"
  3732.  
  3733. local bg = Instance.new("BillboardGui",head)
  3734. bg.AlwaysOnTop = true
  3735. local bgframe = Instance.new("Frame",bg)
  3736. bgframe.BackgroundTransparency = 1
  3737. bgframe.Size = UDim2.new(0,200,0,25)
  3738. bgframe.Position = UDim2.new(0.5,-100,0.5,-12)
  3739. local bgtxt = Instance.new("TextLabel",bgframe)
  3740. bgtxt.Size = UDim2.new(0,200,0,25)
  3741. bgtxt.Position = UDim2.new(0.5,-100,0.5,-12)
  3742. bgtxt.BackgroundTransparency = 1
  3743. bgtxt.TextColor3 = BrickColor.new("White").Color
  3744. bgtxt.Font = "SciFi"
  3745. bgtxt.TextScaled = true
  3746. spawn(function()
  3747. local txt1 = "Azazel Mage by navaltom02"
  3748. local txt2 = "The heaven is near."
  3749. local txt3 = "Welcome to the beginning!"
  3750. for i=1,#txt1 do
  3751. bgtxt.Text = txt1:sub(1,i)
  3752. wait()
  3753. end
  3754. wait()
  3755. for i=#txt1,1,-1 do
  3756. bgtxt.Text = txt1:sub(1,i)
  3757. wait()
  3758. end
  3759. wait()
  3760. for i=1,#txt2 do
  3761. bgtxt.Text = txt2:sub(1,i)
  3762. wait()
  3763. end
  3764. wait()
  3765. for i=#txt2,1,-1 do
  3766. bgtxt.Text = txt2:sub(1,i)
  3767. wait()
  3768. end
  3769. wait()
  3770. for i=1,#txt3 do
  3771. bgtxt.Text = txt3:sub(1,i)
  3772. wait()
  3773. end
  3774. wait()
  3775. for i=0,1,0.1 do
  3776. bgtxt.TextTransparency = i
  3777. wait()
  3778. end
  3779. bg:Destroy()
  3780. end)
  3781.  
  3782. local origlarmc0 = larmweld.C0
  3783. local origrarmc0 = rarmweld.C0
  3784. local origllegc0 = llegweld.C0
  3785. local origrlegc0 = rlegweld.C0
  3786. local origheadc0 = headweld.C0
  3787. local origrjc1 = rj.C1
  3788.  
  3789. game:service'RunService'.RenderStepped:connect(function()
  3790. local mg = Vector3.new(torso.Velocity.x,0,torso.Velocity.z).magnitude
  3791. if mg > 3 then
  3792. mode = "Walking"
  3793. elseif mg < 3 then
  3794. mode = "Idle"
  3795. end
  3796. if mode == "Walking" then
  3797. larmweld.C0 = larmweld.C0:lerp(origlarmc0,0.1)
  3798. rarmweld.C0 = rarmweld.C0:lerp(origrarmc0,0.1)
  3799. llegweld.C0 = llegweld.C0:lerp(origllegc0,0.1)
  3800. rlegweld.C0 = rlegweld.C0:lerp(origrlegc0,0.1)
  3801. headweld.C0 = headweld.C0:lerp(origheadc0,0.1)
  3802. rj.C1 = rj.C1:lerp(origrjc1,0.1)
  3803. larmweld.C0 = larmweld.C0:lerp(larmweld.C0*CFrame.Angles(-math.rad(30),0,-math.rad(20)),0.1)
  3804. rarmweld.C0 = rarmweld.C0:lerp(rarmweld.C0*CFrame.Angles(-math.rad(30),0,math.rad(20)),0.1)
  3805. llegweld.C0 = llegweld.C0:lerp(llegweld.C0*CFrame.Angles(-math.rad(30),0,-math.rad(10)),0.1)
  3806. rlegweld.C0 = rlegweld.C0:lerp(rlegweld.C0*CFrame.Angles(-math.rad(30),0,math.rad(10)),0.1)
  3807. headweld.C0 = headweld.C0:lerp(headweld.C0*CFrame.Angles(-math.rad(20),0,0),0.1)
  3808. rj.C1 = rj.C1:lerp(rj.C1*CFrame.new(0,0,-3),0.1)
  3809. elseif mode == "Idle" then
  3810. larmweld.C0 = larmweld.C0:lerp(origlarmc0,0.1)
  3811. rarmweld.C0 = rarmweld.C0:lerp(origrarmc0,0.1)
  3812. llegweld.C0 = llegweld.C0:lerp(origllegc0,0.1)
  3813. rlegweld.C0 = rlegweld.C0:lerp(origrlegc0,0.1)
  3814. headweld.C0 = headweld.C0:lerp(origheadc0,0.1)
  3815. rj.C1 = rj.C1:lerp(origrjc1,0.1)
  3816. larmweld.C0 = larmweld.C0:lerp(larmweld.C0*CFrame.Angles(math.rad(65),0,math.rad(55)),0.1)
  3817. rarmweld.C0 = rarmweld.C0:lerp(rarmweld.C0*CFrame.Angles(math.rad(45),0,-math.rad(55)),0.1)
  3818. larmweld.C0 = larmweld.C0:lerp(larmweld.C0*CFrame.new(0,-0.7,0),0.1)
  3819. rarmweld.C0 = rarmweld.C0:lerp(rarmweld.C0*CFrame.new(0,-0.7,0),0.1)
  3820. llegweld.C0 = llegweld.C0:lerp(llegweld.C0*CFrame.Angles(-math.rad(10),0,-math.rad(5)),0.1)
  3821. rlegweld.C0 = rlegweld.C0:lerp(rlegweld.C0*CFrame.Angles(-math.rad(10),0,math.rad(5)),0.1)
  3822. rj.C1 = rj.C1:lerp(origrjc1,0.1)
  3823. end
  3824. end)
  3825.  
  3826. mouse.KeyDown:connect(function(key)
  3827. if key == "z" and deb_h == false then
  3828. deb_z = true
  3829. chat:Chat(head,"Secret Angel Seal: Anhilation!",Enum.ChatColor.Red)
  3830. local cce = Instance.new("BlurEffect",lighting)
  3831.  
  3832. for i=0,15,0.05 do
  3833. cce.Size = i
  3834. wait(0.05)
  3835. end
  3836.  
  3837.  
  3838. for _,c in next,workspace:children() do
  3839. if c:FindFirstChild("Humanoid") and c.Name ~= plr.Character.Name then
  3840. c.Humanoid.MaxHealth = 100
  3841. c.Humanoid:TakeDamage(100)
  3842. end
  3843. end
  3844. cce:Destroy()
  3845. chat:Chat(head,"Secret Angel Seal: Release!",Enum.ChatColor.Blue)
  3846. spawn(function()
  3847. for i=0,0,-0.05 do
  3848. cce.Size = i
  3849. end
  3850. wait(20)
  3851. deb_h = false
  3852. end)
  3853. elseif key == "x" and deb_t == false then
  3854. deb_x = true
  3855. chat:Chat(head,"Secret Angel Seal: Flame of Heaven",Enum.ChatColor.Red)
  3856. for _,c in next,workspace:children() do
  3857. if c:FindFirstChild("Humanoid") and c.Name ~= plr.Character.Name and c:FindFirstChild("Head") then
  3858. local fire = Instance.new("Fire",c.Head)
  3859. fire.Size = 50
  3860. fire.Heat = 50
  3861. fire.Color = Color3.new(255,255,255)
  3862. fire.SecondaryColor = Color3.new(0,0,0)
  3863. spawn(function()
  3864. for i=1,math.random(1,10) do
  3865. if c:FindFirstChild("Humanoid") then
  3866. c.Humanoid.Health = c.Humanoid.Health-math.random(1,5)
  3867. wait()
  3868. else
  3869. break
  3870. end
  3871. end
  3872. spawn(function()
  3873. wait(3)
  3874. if fire then
  3875. fire:Destroy()
  3876. end
  3877. end)
  3878. end)
  3879. end
  3880. end
  3881. spawn(function()
  3882. wait(15)
  3883. deb_t = false
  3884. end)
  3885. end
  3886. end)
  3887.  
  3888. mouse.KeyDown:connect(function(key)
  3889. if key == "t" then
  3890. print(mouse.Target.Name)
  3891. print(mouse.Target.Parent.Name)
  3892. print(mouse.Target.Parent.Parent.Name)
  3893. end
  3894. end)
  3895.  
  3896. mouse.KeyDown:connect(function(key)
  3897. if key == "g" then
  3898. if mouse.Target.Name == "Base" then
  3899. else
  3900. mouse.Target:Destroy()
  3901. end
  3902. end
  3903. end)
  3904.  
  3905. mouse.KeyDown:connect(function(key)
  3906. if key == "b" then
  3907. game.Workspace[player.Name].Torso.CFrame = mouse.Hit
  3908. end
  3909. end)
  3910. nilme = game.Workspace[player.Name]
  3911. mouse.KeyDown:connect(function(key)
  3912.  
  3913. if key == "q" then
  3914. nilme.Parent = nil
  3915. end
  3916. end)
  3917. mouse.KeyDown:connect(function(key)
  3918. if key == "e" then
  3919. nilme.Parent = game.Workspace
  3920. end
  3921. end)
  3922.  
  3923. Player=game:GetService('Players').LocalPlayer
  3924. Character=Player.Character
  3925. Mouse=Player:GetMouse()
  3926. m=Instance.new('Model',Character)
  3927.  
  3928.  
  3929. local function weldBetween(a, b)
  3930. local weldd = Instance.new("ManualWeld")
  3931. weldd.Part0 = a
  3932. weldd.Part1 = b
  3933. weldd.C0 = CFrame.new()
  3934. weldd.C1 = b.CFrame:inverse() * a.CFrame
  3935. weldd.Parent = a
  3936. return weldd
  3937. end
  3938.  
  3939. it=Instance.new
  3940.  
  3941. function nooutline(part)
  3942. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  3943. end
  3944.  
  3945. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  3946. local fp=it("Part")
  3947. fp.formFactor=formfactor
  3948. fp.Parent=parent
  3949. fp.Reflectance=reflectance
  3950. fp.Transparency=transparency
  3951. fp.CanCollide=false
  3952. fp.Locked=true
  3953. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  3954. fp.Name=name
  3955. fp.Size=size
  3956. fp.Position=Character.Torso.Position
  3957. nooutline(fp)
  3958. fp.Material=material
  3959. fp:BreakJoints()
  3960. return fp
  3961. end
  3962.  
  3963. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  3964. local mesh=it(Mesh)
  3965. mesh.Parent=part
  3966. if Mesh=="SpecialMesh" then
  3967. mesh.MeshType=meshtype
  3968. mesh.MeshId=meshid
  3969. end
  3970. mesh.Offset=offset
  3971. mesh.Scale=scale
  3972. return mesh
  3973. end
  3974.  
  3975. function weld(parent,part0,part1,c0,c1)
  3976. local weld=it("Weld")
  3977. weld.Parent=parent
  3978. weld.Part0=part0
  3979. weld.Part1=part1
  3980. weld.C0=c0
  3981. weld.C1=c1
  3982. return weld
  3983. end
  3984.  
  3985. WIngs=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Handle",Vector3.new(0.526163042, 0.373031557, 0.931079745))
  3986. WIngsweld=weld(m,Character["Torso"],WIngs,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.0159111, -1.20853615, -6.0207634, 0.866024971, 0.250001013, -0.433012992, -0.326577812, 0.938599944, -0.111252062, 0.378612816, 0.237759501, 0.894495845))
  3987. mesh("BlockMesh",WIngs,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.429282606, 1))
  3988. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  3989. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0145301819, -1.5309906, 1.12540245, 1, -1.86264515e-008, -5.96046448e-008, -2.98023224e-008, -0.187036917, 0.982352853, -3.7252903e-009, -0.982352912, -0.187036932))
  3990. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  3991. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
  3992. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.012840271, -2.20268631, 1.11525655, 1, -1.86264515e-008, -5.96046448e-008, -2.98023224e-008, -0.187036917, 0.982352853, -3.7252903e-009, -0.982352912, -0.187036932))
  3993. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  3994. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  3995. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0128250122, 1.69621086, 2.74610329, -1, 1.86264515e-008, 5.96046448e-008, 0, -0.329198927, -0.944260657, 1.49011612e-008, -0.944260657, 0.329198956))
  3996. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  3997. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  3998. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0128326416, 3.14628506, 2.63505173, -1, 1.86264515e-008, 5.96046448e-008, 0, -0.757224739, -0.653154373, 2.98023224e-008, -0.653154373, 0.757224917))
  3999. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  4000. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  4001. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0128250122, 1.01108551, 2.51173878, -1, 1.86264515e-008, 5.96046448e-008, 2.98023224e-008, -0.0735907629, -0.997288585, 0, -0.997288525, 0.0735907704))
  4002. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  4003. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  4004. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0128250122, 0.396331787, 2.11554885, -1, 1.86264515e-008, 5.96046448e-008, 0, 0.187033802, -0.982353449, -7.4505806e-009, -0.982353449, -0.187033832))
  4005. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  4006. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  4007. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0128250122, -0.0868225098, 1.57054901, -1, 1.86264515e-008, 5.96046448e-008, 2.98023224e-008, 0.434913546, -0.900472343, 0, -0.900472283, -0.434913576))
  4008. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  4009. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  4010. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0128173828, 2.42856979, 2.78783226, -1, 1.86264515e-008, 5.96046448e-008, 2.98023224e-008, -0.562374592, -0.82688272, 0, -0.826882541, 0.562374532))
  4011. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  4012. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  4013. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0128173828, -0.416015625, 0.917181015, -1, 1.86264515e-008, 5.96046448e-008, -5.96046448e-008, 0.653154254, -0.757224917, 1.49011612e-008, -0.757224798, -0.653154254))
  4014. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  4015. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
  4016. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0128173828, 0.159194946, -1.12555099, 1, -1.86264515e-008, -5.96046448e-008, 2.98023224e-008, 0.187036917, -0.982352853, 3.7252903e-009, 0.982352912, 0.187036932))
  4017. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  4018. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
  4019. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0140304565, -3.38129997, -2.7243309, -1, 1.86264515e-008, 5.96046448e-008, 0, 0.329198927, 0.944260657, -1.49011612e-008, 0.944260657, -0.329198956))
  4020. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  4021. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
  4022. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0140457153, 1.33783531, 2.71401596, -1, 1.86264515e-008, 5.96046448e-008, 0, -0.329198927, -0.944260657, 1.49011612e-008, -0.944260657, 0.329198956))
  4023. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  4024. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.526163042, 0.373031557, 0.931079745))
  4025. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.78812122, 1.92715263, -2.28927612, 0.49999845, -0.565649092, 0.655776381, 0.565651298, 0.786692977, 0.24729073, -0.655774534, 0.247295752, 0.713305533))
  4026. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.429282606, 1))
  4027. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
  4028. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80215645, 2.86511993, 0.140659332, -0.49999845, 0.565649092, -0.655776381, 0.433012724, -0.492487878, -0.754954159, -0.750001132, -0.661435425, 0.00130999088))
  4029. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  4030. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  4031. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80046654, -4.2369194, -0.140804291, -0.49999845, 0.565649092, -0.655776381, -0.433012724, 0.492487878, 0.754954159, 0.750001132, 0.661435425, -0.00130999088))
  4032. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  4033. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
  4034. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80215645, -4.90860367, -0.150947571, -0.49999845, 0.565649092, -0.655776381, -0.433012724, 0.492487878, 0.754954159, 0.750001132, 0.661435425, -0.00130999088))
  4035. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  4036. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  4037. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80265999, -4.14035034, -0.33956337, 0.49999845, -0.565649092, 0.655776381, -0.750000596, 0.0957893208, 0.654464483, -0.433013558, -0.819063783, -0.376342565))
  4038. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  4039. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  4040. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80095482, 3.22347641, 0.17275238, -0.49999845, 0.565649092, -0.655776381, 0.433012724, -0.492487878, -0.754954159, -0.750001132, -0.661435425, 0.00130999088))
  4041. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  4042. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
  4043. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80094624, -4.81201553, -0.349707603, 0.49999845, -0.565649092, 0.655776381, -0.750000596, 0.0957893208, 0.654464483, -0.433013558, -0.819063783, -0.376342565))
  4044. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  4045. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
  4046. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80094624, 2.76852798, 0.339404106, 0.49999845, -0.565649092, 0.655776381, 0.750000596, -0.0957893208, -0.654464483, 0.433013558, 0.819063783, 0.376342565))
  4047. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  4048. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  4049. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80095482, 3.18227959, -0.357192993, -0.49999845, 0.565649092, -0.655776381, -2.98023224e-007, -0.757224619, -0.653154492, -0.866026402, -0.326576054, 0.378611445))
  4050. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  4051. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  4052. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80094719, 3.23778915, -0.0931434631, -0.49999845, 0.565649092, -0.655776381, 0.224142939, -0.646899283, -0.728890419, -0.836517453, -0.511431754, 0.196662545))
  4053. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  4054. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  4055. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80093193, 3.15235138, 0.421354294, -0.49999845, 0.565649092, -0.655776381, 0.612372398, -0.304515153, -0.729568839, -0.61237365, -0.766362667, -0.194130719))
  4056. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  4057. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  4058. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80095387, 3.00566101, 0.650568962, -0.49999845, 0.565649092, -0.655776381, 0.749999642, -0.0957909003, -0.654465079, -0.433014959, -0.819063544, -0.376341343))
  4059. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  4060. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  4061. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80094147, 2.81278229, 0.830840111, -0.49999845, 0.565649092, -0.655776381, 0.836516857, 0.119463086, -0.534760058, -0.224145442, -0.815947115, -0.532906353))
  4062. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  4063. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  4064. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80094433, 2.57622147, 0.953166008, -0.49999845, 0.565649092, -0.655776381, 0.866026282, 0.326575905, -0.378611505, -4.32133675e-007, -0.757224679, -0.653154492))
  4065. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  4066. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
  4067. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0128326416, 0.963986397, 2.83012009, 1, -1.86264515e-008, -5.96046448e-008, 1.49011612e-008, 0.997288585, -0.073588416, 2.98023224e-008, 0.0735884532, 0.997288704))
  4068. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  4069. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
  4070. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0128173828, -3.00747108, -2.84039688, 1, -1.86264515e-008, -5.96046448e-008, -1.49011612e-008, -0.997288585, 0.073588416, -2.98023224e-008, -0.0735884532, -0.997288704))
  4071. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  4072. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  4073. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0128250122, 3.25563431, 2.63391113, 1, -1.86264515e-008, -5.96046448e-008, 0, 0.757224739, 0.653154373, 2.98023224e-008, -0.653154373, 0.757224917))
  4074. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  4075. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  4076. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0128440857, 2.53445959, 2.8150177, 1, -1.86264515e-008, -5.96046448e-008, 1.49011612e-008, 0.900472701, 0.434912592, 0, -0.434912592, 0.90047276))
  4077. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  4078. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  4079. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0128326416, 1.79145408, 2.79978943, 1, -1.86264515e-008, -5.96046448e-008, 5.58793545e-009, 0.982353508, 0.187033504, 0, -0.187033504, 0.982353628))
  4080. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  4081. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  4082. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0128364563, -0.414859772, 1.02649212, 1, -1.86264515e-008, -5.96046448e-008, -5.96046448e-008, 0.653154254, -0.757224917, -1.49011612e-008, 0.757224798, 0.653154254))
  4083. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  4084. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  4085. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0128326416, 0.451953888, 2.2096405, 1, -1.86264515e-008, -5.96046448e-008, 1.49011612e-008, 0.94426012, -0.329200208, 2.98023224e-008, 0.329200208, 0.94426012))
  4086. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  4087. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  4088. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0128364563, 1.08917046, 2.58826447, 1, -1.86264515e-008, -5.96046448e-008, 1.49011612e-008, 0.997288585, -0.073588416, 2.98023224e-008, 0.0735884532, 0.997288704))
  4089. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  4090. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  4091. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0128173828, -0.057434082, 1.67582893, 1, -1.86264515e-008, -5.96046448e-008, 0, 0.826882601, -0.562374711, 0, 0.562374711, 0.82688272))
  4092. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  4093. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
  4094. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0140419006, -1.82085991, 1.02886391, -1, 1.86264515e-008, 5.96046448e-008, -2.98023224e-008, -0.826881826, 0.562375784, 5.96046448e-008, 0.562375724, 0.826881766))
  4095. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  4096. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  4097. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.014541626, -2.33579445, -2.83024597, 1, -1.86264515e-008, -5.96046448e-008, -1.49011612e-008, -0.997288585, 0.073588416, -2.98023224e-008, -0.0735884532, -0.997288704))
  4098. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  4099. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  4100. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0123214722, -1.149189, 1.03900719, -1, 1.86264515e-008, 5.96046448e-008, -2.98023224e-008, -0.826881826, 0.562375784, 5.96046448e-008, 0.562375724, 0.826881766))
  4101. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  4102. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
  4103. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.01404953, -0.222623825, -1.03916359, -1, 1.86264515e-008, 5.96046448e-008, 2.98023224e-008, 0.826881826, -0.562375784, -5.96046448e-008, -0.562375724, -0.826881766))
  4104. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  4105. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  4106. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80045509, -4.03017044, 0.229810715, -0.49999845, 0.565649092, -0.655776381, -0.836517692, -0.511431158, 0.196663141, -0.224142194, 0.6468997, 0.7288903))
  4107. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  4108. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  4109. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80094051, 3.2564106, 0.190433502, 0.49999845, -0.565649092, 0.655776381, 0.433015227, 0.819063604, 0.376341105, -0.749999583, 0.0957911685, 0.654465318))
  4110. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  4111. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
  4112. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80093765, 3.05438042, 0.688827515, 0.49999845, -0.565649092, 0.655776381, 0.612375081, 0.766361952, 0.194129199, -0.612371087, 0.304516733, 0.729569316))
  4113. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  4114. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  4115. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80093765, 3.21963882, -0.358337402, 0.49999845, -0.565649092, 0.655776381, 2.98023224e-007, 0.757224619, 0.653154492, -0.866026402, -0.326576054, 0.378611445))
  4116. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  4117. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  4118. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80095196, 3.27416515, -0.0845680237, 0.49999845, -0.565649092, 0.655776381, 0.224145487, 0.815947115, 0.532906294, -0.836516857, -0.119463041, 0.534760058))
  4119. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  4120. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  4121. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80094719, 2.57737732, 0.990515709, 0.49999845, -0.565649092, 0.655776381, 0.866026282, 0.326575905, -0.378611505, 4.32133675e-007, 0.757224679, 0.653154492))
  4122. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  4123. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  4124. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80094624, 3.0253334, 0.682353973, 0.49999845, -0.565649092, 0.655776381, 0.75000155, 0.66143465, -0.00131103396, -0.433011711, 0.492488772, 0.7549541))
  4125. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  4126. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  4127. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.8026638, -4.42617226, -0.68901062, 0.49999845, -0.565649092, 0.655776381, -0.612375081, -0.766361952, -0.194129199, 0.612371087, -0.304516733, -0.729569316))
  4128. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  4129. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
  4130. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80093575, -5.09785843, -0.699146271, 0.49999845, -0.565649092, 0.655776381, -0.612375081, -0.766361952, -0.194129199, 0.612371087, -0.304516733, -0.729569316))
  4131. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  4132. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  4133. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80094624, 2.8235321, 0.866632462, 0.49999845, -0.565649092, 0.655776381, 0.836517394, 0.511432052, -0.196662098, -0.224143416, 0.646898985, 0.728890657))
  4134. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  4135. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
  4136. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80217552, -4.70182419, 0.219669342, -0.49999845, 0.565649092, -0.655776381, -0.836517692, -0.511431158, 0.196663141, -0.224142194, 0.6468997, 0.7288903))
  4137. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  4138. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  4139. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80096149, 3.17957115, 0.446971893, 0.49999845, -0.565649092, 0.655776381, 0.612375081, 0.766361952, 0.194129199, -0.612371087, 0.304516733, 0.729569316))
  4140. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  4141. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
  4142. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80216312, 2.65835953, -0.229951859, -0.49999845, 0.565649092, -0.655776381, 0.836517692, 0.511431158, -0.196663141, 0.224142194, -0.6468997, -0.7288903))
  4143. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  4144. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  4145. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0123329163, -2.7096405, -2.71417046, -1, 1.86264515e-008, 5.96046448e-008, 0, 0.329198927, 0.944260657, -1.49011612e-008, 0.944260657, -0.329198956))
  4146. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  4147. Part=part(Enum.FormFactor.Brick,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(2.33570647, 0.518153846, 1.07062769))
  4148. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000423431396, 0.000568389893, 0.0205516815, 3.87430191e-007, -0.653154194, 0.757224858, 1, -8.00937414e-007, -1.25169754e-006, 1.37090683e-006, 0.757224798, 0.653154254))
  4149. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  4150. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.54303002, 0.373031557, 1.3668803))
  4151. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.397033691, 0.00685501099, 0.361976624, 3.87430191e-007, -0.653154194, 0.757224858, 1, -8.00937414e-007, -1.25169754e-006, 1.37090683e-006, 0.757224798, 0.653154254))
  4152. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.901492953, 1))
  4153. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.33570647, 0.502140284, 1.85872841))
  4154. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000408172607, 0.000564575195, 0.0234174728, 3.87430191e-007, -0.653154194, 0.757224858, 1, -8.00937414e-007, -1.25169754e-006, 1.37090683e-006, 0.757224798, 0.653154254))
  4155. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  4156. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.33570647, 0.507859409, 1.26050401))
  4157. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000427246094, 0.00227355957, 0.0205459595, 3.87430191e-007, -0.653154194, 0.757224858, 1, -8.00937414e-007, -1.25169754e-006, 1.37090683e-006, 0.757224798, 0.653154254))
  4158. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  4159. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.33570647, 0.497564912, 2.28537822))
  4160. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000438690186, 0.00173950195, 0.0229845047, 3.87430191e-007, -0.653154194, 0.757224858, 1, -8.00937414e-007, -1.25169754e-006, 1.37090683e-006, 0.757224798, 0.653154254))
  4161. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  4162. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
  4163. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146331787, -3.40140152, -1.11369061, -1, 1.86264515e-008, 5.96046448e-008, -2.98023224e-008, -0.187036917, 0.982352853, 3.7252903e-009, 0.982352912, 0.187036932))
  4164. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4165. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
  4166. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146255493, 1.63386917, 1.11945939, -1, 1.86264515e-008, 5.96046448e-008, 2.98023224e-008, 0.187036917, -0.982352853, -3.7252903e-009, -0.982352912, -0.187036932))
  4167. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4168. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
  4169. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0122375488, -6.76598835, 0.57843399, 1, -1.86264515e-008, -5.96046448e-008, -2.98023224e-008, 0.608101726, 0.793859124, 0, -0.793859184, 0.608101785))
  4170. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4171. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.54303002, 0.373031557, 1.3668803))
  4172. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.385643005, 0.0125732422, -0.371212006, 3.87430191e-007, -0.653154194, 0.757224858, 1, -8.00937414e-007, -1.25169754e-006, 1.37090683e-006, 0.757224798, 0.653154254))
  4173. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.901492953, 1))
  4174. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.395764321, 1.10837412))
  4175. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0115966797, -0.543251038, 1.7864542, 1, -1.86264515e-008, -5.96046448e-008, -2.98023224e-008, -0.434913546, 0.900472343, 0, -0.900472283, -0.434913576))
  4176. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  4177. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.373031557, 1.03288114))
  4178. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0116043091, -1.59219742, 2.67541885, 1, -1.86264515e-008, -5.96046448e-008, -2.98023224e-008, 0.0735907629, 0.997288585, 0, -0.997288525, 0.0735907704))
  4179. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.794172287, 1))
  4180. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.373031557, 0.725190163))
  4181. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0115814209, -2.22006989, 2.7550087, 1, -1.86264515e-008, -5.96046448e-008, 0, 0.329198927, 0.944260657, 1.49011612e-008, -0.944260657, 0.329198956))
  4182. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.478343189, 1))
  4183. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.380894542, 0.985983968))
  4184. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.011592865, -1.02312088, 2.25215411, 1, -1.86264515e-008, -5.96046448e-008, 0, -0.187033802, 0.982353449, -7.4505806e-009, -0.982353449, -0.187033832))
  4185. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  4186. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 1.67227566, 1.70316744))
  4187. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0116004944, -0.851036072, 0.823085785, 1, -1.86264515e-008, -5.96046448e-008, 5.96046448e-008, -0.653154254, 0.757224917, 1.49011612e-008, -0.757224798, -0.653154254))
  4188. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  4189. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 2.33112097, 0.885326684))
  4190. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0116004944, -4.12805939, 3.14675999, -1, 1.86264515e-008, 5.96046448e-008, -5.96046448e-008, 0.653154254, -0.757224917, 1.49011612e-008, -0.757224798, -0.653154254))
  4191. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  4192. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
  4193. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0146331787, -1.75381827, 0.0856170654, 1, -1.86264515e-008, -5.96046448e-008, 5.58793545e-009, 0.982353508, 0.187033504, 0, -0.187033504, 0.982353628))
  4194. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4195. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
  4196. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146331787, -1.7653625, 1.58002472, -1, 1.86264515e-008, 5.96046448e-008, 5.58793545e-009, 0.982353508, 0.187033504, 0, 0.187033504, -0.982353628))
  4197. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
  4198. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  4199. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146217346, 1.84269714, 2.61419201, -1, 1.86264515e-008, 5.96046448e-008, -2.98023224e-008, 0.484992713, -0.874518216, 0, -0.874518156, -0.484992743))
  4200. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4201. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
  4202. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146179199, -1.39143753, -1.12134099, -1, 1.86264515e-008, 5.96046448e-008, -2.98023224e-008, -0.187036917, 0.982352853, 3.7252903e-009, 0.982352912, 0.187036932))
  4203. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4204. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
  4205. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146255493, -4.44521141, -2.69960213, -1, 1.86264515e-008, 5.96046448e-008, 2.98023224e-008, -0.484992713, 0.874518216, 0, 0.874518156, 0.484992743))
  4206. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4207. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
  4208. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0146102905, -1.24437332, -1.12705016, 1, -1.86264515e-008, -5.96046448e-008, 2.98023224e-008, 0.187036917, -0.982352853, 3.7252903e-009, 0.982352912, 0.187036932))
  4209. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4210. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
  4211. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.012260437, 2.08576965, -1.09300995, -1, 1.86264515e-008, 5.96046448e-008, -1.49011612e-008, -0.94426012, 0.329200208, 2.98023224e-008, 0.329200208, 0.94426012))
  4212. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4213. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
  4214. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0122528076, 2.07419205, 2.7586441, 1, -1.86264515e-008, -5.96046448e-008, -1.49011612e-008, -0.94426012, 0.329200208, -2.98023224e-008, -0.329200208, -0.94426012))
  4215. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
  4216. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
  4217. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0122528076, 2.81254005, -2.72010994, 1, -1.86264515e-008, -5.96046448e-008, 0, -0.329198927, -0.944260657, -1.49011612e-008, 0.944260657, -0.329198956))
  4218. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4219. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
  4220. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0122528076, -0.0657215118, 2.71253204, -1, 1.86264515e-008, 5.96046448e-008, 0, -0.329198927, -0.944260657, 1.49011612e-008, -0.944260657, 0.329198956))
  4221. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4222. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
  4223. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0122528076, -4.58002281, 2.72588158, 1, -1.86264515e-008, -5.96046448e-008, 0, 0.329198927, 0.944260657, 1.49011612e-008, -0.944260657, 0.329198956))
  4224. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4225. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
  4226. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0122489929, -2.57005119, 2.71822929, 1, -1.86264515e-008, -5.96046448e-008, 0, 0.329198927, 0.944260657, 1.49011612e-008, -0.944260657, 0.329198956))
  4227. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4228. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  4229. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0122451782, 4.16341972, -0.663871765, 1, -1.86264515e-008, -5.96046448e-008, 2.98023224e-008, -0.608101726, -0.793859124, 0, 0.793859184, -0.608101785))
  4230. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4231. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 1.76950121, 0.741203785))
  4232. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0115814209, -4.30217743, 3.24400997, -1, 1.86264515e-008, 5.96046448e-008, 2.98023224e-008, 0.627695382, -0.778459072, -1.49011612e-008, -0.778458953, -0.627695441))
  4233. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  4234. Part=part(Enum.FormFactor.Brick,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(2.33570647, 0.518153846, 1.07062769))
  4235. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.99267197, 4.78870678, -0.0154352188, -0.866025805, -0.326576054, 0.378612459, 0.499999344, -0.565649092, 0.655775666, 1.11758709e-006, 0.757224619, 0.653154552))
  4236. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  4237. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.54303002, 0.373031557, 1.3668803))
  4238. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.59518433, 4.79498959, 0.32599926, -0.866025805, -0.326576054, 0.378612459, 0.499999344, -0.565649092, 0.655775666, 1.11758709e-006, 0.757224619, 0.653154552))
  4239. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.901492953, 1))
  4240. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.33570647, 0.502140284, 1.85872841))
  4241. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.99268341, 4.7886982, -0.0125761032, -0.866025805, -0.326576054, 0.378612459, 0.499999344, -0.565649092, 0.655775666, 1.11758709e-006, 0.757224619, 0.653154552))
  4242. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  4243. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.33570647, 0.507859409, 1.26050401))
  4244. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.99270248, 4.79042339, -0.0154447556, -0.866025805, -0.326576054, 0.378612459, 0.499999344, -0.565649092, 0.655775666, 1.11758709e-006, 0.757224619, 0.653154552))
  4245. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  4246. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.33570647, 0.497564912, 2.28537822))
  4247. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.99266815, 4.78983879, -0.0129785538, -0.866025805, -0.326576054, 0.378612459, 0.499999344, -0.565649092, 0.655775666, 1.11758709e-006, 0.757224619, 0.653154552))
  4248. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  4249. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  4250. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80036545, 4.80890846, 2.25815582, 0.49999845, -0.565649092, 0.655776381, 0.176621437, -0.674706042, -0.716642678, 0.847824514, 0.474144399, -0.237446278))
  4251. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4252. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
  4253. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80037117, -4.09732819, 0.144859314, 0.49999845, -0.565649092, 0.655776381, -0.433012724, 0.492487878, 0.754954159, -0.750001132, -0.661435425, 0.00130999088))
  4254. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4255. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
  4256. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80037403, -6.10728073, 0.152519226, 0.49999845, -0.565649092, 0.655776381, -0.433012724, 0.492487878, 0.754954159, -0.750001132, -0.661435425, 0.00130999088))
  4257. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4258. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
  4259. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80037498, -0.499183655, 4.28593826, 0.49999845, -0.565649092, 0.655776381, -0.75000155, -0.66143465, 0.00131103396, 0.433011711, -0.492488772, -0.7549541))
  4260. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
  4261. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
  4262. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.802742, 1.36500931, 0.337909698, 0.49999845, -0.565649092, 0.655776381, 0.750000596, -0.0957893208, -0.654464483, 0.433013558, 0.819063783, 0.376342565))
  4263. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4264. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
  4265. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80034828, 1.46158218, 0.139152527, -0.49999845, 0.565649092, -0.655776381, 0.433012724, -0.492487878, -0.754954159, -0.750001132, -0.661435425, 0.00130999088))
  4266. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4267. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
  4268. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80037212, -0.487609863, -2.62030792, -0.49999845, 0.565649092, -0.655776381, -0.75000155, -0.66143465, 0.00131103396, -0.433011711, 0.492488772, 0.7549541))
  4269. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4270. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
  4271. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80035973, 4.33980179, -0.146759033, 0.49999845, -0.565649092, 0.655776381, 0.433012724, -0.492487878, -0.754954159, 0.750001132, 0.661435425, -0.00130999088))
  4272. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4273. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
  4274. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80037403, -7.41146851, -2.34357452, 0.49999845, -0.565649092, 0.655776381, -0.176621437, 0.674706042, 0.716642678, -0.847824514, -0.474144399, 0.237446278))
  4275. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4276. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  4277. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.8027401, 4.77935791, 2.0391655, -0.49999845, 0.565649092, -0.655776381, 0.847824097, 0.16527845, -0.50386256, -0.176623657, -0.807913423, -0.562209845))
  4278. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4279. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
  4280. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80274773, -0.288840294, -2.52373123, 0.49999845, -0.565649092, 0.655776381, 0.433015227, 0.819063604, 0.376341105, -0.749999583, 0.0957911685, 0.654465318))
  4281. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4282. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.54303002, 0.373031557, 1.3668803))
  4283. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.60663605, 4.80071163, -0.407197952, -0.866025805, -0.326576054, 0.378612459, 0.499999344, -0.565649092, 0.655775666, 1.11758709e-006, 0.757224619, 0.653154552))
  4284. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.901492953, 1))
  4285. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
  4286. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80274963, -0.300402641, 4.18932724, -0.49999845, 0.565649092, -0.655776381, 0.433015227, 0.819063604, 0.376341105, 0.749999583, -0.0957911685, -0.654465318))
  4287. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
  4288. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
  4289. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80271721, -4.00077438, 0.34360981, -0.49999845, 0.565649092, -0.655776381, -0.750000596, 0.0957893208, 0.654464483, 0.433013558, 0.819063783, 0.376342565))
  4290. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4291. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
  4292. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.802742, 4.24324417, -0.345514297, -0.49999845, 0.565649092, -0.655776381, 0.750000596, -0.0957893208, -0.654464483, -0.433013558, -0.819063783, -0.376342565))
  4293. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4294. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
  4295. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80274391, -7.38192749, -2.1245718, -0.49999845, 0.565649092, -0.655776381, -0.847824097, -0.16527845, 0.50386256, 0.176623657, 0.807913423, 0.562209845))
  4296. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4297. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.395764321, 1.10837412))
  4298. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.79971504, -3.44285583, 1.04676247, 0.49999845, -0.565649092, 0.655776381, -0.836516857, -0.119463086, 0.534760058, -0.224145442, -0.815947115, -0.532906353))
  4299. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  4300. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.373031557, 1.03288114))
  4301. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.79971695, -3.73348618, 0.58502388, 0.49999845, -0.565649092, 0.655776381, -0.612372398, 0.304515153, 0.729568839, -0.61237365, -0.766362667, -0.194130719))
  4302. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.794172287, 1))
  4303. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
  4304. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.802742, -6.01073456, 0.351270676, -0.49999845, 0.565649092, -0.655776381, -0.750000596, 0.0957893208, 0.654464483, 0.433013558, 0.819063783, 0.376342565))
  4305. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4306. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.380894542, 0.985983968))
  4307. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.79972649, -3.63246918, 0.787195206, 0.49999845, -0.565649092, 0.655776381, -0.749999642, 0.0957909003, 0.654465079, -0.433014959, -0.819063544, -0.376341343))
  4308. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  4309. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 1.76950121, 0.741203785))
  4310. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.79971886, -1.31037903, 3.18079185, -0.49999845, 0.565649092, -0.655776381, 0.865550399, 0.301296592, -0.400053799, -0.0287068337, -0.767633677, -0.640245616))
  4311. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  4312. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 2.33112097, 0.885326684))
  4313. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.79972172, -1.1358223, 3.18273926, -0.49999845, 0.565649092, -0.655776381, 0.866026282, 0.326575905, -0.378611505, -4.32133675e-007, -0.757224679, -0.653154492))
  4314. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  4315. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.373031557, 0.725190163))
  4316. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.7997303, -3.74736404, 0.181629181, 0.49999845, -0.565649092, 0.655776381, -0.433012724, 0.492487878, 0.754954159, -0.750001132, -0.661435425, 0.00130999088))
  4317. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.478343189, 1))
  4318. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 1.67227566, 1.70316744))
  4319. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.79971409, -3.84326553, 0.859061241, 0.49999845, -0.565649092, 0.655776381, -0.866026282, -0.326575905, 0.378611505, -4.32133675e-007, -0.757224679, -0.653154492))
  4320. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  4321. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
  4322. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0146179199, -0.439552307, 2.82862473, 1, -1.86264515e-008, -5.96046448e-008, 1.49011612e-008, 0.997288585, -0.073588416, 2.98023224e-008, 0.0735884532, 0.997288704))
  4323. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4324. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
  4325. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146255493, 2.43866539, -2.83621216, -1, 1.86264515e-008, 5.96046448e-008, 1.49011612e-008, 0.997288585, -0.073588416, -2.98023224e-008, -0.0735884532, -0.997288704))
  4326. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4327. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
  4328. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146179199, 2.19028473, 2.38479328, -1, 1.86264515e-008, 5.96046448e-008, -2.98023224e-008, 0.0735907629, 0.997288585, 0, 0.997288525, -0.0735907704))
  4329. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
  4330. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
  4331. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0146331787, 2.20183945, -0.719162941, 1, -1.86264515e-008, -5.96046448e-008, -2.98023224e-008, 0.0735907629, 0.997288585, 0, -0.997288525, 0.0735907704))
  4332. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4333. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.373031557, 0.725190163))
  4334. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0140457153, -2.31531954, 2.80868149, -1, 1.86264515e-008, 5.96046448e-008, -5.58793545e-009, -0.982353508, -0.187033504, 0, -0.187033504, 0.982353628))
  4335. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.478343189, 1))
  4336. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.373031557, 1.03288114))
  4337. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0140533447, -1.67030334, 2.75189209, -1, 1.86264515e-008, 5.96046448e-008, -1.49011612e-008, -0.997288585, 0.073588416, 2.98023224e-008, 0.0735884532, 0.997288704))
  4338. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.794172287, 1))
  4339. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
  4340. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0145950317, -6.44722939, 0.805679321, -1, 1.86264515e-008, 5.96046448e-008, 1.11758709e-008, -0.970244586, -0.242127106, 0, -0.242127106, 0.970244527))
  4341. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4342. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.395764321, 1.10837412))
  4343. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0140609741, -0.572654724, 1.89173317, -1, 1.86264515e-008, 5.96046448e-008, 0, -0.826882601, 0.562374711, 0, 0.562374711, 0.82688272))
  4344. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  4345. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.380894542, 0.985983968))
  4346. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0140533447, -1.07876587, 2.34624863, -1, 1.86264515e-008, 5.96046448e-008, -1.49011612e-008, -0.94426012, 0.329200208, 2.98023224e-008, 0.329200208, 0.94426012))
  4347. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  4348. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
  4349. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146179199, -4.20618105, 2.84195328, -1, 1.86264515e-008, 5.96046448e-008, -1.49011612e-008, -0.997288585, 0.073588416, 2.98023224e-008, 0.0735884532, 0.997288704))
  4350. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4351. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
  4352. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146179199, -2.19620895, 2.83431244, -1, 1.86264515e-008, 5.96046448e-008, -1.49011612e-008, -0.997288585, 0.073588416, 2.98023224e-008, 0.0735884532, 0.997288704))
  4353. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4354. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  4355. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0146179199, 3.84465933, -0.891094208, -1, 1.86264515e-008, 5.96046448e-008, -1.11758709e-008, 0.970244586, 0.242127106, 0, 0.242127106, -0.970244527))
  4356. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4357. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
  4358. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.012260437, 1.25204659, 1.03306961, 1, -1.86264515e-008, -5.96046448e-008, 2.98023224e-008, 0.826881826, -0.562375784, 5.96046448e-008, 0.562375724, 0.826881766))
  4359. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4360. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
  4361. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0122413635, -3.0195713, -1.02729225, 1, -1.86264515e-008, -5.96046448e-008, -2.98023224e-008, -0.826881826, 0.562375784, -5.96046448e-008, -0.562375724, -0.826881766))
  4362. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4363. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
  4364. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0122451782, -1.66742134, 0.467433929, -1, 1.86264515e-008, 5.96046448e-008, 2.98023224e-008, -0.562374592, -0.82688272, 0, -0.826882541, 0.562374532))
  4365. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4366. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
  4367. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0122451782, -1.67897987, 1.19819832, 1, -1.86264515e-008, -5.96046448e-008, 2.98023224e-008, -0.562374592, -0.82688272, 0, 0.826882541, -0.562374532))
  4368. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
  4369. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  4370. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0122489929, 1.50705338, 2.41267586, 1, -1.86264515e-008, -5.96046448e-008, 2.98023224e-008, 0.609420419, -0.792847335, 0, 0.792847276, 0.609420419))
  4371. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4372. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
  4373. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.012260437, -1.00959778, -1.03495979, 1, -1.86264515e-008, -5.96046448e-008, -2.98023224e-008, -0.826881826, 0.562375784, -5.96046448e-008, -0.562375724, -0.826881766))
  4374. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4375. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
  4376. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0122528076, -4.10961151, -2.49808693, 1, -1.86264515e-008, -5.96046448e-008, -2.98023224e-008, -0.609420419, 0.792847335, 0, -0.792847276, -0.609420419))
  4377. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4378. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
  4379. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.012260437, -1.6261673, -1.04066467, -1, 1.86264515e-008, 5.96046448e-008, 2.98023224e-008, 0.826881826, -0.562375784, -5.96046448e-008, -0.562375724, -0.826881766))
  4380. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4381. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 1.67227566, 1.75463974))
  4382. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0140533447, -0.852184296, 0.906645775, -1, 1.86264515e-008, 5.96046448e-008, 5.96046448e-008, -0.653154254, 0.757224917, -1.49011612e-008, 0.757224798, 0.653154254))
  4383. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  4384. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
  4385. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80034447, -0.86977005, 4.07917023, 0.49999845, -0.565649092, 0.655776381, 0.224142939, -0.646899283, -0.728890419, 0.836517453, 0.511431754, -0.196662545))
  4386. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
  4387. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
  4388. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80038261, -7.09912872, -2.63088512, 0.49999845, -0.565649092, 0.655776381, -0.864648581, -0.283361614, 0.414836287, -0.0488298535, -0.774433494, -0.630768061))
  4389. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4390. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
  4391. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80037403, -3.89056778, -0.225765228, 0.49999845, -0.565649092, 0.655776381, -0.836517692, -0.511431158, 0.196663141, 0.224142194, -0.6468997, -0.7288903))
  4392. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4393. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
  4394. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80038261, -5.9005394, -0.218101501, 0.49999845, -0.565649092, 0.655776381, -0.836517692, -0.511431158, 0.196663141, 0.224142194, -0.6468997, -0.7288903))
  4395. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4396. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
  4397. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80037498, -0.858222961, -2.41352463, -0.49999845, 0.565649092, -0.655776381, 0.224142939, -0.646899283, -0.728890419, -0.836517453, -0.511431754, 0.196662545))
  4398. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4399. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  4400. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80037594, 4.49656296, 2.54547501, 0.49999845, -0.565649092, 0.655776381, 0.864648581, 0.283361614, -0.414836287, 0.0488298535, 0.774433494, 0.630768061))
  4401. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4402. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
  4403. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.8027277, 0.0490112305, 4.47517967, -0.49999845, 0.565649092, -0.655776381, -0.612372398, 0.304515153, 0.729568839, 0.61237365, 0.766362667, 0.194130719))
  4404. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
  4405. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
  4406. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80274391, 0.0605697632, -2.80956078, 0.49999845, -0.565649092, 0.655776381, -0.612372398, 0.304515153, 0.729568839, -0.61237365, -0.766362667, -0.194130719))
  4407. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4408. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
  4409. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80274677, 4.52905464, -0.69493866, -0.49999845, 0.565649092, -0.655776381, 0.612375081, 0.766361952, 0.194129199, 0.612371087, -0.304516733, -0.729569316))
  4410. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4411. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
  4412. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80274773, 1.65083885, 0.687343597, 0.49999845, -0.565649092, 0.655776381, 0.612375081, 0.766361952, 0.194129199, -0.612371087, 0.304516733, 0.729569316))
  4413. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4414. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  4415. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80273438, 5.16016769, 1.79669189, -0.49999845, 0.565649092, -0.655776381, 0.390038431, 0.823161662, 0.412643731, 0.773221493, -0.0494567379, -0.632204533))
  4416. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4417. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
  4418. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.80038166, 4.13302612, 0.223876953, 0.49999845, -0.565649092, 0.655776381, 0.836517692, 0.511431158, -0.196663141, -0.224142194, 0.6468997, 0.7288903))
  4419. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4420. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
  4421. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80273819, -4.28659248, 0.693054199, -0.49999845, 0.565649092, -0.655776381, -0.612375081, -0.766361952, -0.194129199, -0.612371087, 0.304516733, 0.729569316))
  4422. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4423. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
  4424. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80276012, -6.29656792, 0.700717926, -0.49999845, 0.565649092, -0.655776381, -0.612375081, -0.766361952, -0.194129199, -0.612371087, 0.304516733, 0.729569316))
  4425. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4426. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.373031557, 0.725190163))
  4427. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80216217, -3.78028393, 0.199310303, -0.49999845, 0.565649092, -0.655776381, -0.433015227, -0.819063604, -0.376341105, -0.749999583, 0.0957911685, 0.654465318))
  4428. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.478343189, 1))
  4429. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.373031557, 1.03288114))
  4430. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80216694, -3.76069069, 0.610641479, -0.49999845, 0.565649092, -0.655776381, -0.612375081, -0.766361952, -0.194129199, -0.612371087, 0.304516733, 0.729569316))
  4431. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.794172287, 1))
  4432. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
  4433. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80275726, -7.76274252, -1.88209915, -0.49999845, 0.565649092, -0.655776381, -0.390038431, -0.823161662, -0.412643731, -0.773221493, 0.0494567379, 0.632204533))
  4434. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4435. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 1.67227566, 1.75463974))
  4436. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80216217, -3.84443283, 0.870663643, -0.49999845, 0.565649092, -0.655776381, -0.866026282, -0.326575905, 0.378611505, 4.32133675e-007, 0.757224679, 0.653154492))
  4437. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  4438. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.395764321, 1.10837412))
  4439. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80217838, -3.45362091, 1.0825386, -0.49999845, 0.565649092, -0.655776381, -0.836517394, -0.511432052, 0.196662098, -0.224143416, 0.646898985, 0.728890657))
  4440. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  4441. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(0.373031408, 0.380894542, 0.985983968))
  4442. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80216312, -3.65211487, 0.818996429, -0.49999845, 0.565649092, -0.655776381, -0.75000155, -0.66143465, 0.00131103396, -0.433011711, 0.492488772, 0.7549541))
  4443. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  4444. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"White","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
  4445. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.80037689, 1.2548027, -0.231477737, -0.49999845, 0.565649092, -0.655776381, 0.836517692, 0.511431158, -0.196663141, 0.224142194, -0.6468997, -0.7288903))
  4446. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  4447. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.44351673, 0.373031557, 1.23305202))
  4448. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.37387466, 0.0131607056, 3.24288177, 3.87430191e-007, -0.653154194, 0.757224858, 1, -8.00937414e-007, -1.25169754e-006, 1.37090683e-006, 0.757224798, 0.653154254))
  4449. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.904559135, 1))
  4450. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.28909934, 0.373031557, 1.23305202))
  4451. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.45108032, -0.324279785, 3.24173164, 3.87430191e-007, -0.653154194, 0.757224858, 1, -8.00937414e-007, -1.25169754e-006, 1.37090683e-006, 0.757224798, 0.653154254))
  4452. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.567265928, 1))
  4453. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.28909934, 0.543318033, 1.14497685))
  4454. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.45108795, 0.0165786743, 3.23201942, 3.87430191e-007, -0.653154194, 0.757224858, 1, -8.00937414e-007, -1.25169754e-006, 1.37090683e-006, 0.757224798, 0.653154254))
  4455. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  4456. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.28909934, 0.373031557, 1.23305202))
  4457. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.45106888, 0.370029449, 3.24633598, 3.87430191e-007, -0.653154194, 0.757224858, 1, -8.00937414e-007, -1.25169754e-006, 1.37090683e-006, 0.757224798, 0.653154254))
  4458. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.567265928, 1))
  4459. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.28909934, 0.373031557, 1.23305202))
  4460. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.458839417, 5.15813541, 3.2103529, -0.866025805, -0.326576054, 0.378612459, 0.499999344, -0.565649092, 0.655775666, 1.11758709e-006, 0.757224619, 0.653154552))
  4461. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.567265928, 1))
  4462. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.28909934, 0.373031557, 1.23305202))
  4463. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.458843231, 4.46384811, 3.20575047, -0.866025805, -0.326576054, 0.378612459, 0.499999344, -0.565649092, 0.655775666, 1.11758709e-006, 0.757224619, 0.653154552))
  4464. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.567265928, 1))
  4465. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.28909934, 0.543318033, 1.14497685))
  4466. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.458824158, 4.80470562, 3.19602489, -0.866025805, -0.326576054, 0.378612459, 0.499999344, -0.565649092, 0.655775666, 1.11758709e-006, 0.757224619, 0.653154552))
  4467. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  4468. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1.44351673, 0.373031557, 1.23305202))
  4469. Partweld=weld(m,WIngs,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.381649017, 4.80128193, 3.20690632, -0.866025805, -0.326576054, 0.378612459, 0.499999344, -0.565649092, 0.655775666, 1.11758709e-006, 0.757224619, 0.653154552))
  4470. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.904559135, 1))
  4471.  
  4472.  
  4473.  
  4474.  
  4475.  
  4476.  
  4477.  
  4478. Player=game:GetService('Players').LocalPlayer
  4479. Character=Player.Character
  4480. Mouse=Player:GetMouse()
  4481. m=Instance.new('Model',Character)
  4482.  
  4483.  
  4484. local function weldBetween(a, b)
  4485. local weldd = Instance.new("ManualWeld")
  4486. weldd.Part0 = a
  4487. weldd.Part1 = b
  4488. weldd.C0 = CFrame.new()
  4489. weldd.C1 = b.CFrame:inverse() * a.CFrame
  4490. weldd.Parent = a
  4491. return weldd
  4492. end
  4493.  
  4494. it=Instance.new
  4495.  
  4496. function nooutline(part)
  4497. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  4498. end
  4499.  
  4500. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  4501. local fp=it("Part")
  4502. fp.formFactor=formfactor
  4503. fp.Parent=parent
  4504. fp.Reflectance=reflectance
  4505. fp.Transparency=transparency
  4506. fp.CanCollide=false
  4507. fp.Locked=true
  4508. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  4509. fp.Name=name
  4510. fp.Size=size
  4511. fp.Position=Character.Torso.Position
  4512. nooutline(fp)
  4513. fp.Material=material
  4514. fp:BreakJoints()
  4515. return fp
  4516. end
  4517.  
  4518. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  4519. local mesh=it(Mesh)
  4520. mesh.Parent=part
  4521. if Mesh=="SpecialMesh" then
  4522. mesh.MeshType=meshtype
  4523. mesh.MeshId=meshid
  4524. end
  4525. mesh.Offset=offset
  4526. mesh.Scale=scale
  4527. return mesh
  4528. end
  4529.  
  4530. function weld(parent,part0,part1,c0,c1)
  4531. local weld=it("Weld")
  4532. weld.Parent=parent
  4533. weld.Part0=part0
  4534. weld.Part1=part1
  4535. weld.C0=c0
  4536. weld.C1=c1
  4537. return weld
  4538. end
  4539.  
  4540. BladeEnd=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle",Vector3.new(0.333970994, 2.40790987, 0.825482368))
  4541. BladeEndweld=weld(m,Character["Right Arm"],BladeEnd,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.450769424, -5.79949188, -1.7236805, -0.999986351, -0.00451200129, -0.00263599772, 0.00276065455, -0.0278460663, -0.999610126, 0.00443684589, -0.999605477, 0.0278581958))
  4542. mesh("BlockMesh",BladeEnd,"","",Vector3.new(0, 0, 0),Vector3.new(0.807545543, 1, 1))
  4543. Blade=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Blade",Vector3.new(0.333970994, 2.93125677, 0.825482368))
  4544. Bladeweld=weld(m,BladeEnd,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.90734863e-005, -5.98527908, 0.00445604324, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  4545. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.807545543, 1, 1))
  4546. Blade=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Blade",Vector3.new(0.333970994, 0.442278117, 0.333971083))
  4547. Bladeweld=weld(m,BladeEnd,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.52587891e-005, -2.39555359, 3.80643082, 1, -5.3551048e-009, 1.5788828e-009, -1.62981451e-009, 0.500003278, 0.866030395, 5.12227416e-009, -0.866027415, 0.500004888))
  4548. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.807545543, 1, 0.522144258))
  4549. Blade=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Blade",Vector3.new(0.333970994, 0.426588923, 0.333971083))
  4550. Bladeweld=weld(m,BladeEnd,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.90734863e-006, 2.40819931, 3.84829712, 1, -5.3551048e-009, 1.5788828e-009, 4.07453626e-009, -0.499998868, 0.866032958, 3.95812094e-009, -0.866030097, -0.500000536))
  4551. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.807545543, 1, 0.834210217))
  4552. Blade=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Blade",Vector3.new(0.333970994, 0.442278117, 0.333971083))
  4553. Bladeweld=weld(m,BladeEnd,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.33514404e-005, 0.468460083, -1.15685654, 1, -5.3551048e-009, 1.5788828e-009, 1.62981451e-009, -0.500003278, -0.866030395, -5.12227416e-009, 0.866027415, -0.500004888))
  4554. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.807545543, 1, 0.522144258))
  4555. Blade=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Blade",Vector3.new(0.333970994, 3.13969851, 0.398512334))
  4556. Bladeweld=weld(m,BladeEnd,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.7220459e-006, -2.85785294, 0.00391054153, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  4557. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.807545543, 1, 1))
  4558. Blade=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Blade",Vector3.new(0.333970994, 0.426588923, 0.333971083))
  4559. Bladeweld=weld(m,BladeEnd,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.458122253, -1.16581345, 1, -5.3551048e-009, 1.5788828e-009, -4.07453626e-009, 0.499998868, -0.866032958, -3.95812094e-009, 0.866030097, 0.500000536))
  4560. mesh("BlockMesh",Blade,"","",Vector3.new(0, 0, 0),Vector3.new(0.807545543, 1, 0.522144258))
  4561. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  4562. BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00392150879, -0.000373840332, 6.66751862, 1, -3.30619514e-008, -9.9773024e-007, 1.00096076e-006, 1.07847154e-006, 1.00000679, -2.28174031e-008, -1.00000346, 1.09151006e-006))
  4563. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.884725809, 0.0892784372))
  4564. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  4565. BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00390815735, 6.52303314, 1.88164616, 1, -5.3551048e-009, 1.5788828e-009, 5.58793545e-009, -0.965928555, 0.258823007, -4.65661287e-010, -0.258822083, -0.965931714))
  4566. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.12972711, 0.0892784372))
  4567. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  4568. BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00391769409, 0.0489282608, 6.86997986, 1, -3.30619514e-008, -9.9773024e-007, 1.00096076e-006, 1.07847154e-006, 1.00000679, -2.28174031e-008, -1.00000346, 1.09151006e-006))
  4569. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.616281807, 0.0892784372))
  4570. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  4571. BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00391578674, 5.61977386, 3.36309242, 1, -3.30619514e-008, -9.9773024e-007, 4.8102811e-007, -0.866027653, 0.50000453, -8.77771527e-007, -0.500002861, -0.866030633))
  4572. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.794125915, 0.0892784372))
  4573. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.452364713, 0.333971083))
  4574. BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0039100647, -6.65688705, 0.13747406, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  4575. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 1, 0.0892784372))
  4576. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  4577. BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00391578674, 6.71179581, 0.134818077, 1, -5.3551048e-009, 1.5788828e-009, 5.3551048e-009, -1.00000346, 5.58793545e-009, -1.5788828e-009, 5.58793545e-009, -1.00000691))
  4578. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.34112677, 0.0892784372))
  4579. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  4580. BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00389480591, 4.77613449, 4.91134644, 1, -5.3551048e-009, 1.5788828e-009, 4.88944352e-009, -0.707108498, 0.707112134, 2.79396772e-009, -0.707109809, -0.707111001))
  4581. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.12972711, 0.0892784372))
  4582. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  4583. BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00392341614, 5.84634399, 3.51166153, 1, -5.3551048e-009, 1.5788828e-009, 5.3551048e-009, -0.86602813, 0.500003815, 1.62981451e-009, -0.500002027, -0.866031051))
  4584. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.12972711, 0.0892784372))
  4585. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  4586. BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00389862061, 1.71303558, 6.64987946, 1, -3.30619514e-008, -9.9773024e-007, 9.61008482e-007, -0.258820415, 0.96593225, -2.80793756e-007, -0.965929031, -0.258821368))
  4587. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.898145258, 0.12972711, 0.0892784372))
  4588. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.672227144, 1.760818))
  4589. BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00542259216, -0.378371716, 8.37445831, -1, -8.87969509e-006, 4.24777681e-006, -4.31565422e-006, 0.00727553666, -0.999980152, 8.85874033e-006, -0.999976993, -0.00727554969))
  4590. mesh("SpecialMesh",BladeNeon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.774613976, 1, 1))
  4591. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 5.69591618, 0.333971083))
  4592. BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000516891479, -2.73707199, -0.00561141968, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  4593. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.844456613, 1, 0.458388805))
  4594. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 8.72168827, 1.36339724))
  4595. BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00561523438, -3.13931656, -0.0179476738, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  4596. mesh("BlockMesh",BladeNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.760567904, 1, 1))
  4597. BladeNeon=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really black","BladeNeon",Vector3.new(0.333970994, 0.681192338, 1.760818))
  4598. BladeNeonweld=weld(m,BladeEnd,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00429534912, -0.295157909, 8.37542725, 1, 8.87969509e-006, -4.24777681e-006, 4.31533408e-006, -0.0072765369, 0.999980271, 8.85874033e-006, -0.999976933, -0.0072765518))
  4599. mesh("SpecialMesh",BladeNeon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.767835736, 1, 1))
  4600. Handle=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Handle",Vector3.new(0.333970994, 3.65670252, 0.333971083))
  4601. Handleweld=weld(m,BladeEnd,Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00547122955, -5.38523102, -0.00175476074, -1.60551281e-007, 2.08243728e-006, 1.00000679, 1.36788003e-006, -1.00000346, 2.09547579e-006, 1, 1.35786831e-006, 1.63512595e-007))
  4602. mesh("CylinderMesh",Handle,"","",Vector3.new(0, 0, 0),Vector3.new(0.677820504, 1, 0.80868715))
  4603. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  4604. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00848770142, 4.68890381, 5.0786438, -1, 5.3551048e-009, -1.5788828e-009, -2.79396772e-009, 0.707109809, 0.707111001, -4.88944352e-009, 0.707108498, -0.707112134))
  4605. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.744931459, 0.671109915, 0.567087829))
  4606. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 1.90585577, 1.45080817))
  4607. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0022315979, 2.16143417, -0.0224318504, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  4608. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 1, 1))
  4609. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
  4610. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000429153442, -0.148144245, 1.37475967, -1, 3.86452302e-006, -5.11141843e-006, -5.13588748e-006, -0.00727250986, 0.99998033, 3.81655991e-006, 0.999976933, 0.00727252662))
  4611. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
  4612. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.615819991, 1.04920125))
  4613. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00186729431, 0.705814362, 1.8845787, -1, -5.0291419e-008, -2.00066279e-006, -1.46543607e-006, 0.701945484, 0.712237716, 1.35891605e-006, 0.712235332, -0.701947927))
  4614. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.847812057, 1, 1))
  4615. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.730286956, 0.333971083))
  4616. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00281333923, 2.86053848, 0.11316824, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  4617. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.837745428, 1, 0.270477563))
  4618. Handle2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.51886344, 0.333971083, 0.636532664))
  4619. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00347757339, -0.00207901001, 2.874897, -1.60551281e-007, 2.08243728e-006, 1.00000679, 1, -5.3551048e-009, 1.63745426e-007, -5.12227416e-009, 1.00000334, -2.09547579e-006))
  4620. mesh("CylinderMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.842242956, 1))
  4621. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.66064626, 1.13885355))
  4622. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000751495361, 0.735794067, 2.04483795, -1, -5.0291419e-008, -2.00066279e-006, -1.46543607e-006, 0.701945484, 0.712237716, 1.35891605e-006, 0.712235332, -0.701947927))
  4623. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 1, 1))
  4624. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.750458777, 0.333971083))
  4625. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00281143188, 2.86390305, -0.125523567, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  4626. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.837745428, 1, 0.270477563))
  4627. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 2.43250322))
  4628. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00225639343, 3.24793243, -0.0257816315, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  4629. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 0.827679455, 1))
  4630. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.477399707, 0.333971083))
  4631. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00573730469, 5.12487411, 5.07043457, 1, -5.3551048e-009, 1.5788828e-009, -4.88944352e-009, 0.707108498, -0.707112134, -2.79396772e-009, 0.707109809, 0.707111001))
  4632. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.754998088, 1, 0.671109617))
  4633. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  4634. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00847434998, 5.07132339, 5.49375916, -1, 5.3551048e-009, -1.5788828e-009, -2.79396772e-009, 0.707109809, 0.707111001, -4.88944352e-009, 0.707108498, -0.707112134))
  4635. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.744931459, 0.671109915, 0.781843007))
  4636. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 1.71422374, 0.527387738))
  4637. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00225067139, 0.240013123, -0.00784635544, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  4638. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.869846582, 1, 1))
  4639. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  4640. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00223922729, 3.48665237, -0.0140166283, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  4641. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 0.827679455, 0.414765924))
  4642. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 1.23496354, 0.333971083))
  4643. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0057144165, 6.50336838, 0.0964884758, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  4644. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.754998088, 1, 0.637554169))
  4645. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  4646. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00573348999, 4.2307663, -4.09196472, 1, -5.3551048e-009, 1.5788828e-009, -2.79396772e-009, 0.707109809, 0.707111001, 4.88944352e-009, -0.707108498, 0.707112134))
  4647. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.754998088, 0.452999234, 0.452998996))
  4648. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.963326454))
  4649. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00227165222, 3.39096451, 0.390414715, 1, -5.3551048e-009, 1.5788828e-009, -5.58793545e-009, 0.965928555, -0.258823007, 4.65661287e-010, 0.258822083, 0.965931714))
  4650. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 0.827679455, 1))
  4651. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.963326454))
  4652. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00225067139, 3.38317871, -0.408802032, 1, -5.3551048e-009, 1.5788828e-009, -4.42378223e-009, 0.965928733, 0.25882256, 2.96859071e-009, -0.258821636, 0.965931952))
  4653. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 0.827679455, 1))
  4654. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.530070603, 0.595068455))
  4655. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00849342346, -3.96007156, 6.41414642, -1.00000012, 2.06101686e-006, 1.94132008e-006, 5.31668775e-007, -0.539589584, 0.841935158, 2.77510844e-006, 0.841932237, 0.539591372))
  4656. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.744931459, 1, 1))
  4657. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.452745259, 0.333971083))
  4658. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00574302673, 4.75794983, 4.6880188, 1, -5.3551048e-009, 1.5788828e-009, -4.88944352e-009, 0.707108498, -0.707112134, -2.79396772e-009, 0.707109809, 0.707111001))
  4659. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.754998088, 1, 0.671109617))
  4660. Handle2=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.356368661))
  4661. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00491142273, -3.52550125, -0.00119590759, -1.60551281e-007, 2.08243728e-006, 1.00000679, 1.36788003e-006, -1.00000346, 2.09547579e-006, 1, 1.35786831e-006, 1.63512595e-007))
  4662. mesh("CylinderMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.788553476, 0.718087614, 1))
  4663. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.391848803, 0.756001353))
  4664. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00224113464, 0.895763397, 0.829719543, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 0.866027653, -0.50000453, -1.39698386e-009, 0.500002861, 0.866030633))
  4665. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 1, 1))
  4666. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
  4667. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000440597534, -0.138348579, 0.894599915, 1, 1.88290142e-006, -4.05231549e-006, 4.06977051e-006, -0.00727253594, 0.999980271, 1.8638093e-006, -0.999976933, -0.00727254525))
  4668. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
  4669. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
  4670. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000467300415, -0.172971725, -4.87036133, 1, -3.86452302e-006, 5.11141843e-006, 5.13588748e-006, 0.00727250986, -0.99998033, 3.81655991e-006, 0.999976933, 0.00727252662))
  4671. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
  4672. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.66064626, 1.13885355))
  4673. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00296974182, 0.775684357, 2.01208115, 1, -9.49250534e-007, 2.02898082e-006, 2.10141297e-006, 0.701943696, -0.712239444, -7.53090717e-007, 0.712237179, 0.70194608))
  4674. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 1, 1))
  4675. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
  4676. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000457763672, -0.0884757042, 7.14133453, 1, 1.88290142e-006, -4.05231549e-006, 4.06977051e-006, -0.00727253594, 0.999980271, 1.8638093e-006, -0.999976933, -0.00727254525))
  4677. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
  4678. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  4679. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00278663635, 2.60951233, -0.0151414871, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  4680. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.837745428, 0.683390796, 0.723476529))
  4681. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.615819991, 1.04920125))
  4682. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00187492371, 0.745685577, 1.8518219, 1, -9.49250534e-007, 2.02898082e-006, 2.10141297e-006, 0.701943696, -0.712239444, -7.53090717e-007, 0.712237179, 0.70194608))
  4683. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.847812057, 1, 1))
  4684. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.66064626, 1.13885355))
  4685. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00299263, -1.55075121, 3.68893433, -1, 9.7672455e-007, -1.02919876e-006, -1.01856858e-006, 0.007278217, 0.99998033, 9.73697752e-007, 0.999976873, -0.00727825798))
  4686. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 1, 1))
  4687. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
  4688. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000438690186, -0.132833481, 0.892940521, -1, -1.88290142e-006, 4.05231549e-006, -4.06977051e-006, 0.00727253594, -0.999980271, 1.8638093e-006, -0.999976933, -0.00727254525))
  4689. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
  4690. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
  4691. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000461578369, -0.098233223, -4.87198639, -1, 3.86452302e-006, -5.11141843e-006, -5.13588748e-006, -0.00727250986, 0.99998033, 3.81655991e-006, 0.999976933, 0.00727252662))
  4692. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
  4693. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
  4694. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000400543213, -0.123067856, 1.37639999, 1, -3.86452302e-006, 5.11141843e-006, 5.13588748e-006, 0.00727250986, -0.99998033, 3.81655991e-006, 0.999976933, 0.00727252662))
  4695. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
  4696. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.66064626, 1.13885355))
  4697. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00226783752, -1.49668598, 3.68751907, 1, 2.25845724e-008, 1.00135367e-006, 9.98486939e-007, 0.00727552548, -0.999980271, -4.02797014e-008, 0.999976993, 0.00727553107))
  4698. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 1, 1))
  4699. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 1.71422374, 0.527387738))
  4700. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00223731995, -6.00695419, -0.00337791443, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  4701. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.861234307, 1, 1))
  4702. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.562836468))
  4703. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000419616699, -0.182757378, 7.13973236, -1, -1.88290142e-006, 4.05231549e-006, -4.06977051e-006, 0.00727253594, -0.999980271, 1.8638093e-006, -0.999976933, -0.00727254525))
  4704. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.859341383, 0.814899206, 1))
  4705. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.391848803, 0.756001353))
  4706. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00224304199, 0.873001099, -0.876026154, 1, -5.3551048e-009, 1.5788828e-009, -3.25962901e-009, 0.866028011, 0.500003994, 3.95812094e-009, -0.500002265, 0.866030872))
  4707. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.8276788, 1, 1))
  4708. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.397666305, 1.13997447))
  4709. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000431060791, -0.155970097, 8.00754547, 1, 1.88290142e-006, -4.05231549e-006, 4.06977051e-006, -0.00727253594, 0.999980271, 1.8638093e-006, -0.999976933, -0.00727254525))
  4710. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.798337698, 1, 1))
  4711. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.435768574, 1.13997447))
  4712. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00150680542, -0.259859562, 8.01216888, -1, -8.87969509e-006, 4.24777681e-006, -4.31565422e-006, 0.00727553666, -0.999980152, 8.85874033e-006, -0.999976993, -0.00727554969))
  4713. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.805115938, 1, 1))
  4714. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.477399707, 0.333971083))
  4715. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00572776794, 3.31259918, 1.56507874, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 0.86602813, -0.500003815, -1.62981451e-009, 0.500002027, 0.866031051))
  4716. mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(0.754998088, 1, 0.671109617))
  4717. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  4718. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00847244263, 1.56596184, 3.68146133, -1, 5.3551048e-009, -1.5788828e-009, -1.62981451e-009, 0.500003278, 0.866030395, -5.12227416e-009, 0.866027415, -0.500004888))
  4719. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.744931459, 0.671109915, 0.781843007))
  4720. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  4721. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00846862793, -0.113676071, -3.98678207, -1, 5.3551048e-009, -1.5788828e-009, -6.54836185e-010, -0.114217885, -0.993462563, 5.3551048e-009, -0.993459225, 0.11421828))
  4722. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.744931459, 0.671109915, 0.563732326))
  4723. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.652221978))
  4724. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00847244263, 2.12783813, 4.00239944, 1, 5.0291419e-008, 2.00066279e-006, 1.7893035e-006, 0.418343931, -0.908295453, -8.91042873e-007, 0.908292413, 0.418345362))
  4725. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.744931459, 0.523465693, 1))
  4726. Handle2=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"White","Handle2",Vector3.new(0.333970994, 0.333971083, 0.534553051))
  4727. Handle2weld=weld(m,BladeEnd,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00848197937, -0.114953518, 4.34464645, 1, -5.3551048e-009, 1.5788828e-009, -6.54836185e-010, -0.114217885, -0.993462563, -5.3551048e-009, 0.993459165, -0.114218257))
  4728. mesh("SpecialMesh",Handle2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.744931459, 0.671109915, 1))
  4729. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 1.76913583, 0.333971083))
  4730. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00280761719, 2.54881287, -0.00673675537, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  4731. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.851167679, 1, 0.444966584))
  4732. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.615819991, 1.04920125))
  4733. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00242233276, 0.781448364, 1.95035934, 1, -9.49250534e-007, 2.02898082e-006, 2.10141297e-006, 0.701943696, -0.712239444, -7.53090717e-007, 0.712237179, 0.70194608))
  4734. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.837745428, 1, 1))
  4735. Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  4736. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.11886787, -0.00262260437, 3.30176163, -1.60551281e-007, 2.08243728e-006, 1.00000679, 1, -5.3551048e-009, 1.63745426e-007, -5.12227416e-009, 1.00000334, -2.09547579e-006))
  4737. mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.832176328, 0.80868715))
  4738. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.36180529, 0.53818208))
  4739. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00124740601, -0.197305202, 1.52207947, -1, 3.86452302e-006, -5.11141843e-006, -5.13588748e-006, -0.00727250986, 0.99998033, 3.81655991e-006, 0.999976933, 0.00727252662))
  4740. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
  4741. Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  4742. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.12582397, -0.00260162354, 3.30752563, -1.60551281e-007, 2.08243728e-006, 1.00000679, 1, -5.3551048e-009, 1.63745426e-007, -5.12227416e-009, 1.00000334, -2.09547579e-006))
  4743. mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.832176328, 0.80868715))
  4744. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.360684603, 0.53818208))
  4745. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00125694275, -0.156280041, 1.52334595, 1, -3.86452302e-006, 5.11141843e-006, 5.13573468e-006, 0.00727050938, -0.999980271, 3.81702557e-006, 0.999976993, 0.00727053359))
  4746. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
  4747. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.403703302))
  4748. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00126838684, 2.85546875, 0.447472572, 1, 2.25845724e-008, 1.00135367e-006, -4.02797014e-008, 0.999976933, 0.00727766939, -9.98494215e-007, -0.00727765262, 0.999980211))
  4749. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 0.526321769, 1))
  4750. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.53818208))
  4751. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00126075745, 1.30287552, 1.671875, -1, 3.86452302e-006, -5.11141843e-006, -9.32952389e-007, 0.701947451, 0.712235808, 6.33043237e-006, 0.712233365, -0.701949954))
  4752. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 0.190766811, 1))
  4753. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.403703302))
  4754. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00127220154, 2.8675766, 0.511937141, -1, 3.86452302e-006, -5.11141843e-006, 3.81679274e-006, 0.999976873, 0.00727466121, 5.1354582e-006, 0.00727464817, -0.999980271))
  4755. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 0.526321769, 1))
  4756. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.615819991, 1.04920125))
  4757. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00128173828, 0.741531372, 1.98311234, -1, -5.0291419e-008, -2.00066279e-006, -1.46543607e-006, 0.701945484, 0.712237716, 1.35891605e-006, 0.712235332, -0.701947927))
  4758. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.837745428, 1, 1))
  4759. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  4760. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00129127502, 2.06131363, -1.58065796, -1, 3.86452302e-006, -5.11141843e-006, 6.3306652e-006, 0.712233424, -0.701949954, 9.32952389e-007, -0.701947451, -0.712235808))
  4761. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 0.526321769, 0.873242319))
  4762. Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  4763. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.65778923, -0.00261688232, 3.554142, 9.13976692e-007, -0.298402101, 0.954447031, 1, 2.66823918e-007, -8.68145435e-007, -4.42378223e-009, 0.954443753, 0.298403084))
  4764. mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.832176328, 0.80868715))
  4765. Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  4766. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.071811676, -0.00623512268, 6.19100571, -1.60551281e-007, 2.08243728e-006, 1.00000679, 1, -5.3551048e-009, 1.63745426e-007, -5.12227416e-009, 1.00000334, -2.09547579e-006))
  4767. mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.761709809, 0.80868715))
  4768. Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  4769. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0718102455, -0.00624275208, 6.83526611, -1.60551281e-007, 2.08243728e-006, 1.00000679, 1, -5.3551048e-009, 1.63745426e-007, -5.12227416e-009, 1.00000334, -2.09547579e-006))
  4770. mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.761709809, 0.80868715))
  4771. Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  4772. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0718164444, -0.00625419617, 6.99786377, -1.60551281e-007, 2.08243728e-006, 1.00000679, 1, -5.3551048e-009, 1.63745426e-007, -5.12227416e-009, 1.00000334, -2.09547579e-006))
  4773. mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.761709809, 0.80868715))
  4774. Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  4775. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0718173981, -0.00625228882, 6.02839279, -1.60551281e-007, 2.08243728e-006, 1.00000679, 1, -5.3551048e-009, 1.63745426e-007, -5.12227416e-009, 1.00000334, -2.09547579e-006))
  4776. mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.761709809, 0.80868715))
  4777. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.633004189, 1.13885355))
  4778. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00294113159, -1.51745224, 3.69674301, 1, 2.25845724e-008, 1.00135367e-006, 9.98486939e-007, 0.00727552548, -0.999980271, -4.02797014e-008, 0.999976993, 0.00727553107))
  4779. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.790433347, 1, 1))
  4780. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.36180529, 0.53818208))
  4781. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00124549866, -0.169769287, 1.02795029, -1, -1.88290142e-006, 4.05231549e-006, -4.06977051e-006, 0.00727253594, -0.999980271, 1.8638093e-006, -0.999976933, -0.00727254525))
  4782. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
  4783. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.36180529, 0.53818208))
  4784. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00121879578, -0.147402763, -4.72467804, -1, 3.86452302e-006, -5.11141843e-006, -5.13588748e-006, -0.00727250986, 0.99998033, 3.81655991e-006, 0.999976933, 0.00727252662))
  4785. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
  4786. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  4787. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00126075745, 2.0196228, -1.61859512, 1, 2.25845724e-008, 1.00135367e-006, -7.34464265e-007, 0.70194453, 0.712238789, -6.76838681e-007, -0.712236404, 0.701947033))
  4788. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 0.526321769, 0.940353274))
  4789. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.53818208))
  4790. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00123596191, 1.31023407, 1.65644073, 1, 4.13204543e-006, 4.88809019e-006, 5.71715645e-007, 0.701945722, -0.712237537, -6.37990888e-006, 0.712235212, 0.701948166))
  4791. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 0.190766811, 1))
  4792. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 2.02464533, 0.704451442))
  4793. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00224876404, -5.9966774, -0.00673389435, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  4794. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.834389985, 1, 1))
  4795. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.360684603, 0.53818208))
  4796. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00121307373, -0.206172466, -4.72341537, 1, -3.86452302e-006, 5.11141843e-006, 5.13573468e-006, 0.00727050938, -0.999980271, 3.81702557e-006, 0.999976993, 0.00727053359))
  4797. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
  4798. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.36180529, 0.53818208))
  4799. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00122642517, -0.219696999, 7.27475739, -1, -1.88290142e-006, 4.05231549e-006, -4.06977051e-006, 0.00727253594, -0.999980271, 1.8638093e-006, -0.999976933, -0.00727254525))
  4800. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
  4801. Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  4802. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.709104538, 0.00263023376, 3.57127762, 5.24742063e-007, -0.298404753, -0.954446197, -1, 1.02631748e-006, -8.71201337e-007, 1.22864731e-006, 0.954442978, -0.298405796))
  4803. mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.402665645, 0.832176328, 0.80868715))
  4804. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.360684603, 0.53818208))
  4805. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00124359131, -0.133904457, 7.27602386, 1, 1.88290142e-006, -4.05231549e-006, 4.06897016e-006, -0.00727054104, 0.99998033, 1.86357647e-006, -0.999976873, -0.00727054477))
  4806. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
  4807. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 2.02464533, 0.704451442))
  4808. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0022354126, 0.250286102, -0.011218071, 1, -5.3551048e-009, 1.5788828e-009, -5.3551048e-009, 1.00000346, -5.58793545e-009, 1.5788828e-009, -5.58793545e-009, 1.00000691))
  4809. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.834389985, 1, 1))
  4810. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.360684603, 0.53818208))
  4811. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00124740601, -0.18379879, 1.0292511, 1, 1.88290142e-006, -4.05231549e-006, 4.06897016e-006, -0.00727054104, 0.99998033, 1.86357647e-006, -0.999976873, -0.00727054477))
  4812. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.834055364, 1, 1))
  4813. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.333971083, 0.333971083))
  4814. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0027923584, 2.42457581, -2.43035126, 1, -5.3551048e-009, 1.5788828e-009, -2.79396772e-009, 0.707109809, 0.707111001, 4.88944352e-009, -0.707108498, 0.707112134))
  4815. mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.851167679, 0.317635983, 0.314100146))
  4816. Neon=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.620843053, 0.333971083, 0.636532664))
  4817. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00516605377, -0.00261116028, 2.88111496, -1.60551281e-007, 2.08243728e-006, 1.00000679, 1, -5.3551048e-009, 1.63745426e-007, -5.12227416e-009, 1.00000334, -2.09547579e-006))
  4818. mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.832176328, 1))
  4819. Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.SmoothPlastic,0,0,"Really black","Neon",Vector3.new(0.333970994, 0.633004189, 1.13885355))
  4820. Neonweld=weld(m,BladeEnd,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00233078003, -1.57151031, 3.69814682, -1, 9.7672455e-007, -1.02919876e-006, -1.01856858e-006, 0.007278217, 0.99998033, 9.73697752e-007, 0.999976873, -0.00727825798))
  4821. mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.790433347, 1, 1))
  4822.  
  4823. Player=game:GetService('Players').LocalPlayer
  4824. Character=Player.Character
  4825. Mouse=Player:GetMouse()
  4826. m=Instance.new('Model',Character)
  4827.  
  4828.  
  4829. local function weldBetween(a, b)
  4830. local weldd = Instance.new("ManualWeld")
  4831. weldd.Part0 = a
  4832. weldd.Part1 = b
  4833. weldd.C0 = CFrame.new()
  4834. weldd.C1 = b.CFrame:inverse() * a.CFrame
  4835. weldd.Parent = a
  4836. return weldd
  4837. end
  4838.  
  4839. it=Instance.new
  4840.  
  4841. function nooutline(part)
  4842. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  4843. end
  4844.  
  4845. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  4846. local fp=it("Part")
  4847. fp.formFactor=formfactor
  4848. fp.Parent=parent
  4849. fp.Reflectance=reflectance
  4850. fp.Transparency=transparency
  4851. fp.CanCollide=false
  4852. fp.Locked=true
  4853. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  4854. fp.Name=name
  4855. fp.Size=size
  4856. fp.Position=Character.Torso.Position
  4857. nooutline(fp)
  4858. fp.Material=material
  4859. fp:BreakJoints()
  4860. return fp
  4861. end
  4862.  
  4863. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  4864. local mesh=it(Mesh)
  4865. mesh.Parent=part
  4866. if Mesh=="SpecialMesh" then
  4867. mesh.MeshType=meshtype
  4868. mesh.MeshId=meshid
  4869. end
  4870. mesh.Offset=offset
  4871. mesh.Scale=scale
  4872. return mesh
  4873. end
  4874.  
  4875. function weld(parent,part0,part1,c0,c1)
  4876. local weld=it("Weld")
  4877. weld.Parent=parent
  4878. weld.Part0=part0
  4879. weld.Part1=part1
  4880. weld.C0=c0
  4881. weld.C1=c1
  4882. return weld
  4883. end
  4884.  
  4885. Face=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"White","Handle",Vector3.new(2.39999938, 2.39999938, 2.39999938))
  4886. Face.Shape = "Ball"
  4887. Faceweld=weld(m,Character["Head"],Face,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0199375153, 0.150016785, -0.590007782, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  4888.  
  4889.  
  4890. Player=game:GetService('Players').LocalPlayer
  4891. Character=Player.Character
  4892. Mouse=Player:GetMouse()
  4893. m=Instance.new('Model',Character)
  4894.  
  4895.  
  4896. local function weldBetween(a, b)
  4897. local weldd = Instance.new("ManualWeld")
  4898. weldd.Part0 = a
  4899. weldd.Part1 = b
  4900. weldd.C0 = CFrame.new()
  4901. weldd.C1 = b.CFrame:inverse() * a.CFrame
  4902. weldd.Parent = a
  4903. return weldd
  4904. end
  4905.  
  4906. it=Instance.new
  4907.  
  4908. function nooutline(part)
  4909. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  4910. end
  4911.  
  4912. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  4913. local fp=it("Part")
  4914. fp.formFactor=formfactor
  4915. fp.Parent=parent
  4916. fp.Reflectance=reflectance
  4917. fp.Transparency=transparency
  4918. fp.CanCollide=false
  4919. fp.Locked=true
  4920. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  4921. fp.Name=name
  4922. fp.Size=size
  4923. fp.Position=Character.Torso.Position
  4924. nooutline(fp)
  4925. fp.Material=material
  4926. fp:BreakJoints()
  4927. return fp
  4928. end
  4929.  
  4930. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  4931. local mesh=it(Mesh)
  4932. mesh.Parent=part
  4933. if Mesh=="SpecialMesh" then
  4934. mesh.MeshType=meshtype
  4935. mesh.MeshId=meshid
  4936. end
  4937. mesh.Offset=offset
  4938. mesh.Scale=scale
  4939. return mesh
  4940. end
  4941.  
  4942. function weld(parent,part0,part1,c0,c1)
  4943. local weld=it("Weld")
  4944. weld.Parent=parent
  4945. weld.Part0=part0
  4946. weld.Part1=part1
  4947. weld.C0=c0
  4948. weld.C1=c1
  4949. return weld
  4950. end
  4951.  
  4952. Back=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"White","Handle",Vector3.new(4.37000132, 3.20000124, 1.59000123))
  4953. Backweld=weld(m,Character["Torso"],Back,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0149364471, -0.464990616, 1.0450058, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  4954.  
  4955. local size = 40,40,40
  4956.  
  4957.  
  4958. ----------------------------------------------------
  4959. Player=game:GetService('Players').LocalPlayer
  4960. Character=Player.Character
  4961. Mouse=Player:GetMouse()
  4962. m=Instance.new('Model',Character)
  4963.  
  4964.  
  4965. local function weldBetween(a, b)
  4966. local weldd = Instance.new("ManualWeld")
  4967. weldd.Part0 = a
  4968. weldd.Part1 = b
  4969. weldd.C0 = CFrame.new()
  4970. weldd.C1 = b.CFrame:inverse() * a.CFrame
  4971. weldd.Parent = a
  4972. return weldd
  4973. end
  4974.  
  4975. it=Instance.new
  4976.  
  4977. function nooutline(part)
  4978. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  4979. end
  4980.  
  4981. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  4982. local fp=it("Part")
  4983. fp.formFactor=formfactor
  4984. fp.Parent=parent
  4985. fp.Reflectance=reflectance
  4986. fp.Transparency=transparency
  4987. fp.CanCollide=false
  4988. fp.Locked=true
  4989. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  4990. fp.Name=name
  4991. fp.Size=size
  4992. fp.Position=Character.Torso.Position
  4993. nooutline(fp)
  4994. fp.Material=material
  4995. fp:BreakJoints()
  4996. return fp
  4997. end
  4998.  
  4999. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  5000. local mesh=it(Mesh)
  5001. mesh.Parent=part
  5002. if Mesh=="SpecialMesh" then
  5003. mesh.MeshType=meshtype
  5004. mesh.MeshId=meshid
  5005. end
  5006. mesh.Offset=offset
  5007. mesh.Scale=scale
  5008. return mesh
  5009. end
  5010.  
  5011. function weld(parent,part0,part1,c0,c1)
  5012. local weld=it("Weld")
  5013. weld.Parent=parent
  5014. weld.Part0=part0
  5015. weld.Part1=part1
  5016. weld.C0=c0
  5017. weld.C1=c1
  5018. return weld
  5019. end
  5020.  
  5021. F3=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0.5,"White","Handle",Vector3.new(30.6000023, 30.6000023, 30.6000023))
  5022. F3weld=weld(m,Character["Torso"],F3,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.35006237, -0.479990005, 1.62999344, -1, 0, 0, 0, 1, 0, 0, 0, -1))
  5023. F3.Name = "F3"
  5024. F3.Shape = "Ball"
  5025. F3.CanCollide = false
  5026. F3.Size = Vector3.new(size)
  5027. F3.Transparency = 0.7
  5028. F3.Material = "Neon"
  5029. F3.Anchored = true
  5030. F3.BrickColor = BrickColor.new(0,0,0)
  5031. F3.Locked = true
  5032. F3.Archivable = false
  5033.  
  5034.  
  5035.  
  5036. local p = F3
  5037. local me = game.Players.LocalPlayer.Character
  5038. game.Workspace[player.Name].Humanoid.JumpPower = 100
  5039.  
  5040.  
  5041. p.Shape = "Ball"
  5042.  
  5043. game:GetService('RunService').Stepped:connect(function()
  5044. p.CFrame = me.Torso.CFrame * CFrame.new(0,0,0) * CFrame.Angles(0,0,0)
  5045. end)
  5046.  
  5047.  
  5048. wait(0.1)
  5049.  
  5050. F3.CanCollide = false
  5051. F3.CanCollide = false
  5052.  
  5053.  
  5054. F3.Transparency = 0.9
  5055.  
  5056. game.Workspace[player.Name].Humanoid.MaxHealth=math.huge
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement