Advertisement
Rawscript

Untitled

Aug 23rd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 144.45 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  3. do
  4. print("FE Compatibility")
  5. script.Parent = Player.Character
  6.  
  7. --RemoteEvent for communicating
  8. local Event = Instance.new("RemoteEvent")
  9. Event.Name = "UserInput_Event"
  10.  
  11. --Fake event to make stuff like Mouse.KeyDown work
  12. local function fakeEvent()
  13. local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
  14. t.connect = t.Connect
  15. return t
  16. end
  17.  
  18. --Creating fake input objects with fake variables
  19. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  20. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  21. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  22. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  23. end}
  24. --Merged 2 functions into one by checking amount of arguments
  25. CAS.UnbindAction = CAS.BindAction
  26.  
  27. --This function will trigger the events that have been :Connect()'ed
  28. local function te(self,ev,...)
  29. local t = m[ev]
  30. if t and t._fakeEvent and t.Function then
  31. t.Function(...)
  32. end
  33. end
  34. m.TrigEvent = te
  35. UIS.TrigEvent = te
  36.  
  37. Event.OnServerEvent:Connect(function(plr,io)
  38. if plr~=Player then return end
  39. if io.isMouse then
  40. m.Target = io.Target
  41. m.Hit = io.Hit
  42. else
  43. local b = io.UserInputState == Enum.UserInputState.Begin
  44. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  45. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  46. end
  47. for _,t in pairs(CAS.Actions) do
  48. for _,k in pairs(t.Keys) do
  49. if k==io.KeyCode then
  50. t.Function(t.Name,io.UserInputState,io)
  51. end
  52. end
  53. end
  54. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  55. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  56. end
  57. end)
  58. Event.Parent = NLS([==[
  59. local Player = game:GetService("Players").LocalPlayer
  60. local Event = script:WaitForChild("UserInput_Event")
  61. local UIS = game:GetService("UserInputService")
  62. local input = function(io,a)
  63. if a then return end
  64. --Since InputObject is a client-side instance, we create and pass table instead
  65. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
  66. end
  67. UIS.InputBegan:Connect(input)
  68. UIS.InputEnded:Connect(input)
  69. local Mouse = Player:GetMouse()
  70. local h,t
  71. --Give the server mouse data 30 times every second, but only if the values changed
  72. --If player is not moving their mouse, client won't fire events
  73. while wait(1/30) do
  74. if h~=Mouse.Hit or t~=Mouse.Target then
  75. h,t=Mouse.Hit,Mouse.Target
  76. Event:FireServer({isMouse=true,Target=t,Hit=h})
  77. end
  78. end]==],Player.Character)
  79. Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  80. end
  81.  
  82. --//====================================================\\--
  83. --|| deivis97 edit
  84. --\\====================================================//--
  85.  
  86.  
  87.  
  88. wait(0.2)
  89.  
  90.  
  91.  
  92. Player = owner
  93. PlayerGui = Player.PlayerGui
  94. Cam = workspace.CurrentCamera
  95. Backpack = Player.Backpack
  96. Character = Player.Character
  97. Humanoid = Character.Humanoid
  98. RootPart = Character["HumanoidRootPart"]
  99. Torso = Character["Torso"]
  100. Head = Character["Head"]
  101. RightArm = Character["Right Arm"]
  102. LeftArm = Character["Left Arm"]
  103. RightLeg = Character["Right Leg"]
  104. LeftLeg = Character["Left Leg"]
  105. RootJoint = RootPart["RootJoint"]
  106. Neck = Torso["Neck"]
  107. RightShoulder = Torso["Right Shoulder"]
  108. LeftShoulder = Torso["Left Shoulder"]
  109. RightHip = Torso["Right Hip"]
  110. LeftHip = Torso["Left Hip"]
  111. local sick = Instance.new("Sound",Character)
  112. sick.SoundId = "rbxassetid://1081372739"
  113. sick.Looped = true
  114. sick.Pitch = 1
  115. sick.Volume = 1
  116. sick:Play()
  117. local sick2 = Instance.new("Sound",Character)
  118. sick2.SoundId = "rbxassetid://1398657943"
  119. sick2.Looped = true
  120. sick2.Pitch = 1
  121. sick2.Volume = 999999
  122. Humanoid.DisplayDistanceType = "None"
  123. Player:ClearCharacterAppearance()
  124. Player=game:GetService('Players').LocalPlayer
  125. Character=Player.Character
  126. Mouse=Player:GetMouse()
  127. m=Instance.new('Model',Character)
  128.  
  129.  
  130. local function weldBetween(a, b)
  131. local weldd = Instance.new("ManualWeld")
  132. weldd.Part0 = a
  133. weldd.Part1 = b
  134. weldd.C0 = CFrame.new()
  135. weldd.C1 = b.CFrame:inverse() * a.CFrame
  136. weldd.Parent = a
  137. return weldd
  138. end
  139.  
  140. it=Instance.new
  141.  
  142. function nooutline(part)
  143. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  144. end
  145.  
  146. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  147. local fp=it("Part")
  148. fp.formFactor=formfactor
  149. fp.Parent=parent
  150. fp.Reflectance=reflectance
  151. fp.Transparency=transparency
  152. fp.CanCollide=false
  153. fp.Locked=true
  154. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  155. fp.Name=name
  156. fp.Size=size
  157. fp.Position=Character.Torso.Position
  158. nooutline(fp)
  159. fp.Material=material
  160. fp:BreakJoints()
  161. return fp
  162. end
  163.  
  164. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  165. local mesh=it(Mesh)
  166. mesh.Parent=part
  167. if Mesh=="SpecialMesh" then
  168. mesh.MeshType=meshtype
  169. mesh.MeshId=meshid
  170. end
  171. mesh.Offset=offset
  172. mesh.Scale=scale
  173. return mesh
  174. end
  175.  
  176. function weld(parent,part0,part1,c0,c1)
  177. local weld=it("Weld")
  178. weld.Parent=parent
  179. weld.Part0=part0
  180. weld.Part1=part1
  181. weld.C0=c0
  182. weld.C1=c1
  183. return weld
  184. end
  185. WIngs=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Institutional white","Handle",Vector3.new(0.526163042, 0.373031557, 0.931079745))
  186. 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))
  187. mesh("BlockMesh",WIngs,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.429282606, 1))
  188. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  189. 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))
  190. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  191. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
  192. 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))
  193. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  194. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  195. 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))
  196. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  197. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  198. 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))
  199. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  200. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  201. 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))
  202. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  203. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  204. 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))
  205. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  206. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  207. 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))
  208. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  209. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  210. 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))
  211. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  212. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  213. 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))
  214. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  215. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
  216. 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))
  217. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  218. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
  219. 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))
  220. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  221. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
  222. 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))
  223. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  224. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.526163042, 0.373031557, 0.931079745))
  225. 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))
  226. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.429282606, 1))
  227. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
  228. 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))
  229. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  230. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  231. 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))
  232. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  233. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
  234. 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))
  235. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  236. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  237. 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))
  238. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  239. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  240. 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))
  241. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  242. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
  243. 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))
  244. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  245. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
  246. 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))
  247. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  248. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  249. 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))
  250. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  251. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  252. 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))
  253. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  254. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  255. 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))
  256. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  257. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  258. 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))
  259. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  260. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  261. 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))
  262. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  263. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  264. 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))
  265. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  266. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
  267. 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))
  268. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  269. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
  270. 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))
  271. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  272. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  273. 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))
  274. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  275. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  276. 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))
  277. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  278. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  279. 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))
  280. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  281. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  282. 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))
  283. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  284. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  285. 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))
  286. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  287. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  288. 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))
  289. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  290. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  291. 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))
  292. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  293. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
  294. 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))
  295. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  296. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  297. 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))
  298. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  299. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  300. 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))
  301. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  302. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
  303. 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))
  304. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  305. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  306. 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))
  307. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  308. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  309. 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))
  310. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  311. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
  312. 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))
  313. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  314. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  315. 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))
  316. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  317. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  318. 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))
  319. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  320. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  321. 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))
  322. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  323. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  324. 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))
  325. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  326. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  327. 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))
  328. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  329. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
  330. 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))
  331. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  332. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  333. 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))
  334. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  335. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.567338467, 0.701169252))
  336. 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))
  337. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  338. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.869309068, 0.701169252))
  339. 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))
  340. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.904563606, 1, 1))
  341. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 1.92734933, 0.701169252))
  342. 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))
  343. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.659258127, 1, 1))
  344. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.893329322, 0.679436445))
  345. 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))
  346. mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.619396091, 1, 1))
  347. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(2.33570647, 0.518153846, 1.07062769))
  348. 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))
  349. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  350. Part=part(Enum.FormFactor.Brick,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(1.54303002, 0.373031557, 1.3668803))
  351. 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))
  352. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.901492953, 1))
  353. Part=part(Enum.FormFactor.Brick,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(2.33570647, 0.502140284, 1.85872841))
  354. 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))
  355. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  356. Part=part(Enum.FormFactor.Brick,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(2.33570647, 0.507859409, 1.26050401))
  357. 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))
  358. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  359. Part=part(Enum.FormFactor.Brick,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(2.33570647, 0.497564912, 2.28537822))
  360. 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))
  361. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  362. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
  363. 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))
  364. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  365. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
  366. 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))
  367. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  368. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
  369. 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))
  370. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  371. Part=part(Enum.FormFactor.Brick,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(1.54303002, 0.373031557, 1.3668803))
  372. 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))
  373. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.901492953, 1))
  374. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.395764321, 1.10837412))
  375. 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))
  376. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  377. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.373031557, 1.03288114))
  378. 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))
  379. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.794172287, 1))
  380. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.373031557, 0.725190163))
  381. 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))
  382. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.478343189, 1))
  383. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.380894542, 0.985983968))
  384. 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))
  385. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  386. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 1.67227566, 1.70316744))
  387. 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))
  388. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  389. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 2.33112097, 0.885326684))
  390. 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))
  391. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  392. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
  393. 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))
  394. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  395. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
  396. 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))
  397. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
  398. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  399. 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))
  400. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  401. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
  402. 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))
  403. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  404. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
  405. 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))
  406. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  407. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
  408. 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))
  409. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  410. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
  411. 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))
  412. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  413. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
  414. 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))
  415. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
  416. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
  417. 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))
  418. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  419. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
  420. 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))
  421. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  422. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
  423. 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))
  424. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  425. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
  426. 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))
  427. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  428. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  429. 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))
  430. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  431. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 1.76950121, 0.741203785))
  432. 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))
  433. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  434. Part=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(2.33570647, 0.518153846, 1.07062769))
  435. 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))
  436. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  437. Part=part(Enum.FormFactor.Brick,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(1.54303002, 0.373031557, 1.3668803))
  438. 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))
  439. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.901492953, 1))
  440. Part=part(Enum.FormFactor.Brick,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(2.33570647, 0.502140284, 1.85872841))
  441. 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))
  442. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  443. Part=part(Enum.FormFactor.Brick,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(2.33570647, 0.507859409, 1.26050401))
  444. 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))
  445. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  446. Part=part(Enum.FormFactor.Brick,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(2.33570647, 0.497564912, 2.28537822))
  447. 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))
  448. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  449. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  450. 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))
  451. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  452. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
  453. 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))
  454. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  455. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
  456. 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))
  457. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  458. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
  459. 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))
  460. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
  461. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
  462. 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))
  463. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  464. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
  465. 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))
  466. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  467. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
  468. 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))
  469. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  470. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
  471. 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))
  472. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  473. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
  474. 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))
  475. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  476. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  477. 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))
  478. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  479. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
  480. 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))
  481. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  482. Part=part(Enum.FormFactor.Brick,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(1.54303002, 0.373031557, 1.3668803))
  483. 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))
  484. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.901492953, 1))
  485. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
  486. 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))
  487. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
  488. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
  489. 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))
  490. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  491. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
  492. 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))
  493. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  494. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
  495. 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))
  496. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  497. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.395764321, 1.10837412))
  498. 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))
  499. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  500. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.373031557, 1.03288114))
  501. 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))
  502. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.794172287, 1))
  503. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
  504. 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))
  505. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  506. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.380894542, 0.985983968))
  507. 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))
  508. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  509. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 1.76950121, 0.741203785))
  510. 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))
  511. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  512. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 2.33112097, 0.885326684))
  513. 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))
  514. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  515. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.373031557, 0.725190163))
  516. 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))
  517. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.478343189, 1))
  518. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 1.67227566, 1.70316744))
  519. 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))
  520. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  521. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
  522. 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))
  523. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  524. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
  525. 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))
  526. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  527. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
  528. 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))
  529. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
  530. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
  531. 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))
  532. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  533. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.373031557, 0.725190163))
  534. 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))
  535. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.478343189, 1))
  536. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.373031557, 1.03288114))
  537. 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))
  538. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.794172287, 1))
  539. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
  540. 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))
  541. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  542. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.395764321, 1.10837412))
  543. 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))
  544. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  545. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.380894542, 0.985983968))
  546. 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))
  547. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  548. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
  549. 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))
  550. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  551. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
  552. 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))
  553. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  554. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  555. 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))
  556. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  557. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
  558. 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))
  559. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  560. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
  561. 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))
  562. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  563. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
  564. 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))
  565. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  566. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
  567. 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))
  568. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
  569. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  570. 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))
  571. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  572. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
  573. 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))
  574. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  575. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
  576. 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))
  577. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  578. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
  579. 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))
  580. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  581. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 1.67227566, 1.75463974))
  582. 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))
  583. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  584. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
  585. 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))
  586. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
  587. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
  588. 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))
  589. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  590. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
  591. 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))
  592. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  593. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
  594. 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))
  595. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  596. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
  597. 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))
  598. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  599. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  600. 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))
  601. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  602. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.583352029, 0.373031557))
  603. 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))
  604. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 0.417018801))
  605. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.613091588, 3.18786216))
  606. 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))
  607. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  608. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
  609. 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))
  610. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  611. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
  612. 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))
  613. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  614. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.969965518, 1.26393533))
  615. 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))
  616. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  617. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.584495842, 0.706888735))
  618. 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))
  619. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  620. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.539886534, 0.706888735))
  621. 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))
  622. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  623. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 1.83584321, 0.702313483))
  624. 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))
  625. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  626. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.373031557, 0.725190163))
  627. 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))
  628. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.478343189, 1))
  629. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.373031557, 1.03288114))
  630. 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))
  631. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 0.794172287, 1))
  632. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 4.23216105, 1.09807956))
  633. 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))
  634. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  635. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 1.67227566, 1.75463974))
  636. 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))
  637. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  638. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.395764321, 1.10837412))
  639. 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))
  640. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  641. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(0.373031408, 0.380894542, 0.985983968))
  642. 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))
  643. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.892298341, 1, 1))
  644. Part=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Toothpaste","Part",Vector3.new(0.373031408, 0.885322511, 0.706888735))
  645. 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))
  646. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.656192005, 1, 1))
  647. Part=part(Enum.FormFactor.Brick,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(1.44351673, 0.373031557, 1.23305202))
  648. 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))
  649. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.904559135, 1))
  650. Part=part(Enum.FormFactor.Brick,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(1.28909934, 0.373031557, 1.23305202))
  651. 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))
  652. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.567265928, 1))
  653. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(1.28909934, 0.543318033, 1.14497685))
  654. 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))
  655. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  656. Part=part(Enum.FormFactor.Brick,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(1.28909934, 0.373031557, 1.23305202))
  657. 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))
  658. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.567265928, 1))
  659. Part=part(Enum.FormFactor.Brick,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(1.28909934, 0.373031557, 1.23305202))
  660. 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))
  661. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.567265928, 1))
  662. Part=part(Enum.FormFactor.Brick,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(1.28909934, 0.373031557, 1.23305202))
  663. 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))
  664. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.567265928, 1))
  665. Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(1.28909934, 0.543318033, 1.14497685))
  666. 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))
  667. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  668. Part=part(Enum.FormFactor.Brick,m,Enum.Material.DiamondPlate,0,0,"Really black","Part",Vector3.new(1.44351673, 0.373031557, 1.23305202))
  669. 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))
  670. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.904559135, 1))
  671.  
  672.  
  673. IT = Instance.new
  674. CF = CFrame.new
  675. VT = Vector3.new
  676. RAD = math.rad
  677. C3 = Color3.new
  678. UD2 = UDim2.new
  679. BRICKC = BrickColor.new
  680. ANGLES = CFrame.Angles
  681. EULER = CFrame.fromEulerAnglesXYZ
  682. COS = math.cos
  683. ACOS = math.acos
  684. SIN = math.sin
  685. ASIN = math.asin
  686. ABS = math.abs
  687. MRANDOM = math.random
  688. FLOOR = math.floor
  689.  
  690. function CreateMesh(MESH, PARENT, MESHTYPE, MESHID, TEXTUREID, SCALE, OFFSET)
  691. local NEWMESH = IT(MESH)
  692. if MESH == "SpecialMesh" then
  693. NEWMESH.MeshType = MESHTYPE
  694. if MESHID ~= "nil" and MESHID ~= "" then
  695. NEWMESH.MeshId = "http://www.roblox.com/asset/?id="..MESHID
  696. end
  697. if TEXTUREID ~= "nil" and TEXTUREID ~= "" then
  698. NEWMESH.TextureId = "http://www.roblox.com/asset/?id="..TEXTUREID
  699. end
  700. end
  701. NEWMESH.Offset = OFFSET or VT(0, 0, 0)
  702. NEWMESH.Scale = SCALE
  703. NEWMESH.Parent = PARENT
  704. return NEWMESH
  705. end
  706.  
  707. function CreatePart(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR)
  708. local NEWPART = IT("Part")
  709. NEWPART.formFactor = FORMFACTOR
  710. NEWPART.Reflectance = REFLECTANCE
  711. NEWPART.Transparency = TRANSPARENCY
  712. NEWPART.CanCollide = false
  713. NEWPART.Locked = true
  714. NEWPART.Anchored = true
  715. if ANCHOR == false then
  716. NEWPART.Anchored = false
  717. end
  718. NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR))
  719. NEWPART.Name = NAME
  720. NEWPART.Size = SIZE
  721. NEWPART.Position = Torso.Position
  722. NEWPART.Material = MATERIAL
  723. NEWPART:BreakJoints()
  724. NEWPART.Parent = PARENT
  725. return NEWPART
  726. end
  727.  
  728. local naeeym2 = Instance.new("BillboardGui",Character)
  729. naeeym2.AlwaysOnTop = true
  730. naeeym2.Size = UDim2.new(5,35,5,35)
  731. naeeym2.StudsOffset = Vector3.new(0,1,0)
  732. naeeym2.Adornee = Character.Head
  733. naeeym2.Name = "Name"
  734. naeeym2.PlayerToHideFrom = Player
  735. local tecks2 = Instance.new("TextLabel",naeeym2)
  736. tecks2.BackgroundTransparency = 1
  737. tecks2.TextScaled = true
  738. tecks2.BorderSizePixel = 0
  739. tecks2.Text = Player.Name..", Ravager from another world"
  740. tecks2.Font = "SciFi"
  741. tecks2.TextSize = 30
  742. tecks2.TextStrokeTransparency = 0
  743. tecks2.TextColor3 = Color3.new(0.5,0,0.5)
  744. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  745. tecks2.Size = UDim2.new(1,0,0.5,0)
  746. tecks2.Parent = naeeym2
  747.  
  748. --//=================================\\
  749. --|| CUSTOMIZATION
  750. --\\=================================//
  751.  
  752. Class_Name = "Ravager.exe"
  753. Weapon_Name = "Add-ons"
  754.  
  755. Custom_Colors = {
  756. Custom_Color_1 = BRICKC("Institutional white"); --1st color for the weapon.
  757. Custom_Color_2 = BRICKC("Institutional white"); --2nd color for the weapon.
  758.  
  759. Custom_Color_3 = BRICKC("Institutional white"); --Color for the abilities.
  760. Custom_Color_4 = BRICKC("Institutional white"); --Color for the secondary bar.
  761. Custom_Color_5 = BRICKC("Institutional white"); --Color for the mana bar.
  762. Custom_Color_6 = BRICKC("Institutional white"); --Color for the health bar.
  763. Custom_Color_7 = BRICKC("Institutional white"); --Color for the stun bar.
  764.  
  765. Custom_Color_8 = BRICKC("Institutional white"); --Background for the mana bar.
  766. Custom_Color_9 = BRICKC("Institutional white"); --Background for the secondary mana bar.
  767. Custom_Color_10 = BRICKC("Institutional white"); --Background for the stun bar.
  768. Custom_Color_11 = BRICKC("Institutional white"); --Background for the health bar.
  769. Custom_Color_12 = BRICKC("Institutional white"); --Background for the abilities.
  770. }
  771.  
  772.  
  773. Player_Size = 1 --Size of the player.
  774. Animation_Speed = 3
  775. Frame_Speed = 1 / 60 -- (1 / 30) OR (1 / 60)
  776.  
  777. local Speed = 35
  778. local Effects2 = {}
  779.  
  780. --//=================================\\
  781. --|| END OF CUSTOMIZATION
  782. --\\=================================//
  783.  
  784. local function weldBetween(a, b)
  785. local weldd = Instance.new("ManualWeld")
  786. weldd.Part0 = a
  787. weldd.Part1 = b
  788. weldd.C0 = CFrame.new()
  789. weldd.C1 = b.CFrame:inverse() * a.CFrame
  790. weldd.Parent = a
  791. return weldd
  792. end
  793.  
  794. function createaccessory(attachmentpart,mesh,texture,scale,offset,color)
  795. local acs = Instance.new("Part")
  796. acs.CanCollide = false
  797. acs.Anchored = false
  798. acs.Size = Vector3.new(0,0,0)
  799. acs.CFrame = attachmentpart.CFrame
  800. acs.Parent = attachmentpart
  801. acs.BrickColor = color
  802. local meshs = Instance.new("SpecialMesh")
  803. meshs.MeshId = mesh
  804. meshs.TextureId = texture
  805. meshs.Parent = acs
  806. meshs.Scale = scale
  807. meshs.Offset = offset
  808. weldBetween(attachmentpart,acs)
  809. end
  810.  
  811. function createbodypart(TYPE,COLOR,PART,OFFSET,SIZE)
  812. if TYPE == "Gem" then
  813. local acs = CreatePart(3, PART, "Plastic", 0, 0, COLOR, "Part", VT(0,0,0))
  814. acs.Anchored = false
  815. acs.CanCollide = false
  816. acs.CFrame = PART.CFrame
  817. local acs2 = CreateMesh("SpecialMesh", acs, "FileMesh", "9756362", "", SIZE, OFFSET)
  818. weldBetween(PART,acs)
  819. elseif TYPE == "Skull" then
  820. local acs = CreatePart(3, PART, "Plastic", 0, 0, COLOR, "Part", VT(0,0,0))
  821. acs.Anchored = false
  822. acs.CanCollide = false
  823. acs.CFrame = PART.CFrame
  824. local acs2 = CreateMesh("SpecialMesh", acs, "FileMesh", "4770583", "", SIZE, OFFSET)
  825. weldBetween(PART,acs)
  826. elseif TYPE == "Eye" then
  827. local acs = CreatePart(3, PART, "Neon", 0, 0, COLOR, "Part", VT(0,0,0))
  828. acs.Anchored = false
  829. acs.CanCollide = false
  830. acs.CFrame = PART.CFrame
  831. local acs2 = CreateMesh("SpecialMesh", acs, "Sphere", "", "", SIZE, OFFSET)
  832. weldBetween(PART,acs)
  833. end
  834. end
  835.  
  836. createaccessory(Head,"http://www.roblox.com/asset/?id=124631026","http://www.roblox.com/asset/?id=172514397",VT(2,2,2),VT(0,-1,0.04),BRICKC"Toothpaste")
  837.  
  838. --//=================================\\
  839. --|| USEFUL VALUES
  840. --\\=================================//
  841.  
  842. local ROOTC0 = CF(0, 0, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  843. local NECKC0 = CF(0, 1, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  844. local RIGHTSHOULDERC0 = CF(-0.5, 0, 0) * ANGLES(RAD(0), RAD(90), RAD(0))
  845. local LEFTSHOULDERC0 = CF(0.5, 0, 0) * ANGLES(RAD(0), RAD(-90), RAD(0))
  846. local CO1 = 0
  847. local CO2 = 0
  848. local CO3 = 0
  849. local CO4 = 0
  850. local CHANGEDEFENSE = 0
  851. local CHANGEDAMAGE = 0
  852. local CHANGEMOVEMENT = 0
  853. local ANIM = "Idle"
  854. local ATTACK = false
  855. local EQUIPPED = false
  856. local HOLD = false
  857. local COMBO = 1
  858. local LASTPOINT = nil
  859. local BLCF = nil
  860. local SCFR = nil
  861. local KEYHOLD = false
  862. local STAGGERHITANIM = false
  863. local STAGGERANIM = false
  864. local STUNANIM = false
  865. local CRITCHANCENUMBER = 0
  866. local IDLENUMBER = 0
  867. local DONUMBER = 0
  868. local HANDIDLE = false
  869. local Rooted = false
  870. local SINE = 0
  871. local CHANGE = 2 / Animation_Speed
  872. local WALKINGANIM = false
  873. local WALK = 0
  874. local DANCE = false
  875. local DISABLEJUMPING = false
  876. local ROBLOXIDLEANIMATION = IT("Animation")
  877. ROBLOXIDLEANIMATION.Name = "Roblox Idle Animation"
  878. ROBLOXIDLEANIMATION.AnimationId = "http://www.roblox.com/asset/?id=180435571"
  879. --ROBLOXIDLEANIMATION.Parent = Humanoid
  880. local WEAPONGUI = IT("ScreenGui", PlayerGui)
  881. WEAPONGUI.Name = "Weapon GUI"
  882. local Weapon = IT("Model")
  883. Weapon.Name = Weapon_Name
  884. local Effects = IT("Folder", Weapon)
  885. Effects.Name = "Effects"
  886. local Bombs = IT("Folder", Weapon)
  887. Bombs.Name = "BombsHolder"
  888. local ANIMATOR = Humanoid.Animator
  889. local ANIMATE = Character.Animate
  890. local HITPLAYERSOUNDS = {--[["199149137", "199149186", "199149221", "199149235", "199149269", "199149297"--]]"263032172", "263032182", "263032200", "263032221", "263032252", "263033191"}
  891. local HITARMORSOUNDS = {"199149321", "199149338", "199149367", "199149409", "199149452"}
  892. local HITWEAPONSOUNDS = {"199148971", "199149025", "199149072", "199149109", "199149119"}
  893. local HITBLOCKSOUNDS = {"199148933", "199148947"}
  894. local UNANCHOR = true
  895. local MAGICPARTICLE = "655109389"
  896.  
  897. local SKILLTEXTCOLOR = C3(0,1,1)
  898.  
  899. --//=================================\\
  900. --\\=================================//
  901.  
  902.  
  903. --//=================================\\
  904. --|| SAZERENOS' ARTIFICIAL HEARTBEAT
  905. --\\=================================//
  906.  
  907. ArtificialHB = Instance.new("BindableEvent", script)
  908. ArtificialHB.Name = "ArtificialHB"
  909.  
  910. script:WaitForChild("ArtificialHB")
  911.  
  912. frame = Frame_Speed
  913. tf = 0
  914. allowframeloss = false
  915. tossremainder = false
  916. lastframe = tick()
  917. script.ArtificialHB:Fire()
  918.  
  919. game:GetService("RunService").Heartbeat:connect(function(s, p)
  920. tf = tf + s
  921. if tf >= frame then
  922. if allowframeloss then
  923. script.ArtificialHB:Fire()
  924. lastframe = tick()
  925. else
  926. for i = 1, math.floor(tf / frame) do
  927. script.ArtificialHB:Fire()
  928. end
  929. lastframe = tick()
  930. end
  931. if tossremainder then
  932. tf = 0
  933. else
  934. tf = tf - frame * math.floor(tf / frame)
  935. end
  936. end
  937. end)
  938.  
  939. --//=================================\\
  940. --\\=================================//
  941.  
  942.  
  943.  
  944.  
  945.  
  946. --//=================================\\
  947. --|| SOME FUNCTIONS
  948. --\\=================================//
  949.  
  950. function Raycast(POSITION, DIRECTION, RANGE, IGNOREDECENDANTS)
  951. return workspace:FindPartOnRay(Ray.new(POSITION, DIRECTION.unit * RANGE), IGNOREDECENDANTS)
  952. end
  953.  
  954. function PositiveAngle(NUMBER)
  955. if NUMBER >= 0 then
  956. NUMBER = 0
  957. end
  958. return NUMBER
  959. end
  960.  
  961. function NegativeAngle(NUMBER)
  962. if NUMBER <= 0 then
  963. NUMBER = 0
  964. end
  965. return NUMBER
  966. end
  967.  
  968. function Swait(NUMBER)
  969. if NUMBER == 0 or NUMBER == nil then
  970. ArtificialHB.Event:wait()
  971. else
  972. for i = 1, NUMBER do
  973. ArtificialHB.Event:wait()
  974. end
  975. end
  976. end
  977.  
  978. function QuaternionFromCFrame(cf)
  979. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  980. local trace = m00 + m11 + m22
  981. if trace > 0 then
  982. local s = math.sqrt(1 + trace)
  983. local recip = 0.5 / s
  984. return (m21 - m12) * recip, (m02 - m20) * recip, (m10 - m01) * recip, s * 0.5
  985. else
  986. local i = 0
  987. if m11 > m00 then
  988. i = 1
  989. end
  990. if m22 > (i == 0 and m00 or m11) then
  991. i = 2
  992. end
  993. if i == 0 then
  994. local s = math.sqrt(m00 - m11 - m22 + 1)
  995. local recip = 0.5 / s
  996. return 0.5 * s, (m10 + m01) * recip, (m20 + m02) * recip, (m21 - m12) * recip
  997. elseif i == 1 then
  998. local s = math.sqrt(m11 - m22 - m00 + 1)
  999. local recip = 0.5 / s
  1000. return (m01 + m10) * recip, 0.5 * s, (m21 + m12) * recip, (m02 - m20) * recip
  1001. elseif i == 2 then
  1002. local s = math.sqrt(m22 - m00 - m11 + 1)
  1003. local recip = 0.5 / s return (m02 + m20) * recip, (m12 + m21) * recip, 0.5 * s, (m10 - m01) * recip
  1004. end
  1005. end
  1006. end
  1007.  
  1008. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  1009. local xs, ys, zs = x + x, y + y, z + z
  1010. local wx, wy, wz = w * xs, w * ys, w * zs
  1011. local xx = x * xs
  1012. local xy = x * ys
  1013. local xz = x * zs
  1014. local yy = y * ys
  1015. local yz = y * zs
  1016. local zz = z * zs
  1017. return CFrame.new(px, py, pz, 1 - (yy + zz), xy - wz, xz + wy, xy + wz, 1 - (xx + zz), yz - wx, xz - wy, yz + wx, 1 - (xx + yy))
  1018. end
  1019.  
  1020. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  1021. local fp=IT("Part")
  1022. fp.formFactor=formfactor
  1023. fp.Parent=parent
  1024. fp.Reflectance=reflectance
  1025. fp.Transparency=transparency
  1026. fp.CanCollide=false
  1027. fp.Locked=true
  1028. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  1029. fp.Name=name
  1030. fp.Size=size
  1031. fp.Position=Character.Torso.Position
  1032. NoOutlines(fp)
  1033. fp.Material=material
  1034. fp:BreakJoints()
  1035. return fp
  1036. end
  1037.  
  1038. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  1039. local mesh=IT(Mesh)
  1040. mesh.Parent=part
  1041. if Mesh=="SpecialMesh" then
  1042. mesh.MeshType=meshtype
  1043. mesh.MeshId=meshid
  1044. end
  1045. mesh.Offset=offset
  1046. mesh.Scale=scale
  1047. return mesh
  1048. end
  1049.  
  1050. function QuaternionSlerp(a, b, t)
  1051. local cosTheta = a[1] * b[1] + a[2] * b[2] + a[3] * b[3] + a[4] * b[4]
  1052. local startInterp, finishInterp;
  1053. if cosTheta >= 0.0001 then
  1054. if (1 - cosTheta) > 0.0001 then
  1055. local theta = ACOS(cosTheta)
  1056. local invSinTheta = 1 / SIN(theta)
  1057. startInterp = SIN((1 - t) * theta) * invSinTheta
  1058. finishInterp = SIN(t * theta) * invSinTheta
  1059. else
  1060. startInterp = 1 - t
  1061. finishInterp = t
  1062. end
  1063. else
  1064. if (1 + cosTheta) > 0.0001 then
  1065. local theta = ACOS(-cosTheta)
  1066. local invSinTheta = 1 / SIN(theta)
  1067. startInterp = SIN((t - 1) * theta) * invSinTheta
  1068. finishInterp = SIN(t * theta) * invSinTheta
  1069. else
  1070. startInterp = t - 1
  1071. finishInterp = t
  1072. end
  1073. end
  1074. return a[1] * startInterp + b[1] * finishInterp, a[2] * startInterp + b[2] * finishInterp, a[3] * startInterp + b[3] * finishInterp, a[4] * startInterp + b[4] * finishInterp
  1075. end
  1076.  
  1077. function Clerp(a, b, t)
  1078. local qa = {QuaternionFromCFrame(a)}
  1079. local qb = {QuaternionFromCFrame(b)}
  1080. local ax, ay, az = a.x, a.y, a.z
  1081. local bx, by, bz = b.x, b.y, b.z
  1082. local _t = 1 - t
  1083. return QuaternionToCFrame(_t * ax + t * bx, _t * ay + t * by, _t * az + t * bz, QuaternionSlerp(qa, qb, t))
  1084. end
  1085.  
  1086. function CreateFrame(PARENT, TRANSPARENCY, BORDERSIZEPIXEL, POSITION, SIZE, COLOR, BORDERCOLOR, NAME)
  1087. local frame = IT("Frame")
  1088. frame.BackgroundTransparency = TRANSPARENCY
  1089. frame.BorderSizePixel = BORDERSIZEPIXEL
  1090. frame.Position = POSITION
  1091. frame.Size = SIZE
  1092. frame.BackgroundColor3 = COLOR
  1093. frame.BorderColor3 = BORDERCOLOR
  1094. frame.Name = NAME
  1095. frame.Parent = PARENT
  1096. return frame
  1097. end
  1098.  
  1099. function CreateLabel(PARENT, TEXT, TEXTCOLOR, TEXTFONTSIZE, TEXTFONT, TRANSPARENCY, BORDERSIZEPIXEL, STROKETRANSPARENCY, NAME)
  1100. local label = IT("TextLabel")
  1101. label.BackgroundTransparency = 1
  1102. label.Size = UD2(1, 0, 1, 0)
  1103. label.Position = UD2(0, 0, 0, 0)
  1104. label.TextColor3 = TEXTCOLOR
  1105. label.TextStrokeTransparency = STROKETRANSPARENCY
  1106. label.TextTransparency = TRANSPARENCY
  1107. label.FontSize = TEXTFONTSIZE
  1108. label.Font = TEXTFONT
  1109. label.BorderSizePixel = BORDERSIZEPIXEL
  1110. label.TextScaled = false
  1111. label.Text = TEXT
  1112. label.Name = NAME
  1113. label.Parent = PARENT
  1114. return label
  1115. end
  1116.  
  1117. function NoOutlines(PART)
  1118. PART.TopSurface, PART.BottomSurface, PART.LeftSurface, PART.RightSurface, PART.FrontSurface, PART.BackSurface = 10, 10, 10, 10, 10, 10
  1119. end
  1120.  
  1121.  
  1122. function CreateWeldOrSnapOrMotor(TYPE, PARENT, PART0, PART1, C0, C1)
  1123. local NEWWELD = IT(TYPE)
  1124. NEWWELD.Part0 = PART0
  1125. NEWWELD.Part1 = PART1
  1126. NEWWELD.C0 = C0
  1127. NEWWELD.C1 = C1
  1128. NEWWELD.Parent = PARENT
  1129. return NEWWELD
  1130. end
  1131.  
  1132. function CreateSound(ID, PARENT, VOLUME, PITCH)
  1133. local NEWSOUND = nil
  1134. coroutine.resume(coroutine.create(function()
  1135. NEWSOUND = IT("Sound", PARENT)
  1136. NEWSOUND.Volume = VOLUME
  1137. NEWSOUND.Pitch = PITCH
  1138. NEWSOUND.SoundId = "http://www.roblox.com/asset/?id="..ID
  1139. Swait()
  1140. NEWSOUND:play()
  1141. game:GetService("Debris"):AddItem(NEWSOUND, 10)
  1142. end))
  1143. return NEWSOUND
  1144. end
  1145.  
  1146. function CFrameFromTopBack(at, top, back)
  1147. local right = top:Cross(back)
  1148. return CF(at.x, at.y, at.z, right.x, top.x, back.x, right.y, top.y, back.y, right.z, top.z, back.z)
  1149. end
  1150.  
  1151. function CreateWave(inair,size,doesrotate,rotatedirection,waitt,cframe,color)
  1152. local wave = CreatePart(3, Effects, "Neon", 0, 0.5, BRICKC(color), "Effect", VT(0,0,0))
  1153. local mesh = IT("SpecialMesh",wave)
  1154. mesh.MeshType = "FileMesh"
  1155. mesh.MeshId = "http://www.roblox.com/asset/?id=20329976"
  1156. mesh.Scale = VT(size,size,size)
  1157. mesh.Offset = VT(0,0,-size/8)
  1158. wave.CFrame = cframe
  1159. coroutine.resume(coroutine.create(function(PART)
  1160. for i = 1, waitt do
  1161. Swait()
  1162. mesh.Scale = mesh.Scale + VT(size/5,size/5,size/5)
  1163. mesh.Offset = VT(0,0,-(mesh.Scale.X/8))
  1164. if doesrotate == true then
  1165. wave.CFrame = wave.CFrame * CFrame.fromEulerAnglesXYZ(0, rotatedirection, 0)
  1166. end
  1167. wave.Transparency = wave.Transparency + (0.5/waitt)
  1168. if wave.Transparency > 0.99 then
  1169. wave:remove()
  1170. end
  1171. end
  1172. end))
  1173. end
  1174.  
  1175. function CreateSwirl(inair,size,doesrotate,rotatedirection,waitt,cframe,color)
  1176. local wave = CreatePart(3, Effects, "Neon", 0, 0.5, BRICKC(color), "Effect", VT(0,0,0))
  1177. local mesh = IT("SpecialMesh",wave)
  1178. mesh.MeshType = "FileMesh"
  1179. mesh.MeshId = "http://www.roblox.com/asset/?id=1051557"
  1180. mesh.Scale = VT(size,size,size)
  1181. wave.CFrame = cframe
  1182. coroutine.resume(coroutine.create(function(PART)
  1183. for i = 1, waitt do
  1184. Swait()
  1185. mesh.Scale = mesh.Scale + VT(size/5,0,size/5)
  1186. if doesrotate == true then
  1187. wave.CFrame = wave.CFrame * CFrame.fromEulerAnglesXYZ(0, rotatedirection, 0)
  1188. end
  1189. wave.Transparency = wave.Transparency + (0.5/waitt)
  1190. if wave.Transparency > 0.99 then
  1191. wave:remove()
  1192. end
  1193. end
  1194. end))
  1195. end
  1196.  
  1197. function CreateTornado(inair,size,doesrotate,rotatedirection,waitt,cframe,color)
  1198. local wave = CreatePart(3, Effects, "Neon", 0, 0.5, BRICKC(color), "Effect", VT(0,0,0))
  1199. local mesh = IT("SpecialMesh",wave)
  1200. mesh.MeshType = "FileMesh"
  1201. mesh.MeshId = "http://www.roblox.com/asset/?id=102638417"
  1202. mesh.Scale = VT(size,size,size)
  1203. wave.CFrame = cframe
  1204. coroutine.resume(coroutine.create(function(PART)
  1205. for i = 1, waitt do
  1206. Swait()
  1207. mesh.Scale = mesh.Scale + VT(size/5,0,size/5)
  1208. if doesrotate == true then
  1209. wave.CFrame = wave.CFrame * CFrame.fromEulerAnglesXYZ(0, rotatedirection, 0)
  1210. end
  1211. wave.Transparency = wave.Transparency + (0.5/waitt)
  1212. if wave.Transparency > 0.99 then
  1213. wave:remove()
  1214. end
  1215. end
  1216. end))
  1217. end
  1218.  
  1219. function CreateRing(inair,size,doesrotate,rotatedirection,waitt,cframe,spin1,spin2,color)
  1220. local wave = CreatePart(3, Effects, "Neon", 0, 0.5, BRICKC(color), "Effect", VT(0,0,0))
  1221. local mesh = IT("SpecialMesh",wave)
  1222. mesh.MeshType = "FileMesh"
  1223. mesh.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1224. mesh.Scale = VT(size,size,size)
  1225. mesh.Offset = VT(0,0,0)
  1226. wave.CFrame = cframe
  1227. coroutine.resume(coroutine.create(function(PART)
  1228. for i = 1, waitt do
  1229. Swait()
  1230. mesh.Scale = mesh.Scale + VT(size/5,size/5,size/5)
  1231. if doesrotate == true then
  1232. wave.CFrame = wave.CFrame * CFrame.fromEulerAnglesXYZ(spin2, rotatedirection, spin1)
  1233. end
  1234. wave.Transparency = wave.Transparency + (0.5/waitt)
  1235. if wave.Transparency > 0.99 then
  1236. wave:remove()
  1237. end
  1238. end
  1239. end))
  1240. end
  1241.  
  1242. function MagicSphere(size,waitt,cframe,color)
  1243. local wave = CreatePart(3, Effects, "Neon", 0, 0, BRICKC(color), "Effect", VT(1,1,1))
  1244. local mesh = IT("SpecialMesh",wave)
  1245. mesh.MeshType = "Sphere"
  1246. mesh.Scale = VT(size,size,size)
  1247. mesh.Offset = VT(0,0,0)
  1248. wave.CFrame = cframe
  1249. coroutine.resume(coroutine.create(function(PART)
  1250. for i = 1, waitt do
  1251. Swait()
  1252. mesh.Scale = mesh.Scale + VT(size/5,size/5,size/5)
  1253. wave.Transparency = wave.Transparency + (1/waitt)
  1254. if wave.Transparency > 0.99 then
  1255. wave:remove()
  1256. end
  1257. end
  1258. end))
  1259. end
  1260.  
  1261. function MagicSphere2(size,waitt,cframe,color)
  1262. local wave = CreatePart(3, Effects, "Neon", 0, 1, BRICKC(color), "Effect", VT(1,1,1))
  1263. local mesh = IT("SpecialMesh",wave)
  1264. mesh.MeshType = "Sphere"
  1265. mesh.Scale = VT(size,size,size)
  1266. mesh.Offset = VT(0,0,0)
  1267. wave.CFrame = cframe
  1268. coroutine.resume(coroutine.create(function(PART)
  1269. for i = 1, waitt do
  1270. Swait()
  1271. mesh.Scale = mesh.Scale - VT(size/waitt,size/waitt,size/waitt)
  1272. wave.Transparency = wave.Transparency - (1/waitt)
  1273. end
  1274. wave:remove()
  1275. end))
  1276. end
  1277.  
  1278. function BreakEffect(brickcolor,cframe,x1,y1,z1,material)
  1279. local prt=part("Custom",workspace,material,0,0,brickcolor,"Effect",VT(0.5,0.5,0.5))
  1280. prt.Anchored=true
  1281. prt.CFrame=cframe*EULER(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1282. local msh=mesh("SpecialMesh",prt,"Sphere","",VT(0,0,0),VT(x1,y1,z1))
  1283. coroutine.resume(coroutine.create(function(Part,CF,Numbb,randnumb)
  1284. CF=Part.CFrame
  1285. Numbb=0
  1286. randnumb=math.random()-math.random()
  1287. for i=0,1,0.05 do
  1288. wait()
  1289. CF=CF*CF(0,1,0)
  1290. --Part.CFrame=Part.CFrame*euler(0.5,0,0)*cf(0,1,0)
  1291. Part.CFrame=CF*EULER(Numbb,0,0)
  1292. Part.Transparency=i
  1293. Numbb=Numbb+randnumb
  1294. end
  1295. Part.Parent=nil
  1296. end),prt)
  1297. end
  1298.  
  1299. function MagicBlock(size,waitt,cframe,color)
  1300. local wave = CreatePart(3, Effects, "Neon", 0, 0, BRICKC(color), "Effect", VT(size,size,size))
  1301. local mesh = IT("BlockMesh",wave)
  1302. wave.CFrame = cframe
  1303. coroutine.resume(coroutine.create(function(PART)
  1304. for i = 1, waitt do
  1305. Swait()
  1306. mesh.Scale = mesh.Scale + VT(size/5,size/5,size/5)
  1307. wave.CFrame = cframe * ANGLES(RAD(math.random(-360,360)),RAD(math.random(-360,360)),RAD(math.random(-360,360)))
  1308. wave.Transparency = wave.Transparency + (1/waitt)
  1309. if wave.Transparency > 0.99 then
  1310. wave:remove()
  1311. end
  1312. end
  1313. end))
  1314. end
  1315.  
  1316. local EyeSizes={
  1317. NumberSequenceKeypoint.new(0,1,0),
  1318. NumberSequenceKeypoint.new(1,0.2,0)
  1319. }
  1320. local EyeTrans={
  1321. NumberSequenceKeypoint.new(0,0.8,0),
  1322. NumberSequenceKeypoint.new(1,1,0)
  1323. }
  1324. local PE=Instance.new("ParticleEmitter")
  1325. PE.LightEmission=0
  1326. PE.Size=NumberSequence.new(EyeSizes)
  1327. PE.Transparency=NumberSequence.new(EyeTrans)
  1328. PE.Lifetime=NumberRange.new(0.35,0.35,0.35)
  1329. PE.Rotation=NumberRange.new(0,360)
  1330. PE.Rate=15
  1331. PE.Acceleration = Vector3.new(0,75,0)
  1332. PE.Drag = 5
  1333. PE.Enabled = false
  1334. PE.Speed = NumberRange.new(0,0,0)
  1335. PE.Texture="http://www.roblox.com/asset/?id=1179557490"
  1336. PE.ZOffset = 0
  1337. PE.Name = "Particles"
  1338.  
  1339. function CreateParticles(art,text,accel,drag,rate,type,isenabledbydefault)
  1340. local particle = PE:Clone()
  1341. particle.Parent = art
  1342. particle.Acceleration = accel
  1343. PE.Rate = rate
  1344. if type == "Fire" then
  1345. local EyeSizes={
  1346. NumberSequenceKeypoint.new(0,1,0.3),
  1347. NumberSequenceKeypoint.new(1,0.2,0.2)
  1348. }
  1349. PE.Size = NumberSequence.new(EyeSizes)
  1350. elseif type == "Smoke" then
  1351. local EyeSizes={
  1352. NumberSequenceKeypoint.new(0,1,0),
  1353. NumberSequenceKeypoint.new(1,5,0.5)
  1354. }
  1355. PE.Size = NumberSequence.new(EyeSizes)
  1356. elseif type == "Solid" then
  1357. local EyeSizes={
  1358. NumberSequenceKeypoint.new(0,1,0),
  1359. NumberSequenceKeypoint.new(1,1,0)
  1360. }
  1361. PE.Size = NumberSequence.new(EyeSizes)
  1362. end
  1363. PE.Drag = drag
  1364. particle.Texture = "http://www.roblox.com/asset/?id="..text
  1365. particle.Enabled = isenabledbydefault
  1366. return particle
  1367. end
  1368.  
  1369. function MakeForm(PART,TYPE)
  1370. if TYPE == "Cyl" then
  1371. local MSH = IT("CylinderMesh",PART)
  1372. elseif TYPE == "Ball" then
  1373. local MSH = IT("SpecialMesh",PART)
  1374. MSH.MeshType = "Sphere"
  1375. elseif TYPE == "Wedge" then
  1376. local MSH = IT("SpecialMesh",PART)
  1377. MSH.MeshType = "Wedge"
  1378. end
  1379. end
  1380.  
  1381. --//=================================\\
  1382. --\\=================================//
  1383.  
  1384. function createaddongen(limb,position,size)
  1385. local part = CreatePart(3, Weapon, "Neon", 0, 0, "Inconstitutional white", limb.Name.." Gauntlet Part", VT(0.25*Player_Size, size*0.8*Player_Size,size*0.8*Player_Size),false)
  1386. local weld = CreateWeldOrSnapOrMotor("Weld", part, limb, part, CF(0.45 * Player_Size, position * Player_Size, 0 * Player_Size) * ANGLES(RAD(45), RAD(0), RAD(0)), CF(0, 0, 0))
  1387. local part = CreatePart(3, Weapon, "Neon", 0, 0, "Toothpaste", limb.Name.." Neon Gauntlet Part", VT(0.25*Player_Size,size*Player_Size,size*Player_Size),false)
  1388. local weld = CreateWeldOrSnapOrMotor("Weld", part, limb, part, CF(0.425 * Player_Size, position * Player_Size, 0 * Player_Size) * ANGLES(RAD(45), RAD(0), RAD(0)), CF(0, 0, 0))
  1389. end
  1390.  
  1391. function creategauntlet(limb)
  1392. --main--
  1393. local part = CreatePart(3, Weapon, "Metal", 0, 0, "Really black", limb.Name.." Gauntlet Part", VT(1.07*Player_Size,0.75+0.07*Player_Size,1.07*Player_Size),false)
  1394. local weld = CreateWeldOrSnapOrMotor("Weld", part, limb, part, CF(0 * Player_Size, -0.65 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  1395. local part = CreatePart(3, Weapon, "Metal", 0, 0, "Really black", limb.Name.." Gauntlet Part", VT(1.07*Player_Size,0.25*Player_Size,1.07*Player_Size),false)
  1396. local weld = CreateWeldOrSnapOrMotor("Weld", part, limb, part, CF(0 * Player_Size, -0.115 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)), CF(0, 0, 0))
  1397. MakeForm(part,"Wedge")
  1398. local part = CreatePart(3, Weapon, "Metal", 0, 0, "Really black", limb.Name.." Gauntlet Part", VT(1.07*Player_Size,0.25*Player_Size,1.07*Player_Size),false)
  1399. local weld = CreateWeldOrSnapOrMotor("Weld", part, limb, part, CF(0 * Player_Size, 0.115 * Player_Size, 0 * Player_Size) * ANGLES(RAD(180), RAD(-90), RAD(0)), CF(0, 0, 0))
  1400. MakeForm(part,"Wedge")
  1401. local part = CreatePart(3, Weapon, "Metal", 0, 0, "Really black", limb.Name.." Gauntlet Part", VT(1.07*Player_Size,0.75+0.07*Player_Size,1.07*Player_Size),false)
  1402. local weld = CreateWeldOrSnapOrMotor("Weld", part, limb, part, CF(0 * Player_Size, 0.65 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  1403. --neon addons
  1404. local part = CreatePart(3, Weapon, "Neon", 0, 0, "Toothpaste", limb.Name.." Neon Gauntlet Part", VT(1.05*Player_Size,2.05*Player_Size,1.05*Player_Size),false)
  1405. local weld = CreateWeldOrSnapOrMotor("Weld", part, limb, part, CF(0 * Player_Size, 0 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  1406. --misc--
  1407. createaddongen(limb,0.25,0.75)
  1408. createaddongen(limb,-0.2,0.25)
  1409. createaddongen(limb,-0.35,0.25)
  1410. createaddongen(limb,-0.65,0.45)
  1411. end
  1412.  
  1413. --//=================================\\
  1414. --|| WEAPON CREATION
  1415. --\\=================================//
  1416.  
  1417. creategauntlet(RightArm)
  1418. creategauntlet(RightLeg)
  1419.  
  1420. if Player_Size ~= 1 then
  1421. for _, v in pairs (Weapon:GetChildren()) do
  1422. if v.ClassName == "Motor" or v.ClassName == "Weld" or v.ClassName == "Snap" then
  1423. local p1 = v.Part1
  1424. v.Part1 = nil
  1425. local cf1, cf2, cf3, cf4, cf5, cf6, cf7, cf8, cf9, cf10, cf11, cf12 = v.C1:components()
  1426. v.C1 = CF(cf1 * Player_Size, cf2 * Player_Size, cf3 * Player_Size, cf4, cf5, cf6, cf7, cf8, cf9, cf10, cf11, cf12)
  1427. v.Part1 = p1
  1428. elseif v.ClassName == "Part" then
  1429. for _, b in pairs (v:GetChildren()) do
  1430. if b.ClassName == "SpecialMesh" or b.ClassName == "BlockMesh" then
  1431. b.Scale = VT(b.Scale.x * Player_Size, b.Scale.y * Player_Size, b.Scale.z * Player_Size)
  1432. end
  1433. end
  1434. end
  1435. end
  1436. end
  1437.  
  1438. for _, c in pairs(Weapon:GetChildren()) do
  1439. if c.ClassName == "Part" then
  1440. c.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0, 0)
  1441. end
  1442. end
  1443.  
  1444. Weapon.Parent = Character
  1445.  
  1446. Humanoid.Died:connect(function()
  1447. sick:remove()
  1448. sick2:remove()
  1449. CreateSound("167285348", Head, 3, 1)
  1450. ATTACK = true
  1451. end)
  1452.  
  1453. print(Class_Name.." loaded.")
  1454.  
  1455. local SKILL1FRAME = CreateFrame(WEAPONGUI, 0.5, 2, UD2(0.23, 0, 0.80, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 1 Frame")
  1456. local SKILL2FRAME = CreateFrame(WEAPONGUI, 0.5, 2, UD2(0.50, 0, 0.80, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 2 Frame")
  1457. local SKILL3FRAME = CreateFrame(WEAPONGUI, 0.5, 2, UD2(0.365, 0, 0.93, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 3 Frame")
  1458. local SKILL4FRAME = CreateFrame(WEAPONGUI, 0.5, 2, UD2(0.365, 0, 0.7, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 4 Frame")
  1459.  
  1460. local SKILL1TEXT = CreateLabel(SKILL1FRAME, "[Z-V] Tyrany cannon", C3(0.5,0,0.5), 7, "SciFi", 0, 2, 1, "Text 1")
  1461. local SKILL2TEXT = CreateLabel(SKILL2FRAME, "[B] Earth shatterer", C3(0.5,0,0.5), 7, "SciFi", 0, 2, 1, "Text 2")
  1462. local SKILL4TEXT = CreateLabel(SKILL4FRAME, "[E] Warp", C3(0.5,0,0.5), 10, "SciFi", 0, 2, 1, "Text 4")
  1463. local SKILL3TEXT = CreateLabel(SKILL3FRAME, "[C+HOLD] Ravaging overthrower", C3(0,0,0), 5, "SciFi", 0, 2, 1, "Text 3")
  1464.  
  1465.  
  1466. --//=================================\\
  1467. --|| SPEECH
  1468. --\\=================================//
  1469.  
  1470. function chatfunc(text,waitt)
  1471. local chat = coroutine.wrap(function()
  1472. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  1473. Character:FindFirstChild("TalkingBillBoard"):destroy()
  1474. end
  1475. local naeeym2 = Instance.new("BillboardGui",Character)
  1476. naeeym2.Size = UDim2.new(0,100,0,40)
  1477. naeeym2.StudsOffset = Vector3.new(0,5,0)
  1478. naeeym2.Adornee = Character.Head
  1479. naeeym2.Name = "TalkingBillBoard"
  1480. naeeym2.AlwaysOnTop = true
  1481. local tecks2 = Instance.new("TextLabel",naeeym2)
  1482. tecks2.BackgroundTransparency = 1
  1483. tecks2.BorderSizePixel = 0
  1484. tecks2.Text = ""
  1485. tecks2.Font = "SciFi"
  1486. tecks2.TextSize = 30
  1487. tecks2.TextStrokeTransparency = 1
  1488. tecks2.TextColor3 = SKILLTEXTCOLOR
  1489. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  1490. tecks2.Size = UDim2.new(1,0,0.5,0)
  1491. for i = 1,string.len(text),1 do
  1492. tecks2.Text = string.sub(text,1,i)
  1493. Swait()
  1494. end
  1495. wait(waitt)
  1496. coroutine.resume(coroutine.create(function()
  1497. for i = 1, 10 do
  1498. tecks2.TextTransparency = tecks2.TextTransparency + 0.1
  1499. Swait()
  1500. end
  1501. naeeym2:Destroy()
  1502. end))
  1503. end)
  1504. chat()
  1505. end
  1506.  
  1507. --//=================================\\
  1508. --|| DAMAGE FUNCTIONS
  1509. --\\=================================//
  1510.  
  1511. function StatLabel(LABELTYPE, CFRAME, TEXT, COLOR)
  1512. local STATPART = CreatePart(3, Effects, "SmoothPlastic", 0, 1, "Really black", "Effect", VT())
  1513. STATPART.CFrame = CF(CFRAME.p + VT(0, 1.5, 0))
  1514. local BODYGYRO = IT("BodyGyro", STATPART)
  1515. local BODYPOSITION = IT("BodyPosition", STATPART)
  1516. BODYPOSITION.P = 2000
  1517. BODYPOSITION.D = 100
  1518. BODYPOSITION.maxForce = VT(math.huge, math.huge, math.huge)
  1519. if LABELTYPE == "Normal" then
  1520. BODYPOSITION.position = STATPART.Position + VT(MRANDOM(-2, 2), 6, MRANDOM(-2, 2))
  1521. elseif LABELTYPE == "Debuff" then
  1522. BODYPOSITION.position = STATPART.Position + VT(MRANDOM(-2, 2), 8, MRANDOM(-2, 2))
  1523. elseif LABELTYPE == "Interruption" then
  1524. BODYPOSITION.position = STATPART.Position + VT(MRANDOM(-2,2), 8, MRANDOM(-2, 2))
  1525. end
  1526. game:GetService("Debris"):AddItem(STATPART ,5)
  1527. local BILLBOARDGUI = Instance.new("BillboardGui", STATPART)
  1528. BILLBOARDGUI.Adornee = STATPART
  1529. BILLBOARDGUI.Size = UD2(2.5, 0, 2.5 ,0)
  1530. BILLBOARDGUI.StudsOffset = VT(-2, 2, 0)
  1531. BILLBOARDGUI.AlwaysOnTop = false
  1532. local TEXTLABEL = Instance.new("TextLabel", BILLBOARDGUI)
  1533. TEXTLABEL.BackgroundTransparency = 1
  1534. TEXTLABEL.Size = UD2(2.5, 0, 2.5, 0)
  1535. TEXTLABEL.Text = TEXT
  1536. TEXTLABEL.Font = "SciFi"
  1537. TEXTLABEL.FontSize="Size42"
  1538. TEXTLABEL.TextColor3 = COLOR
  1539. TEXTLABEL.TextStrokeTransparency = 1
  1540. TEXTLABEL.TextScaled = true
  1541. TEXTLABEL.TextWrapped = true
  1542. coroutine.resume(coroutine.create(function(THEPART, THEBODYPOSITION, THETEXTLABEL)
  1543. wait(0.2)
  1544. for i=1, 5 do
  1545. wait()
  1546. THEBODYPOSITION.Position = THEPART.Position - VT(0, 0.5 ,0)
  1547. end
  1548. wait(1.2)
  1549. for i=1, 5 do
  1550. wait()
  1551. THETEXTLABEL.TextTransparency = THETEXTLABEL.TextTransparency + 0.2
  1552. THETEXTLABEL.TextStrokeTransparency = THETEXTLABEL.TextStrokeTransparency + 0.2
  1553. THEBODYPOSITION.position = THEPART.Position + VT(0, 0.5, 0)
  1554. end
  1555. THEPART.Parent = nil
  1556. end),STATPART, BODYPOSITION, TEXTLABEL)
  1557. end
  1558.  
  1559.  
  1560. --//=================================\\
  1561. --|| DAMAGING
  1562. --\\=================================//
  1563.  
  1564. function dealdamage(hit,min,max,maxstrength,beserk,critrate,critmultiplier)
  1565. if hit.Parent:FindFirstChildOfClass("Humanoid") and hit.Parent:FindFirstChild("HitBy"..Player.Name) == nil then
  1566. local humanoid = hit.Parent:FindFirstChildOfClass("Humanoid")
  1567. local dmg = math.random(min,max)
  1568. if humanoid.Health > 0 then
  1569. if beserk == true then
  1570. humanoid.Health = 0
  1571. else
  1572. CreateSound("260430060", hit, 1.2, MRANDOM(7, 12) / 10)
  1573. hit.Velocity = CFrame.new(Torso.Position,hit.Position).lookVector*5*maxstrength
  1574. if math.random(1,100) < critrate+1 then
  1575. humanoid.Health = humanoid.Health - dmg*critmultiplier
  1576. StatLabel("Normal", hit.CFrame * CF(0, 0 + (hit.Size.z - 1), 0), "CRIT/"..dmg*critmultiplier, C3(255/255, 0, 0))
  1577. else
  1578. humanoid.Health = humanoid.Health - dmg
  1579. StatLabel("Normal", hit.CFrame * CF(0, 0 + (hit.Size.z - 1), 0), dmg, C3(0, 0, 0))
  1580. end
  1581. local defence = Instance.new("BoolValue",hit.Parent)
  1582. defence.Name = ("HitBy"..Player.Name)
  1583. game:GetService("Debris"):AddItem(defence, 0.5)
  1584. end
  1585. end
  1586. end
  1587. end
  1588.  
  1589. function AoEDamage(position,radius,min,max,maxstrength,beserk,critrate,critmultiplier,CanBeDodgedByJumping)
  1590. local dmg = math.random(min,max)
  1591. for i,v in ipairs(workspace:GetChildren()) do
  1592. if v:FindFirstChild("HitBy"..Player.Name) == nil then
  1593. local body = v:GetChildren()
  1594. for part = 1, #body do
  1595. if(v:FindFirstChild("HitBy"..Player.Name) == nil and (body[part].ClassName == "Part" or body[part].ClassName == "MeshPart") and v ~= Character) then
  1596. if(body[part].Position - position).Magnitude < radius then
  1597. if v.ClassName == "Model" then
  1598. if v:FindFirstChild("Humanoid") then
  1599. if v.Humanoid.Health ~= 0 then
  1600. if CanBeDodgedByJumping == true then
  1601. if body[part].Position.Y < position.Y+5 then
  1602. if math.random(1,100) < critrate+1 then
  1603. v.Humanoid.Health = v.Humanoid.Health - dmg*critmultiplier
  1604. StatLabel("Normal", body[part].CFrame * CF(0, 0 + (body[part].Size.z - 1), 0), "CRIT/"..dmg*critmultiplier, C3(255/255, 0, 0))
  1605. else
  1606. v.Humanoid.Health = v.Humanoid.Health - dmg
  1607. StatLabel("Normal", body[part].CFrame * CF(0, 0 + (body[part].Size.z - 1), 0), dmg, C3(0, 0, 0))
  1608. end
  1609. local defence = Instance.new("BoolValue",v)
  1610. defence.Name = ("HitBy"..Player.Name)
  1611. game:GetService("Debris"):AddItem(defence, 0.5)
  1612. end
  1613. else
  1614. if beserk == true then
  1615. v.Humanoid.Health = 0
  1616. end
  1617. if math.random(1,100) < critrate+1 then
  1618. v.Humanoid.Health = v.Humanoid.Health - dmg*critmultiplier
  1619. StatLabel("Normal", body[part].CFrame * CF(0, 0 + (body[part].Size.z - 1), 0), "CRIT/"..dmg*critmultiplier, C3(255/255, 0, 0))
  1620. else
  1621. v.Humanoid.Health = v.Humanoid.Health - dmg
  1622. StatLabel("Normal", body[part].CFrame * CF(0, 0 + (body[part].Size.z - 1), 0), dmg, C3(0, 0, 0))
  1623. end
  1624. local defence = Instance.new("BoolValue",v)
  1625. defence.Name = ("HitBy"..Player.Name)
  1626. game:GetService("Debris"):AddItem(defence, 0.5)
  1627. end
  1628. end
  1629. end
  1630. end
  1631. body[part].Velocity = CFrame.new(position,body[part].Position).lookVector*5*maxstrength
  1632. end
  1633. end
  1634. end
  1635. if v.ClassName == "Part" then
  1636. if v.Anchored == false and (v.Position - position).Magnitude < radius then
  1637. v.Velocity = CFrame.new(position,v.Position).lookVector*5*maxstrength
  1638. end
  1639. end
  1640. end
  1641. end
  1642. end
  1643.  
  1644. function killnearest(position,range,maxstrength)
  1645. for i,v in ipairs(workspace:GetChildren()) do
  1646. local body = v:GetChildren()
  1647. for part = 1, #body do
  1648. if((body[part].ClassName == "Part" or body[part].ClassName == "MeshPart") and v ~= Character) then
  1649. if(body[part].Position - position).Magnitude < range then
  1650. if v.ClassName == "Model" then
  1651. v:BreakJoints()
  1652. end
  1653. --table.insert(Effects2,{body[part],"Disappear",0.02,2,2,2,2})
  1654. body[part].Velocity = CFrame.new(position,body[part].Position).lookVector*5*maxstrength
  1655. end
  1656. end
  1657. end
  1658. if v.ClassName == "Part" then
  1659. if v.Anchored == false and (v.Position - position).Magnitude < range then
  1660. --table.insert(Effects2,{v,"Disappear",0.02,2,2,2,2})
  1661. v.Velocity = CFrame.new(position,v.Position).lookVector*5*maxstrength
  1662. end
  1663. end
  1664. end
  1665. end
  1666.  
  1667. --//=================================\\
  1668. --|| ATTACK FUNCTIONS AND STUFF
  1669. --\\=================================//
  1670.  
  1671. function CheckTableForString(Table, String)
  1672. for i, v in pairs(Table) do
  1673. if string.find(string.lower(String), string.lower(v)) then
  1674. return true
  1675. end
  1676. end
  1677. return false
  1678. end
  1679.  
  1680. function CheckIntangible(Hit)
  1681. local ProjectileNames = {"Water", "Arrow", "Projectile", "Effect", "Rail", "Lightning", "Bullet"}
  1682. if Hit and Hit.Parent then
  1683. if ((not Hit.CanCollide or CheckTableForString(ProjectileNames, Hit.Name)) and not Hit.Parent:FindFirstChild("Humanoid")) then
  1684. return true
  1685. end
  1686. end
  1687. return false
  1688. end
  1689.  
  1690. Debris = game:GetService("Debris")
  1691.  
  1692. function CastZapRay(StartPos, Vec, Length, Ignore, DelayIfHit)
  1693. local Direction = CFrame.new(StartPos, Vec).lookVector
  1694. local Ignore = ((type(Ignore) == "table" and Ignore) or {Ignore})
  1695. local RayHit, RayPos, RayNormal = game:GetService("Workspace"):FindPartOnRayWithIgnoreList(Ray.new(StartPos, Direction * Length), Ignore)
  1696. if RayHit and CheckIntangible(RayHit) then
  1697. if DelayIfHit then
  1698. wait()
  1699. end
  1700. RayHit, RayPos, RayNormal = CastZapRay((RayPos + (Vec * 0.01)), Vec, (Length - ((StartPos - RayPos).magnitude)), Ignore, DelayIfHit)
  1701. end
  1702. return RayHit, RayPos, RayNormal
  1703. end
  1704.  
  1705. function turnto(position)
  1706. RootPart.CFrame=CFrame.new(RootPart.CFrame.p,VT(position.X,RootPart.Position.Y,position.Z)) * CFrame.new(0, 0, 0)
  1707. end
  1708.  
  1709. function ExplodeBomb(b)
  1710. b.Parent = Effects
  1711. b.Anchored = true
  1712. CreateSound("215395285", b, 10, 1)
  1713. MagicSphere(5,20,b.CFrame,"Toothpaste")
  1714. b.Transparency = 1
  1715. MagicBlock(3,15,b.CFrame,"Toothpaste")
  1716. --BreakEffect("Toothpaste",b.CFrame,2,2,2,"Neon")
  1717. for i = 1, 3 do
  1718. CreateSwirl(0,5,true,-0.2,25,b.CFrame * ANGLES(RAD(math.random(-360,360)),RAD(math.random(-360,360)),RAD(math.random(-360,360))),"Really black")
  1719. end
  1720. killnearest(b.Position,12,25)
  1721. game:GetService("Debris"):AddItem(b, 5)
  1722. end
  1723.  
  1724. function Detonate()
  1725. bomb = Bombs:GetChildren()
  1726. for lol = 1, #bomb do
  1727. if bomb[lol].ClassName == "Part" then
  1728. local b = bomb[lol]
  1729. ExplodeBomb(b)
  1730. end
  1731. end
  1732. end
  1733.  
  1734. function TyranyCannon()
  1735. ATTACK = true
  1736. for i=0, 1, 0.1 / Animation_Speed do
  1737. Swait()
  1738. turnto(Mouse.Hit.p)
  1739. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0.05 * Player_Size, 0 * Player_Size, -0.1 * Player_Size) * ANGLES(RAD(10), RAD(0), RAD(40)), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed/5)
  1740. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(0), RAD(0), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(0)), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  1741. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1 * Player_Size, 0.5 * Player_Size, -1 * Player_Size) * ANGLES(RAD(90), RAD(0), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)) * RIGHTSHOULDERC0, 0.4 / Animation_Speed)
  1742. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(10 - 2.5 * COS(SINE / 16)), RAD(0), RAD(-25 + 2.5 * SIN(SINE / 24))) * LEFTSHOULDERC0, 0.15 / Animation_Speed)
  1743. RightHip.C0 = Clerp(RightHip.C0, CF(0.95 * Player_Size, -0.75 * Player_Size, -0.5 * Player_Size) * ANGLES(RAD(0), RAD(50), RAD(0)) * ANGLES(RAD(-1.25), RAD(0), RAD(0)), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  1744. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1 * Player_Size, -1.1 * Player_Size, 0.25 * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-2.5), RAD(0), RAD(0)), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  1745. end
  1746. local POS = Mouse.Hit.p
  1747. for i = 1, 5 do
  1748. MagicSphere(2,10,RightArm.CFrame * CF(0,-1,0),"Toothpaste")
  1749. Swait(5)
  1750. end
  1751. CreateSound("438666196", RightArm, 5, 1)
  1752. MagicSphere(5,10,RightArm.CFrame * CF(0,-1,0),"Toothpaste")
  1753. local Projectile = CreatePart(3, Bombs, "Neon", 0, 0, "Toothpaste", "Bomb-Projectile", VT(1*Player_Size,1*Player_Size,1*Player_Size),false)
  1754. Projectile.CFrame = RightArm.CFrame * CF(0,-1,0)
  1755. Projectile.CanCollide = false
  1756. MakeForm(Projectile,"Ball")
  1757. local grav = Instance.new("BodyPosition",Projectile)
  1758. grav.P = 25000
  1759. grav.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  1760. grav.position = POS
  1761. grav.Name = "GravityForce"
  1762. local harm = Projectile.Touched:Connect(function(hit)
  1763. if hit.Parent ~= Character and hit.Parent:FindFirstChild("Humanoid") and Projectile.Parent ~= Effects then
  1764. ExplodeBomb(Projectile)
  1765. end
  1766. end)
  1767. ATTACK = false
  1768. end
  1769.  
  1770. function RayCast(Position, Direction, MaxDistance, IgnoreList)
  1771. return game:GetService("Workspace"):FindPartOnRayWithIgnoreList(Ray.new(Position, Direction.unit * (MaxDistance or 999.999)), IgnoreList)
  1772. end
  1773.  
  1774. function EarthShatter()
  1775. local HITFLOOR = Raycast(RootPart.Position, (CF(RootPart.Position, RootPart.Position + VT(0, -1, 0))).lookVector, 4 * Player_Size, Character)
  1776. if HITFLOOR ~= nil then
  1777. ATTACK = true
  1778. Rooted = true
  1779. for i=0, 1, 0.1 / Animation_Speed/2 do
  1780. Swait()
  1781. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0 * Player_Size, 0 * Player_Size, -1 * Player_Size) * ANGLES(RAD(45), RAD(0), RAD(0)), 0.2 / Animation_Speed/8)
  1782. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  1783. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5 * Player_Size, 1 * Player_Size, 1 * Player_Size) * ANGLES(RAD(30), RAD(-690), RAD(2 - 2.5 * COS(SINE / 12) + 2.5 * SIN(SINE / 24))) * RIGHTSHOULDERC0, 0.15 / Animation_Speed/8)
  1784. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(90), RAD(25), RAD(45)) * LEFTSHOULDERC0, 0.15 / Animation_Speed/8)
  1785. RightHip.C0 = Clerp(RightHip.C0, CF(1 * Player_Size, -0.3 * Player_Size, -1 * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(-20)), 0.2 / Animation_Speed/8)
  1786. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1 * Player_Size, -0.3 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(5), RAD(0)) * ANGLES(RAD(45), RAD(0), RAD(10)), 0.2 / Animation_Speed/8)
  1787. end
  1788. for i=0, 1, 0.1 / Animation_Speed*5 do
  1789. Swait()
  1790. RootPart.Anchored = true
  1791. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0 * Player_Size, 0 * Player_Size, -1 * Player_Size) * ANGLES(RAD(45), RAD(0), RAD(0)), 0.2 / Animation_Speed*5)
  1792. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed*5)
  1793. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5 * Player_Size, 1 * Player_Size, -1.4 * Player_Size) * ANGLES(RAD(30), RAD(-690), RAD(2 - 2.5 * COS(SINE / 12) + 2.5 * SIN(SINE / 24))) * RIGHTSHOULDERC0, 0.15 / Animation_Speed*5)
  1794. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(90), RAD(25), RAD(45)) * LEFTSHOULDERC0, 0.15 / Animation_Speed*5)
  1795. RightHip.C0 = Clerp(RightHip.C0, CF(1 * Player_Size, -0.3 * Player_Size, -1 * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(-20)), 0.2 / Animation_Speed*5)
  1796. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1 * Player_Size, -0.3 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(5), RAD(0)) * ANGLES(RAD(45), RAD(0), RAD(10)), 0.2 / Animation_Speed*5)
  1797. end
  1798. local POS = RightArm.CFrame * CF(0,-1,0).p
  1799. CreateWave(0,10,true,0.05,25,CF(POS),"Really black")
  1800. CreateWave(0,6,true,-0.05,25,CF(POS),"Really black")
  1801. CreateWave(0,2,true,0.05,25,CF(POS),"Really black")
  1802. killnearest(POS,15,25)
  1803. CreateSound("438666141", RightArm, 5, 1)
  1804. for i = 1, 10 do
  1805. local angle = math.random(-180,180)
  1806. coroutine.resume(coroutine.create(function()
  1807. local RayHit, RayPos = RayCast(Torso.Position, Vector3.new(0, -15, 0), 10000, {Character})
  1808. local SpawnPosition = RayPos
  1809. local floor = RayHit
  1810. local needcframe = RootPart.CFrame*ANGLES(RAD(0),RAD(angle),RAD(0))
  1811. local LastPosition = RayPos
  1812. local Delay = 1
  1813. if floor ~= nil then
  1814. print(floor.Name)
  1815. for i = 1, 5 do
  1816. local RayHit, RayPos = RayCast(LastPosition, needcframe.lookVector, 10, {workspace})
  1817. local End = RayPos
  1818. LastPosition = End
  1819. killnearest(End,15,25)
  1820. local locatepart = Instance.new("Part",Effects)
  1821. locatepart.Size = VT(0.5,0.5,0.5)
  1822. locatepart.Position = End
  1823. locatepart.CanCollide = false
  1824. locatepart.Anchored = true
  1825. locatepart.Name = "L0"
  1826. locatepart.Transparency = 1
  1827. if SpawnPosition then
  1828. CreateSwirl(0,2,false,0.05,25,CF(End),"Really black")
  1829. local spike = Instance.new("CornerWedgePart")
  1830. spike.Size = Vector3.new(1,15,1)
  1831. spike.Material = HITFLOOR.Material
  1832. spike.Color = HITFLOOR.Color
  1833. spike.Anchored = true
  1834. spike.CanCollide = false
  1835. spike.CFrame = CFrame.new(End.X,SpawnPosition.Y+2,End.Z)
  1836. spike.Orientation = Vector3.new(math.random(-15,15),math.random(-180,180),math.random(-15,15))
  1837. spike.Name = HITFLOOR.Name.."Spike"
  1838. CreateSound("341300954", spike, 1, (math.random(8,12)/10))
  1839. for i = 1, 3 do
  1840. local overlay = spike:Clone()
  1841. overlay.Size = overlay.Size + Vector3.new(0.2,0.2*2,0.2)
  1842. overlay.CFrame = spike.CFrame
  1843. overlay.Parent = nil
  1844. overlay.Orientation = Vector3.new(math.random(-15,15),math.random(-180,180),math.random(-15,15))
  1845. overlay.Parent = Effects
  1846. table.insert(Effects2,{overlay,"Disappear",0.01,0,0,0,0})
  1847. end
  1848. spike.Size = Vector3.new(2,25,2)
  1849. spike.Parent = Effects
  1850. table.insert(Effects2,{spike,"Disappear",0.01,0,0,0,0})
  1851. end
  1852. Swait(5)
  1853. game:GetService("Debris"):AddItem(locatepart, 5)
  1854. end
  1855. end
  1856. end))
  1857. end
  1858. for i=0, 6, 0.1 / Animation_Speed*5 do
  1859. Swait()
  1860. RootPart.Anchored = true
  1861. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0 * Player_Size, 0 * Player_Size, -1 * Player_Size) * ANGLES(RAD(45), RAD(0), RAD(0)), 0.2 / Animation_Speed*5)
  1862. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed*5)
  1863. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5 * Player_Size, 1 * Player_Size, -1.4 * Player_Size) * ANGLES(RAD(30), RAD(-690), RAD(2 - 2.5 * COS(SINE / 12) + 2.5 * SIN(SINE / 24))) * RIGHTSHOULDERC0, 0.15 / Animation_Speed*5)
  1864. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(90), RAD(25), RAD(45)) * LEFTSHOULDERC0, 0.15 / Animation_Speed*5)
  1865. RightHip.C0 = Clerp(RightHip.C0, CF(1 * Player_Size, -0.3 * Player_Size, -1 * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(-20)), 0.2 / Animation_Speed*5)
  1866. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1 * Player_Size, -0.3 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(5), RAD(0)) * ANGLES(RAD(45), RAD(0), RAD(10)), 0.2 / Animation_Speed*5)
  1867. end
  1868. ATTACK = false
  1869. Rooted = false
  1870. end
  1871. end
  1872.  
  1873. function RavagingOverthrower()
  1874. ATTACK = true
  1875. Rooted = true
  1876. chatfunc("I will show you what it's like to burn.",4)
  1877. for i=0, 1, 0.1 / Animation_Speed do
  1878. Swait()
  1879. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 * Player_Size, 0 * Player_Size, 0 * Player_Size + 0.05 * COS(SINE / 12) * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1880. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(5 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1881. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(180), RAD(0), RAD(25)) * RIGHTSHOULDERC0, 0.15 / Animation_Speed)
  1882. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(180), RAD(0), RAD(-25)) * LEFTSHOULDERC0, 0.15 / Animation_Speed)
  1883. RightHip.C0 = Clerp(RightHip.C0, CF(1 * Player_Size, -1 * Player_Size, -0 * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-15), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1884. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1 * Player_Size, -1 * Player_Size, -0 * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-15), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1885. end
  1886. CreateSound("348663022", Torso, 5, 1)
  1887. local StartPos = RootPart.CFrame * CF(0,10,0).p
  1888. for i = 1, 5 do
  1889. MagicSphere2(25,25,CF(StartPos),"Toothpaste")
  1890. Swait(15)
  1891. end
  1892. local soundeffect = IT("Sound",Torso)
  1893. soundeffect.SoundId = "rbxassetid://487186990"
  1894. soundeffect.Looped = true
  1895. soundeffect.Volume = 10
  1896. soundeffect.Playing = true
  1897. repeat
  1898. turnto(Mouse.Hit.p)
  1899. MagicSphere2(25,25,CF(StartPos),"Toothpaste")
  1900. MagicSphere(25/10,25,CF(StartPos),"Toothpaste")
  1901. local RayHit, RayPos, RayNormal = CastZapRay(StartPos, Mouse.Hit.p, 750, Character, false)
  1902. local distance = (StartPos - RayPos).magnitude
  1903. local RayBeam = IT("Part",Effects)
  1904. RayBeam.Material = "Neon"
  1905. RayBeam.Anchored = true
  1906. RayBeam.BrickColor = BRICKC"Toothpaste"
  1907. local mesh = IT("SpecialMesh",RayBeam)
  1908. mesh.MeshType = "Cylinder"
  1909. RayBeam.Size = Vector3.new(distance+10, 5, 5)
  1910. RayBeam.CFrame = CFrame.new(StartPos, RayPos) * CFrame.new(0, 0, -distance/2) * ANGLES(RAD(0),RAD(90),RAD(0))
  1911. MagicSphere(15,5,CF(RayPos),"Toothpaste")
  1912. killnearest(RayPos,15,100)
  1913. for i = 1, 3 do
  1914. CreateSwirl(0,25,true,-0.2,5,CF(RayPos) * ANGLES(RAD(math.random(-360,360)),RAD(math.random(-360,360)),RAD(math.random(-360,360))),"Really black")
  1915. end
  1916. Swait()
  1917. if KEYHOLD == false then
  1918. coroutine.resume(coroutine.create(function()
  1919. for i = 1, 5 do
  1920. RayBeam.Transparency = RayBeam.Transparency + 1/5
  1921. Swait()
  1922. end
  1923. RayBeam:remove()
  1924. end))
  1925. else
  1926. RayBeam:remove()
  1927. end
  1928. until KEYHOLD == false
  1929. soundeffect:remove()
  1930. ATTACK = false
  1931. Rooted = false
  1932. end
  1933.  
  1934. function dodadance()
  1935. ATTACK = true
  1936. Rooted = true
  1937. DANCE = true
  1938. sick:Stop()
  1939. sick2:Play()
  1940. local Animation_Speed2 = 1.5
  1941. tecks2.Text = Player.Name..", Dance revolution from another world"
  1942. repeat
  1943. for i=0, 1.3, 0.1 / Animation_Speed2 do
  1944. Swait()
  1945. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 * Player_Size, 0 * Player_Size, -0.2 * Player_Size) * ANGLES(RAD(25), RAD(0), RAD(-15)), 0.15 / Animation_Speed2)
  1946. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(25), RAD(0), RAD(0)), 0.15 / Animation_Speed2)
  1947. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(0.75 * Player_Size, 0.5 * Player_Size, -1 * Player_Size) * ANGLES(RAD(70), RAD(0), RAD(-70)) * ANGLES(RAD(20), RAD(25), RAD(-15)) * RIGHTSHOULDERC0, 0.4 / Animation_Speed)
  1948. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(-180)) * LEFTSHOULDERC0, 0.15 / Animation_Speed2)
  1949. RightHip.C0 = Clerp(RightHip.C0, CF(1 * Player_Size, -0.5 * Player_Size, -0.3 * Player_Size) * ANGLES(RAD(0), RAD(120), RAD(35)) * ANGLES(RAD(-35), RAD(0), RAD(0)), 0.15 / Animation_Speed2)
  1950. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1 * Player_Size, -1 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(-35)) * ANGLES(RAD(-15), RAD(0), RAD(0)), 0.15 / Animation_Speed2)
  1951. end
  1952. MagicSphere(5,15,Torso.CFrame,"Toothpaste")
  1953. for i=0, 1.3, 0.1 / Animation_Speed2 do
  1954. Swait()
  1955. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 * Player_Size, 0 * Player_Size, -0.2 * Player_Size) * ANGLES(RAD(25), RAD(0), RAD(15)), 0.15 / Animation_Speed2)
  1956. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(25), RAD(0), RAD(0)), 0.15 / Animation_Speed2)
  1957. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(0.75 * Player_Size, 0.5 * Player_Size, -1 * Player_Size) * ANGLES(RAD(70), RAD(0), RAD(-70)) * ANGLES(RAD(20), RAD(25), RAD(-15)) * RIGHTSHOULDERC0, 0.4 / Animation_Speed)
  1958. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(-120)) * LEFTSHOULDERC0, 0.15 / Animation_Speed2)
  1959. RightHip.C0 = Clerp(RightHip.C0, CF(1 * Player_Size, -1 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(35)) * ANGLES(RAD(-15), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1960. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1 * Player_Size, -0.5 * Player_Size, -0.3 * Player_Size) * ANGLES(RAD(0), RAD(-120), RAD(-35)) * ANGLES(RAD(-35), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  1961. end
  1962. MagicSphere(5,15,Torso.CFrame,"Toothpaste")
  1963. until DANCE == false
  1964. tecks2.Text = Player.Name..", Ravager from another world"
  1965. sick:Play()
  1966. sick2:Stop()
  1967. ATTACK = false
  1968. Rooted = false
  1969. end
  1970.  
  1971. function Warp()
  1972. MagicSphere2(10,5,Torso.CFrame,"Toothpaste")
  1973. RootPart.CFrame = CF(VT(Mouse.Hit.p.X,Mouse.Hit.p.Y+4,Mouse.Hit.p.Z))
  1974. CreateSound("282061340", Torso, 2, 1)
  1975. MagicSphere(5,5,Torso.CFrame,"Toothpaste")
  1976. for i = 1, 3 do
  1977. CreateSwirl(0,5,true,-0.2,25,Torso.CFrame * ANGLES(RAD(math.random(-360,360)),RAD(math.random(-360,360)),RAD(math.random(-360,360))),"Really black")
  1978. end
  1979. killnearest(Torso.Position,12,25)
  1980. Swait()
  1981. turnto(Mouse.Hit.p)
  1982. end
  1983.  
  1984. --//=================================\\
  1985. --|| ASSIGN THINGS TO KEYS
  1986. --\\=================================//
  1987.  
  1988. Humanoid.Changed:connect(function(Jump)
  1989. if Jump == "Jump" and (Disable_Jump == true or DISABLEJUMPING == true) then
  1990. Humanoid.Jump = false
  1991. end
  1992. end)
  1993.  
  1994. function MouseDown(Mouse)
  1995. if ATTACK == false then
  1996. end
  1997. end
  1998.  
  1999. function MouseUp(Mouse)
  2000. HOLD = false
  2001. end
  2002.  
  2003. function KeyDown(Key)
  2004. KEYHOLD = true
  2005. if Key == "z" and ATTACK == false then
  2006. TyranyCannon()
  2007. end
  2008.  
  2009. if Key == "b" and ATTACK == false then
  2010. EarthShatter()
  2011. end
  2012.  
  2013. if Key == "c" and ATTACK == false then
  2014. RavagingOverthrower()
  2015. end
  2016.  
  2017. if Key == "v" and ATTACK == false then
  2018. Detonate()
  2019. end
  2020.  
  2021. if Key == "e" and ATTACK == false then
  2022. Warp()
  2023. end
  2024.  
  2025. if Key == "t" and ATTACK == false then
  2026. CreateSound("159882644", Head, 5, 0.8)
  2027. end
  2028.  
  2029. if Key == "t" and DANCE == true then
  2030. CreateSound("887591869", Head, 5, 1)
  2031. end
  2032.  
  2033. if Key == "x" and (ATTACK == false or DANCE == true) then
  2034. if DANCE == false then
  2035. dodadance()
  2036. elseif DANCE == true then
  2037. DANCE = false
  2038. end
  2039. end
  2040. end
  2041.  
  2042. function KeyUp(Key)
  2043. KEYHOLD = false
  2044. end
  2045.  
  2046. Mouse.Button1Down:connect(function(NEWKEY)
  2047. MouseDown(NEWKEY)
  2048. end)
  2049. Mouse.Button1Up:connect(function(NEWKEY)
  2050. MouseUp(NEWKEY)
  2051. end)
  2052. Mouse.KeyDown:connect(function(NEWKEY)
  2053. KeyDown(NEWKEY)
  2054. end)
  2055. Mouse.KeyUp:connect(function(NEWKEY)
  2056. KeyUp(NEWKEY)
  2057. end)
  2058.  
  2059. --//=================================\\
  2060. --\\=================================//
  2061.  
  2062.  
  2063. function unanchor()
  2064. if UNANCHOR == true then
  2065. g = Character:GetChildren()
  2066. for i = 1, #g do
  2067. if g[i].ClassName == "Part" then
  2068. g[i].Anchored = false
  2069. end
  2070. end
  2071. end
  2072. end
  2073.  
  2074.  
  2075. --//=================================\\
  2076. --|| WRAP THE WHOLE SCRIPT UP
  2077. --\\=================================//
  2078.  
  2079. Humanoid.Changed:connect(function(Jump)
  2080. if Jump == "Jump" and (Disable_Jump == true or DISABLEJUMPING == true) then
  2081. Humanoid.Jump = false
  2082. end
  2083. end)
  2084.  
  2085. ANIMATE.Parent = nil
  2086. local IDLEANIMATION = Humanoid:LoadAnimation(ROBLOXIDLEANIMATION)
  2087. IDLEANIMATION:Play()
  2088.  
  2089. createbodypart("Eye","Toothpaste",Head,VT(0.20, 0.2, -0.55),VT(6,2,2))
  2090. createbodypart("Eye","Toothpaste",Head,VT(-0.20, 0.2, -0.55),VT(6,2,2))
  2091. createbodypart("Eye","Really black",Head,VT(0.20, 0.2, -0.57),VT(0.8,0.8,2))
  2092. createbodypart("Eye","Really black",Head,VT(-0.20, 0.2, -0.57),VT(0.8,0.8,2))
  2093.  
  2094. while true do
  2095. Swait()
  2096. SINE = SINE + CHANGE
  2097. local TORSOVELOCITY = (RootPart.Velocity * VT(1, 0, 1)).magnitude
  2098. local TORSOVERTICALVELOCITY = RootPart.Velocity.y
  2099. local LV = Torso.CFrame:pointToObjectSpace(Torso.Velocity - Torso.Position)
  2100. local HITFLOOR = Raycast(RootPart.Position, (CF(RootPart.Position, RootPart.Position + VT(0, -1, 0))).lookVector, 4 * Player_Size, Character)
  2101. local WALKSPEEDVALUE = 12 / (Humanoid.WalkSpeed / 16)
  2102. if ANIM == "Walk" and TORSOVELOCITY > 1 then
  2103. RootJoint.C1 = Clerp(RootJoint.C1, ROOTC0 * CF(0, 0, -0.1 * COS(SINE / (WALKSPEEDVALUE / 2)) * Player_Size) * ANGLES(RAD(0), RAD(0) - RootPart.RotVelocity.Y / 75, RAD(0)), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  2104. Neck.C1 = Clerp(Neck.C1, CF(0 * Player_Size, -0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-90), RAD(0), RAD(180)) * ANGLES(RAD(2.5 * SIN(SINE / (WALKSPEEDVALUE / 2))), RAD(0), RAD(0) - Head.RotVelocity.Y / 30), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  2105. RightHip.C1 = Clerp(RightHip.C1, CF(0.5 * Player_Size, 0.875 * Player_Size - 0.125 * SIN(SINE / WALKSPEEDVALUE) * Player_Size, -0.125 * COS(SINE / WALKSPEEDVALUE) * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0) - RightLeg.RotVelocity.Y / 75, RAD(0), RAD(60 * COS(SINE / WALKSPEEDVALUE))), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  2106. LeftHip.C1 = Clerp(LeftHip.C1, CF(-0.5 * Player_Size, 0.875 * Player_Size + 0.125 * SIN(SINE / WALKSPEEDVALUE) * Player_Size, 0.125 * COS(SINE / WALKSPEEDVALUE) * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0) + LeftLeg.RotVelocity.Y / 75, RAD(0), RAD(60 * COS(SINE / WALKSPEEDVALUE))), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  2107. elseif (ANIM ~= "Walk") or (TORSOVELOCITY < 1) then
  2108. RootJoint.C1 = Clerp(RootJoint.C1, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  2109. Neck.C1 = Clerp(Neck.C1, CF(0 * Player_Size, -0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-90), RAD(0), RAD(180)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  2110. RightHip.C1 = Clerp(RightHip.C1, CF(0.5 * Player_Size, 1 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  2111. LeftHip.C1 = Clerp(LeftHip.C1, CF(-0.5 * Player_Size, 1 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  2112. end
  2113. if TORSOVERTICALVELOCITY > 1 and HITFLOOR == nil then
  2114. ANIM = "Jump"
  2115. if ATTACK == false then
  2116. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0 * Player_Size, 0 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  2117. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(-10), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  2118. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(0.75 * Player_Size, 0.5 * Player_Size, -1 * Player_Size) * ANGLES(RAD(70), RAD(0), RAD(-70)) * ANGLES(RAD(20), RAD(25), RAD(-15)) * RIGHTSHOULDERC0, 0.4 / Animation_Speed)
  2119. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-40), RAD(0), RAD(-20)) * LEFTSHOULDERC0, 0.2 / Animation_Speed)
  2120. RightHip.C0 = Clerp(RightHip.C0, CF(1 * Player_Size, -1 * Player_Size, -0.3 * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(-20)), 0.2 / Animation_Speed)
  2121. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1 * Player_Size, -1 * Player_Size, -0.3 * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(20)), 0.2 / Animation_Speed)
  2122. end
  2123. elseif TORSOVERTICALVELOCITY < -1 and HITFLOOR == nil then
  2124. ANIM = "Fall"
  2125. if ATTACK == false then
  2126. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0 * Player_Size, 0 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  2127. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(20), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  2128. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(0.75 * Player_Size, 0.5 * Player_Size, -1 * Player_Size) * ANGLES(RAD(70), RAD(0), RAD(-70)) * ANGLES(RAD(20), RAD(25), RAD(-15)) * RIGHTSHOULDERC0, 0.4 / Animation_Speed)
  2129. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(0), RAD(-60)) * LEFTSHOULDERC0, 0.2 / Animation_Speed)
  2130. RightHip.C0 = Clerp(RightHip.C0, CF(1 * Player_Size, -1 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(20)), 0.2 / Animation_Speed)
  2131. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1 * Player_Size, -1 * Player_Size, 0 * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(10)), 0.2 / Animation_Speed)
  2132. end
  2133. elseif TORSOVELOCITY < 1 and HITFLOOR ~= nil then
  2134. ANIM = "Idle"
  2135. if ATTACK == false then
  2136. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 * Player_Size, 0 * Player_Size, -0.2 * Player_Size + 0.05 * COS(SINE / 12) * Player_Size) * ANGLES(RAD(10), RAD(0), RAD(-20)), 0.15 / Animation_Speed)
  2137. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(5 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(5)), 0.15 / Animation_Speed)
  2138. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(0.75 * Player_Size, 0.5 * Player_Size, -1 * Player_Size) * ANGLES(RAD(70), RAD(0), RAD(-70)) * ANGLES(RAD(20), RAD(25), RAD(-15)) * RIGHTSHOULDERC0, 0.4 / Animation_Speed)
  2139. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(10 - 2.5 * COS(SINE / 16)), RAD(0), RAD(-25 + 2.5 * SIN(SINE / 24))) * LEFTSHOULDERC0, 0.15 / Animation_Speed)
  2140. RightHip.C0 = Clerp(RightHip.C0, CF(1 * Player_Size, -0.8 * Player_Size - 0.05 * COS(SINE / 12) * Player_Size, -0.2 * Player_Size) * ANGLES(RAD(0), RAD(85), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(-2.5)), 0.15 / Animation_Speed)
  2141. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1 * Player_Size, -0.8 * Player_Size - 0.05 * COS(SINE / 12) * Player_Size, -0.2 * Player_Size) * ANGLES(RAD(0), RAD(-65), RAD(0)) * ANGLES(RAD(-7.5), RAD(0), RAD(-15)), 0.15 / Animation_Speed)
  2142. end
  2143. elseif TORSOVELOCITY > 1 and HITFLOOR ~= nil then
  2144. ANIM = "Walk"
  2145. WALK = WALK + 1 / Animation_Speed
  2146. if WALK >= 15 - (5 * (Humanoid.WalkSpeed / 16 / Player_Size)) then
  2147. WALK = 0
  2148. if WALKINGANIM == true then
  2149. WALKINGANIM = false
  2150. elseif WALKINGANIM == false then
  2151. WALKINGANIM = true
  2152. end
  2153. end
  2154. --RightHip.C1 = Clerp(RightHip.C1, CF(0.5 * Player_Size, 0.875 * Player_Size - 0.125 * SIN(SINE / WALKSPEEDVALUE) * Player_Size, -0.125 * COS(SINE / WALKSPEEDVALUE) * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0) - RightLeg.RotVelocity.Y / 75, RAD(0), RAD(60 * COS(SINE / WALKSPEEDVALUE))), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  2155. --LeftHip.C1 = Clerp(LeftHip.C1, CF(-0.5 * Player_Size, 0.875 * Player_Size + 0.125 * SIN(SINE / WALKSPEEDVALUE) * Player_Size, 0.125 * COS(SINE / WALKSPEEDVALUE) * Player_Size) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0) + LeftLeg.RotVelocity.Y / 75, RAD(0), RAD(60 * COS(SINE / WALKSPEEDVALUE))), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  2156. if ATTACK == false then
  2157. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 * Player_Size, 0 * Player_Size, -0.2 * Player_Size + 0.05 * COS(SINE / 12) * Player_Size) * ANGLES(RAD(10), RAD(0), RAD(-20)), 0.15 / Animation_Speed)
  2158. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * ANGLES(RAD(5 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(5)), 0.15 / Animation_Speed)
  2159. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(0.75 * Player_Size, 0.5 * Player_Size, -1 * Player_Size) * ANGLES(RAD(70), RAD(0), RAD(-70)) * ANGLES(RAD(20), RAD(25), RAD(-15)) * RIGHTSHOULDERC0, 0.4 / Animation_Speed)
  2160. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * ANGLES(RAD(-60 * COS(SINE / WALKSPEEDVALUE)), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 0.15 / Animation_Speed)
  2161. RightHip.C0 = Clerp(RightHip.C0, CF(1 * Player_Size, -1 * Player_Size, -0 * Player_Size) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  2162. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1 * Player_Size, -1 * Player_Size, -0 * Player_Size) * ANGLES(RAD(0), RAD(-65), RAD(0)) * ANGLES(RAD(-7.5), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  2163. end
  2164. end
  2165. if #Effects2>0 then
  2166. for e=1,#Effects2 do
  2167. if Effects2[e]~=nil then
  2168. local Thing=Effects2[e]
  2169. if Thing~=nil then
  2170. local Part=Thing[1]
  2171. local Mode=Thing[2]
  2172. local Delay=Thing[3]
  2173. local IncX=Thing[4]
  2174. local IncY=Thing[5]
  2175. local IncZ=Thing[6]
  2176. local Part2=Thing[8]
  2177. if Thing[1].Transparency<=1 then
  2178. if Thing[2]=="Block1" then
  2179. Thing[1].CFrame=Thing[1].CFrame
  2180. Mesh=Thing[1].Mesh
  2181. Mesh.Scale=Mesh.Scale+VT(Thing[4],Thing[5],Thing[6])
  2182. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2183. elseif Thing[2]=="Cylinder" then
  2184. Mesh=Thing[1].Mesh
  2185. Mesh.Scale=Mesh.Scale+VT(Thing[4],Thing[5],Thing[6])
  2186. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2187. elseif Thing[2]=="Blood" then
  2188. Mesh=Thing[7]
  2189. Thing[1].CFrame=Thing[1].CFrame*CF(0,.5,0)
  2190. Mesh.Scale=Mesh.Scale+VT(Thing[4],Thing[5],Thing[6])
  2191. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2192. elseif Thing[2]=="Elec" then
  2193. Mesh=Thing[1].Mesh
  2194. Mesh.Scale=Mesh.Scale+VT(Thing[7],Thing[8],Thing[9])
  2195. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2196. elseif Thing[2]=="Disappear" then
  2197. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2198. end
  2199. else
  2200. Part.Parent=nil
  2201. table.remove(Effects2,e)
  2202. end
  2203. end
  2204. end
  2205. end
  2206. end
  2207. unanchor()
  2208. Humanoid.MaxHealth = "inf"
  2209. Humanoid.Health = "inf"
  2210. if Rooted == false then
  2211. Disable_Jump = false
  2212. Humanoid.WalkSpeed = Speed
  2213. elseif Rooted == true then
  2214. Disable_Jump = true
  2215. Humanoid.WalkSpeed = 0
  2216. end
  2217. q = Character:GetChildren()
  2218. for u = 1, #q do
  2219. if q[u].ClassName == "Accessory" or q[u].ClassName == "Hat" then
  2220. q[u]:remove()
  2221. elseif q[u].ClassName == "Shirt" then
  2222. q[u]:Destroy()
  2223. elseif q[u].ClassName == "Pants" then
  2224. q[u]:Destroy()
  2225. elseif q[u].ClassName == "CharacterMesh" then
  2226. q[u]:remove()
  2227. elseif q[u].ClassName == "ShirtGraphic" then
  2228. q[u]:remove()
  2229. elseif q[u].ClassName == "Part" and q[u].Name ~= "HumanoidRootPart" then
  2230. q[u].Color = Color3.new(0/255, 0/255, 0/255)
  2231. end
  2232. end
  2233. if Head:FindFirstChild("face") then
  2234. Head.face:remove()
  2235. end
  2236. if Head:FindFirstChild("Died") then
  2237. Head.Died:remove()
  2238. end
  2239. bomb = Bombs:GetChildren()
  2240. for lol = 1, #bomb do
  2241. if bomb[lol].ClassName == "Part" then
  2242. MagicSphere2(2,5,bomb[lol].CFrame,"Really black")
  2243. end
  2244. end
  2245. end
  2246.  
  2247. --//=================================\\
  2248. --\\=================================//
  2249.  
  2250.  
  2251.  
  2252.  
  2253.  
  2254. --//====================================================\\--
  2255. --|| END OF SCRIPT
  2256. --\\====================================================//--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement