Advertisement
ItzInfern

titan (purple)

Jan 2nd, 2019
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 335.87 KB | None | 0 0
  1.  
  2.  
  3. --https://github.com/Mokiros/roblox-FE-compatibility
  4. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  5. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  6. local RealPlayer = Player
  7. do print("FE Compatibility code by Mokiros")local a=RealPlayer;script.Parent=a.Character;local b=Instance.new("RemoteEvent")b.Name="UserInput_Event"local function c()local d={_fakeEvent=true,Functions={},Connect=function(self,e)table.insert(self.Functions,e)end}d.connect=d.Connect;return d end;local f={Target=nil,Hit=CFrame.new(),KeyUp=c(),KeyDown=c(),Button1Up=c(),Button1Down=c(),Button2Up=c(),Button2Down=c()}local g={InputBegan=c(),InputEnded=c()}local CAS={Actions={},BindAction=function(self,h,i,j,...)CAS.Actions[h]=i and{Name=h,Function=i,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function k(self,l,...)local d=f[l]if d and d._fakeEvent then for m,e in pairs(d.Functions)do e(...)end end end;f.TrigEvent=k;g.TrigEvent=k;b.OnServerEvent:Connect(function(n,o)if n~=a then return end;f.Target=o.Target;f.Hit=o.Hit;if not o.isMouse then local p=o.UserInputState==Enum.UserInputState.Begin;if o.UserInputType==Enum.UserInputType.MouseButton1 then return f:TrigEvent(p and"Button1Down"or"Button1Up")end;if o.UserInputType==Enum.UserInputType.MouseButton2 then return f:TrigEvent(p and"Button2Down"or"Button2Up")end;for m,d in pairs(CAS.Actions)do for m,q in pairs(d.Keys)do if q==o.KeyCode then d.Function(d.Name,o.UserInputState,o)end end end;f:TrigEvent(p and"KeyDown"or"KeyUp",o.KeyCode.Name:lower())g:TrigEvent(p and"InputBegan"or"InputEnded",o,false)end end)b.Parent=NLS([==[local a=game:GetService("Players").LocalPlayer;local b=script:WaitForChild("UserInput_Event")local c=a:GetMouse()local d=game:GetService("UserInputService")local e=function(f,g)if g then return end;b:FireServer({KeyCode=f.KeyCode,UserInputType=f.UserInputType,UserInputState=f.UserInputState,Hit=c.Hit,Target=c.Target})end;d.InputBegan:Connect(e)d.InputEnded:Connect(e)local h,i;while wait(1/30)do if h~=c.Hit or i~=c.Target then h,i=c.Hit,c.Target;b:FireServer({isMouse=true,Target=i,Hit=h})end end]==],Player.Character)local r=game;local s={__index=function(self,q)local t=rawget(self,"_RealService")if t then return typeof(t[q])=="function"and function(m,...)return t[q](t,...)end or t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u end end}local function v(d,w)d._RealService=typeof(w)=="string"and r:GetService(w)or w;return setmetatable(d,s)end;local x={GetService=function(self,t)return rawget(self,t)or r:GetService(t)end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService"),RunService=v({_btrs={},RenderStepped=r:GetService("RunService").Heartbeat,BindToRenderStep=function(self,h,m,i)self._btrs[h]=self.Heartbeat:Connect(i)end,UnbindFromRenderStep=function(self,h)self._btrs[h]:Disconnect()end},"RunService")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;v(x,game)game,owner=x,x.Players.LocalPlayer end
  8.  
  9. -- [[Created by: TheDarkRevenant - Edited by N3xul.
  10.  
  11. -- Script: Celestial Titan
  12.  
  13. -- Last Updated: 15:42 2017-07-22
  14.  
  15. -------------------------------------------------------------------------------------
  16. local p = game.Players.LocalPlayer
  17. local char = p.Character
  18. local mouse = p:GetMouse()
  19. local larm = char["Left Arm"]
  20. local rarm = char["Right Arm"]
  21. local lleg = char["Left Leg"]
  22. local rleg = char["Right Leg"]
  23. local hed = char.Head
  24. local torso = char.Torso
  25. local hum = char.Humanoid
  26. local cam = game.Workspace.CurrentCamera
  27. local root = char.HumanoidRootPart
  28. local deb = false
  29. local shot = 0
  30. local l = game:GetService("Lighting")
  31. local rs = game:GetService("RunService").RenderStepped
  32. local debris=game:service"Debris"
  33. local stanceToggle = "Normal"
  34. math.randomseed(os.time())
  35. hum.WalkSpeed = 7
  36. char.Health:Destroy()
  37. hum.MaxHealth = 10000
  38. wait(0.1)
  39. hum.Health = 10000
  40. ----------------------------------------------------
  41. ypcall(function()
  42. char.Shirt:Destroy()
  43. char.Pants:Destroy()
  44. shirt = Instance.new("Shirt", char)
  45. shirt.Name = "Shirt"
  46. pants = Instance.new("Pants", char)
  47. pants.Name = "Pants"
  48. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=131708604"
  49. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=131708657"
  50. end)
  51. ----------------------------------------------------
  52. Debounces = {
  53. on = false;
  54. ks = false;
  55. CanAttack = true;
  56. CanJoke = true;
  57. NoIdl = false;
  58. Slashing = false;
  59. Slashed = false;
  60. Grabbing = false;
  61. Grabbed = false;
  62. }
  63. local Touche = {char.Name, }
  64. ----------------------------------------------------
  65. function lerp(a, b, t) -- Linear interpolation
  66. return a + (b - a)*t
  67. end
  68.  
  69. function slerp(a, b, t) --Spherical interpolation
  70. dot = a:Dot(b)
  71. if dot > 0.99999 or dot < -0.99999 then
  72. return t <= 0.5 and a or b
  73. else
  74. r = math.acos(dot)
  75. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  76. end
  77. end
  78.  
  79. function matrixInterpolate(a, b, t)
  80. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  81. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  82. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  83. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  84. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  85. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  86. local t = v1:Dot(v2)
  87. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  88. return CFrame.new()
  89. end
  90. return CFrame.new(
  91. v0.x, v0.y, v0.z,
  92. v1.x, v1.y, v1.z,
  93. v2.x, v2.y, v2.z,
  94. v3.x, v3.y, v3.z)
  95. end
  96. ----------------------------------------------------
  97. function genWeld(a,b)
  98. local w = Instance.new("Weld",a)
  99. w.Part0 = a
  100. w.Part1 = b
  101. return w
  102. end
  103. function weld(a, b)
  104. local weld = Instance.new("Weld")
  105. weld.Name = "W"
  106. weld.Part0 = a
  107. weld.Part1 = b
  108. weld.C0 = a.CFrame:inverse() * b.CFrame
  109. weld.Parent = a
  110. return weld;
  111. end
  112. ----------------------------------------------------
  113. function Lerp(c1,c2,al)
  114. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  115. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  116. for i,v in pairs(com1) do
  117. com1[i] = v+(com2[i]-v)*al
  118. end
  119. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  120. end
  121. ----------------------------------------------------
  122. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  123. local wld = Instance.new("Weld", wp1)
  124. wld.Part0 = wp0
  125. wld.Part1 = wp1
  126. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  127. end
  128. ----------------------------------------------------
  129. function Tween(a,b,c)
  130. return a+(b-a)*c
  131. end
  132. ----------------------------------------------------
  133. function nwPrt(prnt,siz,cf,col)
  134. local prt=Instance.new("Part")
  135. prt.Parent=prnt
  136. prt.FormFactor=3
  137. prt.Name="Part"
  138. prt.Size=siz
  139. prt.CanCollide=false
  140. prt.Anchored=true
  141. prt.Locked=true
  142. prt.TopSurface=10
  143. prt.BottomSurface=10
  144. prt.FrontSurface=10
  145. prt.BackSurface=10
  146. prt.LeftSurface=10
  147. prt.RightSurface=10
  148. prt:BreakJoints()
  149. prt.CFrame=cf or CFrame.new(30,10,30)
  150. prt.Material="Neon"
  151. prt.BrickColor=BrickColor.new(col)
  152. m=Instance.new("SpecialMesh",prt)
  153. m.MeshType=6
  154. return prt
  155. end
  156. ----------------------------------------------------
  157. function nwSnd(prnt,pch,vol,id)
  158. local s=Instance.new("Sound",prnt)
  159. s.Pitch=pch
  160. s.Volume=vol
  161. s.SoundId="rbxassetid://"..id
  162. s.PlayOnRemove=true
  163. return s
  164. end
  165. ----------------------------------------------------
  166. function newRay(start,face,range,wat)
  167. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  168. hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  169. return rey,hit,pos
  170. end
  171. ----------------------------------------------------
  172. for i,v in pairs(char:children()) do
  173. if v:IsA("Hat") then
  174. v:Destroy()
  175. end
  176. end
  177. for i,v in pairs(hed:children()) do
  178. if v:IsA("Sound") then
  179. v:Destroy()
  180. end
  181. end
  182. ----------------------------------------------------
  183. function HasntTouched(plrname)
  184. local ret = true
  185. for _, v in pairs(Touche) do
  186. if v == plrname then
  187. ret = false
  188. end
  189. end
  190. return ret
  191. end
  192. ----------------------------------------------------
  193. larm.Size = larm.Size * 2
  194. rarm.Size = rarm.Size * 2
  195. lleg.Size = lleg.Size * 2
  196. rleg.Size = rleg.Size * 2
  197. torso.Size = torso.Size * 2
  198. hed.Size = hed.Size * 2
  199. root.Size = root.Size * 2
  200. ----------------------------------------------------
  201. newWeld(torso, larm, -1.5, 0.5, 0)
  202. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  203. newWeld(torso, rarm, 1.5, 0.5, 0)
  204. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  205. newWeld(torso, hed, 0, 1.5, 0)
  206. newWeld(torso, lleg, -0.5, -1, 0)
  207. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  208. newWeld(torso, rleg, 0.5, -1, 0)
  209. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  210. newWeld(root, torso, 0, -1, 0)
  211. torso.Weld.C1 = CFrame.new(0, -1, 0)
  212. ----------------------------------------------------
  213. hed.face.Texture = "rbxassetid://629947734"
  214. z=Instance.new('Decal',hed)
  215. z.Face = 'Front'
  216. z.Texture='rbxassetid://99174105'
  217. z1=Instance.new('Decal',hed)
  218. z1.Face = 'Right'
  219. hed.BrickColor = BrickColor.new("Really black")
  220. lite = Instance.new("PointLight", torso)
  221. lite.Brightness = 14
  222. lite.Range = 10
  223. lite.Color = Color3.new(170, 0, 255)
  224. --[[local hed2 = hed:Clone()
  225. hed2.CanCollide = false
  226. hed2.Parent = char
  227. hed2:ClearAllChildren()
  228. hed2.Transparency = 1
  229. hed2.Name = "DARP"
  230. local w = Instance.new("Weld",hed2)
  231. w.Part0 = hed
  232. w.Part1 = hed2
  233. w.C0 = CFrame.new(0,0,-0.175)
  234. z=Instance.new("SurfaceGui",hed2)
  235. z.Enabled = true
  236. z.Face = "Front"
  237. z.Adornee = hed2
  238. z.CanvasSize = Vector2.new(100,100)
  239. local face = Instance.new("ImageLabel",z)
  240. face.Size = UDim2.new(1,-30,1,0)
  241. face.Position = UDim2.new(0,15,0,0)
  242. face.BackgroundTransparency = 1
  243. face.Image='rbxassetid://46282671']]--
  244. ----------------------------------------------------
  245. z = Instance.new("Sound", char)
  246. z.SoundId = "rbxassetid://695312907"--242463565
  247. z.Looped = true
  248. z.Pitch = .6
  249. z.Volume = 1
  250. wait(.01)
  251. z:Play()
  252. ----------------------------------------------------
  253. local l = game.Lighting
  254. local sky = Instance.new("Sky",l)
  255. sky.CelestialBodiesShown = true
  256. sky.SkyboxBk = "http://www.roblox.com/asset/?id=159454299"
  257. sky.SkyboxDn = "http://www.roblox.com/asset/?id=159454296"
  258. sky.SkyboxFt = "http://www.roblox.com/asset/?id=159454293"
  259. sky.SkyboxLf = "http://www.roblox.com/asset/?id=159454286"
  260. sky.SkyboxRt = "http://www.roblox.com/asset/?id=159454300"
  261. sky.SkyboxUp = "http://www.roblox.com/asset/?id=159454288"
  262. sky.StarCount = 100
  263. sky.Name = "N3xul Sky"
  264. ----------------------------------------------------
  265. local m = Instance.new("Model")
  266. m.Name = "Absolution"
  267. p1 = Instance.new("Part", m)
  268. p1.BrickColor = BrickColor.new("Royal purple")
  269. p1.Material = "Neon"
  270. p1.FormFactor = Enum.FormFactor.Custom
  271. p1.Size = Vector3.new(1, 0.600000024, 1.5)
  272. p1.CFrame = CFrame.new(67.4994888, 12.1560526, 73.0205841, 0.999972522, -3.59117985e-005, -8.00192356e-006, -1.39250187e-005, 0.358383715, -0.933530986, 5.28097153e-005, 0.933500648, 0.358406395)
  273. p1.CanCollide = false
  274. p1.Locked = true
  275. p1.Elasticity = 0
  276. p1.BottomSurface = Enum.SurfaceType.Smooth
  277. p1.TopSurface = Enum.SurfaceType.Smooth
  278. b1 = Instance.new("SpecialMesh", p1)
  279. b1.MeshType = Enum.MeshType.Wedge
  280. b1.Name = "Mesh"
  281. b1.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  282. p2 = Instance.new("Part", m)
  283. p2.BrickColor = BrickColor.new("Really black")
  284. p2.FormFactor = Enum.FormFactor.Custom
  285. p2.Size = Vector3.new(1, 2.9000001, 1)
  286. p2.CFrame = CFrame.new(67.4995728, 11.7633543, 74.2129135, -1.30959779e-005, 2.79811252e-006, 0.999972522, 0.961226642, 0.275612593, -7.50799518e-006, -0.275637805, 0.96119839, 1.01176247e-005)
  287. p2.CanCollide = false
  288. p2.Locked = true
  289. p2.Elasticity = 0
  290. p2.BottomSurface = Enum.SurfaceType.Smooth
  291. p2.TopSurface = Enum.SurfaceType.Smooth
  292. b2 = Instance.new("BlockMesh", p2)
  293. b2.Name = "Mesh"
  294. b2.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  295. p3 = Instance.new("Part", m)
  296. p3.BrickColor = BrickColor.new("Royal purple")
  297. p3.Material = "Neon"
  298. p3.FormFactor = Enum.FormFactor.Custom
  299. p3.Size = Vector3.new(1, 1.20000005, 2.0999999)
  300. p3.CFrame = CFrame.new(67.4994965, 12.6401453, 73.9670334, 0.999972522, -3.52207899e-005, -8.10639358e-006, -1.61500211e-005, 0.309035271, -0.951007903, 5.24176576e-005, 0.950978875, 0.309059501)
  301. p3.CanCollide = false
  302. p3.Locked = true
  303. p3.Elasticity = 0
  304. p3.BottomSurface = Enum.SurfaceType.Smooth
  305. p3.TopSurface = Enum.SurfaceType.Smooth
  306. b3 = Instance.new("SpecialMesh", p3)
  307. b3.MeshType = Enum.MeshType.Wedge
  308. b3.Name = "Mesh"
  309. b3.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  310. p4 = Instance.new("Part", m)
  311. p4.BrickColor = BrickColor.new("Royal purple")
  312. p4.Material = "Neon"
  313. p4.FormFactor = Enum.FormFactor.Custom
  314. p4.Size = Vector3.new(1, 1.43999994, 2.05000019)
  315. p4.CFrame = CFrame.new(67.4995575, 11.8683414, 76.1565704, 0.999972522, -2.5085672e-005, -1.53700166e-005, -4.86194367e-005, -0.800831437, -0.598821938, 1.9131101e-005, 0.598835468, -0.800796151)
  316. p4.CanCollide = false
  317. p4.Locked = true
  318. p4.Elasticity = 0
  319. p4.BottomSurface = Enum.SurfaceType.Smooth
  320. p4.TopSurface = Enum.SurfaceType.Smooth
  321. b4 = Instance.new("SpecialMesh", p4)
  322. b4.MeshType = Enum.MeshType.Wedge
  323. b4.Name = "Mesh"
  324. b4.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  325. p5 = Instance.new("Part", m)
  326. p5.BrickColor = BrickColor.new("Royal purple")
  327. p5.Material = "Neon"
  328. p5.FormFactor = Enum.FormFactor.Custom
  329. p5.Size = Vector3.new(1, 1.20000005, 3.20000005)
  330. p5.CFrame = CFrame.new(67.4995193, 13.241991, 74.8357468, 0.999972522, -3.59118021e-005, -8.00191992e-006, -1.39250224e-005, 0.358383656, -0.933530807, 5.2809708e-005, 0.933500469, 0.358406246)
  331. p5.CanCollide = false
  332. p5.Locked = true
  333. p5.Elasticity = 0
  334. p5.BottomSurface = Enum.SurfaceType.Smooth
  335. p5.TopSurface = Enum.SurfaceType.Smooth
  336. b5 = Instance.new("SpecialMesh", p5)
  337. b5.MeshType = Enum.MeshType.Wedge
  338. b5.Name = "Mesh"
  339. b5.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  340. p6 = Instance.new("Part", m)
  341. p6.Name = "Handle"
  342. p6.BrickColor = BrickColor.new("Really black")
  343. p6.FormFactor = Enum.FormFactor.Custom
  344. p6.Size = Vector3.new(1.5999999, 13.6000004, 1)
  345. p6.CFrame = CFrame.new(67.5017471, 11.2780685, 66.1421967, -1.18190947e-005, 6.28741009e-006, 0.999972522, 0.99995929, -1.39772892e-005, -7.50630716e-006, -1.79708004e-005, 0.999939024, 1.01296728e-005)
  346. p6.CanCollide = false
  347. p6.Locked = true
  348. p6.Elasticity = 0
  349. p6.BottomSurface = Enum.SurfaceType.Smooth
  350. p6.TopSurface = Enum.SurfaceType.Smooth
  351. b6 = Instance.new("BlockMesh", p6)
  352. b6.Name = "Mesh"
  353. b6.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  354. p7 = Instance.new("Part", m)
  355. p7.BrickColor = BrickColor.new("Royal purple")
  356. p7.Material = "Neon"
  357. p7.FormFactor = Enum.FormFactor.Custom
  358. p7.Size = Vector3.new(1, 1.00999999, 1.05000019)
  359. p7.CFrame = CFrame.new(67.5174179, 10.5228004, 76.3114471, 0.999972522, -2.76626724e-005, -6.72184569e-006, -4.7347472e-005, -0.91489929, -0.403581172, 2.14323372e-005, 0.403602213, -0.914867818)
  360. p7.CanCollide = false
  361. p7.Locked = true
  362. p7.Elasticity = 0
  363. p7.BottomSurface = Enum.SurfaceType.Smooth
  364. p7.TopSurface = Enum.SurfaceType.Smooth
  365. b7 = Instance.new("SpecialMesh", p7)
  366. b7.MeshType = Enum.MeshType.Wedge
  367. b7.Name = "Mesh"
  368. b7.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  369. p8 = Instance.new("Part", m)
  370. p8.BrickColor = BrickColor.new("Royal purple")
  371. p8.Material = "Neon"
  372. p8.FormFactor = Enum.FormFactor.Custom
  373. p8.Size = Vector3.new(1, 1.00999999, 1.05000019)
  374. p8.CFrame = CFrame.new(67.5074387, 8.51285458, 76.8714371, 0.999972522, -2.76626724e-005, -6.72184387e-006, -4.73474684e-005, -0.91489917, -0.403581113, 2.14323354e-005, 0.403602153, -0.914867699)
  375. p8.CanCollide = false
  376. p8.Locked = true
  377. p8.Elasticity = 0
  378. p8.BottomSurface = Enum.SurfaceType.Smooth
  379. p8.TopSurface = Enum.SurfaceType.Smooth
  380. b8 = Instance.new("SpecialMesh", p8)
  381. b8.MeshType = Enum.MeshType.Wedge
  382. b8.Name = "Mesh"
  383. b8.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  384. p9 = Instance.new("Part", m)
  385. p9.BrickColor = BrickColor.new("Really black")
  386. p9.FormFactor = Enum.FormFactor.Custom
  387. p9.Size = Vector3.new(1, 1.07999957, 1)
  388. p9.CFrame = CFrame.new(67.5095749, 7.1092, 74.5051422, -2.60536999e-005, -5.21559741e-006, 0.999972522, 0.35323599, -0.935490847, -1.50012565e-005, 0.935460567, 0.353258699, 4.2632455e-005)
  389. p9.CanCollide = false
  390. p9.Locked = true
  391. p9.Elasticity = 0
  392. p9.BottomSurface = Enum.SurfaceType.Smooth
  393. p9.TopSurface = Enum.SurfaceType.Smooth
  394. b9 = Instance.new("BlockMesh", p9)
  395. b9.Name = "Mesh"
  396. b9.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  397. p10 = Instance.new("Part", m)
  398. p10.BrickColor = BrickColor.new("Really black")
  399. p10.FormFactor = Enum.FormFactor.Custom
  400. p10.Size = Vector3.new(1, 1.41999948, 1)
  401. p10.CFrame = CFrame.new(67.489624, 8.67401791, 72.7929764, -9.47785156e-006, -9.42233055e-006, 0.999972522, 0.292371064, 0.956263304, -7.54374832e-006, -0.956253231, 0.292334616, 1.01081387e-005)
  402. p10.CanCollide = false
  403. p10.Locked = true
  404. p10.Elasticity = 0
  405. p10.BottomSurface = Enum.SurfaceType.Smooth
  406. p10.TopSurface = Enum.SurfaceType.Smooth
  407. b10 = Instance.new("BlockMesh", p10)
  408. b10.Name = "Mesh"
  409. b10.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  410. p11 = Instance.new("Part", m)
  411. p11.BrickColor = BrickColor.new("Really black")
  412. p11.FormFactor = Enum.FormFactor.Custom
  413. p11.Size = Vector3.new(1, 1.50999951, 1)
  414. p11.CFrame = CFrame.new(67.509552, 7.11887455, 70.3475952, -1.87569385e-005, 1.80455972e-005, 0.999972522, -0.36222899, -0.932047009, -9.30004444e-006, 0.932039678, -0.362191886, 4.04359016e-005)
  415. p11.CanCollide = false
  416. p11.Locked = true
  417. p11.Elasticity = 0
  418. p11.BottomSurface = Enum.SurfaceType.Smooth
  419. p11.TopSurface = Enum.SurfaceType.Smooth
  420. b11 = Instance.new("BlockMesh", p11)
  421. b11.Name = "Mesh"
  422. b11.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  423. p12 = Instance.new("Part", m)
  424. p12.Name = "BladeCenter"
  425. p12.BrickColor = BrickColor.new("Royal purple")
  426. p12.Material = Enum.Material.Neon
  427. p12.FormFactor = Enum.FormFactor.Symmetric
  428. p12.Size = Vector3.new(1, 2, 2)
  429. p12.CFrame = CFrame.new(67.4995346, 6.83217764, 72.2514038, -0.999972522, 2.42275873e-005, 0.000103325896, -8.39982677e-005, 4.44650614e-005, -0.999960959, -4.06451727e-005, -0.999940753, -1.25430051e-005)
  430. p12.CanCollide = false
  431. p12.Locked = true
  432. p12.BottomSurface = Enum.SurfaceType.Smooth
  433. p12.TopSurface = Enum.SurfaceType.Smooth
  434. b12 = Instance.new("SpecialMesh", p12)
  435. b12.MeshType = Enum.MeshType.Brick
  436. b12.Name = "Mesh"
  437. b12.Scale = Vector3.new(0.499999911, 1, 0.699999928)
  438. p13 = Instance.new("Part", m)
  439. p13.BrickColor = BrickColor.new("Really black")
  440. p13.FormFactor = Enum.FormFactor.Custom
  441. p13.Size = Vector3.new(2.91000009, 4.3300004, 1)
  442. p13.CFrame = CFrame.new(67.5096359, 9.31026554, 73.9751816, 7.60371313e-006, 1.0943455e-005, 0.999972522, -0.119072244, -0.99284631, -7.55448127e-006, 0.992830038, -0.119038157, 1.01703836e-005)
  443. p13.CanCollide = false
  444. p13.Locked = true
  445. p13.Elasticity = 0
  446. p13.BottomSurface = Enum.SurfaceType.Smooth
  447. p13.TopSurface = Enum.SurfaceType.Smooth
  448. b13 = Instance.new("BlockMesh", p13)
  449. b13.Name = "Mesh"
  450. b13.Scale = Vector3.new(1, 1, 0.400000006)
  451. p14 = Instance.new("Part", m)
  452. p14.BrickColor = BrickColor.new("Really black")
  453. p14.FormFactor = Enum.FormFactor.Custom
  454. p14.Size = Vector3.new(2.5, 2.17999935, 1)
  455. p14.CFrame = CFrame.new(67.4896011, 10.1621294, 72.6420059, -1.55498967e-007, -1.33476442e-005, 0.999972522, -0.462319613, 0.886669755, -7.56198779e-006, -0.886637092, -0.462338567, 1.01078904e-005)
  456. p14.CanCollide = false
  457. p14.Locked = true
  458. p14.Elasticity = 0
  459. p14.BottomSurface = Enum.SurfaceType.Smooth
  460. p14.TopSurface = Enum.SurfaceType.Smooth
  461. b14 = Instance.new("BlockMesh", p14)
  462. b14.Name = "Mesh"
  463. b14.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  464. p15 = Instance.new("Part", m)
  465. p15.BrickColor = BrickColor.new("Really black")
  466. p15.FormFactor = Enum.FormFactor.Custom
  467. p15.Size = Vector3.new(1.16999996, 4.2699995, 1)
  468. p15.CFrame = CFrame.new(67.5095901, 9.35303593, 70.6884613, -1.24399676e-005, -4.94209144e-006, 0.999972522, 0.645082474, 0.764063478, -7.52419282e-006, -0.764068604, 0.645045042, 1.0099785e-005)
  469. p15.CanCollide = false
  470. p15.Locked = true
  471. p15.Elasticity = 0
  472. p15.BottomSurface = Enum.SurfaceType.Smooth
  473. p15.TopSurface = Enum.SurfaceType.Smooth
  474. b15 = Instance.new("BlockMesh", p15)
  475. b15.Name = "Mesh"
  476. b15.Scale = Vector3.new(1, 1, 0.400000006)
  477. p16 = Instance.new("Part", m)
  478. p16.BrickColor = BrickColor.new("Really black")
  479. p16.FormFactor = Enum.FormFactor.Custom
  480. p16.Size = Vector3.new(1.68999994, 4.76000023, 1)
  481. p16.CFrame = CFrame.new(67.4996033, 9.63990211, 75.3800278, 2.98175655e-006, 1.30014914e-005, 0.999972522, 0.258795738, -0.965893507, -7.53869244e-006, 0.965865672, 0.258821338, 1.01718706e-005)
  482. p16.CanCollide = false
  483. p16.Locked = true
  484. p16.Elasticity = 0
  485. p16.BottomSurface = Enum.SurfaceType.Smooth
  486. p16.TopSurface = Enum.SurfaceType.Smooth
  487. b16 = Instance.new("BlockMesh", p16)
  488. b16.Name = "Mesh"
  489. b16.Scale = Vector3.new(1, 1, 0.400000006)
  490. p17 = Instance.new("Part", m)
  491. p17.BrickColor = BrickColor.new("Really black")
  492. p17.FormFactor = Enum.FormFactor.Custom
  493. p17.Size = Vector3.new(1.78999996, 4.21999979, 1)
  494. p17.CFrame = CFrame.new(67.499588, 9.28996372, 69.8789978, -9.50601952e-006, -9.41252802e-006, 0.999972522, 0.293352425, 0.955965877, -7.53842551e-006, -0.955955863, 0.293315947, 1.00904235e-005)
  495. p17.CanCollide = false
  496. p17.Locked = true
  497. p17.Elasticity = 0
  498. p17.BottomSurface = Enum.SurfaceType.Smooth
  499. p17.TopSurface = Enum.SurfaceType.Smooth
  500. b17 = Instance.new("BlockMesh", p17)
  501. b17.Name = "Mesh"
  502. b17.Scale = Vector3.new(1, 1, 0.400000006)
  503. p18 = Instance.new("WedgePart", m)
  504. p18.BrickColor = BrickColor.new("Royal purple")
  505. p18.Name = "BladePart1"
  506. p18.Material = Enum.Material.Neon
  507. p18.Name = "Wedge"
  508. p18.FormFactor = Enum.FormFactor.Symmetric
  509. p18.Size = Vector3.new(1, 4, 2)
  510. p18.CFrame = CFrame.new(67.499321, 6.83199787, 69.4816895, 0.999972522, -3.68033288e-005, -4.22928351e-005, 2.29664256e-005, -1.65102574e-005, 0.999963701, -2.03872096e-005, -0.999943435, -4.84290831e-005)
  511. p18.CanCollide = false
  512. p18.Locked = true
  513. p18.BottomSurface = Enum.SurfaceType.Smooth
  514. p18.TopSurface = Enum.SurfaceType.Smooth
  515. b18 = Instance.new("SpecialMesh", p18)
  516. b18.MeshType = Enum.MeshType.Wedge
  517. b18.Name = "Mesh"
  518. b18.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  519. p19 = Instance.new("WedgePart", m)
  520. p19.BrickColor = BrickColor.new("Royal purple")
  521. p19.Name = "BladePart2"
  522. p19.Material = Enum.Material.Neon
  523. p19.Name = "Wedge"
  524. p19.FormFactor = Enum.FormFactor.Symmetric
  525. p19.Size = Vector3.new(1, 4, 2)
  526. p19.CFrame = CFrame.new(67.4994736, 6.83213568, 75.0314102, -0.999972522, 3.68059118e-005, -0.000103325001, -8.40002976e-005, -4.4521752e-005, 0.999963701, 2.03864402e-005, 0.999943435, 1.26029336e-005)
  527. p19.CanCollide = false
  528. p19.Locked = true
  529. p19.BottomSurface = Enum.SurfaceType.Smooth
  530. p19.TopSurface = Enum.SurfaceType.Smooth
  531. b19 = Instance.new("SpecialMesh", p19)
  532. b19.MeshType = Enum.MeshType.Wedge
  533. b19.Name = "Mesh"
  534. b19.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  535. p20 = Instance.new("Part", m)
  536. p20.BrickColor = BrickColor.new("Really black")
  537. p20.FormFactor = Enum.FormFactor.Custom
  538. p20.Size = Vector3.new(2.53000021, 2.39999938, 1)
  539. p20.CFrame = CFrame.new(67.4996414, 7.91898966, 71.4148178, -1.09432585e-005, 7.6432425e-006, 0.999972522, 0.992849231, -0.119072601, -7.55000656e-006, 0.119038492, 0.992832959, 1.01311334e-005)
  540. p20.CanCollide = false
  541. p20.Locked = true
  542. p20.Elasticity = 0
  543. p20.BottomSurface = Enum.SurfaceType.Smooth
  544. p20.TopSurface = Enum.SurfaceType.Smooth
  545. b20 = Instance.new("BlockMesh", p20)
  546. b20.Name = "Mesh"
  547. b20.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  548. p21 = Instance.new("Part", m)
  549. p21.BrickColor = BrickColor.new("Royal purple")
  550. p21.Material = "Neon"
  551. p21.FormFactor = Enum.FormFactor.Custom
  552. p21.Size = Vector3.new(1, 1.43999994, 1.59000015)
  553. p21.CFrame = CFrame.new(67.509613, 9.57073689, 76.6228256, 0.999972522, -2.50856156e-005, -1.53699839e-005, -4.86196222e-005, -0.800835371, -0.598824739, 1.91311228e-005, 0.59883821, -0.800800025)
  554. p21.CanCollide = false
  555. p21.Locked = true
  556. p21.Elasticity = 0
  557. p21.BottomSurface = Enum.SurfaceType.Smooth
  558. p21.TopSurface = Enum.SurfaceType.Smooth
  559. b21 = Instance.new("SpecialMesh", p21)
  560. b21.MeshType = Enum.MeshType.Wedge
  561. b21.Name = "Mesh"
  562. b21.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  563. w1 = Instance.new("Weld", p1)
  564. w1.Name = "Part_Weld"
  565. w1.Part0 = p1
  566. w1.C0 = CFrame.new(-67.5030899, -72.5280457, -14.8209743, 1, -6.37466928e-006, 4.26825172e-005, -3.75621021e-005, 0.358411252, 0.933563769, -2.12490559e-005, -0.933563769, 0.358411252)
  567. w1.Part1 = p2
  568. w1.C1 = CFrame.new(9.14727688, -74.5847855, -67.5001221, -4.37113883e-008, 0.961261749, -0.27563718, 0, 0.27563718, 0.961261749, 1, 4.20180868e-008, -1.2048484e-008)
  569. w2 = Instance.new("Weld", p2)
  570. w2.Name = "Part_Weld"
  571. w2.Part0 = p2
  572. w2.C0 = CFrame.new(9.14727688, -74.5847855, -67.5001221, -4.37113883e-008, 0.961261749, -0.27563718, 0, 0.27563718, 0.961261749, 1, 4.20180868e-008, -1.2048484e-008)
  573. w2.Part1 = p3
  574. w2.C1 = CFrame.new(-67.5030823, -74.2541809, -10.8368053, 1, -8.59976626e-006, 4.22903977e-005, -3.75621021e-005, 0.30906105, 0.951042175, -2.12490559e-005, -0.951042175, 0.30906105)
  575. w3 = Instance.new("Weld", p3)
  576. w3.Name = "Part_Weld"
  577. w3.Part0 = p3
  578. w3.C0 = CFrame.new(-67.5030823, -74.2541809, -10.8368053, 1, -8.59976626e-006, 4.22903977e-005, -3.75621021e-005, 0.30906105, 0.951042175, -2.12490559e-005, -0.951042175, 0.30906105)
  579. w3.Part1 = p4
  580. w3.C1 = CFrame.new(-67.5002975, -36.1002579, 68.1035233, 1, -4.10709617e-005, 9.00123541e-006, -3.82823673e-005, -0.800855637, 0.598857403, -1.73869594e-005, -0.598857403, -0.800855637)
  581. w4 = Instance.new("Weld", p4)
  582. w4.Name = "Part_Weld"
  583. w4.Part0 = p4
  584. w4.C0 = CFrame.new(-67.5002975, -36.1002579, 68.1035233, 1, -4.10709617e-005, 9.00123541e-006, -3.82823673e-005, -0.800855637, 0.598857403, -1.73869594e-005, -0.598857403, -0.800855637)
  585. w4.Part1 = p5
  586. w4.C1 = CFrame.new(-67.5031891, -74.611969, -14.457736, 1, -6.37466928e-006, 4.26825172e-005, -3.75621021e-005, 0.358411252, 0.933563769, -2.12490559e-005, -0.933563769, 0.358411252)
  587. w5 = Instance.new("Weld", p5)
  588. w5.Name = "Part_Weld"
  589. w5.Part0 = p5
  590. w5.C0 = CFrame.new(-67.5031891, -74.611969, -14.457736, 1, -6.37466928e-006, 4.26825172e-005, -3.75621021e-005, 0.358411252, 0.933563769, -2.12490559e-005, -0.933563769, 0.358411252)
  591. w5.Part1 = p6
  592. w5.C1 = CFrame.new(-11.2799978, -66.1456223, -67.5023346, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015)
  593. w6 = Instance.new("Weld", p6)
  594. w6.Name = "Part_Weld"
  595. w6.Part0 = p6
  596. w6.C0 = CFrame.new(-11.2799978, -66.1456223, -67.5023346, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015)
  597. w6.Part1 = p7
  598. w6.C1 = CFrame.new(-67.5183792, -21.1694489, 74.0717163, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  599. w7 = Instance.new("Weld", p7)
  600. w7.Name = "Part_Weld"
  601. w7.Part0 = p7
  602. w7.C0 = CFrame.new(-67.5183792, -21.1694489, 74.0717163, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  603. w7.Part1 = p8
  604. w7.C1 = CFrame.new(-67.508461, -23.234499, 73.7728119, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  605. w8 = Instance.new("Weld", p8)
  606. w8.Name = "Part_Weld"
  607. w8.Part0 = p8
  608. w8.C0 = CFrame.new(-67.508461, -23.234499, 73.7728119, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  609. w8.Part1 = p9
  610. w8.C1 = CFrame.new(-72.2151413, -19.6674671, -67.5124359, -2.77766703e-005, 0.353263557, 0.935524285, -1.84533783e-005, -0.935524285, 0.353263557, 1, -7.4510931e-006, 3.25046385e-005)
  611. w9 = Instance.new("Weld", p9)
  612. w9.Name = "Part_Weld"
  613. w9.Part0 = p9
  614. w9.C0 = CFrame.new(-72.2151413, -19.6674671, -67.5124359, -2.77766703e-005, 0.353263557, 0.935524285, -1.84533783e-005, -0.935524285, 0.353263557, 1, -7.4510931e-006, 3.25046385e-005)
  615. w9.Part1 = p10
  616. w9.C1 = CFrame.new(67.0792923, -29.5803547, -67.4901428, -2.24114753e-008, 0.292369425, -0.956305802, 3.04095332e-010, 0.956305802, 0.292369425, 1, 6.26159258e-009, -2.15211493e-008)
  617. w10 = Instance.new("Weld", p10)
  618. w10.Name = "Part_Weld"
  619. w10.Part0 = p10
  620. w10.C0 = CFrame.new(67.0792923, -29.5803547, -67.4901428, -2.24114753e-008, 0.292369425, -0.956305802, 3.04095332e-010, 0.956305802, 0.292369425, 1, 6.26159258e-009, -2.15211493e-008)
  621. w10.Part1 = p11
  622. w10.C1 = CFrame.new(-62.9921722, 32.1197624, -67.5121918, -2.88835581e-005, -0.362230271, 0.932088912, 9.3476192e-006, -0.932088912, -0.362230271, 1, -1.74967965e-006, 3.03080251e-005)
  623. w11 = Instance.new("Weld", p11)
  624. w11.Name = "Part_Weld"
  625. w11.Part0 = p11
  626. w11.C0 = CFrame.new(-62.9921722, 32.1197624, -67.5121918, -2.88835581e-005, -0.362230271, 0.932088912, 9.3476192e-006, -0.932088912, -0.362230271, 1, -1.74967965e-006, 3.03080251e-005)
  627. w11.Part1 = p12
  628. w11.C1 = CFrame.new(67.5028763, 72.2527161, 6.8300252, -1, -9.15522687e-005, -3.05189751e-005, 3.05161811e-005, 3.05189751e-005, -1, 9.15532e-005, -1, -3.05161811e-005)
  629. w12 = Instance.new("Weld", p12)
  630. w12.Name = "Part_Weld"
  631. w12.Part0 = p12
  632. w12.C0 = CFrame.new(67.5028763, 72.2527161, 6.8300252, -1, -9.15522687e-005, -3.05189751e-005, 3.05161811e-005, 3.05189751e-005, -1, 9.15532e-005, -1, -3.05161811e-005)
  633. w12.Part1 = p13
  634. w12.C1 = CFrame.new(-72.3439255, 18.054121, -67.5101624, -4.09776035e-008, -0.11906305, 0.992886722, 4.05430745e-010, -0.992886722, -0.11906305, 1, -4.47637571e-009, 4.0734399e-008)
  635. w13 = Instance.new("Weld", p13)
  636. w13.Name = "Part_Weld"
  637. w13.Part0 = p13
  638. w13.C0 = CFrame.new(-72.3439255, 18.054121, -67.5101624, -4.09776035e-008, -0.11906305, 0.992886722, 4.05430745e-010, -0.992886722, -0.11906305, 1, -4.47637571e-009, 4.0734399e-008)
  639. w13.Part1 = p14
  640. w13.C1 = CFrame.new(69.1140671, 24.5752277, -67.4901428, -2.4837334e-008, -0.462350011, -0.886697888, 5.64353009e-010, 0.886697888, -0.462350011, 1, -1.19839818e-008, -2.17623022e-008)
  641. w14 = Instance.new("Weld", p14)
  642. w14.Name = "Part_Weld"
  643. w14.Part0 = p14
  644. w14.C0 = CFrame.new(69.1140671, 24.5752277, -67.4901428, -2.4837334e-008, -0.462350011, -0.886697888, 5.64353009e-010, 0.886697888, -0.462350011, 1, -1.19839818e-008, -2.17623022e-008)
  645. w14.Part1 = p15
  646. w14.C1 = CFrame.new(47.9809418, -52.7511749, -67.5101318, -3.94735267e-008, 0.64509654, -0.764101744, -4.55740418e-010, 0.764101744, 0.64509654, 1, 2.58124242e-008, -2.98677882e-008)
  647. w15 = Instance.new("Weld", p15)
  648. w15.Name = "Part_Weld"
  649. w15.Part0 = p15
  650. w15.C0 = CFrame.new(47.9809418, -52.7511749, -67.5101318, -3.94735267e-008, 0.64509654, -0.764101744, -4.55740418e-010, 0.764101744, 0.64509654, 1, 2.58124242e-008, -2.98677882e-008)
  651. w15.Part1 = p16
  652. w15.C1 = CFrame.new(-75.3105469, -10.1974039, -67.5001221, -4.37113883e-008, 0.258818924, 0.965925872, 0, -0.965925872, 0.258818924, 1, 1.13133343e-008, 4.22219593e-008)
  653. w16 = Instance.new("Weld", p16)
  654. w16.Name = "Part_Weld"
  655. w16.Part0 = p16
  656. w16.C0 = CFrame.new(-75.3105469, -10.1974039, -67.5001221, -4.37113883e-008, 0.258818924, 0.965925872, 0, -0.965925872, 0.258818924, 1, 1.13133343e-008, 4.22219593e-008)
  657. w16.Part1 = p17
  658. w16.C1 = CFrame.new(64.0820847, -29.3829937, -67.5001373, -4.09009289e-008, 0.293349952, -0.956005633, 4.38312497e-010, 0.956005633, 0.293349952, 1, 1.15792238e-008, -3.92300876e-008)
  659. w17 = Instance.new("Weld", p17)
  660. w17.Name = "Wedge_Weld"
  661. w17.Part0 = p17
  662. w17.C0 = CFrame.new(64.0820847, -29.3829937, -67.5001373, -4.09009289e-008, 0.293349952, -0.956005633, 4.38312497e-010, 0.956005633, 0.293349952, 1, 1.15792238e-008, -3.92300876e-008)
  663. w17.Part1 = p18
  664. w17.C1 = CFrame.new(-67.4979324, 69.4871521, -6.82958078, 1, 3.05171125e-005, -3.05180438e-005, -3.05171125e-005, -3.05180438e-005, -1, -3.05180438e-005, 1, -3.05171125e-005)
  665. w18 = Instance.new("Weld", p18)
  666. w18.Name = "Wedge_Weld"
  667. w18.Part0 = p18
  668. w18.C0 = CFrame.new(-67.4979324, 69.4871521, -6.82958078, 1, 3.05171125e-005, -3.05180438e-005, -3.05171125e-005, -3.05180438e-005, -1, -3.05180438e-005, 1, -3.05171125e-005)
  669. w18.Part1 = p19
  670. w18.C1 = CFrame.new(67.4982986, -75.0367737, -6.83008671, -1, -9.15532e-005, 3.05161811e-005, 3.05189751e-005, -3.05161811e-005, 1, -9.15522687e-005, 1, 3.05189751e-005)
  671. w19 = Instance.new("Weld", p19)
  672. w19.Name = "Part_Weld"
  673. w19.Part0 = p19
  674. w19.C0 = CFrame.new(67.4982986, -75.0367737, -6.83008671, -1, -9.15532e-005, 3.05161811e-005, 3.05189751e-005, -3.05161811e-005, 1, -9.15522687e-005, 1, 3.05189751e-005)
  675. w19.Part1 = p20
  676. w19.C1 = CFrame.new(-16.3677292, -69.9670334, -67.5001678, -1.77821063e-010, 0.992886961, 0.119063012, -1.46926671e-009, -0.119063012, 0.992886961, 1, 1.59595731e-012, 1.47997492e-009)
  677. w20 = Instance.new("Weld", p20)
  678. w20.Name = "Part_Weld"
  679. w20.Part0 = p20
  680. w20.C0 = CFrame.new(-16.3677292, -69.9670334, -67.5001678, -1.77821063e-010, 0.992886961, 0.119063012, -1.46926671e-009, -0.119063012, 0.992886961, 1, 1.59595731e-012, 1.47997492e-009)
  681. w20.Part1 = p21
  682. w20.C1 = CFrame.new(-67.5104218, -38.2193756, 67.100563, 1, -4.10709617e-005, 9.00123541e-006, -3.82823673e-005, -0.800855637, 0.598857403, -1.73869594e-005, -0.598857403, -0.800855637)
  683. m.Parent = char
  684. m:MakeJoints()
  685. ----------------------------------------------------
  686. local cor = Instance.new("Part", char.Absolution)
  687. cor.Name = "Thingy"
  688. cor.Locked = true
  689. cor.BottomSurface = 0
  690. cor.CanCollide = false
  691. cor.Size = Vector3.new(1, 13, 1)
  692. cor.Transparency = 1
  693. cor.TopSurface = 0
  694. corw = Instance.new("Weld", cor)
  695. corw.Part0 = rarm
  696. corw.Part1 = cor
  697. corw.C0 = CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  698. corw.C1 = CFrame.new(0, 0, 0)
  699. weld1 = Instance.new("Weld", char.Absolution)
  700. weld1.Part0 = cor
  701. weld1.Part1 = p6
  702. weld1.C0 = CFrame.new(0, 0, 0)
  703. ----------------------------------------------------
  704. hitb = Instance.new("Part", char.Absolution)
  705. hitb.Name = "Thingy2"
  706. hitb.Locked = true
  707. hitb.BottomSurface = 0
  708. hitb.CanCollide = false
  709. hitb.Size = Vector3.new(0, 8, 6)
  710. hitb.Transparency = 1
  711. hitb.TopSurface = 0
  712. weld2 = Instance.new("Weld", char.Absolution)
  713. weld2.Part0 = hitb
  714. weld2.Part1 = p12
  715. weld2.C0 = CFrame.new(0, .6, 1)
  716. ----------------------------------------------------
  717. local m = Instance.new("Model")
  718. m.Name = "Claw"
  719. p1 = Instance.new("Part", m)
  720. p1.BrickColor = BrickColor.new("Really black")
  721. p1.FormFactor = Enum.FormFactor.Custom
  722. p1.Size = Vector3.new(1.5, 0.5, 0.5)
  723. p1.CFrame = CFrame.new(2.91120553, 6.79703379, -19.5339718, -0.205515206, -0.209888965, 0.955883741, 0.52527827, -0.847774804, -0.0732159689, 0.825741529, 0.487057745, 0.284480691)
  724. p1.CanCollide = false
  725. p1.Locked = true
  726. p1.BottomSurface = Enum.SurfaceType.Smooth
  727. p1.TopSurface = Enum.SurfaceType.Smooth
  728. b1 = Instance.new("BlockMesh", p1)
  729. b1.Name = "Mesh"
  730. p2 = Instance.new("WedgePart", m)
  731. p2.BrickColor = BrickColor.new("Really black")
  732. p2.Name = "Wedge"
  733. p2.FormFactor = Enum.FormFactor.Custom
  734. p2.Size = Vector3.new(3, 1, 0.5)
  735. p2.CFrame = CFrame.new(2.94872427, 6.13246727, -16.5004997, -5.96046448e-008, -4.47034836e-008, -1.00000358, -1.3615936e-005, 0.99999994, 4.47034836e-008, 1.00000358, 1.41002238e-005, 0)
  736. p2.CanCollide = false
  737. p2.Locked = true
  738. p2.BottomSurface = Enum.SurfaceType.Smooth
  739. p2.TopSurface = Enum.SurfaceType.Smooth
  740. p3 = Instance.new("Part", m)
  741. p3.BrickColor = BrickColor.new("Really black")
  742. p3.FormFactor = Enum.FormFactor.Custom
  743. p3.Size = Vector3.new(1.5, 0.5, 0.5)
  744. p3.CFrame = CFrame.new(1.84869456, 6.79700661, -18.5422173, -5.06400113e-008, 1.07230136e-007, 1.00000715, -0.499905825, -0.866079628, -1.1125789e-007, 0.86608547, -0.499910295, -2.17476881e-008)
  745. p3.CanCollide = false
  746. p3.Locked = true
  747. p3.BottomSurface = Enum.SurfaceType.Smooth
  748. p3.TopSurface = Enum.SurfaceType.Smooth
  749. b2 = Instance.new("BlockMesh", p3)
  750. b2.Name = "Mesh"
  751. p4 = Instance.new("WedgePart", m)
  752. p4.BrickColor = BrickColor.new("Really black")
  753. p4.Name = "Wedge"
  754. p4.FormFactor = Enum.FormFactor.Custom
  755. p4.Size = Vector3.new(3, 1, 0.5)
  756. p4.CFrame = CFrame.new(0.0487272739, 4.13279819, -16.5004959, -1.62921424e-007, 1.78814929e-007, 1.00001431, -1.2755394e-005, -0.999999762, -1.78813849e-007, 1.00001431, -1.46627426e-005, -7.54998553e-008)
  757. p4.CanCollide = false
  758. p4.Locked = true
  759. p4.BottomSurface = Enum.SurfaceType.Smooth
  760. p4.TopSurface = Enum.SurfaceType.Smooth
  761. p5 = Instance.new("Part", m)
  762. p5.BrickColor = BrickColor.new("Really black")
  763. p5.FormFactor = Enum.FormFactor.Custom
  764. p5.Size = Vector3.new(1.5, 0.5, 0.5)
  765. p5.CFrame = CFrame.new(1.84874606, 6.79701567, -19.6422844, -4.29027068e-007, 1.9046513e-007, 1.00001431, 0.500089467, -0.865973532, 2.18601315e-008, 0.865987122, 0.50009501, 3.78533827e-008)
  766. p5.CanCollide = false
  767. p5.Locked = true
  768. p5.BottomSurface = Enum.SurfaceType.Smooth
  769. p5.TopSurface = Enum.SurfaceType.Smooth
  770. b3 = Instance.new("BlockMesh", p5)
  771. b3.Name = "Mesh"
  772. p6 = Instance.new("Part", m)
  773. p6.BrickColor = BrickColor.new("Really black")
  774. p6.FormFactor = Enum.FormFactor.Custom
  775. p6.Size = Vector3.new(1.5, 0.5, 0.5)
  776. p6.CFrame = CFrame.new(2.61122823, 6.79701757, -18.433939, -0.250001401, 0.0669622123, 0.965941966, -0.491382152, -0.868364573, -0.0669801831, 0.834303975, -0.491393685, 0.249996051)
  777. p6.CanCollide = false
  778. p6.Locked = true
  779. p6.BottomSurface = Enum.SurfaceType.Smooth
  780. p6.TopSurface = Enum.SurfaceType.Smooth
  781. b4 = Instance.new("BlockMesh", p6)
  782. b4.Name = "Mesh"
  783. p7 = Instance.new("Part", m)
  784. p7.BrickColor = BrickColor.new("Really black")
  785. p7.FormFactor = Enum.FormFactor.Custom
  786. p7.Size = Vector3.new(3, 1, 1.20000005)
  787. p7.CFrame = CFrame.new(2.59874034, 5.13276958, -16.5005379, -3.27825546e-007, -3.57627869e-007, -1.00001431, -0.000133868307, 0.99999994, 1.49011612e-008, 1.00001442, 0.000135900453, -5.96046448e-008)
  788. p7.CanCollide = false
  789. p7.Locked = true
  790. p7.BottomSurface = Enum.SurfaceType.Smooth
  791. p7.TopSurface = Enum.SurfaceType.Smooth
  792. b5 = Instance.new("BlockMesh", p7)
  793. b5.Name = "Mesh"
  794. p8 = Instance.new("Part", m)
  795. p8.BrickColor = BrickColor.new("Royal purple")
  796. p8.Material = "Neon"
  797. p8.FormFactor = Enum.FormFactor.Symmetric
  798. p8.Size = Vector3.new(1, 1, 1)
  799. p8.CFrame = CFrame.new(1.84841466, 6.25537968, -20.3997307, -1.42129729e-005, 0.00428489037, -1.00000513, 0.965967655, 0.258660465, 0.00109496934, 0.258668512, -0.965972245, -0.00414247159)
  800. p8.CanCollide = false
  801. p8.Locked = true
  802. b6 = Instance.new("SpecialMesh", p8)
  803. b6.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  804. b6.TextureId = ""
  805. b6.MeshType = Enum.MeshType.FileMesh
  806. b6.Name = "Mesh"
  807. b6.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  808. p9 = Instance.new("Part", m)
  809. p9.BrickColor = BrickColor.new("Really black")
  810. p9.FormFactor = Enum.FormFactor.Custom
  811. p9.Size = Vector3.new(1.5, 0.5, 0.5)
  812. p9.CFrame = CFrame.new(2.79691935, 3.68131566, -18.264101, -0.277095288, -0.561500967, -0.779720128, 0.631033003, 0.505603611, -0.58835566, 0.724593103, -0.655058563, 0.214224264)
  813. p9.CanCollide = false
  814. p9.Locked = true
  815. p9.BottomSurface = Enum.SurfaceType.Smooth
  816. p9.TopSurface = Enum.SurfaceType.Smooth
  817. b7 = Instance.new("BlockMesh", p9)
  818. b7.Name = "Mesh"
  819. p10 = Instance.new("Part", m)
  820. p10.BrickColor = BrickColor.new("Royal purple")
  821. p10.Material = "Neon"
  822. p10.FormFactor = Enum.FormFactor.Symmetric
  823. p10.Size = Vector3.new(1, 1, 1)
  824. p10.CFrame = CFrame.new(3.09846497, 6.25236273, -20.2996788, -0.0669716895, 0.254178405, -0.964850724, 0.96595335, 0.258713901, 0.00110733509, 0.249903828, -0.93192625, -0.262850702)
  825. p10.CanCollide = false
  826. p10.Locked = true
  827. b8 = Instance.new("SpecialMesh", p10)
  828. b8.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  829. b8.TextureId = ""
  830. b8.MeshType = Enum.MeshType.FileMesh
  831. b8.Name = "Mesh"
  832. b8.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  833. p11 = Instance.new("Part", m)
  834. p11.BrickColor = BrickColor.new("Really black")
  835. p11.FormFactor = Enum.FormFactor.Custom
  836. p11.Size = Vector3.new(1.5, 0.5, 0.5)
  837. p11.CFrame = CFrame.new(0.386122227, 6.79699421, -18.533905, 0.250022948, -0.0669473261, 0.965937555, -0.491377324, -0.868365645, 0.0670026764, 0.834300399, -0.491393894, -0.250007868)
  838. p11.CanCollide = false
  839. p11.Locked = true
  840. p11.BottomSurface = Enum.SurfaceType.Smooth
  841. p11.TopSurface = Enum.SurfaceType.Smooth
  842. b9 = Instance.new("BlockMesh", p11)
  843. b9.Name = "Mesh"
  844. p12 = Instance.new("Part", m)
  845. p12.BrickColor = BrickColor.new("Really black")
  846. p12.FormFactor = Enum.FormFactor.Custom
  847. p12.Size = Vector3.new(1.5, 0.5, 0.5)
  848. p12.CFrame = CFrame.new(1.14871967, 6.79700947, -19.6422291, -4.76837158e-007, 2.83122063e-007, 1.00001442, 0.500089884, -0.865973473, 4.47034836e-008, 0.865987122, 0.500095367, 1.49011612e-008)
  849. p12.CanCollide = false
  850. p12.Locked = true
  851. p12.BottomSurface = Enum.SurfaceType.Smooth
  852. p12.TopSurface = Enum.SurfaceType.Smooth
  853. b10 = Instance.new("BlockMesh", p12)
  854. b10.Name = "Mesh"
  855. p13 = Instance.new("Part", m)
  856. p13.BrickColor = BrickColor.new("Really black")
  857. p13.FormFactor = Enum.FormFactor.Custom
  858. p13.Size = Vector3.new(1.5, 0.5, 0.5)
  859. p13.CFrame = CFrame.new(1.14870512, 6.79699612, -18.5421638, -4.63888163e-008, 5.08347114e-007, 1.00001442, -0.499899268, -0.866083562, -2.18518963e-008, 0.866095126, -0.499908328, 3.78581007e-008)
  860. p13.CanCollide = false
  861. p13.Locked = true
  862. p13.BottomSurface = Enum.SurfaceType.Smooth
  863. p13.TopSurface = Enum.SurfaceType.Smooth
  864. b11 = Instance.new("BlockMesh", p13)
  865. b11.Name = "Mesh"
  866. p14 = Instance.new("Part", m)
  867. p14.BrickColor = BrickColor.new("Royal purple")
  868. p14.Material = "Neon"
  869. p14.FormFactor = Enum.FormFactor.Symmetric
  870. p14.Size = Vector3.new(1, 1, 1)
  871. p14.CFrame = CFrame.new(1.14845455, 6.25537348, -20.3996773, -1.42545232e-005, 0.00425684778, -1.00000536, 0.965958476, 0.258694947, 0.00108788908, 0.258703023, -0.965963125, -0.00411536777)
  872. p14.CanCollide = false
  873. p14.Locked = true
  874. b12 = Instance.new("SpecialMesh", p14)
  875. b12.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  876. b12.TextureId = ""
  877. b12.MeshType = Enum.MeshType.FileMesh
  878. b12.Name = "Mesh"
  879. b12.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  880. p15 = Instance.new("Part", m)
  881. p15.BrickColor = BrickColor.new("Royal purple")
  882. p15.Transparency = 1
  883. p15.Name = "ArmPart"
  884. p15.FormFactor = Enum.FormFactor.Custom
  885. p15.Size = Vector3.new(2, 1, 1)
  886. p15.CFrame = CFrame.new(1.49875152, 5.13257265, -16.0004654, -2.99420208e-007, 4.39002179e-007, 1.00001442, 0.00011029192, -1, 0, 1.00001454, 0.000108176115, 4.42378223e-008)
  887. p15.CanCollide = false
  888. p15.Locked = true
  889. p15.BottomSurface = Enum.SurfaceType.Smooth
  890. p15.TopSurface = Enum.SurfaceType.Smooth
  891. b13 = Instance.new("BlockMesh", p15)
  892. b13.Name = "Mesh"
  893. p16 = Instance.new("Part", m)
  894. p16.BrickColor = BrickColor.new("Really black")
  895. p16.FormFactor = Enum.FormFactor.Custom
  896. p16.Size = Vector3.new(3, 1, 2.4000001)
  897. p16.CFrame = CFrame.new(1.49872661, 6.13250732, -16.5007095, -2.98894406e-007, 4.39006953e-007, 1.00001442, 0.000110270419, -1, 4.71678729e-012, 1.00001454, 0.000108154614, 4.37120207e-008)
  898. p16.CanCollide = false
  899. p16.Locked = true
  900. p16.BottomSurface = Enum.SurfaceType.Smooth
  901. p16.TopSurface = Enum.SurfaceType.Smooth
  902. b14 = Instance.new("BlockMesh", p16)
  903. b14.Name = "Mesh"
  904. p17 = Instance.new("Part", m)
  905. p17.BrickColor = BrickColor.new("Really black")
  906. p17.FormFactor = Enum.FormFactor.Custom
  907. p17.Size = Vector3.new(1.5, 0.5, 0.5)
  908. p17.CFrame = CFrame.new(2.77308726, 3.37837577, -19.2558823, 0.396035522, -0.497440547, -0.771840453, -0.207958207, 0.770127177, -0.603040278, 0.894391596, 0.399337679, 0.201549783)
  909. p17.CanCollide = false
  910. p17.Locked = true
  911. p17.BottomSurface = Enum.SurfaceType.Smooth
  912. p17.TopSurface = Enum.SurfaceType.Smooth
  913. b15 = Instance.new("BlockMesh", p17)
  914. b15.Name = "Mesh"
  915. p18 = Instance.new("Part", m)
  916. p18.BrickColor = BrickColor.new("Royal purple")
  917. p18.Material = "Neon"
  918. p18.FormFactor = Enum.FormFactor.Symmetric
  919. p18.Size = Vector3.new(1, 1, 1)
  920. p18.CFrame = CFrame.new(-0.0516102314, 6.25535488, -20.1996384, 0.066943109, -0.245838761, -0.967011333, 0.965954781, 0.258709013, 0.00110003352, 0.249906152, -0.934162259, 0.254788101)
  921. p18.CanCollide = false
  922. p18.Locked = true
  923. b16 = Instance.new("SpecialMesh", p18)
  924. b16.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  925. b16.TextureId = ""
  926. b16.MeshType = Enum.MeshType.FileMesh
  927. b16.Name = "Mesh"
  928. b16.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  929. p19 = Instance.new("Part", m)
  930. p19.BrickColor = BrickColor.new("Royal purple")
  931. p19.Material = "Neon"
  932. p19.FormFactor = Enum.FormFactor.Symmetric
  933. p19.Size = Vector3.new(1, 1, 1)
  934. p19.CFrame = CFrame.new(2.43177533, 3.59484506, -20.0301056, 0.559401393, 0.116905749, 0.820629179, -0.685213447, -0.491872638, 0.537163019, 0.466440916, -0.862796843, -0.195047855)
  935. p19.CanCollide = false
  936. p19.Locked = true
  937. b17 = Instance.new("SpecialMesh", p19)
  938. b17.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  939. b17.TextureId = ""
  940. b17.MeshType = Enum.MeshType.FileMesh
  941. b17.Name = "Mesh"
  942. b17.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  943. p20 = Instance.new("Part", m)
  944. p20.BrickColor = BrickColor.new("Really black")
  945. p20.FormFactor = Enum.FormFactor.Custom
  946. p20.Size = Vector3.new(3, 1, 2.4000001)
  947. p20.CFrame = CFrame.new(1.49873698, 4.13275099, -16.500618, -2.38418579e-007, -4.47034836e-007, -1.00001454, -0.000133797526, 1.00000024, -2.98023224e-008, 1.00001466, 0.000135831535, -5.96046448e-008)
  948. p20.CanCollide = false
  949. p20.Locked = true
  950. p20.BottomSurface = Enum.SurfaceType.Smooth
  951. p20.TopSurface = Enum.SurfaceType.Smooth
  952. b18 = Instance.new("BlockMesh", p20)
  953. b18.Name = "Mesh"
  954. p21 = Instance.new("Part", m)
  955. p21.BrickColor = BrickColor.new("Really black")
  956. p21.FormFactor = Enum.FormFactor.Custom
  957. p21.Size = Vector3.new(3, 1, 1.19999993)
  958. p21.CFrame = CFrame.new(0.398718834, 5.13273239, -16.5005798, -2.22529991e-007, -4.17224015e-007, -1.00001454, -0.000133820766, 1.00000024, 5.9472427e-012, 1.00001466, 0.000135854774, -4.37120207e-008)
  959. p21.CanCollide = false
  960. p21.Locked = true
  961. p21.BottomSurface = Enum.SurfaceType.Smooth
  962. p21.TopSurface = Enum.SurfaceType.Smooth
  963. b19 = Instance.new("BlockMesh", p21)
  964. b19.Name = "Mesh"
  965. p22 = Instance.new("WedgePart", m)
  966. p22.BrickColor = BrickColor.new("Really black")
  967. p22.Name = "Wedge"
  968. p22.FormFactor = Enum.FormFactor.Custom
  969. p22.Size = Vector3.new(3, 1, 0.5)
  970. p22.CFrame = CFrame.new(2.94884443, 4.13282013, -16.5005474, 1.35156796e-007, 4.17202415e-007, -1.00001454, 1.19470278e-005, -1.00000024, -6.07483681e-013, -1.00001466, -1.39792755e-005, 4.37120278e-008)
  971. p22.CanCollide = false
  972. p22.Locked = true
  973. p22.BottomSurface = Enum.SurfaceType.Smooth
  974. p22.TopSurface = Enum.SurfaceType.Smooth
  975. p23 = Instance.new("Part", m)
  976. p23.BrickColor = BrickColor.new("Really black")
  977. p23.FormFactor = Enum.FormFactor.Custom
  978. p23.Size = Vector3.new(1.5, 0.5, 0.5)
  979. p23.CFrame = CFrame.new(0.111123323, 6.79699326, -19.53405, 0.167916089, 0.220654398, 0.960804224, 0.593452632, -0.800862908, 0.0802069977, 0.787171543, 0.556722164, -0.265425682)
  980. p23.CanCollide = false
  981. p23.Locked = true
  982. p23.BottomSurface = Enum.SurfaceType.Smooth
  983. p23.TopSurface = Enum.SurfaceType.Smooth
  984. b20 = Instance.new("BlockMesh", p23)
  985. b20.Name = "Mesh"
  986. p24 = Instance.new("WedgePart", m)
  987. p24.BrickColor = BrickColor.new("Really black")
  988. p24.Name = "Wedge"
  989. p24.FormFactor = Enum.FormFactor.Custom
  990. p24.Size = Vector3.new(3, 1, 0.5)
  991. p24.CFrame = CFrame.new(0.0487362742, 6.13243389, -16.5004158, -0.000165194273, -0.00030361861, 1.00001442, 0.00304524973, 0.999995589, 0.000303655863, -1.00001013, 0.00304720178, -0.000164449215)
  992. p24.CanCollide = false
  993. p24.Locked = true
  994. p24.BottomSurface = Enum.SurfaceType.Smooth
  995. p24.TopSurface = Enum.SurfaceType.Smooth
  996. p25 = Instance.new("Part", m)
  997. p25.BrickColor = BrickColor.new("Royal purple")
  998. p25.Material = "Neon"
  999. p25.FormFactor = Enum.FormFactor.Symmetric
  1000. p25.Size = Vector3.new(1, 1, 1)
  1001. p25.CFrame = CFrame.new(1.49870086, 5.13261318, -18.0007782, 1.20991026e-005, -1.00001454, -4.94604174e-005, -1.00000024, -1.16155716e-005, -0.000471511274, 0.000469659513, 4.96469293e-005, -1.00001466)
  1002. p25.CanCollide = false
  1003. p25.Locked = true
  1004. p25.BottomSurface = Enum.SurfaceType.Smooth
  1005. p25.TopSurface = Enum.SurfaceType.Smooth
  1006. b21 = Instance.new("SpecialMesh", p25)
  1007. b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1008. b21.TextureId = ""
  1009. b21.MeshType = Enum.MeshType.FileMesh
  1010. b21.Name = "Mesh"
  1011. b21.Scale = Vector3.new(1.39999998, 1.39999998, 0.600000024)
  1012. p26 = Instance.new("Part", m)
  1013. p26.BrickColor = BrickColor.new("Really black")
  1014. p26.FormFactor = Enum.FormFactor.Symmetric
  1015. p26.Size = Vector3.new(1, 1, 1)
  1016. p26.CFrame = CFrame.new(1.49868095, 5.13287783, -17.5005093, 0.00030383491, 0.000164763711, -1.00001454, -0.999995768, -0.00302907336, -0.000303868263, -0.00303102471, 1.00001025, 0.000164022902)
  1017. p26.CanCollide = false
  1018. p26.Locked = true
  1019. p26.BottomSurface = Enum.SurfaceType.Smooth
  1020. p26.TopSurface = Enum.SurfaceType.Smooth
  1021. b22 = Instance.new("SpecialMesh", p26)
  1022. b22.MeshType = Enum.MeshType.Brick
  1023. b22.Name = "Mesh"
  1024. w1 = Instance.new("Weld", p1)
  1025. w1.Name = "Wedge_Weld"
  1026. w1.Part0 = p1
  1027. w1.C0 = CFrame.new(13.1579618, 15.8875484, 3.27191186, -0.205515206, 0.52527827, 0.825741529, -0.209888965, -0.847774804, 0.487057745, 0.955883741, -0.0732159689, 0.284480691)
  1028. w1.Part1 = p2
  1029. w1.C1 = CFrame.new(16.5005817, -6.13223743, 2.94872212, -4.37113883e-008, -1.38580826e-005, 1, 0, 1, 1.38580826e-005, -1, 6.05756005e-013, -4.37113883e-008)
  1030. w2 = Instance.new("Weld", p2)
  1031. w2.Name = "Part_Weld"
  1032. w2.Part0 = p2
  1033. w2.C0 = CFrame.new(16.5006275, -6.13223362, 2.94873357, -5.96046448e-008, -1.3615936e-005, 1.00000358, -4.47034836e-008, 0.99999994, 1.41002238e-005, -1.00000358, 4.47034836e-008, 0)
  1034. w2.Part1 = p3
  1035. w2.C1 = CFrame.new(19.4568748, -3.38260746, -1.84870064, -4.37113883e-008, -0.499906301, 0.866079509, 0, -0.866079509, -0.499906301, 1, -2.18515979e-008, 3.78575393e-008)
  1036. w3 = Instance.new("Weld", p3)
  1037. w3.Name = "Wedge_Weld"
  1038. w3.Part0 = p3
  1039. w3.C0 = CFrame.new(19.456995, -3.38268948, -1.84870648, -5.06400113e-008, -0.499905825, 0.86608547, 1.07230136e-007, -0.866079628, -0.499910295, 1.00000715, -1.1125789e-007, -2.17476881e-008)
  1040. w3.Part1 = p4
  1041. w3.C1 = CFrame.new(16.5005646, 4.13256884, -0.0487511083, -4.37113883e-008, -1.37408551e-005, 1, 0, -1, -1.37408551e-005, 1, -6.00631849e-013, 4.37113883e-008)
  1042. w4 = Instance.new("Weld", p4)
  1043. w4.Name = "Part_Weld"
  1044. w4.Part0 = p4
  1045. w4.C0 = CFrame.new(16.5007706, 4.13255453, -0.0487275235, -1.62921424e-007, -1.2755394e-005, 1.00001431, 1.78814929e-007, -0.999999762, -1.46627426e-005, 1.00001431, -1.78813849e-007, -7.54998553e-008)
  1046. w4.Part1 = p5
  1047. w4.C1 = CFrame.new(13.6104183, 15.7089605, -1.84869325, -4.37113883e-008, 0.500093758, 0.865971267, 0, -0.865971267, 0.500093758, 1, 2.18597922e-008, 3.78528071e-008)
  1048. w5 = Instance.new("Weld", p5)
  1049. w5.Name = "Part_Weld"
  1050. w5.Part0 = p5
  1051. w5.C0 = CFrame.new(13.6108379, 15.7090359, -1.84877098, -4.29027068e-007, 0.500089467, 0.865987122, 1.9046513e-007, -0.865973532, 0.50009501, 1.00001431, 2.18601315e-008, 3.78533827e-008)
  1052. w5.Part1 = p6
  1053. w5.C1 = CFrame.new(19.3720245, -3.33087778, 2.54137325, -0.249996737, -0.491388977, 0.834289134, 0.0669635162, -0.868360817, -0.491391122, 0.965928316, -0.0669792444, 0.24999252)
  1054. w6 = Instance.new("Weld", p6)
  1055. w6.Name = "Part_Weld"
  1056. w6.Part0 = p6
  1057. w6.C0 = CFrame.new(19.3722382, -3.33087826, 2.54137945, -0.250001401, -0.491382152, 0.834303975, 0.0669622123, -0.868364573, -0.491393685, 0.965941966, -0.0669801831, 0.249996051)
  1058. w6.Part1 = p7
  1059. w6.C1 = CFrame.new(16.5012703, -5.1305232, 2.59873891, -4.37113883e-008, -0.000135861075, 1, 0, 1, 0.000135861075, -1, 5.9386762e-012, -4.37113883e-008)
  1060. w7 = Instance.new("Weld", p7)
  1061. w7.Name = "Part_Weld"
  1062. w7.Part0 = p7
  1063. w7.C0 = CFrame.new(16.5014496, -5.13052464, 2.59877563, -3.27825546e-007, -0.000133868307, 1.00001442, -3.57627869e-007, 0.99999994, 0.000135900453, -1.00001431, 1.49011612e-008, -5.96046448e-008)
  1064. w7.Part1 = p8
  1065. w7.C1 = CFrame.new(-0.765930653, -21.3311157, 1.75706458, -1.37833995e-005, 0.965968609, 0.258659452, 0.00428466033, 0.258657128, -0.965959728, -0.999990821, 0.00109495374, -0.00414241292)
  1066. w8 = Instance.new("Weld", p8)
  1067. w8.Name = "Part_Weld"
  1068. w8.Part0 = p8
  1069. w8.C0 = CFrame.new(-0.765703201, -21.3314991, 1.75706851, -1.42129729e-005, 0.965967655, 0.258668512, 0.00428489037, 0.258660465, -0.965972245, -1.00000513, 0.00109496934, -0.00414247159)
  1070. w8.Part1 = p9
  1071. w8.C1 = CFrame.new(11.6857395, -12.2548676, 8.25926208, -0.277089596, 0.631037474, 0.724577785, -0.561487973, 0.505604029, -0.655054033, -0.779713154, -0.588350415, 0.214222342)
  1072. w9 = Instance.new("Weld", p9)
  1073. w9.Name = "Part_Weld"
  1074. w9.Part0 = p9
  1075. w9.C0 = CFrame.new(11.6860123, -12.254859, 8.25934601, -0.277095288, 0.631033003, 0.724593103, -0.561500967, 0.505603611, -0.655058563, -0.779720128, -0.58835566, 0.214224264)
  1076. w9.Part1 = p10
  1077. w9.C1 = CFrame.new(-0.759226322, -21.3225994, -2.35311079, -0.0669693872, 0.965954244, 0.249894977, 0.254174918, 0.258710593, -0.931914091, -0.964836895, 0.00110732042, -0.262847036)
  1078. w10 = Instance.new("Weld", p10)
  1079. w10.Name = "Part_Weld"
  1080. w10.Part0 = p10
  1081. w10.C0 = CFrame.new(-0.759016514, -21.3229256, -2.3531487, -0.0669716895, 0.96595335, 0.249903828, 0.254178405, 0.258713901, -0.93192625, -0.964850724, 0.00110733509, -0.262850702)
  1082. w10.Part1 = p11
  1083. w10.C1 = CFrame.new(18.7059784, -3.17931223, -5.46201515, 0.250018269, -0.49138394, 0.834285676, -0.0669495314, -0.86836195, -0.491391063, 0.965923727, 0.0670017004, -0.250004292)
  1084. w11 = Instance.new("Weld", p11)
  1085. w11.Name = "Part_Weld"
  1086. w11.Part0 = p11
  1087. w11.C0 = CFrame.new(18.7061806, -3.17931461, -5.46200418, 0.250022948, -0.491377324, 0.834300399, -0.0669473261, -0.868365645, -0.491393894, 0.965937555, 0.0670026764, -0.250007868)
  1088. w11.Part1 = p12
  1089. w11.C1 = CFrame.new(13.6104174, 15.708952, -1.1486963, -4.37113883e-008, 0.500093997, 0.865971148, 0, -0.865971148, 0.500093997, 1, 2.18598029e-008, 3.78528e-008)
  1090. w12 = Instance.new("Weld", p12)
  1091. w12.Name = "Part_Weld"
  1092. w12.Part0 = p12
  1093. w12.C0 = CFrame.new(13.6107903, 15.7090092, -1.1487354, -4.76837158e-007, 0.500089884, 0.865987122, 2.83122063e-007, -0.865973473, 0.500095367, 1.00001442, 4.47034836e-008, 1.49011612e-008)
  1094. w12.Part1 = p13
  1095. w12.C1 = CFrame.new(19.4568653, -3.38261366, -1.14870369, -4.37113883e-008, -0.499906093, 0.866079628, 0, -0.866079628, -0.499906093, 1, -2.1851589e-008, 3.78575429e-008)
  1096. w13 = Instance.new("Weld", p13)
  1097. w13.Name = "Part_Weld"
  1098. w13.Part0 = p13
  1099. w13.C0 = CFrame.new(19.457077, -3.38260937, -1.14871991, -4.63888163e-008, -0.499899268, 0.866095126, 5.08347114e-007, -0.866083562, -0.499908328, 1.00001442, -2.18518963e-008, 3.78581007e-008)
  1100. w13.Part1 = p14
  1101. w13.C1 = CFrame.new(-0.765169621, -21.3281136, 1.05768669, -1.37638153e-005, 0.96595937, 0.258693874, 0.00425664661, 0.258691579, -0.965950608, -0.99999094, 0.00108787336, -0.00411530817)
  1102. w14 = Instance.new("Weld", p14)
  1103. w14.Name = "ArmPart_Weld"
  1104. w14.Part0 = p14
  1105. w14.C0 = CFrame.new(-0.764959335, -21.3284416, 1.05770254, -1.42545232e-005, 0.965958476, 0.258703023, 0.00425684778, 0.258694947, -0.965963125, -1.00000536, 0.00108788908, -0.00411536777)
  1106. w14.Part1 = p15
  1107. w14.C1 = CFrame.new(16.0000172, 5.13429213, -1.49874043, -4.37113883e-008, 0.000108154614, 1, 0, -1, 0.000108154614, 1, 4.72758855e-012, 4.37113883e-008)
  1108. w15 = Instance.new("Weld", p15)
  1109. w15.Name = "Part_Weld"
  1110. w15.Part0 = p15
  1111. w15.C0 = CFrame.new(16.0001163, 5.13430214, -1.49877143, -2.99420208e-007, 0.00011029192, 1.00001454, 4.39002179e-007, -1, 0.000108176115, 1.00001442, 0, 4.42378223e-008)
  1112. w15.Part1 = p16
  1113. w15.C1 = CFrame.new(16.5000153, 6.13429213, -1.49872518, -4.37113883e-008, 0.000108154614, 1, 0, -1, 0.000108154614, 1, 4.72758855e-012, 4.37113883e-008)
  1114. w16 = Instance.new("Weld", p16)
  1115. w16.Name = "Part_Weld"
  1116. w16.Part0 = p16
  1117. w16.C0 = CFrame.new(16.5002594, 6.1342907, -1.49874651, -2.98894406e-007, 0.000110270419, 1.00001454, 4.39006953e-007, -1, 0.000108154614, 1.00001442, 4.71678729e-012, 4.37120207e-008)
  1118. w16.Part1 = p17
  1119. w16.C1 = CFrame.new(16.8263168, 6.46704865, 8.05857849, 0.396029502, -0.207962677, 0.894378066, -0.497426808, 0.770130157, 0.399332225, -0.771833658, -0.603034973, 0.201548025)
  1120. w17 = Instance.new("Weld", p17)
  1121. w17.Name = "Part_Weld"
  1122. w17.Part0 = p17
  1123. w17.C0 = CFrame.new(16.8266068, 6.46726036, 8.05869198, 0.396035522, -0.207958207, 0.894391596, -0.497440547, 0.770127177, 0.399337679, -0.771840453, -0.603040278, 0.201549783)
  1124. w17.Part1 = p18
  1125. w17.C1 = CFrame.new(-0.991122723, -20.5004215, 5.08983374, 0.0669417754, 0.965955615, 0.249897182, -0.245835528, 0.258705586, -0.9341501, -0.966997266, 0.00110005983, 0.254784435)
  1126. w18 = Instance.new("Weld", p18)
  1127. w18.Name = "Part_Weld"
  1128. w18.Part0 = p18
  1129. w18.C0 = CFrame.new(-0.990923882, -20.5007305, 5.08983374, 0.066943109, 0.965954781, 0.249906152, -0.245838761, 0.258709013, -0.934162259, -0.967011333, 0.00110003352, 0.254788101)
  1130. w18.Part1 = p19
  1131. w18.C1 = CFrame.new(10.4456682, -15.7977238, -7.8332901, 0.559388936, -0.68521893, 0.466432214, 0.116898462, -0.491870552, -0.862785101, 0.820620954, 0.537157655, -0.195045918)
  1132. w19 = Instance.new("Weld", p19)
  1133. w19.Name = "Part_Weld"
  1134. w19.Part0 = p19
  1135. w19.C0 = CFrame.new(10.4457512, -15.7979813, -7.83342838, 0.559401393, -0.685213447, 0.466440916, 0.116905749, -0.491872638, -0.862796843, 0.820629179, 0.537163019, -0.195047855)
  1136. w19.Part1 = p20
  1137. w19.C1 = CFrame.new(16.5012665, -4.13050127, 1.49876332, -4.37113883e-008, -0.000135854745, 1, 0, 1, 0.000135854745, -1, 5.93839951e-012, -4.37113883e-008)
  1138. w20 = Instance.new("Weld", p20)
  1139. w20.Name = "Part_Weld"
  1140. w20.Part0 = p20
  1141. w20.C0 = CFrame.new(16.5013981, -4.13050938, 1.498757, -2.38418579e-007, -0.000133797526, 1.00001466, -4.47034836e-007, 1.00000024, 0.000135831535, -1.00001454, -2.98023224e-008, -5.96046448e-008)
  1142. w20.Part1 = p21
  1143. w20.C1 = CFrame.new(16.5012627, -5.13048887, 0.39874959, -4.37113883e-008, -0.000135854745, 1, 0, 1, 0.000135854745, -1, 5.93839951e-012, -4.37113883e-008)
  1144. w21 = Instance.new("Weld", p21)
  1145. w21.Name = "Wedge_Weld"
  1146. w21.Part0 = p21
  1147. w21.C0 = CFrame.new(16.5014935, -5.13049126, 0.398722976, -2.22529991e-007, -0.000133820766, 1.00001466, -4.17224015e-007, 1.00000024, 0.000135854774, -1.00001454, 5.9472427e-012, -4.37120207e-008)
  1148. w21.Part1 = p22
  1149. w21.C1 = CFrame.new(-16.5005875, 4.13259029, 2.94876933, -4.37113883e-008, 1.39792737e-005, -1, 0, -1, -1.39792737e-005, -1, -6.11053471e-013, 4.37113883e-008)
  1150. w22 = Instance.new("Weld", p22)
  1151. w22.Name = "Part_Weld"
  1152. w22.Part0 = p22
  1153. w22.C0 = CFrame.new(-16.500824, 4.13258791, 2.94888711, 1.35156796e-007, 1.19470278e-005, -1.00001466, 4.17202415e-007, -1.00000024, -1.39792755e-005, -1.00001454, -6.07483681e-013, 4.37120278e-008)
  1154. w22.Part1 = p23
  1155. w22.C1 = CFrame.new(11.3238592, 16.2938461, -5.83674097, 0.167913347, 0.593457043, 0.787155509, 0.220650926, -0.800859332, 0.556720257, 0.960790455, 0.0802058354, -0.265421808)
  1156. w23 = Instance.new("Weld", p23)
  1157. w23.Name = "Wedge_Weld"
  1158. w23.Part0 = p23
  1159. w23.C0 = CFrame.new(11.3242846, 16.2939701, -5.83676767, 0.167916089, 0.593452632, 0.787171543, 0.220654398, -0.800862908, 0.556722164, 0.960804224, 0.0802069977, -0.265425682)
  1160. w23.Part1 = p24
  1161. w23.C1 = CFrame.new(-16.5190907, -6.08210278, -0.053311754, -0.000165350299, 0.00304719806, -0.999995351, -0.000303142268, 0.999995351, 0.00304725766, 0.99999994, 0.000303644716, -0.000164425801)
  1162. w24 = Instance.new("Weld", p24)
  1163. w24.Name = "Part_Weld"
  1164. w24.Part0 = p24
  1165. w24.C0 = CFrame.new(-16.5192356, -6.08211088, -0.0533116534, -0.000165194273, 0.00304524973, -1.00001013, -0.00030361861, 0.999995589, 0.00304720178, 1.00001442, 0.000303655863, -0.000164449215)
  1166. w24.Part1 = p25
  1167. w24.C1 = CFrame.new(5.14108515, 1.49960721, -17.9982204, 1.16387992e-005, -0.999999881, 0.000471503939, -1, -1.1615477e-005, 4.94651576e-005, -4.94596788e-005, -0.000471504522, -0.999999881)
  1168. w25 = Instance.new("Weld", p25)
  1169. w25.Name = "Part_Weld"
  1170. w25.Part0 = p25
  1171. w25.C0 = CFrame.new(5.14104986, 1.49967504, -17.9985313, 1.20991026e-005, -1.00000024, 0.000469659513, -1.00001454, -1.16155716e-005, 4.96469293e-005, -4.94604174e-005, -0.000471511274, -1.00001466)
  1172. w25.Part1 = p26
  1173. w25.C1 = CFrame.new(5.07938719, 17.5157299, 1.50311017, 0.00030336561, -0.99999541, -0.00302907825, 0.000164940167, -0.00302901864, 0.999995351, -0.99999994, -0.000303863839, 0.000164020501)
  1174. m.Parent = char
  1175. m:MakeJoints()
  1176. ----------------------------------------------------
  1177. local cor2 = Instance.new("Part", char.Claw)
  1178. cor2.Name = "Thingy"
  1179. cor2.Locked = true
  1180. cor2.BottomSurface = 0
  1181. cor2.CanCollide = false
  1182. cor2.Size = Vector3.new(2, 1, 1)
  1183. cor2.Transparency = 1
  1184. cor2.TopSurface = 0
  1185. corw2 = Instance.new("Weld", cor2)
  1186. corw2.Part0 = larm
  1187. corw2.Part1 = cor2
  1188. corw2.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(90))
  1189. corw2.C1 = CFrame.new(0, 0, 0)
  1190. weld2 = Instance.new("Weld", char.Claw)
  1191. weld2.Part0 = cor2
  1192. weld2.Part1 = char.Claw.ArmPart
  1193. weld2.C0 = CFrame.new(0, 0, 0)
  1194. ----------------------------------------------------
  1195. local m = Instance.new("Model")
  1196. m.Name = "LeftArm"
  1197. p1 = Instance.new("WedgePart", m)
  1198. p1.BrickColor = BrickColor.new("Royal purple")
  1199. p1.Material = Enum.Material.Neon
  1200. p1.Name = "Wedge"
  1201. p1.FormFactor = Enum.FormFactor.Custom
  1202. p1.Size = Vector3.new(1, 1.19999981, 4)
  1203. p1.CFrame = CFrame.new(60.830101, 8.39941978, -13.7674818, 1.52359269e-006, -0.707334042, 0.707343757, -2.62521735e-006, 0.707093, 0.707071185, -1.00027835, 3.43534703e-006, 4.43342998e-007)
  1204. p1.CanCollide = false
  1205. p1.Locked = true
  1206. p1.TopSurface = Enum.SurfaceType.Smooth
  1207. b1 = Instance.new("SpecialMesh", p1)
  1208. b1.MeshType = Enum.MeshType.Wedge
  1209. b1.Name = "Mesh"
  1210. b1.Scale = Vector3.new(0.200000003, 1, 1)
  1211. p2 = Instance.new("WedgePart", m)
  1212. p2.BrickColor = BrickColor.new("Royal purple")
  1213. p2.Material = Enum.Material.Neon
  1214. p2.Name = "Wedge"
  1215. p2.FormFactor = Enum.FormFactor.Custom
  1216. p2.Size = Vector3.new(1, 1.19999981, 4)
  1217. p2.CFrame = CFrame.new(60.8306694, 8.39941502, -12.5672398, 1.56085741e-006, -0.707337618, 0.707340181, -2.7146209e-006, 0.707089424, 0.707074761, -1.00027835, 3.34575839e-006, 4.06471969e-007)
  1218. p2.CanCollide = false
  1219. p2.Locked = true
  1220. p2.TopSurface = Enum.SurfaceType.Smooth
  1221. b2 = Instance.new("SpecialMesh", p2)
  1222. b2.MeshType = Enum.MeshType.Wedge
  1223. b2.Name = "Mesh"
  1224. b2.Scale = Vector3.new(0.200000003, 1, 1)
  1225. p3 = Instance.new("WedgePart", m)
  1226. p3.BrickColor = BrickColor.new("Royal purple")
  1227. p3.Material = Enum.Material.Neon
  1228. p3.Name = "Wedge"
  1229. p3.FormFactor = Enum.FormFactor.Custom
  1230. p3.Size = Vector3.new(1, 1.19999981, 4)
  1231. p3.CFrame = CFrame.new(60.8312187, 8.39939976, -13.1675138, 1.66519976e-006, -0.707341254, 0.707336545, -2.72952207e-006, 0.707085788, 0.707078397, -1.00027835, 3.26143936e-006, 4.69727013e-007)
  1232. p3.CanCollide = false
  1233. p3.Locked = true
  1234. p3.TopSurface = Enum.SurfaceType.Smooth
  1235. b3 = Instance.new("SpecialMesh", p3)
  1236. b3.MeshType = Enum.MeshType.Wedge
  1237. b3.Name = "Mesh"
  1238. b3.Scale = Vector3.new(0.200000003, 1, 1)
  1239. p4 = Instance.new("WedgePart", m)
  1240. p4.BrickColor = BrickColor.new("Royal purple")
  1241. p4.Material = Enum.Material.Neon
  1242. p4.Name = "Wedge"
  1243. p4.FormFactor = Enum.FormFactor.Custom
  1244. p4.Size = Vector3.new(1, 1.19999981, 4)
  1245. p4.CFrame = CFrame.new(60.8317757, 8.39937305, -13.1676111, 1.74718321e-006, -0.70734489, 0.707332909, -2.7742235e-006, 0.707082152, 0.707082033, -1.00027835, 3.17185027e-006, 4.96093037e-007)
  1246. p4.CanCollide = false
  1247. p4.Locked = true
  1248. p4.TopSurface = Enum.SurfaceType.Smooth
  1249. b4 = Instance.new("SpecialMesh", p4)
  1250. b4.MeshType = Enum.MeshType.Wedge
  1251. b4.Name = "Mesh"
  1252. b4.Scale = Vector3.new(0.200000003, 1, 1)
  1253. p5 = Instance.new("WedgePart", m)
  1254. p5.BrickColor = BrickColor.new("Royal purple")
  1255. p5.Material = Enum.Material.Neon
  1256. p5.Name = "Wedge"
  1257. p5.FormFactor = Enum.FormFactor.Custom
  1258. p5.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1259. p5.CFrame = CFrame.new(60.4623528, 9.0813055, -13.1677084, -1.74365277e-006, 0.422768414, 0.90661031, 3.01146247e-006, -0.90627563, 0.422602654, 1.00028574, -3.16541991e-006, -6.48408104e-007)
  1260. p5.CanCollide = false
  1261. p5.Locked = true
  1262. p5.TopSurface = Enum.SurfaceType.Smooth
  1263. b5 = Instance.new("SpecialMesh", p5)
  1264. b5.MeshType = Enum.MeshType.Wedge
  1265. b5.Name = "Mesh"
  1266. b5.Scale = Vector3.new(0.200000003, 1, 1)
  1267. p6 = Instance.new("WedgePart", m)
  1268. p6.BrickColor = BrickColor.new("Royal purple")
  1269. p6.Material = Enum.Material.Neon
  1270. p6.Name = "Wedge"
  1271. p6.FormFactor = Enum.FormFactor.Custom
  1272. p6.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1273. p6.CFrame = CFrame.new(60.4629173, 9.08128643, -13.7679863, -1.75857326e-006, 0.422772557, 0.906618714, 3.13068858e-006, -0.906274974, 0.422602147, 1.00029314, -3.27979569e-006, -6.11540997e-007)
  1274. p6.CanCollide = false
  1275. p6.Locked = true
  1276. p6.TopSurface = Enum.SurfaceType.Smooth
  1277. b6 = Instance.new("SpecialMesh", p6)
  1278. b6.MeshType = Enum.MeshType.Wedge
  1279. b6.Name = "Mesh"
  1280. b6.Scale = Vector3.new(0.200000003, 1, 1)
  1281. p7 = Instance.new("WedgePart", m)
  1282. p7.BrickColor = BrickColor.new("Royal purple")
  1283. p7.Material = Enum.Material.Neon
  1284. p7.Name = "Wedge"
  1285. p7.FormFactor = Enum.FormFactor.Custom
  1286. p7.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1287. p7.CFrame = CFrame.new(60.4634781, 9.0812645, -12.5677195, -1.77349398e-006, 0.422776699, 0.906627119, 3.24991538e-006, -0.906274319, 0.42260164, 1.00030053, -3.39417238e-006, -5.74673834e-007)
  1288. p7.CanCollide = false
  1289. p7.Locked = true
  1290. p7.TopSurface = Enum.SurfaceType.Smooth
  1291. b7 = Instance.new("SpecialMesh", p7)
  1292. b7.MeshType = Enum.MeshType.Wedge
  1293. b7.Name = "Mesh"
  1294. b7.Scale = Vector3.new(0.200000003, 1, 1)
  1295. p8 = Instance.new("Part", m)
  1296. p8.BrickColor = BrickColor.new("Really black")
  1297. p8.Material = Enum.Material.Neon
  1298. p8.FormFactor = Enum.FormFactor.Custom
  1299. p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1300. p8.CFrame = CFrame.new(62.1344833, 9.89923668, -14.2683573, 1.0003655, -9.00030136e-006, -1.6914961e-006, -8.34465027e-007, 0.999961495, 3.15914986e-006, -2.15653972e-006, 3.05826416e-006, 1.00030792)
  1301. p8.CanCollide = false
  1302. p8.Locked = true
  1303. p8.BottomSurface = Enum.SurfaceType.Smooth
  1304. p8.TopSurface = Enum.SurfaceType.Smooth
  1305. b8 = Instance.new("SpecialMesh", p8)
  1306. b8.MeshType = Enum.MeshType.Sphere
  1307. b8.Name = "Mesh"
  1308. p9 = Instance.new("Part", m)
  1309. p9.BrickColor = BrickColor.new("Really black")
  1310. p9.Material = Enum.Material.Neon
  1311. p9.FormFactor = Enum.FormFactor.Custom
  1312. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1313. p9.CFrame = CFrame.new(62.1350441, 7.19933271, -14.2684784, 1.00037432, -9.11423649e-006, -1.78677055e-006, -8.82557742e-007, 0.999960482, 3.17407398e-006, -2.19382355e-006, 3.14769591e-006, 1.00031543)
  1314. p9.CanCollide = false
  1315. p9.Locked = true
  1316. p9.BottomSurface = Enum.SurfaceType.Smooth
  1317. p9.TopSurface = Enum.SurfaceType.Smooth
  1318. b9 = Instance.new("SpecialMesh", p9)
  1319. b9.MeshType = Enum.MeshType.Sphere
  1320. b9.Name = "Mesh"
  1321. p10 = Instance.new("Part", m)
  1322. p10.BrickColor = BrickColor.new("Royal purple")
  1323. p10.Material = Enum.Material.Neon
  1324. p10.FormFactor = Enum.FormFactor.Custom
  1325. p10.Size = Vector3.new(0.200000048, 1.79999983, 0.200000048)
  1326. p10.CFrame = CFrame.new(62.4732666, 7.92819929, -14.2685785, -0.906659067, -0.422771662, -1.80169195e-006, 0.422602057, -0.906270981, 3.2933026e-006, 3.38190716e-006, -1.99476835e-006, 1.00032294)
  1327. p10.CanCollide = false
  1328. p10.Locked = true
  1329. p10.BottomSurface = Enum.SurfaceType.Smooth
  1330. p10.TopSurface = Enum.SurfaceType.Smooth
  1331. p11 = Instance.new("Part", m)
  1332. p11.BrickColor = BrickColor.new("Royal purple")
  1333. p11.Material = Enum.Material.Neon
  1334. p11.FormFactor = Enum.FormFactor.Custom
  1335. p11.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  1336. p11.CFrame = CFrame.new(62.4794731, 9.45469475, -14.2686787, -0.819467902, 0.573809147, -1.81661335e-006, -0.573551893, -0.819118977, 3.41253167e-006, -9.27350783e-008, -4.03244348e-006, 1.00033033)
  1337. p11.CanCollide = false
  1338. p11.Locked = true
  1339. p11.BottomSurface = Enum.SurfaceType.Smooth
  1340. p11.TopSurface = Enum.SurfaceType.Smooth
  1341. p12 = Instance.new("Part", m)
  1342. p12.BrickColor = BrickColor.new("Really black")
  1343. p12.Material = Enum.Material.Neon
  1344. p12.FormFactor = Enum.FormFactor.Custom
  1345. p12.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1346. p12.CFrame = CFrame.new(62.7369499, 6.29933262, -14.2688055, 1.00040102, -9.53674316e-006, -1.84644205e-006, -1.25169754e-006, 0.999957919, 3.50196092e-006, -2.25187659e-006, 3.46763295e-006, 1.00033784)
  1347. p12.CanCollide = false
  1348. p12.Locked = true
  1349. p12.BottomSurface = Enum.SurfaceType.Smooth
  1350. p12.TopSurface = Enum.SurfaceType.Smooth
  1351. b10 = Instance.new("SpecialMesh", p12)
  1352. b10.MeshType = Enum.MeshType.Sphere
  1353. b10.Name = "Mesh"
  1354. p13 = Instance.new("Part", m)
  1355. p13.BrickColor = BrickColor.new("Royal purple")
  1356. p13.Material = Enum.Material.Neon
  1357. p13.FormFactor = Enum.FormFactor.Custom
  1358. p13.Size = Vector3.new(1.5, 1.5, 1.5)
  1359. p13.CFrame = CFrame.new(62.8003883, 10.1991549, -13.2136488, 1.00040984, -9.59636054e-006, -1.88372474e-006, -1.43051466e-006, 0.999956846, 3.58340549e-006, -2.3487878e-006, 3.4825357e-006, 1.00034535)
  1360. p13.CanCollide = false
  1361. p13.Locked = true
  1362. p13.BottomSurface = Enum.SurfaceType.Smooth
  1363. p13.TopSurface = Enum.SurfaceType.Smooth
  1364. b11 = Instance.new("SpecialMesh", p13)
  1365. b11.MeshType = Enum.MeshType.Sphere
  1366. b11.Name = "Mesh"
  1367. p14 = Instance.new("Part", m)
  1368. p14.BrickColor = BrickColor.new("Really black")
  1369. p14.Material = Enum.Material.Neon
  1370. p14.FormFactor = Enum.FormFactor.Custom
  1371. p14.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1372. p14.CFrame = CFrame.new(62.7374802, 9.79915905, -14.2689018, 1.00041437, -9.80505502e-006, -1.96572228e-006, -1.37091877e-006, 0.999956131, 3.62812011e-006, -2.37115751e-006, 3.4527211e-006, 1.00034904)
  1373. p14.CanCollide = false
  1374. p14.Locked = true
  1375. p14.BottomSurface = Enum.SurfaceType.Smooth
  1376. p14.TopSurface = Enum.SurfaceType.Smooth
  1377. b12 = Instance.new("SpecialMesh", p14)
  1378. b12.MeshType = Enum.MeshType.Sphere
  1379. b12.Name = "Mesh"
  1380. p15 = Instance.new("Part", m)
  1381. p15.BrickColor = BrickColor.new("Really black")
  1382. p15.Material = Enum.Material.Metal
  1383. p15.Name = "Main"
  1384. p15.FormFactor = Enum.FormFactor.Custom
  1385. p15.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  1386. p15.CFrame = CFrame.new(62.838131, 8.1992178, -13.1686192, 1.00041902, -9.80505047e-006, -1.96572933e-006, -1.54973122e-006, 0.999955654, 3.62813353e-006, -2.38607572e-006, 3.57197018e-006, 1.00035274)
  1387. p15.CanCollide = false
  1388. p15.Locked = true
  1389. p15.BottomSurface = Enum.SurfaceType.Smooth
  1390. p15.TopSurface = Enum.SurfaceType.Smooth
  1391. p16 = Instance.new("Part", m)
  1392. p16.BrickColor = BrickColor.new("Really black")
  1393. p16.Material = Enum.Material.Neon
  1394. p16.FormFactor = Enum.FormFactor.Custom
  1395. p16.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1396. p16.CFrame = CFrame.new(62.9387741, 8.79918098, -14.2691231, 1.0004282, -9.95411301e-006, -2.00301338e-006, -1.66894927e-006, 0.999954581, 3.71756369e-006, -2.46808372e-006, 3.61668594e-006, 1.00036013)
  1397. p16.CanCollide = false
  1398. p16.Locked = true
  1399. p16.BottomSurface = Enum.SurfaceType.Smooth
  1400. p16.TopSurface = Enum.SurfaceType.Smooth
  1401. b13 = Instance.new("SpecialMesh", p16)
  1402. b13.MeshType = Enum.MeshType.Sphere
  1403. b13.Name = "Mesh"
  1404. p17 = Instance.new("Part", m)
  1405. p17.BrickColor = BrickColor.new("Royal purple")
  1406. p17.Material = Enum.Material.Neon
  1407. p17.FormFactor = Enum.FormFactor.Custom
  1408. p17.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  1409. p17.CFrame = CFrame.new(63.0825539, 6.854743, -14.2692442, -0.866409063, -0.50020963, -2.099928e-006, 0.499978155, -0.86598444, 3.73249213e-006, 4.01878242e-006, -1.94999211e-006, 1.00036764)
  1410. p17.CanCollide = false
  1411. p17.Locked = true
  1412. p17.BottomSurface = Enum.SurfaceType.Smooth
  1413. p17.TopSurface = Enum.SurfaceType.Smooth
  1414. p18 = Instance.new("Part", m)
  1415. p18.BrickColor = BrickColor.new("Royal purple")
  1416. p18.Material = Enum.Material.Neon
  1417. p18.FormFactor = Enum.FormFactor.Custom
  1418. p18.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  1419. p18.CFrame = CFrame.new(63.1831665, 8.15466595, -14.2693415, -0.906707585, 0.422816038, -2.11485258e-006, -0.422596663, -0.906265914, 3.8437388e-006, 6.9698217e-007, -4.50413063e-006, 1.00037515)
  1420. p18.CanCollide = false
  1421. p18.Locked = true
  1422. p18.BottomSurface = Enum.SurfaceType.Smooth
  1423. p18.TopSurface = Enum.SurfaceType.Smooth
  1424. p19 = Instance.new("Part", m)
  1425. p19.BrickColor = BrickColor.new("Royal purple")
  1426. p19.Material = Enum.Material.Neon
  1427. p19.FormFactor = Enum.FormFactor.Custom
  1428. p19.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
  1429. p19.CFrame = CFrame.new(63.2069473, 8.53140068, -14.2694473, -0.707418501, 0.707425714, -2.09994369e-006, -0.707068563, -0.707078457, 3.72453474e-006, -9.59315798e-007, -4.56575162e-006, 1.00037515)
  1430. p19.CanCollide = false
  1431. p19.Locked = true
  1432. p19.BottomSurface = Enum.SurfaceType.Smooth
  1433. p19.TopSurface = Enum.SurfaceType.Smooth
  1434. p20 = Instance.new("Part", m)
  1435. p20.BrickColor = BrickColor.new("Royal purple")
  1436. p20.Material = Enum.Material.Neon
  1437. p20.FormFactor = Enum.FormFactor.Custom
  1438. p20.Size = Vector3.new(0.200000048, 0.899999917, 0.200000048)
  1439. p20.CFrame = CFrame.new(63.2280884, 9.68191624, -14.2694416, -0.342169315, 0.940117717, -2.11486008e-006, -0.93964541, -0.342010528, 3.84375198e-006, -2.7989995e-006, -3.73256239e-006, 1.00037885)
  1440. p20.CanCollide = false
  1441. p20.Locked = true
  1442. p20.BottomSurface = Enum.SurfaceType.Smooth
  1443. p20.TopSurface = Enum.SurfaceType.Smooth
  1444. p21 = Instance.new("Part", m)
  1445. p21.BrickColor = BrickColor.new("Royal purple")
  1446. p21.Material = Enum.Material.Neon
  1447. p21.FormFactor = Enum.FormFactor.Custom
  1448. p21.Size = Vector3.new(0.200000048, 0.999999821, 0.200000048)
  1449. p21.CFrame = CFrame.new(63.3539009, 9.07959557, -14.2694454, 0.707428038, 0.707422554, -2.12876989e-006, -0.707079053, 0.707067132, 3.83015185e-006, -4.56554562e-006, 9.7875602e-007, 1.00037885)
  1450. p21.CanCollide = false
  1451. p21.Locked = true
  1452. p21.BottomSurface = Enum.SurfaceType.Smooth
  1453. p21.TopSurface = Enum.SurfaceType.Smooth
  1454. p22 = Instance.new("Part", m)
  1455. p22.BrickColor = BrickColor.new("Really black")
  1456. p22.Material = Enum.Material.Neon
  1457. p22.FormFactor = Enum.FormFactor.Custom
  1458. p22.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1459. p22.CFrame = CFrame.new(63.4412346, 7.49916172, -14.269558, 1.0004549, -5.30481339e-006, -2.11486781e-006, -7.24196434e-006, 0.999951959, 3.84376608e-006, -2.5650661e-006, 4.02606338e-006, 1.00038254)
  1460. p22.CanCollide = false
  1461. p22.Locked = true
  1462. p22.BottomSurface = Enum.SurfaceType.Smooth
  1463. p22.TopSurface = Enum.SurfaceType.Smooth
  1464. b14 = Instance.new("SpecialMesh", p22)
  1465. b14.MeshType = Enum.MeshType.Sphere
  1466. b14.Name = "Mesh"
  1467. p23 = Instance.new("Part", m)
  1468. p23.BrickColor = BrickColor.new("Really black")
  1469. p23.Material = Enum.Material.Neon
  1470. p23.FormFactor = Enum.FormFactor.Custom
  1471. p23.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1472. p23.CFrame = CFrame.new(63.5412827, 8.29912186, -14.2695541, 1.00045943, -5.54520193e-006, -2.12978443e-006, -7.22709638e-006, 0.999951601, 3.96298356e-006, -2.56507747e-006, 4.02606247e-006, 1.00038624)
  1473. p23.CanCollide = false
  1474. p23.Locked = true
  1475. p23.BottomSurface = Enum.SurfaceType.Smooth
  1476. p23.TopSurface = Enum.SurfaceType.Smooth
  1477. b15 = Instance.new("SpecialMesh", p23)
  1478. b15.MeshType = Enum.MeshType.Sphere
  1479. b15.Name = "Mesh"
  1480. p24 = Instance.new("Part", m)
  1481. p24.BrickColor = BrickColor.new("Really black")
  1482. p24.Material = Enum.Material.Neon
  1483. p24.FormFactor = Enum.FormFactor.Custom
  1484. p24.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1485. p24.CFrame = CFrame.new(63.7413521, 9.49905682, -14.2695513, 1.00045943, -5.51538596e-006, -2.12978443e-006, -7.25689733e-006, 0.999951601, 3.96298356e-006, -2.56507769e-006, 4.02606247e-006, 1.00038624)
  1486. p24.CanCollide = false
  1487. p24.Locked = true
  1488. p24.BottomSurface = Enum.SurfaceType.Smooth
  1489. p24.TopSurface = Enum.SurfaceType.Smooth
  1490. b16 = Instance.new("SpecialMesh", p24)
  1491. b16.MeshType = Enum.MeshType.Sphere
  1492. b16.Name = "Mesh"
  1493. w1 = Instance.new("Weld", p1)
  1494. w1.Name = "Wedge_Weld"
  1495. w1.Part0 = p1
  1496. w1.C0 = CFrame.new(-13.7623367, 38.4686089, -47.5196228, 1.82382877e-007, -1.21785519e-007, -1.0000037, -0.707109988, 0.707106709, -1.20249211e-007, 0.707110047, 0.707106352, 1.16605563e-007)
  1497. w1.Part1 = p2
  1498. w1.C1 = CFrame.new(-12.5623302, 38.4686165, -47.5196419, 2.04734633e-007, -9.19831891e-008, -1.0000037, -0.707109928, 0.707106471, -1.25517531e-007, 0.707110047, 0.707106233, 1.65067799e-008)
  1499. w2 = Instance.new("Weld", p2)
  1500. w2.Name = "Wedge_Weld"
  1501. w2.Part0 = p2
  1502. w2.C0 = CFrame.new(-12.5623302, 38.4686165, -47.5196419, 2.04734633e-007, -9.19831891e-008, -1.0000037, -0.707109928, 0.707106471, -1.25517531e-007, 0.707110047, 0.707106233, 1.65067799e-008)
  1503. w2.Part1 = p3
  1504. w2.C1 = CFrame.new(-13.1623344, 38.4686127, -47.5196381, 2.04734619e-007, -9.1983182e-008, -1.0000037, -0.707109928, 0.707106471, -1.25517545e-007, 0.707110047, 0.707106233, 1.65067799e-008)
  1505. w3 = Instance.new("Weld", p3)
  1506. w3.Name = "Wedge_Weld"
  1507. w3.Part0 = p3
  1508. w3.C0 = CFrame.new(-13.1623344, 38.4686127, -47.5196381, 2.04734619e-007, -9.1983182e-008, -1.0000037, -0.707109928, 0.707106471, -1.25517545e-007, 0.707110047, 0.707106233, 1.65067799e-008)
  1509. w3.Part1 = p4
  1510. w3.C1 = CFrame.new(-13.1623335, 38.4686165, -47.5196266, 1.82382891e-007, -1.21785519e-007, -1.0000037, -0.707110047, 0.70710659, -1.20249197e-007, 0.707110107, 0.707106352, 1.16605577e-007)
  1511. w4 = Instance.new("Weld", p4)
  1512. w4.Name = "Wedge_Weld"
  1513. w4.Part0 = p4
  1514. w4.C0 = CFrame.new(-13.1623335, 38.4686165, -47.5196266, 1.82382891e-007, -1.21785519e-007, -1.0000037, -0.707110047, 0.70710659, -1.20249197e-007, 0.707110107, 0.707106352, 1.16605577e-007)
  1515. w4.Part1 = p5
  1516. w4.C1 = CFrame.new(13.1623335, -19.1215992, -57.7639008, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069863e-008)
  1517. w5 = Instance.new("Weld", p5)
  1518. w5.Name = "Wedge_Weld"
  1519. w5.Part0 = p5
  1520. w5.C0 = CFrame.new(13.1623335, -19.1215992, -57.7639008, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069863e-008)
  1521. w5.Part1 = p6
  1522. w5.C1 = CFrame.new(13.7623377, -19.1215973, -57.7639008, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069792e-008)
  1523. w6 = Instance.new("Weld", p6)
  1524. w6.Name = "Wedge_Weld"
  1525. w6.Part0 = p6
  1526. w6.C0 = CFrame.new(13.7623377, -19.1215973, -57.7639008, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069792e-008)
  1527. w6.Part1 = p7
  1528. w6.C1 = CFrame.new(12.5623283, -19.121603, -57.7638969, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069721e-008)
  1529. w7 = Instance.new("Weld", p7)
  1530. w7.Name = "Part_Weld"
  1531. w7.Part0 = p7
  1532. w7.C0 = CFrame.new(12.5623283, -19.121603, -57.7638969, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069721e-008)
  1533. w7.Part1 = p8
  1534. w7.C1 = CFrame.new(-62.1028557, -7.90003395, 14.2623377, 1.00000453, -2.44006515e-007, -3.7252903e-008, 1.71363354e-007, 0.999999285, -1.49011612e-008, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  1535. w8 = Instance.new("Weld", p8)
  1536. w8.Name = "Part_Weld"
  1537. w8.Part0 = p8
  1538. w8.C0 = CFrame.new(-62.1028557, -7.90003395, 14.2623377, 1.00000453, -2.44006515e-007, -3.7252903e-008, 1.71363354e-007, 0.999999285, -1.49011612e-008, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  1539. w8.Part1 = p9
  1540. w8.C1 = CFrame.new(-62.1028442, -5.2000351, 14.2623415, 1.00000429, -2.19451294e-007, 2.98023153e-008, 1.30103487e-007, 0.999999702, 5.96046448e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  1541. w9 = Instance.new("Weld", p9)
  1542. w9.Name = "Part_Weld"
  1543. w9.Part0 = p9
  1544. w9.C0 = CFrame.new(-62.1028442, -5.2000351, 14.2623415, 1.00000429, -2.19451294e-007, 2.98023153e-008, 1.30103487e-007, 0.999999702, 5.96046448e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  1545. w9.Part1 = p10
  1546. w9.C1 = CFrame.new(54.0845451, 31.7618942, 14.2623348, -0.906311929, 0.422618181, -1.82007653e-009, -0.422620118, -0.906307399, -6.66151578e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  1547. w10 = Instance.new("Weld", p10)
  1548. w10.Name = "Part_Weld"
  1549. w10.Part0 = p10
  1550. w10.C0 = CFrame.new(54.0845451, 31.7618942, 14.2623348, -0.906311929, 0.422618181, -1.82007653e-009, -0.422620118, -0.906307399, -6.66151578e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  1551. w10.Part1 = p11
  1552. w10.C1 = CFrame.new(55.4291229, -29.7103825, 14.2623348, -0.819155812, -0.573575914, -5.86004596e-008, 0.573578954, -0.8191517, -3.17313607e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  1553. w11 = Instance.new("Weld", p11)
  1554. w11.Name = "Part_Weld"
  1555. w11.Part0 = p11
  1556. w11.C0 = CFrame.new(55.4291229, -29.7103825, 14.2623348, -0.819155812, -0.573575914, -5.86004596e-008, 0.573578954, -0.8191517, -3.17313607e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  1557. w11.Part1 = p12
  1558. w11.C1 = CFrame.new(-62.7028465, -4.30003357, 14.2623425, 1.00000429, -2.08616257e-007, 2.980231e-008, 1.1920929e-007, 0.999999642, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  1559. w12 = Instance.new("Weld", p12)
  1560. w12.Name = "Part_Weld"
  1561. w12.Part0 = p12
  1562. w12.C0 = CFrame.new(-62.7028465, -4.30003357, 14.2623425, 1.00000429, -2.08616257e-007, 2.980231e-008, 1.1920929e-007, 0.999999642, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  1563. w12.Part1 = p13
  1564. w12.C1 = CFrame.new(-62.7657433, -8.200037, 13.2074499, 1.00000453, -2.98023224e-007, -3.72529421e-008, 1.49011612e-007, 0.999999285, -1.49011443e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  1565. w13 = Instance.new("Weld", p13)
  1566. w13.Name = "Part_Weld"
  1567. w13.Part0 = p13
  1568. w13.C0 = CFrame.new(-62.7657433, -8.200037, 13.2074499, 1.00000453, -2.98023224e-007, -3.72529421e-008, 1.49011612e-007, 0.999999285, -1.49011443e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  1569. w13.Part1 = p14
  1570. w13.C1 = CFrame.new(-62.7025757, -7.80003023, 14.2622833, 1, -8.94065622e-008, 4.47034871e-008, 8.94065622e-008, 1, -5.96044352e-008, -4.47034836e-008, 5.96044387e-008, 1)
  1571. w14 = Instance.new("Weld", p14)
  1572. w14.Name = "Part_Weld"
  1573. w14.Part0 = p14
  1574. w14.C0 = CFrame.new(-62.7025757, -7.80003023, 14.2622833, 1, -8.94065622e-008, 4.47034871e-008, 8.94065622e-008, 1, -5.96044352e-008, -4.47034836e-008, 5.96044387e-008, 1)
  1575. w14.Part1 = p15
  1576. w14.C1 = CFrame.new(-62.8028793, -6.2000289, 13.1623297, 1.00000465, -2.68220901e-007, 2.98023295e-008, 8.94069672e-008, 0.999999523, 5.9604659e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  1577. w15 = Instance.new("Weld", p15)
  1578. w15.Name = "Part_Weld"
  1579. w15.Part0 = p15
  1580. w15.C0 = CFrame.new(-62.8028793, -6.2000289, 13.1623297, 1.00000465, -2.68220901e-007, 2.98023295e-008, 8.94069672e-008, 0.999999523, 5.9604659e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  1581. w15.Part1 = p16
  1582. w15.C1 = CFrame.new(-62.9029045, -6.80003929, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  1583. w16 = Instance.new("Weld", p16)
  1584. w16.Name = "Part_Weld"
  1585. w16.Part0 = p16
  1586. w16.C0 = CFrame.new(-62.9029045, -6.80003929, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  1587. w16.Part1 = p17
  1588. w16.C1 = CFrame.new(52.1717262, 35.7280197, 14.2623415, -0.866029143, 0.499999821, 3.55271368e-015, -0.500002086, -0.86602509, -5.96046448e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  1589. w17 = Instance.new("Weld", p17)
  1590. w17.Name = "Part_Weld"
  1591. w17.Part0 = p17
  1592. w17.C0 = CFrame.new(52.1717262, 35.7280197, 14.2623415, -0.866029143, 0.499999821, 3.55271368e-015, -0.500002086, -0.86602509, -5.96046448e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  1593. w17.Part1 = p18
  1594. w17.C1 = CFrame.new(59.8312111, -21.1078911, 14.2623348, -0.906311929, -0.422617912, -5.22000931e-008, 0.422620177, -0.906307578, -4.1425146e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  1595. w18 = Instance.new("Weld", p18)
  1596. w18.Name = "Part_Weld"
  1597. w18.Part0 = p18
  1598. w18.C0 = CFrame.new(59.8312111, -21.1078911, 14.2623348, -0.906311929, -0.422617912, -5.22000931e-008, 0.422620177, -0.906307578, -4.1425146e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  1599. w18.Part1 = p19
  1600. w18.C1 = CFrame.new(49.2864532, -40.0483932, 14.2623358, -0.707110107, -0.707106173, -6.32202841e-008, 0.707109928, -0.70710659, -2.1073431e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  1601. w19 = Instance.new("Weld", p19)
  1602. w19.Name = "Part_Weld"
  1603. w19.Part0 = p19
  1604. w19.C0 = CFrame.new(49.2864532, -40.0483932, 14.2623358, -0.707110107, -0.707106173, -6.32202841e-008, 0.707109928, -0.70710659, -2.1073431e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  1605. w19.Part1 = p20
  1606. w19.C1 = CFrame.new(28.8318367, -56.7515907, 14.2622824, -0.342020333, -0.939692557, 4.07203444e-008, 0.939692557, -0.342020333, 6.23934611e-008, -4.47034836e-008, 5.96044387e-008, 1)
  1607. w20 = Instance.new("Weld", p20)
  1608. w20.Name = "Part_Weld"
  1609. w20.Part0 = p20
  1610. w20.C0 = CFrame.new(28.8318367, -56.7515907, 14.2622824, -0.342020333, -0.939692557, 4.07203444e-008, 0.939692557, -0.342020333, 6.23934611e-008, -4.47034836e-008, 5.96044387e-008, 1)
  1611. w20.Part1 = p21
  1612. w20.C1 = CFrame.new(-39.764328, -49.7778244, 14.2622843, 0.707105696, -0.707107842, 7.39707531e-008, 0.707107842, 0.707105696, 8.91225582e-009, -5.86070712e-008, 4.60033966e-008, 1)
  1613. w21 = Instance.new("Weld", p21)
  1614. w21.Name = "Part_Weld"
  1615. w21.Part0 = p21
  1616. w21.C0 = CFrame.new(-39.764328, -49.7778244, 14.2622843, 0.707105696, -0.707107842, 7.39707531e-008, 0.707107842, 0.707105696, 8.91225582e-009, -5.86070712e-008, 4.60033966e-008, 1)
  1617. w21.Part1 = p22
  1618. w21.C1 = CFrame.new(-63.402874, -5.50003099, 14.2623358, 1.00000453, -2.99885869e-007, 2.98023224e-008, 7.4505806e-008, 0.999999642, 5.96046448e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  1619. w22 = Instance.new("Weld", p22)
  1620. w22.Name = "Part_Weld"
  1621. w22.Part0 = p22
  1622. w22.C0 = CFrame.new(-63.402874, -5.50003099, 14.2623358, 1.00000453, -2.99885869e-007, 2.98023224e-008, 7.4505806e-008, 0.999999642, 5.96046448e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  1623. w22.Part1 = p23
  1624. w22.C1 = CFrame.new(-63.502594, -6.30003357, 14.2622824, 1, -5.96043641e-008, 4.47034836e-008, 5.96043677e-008, 1, -5.9604421e-008, -4.470348e-008, 5.96044245e-008, 1)
  1625. w23 = Instance.new("Weld", p23)
  1626. w23.Name = "Part_Weld"
  1627. w23.Part0 = p23
  1628. w23.C0 = CFrame.new(-63.502594, -6.30003357, 14.2622824, 1, -5.96043641e-008, 4.47034836e-008, 5.96043677e-008, 1, -5.9604421e-008, -4.470348e-008, 5.96044245e-008, 1)
  1629. w23.Part1 = p24
  1630. w23.C1 = CFrame.new(-63.7025795, -7.50003004, 14.2622843, 1, -8.94065622e-008, 4.47034871e-008, 8.94065622e-008, 1, -5.96044352e-008, -4.47034836e-008, 5.96044387e-008, 1)
  1631. w24 = Instance.new("Weld", p24)
  1632. w24.Name = "Part_Weld"
  1633. w24.Part0 = p24
  1634. w24.C0 = CFrame.new(-63.7025795, -7.50003004, 14.2622843, 1, -8.94065622e-008, 4.47034871e-008, 8.94065622e-008, 1, -5.96044352e-008, -4.47034836e-008, 5.96044387e-008, 1)
  1635. m.Parent = larm
  1636. m:MakeJoints()
  1637. ----------------------------------------------------
  1638. local cor3 = Instance.new("Part", larm.LeftArm)
  1639. cor3.Name = "Thingy"
  1640. cor3.Locked = true
  1641. cor3.BottomSurface = 0
  1642. cor3.CanCollide = false
  1643. cor3.Size = Vector3.new(2, 1, 1)
  1644. cor3.Transparency = 1
  1645. cor3.TopSurface = 0
  1646. corw2 = Instance.new("Weld", cor3)
  1647. corw2.Part0 = larm
  1648. corw2.Part1 = cor3
  1649. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1650. corw2.C1 = CFrame.new(0, 0, 0)
  1651. weld2 = Instance.new("Weld", larm.LeftArm)
  1652. weld2.Part0 = cor3
  1653. weld2.Part1 = p15
  1654. weld2.C0 = CFrame.new(0, 0, 0)
  1655. ----------------------------------------------------
  1656. local m = Instance.new("Model")
  1657. m.Name = "RightArm"
  1658. p1 = Instance.new("WedgePart", m)
  1659. p1.BrickColor = BrickColor.new("Royal purple")
  1660. p1.Material = Enum.Material.Neon
  1661. p1.Name = "Wedge"
  1662. p1.FormFactor = Enum.FormFactor.Custom
  1663. p1.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1664. p1.CFrame = CFrame.new(71.7528229, 9.08148766, -13.7657108, 2.20961255e-007, -0.422704399, -0.906498253, -1.70178805e-006, -0.906287491, 0.422612786, -1.00018191, -1.16194826e-006, 2.39246219e-006)
  1665. p1.CanCollide = false
  1666. p1.Locked = true
  1667. p1.TopSurface = Enum.SurfaceType.Smooth
  1668. b1 = Instance.new("SpecialMesh", p1)
  1669. b1.MeshType = Enum.MeshType.Wedge
  1670. b1.Name = "Mesh"
  1671. b1.Scale = Vector3.new(0.200000003, 1, 1)
  1672. p2 = Instance.new("WedgePart", m)
  1673. p2.BrickColor = BrickColor.new("Royal purple")
  1674. p2.Material = Enum.Material.Neon
  1675. p2.Name = "Wedge"
  1676. p2.FormFactor = Enum.FormFactor.Custom
  1677. p2.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1678. p2.CFrame = CFrame.new(71.7534714, 9.08147335, -12.5655851, 3.25293399e-007, -0.422708124, -0.906506479, -1.7167032e-006, -0.906286299, 0.422612339, -1.0001893, -1.13135729e-006, 2.49332743e-006)
  1679. p2.CanCollide = false
  1680. p2.Locked = true
  1681. p2.TopSurface = Enum.SurfaceType.Smooth
  1682. b2 = Instance.new("SpecialMesh", p2)
  1683. b2.MeshType = Enum.MeshType.Wedge
  1684. b2.Name = "Mesh"
  1685. b2.Scale = Vector3.new(0.200000003, 1, 1)
  1686. p3 = Instance.new("WedgePart", m)
  1687. p3.BrickColor = BrickColor.new("Royal purple")
  1688. p3.Material = Enum.Material.Neon
  1689. p3.Name = "Wedge"
  1690. p3.FormFactor = Enum.FormFactor.Custom
  1691. p3.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1692. p3.CFrame = CFrame.new(71.7541199, 9.08145237, -13.1658068, 4.29627249e-007, -0.422711849, -0.906514704, -1.73161834e-006, -0.906285107, 0.422611892, -1.0001967, -1.10076587e-006, 2.59419403e-006)
  1693. p3.CanCollide = false
  1694. p3.Locked = true
  1695. p3.TopSurface = Enum.SurfaceType.Smooth
  1696. b3 = Instance.new("SpecialMesh", p3)
  1697. b3.MeshType = Enum.MeshType.Wedge
  1698. b3.Name = "Mesh"
  1699. b3.Scale = Vector3.new(0.200000003, 1, 1)
  1700. p4 = Instance.new("WedgePart", m)
  1701. p4.BrickColor = BrickColor.new("Royal purple")
  1702. p4.Material = Enum.Material.Neon
  1703. p4.Name = "Wedge"
  1704. p4.FormFactor = Enum.FormFactor.Custom
  1705. p4.Size = Vector3.new(1, 1.19999981, 4)
  1706. p4.CFrame = CFrame.new(71.4245453, 8.39948177, -13.7660398, -5.32960883e-007, 0.70726943, -0.707265258, 1.90324067e-006, 0.707083881, 0.707096815, 1.0001967, 9.87842554e-008, 2.61978244e-006)
  1707. p4.CanCollide = false
  1708. p4.Locked = true
  1709. p4.TopSurface = Enum.SurfaceType.Smooth
  1710. b4 = Instance.new("SpecialMesh", p4)
  1711. b4.MeshType = Enum.MeshType.Wedge
  1712. b4.Name = "Mesh"
  1713. b4.Scale = Vector3.new(0.200000003, 1, 1)
  1714. p5 = Instance.new("WedgePart", m)
  1715. p5.BrickColor = BrickColor.new("Royal purple")
  1716. p5.Material = Enum.Material.Neon
  1717. p5.Name = "Wedge"
  1718. p5.FormFactor = Enum.FormFactor.Custom
  1719. p5.Size = Vector3.new(1, 1.19999981, 4)
  1720. p5.CFrame = CFrame.new(71.4251862, 8.39946651, -13.1660223, -6.3729243e-007, 0.707273066, -0.707261622, 1.91814229e-006, 0.707080245, 0.707100451, 1.0001967, 1.62003985e-007, 2.53547341e-006)
  1721. p5.CanCollide = false
  1722. p5.Locked = true
  1723. p5.TopSurface = Enum.SurfaceType.Smooth
  1724. b5 = Instance.new("SpecialMesh", p5)
  1725. b5.MeshType = Enum.MeshType.Wedge
  1726. b5.Name = "Mesh"
  1727. b5.Scale = Vector3.new(0.200000003, 1, 1)
  1728. p6 = Instance.new("WedgePart", m)
  1729. p6.BrickColor = BrickColor.new("Royal purple")
  1730. p6.Material = Enum.Material.Neon
  1731. p6.Name = "Wedge"
  1732. p6.FormFactor = Enum.FormFactor.Custom
  1733. p6.Size = Vector3.new(1, 1.19999981, 4)
  1734. p6.CFrame = CFrame.new(71.4258194, 8.39945126, -12.5660009, -7.41623865e-007, 0.707276702, -0.707257986, 1.93304436e-006, 0.707076609, 0.707104087, 1.0001967, 2.25224142e-007, 2.45116462e-006)
  1735. p6.CanCollide = false
  1736. p6.Locked = true
  1737. p6.TopSurface = Enum.SurfaceType.Smooth
  1738. b6 = Instance.new("SpecialMesh", p6)
  1739. b6.MeshType = Enum.MeshType.Wedge
  1740. b6.Name = "Mesh"
  1741. b6.Scale = Vector3.new(0.200000003, 1, 1)
  1742. p7 = Instance.new("Part", m)
  1743. p7.BrickColor = BrickColor.new("Really black")
  1744. p7.Material = Enum.Material.Neon
  1745. p7.FormFactor = Enum.FormFactor.Custom
  1746. p7.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1747. p7.CFrame = CFrame.new(70.3255081, 6.6994977, -14.2663507, 1.00023162, 1.31726265e-005, -7.92685455e-007, -1.94311142e-005, 0.999976158, 1.97985287e-006, -1.62725564e-006, 1.86058458e-006, 1.00020039)
  1748. p7.CanCollide = false
  1749. p7.Locked = true
  1750. p7.BottomSurface = Enum.SurfaceType.Smooth
  1751. p7.TopSurface = Enum.SurfaceType.Smooth
  1752. b7 = Instance.new("SpecialMesh", p7)
  1753. b7.MeshType = Enum.MeshType.Sphere
  1754. b7.Name = "Mesh"
  1755. p8 = Instance.new("Part", m)
  1756. p8.BrickColor = BrickColor.new("Royal purple")
  1757. p8.Material = Enum.Material.Neon
  1758. p8.FormFactor = Enum.FormFactor.Custom
  1759. p8.Size = Vector3.new(0.200000048, 0.999999881, 0.200000048)
  1760. p8.CFrame = CFrame.new(70.0060196, 9.16293144, -14.2664633, 0.881308079, -0.429463804, -0.198316693, 0.401435703, 0.900625467, -0.166355878, 0.250050306, 0.0670034215, 0.966122985)
  1761. p8.CanCollide = false
  1762. p8.Locked = true
  1763. p8.BottomSurface = Enum.SurfaceType.Smooth
  1764. p8.TopSurface = Enum.SurfaceType.Smooth
  1765. p9 = Instance.new("Part", m)
  1766. p9.BrickColor = BrickColor.new("Really black")
  1767. p9.Material = Enum.Material.Neon
  1768. p9.FormFactor = Enum.FormFactor.Custom
  1769. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1770. p9.CFrame = CFrame.new(70.2268219, 8.59942532, -14.2665701, 1.00024557, 1.30422413e-005, -8.7916851e-007, -1.95577741e-005, 0.999974489, 1.9967556e-006, -1.75833702e-006, 2.01165676e-006, 1.00021148)
  1771. p9.CanCollide = false
  1772. p9.Locked = true
  1773. p9.BottomSurface = Enum.SurfaceType.Smooth
  1774. p9.TopSurface = Enum.SurfaceType.Smooth
  1775. b8 = Instance.new("SpecialMesh", p9)
  1776. b8.MeshType = Enum.MeshType.Sphere
  1777. b8.Name = "Mesh"
  1778. p10 = Instance.new("Part", m)
  1779. p10.BrickColor = BrickColor.new("Really black")
  1780. p10.Material = Enum.Material.Neon
  1781. p10.FormFactor = Enum.FormFactor.Custom
  1782. p10.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1783. p10.CFrame = CFrame.new(69.8274002, 9.5993948, -14.266675, 1.00025487, 1.30049675e-005, -9.23888138e-007, -1.9595207e-005, 0.999973536, 2.11597762e-006, -1.80306665e-006, 2.13088947e-006, 1.00021887)
  1784. p10.CanCollide = false
  1785. p10.Locked = true
  1786. p10.BottomSurface = Enum.SurfaceType.Smooth
  1787. p10.TopSurface = Enum.SurfaceType.Smooth
  1788. b9 = Instance.new("SpecialMesh", p10)
  1789. b9.MeshType = Enum.MeshType.Sphere
  1790. b9.Name = "Mesh"
  1791. p11 = Instance.new("Part", m)
  1792. p11.BrickColor = BrickColor.new("Royal purple")
  1793. p11.Material = Enum.Material.Neon
  1794. p11.FormFactor = Enum.FormFactor.Custom
  1795. p11.Size = Vector3.new(0.200000048, 1.79999983, 0.200000048)
  1796. p11.CFrame = CFrame.new(69.693718, 7.37976837, -14.2265854, 0.690841019, -0.711695194, -0.129447505, 0.678571701, 0.699464202, -0.224133074, 0.250056893, 0.0670053288, 0.966144204)
  1797. p11.CanCollide = false
  1798. p11.Locked = true
  1799. p11.BottomSurface = Enum.SurfaceType.Smooth
  1800. p11.TopSurface = Enum.SurfaceType.Smooth
  1801. p12 = Instance.new("Part", m)
  1802. p12.BrickColor = BrickColor.new("Royal purple")
  1803. p12.Material = Enum.Material.Neon
  1804. p12.FormFactor = Enum.FormFactor.Custom
  1805. p12.Size = Vector3.new(0.200000048, 1.5999999, 0.200000048)
  1806. p12.CFrame = CFrame.new(69.47966, 8.73308277, -14.2467909, 0.176576898, -0.984305978, 0.022559464, 0.951990068, 0.164877579, -0.257825077, 0.25006038, 0.0670051575, 0.966151059)
  1807. p12.CanCollide = false
  1808. p12.Locked = true
  1809. p12.BottomSurface = Enum.SurfaceType.Smooth
  1810. p12.TopSurface = Enum.SurfaceType.Smooth
  1811. p13 = Instance.new("Part", m)
  1812. p13.BrickColor = BrickColor.new("Royal purple")
  1813. p13.Material = Enum.Material.Neon
  1814. p13.FormFactor = Enum.FormFactor.Custom
  1815. p13.Size = Vector3.new(1.5, 1.5, 1.5)
  1816. p13.CFrame = CFrame.new(69.3920746, 10.1993351, -13.2118578, 1.00028241, 1.27716921e-005, -1.06170774e-006, -1.99186616e-005, 0.999970496, 2.39908695e-006, -1.93528831e-006, 2.38418579e-006, 1.00024128)
  1817. p13.CanCollide = false
  1818. p13.Locked = true
  1819. p13.BottomSurface = Enum.SurfaceType.Smooth
  1820. p13.TopSurface = Enum.SurfaceType.Smooth
  1821. b10 = Instance.new("SpecialMesh", p13)
  1822. b10.MeshType = Enum.MeshType.Sphere
  1823. b10.Name = "Mesh"
  1824. p14 = Instance.new("Part", m)
  1825. p14.BrickColor = BrickColor.new("Really black")
  1826. p14.Material = Enum.Material.Metal
  1827. p14.Name = "Main"
  1828. p14.FormFactor = Enum.FormFactor.Custom
  1829. p14.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  1830. p14.CFrame = CFrame.new(69.4298401, 8.19937706, -13.1668339, 1.00029147, 1.25630004e-005, -1.16605349e-006, -2.0008245e-005, 0.999969125, 2.41400744e-006, -2.03963987e-006, 2.39908786e-006, 1.00024867)
  1831. p14.CanCollide = false
  1832. p14.Locked = true
  1833. p14.BottomSurface = Enum.SurfaceType.Smooth
  1834. p14.TopSurface = Enum.SurfaceType.Smooth
  1835. p15 = Instance.new("Part", m)
  1836. p15.BrickColor = BrickColor.new("Really black")
  1837. p15.Material = Enum.Material.Neon
  1838. p15.FormFactor = Enum.FormFactor.Custom
  1839. p15.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1840. p15.CFrame = CFrame.new(69.1303406, 7.89936399, -14.2672224, 1.00030053, 1.24437429e-005, -1.24804228e-006, -2.02170359e-005, 0.999968052, 2.45872889e-006, -2.07692119e-006, 2.48851507e-006, 1.00025606)
  1841. p15.CanCollide = false
  1842. p15.Locked = true
  1843. p15.BottomSurface = Enum.SurfaceType.Smooth
  1844. p15.TopSurface = Enum.SurfaceType.Smooth
  1845. b11 = Instance.new("SpecialMesh", p15)
  1846. b11.MeshType = Enum.MeshType.Sphere
  1847. b11.Name = "Mesh"
  1848. p16 = Instance.new("Part", m)
  1849. p16.BrickColor = BrickColor.new("Royal purple")
  1850. p16.Material = Enum.Material.Neon
  1851. p16.FormFactor = Enum.FormFactor.Custom
  1852. p16.Size = Vector3.new(0.200000048, 0.899999857, 0.200000048)
  1853. p16.CFrame = CFrame.new(68.9101486, 8.4345789, -14.2572756, 0.881372392, -0.429496199, -0.198331535, 0.401431859, 0.900618315, -0.166353673, 0.250065029, 0.0670081601, 0.966180325)
  1854. p16.CanCollide = false
  1855. p16.Locked = true
  1856. p16.BottomSurface = Enum.SurfaceType.Smooth
  1857. p16.TopSurface = Enum.SurfaceType.Smooth
  1858. p17 = Instance.new("Part", m)
  1859. p17.BrickColor = BrickColor.new("Royal purple")
  1860. p17.Material = Enum.Material.Neon
  1861. p17.FormFactor = Enum.FormFactor.Custom
  1862. p17.Size = Vector3.new(0.200000048, 0.599999785, 0.200000048)
  1863. p17.CFrame = CFrame.new(68.8972092, 7.71862125, -14.2674294, -0.70732069, -0.707330942, -1.25169754e-006, 0.707094371, -0.707072854, 2.48849392e-006, 3.42912972e-006, -4.32133675e-007, 1.00026357)
  1864. p17.CanCollide = false
  1865. p17.Locked = true
  1866. p17.BottomSurface = Enum.SurfaceType.Smooth
  1867. p17.TopSurface = Enum.SurfaceType.Smooth
  1868. p18 = Instance.new("Part", m)
  1869. p18.BrickColor = BrickColor.new("Really black")
  1870. p18.Material = Enum.Material.Neon
  1871. p18.FormFactor = Enum.FormFactor.Custom
  1872. p18.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1873. p18.CFrame = CFrame.new(68.6320877, 8.89929676, -14.2675419, 1.000319, 7.09295273e-006, -1.29642399e-006, -1.53779984e-005, 0.999966145, 2.53321537e-006, -2.20864695e-006, 2.76013293e-006, 1.00027096)
  1874. p18.CanCollide = false
  1875. p18.Locked = true
  1876. p18.BottomSurface = Enum.SurfaceType.Smooth
  1877. p18.TopSurface = Enum.SurfaceType.Smooth
  1878. b12 = Instance.new("SpecialMesh", p18)
  1879. b12.MeshType = Enum.MeshType.Sphere
  1880. b12.Name = "Mesh"
  1881. p19 = Instance.new("Part", m)
  1882. p19.BrickColor = BrickColor.new("Really black")
  1883. p19.Material = Enum.Material.Neon
  1884. p19.FormFactor = Enum.FormFactor.Custom
  1885. p19.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1886. p19.CFrame = CFrame.new(68.6320801, 7.49934578, -14.2675457, 1.00032365, 7.02587113e-006, -1.41567671e-006, -1.53780693e-005, 0.999965429, 2.48852461e-006, -2.20865695e-006, 2.76013111e-006, 1.00027466)
  1887. p19.CanCollide = false
  1888. p19.Locked = true
  1889. p19.BottomSurface = Enum.SurfaceType.Smooth
  1890. p19.TopSurface = Enum.SurfaceType.Smooth
  1891. b13 = Instance.new("SpecialMesh", p19)
  1892. b13.MeshType = Enum.MeshType.Sphere
  1893. b13.Name = "Mesh"
  1894. w1 = Instance.new("Weld", p1)
  1895. w1.Name = "Wedge_Weld"
  1896. w1.Part0 = p1
  1897. w1.C0 = CFrame.new(-13.7623348, 36.7341995, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.9372038e-008)
  1898. w1.Part1 = p2
  1899. w1.C1 = CFrame.new(-12.5623264, 36.7342033, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.93720344e-008)
  1900. w2 = Instance.new("Weld", p2)
  1901. w2.Name = "Wedge_Weld"
  1902. w2.Part0 = p2
  1903. w2.C0 = CFrame.new(-12.5623264, 36.7342033, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.93720344e-008)
  1904. w2.Part1 = p3
  1905. w2.C1 = CFrame.new(-13.1623297, 36.7342033, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.93720415e-008)
  1906. w3 = Instance.new("Weld", p3)
  1907. w3.Name = "Wedge_Weld"
  1908. w3.Part0 = p3
  1909. w3.C0 = CFrame.new(-13.1623297, 36.7342033, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.93720415e-008)
  1910. w3.Part1 = p4
  1911. w3.C1 = CFrame.new(13.7623348, -55.015049, 45.9640198, -9.79639907e-008, 4.26051052e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756872e-008, -0.707109869, 0.707106531, -1.51036286e-008)
  1912. w4 = Instance.new("Weld", p4)
  1913. w4.Name = "Wedge_Weld"
  1914. w4.Part0 = p4
  1915. w4.C0 = CFrame.new(13.7623348, -55.015049, 45.9640198, -9.79639907e-008, 4.26051052e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756872e-008, -0.707109869, 0.707106531, -1.51036286e-008)
  1916. w4.Part1 = p5
  1917. w4.C1 = CFrame.new(13.1623316, -55.0150452, 45.964016, -9.79639907e-008, 4.26051088e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756837e-008, -0.707109869, 0.707106531, -1.51036286e-008)
  1918. w5 = Instance.new("Weld", p5)
  1919. w5.Name = "Wedge_Weld"
  1920. w5.Part0 = p5
  1921. w5.C0 = CFrame.new(13.1623316, -55.0150452, 45.964016, -9.79639907e-008, 4.26051088e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756837e-008, -0.707109869, 0.707106531, -1.51036286e-008)
  1922. w5.Part1 = p6
  1923. w5.C1 = CFrame.new(12.5623283, -55.0150337, 45.9640045, -9.79639836e-008, 4.2605091e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756819e-008, -0.707109869, 0.707106531, -1.51036659e-008)
  1924. w6 = Instance.new("Weld", p6)
  1925. w6.Name = "Part_Weld"
  1926. w6.Part0 = p6
  1927. w6.C0 = CFrame.new(12.5623283, -55.0150337, 45.9640045, -9.79639836e-008, 4.2605091e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756819e-008, -0.707109869, 0.707106531, -1.51036659e-008)
  1928. w6.Part1 = p7
  1929. w6.C1 = CFrame.new(-70.3026047, -4.700037, 14.2622862, 1, -1.41560378e-007, 4.47034942e-008, 1.41560378e-007, 1, -7.45055218e-008, -4.47034836e-008, 7.45055289e-008, 1)
  1930. w7 = Instance.new("Weld", p7)
  1931. w7.Name = "Part_Weld"
  1932. w7.Part0 = p7
  1933. w7.C0 = CFrame.new(-70.3026047, -4.700037, 14.2622862, 1, -1.41560378e-007, 4.47034942e-008, 1.41560378e-007, 1, -7.45055218e-008, -4.47034836e-008, 7.45055289e-008, 1)
  1934. w7.Part1 = p8
  1935. w7.C1 = CFrame.new(-60.9718094, 24.5524559, 28.8434105, 0.881098926, 0.40146178, 0.250000894, -0.429376036, 0.900638521, 0.0669875294, -0.198267892, -0.166365504, 0.965929449)
  1936. w8 = Instance.new("Weld", p8)
  1937. w8.Name = "Part_Weld"
  1938. w8.Part0 = p8
  1939. w8.C0 = CFrame.new(-60.9718094, 24.5524559, 28.8434105, 0.881098926, 0.40146178, 0.250000894, -0.429376036, 0.900638521, 0.0669875294, -0.198267892, -0.166365504, 0.965929449)
  1940. w8.Part1 = p9
  1941. w8.C1 = CFrame.new(-70.2029343, -6.60003233, 14.2623386, 1.00000465, -1.78813934e-007, 0, 1.41561031e-007, 0.999999523, 4.47034836e-008, -4.47034836e-008, 7.4505806e-008, 1.0000037)
  1942. w9 = Instance.new("Weld", p9)
  1943. w9.Name = "Part_Weld"
  1944. w9.Part0 = p9
  1945. w9.C0 = CFrame.new(-70.2029343, -6.60003233, 14.2623386, 1.00000465, -1.78813934e-007, 0, 1.41561031e-007, 0.999999523, 4.47034836e-008, -4.47034836e-008, 7.4505806e-008, 1.0000037)
  1946. w9.Part1 = p10
  1947. w9.C1 = CFrame.new(-69.8029404, -7.60003138, 14.2623386, 1.00000465, -1.78813934e-007, 0, 1.41561031e-007, 0.999999523, 4.47034836e-008, -4.47034836e-008, 7.4505806e-008, 1.0000037)
  1948. w10 = Instance.new("Weld", p10)
  1949. w10.Name = "Part_Weld"
  1950. w10.Part0 = p10
  1951. w10.C0 = CFrame.new(-69.8029404, -7.60003138, 14.2623386, 1.00000465, -1.78813934e-007, 0, 1.41561031e-007, 0.999999523, 4.47034836e-008, -4.47034836e-008, 7.4505806e-008, 1.0000037)
  1952. w10.Part1 = p11
  1953. w10.C1 = CFrame.new(-48.2122765, 46.7597122, 23.9593029, 0.690653324, 0.678602815, 0.250001013, -0.711519539, 0.699469149, 0.0669875666, -0.129410163, -0.224143714, 0.965929449)
  1954. w11 = Instance.new("Weld", p11)
  1955. w11.Name = "Part_Weld"
  1956. w11.Part0 = p11
  1957. w11.C0 = CFrame.new(-48.2122765, 46.7597122, 23.9593029, 0.690653324, 0.678602815, 0.250001013, -0.711519539, 0.699469149, 0.0669875666, -0.129410163, -0.224143714, 0.965929449)
  1958. w11.Part1 = p12
  1959. w11.C1 = CFrame.new(-15.1098747, 68.1893845, 13.9264202, 0.176517636, 0.952019334, 0.250000954, -0.984043717, 0.164862752, 0.0669875368, 0.0225575883, -0.257833987, 0.965929389)
  1960. w12 = Instance.new("Weld", p12)
  1961. w12.Name = "Part_Weld"
  1962. w12.Part0 = p12
  1963. w12.C0 = CFrame.new(-15.1098747, 68.1893845, 13.9264202, 0.176517636, 0.952019334, 0.250000954, -0.984043717, 0.164862752, 0.0669875368, 0.0225575883, -0.257833987, 0.965929389)
  1964. w12.Part1 = p13
  1965. w12.C1 = CFrame.new(-69.3658066, -8.20003605, 13.2074509, 1.00000453, -2.98023224e-007, -3.72529421e-008, 1.49011612e-007, 0.999999285, -1.49011443e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  1966. w13 = Instance.new("Weld", p13)
  1967. w13.Name = "Part_Weld"
  1968. w13.Part0 = p13
  1969. w13.C0 = CFrame.new(-69.3658066, -8.20003605, 13.2074509, 1.00000453, -2.98023224e-007, -3.72529421e-008, 1.49011612e-007, 0.999999285, -1.49011443e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  1970. w13.Part1 = p14
  1971. w13.C1 = CFrame.new(-69.4029617, -6.2000351, 13.1623278, 1.00000453, -2.38418579e-007, -3.72529456e-008, 8.94069672e-008, 0.999999344, -1.49011452e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  1972. w14 = Instance.new("Weld", p14)
  1973. w14.Name = "Part_Weld"
  1974. w14.Part0 = p14
  1975. w14.C0 = CFrame.new(-69.4029617, -6.2000351, 13.1623278, 1.00000453, -2.38418579e-007, -3.72529456e-008, 8.94069672e-008, 0.999999344, -1.49011452e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  1976. w14.Part1 = p15
  1977. w14.C1 = CFrame.new(-69.1029282, -5.90003109, 14.2623358, 1.00000453, -2.98023224e-007, 2.98023188e-008, 1.1920929e-007, 0.999999583, 5.96046412e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  1978. w15 = Instance.new("Weld", p15)
  1979. w15.Name = "Part_Weld"
  1980. w15.Part0 = p15
  1981. w15.C0 = CFrame.new(-69.1029282, -5.90003109, 14.2623358, 1.00000453, -2.98023224e-007, 2.98023188e-008, 1.1920929e-007, 0.999999583, 5.96046412e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  1982. w15.Part1 = p16
  1983. w15.C1 = CFrame.new(-59.7121582, 24.7350845, 28.4943123, 0.881098986, 0.401461899, 0.250000954, -0.429376066, 0.90063864, 0.0669875517, -0.198267847, -0.166365474, 0.965929389)
  1984. w16 = Instance.new("Weld", p16)
  1985. w16.Name = "Part_Weld"
  1986. w16.Part0 = p16
  1987. w16.C0 = CFrame.new(-59.7121582, 24.7350845, 28.4943123, 0.881098986, 0.401461899, 0.250000954, -0.429376066, 0.90063864, 0.0669875517, -0.198267847, -0.166365474, 0.965929389)
  1988. w16.Part1 = p17
  1989. w16.C1 = CFrame.new(44.6532936, 52.7416191, 14.2623348, -0.707109928, 0.707106709, 2.10734257e-008, -0.707110047, -0.707106292, -6.32202699e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  1990. w17 = Instance.new("Weld", p17)
  1991. w17.Name = "Part_Weld"
  1992. w17.Part0 = p17
  1993. w17.C0 = CFrame.new(44.6532936, 52.7416191, 14.2623348, -0.707109928, 0.707106709, 2.10734257e-008, -0.707110047, -0.707106292, -6.32202699e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  1994. w17.Part1 = p18
  1995. w17.C1 = CFrame.new(-68.6029282, -6.90003586, 14.2623405, 1.00000465, -2.30967999e-007, -4.47034836e-008, 1.63912773e-007, 0.999999285, -2.98023224e-008, -7.4505806e-008, -1.49011612e-008, 1.0000037)
  1996. w18 = Instance.new("Weld", p18)
  1997. w18.Name = "Part_Weld"
  1998. w18.Part0 = p18
  1999. w18.C0 = CFrame.new(-68.6029282, -6.90003586, 14.2623405, 1.00000465, -2.30967999e-007, -4.47034836e-008, 1.63912773e-007, 0.999999285, -2.98023224e-008, -7.4505806e-008, -1.49011612e-008, 1.0000037)
  2000. w18.Part1 = p19
  2001. w18.C1 = CFrame.new(-68.6026077, -5.50004053, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  2002. w19 = Instance.new("Weld", p19)
  2003. w19.Name = "Wedge_Weld"
  2004. w19.Part0 = p19
  2005. w19.C0 = CFrame.new(-68.6026077, -5.50004053, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  2006. m.Parent = rarm
  2007. m:MakeJoints()
  2008. ----------------------------------------------------
  2009. local cor4 = Instance.new("Part", rarm.RightArm)
  2010. cor4.Name = "Thingy"
  2011. cor4.Locked = true
  2012. cor4.BottomSurface = 0
  2013. cor4.CanCollide = false
  2014. cor4.Size = Vector3.new(2, 1, 1)
  2015. cor4.Transparency = 1
  2016. cor4.TopSurface = 0
  2017. corw2 = Instance.new("Weld", cor4)
  2018. corw2.Part0 = rarm
  2019. corw2.Part1 = cor4
  2020. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2021. corw2.C1 = CFrame.new(0, 0, 0)
  2022. weld2 = Instance.new("Weld", rarm.RightArm)
  2023. weld2.Part0 = cor4
  2024. weld2.Part1 = p14
  2025. weld2.C0 = CFrame.new(0, 0, 0)
  2026. ----------------------------------------------------
  2027. local m = Instance.new("Model")
  2028. m.Name = "Torso"
  2029. p1 = Instance.new("Part", m)
  2030. p1.BrickColor = BrickColor.new("Really black")
  2031. p1.Material = Enum.Material.Neon
  2032. p1.FormFactor = Enum.FormFactor.Custom
  2033. p1.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2034. p1.CFrame = CFrame.new(67.3119202, 9.5997963, -14.263937, 1.00006402, 1.86259939e-007, 2.23464554e-008, -1.44914884e-006, 0.999991, -1.49014099e-008, -1.51248571e-006, 5.96053269e-008, 1.00005186)
  2035. p1.CanCollide = false
  2036. p1.Locked = true
  2037. p1.BottomSurface = Enum.SurfaceType.Smooth
  2038. p1.TopSurface = Enum.SurfaceType.Smooth
  2039. b1 = Instance.new("SpecialMesh", p1)
  2040. b1.MeshType = Enum.MeshType.Sphere
  2041. b1.Name = "Mesh"
  2042. p2 = Instance.new("Part", m)
  2043. p2.BrickColor = BrickColor.new("Really black")
  2044. p2.Material = Enum.Material.Neon
  2045. p2.FormFactor = Enum.FormFactor.Custom
  2046. p2.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2047. p2.CFrame = CFrame.new(65.0111618, 9.59981537, -14.2638226, 1.00005496, 2.75671482e-007, 1.2665987e-007, -1.35973096e-006, 0.999992192, -2.98023224e-008, -1.40815973e-006, 4.47034836e-008, 1.00004447)
  2048. p2.CanCollide = false
  2049. p2.Locked = true
  2050. p2.BottomSurface = Enum.SurfaceType.Smooth
  2051. p2.TopSurface = Enum.SurfaceType.Smooth
  2052. b2 = Instance.new("SpecialMesh", p2)
  2053. b2.MeshType = Enum.MeshType.Sphere
  2054. b2.Name = "Mesh"
  2055. p3 = Instance.new("Part", m)
  2056. p3.BrickColor = BrickColor.new("Royal purple")
  2057. p3.Material = Enum.Material.Neon
  2058. p3.FormFactor = Enum.FormFactor.Custom
  2059. p3.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
  2060. p3.CFrame = CFrame.new(67.6028595, 9.39744663, -14.2168236, 0.491504252, -0.868347466, -0.0669902489, 0.834227681, 0.491479307, -0.249998316, 0.250008702, 0.0669909269, 0.965961695)
  2061. p3.CanCollide = false
  2062. p3.Locked = true
  2063. p3.BottomSurface = Enum.SurfaceType.Smooth
  2064. p3.TopSurface = Enum.SurfaceType.Smooth
  2065. p4 = Instance.new("Part", m)
  2066. p4.BrickColor = BrickColor.new("Royal purple")
  2067. p4.Material = Enum.Material.Neon
  2068. p4.FormFactor = Enum.FormFactor.Custom
  2069. p4.Size = Vector3.new(0.200000048, 1.19999981, 0.200000048)
  2070. p4.CFrame = CFrame.new(64.6849442, 9.10655022, -14.2635975, 0.866056859, 0.500018656, 3.35280106e-007, -0.49999845, 0.866020203, -2.98035943e-008, -1.06866298e-006, -5.48167122e-007, 1.00002968)
  2071. p4.CanCollide = false
  2072. p4.Locked = true
  2073. p4.BottomSurface = Enum.SurfaceType.Smooth
  2074. p4.TopSurface = Enum.SurfaceType.Smooth
  2075. p5 = Instance.new("Part", m)
  2076. p5.BrickColor = BrickColor.new("Royal purple")
  2077. p5.Material = Enum.Material.Neon
  2078. p5.FormFactor = Enum.FormFactor.Custom
  2079. p5.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  2080. p5.CFrame = CFrame.new(66.9344177, 8.96636868, -14.2634897, -0.866048932, -0.500014246, 4.3958832e-007, 0.499999046, -0.866021395, -4.47044108e-008, 9.70867745e-007, 5.08911796e-007, 1.00002229)
  2081. p5.CanCollide = false
  2082. p5.Locked = true
  2083. p5.BottomSurface = Enum.SurfaceType.Smooth
  2084. p5.TopSurface = Enum.SurfaceType.Smooth
  2085. p6 = Instance.new("Part", m)
  2086. p6.BrickColor = BrickColor.new("Royal purple")
  2087. p6.Material = Enum.Material.Neon
  2088. p6.FormFactor = Enum.FormFactor.Custom
  2089. p6.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  2090. p6.CFrame = CFrame.new(65.358757, 9.04366112, -14.2633762, -0.866041601, 0.500008702, 5.43894771e-007, -0.499997824, -0.8660236, -5.96051208e-008, 8.43271948e-007, -5.21275751e-007, 1.0000149)
  2091. p6.CanCollide = false
  2092. p6.Locked = true
  2093. p6.BottomSurface = Enum.SurfaceType.Smooth
  2094. p6.TopSurface = Enum.SurfaceType.Smooth
  2095. p7 = Instance.new("Part", m)
  2096. p7.BrickColor = BrickColor.new("Really black")
  2097. p7.Material = Enum.Material.Neon
  2098. p7.FormFactor = Enum.FormFactor.Custom
  2099. p7.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2100. p7.CFrame = CFrame.new(68.0082169, 9.19989014, -14.2632694, 1.00001383, 6.37024641e-007, 5.36441803e-007, -9.46223736e-007, 0.999997973, -1.04308121e-007, -8.7916851e-007, 5.96046519e-008, 1.00001121)
  2101. p7.CanCollide = false
  2102. p7.Locked = true
  2103. p7.BottomSurface = Enum.SurfaceType.Smooth
  2104. p7.TopSurface = Enum.SurfaceType.Smooth
  2105. b3 = Instance.new("SpecialMesh", p7)
  2106. b3.MeshType = Enum.MeshType.Sphere
  2107. b3.Name = "Mesh"
  2108. p8 = Instance.new("Part", m)
  2109. p8.BrickColor = BrickColor.new("Really black")
  2110. p8.Material = Enum.Material.Neon
  2111. p8.FormFactor = Enum.FormFactor.Custom
  2112. p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2113. p8.CFrame = CFrame.new(64.4081497, 8.59989357, -14.2632627, 1.00001383, 5.32715489e-007, 5.6624458e-007, -8.4191629e-007, 0.999997973, -2.980277e-008, -9.08971174e-007, -1.4901623e-008, 1.00001121)
  2114. p8.CanCollide = false
  2115. p8.Locked = true
  2116. p8.BottomSurface = Enum.SurfaceType.Smooth
  2117. p8.TopSurface = Enum.SurfaceType.Smooth
  2118. b4 = Instance.new("SpecialMesh", p8)
  2119. b4.MeshType = Enum.MeshType.Sphere
  2120. b4.Name = "Mesh"
  2121. p9 = Instance.new("Part", m)
  2122. p9.BrickColor = BrickColor.new("Really black")
  2123. p9.Material = Enum.Material.Neon
  2124. p9.FormFactor = Enum.FormFactor.Custom
  2125. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2126. p9.CFrame = CFrame.new(67.8082123, 8.49989128, -14.2632694, 1.00001383, 6.37024641e-007, 5.36441803e-007, -9.46223736e-007, 0.999997973, -1.04308128e-007, -8.7916851e-007, 5.96046448e-008, 1.00001121)
  2127. p9.CanCollide = false
  2128. p9.Locked = true
  2129. p9.BottomSurface = Enum.SurfaceType.Smooth
  2130. p9.TopSurface = Enum.SurfaceType.Smooth
  2131. b5 = Instance.new("SpecialMesh", p9)
  2132. b5.MeshType = Enum.MeshType.Sphere
  2133. b5.Name = "Mesh"
  2134. p10 = Instance.new("Part", m)
  2135. p10.BrickColor = BrickColor.new("Royal purple")
  2136. p10.Material = Enum.Material.Neon
  2137. p10.FormFactor = Enum.FormFactor.Custom
  2138. p10.Size = Vector3.new(0.200000048, 0.999999821, 0.200000048)
  2139. p10.CFrame = CFrame.new(67.3000946, 8.34052181, -14.1962805, -0.323144197, -0.934642911, 0.148454338, 0.912730813, -0.349243045, -0.212012067, 0.250002205, 0.0669885725, 0.965932906)
  2140. p10.CanCollide = false
  2141. p10.Locked = true
  2142. p10.BottomSurface = Enum.SurfaceType.Smooth
  2143. p10.TopSurface = Enum.SurfaceType.Smooth
  2144. p11 = Instance.new("Part", m)
  2145. p11.BrickColor = BrickColor.new("Really black")
  2146. p11.Material = Enum.Material.Metal
  2147. p11.Name = "Main"
  2148. p11.FormFactor = Enum.FormFactor.Custom
  2149. p11.Size = Vector3.new(4.4000001, 4.19999981, 2.20000005)
  2150. p11.CFrame = CFrame.new(66.1075974, 8.19991207, -13.1631384, 1, 7.67355459e-007, 7.5990539e-007, -7.67355459e-007, 1, -2.98022478e-008, -7.5990539e-007, 2.98016651e-008, 1)
  2151. p11.CanCollide = false
  2152. p11.Locked = true
  2153. p11.BottomSurface = Enum.SurfaceType.Smooth
  2154. p11.TopSurface = Enum.SurfaceType.Smooth
  2155. p12 = Instance.new("Part", m)
  2156. p12.BrickColor = BrickColor.new("Really black")
  2157. p12.Material = Enum.Material.Neon
  2158. p12.FormFactor = Enum.FormFactor.Custom
  2159. p12.Size = Vector3.new(3, 3, 2)
  2160. p12.CFrame = CFrame.new(66.1075974, 8.19991302, -13.5631437, 1.00000453, 6.48145658e-007, 6.55599706e-007, -7.97160624e-007, 0.999999344, -1.49012251e-008, -7.5990863e-007, 2.98017362e-008, 1.0000037)
  2161. p12.CanCollide = false
  2162. p12.Locked = true
  2163. p12.BottomSurface = Enum.SurfaceType.Smooth
  2164. p12.TopSurface = Enum.SurfaceType.Smooth
  2165. b6 = Instance.new("SpecialMesh", p12)
  2166. b6.MeshType = Enum.MeshType.Sphere
  2167. b6.Name = "Mesh"
  2168. p13 = Instance.new("Part", m)
  2169. p13.BrickColor = BrickColor.new("Royal purple")
  2170. p13.Material = Enum.Material.Neon
  2171. p13.FormFactor = Enum.FormFactor.Custom
  2172. p13.Size = Vector3.new(0.200000048, 3.79999971, 0.200000048)
  2173. p13.CFrame = CFrame.new(66.1331863, 7.82621098, -12.0632286, 6.04434092e-007, -1.00000906, 6.55602378e-007, 0.999998689, 8.72662156e-007, -1.49012802e-008, 4.47028583e-008, 8.64220965e-007, 1.00000739)
  2174. p13.CanCollide = false
  2175. p13.Locked = true
  2176. p13.BottomSurface = Enum.SurfaceType.Smooth
  2177. p13.TopSurface = Enum.SurfaceType.Smooth
  2178. p14 = Instance.new("Part", m)
  2179. p14.BrickColor = BrickColor.new("Royal purple")
  2180. p14.Material = Enum.Material.Neon
  2181. p14.FormFactor = Enum.FormFactor.Custom
  2182. p14.Size = Vector3.new(0.200000048, 3.99999976, 0.200000048)
  2183. p14.CFrame = CFrame.new(65.0837555, 8.11279583, -12.0633221, 0.866040885, 0.500009477, 5.5129766e-007, -0.499999583, 0.866022587, -2.09610107e-013, -8.68580742e-007, -4.3265041e-007, 1.00001478)
  2184. p14.CanCollide = false
  2185. p14.Locked = true
  2186. p14.BottomSurface = Enum.SurfaceType.Smooth
  2187. p14.TopSurface = Enum.SurfaceType.Smooth
  2188. p15 = Instance.new("Part", m)
  2189. p15.BrickColor = BrickColor.new("Royal purple")
  2190. p15.Material = Enum.Material.Neon
  2191. p15.FormFactor = Enum.FormFactor.Custom
  2192. p15.Size = Vector3.new(0.200000048, 3.99999976, 0.200000048)
  2193. p15.CFrame = CFrame.new(67.0844116, 8.11277008, -12.0634222, 0.866049111, -0.500013351, 4.46991237e-007, 0.49999693, 0.866022587, 1.49009658e-008, -8.91868751e-007, 6.00952262e-007, 1.00002217)
  2194. p15.CanCollide = false
  2195. p15.Locked = true
  2196. p15.BottomSurface = Enum.SurfaceType.Smooth
  2197. p15.TopSurface = Enum.SurfaceType.Smooth
  2198. p16 = Instance.new("Part", m)
  2199. p16.BrickColor = BrickColor.new("Royal purple")
  2200. p16.Material = Enum.Material.Neon
  2201. p16.FormFactor = Enum.FormFactor.Custom
  2202. p16.Size = Vector3.new(0.200000048, 1.19999969, 0.200000048)
  2203. p16.CFrame = CFrame.new(65.484314, 7.30655766, -14.2634888, 0.906336308, 0.422632158, 3.49386681e-007, -0.422617853, 0.906302929, 2.46360354e-008, -1.01209048e-006, -3.84037776e-007, 1.00002587)
  2204. p16.CanCollide = false
  2205. p16.Locked = true
  2206. p16.BottomSurface = Enum.SurfaceType.Smooth
  2207. p16.TopSurface = Enum.SurfaceType.Smooth
  2208. p17 = Instance.new("Part", m)
  2209. p17.BrickColor = BrickColor.new("Royal purple")
  2210. p17.Material = Enum.Material.Neon
  2211. p17.FormFactor = Enum.FormFactor.Custom
  2212. p17.Size = Vector3.new(0.200000048, 1.89999986, 0.200000048)
  2213. p17.CFrame = CFrame.new(67.1100159, 7.10342312, -14.2635927, 0.866056919, -0.50001812, 3.65035532e-007, 0.499996245, 0.866021872, 5.96044032e-008, -8.79435504e-007, 6.97014912e-007, 1.00002956)
  2214. p17.CanCollide = false
  2215. p17.Locked = true
  2216. p17.BottomSurface = Enum.SurfaceType.Smooth
  2217. p17.TopSurface = Enum.SurfaceType.Smooth
  2218. p18 = Instance.new("Part", m)
  2219. p18.BrickColor = BrickColor.new("Royal purple")
  2220. p18.Material = Enum.Material.Neon
  2221. p18.FormFactor = Enum.FormFactor.Custom
  2222. p18.Size = Vector3.new(0.200000048, 1.19999981, 0.200000048)
  2223. p18.CFrame = CFrame.new(65.6104889, 7.05342484, -14.2637053, -0.707138717, -0.707138956, 3.36865924e-007, 0.707104087, -0.707101464, 1.4901164e-007, 9.95719802e-007, 5.95316749e-007, 1.00003707)
  2224. p18.CanCollide = false
  2225. p18.Locked = true
  2226. p18.BottomSurface = Enum.SurfaceType.Smooth
  2227. p18.TopSurface = Enum.SurfaceType.Smooth
  2228. p19 = Instance.new("Part", m)
  2229. p19.BrickColor = BrickColor.new("Really black")
  2230. p19.Material = Enum.Material.Neon
  2231. p19.FormFactor = Enum.FormFactor.Custom
  2232. p19.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2233. p19.CFrame = CFrame.new(65.2110596, 6.69982004, -14.2638168, 1.00005388, -1.78813906e-007, 3.08695888e-007, -1.7285347e-006, 0.999993682, 2.38419489e-007, -1.15321473e-006, 3.72538381e-007, 1.0000447)
  2234. p19.CanCollide = false
  2235. p19.Locked = true
  2236. p19.BottomSurface = Enum.SurfaceType.Smooth
  2237. p19.TopSurface = Enum.SurfaceType.Smooth
  2238. b7 = Instance.new("SpecialMesh", p19)
  2239. b7.MeshType = Enum.MeshType.Sphere
  2240. b7.Name = "Mesh"
  2241. p20 = Instance.new("Part", m)
  2242. p20.BrickColor = BrickColor.new("Really black")
  2243. p20.Material = Enum.Material.Neon
  2244. p20.FormFactor = Enum.FormFactor.Custom
  2245. p20.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2246. p20.CFrame = CFrame.new(66.7116928, 6.49980783, -14.2639294, 1.00006235, -2.98028993e-007, 2.80525398e-007, -1.8477574e-006, 0.999992907, 3.27827962e-007, -1.18139712e-006, 4.61949412e-007, 1.00005233)
  2247. p20.CanCollide = false
  2248. p20.Locked = true
  2249. p20.BottomSurface = Enum.SurfaceType.Smooth
  2250. p20.TopSurface = Enum.SurfaceType.Smooth
  2251. b8 = Instance.new("SpecialMesh", p20)
  2252. b8.MeshType = Enum.MeshType.Sphere
  2253. b8.Name = "Mesh"
  2254. p21 = Instance.new("Part", m)
  2255. p21.BrickColor = BrickColor.new("Royal purple")
  2256. p21.Material = Enum.Material.Neon
  2257. p21.FormFactor = Enum.FormFactor.Custom
  2258. p21.Size = Vector3.new(0.200000048, 0.799999893, 0.200000048)
  2259. p21.CFrame = CFrame.new(67.0623169, 6.40337944, -14.264039, 0.258836836, -0.965994418, 2.52354425e-007, 0.965917706, 0.258818805, 4.17237061e-007, 2.19511691e-007, 1.31106742e-006, 1.00005996)
  2260. p21.CanCollide = false
  2261. p21.Locked = true
  2262. p21.BottomSurface = Enum.SurfaceType.Smooth
  2263. p21.TopSurface = Enum.SurfaceType.Smooth
  2264. p22 = Instance.new("Part", m)
  2265. p22.BrickColor = BrickColor.new("Really black")
  2266. p22.Material = Enum.Material.Neon
  2267. p22.FormFactor = Enum.FormFactor.Custom
  2268. p22.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2269. p22.CFrame = CFrame.new(67.5129166, 6.29977846, -14.2641516, 1.00007939, -5.96046448e-007, 2.24182997e-007, -2.14576721e-006, 0.999991298, 5.06646757e-007, -1.23776351e-006, 6.40773351e-007, 1.00006759)
  2270. p22.CanCollide = false
  2271. p22.Locked = true
  2272. p22.BottomSurface = Enum.SurfaceType.Smooth
  2273. p22.TopSurface = Enum.SurfaceType.Smooth
  2274. b9 = Instance.new("SpecialMesh", p22)
  2275. b9.MeshType = Enum.MeshType.Sphere
  2276. b9.Name = "Mesh"
  2277. w1 = Instance.new("Weld", p1)
  2278. w1.Name = "Part_Weld"
  2279. w1.Part0 = p1
  2280. w1.C0 = CFrame.new(-67.3029404, -7.60003757, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  2281. w1.Part1 = p2
  2282. w1.C1 = CFrame.new(-65.0029221, -7.60003757, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  2283. w2 = Instance.new("Weld", p2)
  2284. w2.Name = "Part_Weld"
  2285. w2.Part0 = p2
  2286. w2.C0 = CFrame.new(-65.0029221, -7.60003757, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  2287. w2.Part1 = p3
  2288. w2.C1 = CFrame.new(-35.8392487, 56.0098076, 20.1084957, 0.491483778, 0.834233105, 0.250000894, -0.868311942, 0.491481245, 0.0669875443, -0.0669877231, -0.249999821, 0.965929389)
  2289. w3 = Instance.new("Weld", p3)
  2290. w3.Name = "Part_Weld"
  2291. w3.Part0 = p3
  2292. w3.C0 = CFrame.new(-35.8392487, 56.0098076, 20.1084957, 0.491483778, 0.834233105, 0.250000894, -0.868311942, 0.491481245, 0.0669875443, -0.0669877231, -0.249999821, 0.965929389)
  2293. w3.Part1 = p4
  2294. w3.C1 = CFrame.new(-52.459343, -38.4935722, 14.2623358, 0.866029263, -0.499999881, -2.48114169e-008, 0.500002384, 0.866024733, -3.15312398e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  2295. w4 = Instance.new("Weld", p4)
  2296. w4.Name = "Part_Weld"
  2297. w4.Part0 = p4
  2298. w4.C0 = CFrame.new(-52.459343, -38.4935722, 14.2623358, 0.866029263, -0.499999881, -2.48114169e-008, 0.500002384, 0.866024733, -3.15312398e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  2299. w4.Part1 = p5
  2300. w4.C1 = CFrame.new(54.4780006, 39.4971619, 14.2623367, -0.866029263, 0.49999994, 2.48113796e-008, -0.500002444, -0.866024733, 3.15312398e-008, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  2301. w5 = Instance.new("Weld", p5)
  2302. w5.Name = "Part_Weld"
  2303. w5.Part0 = p5
  2304. w5.C0 = CFrame.new(54.4780006, 39.4971619, 14.2623367, -0.866029263, 0.49999994, 2.48113796e-008, -0.500002444, -0.866024733, 3.15312398e-008, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  2305. w5.Part1 = p6
  2306. w5.C1 = CFrame.new(60.1191711, -26.5763226, 14.2623367, -0.866029382, -0.499999493, 3.9712539e-008, 0.500002205, -0.866024911, -5.72166936e-009, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  2307. w6 = Instance.new("Weld", p6)
  2308. w6.Name = "Part_Weld"
  2309. w6.Part0 = p6
  2310. w6.C0 = CFrame.new(60.1191711, -26.5763226, 14.2623367, -0.866029382, -0.499999493, 3.9712539e-008, 0.500002205, -0.866024911, -5.72166936e-009, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  2311. w6.Part1 = p7
  2312. w6.C1 = CFrame.new(-68.0026093, -7.20003986, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  2313. w7 = Instance.new("Weld", p7)
  2314. w7.Name = "Part_Weld"
  2315. w7.Part0 = p7
  2316. w7.C0 = CFrame.new(-68.0026093, -7.20003986, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  2317. w7.Part1 = p8
  2318. w7.C1 = CFrame.new(-64.4025955, -6.60003376, 14.2622824, 1, -5.96043641e-008, 4.47034836e-008, 5.96043677e-008, 1, -5.9604421e-008, -4.470348e-008, 5.96044245e-008, 1)
  2319. w8 = Instance.new("Weld", p8)
  2320. w8.Name = "Part_Weld"
  2321. w8.Part0 = p8
  2322. w8.C0 = CFrame.new(-64.4025955, -6.60003376, 14.2622824, 1, -5.96043641e-008, 4.47034836e-008, 5.96043677e-008, 1, -5.9604421e-008, -4.470348e-008, 5.96044245e-008, 1)
  2323. w8.Part1 = p9
  2324. w8.C1 = CFrame.new(-67.8026123, -6.50004005, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  2325. w9 = Instance.new("Weld", p9)
  2326. w9.Name = "Part_Weld"
  2327. w9.Part0 = p9
  2328. w9.C0 = CFrame.new(-67.8026123, -6.50004005, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  2329. w9.Part1 = p10
  2330. w9.C1 = CFrame.new(19.5072937, 66.0613785, 5.0658741, -0.323143423, 0.912731171, 0.250000954, -0.93463856, -0.349243909, 0.0669875741, 0.148453087, -0.212012053, 0.965929449)
  2331. w10 = Instance.new("Weld", p10)
  2332. w10.Name = "Main_Weld"
  2333. w10.Part0 = p10
  2334. w10.C0 = CFrame.new(19.5072937, 66.0613785, 5.0658741, -0.323143423, 0.912731171, 0.250000954, -0.93463856, -0.349243909, 0.0669875741, 0.148453087, -0.212012053, 0.965929449)
  2335. w10.Part1 = p11
  2336. w10.C1 = CFrame.new(-66.1029282, -6.20003605, 13.1623268, 1.00000453, -2.38418579e-007, -3.72529456e-008, 8.94069672e-008, 0.999999344, -1.49011452e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2337. w11 = Instance.new("Weld", p11)
  2338. w11.Name = "Part_Weld"
  2339. w11.Part0 = p11
  2340. w11.C0 = CFrame.new(-66.1029282, -6.20003605, 13.1623268, 1.00000453, -2.38418579e-007, -3.72529456e-008, 8.94069672e-008, 0.999999344, -1.49011452e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2341. w11.Part1 = p12
  2342. w11.C1 = CFrame.new(-66.1026306, -6.20004368, 13.5622816, 1, -1.1920875e-007, 6.70552325e-008, 1.1920875e-007, 1, -2.98022158e-008, -6.70552325e-008, 2.98022229e-008, 1)
  2343. w12 = Instance.new("Weld", p12)
  2344. w12.Name = "Part_Weld"
  2345. w12.Part0 = p12
  2346. w12.C0 = CFrame.new(-66.1026306, -6.20004368, 13.5622816, 1, -1.1920875e-007, 6.70552325e-008, 1.1920875e-007, 1, -2.98022158e-008, -6.70552325e-008, 2.98022229e-008, 1)
  2347. w12.Part1 = p13
  2348. w12.C1 = CFrame.new(-5.82635021, 66.1279221, 12.0623207, 7.54977023e-008, 0.999999344, -1.49011434e-008, -1.00000453, 1.94707212e-007, 3.72529385e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  2349. w13 = Instance.new("Weld", p13)
  2350. w13.Name = "Part_Weld"
  2351. w13.Part0 = p13
  2352. w13.C0 = CFrame.new(-5.82635021, 66.1279221, 12.0623207, 7.54977023e-008, 0.999999344, -1.49011434e-008, -1.00000453, 1.94707212e-007, 3.72529385e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  2353. w13.Part1 = p14
  2354. w13.C1 = CFrame.new(-53.3026466, -37.8329315, 12.0623188, 0.866029263, -0.499999881, -2.4811424e-008, 0.500002325, 0.866024673, -3.15312434e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2355. w14 = Instance.new("Weld", p14)
  2356. w14.Name = "Part_Weld"
  2357. w14.Part0 = p14
  2358. w14.C0 = CFrame.new(-53.3026466, -37.8329315, 12.0623188, 0.866029263, -0.499999881, -2.4811424e-008, 0.500002325, 0.866024673, -3.15312434e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2359. w14.Part1 = p15
  2360. w14.C1 = CFrame.new(-61.1476631, 28.2449875, 12.0623198, 0.866029382, 0.499999404, -3.97125675e-008, -0.500002146, 0.866024971, 5.72170222e-009, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2361. w15 = Instance.new("Weld", p15)
  2362. w15.Name = "Part_Weld"
  2363. w15.Part0 = p15
  2364. w15.C0 = CFrame.new(-61.1476631, 28.2449875, 12.0623198, 0.866029382, 0.499999404, -3.97125675e-008, -0.500002146, 0.866024971, 5.72170222e-009, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2365. w15.Part1 = p16
  2366. w15.C1 = CFrame.new(-57.1000977, -32.4815826, 14.2622862, 0.906307578, -0.422618747, 6.51076419e-008, 0.422618747, 0.906307578, 3.17729842e-009, -6.0350331e-008, 2.46360994e-008, 1)
  2367. w16 = Instance.new("Weld", p16)
  2368. w16.Name = "Part_Weld"
  2369. w16.Part0 = p16
  2370. w16.C0 = CFrame.new(-57.1000977, -32.4815826, 14.2622862, 0.906307578, -0.422618747, 6.51076419e-008, 0.422618747, 0.906307578, 3.17729842e-009, -6.0350331e-008, 2.46360994e-008, 1)
  2371. w16.Part1 = p17
  2372. w16.C1 = CFrame.new(-60.6646385, 29.1315918, 14.2623339, 0.866029501, 0.499999583, 5.5611892e-008, -0.500002265, 0.866025209, 3.67179815e-008, -4.470348e-008, 5.96046448e-008, 1.0000037)
  2373. w17 = Instance.new("Weld", p17)
  2374. w17.Name = "Part_Weld"
  2375. w17.Part0 = p17
  2376. w17.C0 = CFrame.new(-60.6646385, 29.1315918, 14.2623339, 0.866029501, 0.499999583, 5.5611892e-008, -0.500002265, 0.866025209, 3.67179815e-008, -4.470348e-008, 5.96046448e-008, 1.0000037)
  2377. w17.Part1 = p18
  2378. w17.C1 = CFrame.new(42.8147545, 49.9616852, 14.2623405, -0.707109571, 0.707106829, 2.10734417e-008, -0.707110047, -0.707106233, -6.32202557e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2379. w18 = Instance.new("Weld", p18)
  2380. w18.Name = "Part_Weld"
  2381. w18.Part0 = p18
  2382. w18.C0 = CFrame.new(42.8147545, 49.9616852, 14.2623405, -0.707109571, 0.707106829, 2.10734417e-008, -0.707110047, -0.707106233, -6.32202557e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2383. w18.Part1 = p19
  2384. w18.C1 = CFrame.new(-65.2028809, -4.70003223, 14.2623415, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2385. w19 = Instance.new("Weld", p19)
  2386. w19.Name = "Part_Weld"
  2387. w19.Part0 = p19
  2388. w19.C0 = CFrame.new(-65.2028809, -4.70003223, 14.2623415, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2389. w19.Part1 = p20
  2390. w19.C1 = CFrame.new(-66.7028656, -4.50003386, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2391. w20 = Instance.new("Weld", p20)
  2392. w20.Name = "Part_Weld"
  2393. w20.Part0 = p20
  2394. w20.C0 = CFrame.new(-66.7028656, -4.50003386, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2395. w20.Part1 = p21
  2396. w20.C1 = CFrame.new(-21.6081295, 63.6283798, 14.2623405, 0.258820146, 0.965925455, 6.52870682e-008, -0.965930045, 0.258819073, -1.33600135e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2397. w21 = Instance.new("Weld", p21)
  2398. w21.Name = "Part_Weld"
  2399. w21.Part0 = p21
  2400. w21.C0 = CFrame.new(-21.6081295, 63.6283798, 14.2623405, 0.258820146, 0.965925455, 6.52870682e-008, -0.965930045, 0.258819073, -1.33600135e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2401. w21.Part1 = p22
  2402. w21.C1 = CFrame.new(-67.5028763, -4.30003405, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2403. w22 = Instance.new("Weld", p22)
  2404. w22.Name = "Wedge_Weld"
  2405. w22.Part0 = p22
  2406. w22.C0 = CFrame.new(-67.5028763, -4.30003405, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2407. m.Parent = torso
  2408. m:MakeJoints()
  2409. ----------------------------------------------------
  2410. local cor5 = Instance.new("Part", torso.Torso)
  2411. cor5.Name = "Thingy"
  2412. cor5.Locked = true
  2413. cor5.BottomSurface = 0
  2414. cor5.CanCollide = false
  2415. cor5.Size = Vector3.new(2, 1, 1)
  2416. cor5.Transparency = 1
  2417. cor5.TopSurface = 0
  2418. corw2 = Instance.new("Weld", cor5)
  2419. corw2.Part0 = torso
  2420. corw2.Part1 = cor5
  2421. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2422. corw2.C1 = CFrame.new(0, 0, 0)
  2423. weld2 = Instance.new("Weld", torso.Torso)
  2424. weld2.Part0 = cor5
  2425. weld2.Part1 = p11
  2426. weld2.C0 = CFrame.new(0, 0, 0)
  2427. ----------------------------------------------------
  2428. local m = Instance.new("Model")
  2429. m.Name = "RightLeg"
  2430. p1 = Instance.new("Part", m)
  2431. p1.BrickColor = BrickColor.new("Really black")
  2432. p1.Material = Enum.Material.Neon
  2433. p1.FormFactor = Enum.FormFactor.Custom
  2434. p1.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2435. p1.CFrame = CFrame.new(67.2429962, 5.49923229, -14.269578, 1.00045943, -5.51538596e-006, -2.14306033e-006, -7.25689733e-006, 0.999951601, 3.93318305e-006, -2.55180248e-006, 4.05587616e-006, 1.00038624)
  2436. p1.CanCollide = false
  2437. p1.Locked = true
  2438. p1.BottomSurface = Enum.SurfaceType.Smooth
  2439. p1.TopSurface = Enum.SurfaceType.Smooth
  2440. b1 = Instance.new("SpecialMesh", p1)
  2441. b1.MeshType = Enum.MeshType.Sphere
  2442. b1.Name = "Mesh"
  2443. p2 = Instance.new("Part", m)
  2444. p2.BrickColor = BrickColor.new("Really black")
  2445. p2.Material = Enum.Material.Neon
  2446. p2.FormFactor = Enum.FormFactor.Custom
  2447. p2.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2448. p2.CFrame = CFrame.new(67.6437836, 4.79925013, -14.2696915, 1.00046372, -5.51538369e-006, -2.14306829e-006, -7.37613163e-006, 0.999951243, 3.93319806e-006, -2.57999613e-006, 4.14531632e-006, 1.00039005)
  2449. p2.CanCollide = false
  2450. p2.Locked = true
  2451. p2.BottomSurface = Enum.SurfaceType.Smooth
  2452. p2.TopSurface = Enum.SurfaceType.Smooth
  2453. b2 = Instance.new("SpecialMesh", p2)
  2454. b2.MeshType = Enum.MeshType.Sphere
  2455. b2.Name = "Mesh"
  2456. p3 = Instance.new("Part", m)
  2457. p3.BrickColor = BrickColor.new("Royal purple")
  2458. p3.Material = Enum.Material.Neon
  2459. p3.FormFactor = Enum.FormFactor.Custom
  2460. p3.Size = Vector3.new(0.200000048, 0.999999762, 0.200000048)
  2461. p3.CFrame = CFrame.new(66.8881302, 5.17327356, -14.2696877, -0.707441688, -0.707433701, -2.14858301e-006, 0.707077265, -0.707066894, 4.0476084e-006, 4.7538756e-006, -1.07312485e-006, 1.00039387)
  2462. p3.CanCollide = false
  2463. p3.Locked = true
  2464. p3.BottomSurface = Enum.SurfaceType.Smooth
  2465. p3.TopSurface = Enum.SurfaceType.Smooth
  2466. p4 = Instance.new("Part", m)
  2467. p4.BrickColor = BrickColor.new("Really black")
  2468. p4.Material = Enum.Material.Neon
  2469. p4.FormFactor = Enum.FormFactor.Custom
  2470. p4.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2471. p4.CFrame = CFrame.new(66.5432739, 4.7992568, -14.2696896, 1.00046802, -5.54323196e-006, -2.17126149e-006, -7.42077827e-006, 0.999950886, 4.02261594e-006, -2.58000705e-006, 4.14531496e-006, 1.00039387)
  2472. p4.CanCollide = false
  2473. p4.Locked = true
  2474. p4.BottomSurface = Enum.SurfaceType.Smooth
  2475. p4.TopSurface = Enum.SurfaceType.Smooth
  2476. b3 = Instance.new("SpecialMesh", p4)
  2477. b3.MeshType = Enum.MeshType.Sphere
  2478. b3.Name = "Mesh"
  2479. p5 = Instance.new("Part", m)
  2480. p5.BrickColor = BrickColor.new("Royal purple")
  2481. p5.Material = Enum.Material.Neon
  2482. p5.FormFactor = Enum.FormFactor.Custom
  2483. p5.Size = Vector3.new(0.200000048, 0.999999762, 0.200000048)
  2484. p5.CFrame = CFrame.new(67.8495178, 4.41932487, -14.269804, -0.906733274, 0.422823101, -2.17126944e-006, -0.422590762, -0.906265974, 4.0226314e-006, 5.74146384e-007, -4.94026517e-006, 1.00039768)
  2485. p5.CanCollide = false
  2486. p5.Locked = true
  2487. p5.BottomSurface = Enum.SurfaceType.Smooth
  2488. p5.TopSurface = Enum.SurfaceType.Smooth
  2489. p6 = Instance.new("Part", m)
  2490. p6.BrickColor = BrickColor.new("Royal purple")
  2491. p6.Material = Enum.Material.Neon
  2492. p6.FormFactor = Enum.FormFactor.Custom
  2493. p6.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
  2494. p6.CFrame = CFrame.new(66.5438004, 4.21363878, -14.2698011, 1.00047636, -7.68899918e-006, -2.17678416e-006, -5.51342964e-006, 0.999950111, 4.13704174e-006, -2.63088032e-006, 4.20975539e-006, 1.0004015)
  2495. p6.CanCollide = false
  2496. p6.Locked = true
  2497. p6.BottomSurface = Enum.SurfaceType.Smooth
  2498. p6.TopSurface = Enum.SurfaceType.Smooth
  2499. p7 = Instance.new("Part", m)
  2500. p7.BrickColor = BrickColor.new("Really black")
  2501. p7.Material = Enum.Material.Metal
  2502. p7.Name = "Main"
  2503. p7.FormFactor = Enum.FormFactor.Custom
  2504. p7.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  2505. p7.CFrame = CFrame.new(67.2447891, 3.99926972, -13.1694622, 1.00048089, -5.69129634e-006, -2.186149e-006, -7.65911773e-006, 0.999949753, 4.1418657e-006, -2.63640663e-006, 4.32419529e-006, 1.00040531)
  2506. p7.CanCollide = false
  2507. p7.Locked = true
  2508. p7.BottomSurface = Enum.SurfaceType.Smooth
  2509. p7.TopSurface = Enum.SurfaceType.Smooth
  2510. p8 = Instance.new("Part", m)
  2511. p8.BrickColor = BrickColor.new("Royal purple")
  2512. p8.Material = Enum.Material.Neon
  2513. p8.FormFactor = Enum.FormFactor.Custom
  2514. p8.Size = Vector3.new(0.200000048, 1.49999976, 0.200000048)
  2515. p8.CFrame = CFrame.new(67.1560593, 4.19274044, -14.2700233, -0.766423643, -0.643097878, -2.21435107e-006, 0.642760634, -0.766000509, 4.23129995e-006, 4.88720252e-006, -1.69966381e-006, 1.00041294)
  2516. p8.CanCollide = false
  2517. p8.Locked = true
  2518. p8.BottomSurface = Enum.SurfaceType.Smooth
  2519. p8.TopSurface = Enum.SurfaceType.Smooth
  2520. p9 = Instance.new("WedgePart", m)
  2521. p9.BrickColor = BrickColor.new("Royal purple")
  2522. p9.Material = Enum.Material.Neon
  2523. p9.Name = "Wedge"
  2524. p9.FormFactor = Enum.FormFactor.Custom
  2525. p9.Size = Vector3.new(1, 1.19999981, 4)
  2526. p9.CFrame = CFrame.new(67.3460693, 3.49928832, -10.7686377, -1.00049889, -4.27957411e-006, 4.5400966e-006, 8.07642937e-006, 0.906259179, -0.422600418, 2.61850914e-006, -0.422791958, -0.906690836)
  2527. p9.CanCollide = false
  2528. p9.Locked = true
  2529. p9.TopSurface = Enum.SurfaceType.Smooth
  2530. b4 = Instance.new("SpecialMesh", p9)
  2531. b4.MeshType = Enum.MeshType.Wedge
  2532. b4.Name = "Mesh"
  2533. b4.Scale = Vector3.new(0.600000024, 1, 1)
  2534. p10 = Instance.new("Part", m)
  2535. p10.BrickColor = BrickColor.new("Really black")
  2536. p10.Material = Enum.Material.Neon
  2537. p10.FormFactor = Enum.FormFactor.Custom
  2538. p10.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2539. p10.CFrame = CFrame.new(68.0469971, 3.99923301, -14.2702446, 1.00050783, -6.09550762e-006, -2.27330474e-006, -8.07715332e-006, 0.999947786, 4.38094139e-006, -2.69438578e-006, 4.64916229e-006, 1.0004282)
  2540. p10.CanCollide = false
  2541. p10.Locked = true
  2542. p10.BottomSurface = Enum.SurfaceType.Smooth
  2543. p10.TopSurface = Enum.SurfaceType.Smooth
  2544. b5 = Instance.new("SpecialMesh", p10)
  2545. b5.MeshType = Enum.MeshType.Sphere
  2546. b5.Name = "Mesh"
  2547. p11 = Instance.new("Part", m)
  2548. p11.BrickColor = BrickColor.new("Really black")
  2549. p11.Material = Enum.Material.Neon
  2550. p11.FormFactor = Enum.FormFactor.Custom
  2551. p11.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2552. p11.CFrame = CFrame.new(66.5467682, 3.59925723, -14.2703533, 1.00051641, -6.21477238e-006, -2.30150818e-006, -8.22622587e-006, 0.999947011, 4.47037792e-006, -2.72259308e-006, 4.73860473e-006, 1.00043583)
  2553. p11.CanCollide = false
  2554. p11.Locked = true
  2555. p11.BottomSurface = Enum.SurfaceType.Smooth
  2556. p11.TopSurface = Enum.SurfaceType.Smooth
  2557. b6 = Instance.new("SpecialMesh", p11)
  2558. b6.MeshType = Enum.MeshType.Sphere
  2559. b6.Name = "Mesh"
  2560. p12 = Instance.new("Part", m)
  2561. p12.BrickColor = BrickColor.new("Royal purple")
  2562. p12.Material = Enum.Material.Neon
  2563. p12.FormFactor = Enum.FormFactor.Custom
  2564. p12.Size = Vector3.new(0.200000048, 1.49999976, 0.200000048)
  2565. p12.CFrame = CFrame.new(67.558609, 3.39274073, -14.2704687, -0.766450763, -0.643119991, -2.33134415e-006, 0.642759323, -0.765998006, 4.5598149e-006, 5.20550884e-006, -1.92419975e-006, 1.00044346)
  2566. p12.CanCollide = false
  2567. p12.Locked = true
  2568. p12.BottomSurface = Enum.SurfaceType.Smooth
  2569. p12.TopSurface = Enum.SurfaceType.Smooth
  2570. p13 = Instance.new("Part", m)
  2571. p13.BrickColor = BrickColor.new("Really black")
  2572. p13.Material = Enum.Material.Neon
  2573. p13.FormFactor = Enum.FormFactor.Custom
  2574. p13.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2575. p13.CFrame = CFrame.new(67.0482101, 2.79927826, -14.2705812, 1.00053358, -6.43730164e-006, -2.36118058e-006, -8.5234642e-006, 0.999945402, 4.64126742e-006, -2.78064022e-006, 4.90151251e-006, 1.00045109)
  2576. p13.CanCollide = false
  2577. p13.Locked = true
  2578. p13.BottomSurface = Enum.SurfaceType.Smooth
  2579. p13.TopSurface = Enum.SurfaceType.Smooth
  2580. b7 = Instance.new("SpecialMesh", p13)
  2581. b7.MeshType = Enum.MeshType.Sphere
  2582. b7.Name = "Mesh"
  2583. p14 = Instance.new("WedgePart", m)
  2584. p14.BrickColor = BrickColor.new("Royal purple")
  2585. p14.Material = Enum.Material.Neon
  2586. p14.Name = "Wedge"
  2587. p14.FormFactor = Enum.FormFactor.Custom
  2588. p14.Size = Vector3.new(1, 0.699999809, 1.29999995)
  2589. p14.CFrame = CFrame.new(66.8462448, 2.3492887, -14.7586241, 1.00054216, -6.55656913e-006, -2.38459074e-006, -8.61293847e-006, 0.999944568, 4.66311894e-006, -2.81690609e-006, 5.04259924e-006, 1.00045872)
  2590. p14.CanCollide = false
  2591. p14.Locked = true
  2592. p14.TopSurface = Enum.SurfaceType.Smooth
  2593. b8 = Instance.new("SpecialMesh", p14)
  2594. b8.MeshType = Enum.MeshType.Wedge
  2595. b8.Name = "Mesh"
  2596. b8.Scale = Vector3.new(0.200000003, 1, 1)
  2597. p15 = Instance.new("WedgePart", m)
  2598. p15.BrickColor = BrickColor.new("Royal purple")
  2599. p15.Material = Enum.Material.Neon
  2600. p15.Name = "Wedge"
  2601. p15.FormFactor = Enum.FormFactor.Custom
  2602. p15.Size = Vector3.new(1, 0.699999809, 1.29999995)
  2603. p15.CFrame = CFrame.new(68.0474777, 2.34926867, -14.7587423, 1.00055075, -6.67583618e-006, -2.41442808e-006, -8.73221416e-006, 0.999943614, 4.74457238e-006, -2.84674707e-006, 5.12405404e-006, 1.00046635)
  2604. p15.CanCollide = false
  2605. p15.Locked = true
  2606. p15.TopSurface = Enum.SurfaceType.Smooth
  2607. b9 = Instance.new("SpecialMesh", p15)
  2608. b9.MeshType = Enum.MeshType.Wedge
  2609. b9.Name = "Mesh"
  2610. b9.Scale = Vector3.new(0.200000003, 1, 1)
  2611. p16 = Instance.new("WedgePart", m)
  2612. p16.BrickColor = BrickColor.new("Royal purple")
  2613. p16.Material = Enum.Material.Neon
  2614. p16.Name = "Wedge"
  2615. p16.FormFactor = Enum.FormFactor.Custom
  2616. p16.Size = Vector3.new(1, 0.699999809, 1.29999995)
  2617. p16.CFrame = CFrame.new(67.4477234, 2.34926438, -14.7588549, 1.00055933, -6.79510413e-006, -2.44426587e-006, -8.85149075e-006, 0.99994266, 4.82602672e-006, -2.8765885e-006, 5.20550975e-006, 1.00047398)
  2618. p16.CanCollide = false
  2619. p16.Locked = true
  2620. p16.TopSurface = Enum.SurfaceType.Smooth
  2621. b10 = Instance.new("SpecialMesh", p16)
  2622. b10.MeshType = Enum.MeshType.Wedge
  2623. b10.Name = "Mesh"
  2624. b10.Scale = Vector3.new(0.200000003, 1, 1)
  2625. w1 = Instance.new("Weld", p1)
  2626. w1.Name = "Part_Weld"
  2627. w1.Part0 = p1
  2628. w1.C0 = CFrame.new(-67.2025909, -3.50003719, 14.2622871, 1, -8.94065977e-008, 5.79734944e-008, 8.94065977e-008, 1, -2.98022034e-008, -5.79734909e-008, 2.98022087e-008, 1)
  2629. w1.Part1 = p2
  2630. w1.C1 = CFrame.new(-67.6028976, -2.80003333, 14.2623405, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2631. w2 = Instance.new("Weld", p2)
  2632. w2.Name = "Part_Weld"
  2633. w2.Part0 = p2
  2634. w2.C0 = CFrame.new(-67.6028976, -2.80003333, 14.2623405, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2635. w2.Part1 = p3
  2636. w2.C1 = CFrame.new(45.023777, 49.5125847, 14.2622843, -0.707106769, 0.707106769, -6.37114681e-008, -0.707106769, -0.707106769, 1.37820813e-008, -3.53054119e-008, 5.47962173e-008, 1)
  2637. w3 = Instance.new("Weld", p3)
  2638. w3.Name = "Part_Weld"
  2639. w3.Part0 = p3
  2640. w3.C0 = CFrame.new(45.023777, 49.5125847, 14.2622843, -0.707106769, 0.707106769, -6.37114681e-008, -0.707106769, -0.707106769, 1.37820813e-008, -3.53054119e-008, 5.47962173e-008, 1)
  2641. w3.Part1 = p4
  2642. w3.C1 = CFrame.new(-66.5026016, -2.80003667, 14.2622871, 1, -8.94065835e-008, 5.79734944e-008, 8.94065835e-008, 1, -2.98022034e-008, -5.79734909e-008, 2.98022087e-008, 1)
  2643. w4 = Instance.new("Weld", p4)
  2644. w4.Name = "Part_Weld"
  2645. w4.Part0 = p4
  2646. w4.C0 = CFrame.new(-66.5026016, -2.80003667, 14.2622871, 1, -8.94065835e-008, 5.79734944e-008, 8.94065835e-008, 1, -2.98022034e-008, -5.79734909e-008, 2.98022087e-008, 1)
  2647. w4.Part1 = p5
  2648. w4.C1 = CFrame.new(62.4776497, -26.4635353, 14.2623405, -0.906311512, -0.422618151, -5.2200086e-008, 0.422620177, -0.906307399, -4.14251318e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2649. w5 = Instance.new("Weld", p5)
  2650. w5.Name = "Part_Weld"
  2651. w5.Part0 = p5
  2652. w5.C0 = CFrame.new(62.4776497, -26.4635353, 14.2623405, -0.906311512, -0.422618151, -5.2200086e-008, 0.422620177, -0.906307399, -4.14251318e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2653. w5.Part1 = p6
  2654. w5.C1 = CFrame.new(-66.5025787, -2.21426678, 14.2622843, 1, 1.90734295e-006, 3.53052521e-008, -1.90734295e-006, 1, -5.47961676e-008, -3.53053551e-008, 5.47961001e-008, 1)
  2655. w6 = Instance.new("Weld", p6)
  2656. w6.Name = "Part_Weld"
  2657. w6.Part0 = p6
  2658. w6.C0 = CFrame.new(-66.5025787, -2.21426678, 14.2622843, 1, 1.90734295e-006, 3.53052521e-008, -1.90734295e-006, 1, -5.47961676e-008, -3.53053551e-008, 5.47961001e-008, 1)
  2659. w6.Part1 = p7
  2660. w6.C1 = CFrame.new(-67.202919, -2.00003123, 13.1623335, 1.00000453, -2.38418579e-007, 2.98023295e-008, 8.94069672e-008, 0.999999642, 5.96046448e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  2661. w7 = Instance.new("Weld", p7)
  2662. w7.Name = "Part_Weld"
  2663. w7.Part0 = p7
  2664. w7.C0 = CFrame.new(-67.202919, -2.00003123, 13.1623335, 1.00000453, -2.38418579e-007, 2.98023295e-008, 8.94069672e-008, 0.999999642, 5.96046448e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  2665. w7.Part1 = p8
  2666. w7.C1 = CFrame.new(50.0020561, 44.8201294, 14.2623405, -0.766047955, 0.642787397, 1.54832112e-008, -0.642790377, -0.766044199, -6.48163692e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2667. w8 = Instance.new("Weld", p8)
  2668. w8.Name = "Wedge_Weld"
  2669. w8.Part0 = p8
  2670. w8.C0 = CFrame.new(50.0020561, 44.8201294, 14.2623405, -0.766047955, 0.642787397, 1.54832112e-008, -0.642790377, -0.766044199, -6.48163692e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2671. w8.Part1 = p9
  2672. w8.C1 = CFrame.new(67.3029327, -5.90784931, -9.1200285, -1.00000453, 3.57627869e-007, -9.07683528e-008, 2.33116921e-007, 0.906307459, -0.422619879, 7.83834153e-009, -0.42261824, -0.906311214)
  2673. w9 = Instance.new("Weld", p9)
  2674. w9.Name = "Part_Weld"
  2675. w9.Part0 = p9
  2676. w9.C0 = CFrame.new(67.3029327, -5.90784931, -9.1200285, -1.00000453, 3.57627869e-007, -9.07683528e-008, 2.33116921e-007, 0.906307459, -0.422619879, 7.83834153e-009, -0.42261824, -0.906311214)
  2677. w9.Part1 = p10
  2678. w9.C1 = CFrame.new(-68.0029068, -2.00003219, 14.2623405, 1.00000441, -2.08616257e-007, 2.98023135e-008, 5.96046448e-008, 0.999999642, 5.96046412e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2679. w10 = Instance.new("Weld", p10)
  2680. w10.Name = "Part_Weld"
  2681. w10.Part0 = p10
  2682. w10.C0 = CFrame.new(-68.0029068, -2.00003219, 14.2623405, 1.00000441, -2.08616257e-007, 2.98023135e-008, 5.96046448e-008, 0.999999642, 5.96046412e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2683. w10.Part1 = p11
  2684. w10.C1 = CFrame.new(-66.5028687, -1.60003603, 14.2623405, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2685. w11 = Instance.new("Weld", p11)
  2686. w11.Name = "Part_Weld"
  2687. w11.Part0 = p11
  2688. w11.C0 = CFrame.new(-66.5028687, -1.60003603, 14.2623405, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2689. w11.Part1 = p12
  2690. w11.C1 = CFrame.new(50.8226891, 44.4644012, 14.2623415, -0.766047835, 0.642787337, 1.03502398e-008, -0.642790318, -0.76604414, -5.86991185e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  2691. w12 = Instance.new("Weld", p12)
  2692. w12.Name = "Part_Weld"
  2693. w12.Part0 = p12
  2694. w12.C0 = CFrame.new(50.8226891, 44.4644012, 14.2623415, -0.766047835, 0.642787337, 1.03502398e-008, -0.642790318, -0.76604414, -5.86991185e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  2695. w12.Part1 = p13
  2696. w12.C1 = CFrame.new(-67.0028915, -0.800035119, 14.2623415, 1.00000429, -2.08616257e-007, 2.980231e-008, 1.1920929e-007, 0.999999642, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  2697. w13 = Instance.new("Weld", p13)
  2698. w13.Name = "Wedge_Weld"
  2699. w13.Part0 = p13
  2700. w13.C0 = CFrame.new(-67.0028915, -0.800035119, 14.2623415, 1.00000429, -2.08616257e-007, 2.980231e-008, 1.1920929e-007, 0.999999642, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  2701. w13.Part1 = p14
  2702. w13.C1 = CFrame.new(-66.8004532, -0.350028068, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  2703. w14 = Instance.new("Weld", p14)
  2704. w14.Name = "Wedge_Weld"
  2705. w14.Part0 = p14
  2706. w14.C0 = CFrame.new(-66.8004532, -0.350028068, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  2707. w14.Part1 = p15
  2708. w14.C1 = CFrame.new(-68.0004578, -0.350028008, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  2709. w15 = Instance.new("Weld", p15)
  2710. w15.Name = "Wedge_Weld"
  2711. w15.Part0 = p15
  2712. w15.C0 = CFrame.new(-68.0004578, -0.350028008, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  2713. w15.Part1 = p16
  2714. w15.C1 = CFrame.new(-67.4004517, -0.350028008, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  2715. m.Parent = rleg
  2716. m:MakeJoints()
  2717. ----------------------------------------------------
  2718. local cor6 = Instance.new("Part", rleg.RightLeg)
  2719. cor6.Name = "Thingy"
  2720. cor6.Locked = true
  2721. cor6.BottomSurface = 0
  2722. cor6.CanCollide = false
  2723. cor6.Size = Vector3.new(2, 1, 1)
  2724. cor6.Transparency = 1
  2725. cor6.TopSurface = 0
  2726. corw2 = Instance.new("Weld", cor6)
  2727. corw2.Part0 = rleg
  2728. corw2.Part1 = cor6
  2729. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2730. corw2.C1 = CFrame.new(0, 0, 0)
  2731. weld2 = Instance.new("Weld", rleg.RightLeg)
  2732. weld2.Part0 = cor6
  2733. weld2.Part1 = p7
  2734. weld2.C0 = CFrame.new(0, 0, 0)
  2735. ----------------------------------------------------
  2736. local m = Instance.new("Model")
  2737. m.Name = "LeftLeg"
  2738. p1 = Instance.new("WedgePart", m)
  2739. p1.BrickColor = BrickColor.new("Royal purple")
  2740. p1.Material = Enum.Material.Neon
  2741. p1.Name = "Wedge"
  2742. p1.FormFactor = Enum.FormFactor.Custom
  2743. p1.Size = Vector3.new(1, 0.699999809, 1.29999995)
  2744. p1.CFrame = CFrame.new(64.3107605, 2.34980536, -14.7520046, 1.00008786, -7.1526415e-007, 2.00803143e-007, -2.2649931e-006, 0.999990404, 5.36453001e-007, -1.27237047e-006, 7.81809263e-007, 1.00007522)
  2745. p1.CanCollide = false
  2746. p1.Locked = true
  2747. p1.TopSurface = Enum.SurfaceType.Smooth
  2748. b1 = Instance.new("SpecialMesh", p1)
  2749. b1.MeshType = Enum.MeshType.Wedge
  2750. b1.Name = "Mesh"
  2751. b1.Scale = Vector3.new(0.200000003, 1, 1)
  2752. p2 = Instance.new("WedgePart", m)
  2753. p2.BrickColor = BrickColor.new("Royal purple")
  2754. p2.Material = Enum.Material.Neon
  2755. p2.Name = "Wedge"
  2756. p2.FormFactor = Enum.FormFactor.Custom
  2757. p2.Size = Vector3.new(1, 1.19999981, 4)
  2758. p2.CFrame = CFrame.new(64.9138336, 3.49979234, -10.7640553, -1.00009644, -6.38643314e-007, 1.81689501e-007, 2.53323037e-006, 0.906298041, -0.422614515, 1.23479219e-006, -0.422652602, -0.906383216)
  2759. p2.CanCollide = false
  2760. p2.Locked = true
  2761. p2.TopSurface = Enum.SurfaceType.Smooth
  2762. b2 = Instance.new("SpecialMesh", p2)
  2763. b2.MeshType = Enum.MeshType.Wedge
  2764. b2.Name = "Mesh"
  2765. b2.Scale = Vector3.new(0.600000024, 1, 1)
  2766. p3 = Instance.new("Part", m)
  2767. p3.BrickColor = BrickColor.new("Really black")
  2768. p3.Material = Enum.Material.Metal
  2769. p3.Name = "Main"
  2770. p3.FormFactor = Enum.FormFactor.Custom
  2771. p3.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  2772. p3.CFrame = CFrame.new(65.0144501, 3.99976897, -13.1643734, 1.00010526, -9.43461771e-007, 1.5135204e-007, -2.48442234e-006, 0.999988973, 7.74860382e-007, -1.32394814e-006, 8.94069672e-007, 1.00009048)
  2773. p3.CanCollide = false
  2774. p3.Locked = true
  2775. p3.BottomSurface = Enum.SurfaceType.Smooth
  2776. p3.TopSurface = Enum.SurfaceType.Smooth
  2777. p4 = Instance.new("Part", m)
  2778. p4.BrickColor = BrickColor.new("Really black")
  2779. p4.Material = Enum.Material.Neon
  2780. p4.FormFactor = Enum.FormFactor.Custom
  2781. p4.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2782. p4.CFrame = CFrame.new(64.8149185, 4.09976244, -14.2645903, 1.00011396, -1.07351866e-006, 1.23178822e-007, -2.62327239e-006, 0.999988258, 8.64272579e-007, -1.33881622e-006, 1.01328953e-006, 1.00009811)
  2783. p4.CanCollide = false
  2784. p4.Locked = true
  2785. p4.BottomSurface = Enum.SurfaceType.Smooth
  2786. p4.TopSurface = Enum.SurfaceType.Smooth
  2787. b3 = Instance.new("SpecialMesh", p4)
  2788. b3.MeshType = Enum.MeshType.Sphere
  2789. b3.Name = "Mesh"
  2790. p5 = Instance.new("WedgePart", m)
  2791. p5.BrickColor = BrickColor.new("Royal purple")
  2792. p5.Material = Enum.Material.Neon
  2793. p5.Name = "Wedge"
  2794. p5.FormFactor = Enum.FormFactor.Custom
  2795. p5.Size = Vector3.new(1, 0.699999809, 1.29999995)
  2796. p5.CFrame = CFrame.new(64.9130707, 2.34976578, -14.7524614, 1.00012243, -1.19274011e-006, 9.97973828e-008, -2.74250215e-006, 0.999987364, 8.94081438e-007, -1.37342522e-006, 1.15432931e-006, 1.00010574)
  2797. p5.CanCollide = false
  2798. p5.Locked = true
  2799. p5.TopSurface = Enum.SurfaceType.Smooth
  2800. b4 = Instance.new("SpecialMesh", p5)
  2801. b4.MeshType = Enum.MeshType.Wedge
  2802. b4.Name = "Mesh"
  2803. b4.Scale = Vector3.new(0.200000003, 1, 1)
  2804. p6 = Instance.new("Part", m)
  2805. p6.BrickColor = BrickColor.new("Royal purple")
  2806. p6.Material = Enum.Material.Neon
  2807. p6.FormFactor = Enum.FormFactor.Custom
  2808. p6.Size = Vector3.new(0.200000048, 1.29999971, 0.200000048)
  2809. p6.CFrame = CFrame.new(65.1539307, 3.56787443, -14.2648125, -0.81925869, 0.573652625, 6.3568308e-008, -0.573566198, -0.819142461, 1.03511331e-006, 4.69596898e-007, -1.7646264e-006, 1.00011337)
  2810. p6.CanCollide = false
  2811. p6.Locked = true
  2812. p6.BottomSurface = Enum.SurfaceType.Smooth
  2813. p6.TopSurface = Enum.SurfaceType.Smooth
  2814. p7 = Instance.new("Part", m)
  2815. p7.BrickColor = BrickColor.new("Royal purple")
  2816. p7.Material = Enum.Material.Neon
  2817. p7.FormFactor = Enum.FormFactor.Custom
  2818. p7.Size = Vector3.new(0.200000048, 0.999999642, 0.200000048)
  2819. p7.CFrame = CFrame.new(64.9899063, 4.4266243, -14.2649202, 0.86614728, 0.500068843, 4.87115699e-008, -0.499995351, 0.866011381, 1.14634361e-006, -1.86828663e-006, 3.82691809e-007, 1.000121)
  2820. p7.CanCollide = false
  2821. p7.Locked = true
  2822. p7.BottomSurface = Enum.SurfaceType.Smooth
  2823. p7.TopSurface = Enum.SurfaceType.Smooth
  2824. p8 = Instance.new("Part", m)
  2825. p8.BrickColor = BrickColor.new("Really black")
  2826. p8.Material = Enum.Material.Neon
  2827. p8.FormFactor = Enum.FormFactor.Custom
  2828. p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2829. p8.CFrame = CFrame.new(65.2172623, 4.89969873, -14.2650318, 1.00014877, -1.43051147e-006, 2.05365609e-008, -3.09944153e-006, 0.99998486, 1.2357583e-006, -1.44150738e-006, 1.38478742e-006, 1.00012863)
  2830. p8.CanCollide = false
  2831. p8.Locked = true
  2832. p8.BottomSurface = Enum.SurfaceType.Smooth
  2833. p8.TopSurface = Enum.SurfaceType.Smooth
  2834. b5 = Instance.new("SpecialMesh", p8)
  2835. b5.MeshType = Enum.MeshType.Sphere
  2836. b5.Name = "Mesh"
  2837. p9 = Instance.new("Part", m)
  2838. p9.BrickColor = BrickColor.new("Really black")
  2839. p9.Material = Enum.Material.Neon
  2840. p9.FormFactor = Enum.FormFactor.Custom
  2841. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2842. p9.CFrame = CFrame.new(65.517868, 2.99971151, -14.2651463, 1.00015736, -1.5520751e-006, -9.27031252e-009, -3.21633729e-006, 0.999984026, 1.32517368e-006, -1.46969478e-006, 1.46621869e-006, 1.00013626)
  2843. p9.CanCollide = false
  2844. p9.Locked = true
  2845. p9.BottomSurface = Enum.SurfaceType.Smooth
  2846. p9.TopSurface = Enum.SurfaceType.Smooth
  2847. b6 = Instance.new("SpecialMesh", p9)
  2848. b6.MeshType = Enum.MeshType.Sphere
  2849. b6.Name = "Mesh"
  2850. p10 = Instance.new("Part", m)
  2851. p10.BrickColor = BrickColor.new("Royal purple")
  2852. p10.Material = Enum.Material.Neon
  2853. p10.FormFactor = Enum.FormFactor.Custom
  2854. p10.Size = Vector3.new(0.200000048, 1.09999967, 0.200000048)
  2855. p10.CFrame = CFrame.new(64.79879, 5.1497221, -14.2652512, -0.642893076, 0.766172707, -3.7446263e-008, -0.766029418, -0.64277941, 1.40660427e-006, -2.27817864e-007, -2.14863894e-006, 1.00014389)
  2856. p10.CanCollide = false
  2857. p10.Locked = true
  2858. p10.BottomSurface = Enum.SurfaceType.Smooth
  2859. p10.TopSurface = Enum.SurfaceType.Smooth
  2860. p11 = Instance.new("Part", m)
  2861. p11.BrickColor = BrickColor.new("Royal purple")
  2862. p11.Material = Enum.Material.Neon
  2863. p11.FormFactor = Enum.FormFactor.Custom
  2864. p11.Size = Vector3.new(0.200000048, 0.699999809, 0.200000048)
  2865. p11.CFrame = CFrame.new(65.2189484, 5.30325174, -14.2653618, 1.00017476, -1.78813934e-006, -6.56227002e-008, -3.4570694e-006, 0.999982595, 1.49602079e-006, -1.52770292e-006, 1.64505627e-006, 1.00015152)
  2866. p11.CanCollide = false
  2867. p11.Locked = true
  2868. p11.BottomSurface = Enum.SurfaceType.Smooth
  2869. p11.TopSurface = Enum.SurfaceType.Smooth
  2870. p12 = Instance.new("WedgePart", m)
  2871. p12.BrickColor = BrickColor.new("Royal purple")
  2872. p12.Material = Enum.Material.Neon
  2873. p12.Name = "Wedge"
  2874. p12.FormFactor = Enum.FormFactor.Custom
  2875. p12.Size = Vector3.new(1, 0.699999809, 1.29999995)
  2876. p12.CFrame = CFrame.new(65.5171509, 2.34969687, -14.7532635, 1.00018334, -1.89246384e-006, -8.90070169e-008, -3.54650388e-006, 0.999981821, 1.52583425e-006, -1.56231545e-006, 1.78610321e-006, 1.00015914)
  2877. p12.CanCollide = false
  2878. p12.Locked = true
  2879. p12.TopSurface = Enum.SurfaceType.Smooth
  2880. b7 = Instance.new("SpecialMesh", p12)
  2881. b7.MeshType = Enum.MeshType.Wedge
  2882. b7.Name = "Mesh"
  2883. b7.Scale = Vector3.new(0.200000003, 1, 1)
  2884. p13 = Instance.new("Part", m)
  2885. p13.BrickColor = BrickColor.new("Really black")
  2886. p13.Material = Enum.Material.Neon
  2887. p13.FormFactor = Enum.FormFactor.Custom
  2888. p13.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2889. p13.CFrame = CFrame.new(64.3198929, 5.59963703, -14.2655821, 1.00019193, -1.97098893e-006, -1.23608402e-007, -3.67657594e-006, 0.999981046, 1.66687016e-006, -1.58571254e-006, 1.81590929e-006, 1.00016677)
  2890. p13.CanCollide = false
  2891. p13.Locked = true
  2892. p13.BottomSurface = Enum.SurfaceType.Smooth
  2893. p13.TopSurface = Enum.SurfaceType.Smooth
  2894. b8 = Instance.new("SpecialMesh", p13)
  2895. b8.MeshType = Enum.MeshType.Sphere
  2896. b8.Name = "Mesh"
  2897. p14 = Instance.new("Part", m)
  2898. p14.BrickColor = BrickColor.new("Really black")
  2899. p14.Material = Enum.Material.Neon
  2900. p14.FormFactor = Enum.FormFactor.Custom
  2901. p14.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2902. p14.CFrame = CFrame.new(65.2206192, 5.79961872, -14.2656937, 1.00020039, -2.10105645e-006, -1.51786239e-007, -3.75511786e-006, 0.99998033, 1.7562885e-006, -1.6139021e-006, 1.90533035e-006, 1.0001744)
  2903. p14.CanCollide = false
  2904. p14.Locked = true
  2905. p14.BottomSurface = Enum.SurfaceType.Smooth
  2906. p14.TopSurface = Enum.SurfaceType.Smooth
  2907. b9 = Instance.new("SpecialMesh", p14)
  2908. b9.MeshType = Enum.MeshType.Sphere
  2909. b9.Name = "Mesh"
  2910. w1 = Instance.new("Weld", p1)
  2911. w1.Name = "Wedge_Weld"
  2912. w1.Part0 = p1
  2913. w1.C0 = CFrame.new(-64.3004303, -0.350028396, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  2914. w1.Part1 = p2
  2915. w1.C1 = CFrame.new(64.9028854, -5.90785694, -9.12002754, -1.00000429, 3.57627869e-007, -9.07683386e-008, 2.9341092e-007, 0.906307459, -0.422619879, -5.58450353e-009, -0.42261821, -0.906311214)
  2916. w2 = Instance.new("Weld", p2)
  2917. w2.Name = "Part_Weld"
  2918. w2.Part0 = p2
  2919. w2.C0 = CFrame.new(64.9028854, -5.90785694, -9.12002754, -1.00000429, 3.57627869e-007, -9.07683386e-008, 2.9341092e-007, 0.906307459, -0.422619879, -5.58450353e-009, -0.42261821, -0.906311214)
  2920. w2.Part1 = p3
  2921. w2.C1 = CFrame.new(-65.0029144, -2.00002885, 13.1623335, 1.00000453, -2.19451294e-007, 2.98023295e-008, 6.97858056e-008, 0.999999702, 5.96046448e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  2922. w3 = Instance.new("Weld", p3)
  2923. w3.Name = "Part_Weld"
  2924. w3.Part0 = p3
  2925. w3.C0 = CFrame.new(-65.0029144, -2.00002885, 13.1623335, 1.00000453, -2.19451294e-007, 2.98023295e-008, 6.97858056e-008, 0.999999702, 5.96046448e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  2926. w3.Part1 = p4
  2927. w3.C1 = CFrame.new(-64.8028488, -2.10003614, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2928. w4 = Instance.new("Weld", p4)
  2929. w4.Name = "Wedge_Weld"
  2930. w4.Part0 = p4
  2931. w4.C0 = CFrame.new(-64.8028488, -2.10003614, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2932. w4.Part1 = p5
  2933. w4.C1 = CFrame.new(-64.9004364, -0.350028336, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  2934. w5 = Instance.new("Weld", p5)
  2935. w5.Name = "Part_Weld"
  2936. w5.Part0 = p5
  2937. w5.C0 = CFrame.new(-64.9004364, -0.350028336, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  2938. w5.Part1 = p6
  2939. w5.C1 = CFrame.new(54.2596054, -36.0786095, 14.2623415, -0.819155633, -0.573575974, -5.40201484e-008, 0.573578835, -0.819151759, -2.51900261e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  2940. w6 = Instance.new("Weld", p6)
  2941. w6.Name = "Part_Weld"
  2942. w6.Part0 = p6
  2943. w6.C0 = CFrame.new(54.2596054, -36.0786095, 14.2623415, -0.819155633, -0.573575974, -5.40201484e-008, 0.573578835, -0.819151759, -2.51900261e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  2944. w6.Part1 = p7
  2945. w6.C1 = CFrame.new(-55.0575066, -34.589859, 14.2623396, 0.866029263, -0.50000006, -3.99274924e-009, 0.500002325, 0.866025031, 6.65203004e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  2946. w7 = Instance.new("Weld", p7)
  2947. w7.Name = "Part_Weld"
  2948. w7.Part0 = p7
  2949. w7.C0 = CFrame.new(-55.0575066, -34.589859, 14.2623396, 0.866029263, -0.50000006, -3.99274924e-009, 0.500002325, 0.866025031, 6.65203004e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  2950. w7.Part1 = p8
  2951. w7.C1 = CFrame.new(-65.2028809, -2.90003395, 14.2623415, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2952. w8 = Instance.new("Weld", p8)
  2953. w8.Name = "Part_Weld"
  2954. w8.Part0 = p8
  2955. w8.C0 = CFrame.new(-65.2028809, -2.90003395, 14.2623415, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2956. w8.Part1 = p9
  2957. w8.C1 = CFrame.new(-65.5028763, -1.00002885, 14.2623425, 1.00000429, -2.06278372e-007, 2.98023135e-008, 8.70690755e-008, 0.999999523, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  2958. w9 = Instance.new("Weld", p9)
  2959. w9.Name = "Part_Weld"
  2960. w9.Part0 = p9
  2961. w9.C0 = CFrame.new(-65.5028763, -1.00002885, 14.2623425, 1.00000429, -2.06278372e-007, 2.98023135e-008, 8.70690755e-008, 0.999999523, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  2962. w9.Part1 = p10
  2963. w9.C1 = CFrame.new(44.0550385, -47.6020889, 14.2623405, -0.642790556, -0.766044021, -6.48163621e-008, 0.766047776, -0.642787576, -1.54832289e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2964. w10 = Instance.new("Weld", p10)
  2965. w10.Name = "Part_Weld"
  2966. w10.Part0 = p10
  2967. w10.C0 = CFrame.new(44.0550385, -47.6020889, 14.2623405, -0.642790556, -0.766044021, -6.48163621e-008, 0.766047776, -0.642787576, -1.54832289e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2968. w10.Part1 = p11
  2969. w10.C1 = CFrame.new(-65.2028656, -3.3036263, 14.2623405, 1.00000429, -1.93715096e-007, 2.98023153e-008, 1.1920929e-007, 0.999999702, 5.96046412e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2970. w11 = Instance.new("Weld", p11)
  2971. w11.Name = "Wedge_Weld"
  2972. w11.Part0 = p11
  2973. w11.C0 = CFrame.new(-65.2028656, -3.3036263, 14.2623405, 1.00000429, -1.93715096e-007, 2.98023153e-008, 1.1920929e-007, 0.999999702, 5.96046412e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2974. w11.Part1 = p12
  2975. w11.C1 = CFrame.new(-65.5004425, -0.350028276, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  2976. w12 = Instance.new("Weld", p12)
  2977. w12.Name = "Part_Weld"
  2978. w12.Part0 = p12
  2979. w12.C0 = CFrame.new(-65.5004425, -0.350028276, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  2980. w12.Part1 = p13
  2981. w12.C1 = CFrame.new(-64.3028641, -3.60003614, 14.2623415, 1.00000429, -2.19451294e-007, 2.98023153e-008, 1.30103487e-007, 0.999999702, 5.96046448e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2982. w13 = Instance.new("Weld", p13)
  2983. w13.Name = "Part_Weld"
  2984. w13.Part0 = p13
  2985. w13.C0 = CFrame.new(-64.3028641, -3.60003614, 14.2623415, 1.00000429, -2.19451294e-007, 2.98023153e-008, 1.30103487e-007, 0.999999702, 5.96046448e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2986. w13.Part1 = p14
  2987. w13.C1 = CFrame.new(-65.202858, -3.80003428, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2988. w14 = Instance.new("Weld", p14)
  2989. w14.Name = "Wedge_Weld"
  2990. w14.Part0 = p14
  2991. w14.C0 = CFrame.new(-65.202858, -3.80003428, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2992. m.Parent = lleg
  2993. m:MakeJoints()
  2994. ----------------------------------------------------
  2995. local cor7 = Instance.new("Part", lleg.LeftLeg)
  2996. cor7.Name = "Thingy"
  2997. cor7.Locked = true
  2998. cor7.BottomSurface = 0
  2999. cor7.CanCollide = false
  3000. cor7.Size = Vector3.new(2, 1, 1)
  3001. cor7.Transparency = 1
  3002. cor7.TopSurface = 0
  3003. corw2 = Instance.new("Weld", cor7)
  3004. corw2.Part0 = lleg
  3005. corw2.Part1 = cor7
  3006. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3007. corw2.C1 = CFrame.new(0, 0, 0)
  3008. weld2 = Instance.new("Weld", lleg.LeftLeg)
  3009. weld2.Part0 = cor7
  3010. weld2.Part1 = p3
  3011. weld2.C0 = CFrame.new(0, 0, 0)
  3012. ----------------------------------------------------
  3013. function weld5(part0, part1, c0, c1)
  3014. weeld=Instance.new("Weld", part0)
  3015. weeld.Part0=part0
  3016. weeld.Part1=part1
  3017. weeld.C0=c0
  3018. weeld.C1=c1
  3019. return weeld
  3020. end
  3021. ----------------------------------------------------
  3022. function newRay(start,face,range,wat)
  3023. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  3024. hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  3025. return rey,hit,pos
  3026. end
  3027. ----------------------------------------------------
  3028. mod5 = Instance.new("Model",char)
  3029.  
  3030. function FindNearestTorso(Position,Distance,SinglePlayer)
  3031. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  3032. local List = {}
  3033. for i,v in pairs(workspace:GetChildren())do
  3034. if v:IsA("Model")then
  3035. if v:findFirstChild("Torso")then
  3036. if v ~= char then
  3037. if(v.Torso.Position -Position).magnitude <= Distance then
  3038. table.insert(List,v)
  3039. end
  3040. end
  3041. end
  3042. end
  3043. end
  3044. return List
  3045. end
  3046.  
  3047. function Landing()
  3048. part=Instance.new('Part',mod5)
  3049. part.Anchored=true
  3050. part.CanCollide=false
  3051. part.FormFactor='Custom'
  3052. part.Size=Vector3.new(.2,.2,.2)
  3053. part.CFrame=root.CFrame*CFrame.new(0,-2,0)
  3054. part.Transparency=.7
  3055. part.BrickColor=BrickColor.new('Really black')
  3056. part2=part:clone()
  3057. part2.Parent = mod5
  3058. part2.BrickColor=BrickColor.new('Royal purple')
  3059. mesh=Instance.new('SpecialMesh',part)
  3060. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  3061. mesh.Scale=Vector3.new(10,5,10)
  3062. mesh2=mesh:clone()
  3063. mesh2.Parent=part2
  3064. mesh2.Scale=Vector3.new(12, 6, 12)
  3065.  
  3066. for i,v in pairs(FindNearestTorso(torso.CFrame.p,30))do
  3067. if v:FindFirstChild('Humanoid') then
  3068. v.Humanoid:TakeDamage(math.random(20,30))
  3069. v.Humanoid.PlatformStand = true
  3070. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 30
  3071. end
  3072. end
  3073.  
  3074. coroutine.resume(coroutine.create(function()
  3075. for i=0,3.8,0.05 do
  3076. wait()
  3077. part.CFrame=part.CFrame
  3078. part.Transparency=i
  3079. part2.CFrame=part2.CFrame
  3080. part2.Transparency=i
  3081. mesh.Scale=mesh.Scale+Vector3.new(1,0.2,1)
  3082. mesh2.Scale=mesh2.Scale+Vector3.new(1.2,0.3,1.2)
  3083. end
  3084. part.Parent = nil
  3085. end))
  3086. end
  3087. ----------------------------------------------------
  3088. mod4 = Instance.new("Model",char)
  3089.  
  3090. ptez = {0.7, 0.8, 0.9, 1}
  3091.  
  3092. function FindNearestTorso(Position,Distance,SinglePlayer)
  3093. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  3094. local List = {}
  3095. for i,v in pairs(workspace:GetChildren())do
  3096. if v:IsA("Model")then
  3097. if v:findFirstChild("Torso")then
  3098. if v ~= char then
  3099. if(v.Torso.Position -Position).magnitude <= Distance then
  3100. table.insert(List,v)
  3101. end
  3102. end
  3103. end
  3104. end
  3105. end
  3106. return List
  3107. end
  3108.  
  3109. function GroundPound()
  3110. part=Instance.new('Part',mod4)
  3111. part.Anchored=true
  3112. part.CanCollide=false
  3113. part.FormFactor='Custom'
  3114. part.Size=Vector3.new(.2,.2,.2)
  3115. part.CFrame=root.CFrame*CFrame.new(0,-5.8,-2.4)*CFrame.Angles(math.rad(90),0,0)
  3116. part.Transparency=.7
  3117. part.BrickColor=BrickColor.new('Really black')
  3118. mesh=Instance.new('SpecialMesh',part)
  3119. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  3120. mesh.Scale=Vector3.new(3,3,3)
  3121. part2=Instance.new('Part',mod4)
  3122. part2.Anchored=true
  3123. part2.CanCollide=false
  3124. part2.FormFactor='Custom'
  3125. part2.Size=Vector3.new(.2,.2,.2)
  3126. part2.CFrame=root.CFrame*CFrame.new(0,-5,-2.6)
  3127. part2.Transparency=.7
  3128. part2.BrickColor=BrickColor.new('Royal purple')
  3129. mesh2=Instance.new('SpecialMesh',part2)
  3130. mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
  3131. mesh2.Scale=Vector3.new(3,1.5,3)
  3132. x = Instance.new("Sound",char)
  3133. x.SoundId = "http://www.roblox.com/asset/?id=157878578"
  3134. x.Pitch = ptez[math.random(1,#ptez)]
  3135. x.Volume = 1
  3136. wait(.1)
  3137. x:Play()
  3138. for i,v in pairs(FindNearestTorso(torso.CFrame.p,12))do
  3139. if v:FindFirstChild('Humanoid') then
  3140. v.Humanoid:TakeDamage(math.random(8,15))
  3141. end
  3142. end
  3143. coroutine.resume(coroutine.create(function()
  3144. for i=0,0.62,0.13 do
  3145. wait()
  3146. part.CFrame=part.CFrame
  3147. part.Transparency=i
  3148. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  3149. part2.CFrame=part2.CFrame
  3150. part2.Transparency=i
  3151. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  3152. end
  3153. part.Parent=nil
  3154. part2.Parent=nil
  3155. x:Destroy()
  3156. end))
  3157. end
  3158. ----------------------------------------------------
  3159. mod=Instance.new('Model',char)
  3160.  
  3161. function charge()
  3162. hed.Velocity=hed.CFrame.lookVector*200
  3163. part=Instance.new('Part',mod)
  3164. part.Anchored=true
  3165. part.CanCollide=false
  3166. part.FormFactor='Custom'
  3167. part.Size=Vector3.new(.2,.2,.2)
  3168. part.CFrame=hed.CFrame*CFrame.Angles(math.rad(90),0,0)
  3169. part.Transparency=.7
  3170. part.BrickColor=BrickColor.new('Black')
  3171. mesh=Instance.new('SpecialMesh',part)
  3172. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  3173. mesh.Scale=Vector3.new(10,5,10)
  3174. part2=part:clone()
  3175. part2.Parent=mod
  3176. part2.BrickColor=BrickColor.new('Royal purple')
  3177. mesh2=mesh:clone()
  3178. mesh2.Parent=part2
  3179. mesh2.Scale=Vector3.new(20,10,20)
  3180. part3=part2:clone()
  3181. part3.Parent = mod
  3182. part3.BrickColor=BrickColor.new('Really black')
  3183. mesh3=mesh2:clone()
  3184. mesh2.Parent=part3
  3185. mesh3.Scale=Vector3.new(30,15,30)
  3186. coroutine.resume(coroutine.create(function()
  3187. for i=0,1,0.1 do
  3188. wait()
  3189. part.CFrame=part.CFrame
  3190. part.Transparency=i
  3191. mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
  3192. part2.CFrame=part2.CFrame
  3193. part2.Transparency=i
  3194. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  3195. part3.CFrame=part3.CFrame
  3196. part3.Transparency=i
  3197. mesh3.Scale=mesh3.Scale+Vector3.new(1,1,1)
  3198. end
  3199. part.Parent=nil
  3200. part2.Parent=nil
  3201. part3.Parent = nil
  3202. end))
  3203. end
  3204. ----------------------------------------------------
  3205. function FindNearestTorso(Position,Distance,SinglePlayer)
  3206. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  3207. local List = {}
  3208. for i,v in pairs(workspace:GetChildren())do
  3209. if v:IsA("Model")then
  3210. if v:findFirstChild("Torso")then
  3211. if v ~= char then
  3212. if(v.Torso.Position -Position).magnitude <= Distance then
  3213. table.insert(List,v)
  3214. end
  3215. end
  3216. end
  3217. end
  3218. end
  3219. return List
  3220. end
  3221.  
  3222. mod3 = Instance.new("Model",rleg)
  3223.  
  3224. function Stomp()
  3225. part=Instance.new('Part',mod3)
  3226. part.Anchored=true
  3227. part.CanCollide=false
  3228. part.FormFactor='Custom'
  3229. part.Size=Vector3.new(.2,.2,.2)
  3230. part.CFrame=rleg.CFrame*CFrame.new(0,-2.4,0)*CFrame.Angles(math.rad(90),0,0)
  3231. part.Transparency=.7
  3232. part.BrickColor=BrickColor.new('Bright green')
  3233. mesh=Instance.new('SpecialMesh',part)
  3234. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  3235. mesh.Scale=Vector3.new(25,25,25)
  3236. part2=part:clone()
  3237. part2.Parent=mod3
  3238. part2.BrickColor=BrickColor.new('Bright green')
  3239. mesh2=mesh:clone()
  3240. mesh2.Parent=part2
  3241. mesh2.Scale=Vector3.new(15,15,15)
  3242. part3=part:clone()
  3243. part3.Parent=mod3
  3244. part3.TopSurface=0
  3245. part3.BottomSurface=0
  3246. part3.CFrame=rleg.CFrame*CFrame.new(0,-3,0)
  3247. mesh3=Instance.new('SpecialMesh',part3)
  3248. mesh3.MeshType = 3
  3249. mesh3.Scale=Vector3.new(12,12,12)
  3250. for i,v in pairs(FindNearestTorso(torso.CFrame.p,50))do
  3251. if v:FindFirstChild('Humanoid') then
  3252. v.Humanoid:TakeDamage(math.random(20,60))
  3253. v.Humanoid.PlatformStand = true
  3254. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  3255. end
  3256. end
  3257. coroutine.resume(coroutine.create(function()
  3258. for i=0,3.8,0.05 do
  3259. wait()
  3260. part.CFrame=part.CFrame
  3261. part.Transparency=i
  3262. mesh.Scale=mesh.Scale+Vector3.new(2.8,2.8,2.8)
  3263. part2.CFrame=part2.CFrame
  3264. part2.Transparency=i
  3265. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  3266. part3.CFrame=part3.CFrame
  3267. part3.Transparency=i
  3268. mesh3.Scale=mesh3.Scale+Vector3.new(1.5,1.5,1.5)
  3269. end
  3270. end))
  3271. end
  3272. ----------------------------------------------------
  3273.  
  3274. local acos = math.acos
  3275. local sqrt = math.sqrt
  3276. local Vec3 = Vector3.new
  3277. local fromAxisAngle = CFrame.fromAxisAngle
  3278.  
  3279. local function toAxisAngle(CFr)
  3280. local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
  3281. local Angle = math.acos((R00+R11+R22-1)/2)
  3282. local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  3283. A = A == 0 and 0.00001 or A
  3284. local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  3285. B = B == 0 and 0.00001 or B
  3286. local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  3287. C = C == 0 and 0.00001 or C
  3288. local x = (R21-R12)/sqrt(A)
  3289. local y = (R02-R20)/sqrt(B)
  3290. local z = (R10-R01)/sqrt(C)
  3291. return Vec3(x,y,z),Angle
  3292. end
  3293.  
  3294. function ApplyTrig(Num,Func)
  3295. local Min,Max = Func(0),Func(1)
  3296. local i = Func(Num)
  3297. return (i-Min)/(Max-Min)
  3298. --[[if Func == "sin" then
  3299. return (math.sin((1-Num)*math.pi)+1)/2
  3300. elseif Func == "cos" then
  3301. return (math.cos((1-Num)*math.pi)+1)/2
  3302. end]]
  3303. end
  3304.  
  3305. function LerpCFrame(CFrame1,CFrame2,Num)
  3306. local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
  3307. return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
  3308. end
  3309.  
  3310. function Crater(Torso,Radius)
  3311. Spawn(function()
  3312. local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)
  3313. local Ignore = {}
  3314. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  3315. if v.Character ~= nil then
  3316. Ignore[#Ignore+1] = v.Character
  3317. end
  3318. end
  3319. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
  3320. if Hit == nil then return end
  3321. local Parts = {}
  3322. for i = 1,360,10 do
  3323. local P = Instance.new("Part",Torso.Parent)
  3324. P.Anchored = true
  3325. P.FormFactor = "Custom"
  3326. P.BrickColor = Hit.BrickColor
  3327. P.Material = Hit.Material
  3328. P.TopSurface = "Smooth"
  3329. P.BottomSurface = "Smooth"
  3330. P.Size = Vector3.new(5,10,10)*(math.random(80,100)/100)
  3331. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,7,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))
  3332. Parts[#Parts+1] = {P,P.CFrame,((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,1,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius)*CFrame.Angles(math.rad(math.random(-50,-20)),math.rad(math.random(-15,15)),math.rad(math.random(-15,15))),P.Size}
  3333. if math.random(0,5) == 0 then -- rubble
  3334. local P = Instance.new("Part",Torso.Parent)
  3335. P.Anchored = true
  3336. P.FormFactor = "Custom"
  3337. P.BrickColor = Hit.BrickColor
  3338. P.Material = Hit.Material
  3339. P.TopSurface = "Smooth"
  3340. P.BottomSurface = "Smooth"
  3341. P.Size = Vector3.new(2,2,2)*(math.random(80,100)/100)
  3342. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,2.5,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))
  3343. Parts[#Parts+1] = {P,P.CFrame,(CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius-8)*CFrame.Angles(math.rad(math.random(-90,90)),math.rad(math.random(-90,90)),math.rad(math.random(-90,90))),P.Size}
  3344. end
  3345. end
  3346. for i = 0,1,0.05 do
  3347. for i2,v in pairs(Parts) do
  3348. v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
  3349. end
  3350. wait(0.02)
  3351. end
  3352. for i,v in pairs(Parts) do
  3353. if v[1].Size.X > 2.1 then
  3354. v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
  3355. end
  3356. v[1].Anchored = false
  3357. end
  3358. for i = 0,1,0.05 do
  3359. for i2,v in pairs(Parts) do
  3360. v[1].Transparency = i
  3361. if i == 1 then
  3362. v[1]:Destroy()
  3363. elseif i >= 0.25 then
  3364. v[1].CanCollide = false
  3365. end
  3366. end
  3367. wait(0.02)
  3368. end
  3369. Parts = nil
  3370. end)
  3371. end
  3372.  
  3373. ----------------------------------------------------
  3374. mouse.KeyDown:connect(function(key)
  3375. if key == "r" then
  3376. larm.BrickColor = BrickColor.new("Royal purple")
  3377. rarm.BrickColor = BrickColor.new("Royal purple")
  3378. if Debounces.CanAttack == true then
  3379. Debounces.CanAttack = false
  3380. Debounces.on = true
  3381. Debounces.NoIdl = true
  3382. to = char.Absolution.Thingy2.Touched:connect(function(ht)
  3383. hit = ht.Parent
  3384. if ht and hit:IsA("Model") then
  3385. if hit:FindFirstChild("Humanoid") then
  3386. if hit.Name ~= p.Name then
  3387. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3388. Debounces.Slashed = true]]--
  3389. hit:FindFirstChild("Humanoid"):TakeDamage(10)
  3390. wait(1)
  3391. --Debounces.Slashed = false
  3392. --end
  3393. end
  3394. end
  3395. elseif ht and hit:IsA("Hat") then
  3396. if hit.Parent.Name ~= p.Name then
  3397. if hit.Parent:FindFirstChild("Humanoid") then
  3398. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  3399. Debounces.Slashed = true]]--
  3400. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(10)
  3401. wait(1)
  3402. --Debounces.Slashed = false
  3403. end
  3404. end
  3405. end
  3406. end)
  3407. q = Instance.new("Sound",hed)
  3408. q.SoundId = "http://www.roblox.com/asset/?id=134012322"
  3409. q.Pitch = 0.85
  3410. q.Looped = false
  3411. q1 = Instance.new("Sound",hed)
  3412. q1.SoundId = "http://www.roblox.com/asset/?id=134012322"
  3413. q1.Pitch = 0.85
  3414. q1.Looped = false
  3415. q:Play()
  3416. q1:Play()
  3417. for i = 1,20 do
  3418. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,1.1,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(-55)), 0.2)
  3419. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,1.1,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(55)), 0.2)
  3420. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)),0.2)
  3421. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 4, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.2)
  3422. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 1) * CFrame.Angles(math.rad(-60), 0, math.rad(0)), 0.2)
  3423. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .6) * CFrame.Angles(math.rad(-60), 0, math.rad(0)), 0.2)
  3424. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -2.2, -3) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(0)), 0.25)
  3425. if Debounces.on == false then break end
  3426. rs:wait(.6)
  3427. end
  3428. n = Instance.new("Sound",hed)
  3429. n.SoundId = "http://www.roblox.com/asset/?id=165969964"
  3430. n.Pitch = 0.94
  3431. n.Looped = false
  3432. n1 = Instance.new("Sound",hed)
  3433. n1.SoundId = "http://www.roblox.com/asset/?id=168514932"
  3434. n1.Pitch = 0.94
  3435. n1.Looped = false
  3436. n:Play()
  3437. n1:Play()
  3438. b = Instance.new("Sound",hed)
  3439. b.SoundId = "http://www.roblox.com/asset/?id=168586586"
  3440. b.Pitch = 0.94
  3441. b.Looped = false
  3442. b1 = Instance.new("Sound",hed)
  3443. b1.SoundId = "http://www.roblox.com/asset/?id=168586586"
  3444. b1.Pitch = 0.94
  3445. b1.Looped = false
  3446. b:Play()
  3447. b1:Play()
  3448. for i = 1,26 do
  3449. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,1.1,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(-55)), 0.25)
  3450. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,1.1,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(55)), 0.25)
  3451. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)),0.25)
  3452. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-40), math.rad(0), 0), 0.25)
  3453. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -1) * CFrame.Angles(math.rad(50), 0, math.rad(0)), 0.25)
  3454. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .4) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.25)
  3455. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(1.4, -3.5, -7) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(20)), 0.25)
  3456. if Debounces.on == false then break end
  3457. rs:wait(1)
  3458. end
  3459. wait(.5)
  3460. to:disconnect()
  3461. q:Destroy()
  3462. q1:Destroy()
  3463. n:Destroy()
  3464. n1:Destroy()
  3465. larm.BrickColor = BrickColor.new("Really black")
  3466. rarm.BrickColor = BrickColor.new("Really black")
  3467. if Debounces.CanAttack == false then
  3468. Debounces.CanAttack = true
  3469. Debounces.on = false
  3470. Debounces.NoIdl = false
  3471. end
  3472. end
  3473. end
  3474. end)
  3475. ----------------------------------------------------
  3476. mouse.KeyDown:connect(function(key)
  3477. if key == "q" then
  3478. larm.BrickColor = BrickColor.new("Royal purple")
  3479. rarm.BrickColor = BrickColor.new("Royal purple")
  3480. if Debounces.CanAttack == true then
  3481. Debounces.CanAttack = false
  3482. Debounces.on = true
  3483. Debounces.NoIdl = true
  3484. to = char.Absolution.Thingy2.Touched:connect(function(ht)
  3485. hit = ht.Parent
  3486. if ht and hit:IsA("Model") then
  3487. if hit:FindFirstChild("Humanoid") then
  3488. if hit.Name ~= p.Name then
  3489. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3490. Debounces.Slashed = true]]--
  3491. hit:FindFirstChild("Humanoid"):TakeDamage(4)
  3492. wait(1)
  3493. --Debounces.Slashed = false
  3494. --end
  3495. end
  3496. end
  3497. elseif ht and hit:IsA("Hat") then
  3498. if hit.Parent.Name ~= p.Name then
  3499. if hit.Parent:FindFirstChild("Humanoid") then
  3500. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  3501. Debounces.Slashed = true]]--
  3502. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(4)
  3503. wait(1)
  3504. --Debounces.Slashed = false
  3505. end
  3506. end
  3507. end
  3508. end)
  3509. for i = 1, 20 do
  3510. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(21), math.rad(75), math.rad(50)), 0.2)
  3511. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(-18)), 0.2)
  3512. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(-60),0), 0.5)
  3513. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(70), 0), 0.5)
  3514. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.5)
  3515. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.5)
  3516. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.7, -1.4) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3517. if Debounces.on == false then break end
  3518. rs:wait(2)
  3519. end
  3520. z = Instance.new("Sound",hed)
  3521. z.SoundId = "rbxassetid://160069154"
  3522. z.Looped = false
  3523. z.Pitch = .9
  3524. z1 = Instance.new("Sound",hed)
  3525. z1.SoundId = "rbxassetid://160069154"
  3526. z1.Looped = false
  3527. z1.Pitch = .9
  3528. wait(0.01)
  3529. z:Play()
  3530. z1:Play()
  3531. for i = 1, 20 do
  3532. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(50)), 0.2)
  3533. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2,.9,-1) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(20)), 0.5)
  3534. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(30),0), 0.5)
  3535. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -3, 0) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)), 0.5)
  3536. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -2) * CFrame.Angles(math.rad(-10), 0, 0), 0.5)
  3537. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.8, .6) * CFrame.Angles(math.rad(-65), 0, 0), 0.5)
  3538. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.7, -1.4) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3539. if Debounces.on == false then break end
  3540. rs:wait(2)
  3541. end
  3542. for i = 1, 20 do
  3543. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(140), math.rad(0), math.rad(50)), 0.4)
  3544. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-18)), 0.4)
  3545. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(10),0), 0.5)
  3546. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-10), 0), 0.5)
  3547. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.5)
  3548. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.5)
  3549. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.7, -1.4) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3550. if Debounces.on == false then break end
  3551. rs:wait(2)
  3552. end
  3553. z = Instance.new("Sound",hed)
  3554. z.SoundId = "rbxassetid://168586621"
  3555. z.Looped = false
  3556. z.Pitch = 1
  3557. z1 = Instance.new("Sound",hed)
  3558. z1.SoundId = "rbxassetid://168586621"
  3559. z1.Looped = false
  3560. z1.Pitch = 1
  3561. wait(0.01)
  3562. z:Play()
  3563. z1:Play()
  3564. for i = 1, 20 do
  3565. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(40), math.rad(-20), math.rad(10)), 0.5)
  3566. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-18)), 0.4)
  3567. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(-40),0), 0.5)
  3568. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(40), 0), 0.5)
  3569. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-20), 0, math.rad(-10)), 0.5)
  3570. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(20), 0, math.rad(10)), 0.5)
  3571. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -2.8, -1.4) * CFrame.Angles(math.rad(-110), math.rad(-90), math.rad(20)), 1)
  3572. if Debounces.on == false then break end
  3573. rs:wait(2)
  3574. end
  3575. to:disconnect()
  3576. larm.BrickColor = BrickColor.new("Really black")
  3577. rarm.BrickColor = BrickColor.new("Really black")
  3578. if Debounces.CanAttack == false then
  3579. Debounces.CanAttack = true
  3580. Debounces.on = false
  3581. Debounces.NoIdl = false
  3582. end
  3583. end
  3584. end
  3585. end)
  3586. ----------------------------------------------------
  3587. Sit = false
  3588. mouse.KeyDown:connect(function(key)
  3589. if key == "v" then
  3590. if Sit == false then
  3591. Sit = true
  3592. hum.WalkSpeed = 0.001
  3593. stanceToggle = "Sitting"
  3594. elseif Sit == true then
  3595. Sit = false
  3596. hum.WalkSpeed = 7
  3597. stanceToggle = "Normal"
  3598. end
  3599. end
  3600. end)
  3601. ----------------------------------------------------
  3602. mouse.KeyDown:connect(function(key)
  3603. if key == "t" then
  3604. if Debounces.CanAttack == true then
  3605. Debounces.CanAttack = false
  3606. Debounces.on = true
  3607. Debounces.NoIdl = true
  3608. for i = 1, 20 do
  3609. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,1.1,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(-55)), 0.2)
  3610. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,1.1,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(55)), 0.2)
  3611. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)),0.2)
  3612. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.2)
  3613. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, .6) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.2)
  3614. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.2) * CFrame.Angles(math.rad(0), 0, math.rad(0)), 0.2)
  3615. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(1.4, -3.5, -7) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(20)), 1)
  3616. if Debounces.on == false then break end
  3617. rs:wait(2.6)
  3618. end
  3619. Spawn(function()
  3620. local Parts = {}
  3621. for Y = -5,5 do
  3622. local P = Instance.new("Part",char)
  3623. P.Anchored = true
  3624. P.FormFactor = "Custom"
  3625. P.CanCollide = false
  3626. P.Size = Vector3.new(1,2,1)
  3627. P.TopSurface = "SmoothNoOutlines"
  3628. P.BottomSurface = "SmoothNoOutlines"
  3629. P.BrickColor = BrickColor.new("Really black")
  3630. P.Name = tostring(Y)
  3631. local i = (Y+5)/(10)
  3632. i = 1-math.cos(math.pi*i-(math.pi/2))
  3633. P.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,Y,-15+(i*1.5))*CFrame.Angles(math.rad(Y*5),0,0)
  3634. --[[P.Touched:connect(function(ht)
  3635. local hit = ht.Parent
  3636. if hit:FindFirstChild("Humanoid") then
  3637. hit.Humanoid:TakeDamage(math.random(20,50))
  3638. end
  3639. end)]]--
  3640. s = Instance.new("Sound",P)
  3641. s.SoundId = "rbxassetid://228343271"
  3642. s.Volume = .7
  3643. s.Pitch = 0.9
  3644. s:Play()
  3645. P.Touched:connect(function(ht)
  3646. hit = ht.Parent
  3647. if ht and hit:IsA("Model") then
  3648. if hit:FindFirstChild("Humanoid") then
  3649. if hit.Name ~= p.Name then
  3650. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3651. Debounces.Slashed = true]]--
  3652. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(1,3))
  3653. hit:FindFirstChild("Humanoid").PlatformStand = true
  3654. wait(1)
  3655. --Debounces.Slashed = false
  3656. --end
  3657. end
  3658. end
  3659. elseif ht and hit:IsA("Hat") then
  3660. if hit.Parent.Name ~= p.Name then
  3661. if hit.Parent:FindFirstChild("Humanoid") then
  3662. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3663. Debounces.Slashed = true]]--
  3664. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random (1,3))
  3665. hit:FindFirstChild("Humanoid").PlatformStand = true
  3666. wait(1)
  3667. --Debounces.Slashed = false
  3668. --end
  3669. end
  3670. end
  3671. end
  3672. end)
  3673. Parts[#Parts+1] = P
  3674. end
  3675. local BREAKIT = false
  3676. local CParts = {}
  3677. local Rocks = {}
  3678. local LastPos = nil
  3679. for i = 1,70 do
  3680. for i2,v in pairs(Parts) do
  3681. v.CFrame = v.CFrame*CFrame.new(0,0,-4)
  3682. local cf = v.CFrame
  3683. v.Size = v.Size+Vector3.new(0.4,0.35,0)
  3684. v.CFrame = cf
  3685. v.Transparency = v.Transparency+0.02
  3686. if v.Transparency >= 0.975 then BREAKIT = true end
  3687. if v.Name == "0" then
  3688. local Ignore = {}
  3689. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  3690. if v.Character ~= nil then
  3691. Ignore[#Ignore+1] = v.Character
  3692. end
  3693. end
  3694. local ray = Ray.new(v.Position+Vector3.new(0,20,0),Vector3.new(0,-200,0))
  3695. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray,Ignore)
  3696. if Hit ~= nil then
  3697. if #Rocks == 0 then
  3698. for i = 1,5 do
  3699. local P = Instance.new("Part",char)
  3700. Rocks[#Rocks+1] = P
  3701. P.Anchored = true
  3702. P.FormFactor = "Custom"
  3703. P.BrickColor = Hit.BrickColor
  3704. P.Material = Hit.Material
  3705. P.TopSurface = "Smooth"
  3706. P.BottomSurface = "Smooth"
  3707. P.Size = Vector3.new(1,1,1)*(math.random(500,900)/100)
  3708. end
  3709. end
  3710. for i,P in pairs(Rocks) do
  3711. P.CFrame = ((CFrame.new(Pos)*(v.CFrame-v.Position))*CFrame.new(math.random(-math.ceil(v.Size.X/2),math.ceil(v.Size.X/2)),0,-math.random(5,8))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(20,50)))
  3712. end
  3713. local P = Instance.new("Part",char)
  3714. CParts[#CParts+1] = {P,tick()}
  3715. P.Anchored = true
  3716. P.FormFactor = "Custom"
  3717. P.BrickColor = Hit.BrickColor
  3718. P.Material = Hit.Material
  3719. P.TopSurface = "Smooth"
  3720. P.BottomSurface = "Smooth"
  3721. P.Size = Vector3.new(1,1,1)*(math.random(100,300)/100)
  3722. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  3723. Pos = Pos.p
  3724. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(20,50)))
  3725. local P = P:Clone()
  3726. CParts[#CParts+1] = {P,tick()}
  3727. P.Parent = char
  3728. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(-v.Size.X,0,0)
  3729. Pos = Pos.p
  3730. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,-20)))
  3731. if LastPos ~= nil then
  3732. local P = P:Clone()
  3733. CParts[#CParts+1] = {P,tick()}
  3734. P.Parent = char
  3735. P.BrickColor = BrickColor.new("Really black")
  3736. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  3737. Pos = Pos.p
  3738. local CFr = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  3739. P.Size = Vector3.new(v.Size.X-0.25,1,(CFr.p-LastPos.p).Magnitude+0.25)
  3740. --P.Velocity = Vector3.new(0,-1000,0)
  3741. P.CFrame = CFrame.new(CFr.p,LastPos.p)*CFrame.new(0,0,-((CFr.p-LastPos.p).Magnitude+0.25)/2)
  3742. end
  3743. LastPos = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  3744. end
  3745. end
  3746. end
  3747. if BREAKIT then break end
  3748. wait(0.002)
  3749. end
  3750. for i,v in pairs(Rocks) do
  3751. CParts[#CParts+1] = {v,tick()}
  3752. end
  3753. for i,v in pairs(Parts) do
  3754. v:Destroy()
  3755. end
  3756. Parts = nil
  3757. while true do
  3758. local t = tick()
  3759. local p = nil
  3760. for i,v in pairs(CParts) do
  3761. if t-v[2] > 4 then
  3762. v[1].Transparency = v[1].Transparency+0.05
  3763. if v[1].Transparency >= 1 then
  3764. v[1]:Destroy()
  3765. CParts[i] = nil
  3766. end
  3767. end
  3768. p = v
  3769. end
  3770. if p == nil then break end
  3771. wait(0.002)
  3772. end
  3773. for i,v in pairs(CParts) do
  3774. v:Destroy()
  3775. end
  3776. CParts = {}
  3777. end)
  3778. for i = 1, 20 do
  3779. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,.8,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(-55)), 0.4)
  3780. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,.8,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(55)), 0.4)
  3781. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)),0.4)
  3782. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.4)
  3783. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -1.4) * CFrame.Angles(math.rad(40), 0, math.rad(0)), 0.4)
  3784. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1.6, -.9) * CFrame.Angles(math.rad(10), 0, math.rad(0)), 0.4)
  3785. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(1.4, -3.5, -7) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(20)), 1)
  3786. if Debounces.on == false then break end
  3787. rs:wait(2)
  3788. end
  3789. if Debounces.CanAttack == false then
  3790. Debounces.CanAttack = true
  3791. Debounces.on = false
  3792. Debounces.NoIdl = false
  3793. end
  3794. end
  3795. end
  3796. end)
  3797. ----------------------------------------------------
  3798. mouse.KeyDown:connect(function(key)
  3799. if key == "e" then
  3800. larm.BrickColor = BrickColor.new("Royal purple")
  3801. rarm.BrickColor = BrickColor.new("Royal purple")
  3802. if Debounces.CanAttack == true then
  3803. Debounces.CanAttack = false
  3804. Debounces.on = true
  3805. Debounces.NoIdl = true
  3806. for i = 1, 18 do
  3807. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1.7, 0) * CFrame.Angles(math.rad(90),math.rad(50),math.rad(90)), 0.4)
  3808. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)
  3809. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  3810. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.4)
  3811. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.4)
  3812. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  3813. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3814. if Debounces.on == false then break end
  3815. rs:wait(4)
  3816. end
  3817. local HandCF = CFrame.new(char.Absolution.Handle.Position - Vector3.new(0,8.8,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  3818. local rng = Instance.new("Part", char.Absolution.Handle)
  3819. rng.Anchored = true
  3820. rng.BrickColor = BrickColor.new("Really black")
  3821. rng.CanCollide = true
  3822. rng.FormFactor = 3
  3823. rng.Name = "Ring"
  3824. rng.Size = Vector3.new(1, 1, 1)
  3825. rng.CanCollide = false
  3826. rng.Transparency = 0.35
  3827. rng.TopSurface = 0
  3828. rng.BottomSurface = 0
  3829. rng.CFrame = HandCF
  3830. local rngm = Instance.new("SpecialMesh", rng)
  3831. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3832. rngm.Scale = Vector3.new(1, 1, 2)
  3833. x = Instance.new("Sound", hed)
  3834. x.SoundId = "http://www.roblox.com/asset/?id=169445602"
  3835. x.Looped = false
  3836. x.Pitch = .7
  3837. x.Volume = 1
  3838. x1 = Instance.new("Sound", hed)
  3839. x1.SoundId = "http://www.roblox.com/asset/?id=169445602"
  3840. x1.Looped = false
  3841. x1.Pitch = .7
  3842. x1.Volume = 1
  3843. x:Play()
  3844. x1:Play()
  3845. rngto = rng.Touched:connect(function(ht)
  3846. hit = ht.Parent
  3847. if ht and hit:IsA("Model") then
  3848. if hit:FindFirstChild("Humanoid") then
  3849. if hit.Name ~= p.Name then
  3850. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3851. Debounces.Slashed = true]]--
  3852. hit:FindFirstChild("Humanoid"):TakeDamage(4)
  3853. hit:FindFirstChild("Humanoid").PlatformStand = true
  3854. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -120
  3855. --Debounces.Slashed = false
  3856. --end
  3857. end
  3858. end
  3859. elseif ht and hit:IsA("Hat") then
  3860. if hit.Parent.Name ~= p.Name then
  3861. if hit.Parent:FindFirstChild("Humanoid") then
  3862. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  3863. Debounces.Slashed = true]]--
  3864. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(4)
  3865. hit:FindFirstChild("Humanoid").PlatformStand = true
  3866. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -120
  3867. --Debounces.Slashed = false
  3868. end
  3869. end
  3870. end
  3871. end)
  3872. coroutine.wrap(function()
  3873. for i = 1, 60, 2 do
  3874. rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
  3875. rng.Size = rngm.Scale
  3876. rng.CFrame = HandCF
  3877. rng.Transparency = i/60
  3878. wait()
  3879. end
  3880. wait()
  3881. rng:Destroy()
  3882. end)()
  3883. for i = 1, 18 do
  3884. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(90),math.rad(0),math.rad(90)), 0.4)
  3885. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)
  3886. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  3887. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.4)
  3888. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.4)
  3889. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  3890. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, 0.2) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3891. if Debounces.on == false then break end
  3892. rs:wait(2.4)
  3893. end
  3894. larm.BrickColor = BrickColor.new("Really black")
  3895. rarm.BrickColor = BrickColor.new("Really black")
  3896. x:Destroy()
  3897. x1:Destroy()
  3898. if Debounces.CanAttack == false then
  3899. Debounces.CanAttack = true
  3900. Debounces.on = false
  3901. Debounces.NoIdl = false
  3902. end
  3903. end
  3904. end
  3905. end)
  3906. ----------------------------------------------------
  3907. mouse.KeyDown:connect(function(key)
  3908. if key == "y" then
  3909. if Debounces.CanAttack == true then
  3910. Debounces.CanAttack = false
  3911. Debounces.on = true
  3912. Debounces.NoIdl = true
  3913. for i = 1, 15 do
  3914. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(30)), 0.2)
  3915. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-89)), 0.6)
  3916. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.2)
  3917. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.2)
  3918. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  3919. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  3920. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  3921. if Debounces.on == false then break end
  3922. rs:wait(2.7)
  3923. end
  3924. x = Instance.new("Sound",char)
  3925. x.SoundId = "rbxassetid://228343271"
  3926. x.Pitch = 1
  3927. x.Volume = .8
  3928. wait(.1)
  3929. x:Play()
  3930. Debounces.on = false
  3931. Debounces.Here = false
  3932. shot = shot + 1
  3933. local rng = Instance.new("Part", char)
  3934. rng.Anchored = true
  3935. rng.BrickColor = BrickColor.new("Royal purple")
  3936. rng.CanCollide = false
  3937. rng.FormFactor = 3
  3938. rng.Name = "Ring"
  3939. rng.Size = Vector3.new(1, 1, 1)
  3940. rng.Transparency = 0.35
  3941. rng.TopSurface = 0
  3942. rng.BottomSurface = 0
  3943. rng2 = rng:clone()
  3944. rng3 = rng2:clone()
  3945. rng4 = rng2:clone()
  3946. local rngm = Instance.new("SpecialMesh", rng)
  3947. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3948. rngm.Scale = Vector3.new(10, 10, 1)
  3949. rngm2 = rngm:clone()
  3950. rngm2.Scale = Vector3.new(5, 5, 3)
  3951. rngm3=rngm2:clone()
  3952. rngm3.Parent = rng3
  3953. rngm3.Scale = Vector3.new(8, 8, 1)
  3954. rngm4 = rngm2:clone()
  3955. rngm4.Parent = rng4
  3956. rngm4.Scale = Vector3.new(6, 6, 1)
  3957. local bem = Instance.new("Part", char)
  3958. bem.Anchored = true
  3959. bem.BrickColor = BrickColor.new("Really black")
  3960. bem.CanCollide = false
  3961. bem.FormFactor = 3
  3962. bem.Name = "Beam" .. shot
  3963. bem.Size = Vector3.new(1, 1, 1)
  3964. bem.Transparency = 0.35
  3965. bem.TopSurface = 0
  3966. bem.BottomSurface = 0
  3967. local bemm = Instance.new("SpecialMesh", bem)
  3968. bemm.MeshType = 4
  3969. bemm.Scale = Vector3.new(1, 4, 4)
  3970. local out = Instance.new("Part", char)
  3971. out.Anchored = true
  3972. out.BrickColor = BrickColor.new("Really black")
  3973. out.CanCollide = false
  3974. out.FormFactor = 3
  3975. out.Name = "Out"
  3976. out.Size = Vector3.new(4, 4, 4)
  3977. out.Transparency = 0.35
  3978. out.TopSurface = 0
  3979. out.BottomSurface = 0
  3980. local outm = Instance.new("SpecialMesh", out)
  3981. outm.MeshId = "http://www.roblox.com/asset/?id=1033714"
  3982. outm.Scale = Vector3.new(4, 4, 4)
  3983. local bnd = Instance.new("Part", char)
  3984. bnd.Anchored = true
  3985. bnd.BrickColor = BrickColor.new("Royal purple")
  3986. bnd.CanCollide = false
  3987. bnd.FormFactor = 3
  3988. bnd.Name = "Bend"
  3989. bnd.Size = Vector3.new(1, 1, 1)
  3990. bnd.Transparency = 1
  3991. bnd.TopSurface = 0
  3992. bnd.BottomSurface = 0
  3993. local bndm = Instance.new("SpecialMesh", bnd)
  3994. bndm.MeshType = 3
  3995. bndm.Scale = Vector3.new(8, 8, 8)
  3996. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  3997. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  3998. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  3999. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  4000. rng3.CFrame = rng.CFrame * CFrame.new(0, -.5, 0)
  4001. rng4.CFrame = rng.CFrame * CFrame.new(0, -1, 0)
  4002. Debounces.Shewt = true
  4003. coroutine.wrap(function()
  4004. for i = 1, 20, 0.2 do
  4005. rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  4006. rngm3.Scale = Vector3.new(8 + i*3, 8 + i*3, 1)
  4007. rngm4.Scale = Vector3.new(6 + i*4, 6 + i*4, 1)
  4008. rng.Transparency = i/20
  4009. rng3.Transparency = 1/24
  4010. rng4.Transparency = i/26
  4011. wait()
  4012. end
  4013. wait()
  4014. rng:Destroy()
  4015. end)()
  4016. if Debounces.Shewt == true then
  4017. char:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
  4018. hit = ht.Parent
  4019. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  4020. if HasntTouched(hit.Name) == true and deb == false then
  4021. deb = true
  4022. coroutine.wrap(function()
  4023. hit:FindFirstChild("Humanoid").PlatformStand = true
  4024. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  4025. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(24,73))
  4026. end)()
  4027. table.insert(Touche, hit.Name)
  4028. deb = false
  4029. end
  4030. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  4031. if HasntTouched(hit.Parent.Name) == true and deb == false then
  4032. deb = true
  4033. coroutine.wrap(function()
  4034. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  4035. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  4036. wait(1)
  4037. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  4038. end)()
  4039. table.insert(Touche, hit.Parent.Name)
  4040. deb = false
  4041. for i, v in pairs(Touche) do
  4042. print(v)
  4043. end
  4044. end
  4045. end
  4046. end)
  4047. end
  4048. for i = 0, 260, 8 do
  4049. bem.Size = Vector3.new(i, 2, 2)
  4050. bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  4051. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
  4052. bnd.Size = Vector3.new(1,1,1)
  4053. bndm.Scale = Vector3.new(8,8,8)
  4054. if i % 10 == 0 then
  4055. local newRng = rng2:Clone()
  4056. newRng.Parent = char
  4057. newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2-i, 0) * CFrame.Angles(math.rad(90), 0, 0)
  4058. local newRngm = rngm2:clone()
  4059. newRngm.Parent=newRng
  4060. coroutine.wrap(function()
  4061. for i = 1, 10, 0.2 do
  4062. newRngm.Scale = Vector3.new(8 + i*2, 8 + i*2, 3)
  4063. newRng.Transparency = i/10
  4064. wait()
  4065. end
  4066. wait()
  4067. newRng:Destroy()
  4068. end)()
  4069. end
  4070. wait()
  4071. end
  4072. wait()
  4073. Debounces.Shewt = false
  4074. bem:Destroy()
  4075. out:Destroy()
  4076. bnd:Destroy()
  4077. Debounces.Ready = false
  4078. for i, v in pairs(Touche) do
  4079. table.remove(Touche, i)
  4080. end
  4081. wait()
  4082. table.insert(Touche, char.Name)
  4083. Debounces.NoIdl = false
  4084. if Debounces.CanAttack == false then
  4085. Debounces.CanAttack = true
  4086. end
  4087. end
  4088. end
  4089. end)
  4090. ----------------------------------------------------
  4091. sidz = {"231917888", "231917845", "231917806"}
  4092. ptz = {0.65, 0.7, 0.75, 0.8, 0.95, 1}
  4093. mouse.KeyDown:connect(function(key)
  4094. if key == "f" then
  4095. larm.BrickColor = BrickColor.new("Royal purple")
  4096. rarm.BrickColor = BrickColor.new("Royal purple")
  4097. if Debounces.CanAttack == true then
  4098. Debounces.CanAttack = false
  4099. Debounces.on = true
  4100. Debounces.NoIdl = true
  4101. for i = 1, 20 do
  4102. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-34)), 0.2)
  4103. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(34)), 0.2)
  4104. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.2)
  4105. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.2)
  4106. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  4107. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  4108. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4109. if Debounces.on == false then break end
  4110. rs:wait(6)
  4111. end
  4112. z = Instance.new("Sound",char)
  4113. z.SoundId = "rbxassetid://"..sidz[math.random(1,#sidz)]
  4114. z.Pitch = ptz[math.random(1,#ptz)]
  4115. z.Volume = 1
  4116. z1 = Instance.new("Sound",char)
  4117. z1.SoundId = z.SoundId
  4118. z1.Pitch = z.Pitch
  4119. z1.Volume = 1
  4120. z:Play()
  4121. z1:Play()
  4122. Stomp()
  4123. for i = 1, 20 do
  4124. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(28)), 0.3)
  4125. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(-28)), 0.3)
  4126. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -.2)*CFrame.Angles(math.rad(-26),math.rad(0),0), 0.3)
  4127. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, -.6) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.3)
  4128. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(30), 0, math.rad(0)), 0.3)
  4129. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.8, -1.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), 0.3)
  4130. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4131. if Debounces.on == false then break end
  4132. rs:wait(2.5)
  4133. end
  4134. if Debounces.CanAttack == false then
  4135. Debounces.CanAttack = true
  4136. Debounces.on = false
  4137. Debounces.NoIdl = false
  4138. larm.BrickColor = BrickColor.new("Really black")
  4139. rarm.BrickColor = BrickColor.new("Really black")
  4140. end
  4141. end
  4142. end
  4143. end)
  4144. ----------------------------------------------------
  4145. mouse.KeyDown:connect(function(key)
  4146. if key == "g" then
  4147. larm.BrickColor = BrickColor.new("Royal purple")
  4148. rarm.BrickColor = BrickColor.new("Royal purple")
  4149. if Debounces.CanAttack == true then
  4150. Debounces.CanAttack = false
  4151. Debounces.on = true
  4152. Debounces.NoIdl = true
  4153. chrg = lleg.Touched:connect(function(ht)
  4154. hit = ht.Parent
  4155. if ht and hit:IsA("Model") then
  4156. if hit:FindFirstChild("Humanoid") then
  4157. if hit.Name ~= p.Name then
  4158. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  4159. Debounces.Slashed = true]]--
  4160. hit:FindFirstChild("Humanoid"):TakeDamage(2)
  4161. hit:FindFirstChild("Humanoid").PlatformStand = true
  4162. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  4163. --Debounces.Slashed = false
  4164. --end
  4165. end
  4166. end
  4167. elseif ht and hit:IsA("Hat") then
  4168. if hit.Parent.Name ~= p.Name then
  4169. if hit.Parent:FindFirstChild("Humanoid") then
  4170. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  4171. Debounces.Slashed = true]]--
  4172. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  4173. hit:FindFirstChild("Humanoid").PlatformStand = true
  4174. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  4175. --Debounces.Slashed = false
  4176. end
  4177. end
  4178. end
  4179. end)
  4180. for i = 1, 14 do
  4181. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.2)
  4182. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.6, .9, -.4)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.2)
  4183. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -.2)*CFrame.Angles(math.rad(0),math.rad(90),math.rad(0)), 0.2)
  4184. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)), 0.2)
  4185. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.8, -3, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(15)), 0.2)
  4186. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(15)), 0.2)
  4187. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.3, -1.1) * CFrame.Angles(math.rad(-60), math.rad(-90), math.rad(0)), 0.9)
  4188. if Debounces.on == false then break end
  4189. rs:wait(3)
  4190. end
  4191. charge()
  4192. z = Instance.new("Sound",char)
  4193. z.SoundId = "rbxassetid://200632875"
  4194. z.Volume = 1
  4195. z.Pitch = .8
  4196. z1 = Instance.new("Sound",char)
  4197. z1.SoundId = "rbxassetid://200632875"
  4198. z1.Volume = 1
  4199. z1.Pitch = .9
  4200. z:Play()
  4201. z1:Play()
  4202. wait(1)
  4203. z:Destroy()
  4204. z1:Destroy()
  4205. chrg:disconnect()
  4206. if Debounces.CanAttack == false then
  4207. Debounces.CanAttack = true
  4208. Debounces.on = false
  4209. Debounces.NoIdl = false
  4210. larm.BrickColor = BrickColor.new("Really black")
  4211. rarm.BrickColor = BrickColor.new("Really black")
  4212. end
  4213. end
  4214. end
  4215. end)
  4216. ----------------------------------------------------
  4217. pt = {0.7, 0.8, 0.9}
  4218. mouse.KeyDown:connect(function(key)
  4219. if key == "h" then
  4220. if Debounces.CanJoke == true then
  4221. Debounces.CanJoke = false
  4222. u = Instance.new("Sound")
  4223. u.SoundId = "http://www.roblox.com/asset/?id=138199573"
  4224. u.Parent = char
  4225. u.Looped = false
  4226. u.Pitch = pt[math.random(1,#pt)]
  4227. u.Volume = 1
  4228. u2 = Instance.new("Sound")
  4229. u2.SoundId = "http://www.roblox.com/asset/?id=138199573"
  4230. u2.Parent = char
  4231. u2.Looped = false
  4232. u2.Pitch = u.Pitch
  4233. u2.Volume = 1
  4234. wait(.01)
  4235. u:Play()
  4236. u2:Play()
  4237. wait(6)
  4238. u:Destroy()
  4239. u2:Destroy()
  4240. if Debounces.CanJoke == false then
  4241. Debounces.CanJoke = true
  4242. end
  4243. end
  4244. end
  4245. end)
  4246. ----------------------------------------------------
  4247. mouse.KeyDown:connect(function(key)
  4248. if key == "j" then
  4249. if Debounces.CanJoke == true then
  4250. Debounces.CanJoke = false
  4251. z = Instance.new("Sound",char)
  4252. z.SoundId = "rbxassetid://135017755"
  4253. z.Pitch = .76
  4254. z.Volume = 1
  4255. wait()
  4256. z:Play()
  4257. wait(6)
  4258. z:Destroy()
  4259. if Debounces.CanJoke == false then
  4260. Debounces.CanJoke = true
  4261. end
  4262. end
  4263. end
  4264. end)
  4265. ----------------------------------------------------
  4266. mouse.KeyDown:connect(function(key)
  4267. if key == "k" then
  4268. if Debounces.CanJoke == true then
  4269. Debounces.CanJoke = false
  4270. z = Instance.new("Sound",char)
  4271. z.SoundId = "rbxassetid://135017578"
  4272. z.Pitch = .76
  4273. z.Volume = 1
  4274. wait()
  4275. z:Play()
  4276. wait(4)
  4277. z:Destroy()
  4278. if Debounces.CanJoke == false then
  4279. Debounces.CanJoke = true
  4280. end
  4281. end
  4282. end
  4283. end)
  4284. ----------------------------------------------------
  4285. mouse.KeyDown:connect(function(key)
  4286. if key == "x" then
  4287. if Debounces.CanAttack == true then
  4288. Debounces.CanAttack = false
  4289. Debounces.NoIdl = true
  4290. Debounces.on = true
  4291. Debounces.ks = true
  4292. for i = 1, 10 do
  4293. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.2)
  4294. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.7,.9,-.5)*CFrame.Angles(math.rad(40),math.rad(0),math.rad(20)), 0.2)
  4295. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.4)*CFrame.Angles(math.rad(-26),math.rad(0),0), 0.2)
  4296. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  4297. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.2)
  4298. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.7, .6) * CFrame.Angles(math.rad(-70), math.rad(0), math.rad(0)), 0.2)
  4299. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4300. if Debounces.on == false then break end
  4301. rs:wait(1)
  4302. end
  4303. z = Instance.new("Sound",hed)
  4304. z.SoundId = "rbxassetid://169445092"
  4305. z.Volume = 1
  4306. wait(0.1)
  4307. z:Play()
  4308. kik = rleg.Touched:connect(function(ht)
  4309. hit = ht.Parent
  4310. if ht and hit:IsA("Model") then
  4311. if hit:FindFirstChild("Humanoid") then
  4312. if hit.Name ~= p.Name then
  4313. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  4314. Debounces.Slashed = true]]--
  4315. if Debounces.ks==true then
  4316. z = Instance.new("Sound",hed)
  4317. z.SoundId = "rbxassetid://169380525"
  4318. z.Volume = 1
  4319. z:Play()
  4320. Debounces.ks=false
  4321. end
  4322. hit:FindFirstChild("Humanoid"):TakeDamage(2)
  4323. hit:FindFirstChild("Humanoid").PlatformStand = true
  4324. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  4325. --Debounces.Slashed = false
  4326. --end
  4327. end
  4328. end
  4329. elseif ht and hit:IsA("Hat") then
  4330. if hit.Parent.Name ~= p.Name then
  4331. if hit.Parent:FindFirstChild("Humanoid") then
  4332. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  4333. Debounces.Slashed = true]]--
  4334. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  4335. hit:FindFirstChild("Humanoid").PlatformStand = true
  4336. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  4337. --Debounces.Slashed = false
  4338. --end
  4339. end
  4340. end
  4341. end
  4342. end)
  4343. for i = 1, 8 do
  4344. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.3)
  4345. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(-20)), 0.3)
  4346. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,.2)*CFrame.Angles(math.rad(8),math.rad(0),0), 0.3)
  4347. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(16), math.rad(0), 0), 0.3)
  4348. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-16), math.rad(0), math.rad(0)), 0.3)
  4349. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.6, -1.4) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)), 0.3)
  4350. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4351. if Debounces.on == false then break end
  4352. rs:wait(.7)
  4353. end
  4354. kik:disconnect()
  4355. if Debounces.CanAttack == false then
  4356. Debounces.CanAttack = true
  4357. Debounces.on = false
  4358. Debounces.NoIdl = false
  4359. end
  4360. end
  4361. end
  4362. end)
  4363. ----------------------------------------------------
  4364. mouse.KeyDown:connect(function(key)
  4365. if key == "c" then
  4366. if Debounces.CanAttack == true then
  4367. Debounces.CanAttack = false
  4368. Debounces.NoIdl = true
  4369. Debounces.on = true
  4370. SIDZ = {"231917744", "231917742"}
  4371. PTZ = {0.7, 0.8, 0.9, 1}
  4372. for i = 1, 20 do
  4373. wait()
  4374. for i,v in pairs(char.Absolution:children()) do
  4375. if v:IsA("Part") or v:IsA("WedgePart") then
  4376. v.Transparency = v.Transparency + 0.05
  4377. end
  4378. end
  4379. end
  4380. function FindNearestTorso(Position,Distance,SinglePlayer)
  4381. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  4382. local List = {}
  4383. for i,v in pairs(workspace:GetChildren())do
  4384. if v:IsA("Model")then
  4385. if v:findFirstChild("Torso")then
  4386. if v ~= char then
  4387. if(v.Torso.Position -Position).magnitude <= Distance then
  4388. table.insert(List,v)
  4389. end
  4390. end
  4391. end
  4392. end
  4393. end
  4394. return List
  4395. end
  4396. GroundPound()
  4397. for i = 1, 11 do
  4398. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.4)
  4399. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.4)
  4400. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.3)
  4401. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.3)
  4402. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.3)
  4403. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4404. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4405. if Debounces.on == false then break end
  4406. rs:wait(1.4)
  4407. end
  4408. GroundPound()
  4409. for i = 1, 11 do
  4410. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.4)
  4411. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.4)
  4412. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.3)
  4413. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.3)
  4414. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4415. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.3)
  4416. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4417. if Debounces.on == false then break end
  4418. rs:wait(1.4)
  4419. end
  4420. GroundPound()
  4421. for i = 1, 11 do
  4422. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.4)
  4423. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.4)
  4424. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.3)
  4425. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.3)
  4426. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.3)
  4427. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4428. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4429. if Debounces.on == false then break end
  4430. rs:wait(1.4)
  4431. end
  4432. GroundPound()
  4433. for i = 1, 11 do
  4434. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.4)
  4435. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.4)
  4436. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.3)
  4437. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.3)
  4438. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4439. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.3)
  4440. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4441. if Debounces.on == false then break end
  4442. rs:wait(1.4)
  4443. end
  4444. GroundPound()
  4445. for i = 1, 11 do
  4446. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.4)
  4447. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.4)
  4448. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.3)
  4449. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.3)
  4450. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.3)
  4451. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4452. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4453. if Debounces.on == false then break end
  4454. rs:wait(1.4)
  4455. end
  4456. GroundPound()
  4457. for i = 1, 11 do
  4458. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.4)
  4459. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.4)
  4460. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.3)
  4461. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.3)
  4462. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4463. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.3)
  4464. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4465. if Debounces.on == false then break end
  4466. rs:wait(1.4)
  4467. end
  4468. for i = 1, 24 do
  4469. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-10)), 0.2)
  4470. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(10)), 0.2)
  4471. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.2)
  4472. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.2)
  4473. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  4474. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  4475. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4476. if Debounces.on == false then break end
  4477. rs:wait(3)
  4478. end
  4479. for i,v in pairs(FindNearestTorso(torso.CFrame.p,25))do
  4480. if v:FindFirstChild('Humanoid') then
  4481. v.Humanoid:TakeDamage(math.random(20,60))
  4482. v.Humanoid.PlatformStand = true
  4483. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  4484. end
  4485. end
  4486. x = Instance.new("Sound",char)
  4487. x.SoundId = "rbxassetid://"..SIDZ[math.random(1,#SIDZ)]
  4488. x.Pitch = PTZ[math.random(1,#PTZ)]
  4489. x.Volume = 1
  4490. wait(0.1)
  4491. x:Play()
  4492. Crater(hed,20)
  4493. for i = 1, 20 do
  4494. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 3.2, -.5)*CFrame.Angles(math.rad(160),math.rad(0),math.rad(-10)), 0.6)
  4495. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 3.2, -.5)*CFrame.Angles(math.rad(160),math.rad(0),math.rad(10)), 0.6)
  4496. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.6)
  4497. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -5, 0) * CFrame.Angles(math.rad(-90), math.rad(0), 0), 0.6)
  4498. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, .4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.6)
  4499. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, .4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.6)
  4500. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4501. if Debounces.on == false then break end
  4502. rs:wait(2)
  4503. end
  4504. if Debounces.CanAttack == false then
  4505. Debounces.CanAttack = true
  4506. Debounces.on = false
  4507. Debounces.NoIdl = false
  4508. for i = 1, 20 do
  4509. wait()
  4510. for i,v in pairs(char.Absolution:children()) do
  4511. if v:IsA("Part") or v:IsA("WedgePart") then
  4512. v.Transparency = v.Transparency - 0.05
  4513. end
  4514. end
  4515. end
  4516. end
  4517. end
  4518. end
  4519. end)
  4520. ----------------------------------------------------176349813
  4521. mouse.KeyDown:connect(function(key)
  4522. if key == "b" then
  4523. hum.WalkSpeed = 0.01
  4524. if Debounces.CanAttack == true then
  4525. Debounces.CanAttack = false
  4526. Debounces.NoIdl = true
  4527. Debounces.on = true
  4528. for i = 1, 30 do
  4529. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-34)), 0.2)
  4530. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(34)), 0.2)
  4531. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.2)
  4532. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.2)
  4533. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  4534. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  4535. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4536. if Debounces.on == false then break end
  4537. rs:wait(6)
  4538. end
  4539. v = Instance.new("Sound")
  4540. v.SoundId = "rbxassetid://181384451"
  4541. v.Parent = char
  4542. v.Looped = false
  4543. v.Pitch = .94
  4544. v.Volume = 1
  4545. wait(.01)
  4546. v:Play()
  4547.  
  4548. if Daytime == true then
  4549. Daytime = false
  4550. l.TimeOfDay = 24
  4551. else
  4552. Daytime = true
  4553. l.TimeOfDay = 12
  4554. l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
  4555. end
  4556.  
  4557. local Shockwave = function()
  4558. local rng1 = Instance.new("Part", char)
  4559. rng1.Anchored = true
  4560. rng1.BrickColor = BrickColor.new("Really black")
  4561. rng1.CanCollide = false
  4562. rng1.FormFactor = 3
  4563. rng1.Name = "Ring"
  4564. rng1.Size = Vector3.new(1, 1, 1)
  4565. rng1.Transparency = 0.35
  4566. rng1.TopSurface = 0
  4567. rng1.BottomSurface = 0
  4568. local rngm1 = Instance.new("SpecialMesh", rng)
  4569. rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4570. rngm1.Scale = Vector3.new(10, 10, 1)
  4571. rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
  4572. local Wave = Instance.new("Part", game.Workspace--[[?]])
  4573. Wave.Name = "Shockwave"
  4574. Wave.BrickColor = BrickColor.new("Really black")
  4575. Wave.Size = Vector3.new(1, 1, 1)
  4576. Wave.Shape = "Ball"
  4577. Wave.CanCollide = false
  4578. Wave.Anchored = true
  4579. Wave.TopSurface = 0
  4580. Wave.BottomSurface = 0
  4581. Wave.Touched:connect(function(hit)
  4582. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  4583. local Occlude = true
  4584. local NotOccludes = {
  4585. char.Name;
  4586. "Wings";
  4587. "Scythe";
  4588. "Thingy";
  4589. "Thingy2"; -- put all of the names in a table pls
  4590. }
  4591. for i,v in pairs(NotOccludes) do
  4592. if hit.Parent.Name == v then
  4593. Occlude = false
  4594. end
  4595. end
  4596. --if hit.Parent.Name ~= char.Name and hit.Name ~= "Wings" and hit.Name ~= "Scythe" and hit.Name ~= "Thingy" and hit.Name ~= "Thingy2" and hit.Parent.Name ~= "Wings" and hit.Parent.Name ~= "Scythe" and hit.Parent.Name ~= "Thingy" and hit.Parent.Name ~= "Thingy2" then
  4597. if Occlude then
  4598. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
  4599. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  4600. end
  4601. end
  4602. end)
  4603.  
  4604. Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
  4605.  
  4606. coroutine.wrap(function()
  4607. for i = 1, 20, 0.2 do
  4608. rngm1.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  4609. rng1.Transparency = i/20
  4610. wait()
  4611. end
  4612. wait()
  4613. rng1:Destroy()
  4614. end)()
  4615.  
  4616. Delay(0, function()
  4617.  
  4618. if Daytime == false then
  4619. for i = 1, 50, 1 do
  4620. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  4621. Wave.CFrame = char.Torso.CFrame
  4622. local t = i / 50
  4623. Wave.Transparency = t
  4624. wait()
  4625. end
  4626. else
  4627. for i = 1, 50, 1 do
  4628. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  4629. Wave.CFrame = char.Torso.CFrame
  4630. local t = i / 50
  4631. Wave.Transparency = t
  4632. wait()
  4633. end
  4634. end
  4635. Wave:Destroy()
  4636. end)
  4637. Delay(0, function()
  4638. while wait() do
  4639. if Wave ~= nil then
  4640. Wave.CFrame = char.Torso.CFrame
  4641. else
  4642. break
  4643. end
  4644. end
  4645. end)
  4646. end
  4647. Shockwave()
  4648. for i = 1, 30 do
  4649. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0)*CFrame.Angles(math.rad(20),math.rad(0), math.rad(0)),0.3)
  4650. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.6, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.3)
  4651. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(28)), 0.3)
  4652. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(-28)), 0.3)
  4653. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  4654. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3.2, .3) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  4655. if Debounces.on == false then break end
  4656. rs:wait()
  4657. end
  4658. wait(2.4)
  4659. Debounces.NoIdl = false
  4660. hum.WalkSpeed = 5
  4661. Debounces.on = false
  4662. wait()
  4663. if Debounces.CanAttack == false then
  4664. Debounces.CanAttack = true
  4665. v:Destroy()
  4666. end
  4667. end
  4668. end
  4669. end)
  4670. ----------------------------------------------------
  4671. mouse.KeyDown:connect(function(key)
  4672. if key == "l" then
  4673. for i = 1, 20 do
  4674. wait()
  4675. for i,v in pairs(char.Absolution:children()) do
  4676. if v:IsA("Part") or v:IsA("WedgePart") then
  4677. v.Transparency = v.Transparency + 0.05
  4678. end
  4679. end
  4680. end
  4681. if Debounces.CanAttack == true then
  4682. Debounces.CanAttack = false
  4683. Debounces.NoIdl = true
  4684. Debounces.on = true
  4685. bv = Instance.new("BodyVelocity",torso)
  4686. bv.maxForce = Vector3.new(0,200000,0)
  4687. bv.P = 100000
  4688. bv.velocity = Vector3.new(0,500,0)
  4689. wait(2)
  4690. bv:Destroy()
  4691. if (torso.Velocity*Vector3.new(1, 1, 1)).magnitude > 1 then
  4692. for i = 1, 20 do
  4693. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0)*CFrame.Angles(math.rad(-14),math.rad(0), math.rad(0)),0.3)
  4694. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  4695. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.5, .9, -.5) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(40)), 0.3)
  4696. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.5, .9, -.5) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-40)), 0.3)
  4697. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1.5, -1) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  4698. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1.5, -1) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  4699. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4700. if Debounces.on == false then break end
  4701. wait()
  4702. end
  4703. for i = 1, 360, 20 do wait()
  4704. torso.Weld.C1 = CFrame.new(0,0,0) * CFrame.Angles(math.rad(i),0,0)
  4705. end
  4706. end
  4707. torso.Weld.C1 = CFrame.new(0,-1.2,0)
  4708. local ry,ht,ps=nil,nil,nil
  4709. while ht==nil do
  4710. ry,ht,ps=newRay(root.CFrame*CFrame.new(0,-2,0),root.CFrame*CFrame.new(0,-3,0),4.1,{char})
  4711. wait()
  4712. end
  4713. z = Instance.new("Sound",char)
  4714. z.SoundId = "rbxassetid://245537790"
  4715. z.Pitch = 1
  4716. z.Volume = 1
  4717. wait(0.1)
  4718. z:Play()
  4719. local sp = Instance.new("Part", char)
  4720. sp.Name = "Energy"
  4721. sp.BrickColor = BrickColor.new("Really black")
  4722. sp.Size = Vector3.new(1, 1, 1)
  4723. sp.Shape = "Ball"
  4724. sp.CanCollide = false
  4725. sp.Anchored = true
  4726. sp.TopSurface = 0
  4727. sp.BottomSurface = 0
  4728. local spm = Instance.new("SpecialMesh",sp)
  4729. spm.MeshId = "rbxassetid://9982590"
  4730. spm.Scale = Vector3.new(3,3,3)
  4731. local sp2 = Instance.new("Part", char)
  4732. sp2.Name = "Energy2"
  4733. sp2.BrickColor = BrickColor.new("Really black")
  4734. sp2.Size = Vector3.new(1, 1, 1)
  4735. sp2.Shape = "Ball"
  4736. sp2.CanCollide = false
  4737. sp2.Anchored = true
  4738. sp2.TopSurface = 0
  4739. sp2.BottomSurface = 0
  4740. local spm2 = Instance.new("SpecialMesh",sp2)
  4741. spm2.MeshId = "rbxassetid://9982590"
  4742. spm2.Scale = Vector3.new(3,3,3)
  4743. sp.Touched:connect(function(hit)
  4744. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  4745. local Occlude = true
  4746. local NotOccludes = {
  4747. char.Name;
  4748. "Wings";
  4749. "Scythe";
  4750. "Thingy";
  4751. "Thingy2"; -- put all of the names in a table pls
  4752. }
  4753. for i,v in pairs(NotOccludes) do
  4754. if hit.Parent.Name == v then
  4755. Occlude = false
  4756. end
  4757. end
  4758. --if hit.Parent.Name ~= char.Name and hit.Name ~= "Wings" and hit.Name ~= "Scythe" and hit.Name ~= "Thingy" and hit.Name ~= "Thingy2" and hit.Parent.Name ~= "Wings" and hit.Parent.Name ~= "Scythe" and hit.Parent.Name ~= "Thingy" and hit.Parent.Name ~= "Thingy2" then
  4759. if Occlude then
  4760. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 80
  4761. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  4762. end
  4763. end
  4764. end)
  4765. sp2.Touched:connect(function(hit)
  4766. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  4767. local Occlude = true
  4768. local NotOccludes = {
  4769. char.Name;
  4770. "Wings";
  4771. "Scythe";
  4772. "Thingy";
  4773. "Thingy2"; -- put all of the names in a table pls
  4774. }
  4775. for i,v in pairs(NotOccludes) do
  4776. if hit.Parent.Name == v then
  4777. Occlude = false
  4778. end
  4779. end
  4780. --if hit.Parent.Name ~= char.Name and hit.Name ~= "Wings" and hit.Name ~= "Scythe" and hit.Name ~= "Thingy" and hit.Name ~= "Thingy2" and hit.Parent.Name ~= "Wings" and hit.Parent.Name ~= "Scythe" and hit.Parent.Name ~= "Thingy" and hit.Parent.Name ~= "Thingy2" then
  4781. if Occlude then
  4782. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
  4783. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  4784. end
  4785. end
  4786. end)
  4787. for i = 1, 100, 1 do
  4788. sp.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  4789. sp2.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  4790. sp.CFrame = root.CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(i), math.rad(i), math.rad(-i))
  4791. sp2.CFrame = root.CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(-i), math.rad(-i), math.rad(i))
  4792. spm.Scale = sp.Size
  4793. spm2.Scale = sp2.Size
  4794. local t = i / 100
  4795. sp.Transparency = t
  4796. sp2.Transparency = t
  4797. wait()
  4798. end
  4799. sp:Destroy()
  4800. sp2:Destroy()
  4801. z:Destroy()
  4802. for i = 1, 20 do
  4803. wait()
  4804. for i,v in pairs(char.Absolution:children()) do
  4805. if v:IsA("Part") or v:IsA("WedgePart") then
  4806. v.Transparency = v.Transparency - 0.05
  4807. end
  4808. end
  4809. end
  4810. if Debounces.CanAttack == false then
  4811. Debounces.CanAttack = true
  4812. Debounces.NoIdl = false
  4813. Debounces.on = false
  4814. end
  4815. end
  4816. end
  4817. end)
  4818. ----------------------------------------------------
  4819. local orbt={}
  4820. local stlt={}
  4821. local chot={}
  4822. local cfxt={}
  4823. local pfxt={}
  4824. local cns=0
  4825. local cnOrb=nil
  4826. mouse.KeyDown:connect(function(key)
  4827. if key == "u" then
  4828. if Debounces.CanAttack == true then
  4829. Debounces.CanAttack = false
  4830. Debounces.NoIdl = true
  4831. Debounces.on = true
  4832. orbt={}
  4833. stlt={}
  4834. chot={}
  4835. cfxt={}
  4836. for i = 1, 20 do
  4837. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(70),math.rad(0),math.rad(30)), 0.2)
  4838. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,1.4,0)*CFrame.Angles(math.rad(170),math.rad(-20),math.rad(-30)), 0.2)
  4839. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(0),math.rad(-40),0), 0.2)
  4840. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(40), 0), 0.2)
  4841. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.15, -3, 0.4) * CFrame.Angles(math.rad(-20), math.rad(20), math.rad(-10)), 0.2)
  4842. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.15, -3, -0.4) * CFrame.Angles(math.rad(20), math.rad(-10), math.rad(10)), 0.2)
  4843. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4844. if Debounces.on == false then end
  4845. rs:wait()
  4846. end
  4847. z = Instance.new("Sound",char)
  4848. z.SoundId = "rbxassetid://170053944"
  4849. z.Pitch = 1.07
  4850. z.Volume = 1
  4851. wait(0.1)
  4852. z:Play()
  4853. cnOrb=nwPrt(char,Vector3.new(1,1,1),larm.CFrame*CFrame.new(0,-3.4,-0.1),"Really black")
  4854. debris:AddItem(cnOrb,50)
  4855. cnOrb.Mesh.MeshType=3
  4856. table.insert(orbt,cnOrb)
  4857. table.insert(stlt,cnOrb)
  4858. local nt=0
  4859. for i=0,5,0.02 do
  4860. nt=nt+1
  4861. cns=i
  4862. if nt>=2 then
  4863. nt=0
  4864. local cho=nwPrt(mod3,Vector3.new(2,2,2),cnOrb.CFrame*CFrame.Angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180)))*CFrame.new(0,5+cns,0),"Really black")
  4865. debris:AddItem(cho,1)
  4866. cho.Mesh.MeshType=3
  4867. table.insert(chot,cho)
  4868. end
  4869. cnOrb.CFrame=larm.CFrame*CFrame.new(0,-3.4-(cns/2),-0.1)
  4870. cnOrb.Mesh.Scale=Vector3.new(i,i,i)
  4871. wait()
  4872. end
  4873. for i = 1, 14 do
  4874. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,1.4,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-90)), 0.6)
  4875. if Debounces.on == false then end
  4876. rs:wait()
  4877. end
  4878. coroutine.wrap(function()
  4879. for i = 1, 20 do
  4880. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.45)
  4881. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2,.8,-.3)*CFrame.Angles(math.rad(70),math.rad(20),math.rad(50)), 0.6)
  4882. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(0),math.rad(20),0), 0.5)
  4883. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-40), math.rad(-20), 0), 0.5)
  4884. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.15, -3, -0.4) * CFrame.Angles(math.rad(60), math.rad(20), math.rad(-10)), 0.5)
  4885. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.15, -3, 0.4) * CFrame.Angles(math.rad(0), math.rad(-10), math.rad(10)), 0.5)
  4886. if Debounces.on == false then end
  4887. rs:wait()
  4888. end
  4889. end)()
  4890. wait(0.1)
  4891. stlt={}
  4892. local ry,ht,ps=newRay(root.CFrame*CFrame.new(0,0,-4),root.CFrame*CFrame.new(0,0,-4)*CFrame.Angles(math.rad(-5),0,0)*CFrame.new(0,0,-2),160,{char})
  4893. cnOrb.CFrame=root.CFrame*CFrame.new(0,0,-4)*CFrame.Angles(math.rad(-5),0,0)
  4894. local nt=0
  4895. for i=0,160,3 do
  4896. cnOrb.CFrame=cnOrb.CFrame*CFrame.new(0,0,-3)
  4897. nt=nt+1
  4898. if nt>=6 then
  4899. nt=0
  4900. local cfx=nwPrt(mod3,Vector3.new(1,1,1),cnOrb.CFrame*CFrame.new(0,0,2)*CFrame.Angles(math.rad(90),0,0),"Really black")
  4901. cfx.Mesh.MeshId="rbxassetid://20329976"
  4902. cfx.Transparency=0.4
  4903. table.insert(cfxt,cfx)
  4904. debris:AddItem(cfx,1)
  4905. end
  4906. if (cnOrb.Position-ps).magnitude<6 then
  4907. break
  4908. end
  4909. wait()
  4910. end
  4911. orbt={}
  4912.  
  4913. for i=0,1,0.1 do
  4914. local cs=cnOrb.Mesh.Scale
  4915. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,10,i),Tween(cs.Y,10,i),Tween(cs.Z,10,i))
  4916. wait()
  4917. end
  4918. local ofx=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  4919. ofx.Transparency=0.5
  4920. ofx.Mesh.MeshType=3
  4921. ofx.Mesh.Scale=Vector3.new(30,30,30)
  4922. for _,v in pairs(game:service"Players":GetChildren()) do
  4923. pcall(function()
  4924. for _,c in pairs(v.Character:GetChildren()) do
  4925. if v~=p and c:IsA("Part") and (cnOrb.CFrame.p-c.CFrame.p).magnitude<60 and (cnOrb.CFrame.p-c.CFrame.p).magnitude>15 then
  4926. local hrp=v.Character:FindFirstChild("HumanoidRootPart")
  4927. hrp.Velocity=CFrame.new(hrp.CFrame.p,(cnOrb.CFrame*CFrame.new(0,10,0)).p).lookVector*150
  4928. end
  4929. end
  4930. end)
  4931. end
  4932. for i=0,1,0.05 do
  4933. local cs=cnOrb.Mesh.Scale
  4934. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,0.1,i),Tween(cs.Y,0.1,i),Tween(cs.Z,0.1,i))
  4935. local ofs=ofx.Mesh.Scale
  4936. ofx.Mesh.Scale=Vector3.new(Tween(ofs.X,0.1,i),Tween(ofs.Y,0.1,i),Tween(ofs.Z,0.1,i))
  4937. ofx.Transparency=Tween(ofx.Transparency,1,i)
  4938. wait()
  4939. end
  4940. ofx:Destroy()
  4941. cnOrb.CFrame=CFrame.new(cnOrb.Position)*CFrame.new(0,10,0)
  4942. local cnfx=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  4943. cnfx.Mesh.MeshType=3
  4944. cnOrb.Transparency=0.05
  4945. local cnr=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  4946. cnr.Mesh.MeshType=3
  4947. local rn1=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame*CFrame.Angles(math.rad(90),0,0),"Really black")
  4948. rn1.Transparency=1
  4949. rn1.Mesh.MeshId="rbxassetid://3270017"
  4950. local rn2=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  4951. rn2.Transparency=1
  4952. rn2.Mesh.MeshId="rbxassetid://3270017"
  4953. local nt=0
  4954. local cs=nil
  4955. for i=0,1,0.05 do
  4956. cs=cnOrb.Mesh.Scale
  4957. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,100,i),Tween(cs.Y,100,i),Tween(cs.Z,100,i))
  4958. local fs=cnfx.Mesh.Scale
  4959. cnfx.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,120,i))
  4960. cnfx.Transparency=cnfx.Transparency+0.05
  4961. rn1.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,60,i))
  4962. rn2.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,60,i))
  4963. rn1.CFrame=rn1.CFrame*CFrame.Angles(math.rad(10),math.rad(6),math.rad(3))
  4964. rn2.CFrame=rn2.CFrame*CFrame.Angles(math.rad(10),math.rad(6),math.rad(3))
  4965. rn1.Transparency=Tween(rn1.Transparency,0.8,i)
  4966. rn2.Transparency=Tween(rn2.Transparency,0.8,i)
  4967. local rs=cnr.Mesh.Scale
  4968. cnr.Mesh.Scale=Vector3.new(Tween(rs.X,10,i),Tween(rs.Y,10,i),Tween(rs.Z,10,i))
  4969. nt=nt+1
  4970. if nt>=6 then
  4971. local pls={}
  4972. for _,v in pairs(game.Players:GetChildren()) do
  4973. table.insert(pls,v)
  4974. end
  4975. local ry2,ht2,ps2=newRay(cnOrb.CFrame,cnOrb.CFrame*CFrame.new(0,-1,0),1000,pls)
  4976. local pffx=nwPrt(mod3,Vector3.new(1,1,1),CFrame.new(ps2)*CFrame.new(0,10,-12),"Really black")
  4977. pffx.Mesh.MeshId="rbxassetid://20329976"
  4978. pffx.Mesh.Scale=Vector3.new(cs.X,cs.Y/5,cs.Z)
  4979. debris:AddItem(pffx,2)
  4980. table.insert(pfxt,pffx)
  4981. nt=0
  4982. end
  4983. wait()
  4984. end
  4985. local int=0
  4986. coroutine.wrap(function()
  4987. for i=1,500 do
  4988. rn1.CFrame=rn1.CFrame*CFrame.Angles(math.rad(10),math.rad(5),math.rad(5))
  4989. rn2.CFrame=rn2.CFrame*CFrame.Angles(math.rad(10),math.rad(5),math.rad(5))
  4990. nt=nt+1
  4991. int=int+1
  4992. local htd={p}
  4993. for _,v in pairs(game:service"Players":GetChildren()) do
  4994. pcall(function()
  4995. for _,c in pairs(v.Character:GetChildren()) do
  4996. if c:IsA("Part") and not inT(v,htd) and (cnOrb.CFrame.p-c.CFrame.p).magnitude<50 then
  4997. v.Character:FindFirstChild("Humanoid").Health=v.Character:FindFirstChild("Humanoid").Health-2
  4998. v.Character:FindFirstChild("HumanoidRootPart").Velocity=Vector3.new(0,0,0)
  4999. table.insert(htd,v)
  5000. end
  5001. end
  5002. end)
  5003. end
  5004. htd={p}
  5005. if int>=6 then
  5006. for _,v in pairs(game:service"Players":GetChildren()) do
  5007. pcall(function()
  5008. for _,c in pairs(v.Character:GetChildren()) do
  5009. if c:IsA("Part") and not inT(v,htd) and (cnOrb.CFrame.p-c.CFrame.p).magnitude<50 then
  5010. table.insert(htd,v)
  5011. local hfx=nwPrt(mod3,Vector3.new(1,1,1),c.CFrame*CFrame.new(math.random(-2,2),math.random(-2,2),math.random(-2,2)),"Really black")
  5012. hfx.Mesh.Scale=Vector3.new(2,2,2)
  5013. hfx.Mesh.MeshType=3
  5014. debris:AddItem(hfx,2)
  5015. coroutine.wrap(function()
  5016. pcall(function()
  5017. for i=0,1,0.05 do
  5018. pcall(function()
  5019. local hs=hfx.Mesh.Scale
  5020. hfx.CFrame=Lerp(hfx.CFrame,cnOrb.CFrame,i)
  5021. hfx.Mesh.Scale=Vector3.new(Tween(hs.X,0.1,i),Tween(hs.Y,0.1,i),Tween(hs.Z,0.1,i))
  5022. end)
  5023. wait()
  5024. end
  5025. hfx:Destroy()
  5026. end)
  5027. end)()
  5028. end
  5029. end
  5030. end)
  5031. end
  5032. int=0
  5033. end
  5034. if nt>=4 then
  5035. local pls={}
  5036. for _,v in pairs(game.Players:GetChildren()) do
  5037. table.insert(pls,v)
  5038. end
  5039. local ry2,ht2,ps2=newRay(cnOrb.CFrame,cnOrb.CFrame*CFrame.new(0,-1,0),1000,pls)
  5040. local pffx=nwPrt(mod3,Vector3.new(1,1,1),CFrame.new(ps2)*CFrame.new(0,10,-12),"Really black")
  5041. pffx.Transparency=0.4
  5042. pffx.Mesh.MeshId="rbxassetid://20329976"
  5043. pffx.Mesh.Scale=Vector3.new(cs.X-10,cs.Y/5,cs.Z-10)
  5044. debris:AddItem(pffx,2)
  5045. table.insert(pfxt,pffx)
  5046. nt=0
  5047. end
  5048. wait()
  5049. end
  5050. cnOrb:Destroy()
  5051. cnfx:Destroy()
  5052. for _,v in pairs(mod3:GetChildren()) do
  5053. v:Destroy()
  5054. end
  5055. orbt={}
  5056. stlt={}
  5057. chot={}
  5058. cfxt={}
  5059. pfxt={}
  5060. end)()
  5061. if Debounces.CanAttack == false then
  5062. Debounces.CanAttack = true
  5063. Debounces.NoIdl = false
  5064. Debounces.on = false
  5065. end
  5066. end
  5067. end
  5068. end)
  5069. ----------------------------------------------------
  5070. mouse.KeyDown:connect(function(key)
  5071. if key == "m" then
  5072. if Debounces.CanAttack == true then
  5073. Debounces.CanAttack = false
  5074. Debounces.on = true
  5075. Debounces.NoIdl = true
  5076. --[[x = Instance.new("Sound",char)
  5077. x.SoundId = "http://www.roblox.com/asset/?id=169445572"
  5078. x.Looped = false
  5079. x.Pitch = 1.1
  5080. x.Volume = 1
  5081. x:Play()
  5082. x2 = Instance.new("Sound",char)
  5083. x2.SoundId = "http://www.roblox.com/asset/?id=169380495"
  5084. x2.Looped = false
  5085. x2.Pitch = .7
  5086. x2.Volume = 1
  5087. wait(.1)
  5088. x:Play()
  5089. x2:Play()
  5090. for i = 1, 20 do
  5091. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,0.6,-.2) *CFrame.Angles (math.rad (45),math.rad(0),math.rad(32)), 0.2)
  5092. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,1,0)*CFrame.Angles(math.rad (0),math.rad(0),math.rad(-20)), 0.2)
  5093. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.4)*CFrame.Angles(math.rad (- 8),math.rad(-40), math.rad(-8)),0.2)
  5094. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -3.2, 0) * CFrame.Angles (math.rad (-50), math.rad(40), math.rad(0)), 0.2)
  5095. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, .4, -1.6) * CFrame.Angles (math.rad (30), 0, math.rad(20)), 0.2)
  5096. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.6, -2, 0) * CFrame.Angles (math.rad(- 10), math.rad(-40), math.rad(0)), 0.2)
  5097. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.3, -1.1) * CFrame.Angles(math.rad(-60), math.rad(-90), math.rad(0)), 0.4)
  5098. if Debounces.on == false then break end
  5099. wait()
  5100. x:Destroy()
  5101. x2:Destroy()
  5102. end
  5103. wait(1)]]--
  5104. local rng = Instance.new("Part", char)
  5105. rng.Anchored = true
  5106. rng.BrickColor = BrickColor.new("Really black")
  5107. rng.CanCollide = false
  5108. rng.FormFactor = 3
  5109. rng.Name = "Ring"
  5110. rng.Size = Vector3.new(1, 1, 1)
  5111. rng.Transparency = 0.35
  5112. rng.TopSurface = 0
  5113. rng.BottomSurface = 0
  5114. rng.Position = torso.Position - Vector3.new(0,5,0)
  5115. rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  5116. local rngm = Instance.new("SpecialMesh", rng)
  5117. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5118. rngm.Scale = Vector3.new(1, 1, 2)
  5119. x = Instance.new("Sound",char)
  5120. x.SoundId = "http://www.roblox.com/asset/?id=169445602"
  5121. x.Looped = false
  5122. x.Pitch = .7
  5123. x.Volume = 1
  5124. x:Play()
  5125. coroutine.wrap(function()
  5126. for i = 1, 60, 2 do
  5127. rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
  5128. rng.Transparency = i/60
  5129. wait()
  5130. end
  5131. wait()
  5132. rng:Destroy()
  5133. end)()
  5134. hum.WalkSpeed = 100
  5135. BV = Instance.new("BodyVelocity", torso)
  5136. BV.maxForce = Vector3.new(0,200000,0)
  5137. BV.P = 240000
  5138. BV.velocity = Vector3.new(0,700,0)
  5139. for i = 1, 20 do
  5140. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0)*CFrame.Angles(math.rad(20),math.rad(0), math.rad(0)),0.7)
  5141. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-16), math.rad(0), math.rad(0)), 0.7)
  5142. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1, 0) * CFrame.Angles(math.rad(40), 0, math.rad(-20)), 0.7)
  5143. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1, 0) * CFrame.Angles(math.rad(-40), math.rad(0), math.rad(20)), 0.7)
  5144. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1.8, .2) * CFrame.Angles(math.rad(-10), 0, 0), 0.7)
  5145. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1.5, -2) * CFrame.Angles(math.rad(0), 0, 0), 0.7)
  5146. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  5147. if Debounces.on == false then break end
  5148. wait()
  5149. end
  5150. x:Destroy()
  5151. BV:Destroy()
  5152. --[[for i = 1, 30 doc
  5153. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(-14),math.rad(0), math.rad(0)),0.3)
  5154. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-16), math.rad (0), math.rad(0)), 0.3)
  5155. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.3)
  5156. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.3)
  5157. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.4, -1) * CFrame.Angles(math.rad(20), 0, 0), 0.3)
  5158. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8, -.6) * CFrame.Angles(math.rad(-30), 0, 0), 0.3)
  5159. if Debounces.on == false then break end
  5160. wait()
  5161. end]]--
  5162. if (torso.Velocity*Vector3.new(1, 1, 1)).magnitude > 1 then
  5163. for i = 1, 30 do
  5164. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0)*CFrame.Angles(math.rad(-14),math.rad(0), math.rad(0)),0.3)
  5165. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.6, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  5166. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1.4, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-120)), 0.3)
  5167. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1.4, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(120)), 0.3)
  5168. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, .4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  5169. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.2)
  5170. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  5171. if Debounces.on == false then break end
  5172. wait()
  5173. end
  5174. end
  5175. Debounces.on = false
  5176. Debounces.NoIdl = false
  5177. local ry,ht,ps=nil,nil,nil
  5178. while ht==nil do
  5179. ry,ht,ps=newRay(root.CFrame*CFrame.new(0,-2,0),root.CFrame*CFrame.new(0,-3,0),4.1,{char})
  5180. wait()
  5181. end
  5182. z = Instance.new("Sound",char)
  5183. z.SoundId = "rbxassetid://142070127"
  5184. z.Volume = 1
  5185. wait(.1)
  5186. z:Play()
  5187. Landing()
  5188. hum.WalkSpeed = 8
  5189. if Debounces.CanAttack == false then
  5190. Debounces.CanAttack = true
  5191. end
  5192. end
  5193. end
  5194. end)
  5195. ----------------------------------------------------
  5196. Grab = false
  5197. mouse.KeyDown:connect(function(key)
  5198. if key == "z" then
  5199. Debounces.on = true
  5200. Debounces.NoIdl = true
  5201. if Grab == false then
  5202. gp = nil
  5203. con1=larm.Touched:connect(function(hit) -- this is grab
  5204. ht = hit.Parent
  5205. hum1=ht:FindFirstChild('Humanoid')
  5206. if hum1 ~= nil then
  5207. hum1.PlatformStand=true
  5208. gp = ht
  5209. Grab = true
  5210. asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-3.3,0),CFrame.new(0,0,0))
  5211. asd.Parent = larm
  5212. asd.Name = "asd"
  5213. asd.C0=asd.C0*CFrame.Angles(math.rad(-90),0,0)
  5214. con1:disconnect()
  5215. elseif hum1 ~= nil then
  5216. con1:disconnect()
  5217. wait() return
  5218. end
  5219. end)
  5220. for i = 1, 18 do
  5221. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(36)), 0.2)
  5222. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.65,.9,-.5)*CFrame.Angles(math.rad(70),math.rad(0),math.rad(20)), 0.2)
  5223. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  5224. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.8, 0) * CFrame.Angles(math.rad(-60), math.rad(0), 0), 0.2)
  5225. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -.6) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)), 0.2)
  5226. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, -.6) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)), 0.2)
  5227. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.3, -1.1) * CFrame.Angles(math.rad(-60), math.rad(-90), math.rad(0)), 0.9)
  5228. if Debounces.on == false then break end
  5229. wait()
  5230. end
  5231. con1:disconnect()
  5232. Debounces.on = false
  5233. Debounces.NoIdl = false
  5234. elseif Grab == true then
  5235. Grab = false
  5236. for i = 1, 20 do
  5237. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.2)
  5238. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.6, .9, -.4)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-20)), 0.1)
  5239. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  5240. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  5241. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  5242. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  5243. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  5244. if Debounces.on == false then end
  5245. wait()
  5246. end
  5247. if gp ~= nil then
  5248. for i,v in pairs(larm:GetChildren()) do
  5249. if v.Name == "asd" and v:IsA("Weld") then
  5250. v:Remove()
  5251. end
  5252. end
  5253. bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
  5254. bv.maxForce = Vector3.new(400000, 400000, 400000)
  5255. bv.P = 125000
  5256. bv.velocity = char.Head.CFrame.lookVector * 200
  5257. for i = 1, 12 do
  5258. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.6, .9, -.75)*CFrame.Angles(math.rad(30),math.rad(0),math.rad(20)), 0.5)
  5259. if Debounces.on == false then end
  5260. wait()
  5261. end--
  5262. ht=nil
  5263. Spawn(function()
  5264. wait(0.5)
  5265. bv:Destroy()
  5266. end)
  5267. Debounces.on = false
  5268. Debounces.NoIdl = false
  5269. elseif ht == nil then wait()
  5270. Grab = false
  5271. Debounces.on = false
  5272. Debounces.NoIdl = false
  5273. end
  5274. end
  5275. end
  5276. end)
  5277. ----------------------------------------------------
  5278. mouse.KeyDown:connect(function(key)
  5279. if string.byte(key) == 52 then
  5280. char.Humanoid.WalkSpeed = 21
  5281. end
  5282. end)
  5283. mouse.KeyUp:connect(function(key)
  5284. if string.byte(key) == 52 then
  5285. char.Humanoid.WalkSpeed = 5
  5286. end
  5287. end)
  5288. ----------------------------------------------------
  5289. Change = false
  5290. mouse.KeyDown:connect(function(key)
  5291. if key == "n" then
  5292. if Change == false then
  5293. Change = true
  5294. stanceToggle = "Normal2"
  5295. elseif Change == true then
  5296. Change = false
  5297. stanceToggle = "Normal"
  5298. end
  5299. end
  5300. end)
  5301. ----------------------------------------------------
  5302. local animpose = "Idle"
  5303. local lastanimpose = "Idle"
  5304. local sine = 0
  5305. local change = 1
  5306. local val = 0
  5307. local ffing = false
  5308. local och = 0
  5309. ----------------------------------------------------
  5310. game:GetService("RunService").RenderStepped:connect(function()
  5311. --[[if char.Humanoid.Jump == true then
  5312. jump = true
  5313. else
  5314. jump = false
  5315. end]]
  5316. char.Humanoid.FreeFalling:connect(function(f)
  5317. if f then
  5318. ffing = true
  5319. else
  5320. ffing = false
  5321. end
  5322. end)
  5323. sine = sine + change
  5324. if jumpn == true then
  5325. animpose = "Jumping"
  5326. elseif ffing == true then
  5327. animpose = "Freefalling"
  5328. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  5329. animpose = "Idle"
  5330. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  5331. animpose = "Walking"
  5332. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  5333. animpose = "Running"
  5334. end
  5335. if animpose ~= lastanimpose then
  5336. sine = 0
  5337. if Debounces.NoIdl == false then
  5338. if animpose == "Idle" then
  5339. for i = 1, 2 do
  5340. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.2)
  5341. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.2)
  5342. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  5343. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  5344. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  5345. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  5346. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  5347. end
  5348. elseif animpose == "Walking" then
  5349. for i = 1, 2 do
  5350. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(20)), 0.2)
  5351. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9, 0)*CFrame.Angles(0, math.rad(1), math.rad(-10)), 0.2)
  5352. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(-8), math.rad(0), math.rad(0)),0.2)
  5353. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-4), 0, math.rad(0)), 0.2)
  5354. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -.05) * CFrame.Angles(math.rad(-18), 0, 0), .4)
  5355. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, -.05) * CFrame.Angles(math.rad(-18), 0, 0), .4)
  5356. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  5357. end
  5358. elseif animpose == "Running" then
  5359. for i = 1, 2 do
  5360. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, .5) * CFrame.Angles(math.rad(-10), math.rad(-40), math.rad(50)), 0.2)
  5361. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1.2, 0-1*math.cos(sine/4)/2)*CFrame.Angles(math.rad(50-80*math.cos(sine/8)/2), math.rad(0), math.rad(0-70*math.cos(sine/8)/2)), 0.2)
  5362. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(6+8*math.cos(sine/4)/1.8), math.rad(0), math.rad(0)),0.2)
  5363. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2+0.2*math.cos(sine/4)/2, 0) * CFrame.Angles(math.rad(-14+4*math.cos(sine/4)/2), 0, math.rad(0)), 0.2)
  5364. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3-0.44*math.cos(sine/8)/2.4, -.15 + math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + -math.sin(sine/8)/1.7, 0, 0), .4)
  5365. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3+0.44*math.cos(sine/8)/2.4, -.15 + -math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + math.sin(sine/8)/1.7, 0, 0), .4)
  5366. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  5367. end
  5368. rs:wait(2)
  5369. end
  5370. else
  5371. end
  5372. end
  5373. lastanimpose = animpose
  5374. if Debounces.NoIdl == false then
  5375. if animpose == "Idle" then
  5376. if stanceToggle == "Normal" then
  5377. change = 0.5
  5378. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(88+2*math.cos(sine/14)),math.rad(0),math.rad(20)), 0.2)
  5379. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(50),math.rad(-30),math.rad(-40-2*math.cos(sine/14))), 0.2)
  5380. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/14)),math.rad(40),0), 0.2)
  5381. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-40), 0), 0.2)
  5382. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.15, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  5383. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.15, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  5384. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  5385. elseif stanceToggle == "Sitting" then
  5386. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0) * CFrame.Angles(math.rad(100-1*math.cos(sine/14)), math.rad(0), math.rad(20)), 0.2)
  5387. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9, 0)*CFrame.Angles(math.rad(-36+1*math.cos(sine/14)), math.rad(0), math.rad(-30)), 0.2)
  5388. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -.3) * CFrame.Angles(math.rad(-14+1*math.cos(sine/14)), math.rad(0), math.rad(0)),0.2)
  5389. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.8, 0) * CFrame.Angles(math.rad(-10+1*math.cos(sine/14)), 0, math.rad(0)), 0.2)
  5390. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -2) * CFrame.Angles(math.rad(-10-1*math.cos(sine/14)), 0, 0), 0.2)
  5391. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .6) * CFrame.Angles(math.rad(-50-1*math.cos(sine/14)), 0, 0), 0.2)
  5392. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  5393. elseif stanceToggle == "Normal2" then
  5394. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(30+2*math.cos(sine/14)),math.rad(40),math.rad(40)), 0.2)
  5395. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-20),math.rad(30),math.rad(-40-2*math.cos(sine/14))), 0.2)
  5396. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/14)),math.rad(-40),0), 0.2)
  5397. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(40), 0), 0.2)
  5398. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-16), math.rad(-20), math.rad(-14)), 0.2)
  5399. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(10), math.rad(-30), math.rad(18)), 0.2)
  5400. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.9, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  5401. end
  5402. elseif animpose == "Walking" then
  5403. if stanceToggle == "Normal" then
  5404. change = 1
  5405. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9+.1*math.cos(sine/7), 0) * CFrame.Angles(math.rad(90+2*math.cos(sine/7)), math.rad(0), math.rad(20)), 0.2)
  5406. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9+.1*math.cos(sine/7), -math.sin(sine/14)/2)*CFrame.Angles(math.sin(sine/14)/4, math.rad(1) + -math.sin(sine/14)/2, math.rad(-30)), 0.2)
  5407. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(-8+2*math.cos(sine/7)), math.rad(0-8*math.cos(sine/14)), math.rad(0)),0.2)
  5408. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.1*math.cos(sine/7), 0) * CFrame.Angles(math.rad(-4+2*math.cos(sine/7)), math.rad(0+8*math.cos(sine/14)), math.rad(0)), 0.2)
  5409. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3-0.3*math.cos(sine/14)/2, -.05 + math.sin(sine/14)/2) * CFrame.Angles(math.rad(-12) + -math.sin(sine/14)/2, math.rad(0-8*math.cos(sine/14)), 0), .4)
  5410. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3+0.3*math.cos(sine/14)/2, -.05 + -math.sin(sine/14)/2) * CFrame.Angles(math.rad(-12) + math.sin(sine/14)/2, math.rad(0-8*math.cos(sine/14)), 0), .4)
  5411. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  5412. elseif stanceToggle == "Normal2" then
  5413. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9+.1*math.cos(sine/7), math.sin(sine/14)/2)*CFrame.Angles(-math.sin(sine/14)/4, -math.sin(sine/14)/2, math.rad(20)), 0.2)
  5414. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9+.1*math.cos(sine/7), -math.sin(sine/14)/2)*CFrame.Angles(math.sin(sine/14)/4, -math.sin(sine/14)/2, math.rad(-20)), 0.2)
  5415. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(-8+2*math.cos(sine/7)), math.rad(0), math.rad(0)),0.2)
  5416. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.1*math.cos(sine/7), 0) * CFrame.Angles(math.rad(-4+2*math.cos(sine/7)), 0, math.rad(0)), 0.2)
  5417. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3-0.3*math.cos(sine/14)/2, -.05 + math.sin(sine/14)/2) * CFrame.Angles(math.rad(-18) + -math.sin(sine/14)/2.3, 0, 0), .4)
  5418. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3+0.3*math.cos(sine/14)/2, -.05 + -math.sin(sine/14)/2) * CFrame.Angles(math.rad(-18) + math.sin(sine/14)/2.3, 0, 0), .4)
  5419. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.9, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  5420. end
  5421. elseif animpose == "Running" then
  5422. change = 1
  5423. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, .5) * CFrame.Angles(math.rad(-10-20*math.cos(sine/4)/2), math.rad(-40+10*math.cos(sine/4)/2), math.rad(50-10*math.cos(sine/4)/2)), 0.2)
  5424. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, .5)*CFrame.Angles(math.rad(10+20*math.cos(sine/4)/2), math.rad(40-10*math.cos(sine/4)/2), math.rad(-50+10*math.cos(sine/4)/2)), 0.2)
  5425. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(6+6*math.cos(sine/4)/1.8), math.rad(0), math.rad(0)),0.2)
  5426. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.2*math.cos(sine/4)/2, 0) * CFrame.Angles(math.rad(-14+10*math.cos(sine/4)/2), 0, math.rad(0)), 0.2)
  5427. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3-0.44*math.cos(sine/8)/2.4, -.15 + math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + -math.sin(sine/8)/1.7, 0, 0), .4)
  5428. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3+0.44*math.cos(sine/8)/2.4, -.15 + -math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + math.sin(sine/8)/1.7, 0, 0), .4)
  5429. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  5430. end
  5431. end
  5432. och=och+1
  5433. for _,v in pairs(orbt) do
  5434. pcall(function()
  5435. v.Mesh.Scale=Vector3.new(cns+(0.2*math.cos(och/12)),cns+(0.2*math.cos(och/10)),cns+(0.2*math.cos(och/8)))
  5436. end)
  5437. end
  5438. for _,v in pairs(stlt) do
  5439. pcall(function()
  5440. v.CFrame=larm.CFrame*CFrame.new(0,-3.5-(cns/2),-0.1)
  5441. end)
  5442. end
  5443. for _,v in pairs(chot) do
  5444. pcall(function()
  5445. v.CFrame=Lerp(v.CFrame,cnOrb.CFrame,0.1)
  5446. v.Mesh.Scale=Vector3.new(Tween(v.Mesh.Scale.X,0,0.1),Tween(v.Mesh.Scale.Y,0,0.1),Tween(v.Mesh.Scale.Z,0,0.1))
  5447. end)
  5448. end
  5449. for _,v in pairs(cfxt) do
  5450. pcall(function()
  5451. local vs=v.Mesh.Scale
  5452. v.Mesh.Scale=Vector3.new(vs.x+0.5,vs.y+0.1,vs.z+0.5)
  5453. v.Transparency=v.Transparency+0.05
  5454. end)
  5455. end
  5456. for _,v in pairs(pfxt) do
  5457. pcall(function()
  5458. local vs=v.Mesh.Scale
  5459. v.Mesh.Scale=Vector3.new(vs.x+2,vs.y+0.5,vs.z+2)
  5460. v.Transparency=v.Transparency+0.025
  5461. end)
  5462. end
  5463. end)
  5464. --N3xul Animated Sky
  5465. local runDummyScript = function(f,scri)
  5466. local oldenv = getfenv(f)
  5467. local newenv = setmetatable({}, {
  5468. __index = function(_, k)
  5469. if k:lower() == 'script' then
  5470. return scri
  5471. else
  5472. return oldenv[k]
  5473. end
  5474. end
  5475. })
  5476. setfenv(f, newenv)
  5477. ypcall(function() f() end)
  5478. end
  5479. cors = {}
  5480. mas = Instance.new("Model",game:GetService("Lighting"))
  5481. mas.Name = "CompiledModel"
  5482. o1 = Instance.new("Model")
  5483. o2 = Instance.new("Model")
  5484. o3 = Instance.new("Part")
  5485. o4 = Instance.new("SpecialMesh")
  5486. o5 = Instance.new("Part")
  5487. o6 = Instance.new("SpecialMesh")
  5488. o7 = Instance.new("Part")
  5489. o8 = Instance.new("SpecialMesh")
  5490. o9 = Instance.new("Part")
  5491. o10 = Instance.new("SpecialMesh")
  5492. o11 = Instance.new("Part")
  5493. o12 = Instance.new("SpecialMesh")
  5494. o13 = Instance.new("Part")
  5495. o14 = Instance.new("SpecialMesh")
  5496. o15 = Instance.new("Part")
  5497. o16 = Instance.new("SpecialMesh")
  5498. o17 = Instance.new("Part")
  5499. o18 = Instance.new("SpecialMesh")
  5500. o19 = Instance.new("Part")
  5501. o20 = Instance.new("SpecialMesh")
  5502. o21 = Instance.new("Part")
  5503. o22 = Instance.new("SpecialMesh")
  5504. o23 = Instance.new("Part")
  5505. o24 = Instance.new("SpecialMesh")
  5506. o25 = Instance.new("Part")
  5507. o26 = Instance.new("SpecialMesh")
  5508. o27 = Instance.new("Part")
  5509. o28 = Instance.new("SpecialMesh")
  5510. o29 = Instance.new("Part")
  5511. o30 = Instance.new("SpecialMesh")
  5512. o31 = Instance.new("Part")
  5513. o32 = Instance.new("SpecialMesh")
  5514. o33 = Instance.new("Part")
  5515. o34 = Instance.new("SpecialMesh")
  5516. o35 = Instance.new("Part")
  5517. o36 = Instance.new("SpecialMesh")
  5518. o37 = Instance.new("Part")
  5519. o38 = Instance.new("SpecialMesh")
  5520. o39 = Instance.new("Part")
  5521. o40 = Instance.new("SpecialMesh")
  5522. o41 = Instance.new("Part")
  5523. o42 = Instance.new("SpecialMesh")
  5524. o43 = Instance.new("Part")
  5525. o44 = Instance.new("SpecialMesh")
  5526. o45 = Instance.new("Part")
  5527. o46 = Instance.new("SpecialMesh")
  5528. o47 = Instance.new("Part")
  5529. o48 = Instance.new("SpecialMesh")
  5530. o49 = Instance.new("Part")
  5531. o50 = Instance.new("SpecialMesh")
  5532. o51 = Instance.new("Part")
  5533. o52 = Instance.new("SpecialMesh")
  5534. o53 = Instance.new("Part")
  5535. o54 = Instance.new("SpecialMesh")
  5536. o55 = Instance.new("Part")
  5537. o56 = Instance.new("SpecialMesh")
  5538. o57 = Instance.new("Part")
  5539. o58 = Instance.new("SpecialMesh")
  5540. o59 = Instance.new("Part")
  5541. o60 = Instance.new("SpecialMesh")
  5542. o61 = Instance.new("Part")
  5543. o62 = Instance.new("SpecialMesh")
  5544. o63 = Instance.new("Part")
  5545. o64 = Instance.new("SpecialMesh")
  5546. o65 = Instance.new("Part")
  5547. o66 = Instance.new("SpecialMesh")
  5548. o67 = Instance.new("Script")
  5549. o1.Name = "$_N3xul Sky"
  5550. o1.Parent = mas
  5551. o2.Name = "SKY IS DA LIMIT"
  5552. o2.Parent = o1
  5553. o3.Name = "Brick"
  5554. o3.Parent = o2
  5555. o3.Material = Enum.Material.Neon
  5556. o3.BrickColor = BrickColor.new("Royal purple")
  5557. o3.Position = Vector3.new(3.5, 1.66253495, -1.5)
  5558. o3.Rotation = Vector3.new(96.8799973, 29.4200001, 64.2200012)
  5559. o3.Anchored = true
  5560. o3.CanCollide = false
  5561. o3.Size = Vector3.new(1, 2.4000001, 1)
  5562. o3.CFrame = CFrame.new(3.5, 1.66253495, -1.5, 0.378833085, -0.784395874, 0.49113974, 0.104257114, -0.491143882, -0.864818215, 0.919577479, 0.378825694, -0.104285136)
  5563. o3.BottomSurface = Enum.SurfaceType.Smooth
  5564. o3.TopSurface = Enum.SurfaceType.Smooth
  5565. o3.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5566. o3.Position = Vector3.new(3.5, 1.66253495, -1.5)
  5567. o3.Orientation = Vector3.new(59.8600006, 101.989998, 168.020004)
  5568. o3.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5569. o4.Parent = o3
  5570. o4.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5571. o4.Offset = Vector3.new(2, 2, 2)
  5572. o4.Scale = Vector3.new(1000, 1000, 1000)
  5573. o4.VertexColor = Vector3.new(0.300000012, 4, 9)
  5574. o4.MeshType = Enum.MeshType.FileMesh
  5575. o4.Scale = Vector3.new(1000, 1000, 1000)
  5576. o5.Name = "Brick"
  5577. o5.Parent = o2
  5578. o5.Material = Enum.Material.Neon
  5579. o5.BrickColor = BrickColor.new("Royal purple")
  5580. o5.Position = Vector3.new(3.618927, 3.53207898, -2.67700195)
  5581. o5.Rotation = Vector3.new(55.5499992, -81.6699982, 96.1299973)
  5582. o5.Anchored = true
  5583. o5.CanCollide = false
  5584. o5.Size = Vector3.new(1, 2.4000001, 1)
  5585. o5.CFrame = CFrame.new(3.618927, 3.53207898, -2.67700195, -0.0154758478, -0.144104496, -0.989441693, 0.649552941, 0.750867248, -0.119519472, 0.760160863, -0.644543171, 0.0819826573)
  5586. o5.BottomSurface = Enum.SurfaceType.Smooth
  5587. o5.TopSurface = Enum.SurfaceType.Smooth
  5588. o5.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5589. o5.Position = Vector3.new(3.618927, 3.53207898, -2.67700195)
  5590. o5.Orientation = Vector3.new(6.86000013, -85.2600021, 40.8600006)
  5591. o5.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5592. o6.Parent = o5
  5593. o6.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5594. o6.Offset = Vector3.new(2, 2, 2)
  5595. o6.Scale = Vector3.new(1000, 1000, 1000)
  5596. o6.VertexColor = Vector3.new(0.300000012, 4, 9)
  5597. o6.MeshType = Enum.MeshType.FileMesh
  5598. o6.Scale = Vector3.new(1000, 1000, 1000)
  5599. o7.Name = "Brick"
  5600. o7.Parent = o2
  5601. o7.Material = Enum.Material.Neon
  5602. o7.BrickColor = BrickColor.new("Royal purple")
  5603. o7.Position = Vector3.new(3.41925001, 3.46374989, -2.55004907)
  5604. o7.Rotation = Vector3.new(60.2599983, -71.0599976, 96.9499969)
  5605. o7.Anchored = true
  5606. o7.CanCollide = false
  5607. o7.Size = Vector3.new(1, 2.4000001, 1)
  5608. o7.CFrame = CFrame.new(3.41925001, 3.46374989, -2.55004907, -0.0392630808, -0.322262198, -0.945838571, 0.591747701, 0.755236924, -0.281889617, 0.80517143, -0.570765078, 0.161043555)
  5609. o7.BottomSurface = Enum.SurfaceType.Smooth
  5610. o7.TopSurface = Enum.SurfaceType.Smooth
  5611. o7.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5612. o7.Position = Vector3.new(3.41925001, 3.46374989, -2.55004907)
  5613. o7.Orientation = Vector3.new(16.3700008, -80.3399963, 38.0800018)
  5614. o7.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5615. o8.Parent = o7
  5616. o8.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5617. o8.Offset = Vector3.new(2, 2, 2)
  5618. o8.Scale = Vector3.new(1000, 1000, 1000)
  5619. o8.VertexColor = Vector3.new(0.300000012, 4, 9)
  5620. o8.MeshType = Enum.MeshType.FileMesh
  5621. o8.Scale = Vector3.new(1000, 1000, 1000)
  5622. o9.Name = "Brick"
  5623. o9.Parent = o2
  5624. o9.Material = Enum.Material.Neon
  5625. o9.BrickColor = BrickColor.new("Royal purple")
  5626. o9.Position = Vector3.new(3.24560499, 3.35655093, -2.41162109)
  5627. o9.Rotation = Vector3.new(63.0400009, -60.4500008, 95.7099991)
  5628. o9.Anchored = true
  5629. o9.CanCollide = false
  5630. o9.Size = Vector3.new(1, 2.4000001, 1)
  5631. o9.CFrame = CFrame.new(3.24560499, 3.35655093, -2.41162109, -0.0490314811, -0.490668416, -0.86996752, 0.528260767, 0.726481915, -0.439518034, 0.847669482, -0.481119365, 0.223578453)
  5632. o9.BottomSurface = Enum.SurfaceType.Smooth
  5633. o9.TopSurface = Enum.SurfaceType.Smooth
  5634. o9.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5635. o9.Position = Vector3.new(3.24560499, 3.35655093, -2.41162109)
  5636. o9.Orientation = Vector3.new(26.0699997, -75.5899963, 36.0200005)
  5637. o9.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5638. o10.Parent = o9
  5639. o10.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5640. o10.Offset = Vector3.new(2, 2, 2)
  5641. o10.Scale = Vector3.new(1000, 1000, 1000)
  5642. o10.VertexColor = Vector3.new(0.300000012, 4, 9)
  5643. o10.MeshType = Enum.MeshType.FileMesh
  5644. o10.Scale = Vector3.new(1000, 1000, 1000)
  5645. o11.Name = "Brick"
  5646. o11.Parent = o2
  5647. o11.Material = Enum.Material.Neon
  5648. o11.BrickColor = BrickColor.new("Royal purple")
  5649. o11.Position = Vector3.new(3.16018701, 2.01041889, -1.56359899)
  5650. o11.Rotation = Vector3.new(84.7699966, 11.3299999, 76.1299973)
  5651. o11.Anchored = true
  5652. o11.CanCollide = false
  5653. o11.Size = Vector3.new(1, 2.4000001, 1)
  5654. o11.CFrame = CFrame.new(3.16018701, 2.01041889, -1.56359899, 0.234984711, -0.951925099, 0.196545079, 0.135413677, -0.168172807, -0.976414025, 0.962523997, 0.256055504, 0.0893825442)
  5655. o11.BottomSurface = Enum.SurfaceType.Smooth
  5656. o11.TopSurface = Enum.SurfaceType.Smooth
  5657. o11.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5658. o11.Position = Vector3.new(3.16018701, 2.01041889, -1.56359899)
  5659. o11.Orientation = Vector3.new(77.5299988, 65.5500031, 141.160004)
  5660. o11.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5661. o12.Parent = o11
  5662. o12.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5663. o12.Offset = Vector3.new(2, 2, 2)
  5664. o12.Scale = Vector3.new(1000, 1000, 1000)
  5665. o12.VertexColor = Vector3.new(0.300000012, 4, 9)
  5666. o12.MeshType = Enum.MeshType.FileMesh
  5667. o12.Scale = Vector3.new(1000, 1000, 1000)
  5668. o13.Name = "Brick"
  5669. o13.Parent = o2
  5670. o13.Material = Enum.Material.Neon
  5671. o13.BrickColor = BrickColor.new("Royal purple")
  5672. o13.Position = Vector3.new(3.31469703, 1.82450104, -1.51757801)
  5673. o13.Rotation = Vector3.new(90.1399994, 20.6700001, 70.8600006)
  5674. o13.Anchored = true
  5675. o13.CanCollide = false
  5676. o13.Size = Vector3.new(1, 2.4000001, 1)
  5677. o13.CFrame = CFrame.new(3.31469703, 1.82450104, -1.51757801, 0.306727529, -0.883943498, 0.352943659, 0.113343202, -0.334257245, -0.935642958, 0.945028484, 0.32698974, -0.00233911769)
  5678. o13.BottomSurface = Enum.SurfaceType.Smooth
  5679. o13.TopSurface = Enum.SurfaceType.Smooth
  5680. o13.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5681. o13.Position = Vector3.new(3.31469703, 1.82450104, -1.51757801)
  5682. o13.Orientation = Vector3.new(69.3300018, 90.3799973, 161.270004)
  5683. o13.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5684. o14.Parent = o13
  5685. o14.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5686. o14.Offset = Vector3.new(2, 2, 2)
  5687. o14.Scale = Vector3.new(1000, 1000, 1000)
  5688. o14.VertexColor = Vector3.new(0.300000012, 4, 9)
  5689. o14.MeshType = Enum.MeshType.FileMesh
  5690. o14.Scale = Vector3.new(1000, 1000, 1000)
  5691. o15.Name = "Brick"
  5692. o15.Parent = o2
  5693. o15.Material = Enum.Material.Neon
  5694. o15.BrickColor = BrickColor.new("Royal purple")
  5695. o15.Position = Vector3.new(4.57440186, 1.39447999, -1.79949903)
  5696. o15.Rotation = Vector3.new(160.410004, 49.5999985, 1.05999994)
  5697. o15.Anchored = true
  5698. o15.CanCollide = false
  5699. o15.Size = Vector3.new(1, 2.4000001, 1)
  5700. o15.CFrame = CFrame.new(4.57440186, 1.39447999, -1.79949903, 0.64802295, -0.0120393187, 0.761527359, 0.237799332, -0.946695745, -0.217319146, 0.7235502, 0.321917951, -0.610618293)
  5701. o15.BottomSurface = Enum.SurfaceType.Smooth
  5702. o15.TopSurface = Enum.SurfaceType.Smooth
  5703. o15.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5704. o15.Position = Vector3.new(4.57440186, 1.39447999, -1.79949903)
  5705. o15.Orientation = Vector3.new(12.5500002, 128.720001, 165.899994)
  5706. o15.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5707. o16.Parent = o15
  5708. o16.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5709. o16.Offset = Vector3.new(2, 2, 2)
  5710. o16.Scale = Vector3.new(1000, 1000, 1000)
  5711. o16.VertexColor = Vector3.new(0.300000012, 4, 9)
  5712. o16.MeshType = Enum.MeshType.FileMesh
  5713. o16.Scale = Vector3.new(1000, 1000, 1000)
  5714. o17.Name = "Brick"
  5715. o17.Parent = o2
  5716. o17.Material = Enum.Material.Neon
  5717. o17.BrickColor = BrickColor.new("Royal purple")
  5718. o17.Position = Vector3.new(2.94677711, 2.85119104, -1.97851598)
  5719. o17.Rotation = Vector3.new(70.6100006, -28.9300003, 89.6299973)
  5720. o17.Anchored = true
  5721. o17.CanCollide = false
  5722. o17.Size = Vector3.new(1, 2.4000001, 1)
  5723. o17.CFrame = CFrame.new(2.94677711, 2.85119104, -1.97851598, 0.00562491454, -0.875205159, -0.483721107, 0.328991413, 0.458422065, -0.825601816, 0.944317937, -0.154494658, 0.290510803)
  5724. o17.BottomSurface = Enum.SurfaceType.Smooth
  5725. o17.TopSurface = Enum.SurfaceType.Smooth
  5726. o17.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5727. o17.Position = Vector3.new(2.94677711, 2.85119104, -1.97851598)
  5728. o17.Orientation = Vector3.new(55.6500015, -59.0099983, 35.6699982)
  5729. o17.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5730. o18.Parent = o17
  5731. o18.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5732. o18.Offset = Vector3.new(2, 2, 2)
  5733. o18.Scale = Vector3.new(1000, 1000, 1000)
  5734. o18.VertexColor = Vector3.new(0.300000012, 4, 9)
  5735. o18.MeshType = Enum.MeshType.FileMesh
  5736. o18.Scale = Vector3.new(1000, 1000, 1000)
  5737. o19.Name = "Brick"
  5738. o19.Parent = o2
  5739. o19.Material = Enum.Material.Neon
  5740. o19.BrickColor = BrickColor.new("Royal purple")
  5741. o19.Position = Vector3.new(3.00463891, 3.044065, -2.12027001)
  5742. o19.Rotation = Vector3.new(68, -39.3699989, 91.9400024)
  5743. o19.Anchored = true
  5744. o19.CanCollide = false
  5745. o19.Size = Vector3.new(1, 2.4000001, 1)
  5746. o19.CFrame = CFrame.new(3.00463891, 3.044065, -2.12027001, -0.0261950977, -0.772609949, -0.634342492, 0.394283026, 0.575135231, -0.716777742, 0.918619871, -0.26888746, 0.289558738)
  5747. o19.BottomSurface = Enum.SurfaceType.Smooth
  5748. o19.TopSurface = Enum.SurfaceType.Smooth
  5749. o19.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5750. o19.Position = Vector3.new(3.00463891, 3.044065, -2.12027001)
  5751. o19.Orientation = Vector3.new(45.7900009, -65.4599991, 34.4300003)
  5752. o19.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5753. o20.Parent = o19
  5754. o20.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5755. o20.Offset = Vector3.new(2, 2, 2)
  5756. o20.Scale = Vector3.new(1000, 1000, 1000)
  5757. o20.VertexColor = Vector3.new(0.300000012, 4, 9)
  5758. o20.MeshType = Enum.MeshType.FileMesh
  5759. o20.Scale = Vector3.new(1000, 1000, 1000)
  5760. o21.Name = "Brick"
  5761. o21.Parent = o2
  5762. o21.Material = Enum.Material.Neon
  5763. o21.BrickColor = BrickColor.new("Royal purple")
  5764. o21.Position = Vector3.new(3.10595703, 3.21490192, -2.26617408)
  5765. o21.Rotation = Vector3.new(65.5299988, -49.8899994, 93.9800034)
  5766. o21.Anchored = true
  5767. o21.CanCollide = false
  5768. o21.Size = Vector3.new(1, 2.4000001, 1)
  5769. o21.CFrame = CFrame.new(3.10595703, 3.21490192, -2.26617408, -0.0446844138, -0.642767787, -0.764757931, 0.46155408, 0.665641308, -0.586429715, 0.88599056, -0.37918207, 0.26692614)
  5770. o21.BottomSurface = Enum.SurfaceType.Smooth
  5771. o21.TopSurface = Enum.SurfaceType.Smooth
  5772. o21.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5773. o21.Position = Vector3.new(3.10595703, 3.21490192, -2.26617408)
  5774. o21.Orientation = Vector3.new(35.9000015, -70.7600021, 34.7400017)
  5775. o21.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5776. o22.Parent = o21
  5777. o22.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5778. o22.Offset = Vector3.new(2, 2, 2)
  5779. o22.Scale = Vector3.new(1000, 1000, 1000)
  5780. o22.VertexColor = Vector3.new(0.300000012, 4, 9)
  5781. o22.MeshType = Enum.MeshType.FileMesh
  5782. o22.Scale = Vector3.new(1000, 1000, 1000)
  5783. o23.Name = "Brick"
  5784. o23.Parent = o2
  5785. o23.Material = Enum.Material.Neon
  5786. o23.BrickColor = BrickColor.new("Royal purple")
  5787. o23.Position = Vector3.new(2.93334889, 2.64311099, -1.84747303)
  5788. o23.Rotation = Vector3.new(73.4700012, -18.5900002, 87.0100021)
  5789. o23.Anchored = true
  5790. o23.CanCollide = false
  5791. o23.Size = Vector3.new(1, 2.4000001, 1)
  5792. o23.CFrame = CFrame.new(2.93334889, 2.64311099, -1.84747303, 0.0495064296, -0.946529031, -0.318804532, 0.268211812, 0.320073038, -0.908636391, 0.962090611, -0.0405250117, 0.269712627)
  5793. o23.BottomSurface = Enum.SurfaceType.Smooth
  5794. o23.TopSurface = Enum.SurfaceType.Smooth
  5795. o23.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5796. o23.Position = Vector3.new(2.93334889, 2.64311099, -1.84747303)
  5797. o23.Orientation = Vector3.new(65.3199997, -49.7700005, 39.9599991)
  5798. o23.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5799. o24.Parent = o23
  5800. o24.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5801. o24.Offset = Vector3.new(2, 2, 2)
  5802. o24.Scale = Vector3.new(1000, 1000, 1000)
  5803. o24.VertexColor = Vector3.new(0.300000012, 4, 9)
  5804. o24.MeshType = Enum.MeshType.FileMesh
  5805. o24.Scale = Vector3.new(1000, 1000, 1000)
  5806. o25.Name = "Brick"
  5807. o25.Parent = o2
  5808. o25.Material = Enum.Material.Neon
  5809. o25.BrickColor = BrickColor.new("Royal purple")
  5810. o25.Position = Vector3.new(2.965698, 2.42810798, -1.73171997)
  5811. o25.Rotation = Vector3.new(76.6699982, -8.39000034, 83.9700012)
  5812. o25.Anchored = true
  5813. o25.CanCollide = false
  5814. o25.Size = Vector3.new(1, 2.4000001, 1)
  5815. o25.CFrame = CFrame.new(2.965698, 2.42810798, -1.73171997, 0.103865072, -0.983827293, -0.14595513, 0.214386716, 0.165448487, -0.962637901, 0.971214116, 0.0686925501, 0.22809954)
  5816. o25.BottomSurface = Enum.SurfaceType.Smooth
  5817. o25.TopSurface = Enum.SurfaceType.Smooth
  5818. o25.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5819. o25.Position = Vector3.new(2.965698, 2.42810798, -1.73171997)
  5820. o25.Orientation = Vector3.new(74.2900009, -32.6100006, 52.3400002)
  5821. o25.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5822. o26.Parent = o25
  5823. o26.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5824. o26.Offset = Vector3.new(2, 2, 2)
  5825. o26.Scale = Vector3.new(1000, 1000, 1000)
  5826. o26.VertexColor = Vector3.new(0.300000012, 4, 9)
  5827. o26.MeshType = Enum.MeshType.FileMesh
  5828. o26.Scale = Vector3.new(1000, 1000, 1000)
  5829. o27.Name = "Brick"
  5830. o27.Parent = o2
  5831. o27.Material = Enum.Material.Neon
  5832. o27.BrickColor = BrickColor.new("Royal purple")
  5833. o27.Position = Vector3.new(3.04232788, 2.21434498, -1.63577294)
  5834. o27.Rotation = Vector3.new(80.3700027, 1.61000001, 80.4100037)
  5835. o27.Anchored = true
  5836. o27.CanCollide = false
  5837. o27.Size = Vector3.new(1, 2.4000001, 1)
  5838. o27.CFrame = CFrame.new(3.04232788, 2.21434498, -1.63577294, 0.166501582, -0.985645115, 0.0280937776, 0.169498622, 0.000545704737, -0.985533655, 0.971367121, 0.168852925, 0.167152837)
  5839. o27.BottomSurface = Enum.SurfaceType.Smooth
  5840. o27.TopSurface = Enum.SurfaceType.Smooth
  5841. o27.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5842. o27.Position = Vector3.new(3.04232788, 2.21434498, -1.63577294)
  5843. o27.Orientation = Vector3.new(80.2399979, 9.53999996, 89.8199997)
  5844. o27.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5845. o28.Parent = o27
  5846. o28.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5847. o28.Offset = Vector3.new(2, 2, 2)
  5848. o28.Scale = Vector3.new(1000, 1000, 1000)
  5849. o28.VertexColor = Vector3.new(0.300000012, 4, 9)
  5850. o28.MeshType = Enum.MeshType.FileMesh
  5851. o28.Scale = Vector3.new(1000, 1000, 1000)
  5852. o29.Name = "Brick"
  5853. o29.Parent = o2
  5854. o29.Material = Enum.Material.Neon
  5855. o29.BrickColor = BrickColor.new("Royal purple")
  5856. o29.Position = Vector3.new(5.06256104, 2.90255404, -2.91796899)
  5857. o29.Rotation = Vector3.new(-133.990005, -24.3700008, -63.5200005)
  5858. o29.Anchored = true
  5859. o29.CanCollide = false
  5860. o29.Size = Vector3.new(1, 2.4000001, 1)
  5861. o29.CFrame = CFrame.new(5.06256104, 2.90255404, -2.91796899, 0.406100124, 0.815340042, -0.412699133, 0.754046142, -0.0438508503, 0.655360699, 0.516244054, -0.577332199, -0.632607102)
  5862. o29.BottomSurface = Enum.SurfaceType.Smooth
  5863. o29.TopSurface = Enum.SurfaceType.Smooth
  5864. o29.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5865. o29.Position = Vector3.new(5.06256104, 2.90255404, -2.91796899)
  5866. o29.Orientation = Vector3.new(-40.9500008, -146.880005, 93.3300018)
  5867. o29.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5868. o30.Parent = o29
  5869. o30.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5870. o30.Offset = Vector3.new(2, 2, 2)
  5871. o30.Scale = Vector3.new(1000, 1000, 1000)
  5872. o30.VertexColor = Vector3.new(0.300000012, 4, 9)
  5873. o30.MeshType = Enum.MeshType.FileMesh
  5874. o30.Scale = Vector3.new(1000, 1000, 1000)
  5875. o31.Name = "Brick"
  5876. o31.Parent = o2
  5877. o31.Material = Enum.Material.Neon
  5878. o31.BrickColor = BrickColor.new("Royal purple")
  5879. o31.Position = Vector3.new(4.91119385, 3.09106302, -2.96588111)
  5880. o31.Rotation = Vector3.new(-131.279999, -34.7700005, -65.9599991)
  5881. o31.Anchored = true
  5882. o31.CanCollide = false
  5883. o31.Size = Vector3.new(1, 2.4000001, 1)
  5884. o31.CFrame = CFrame.new(4.91119385, 3.09106302, -2.96588111, 0.334565103, 0.75018847, -0.570341349, 0.777153254, 0.122676805, 0.61724031, 0.533016145, -0.649748385, -0.541965544)
  5885. o31.BottomSurface = Enum.SurfaceType.Smooth
  5886. o31.TopSurface = Enum.SurfaceType.Smooth
  5887. o31.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5888. o31.Position = Vector3.new(4.91119385, 3.09106302, -2.96588111)
  5889. o31.Orientation = Vector3.new(-38.1100006, -133.539993, 81.0299988)
  5890. o31.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5891. o32.Parent = o31
  5892. o32.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5893. o32.Offset = Vector3.new(2, 2, 2)
  5894. o32.Scale = Vector3.new(1000, 1000, 1000)
  5895. o32.VertexColor = Vector3.new(0.300000012, 4, 9)
  5896. o32.MeshType = Enum.MeshType.FileMesh
  5897. o32.Scale = Vector3.new(1000, 1000, 1000)
  5898. o33.Name = "Brick"
  5899. o33.Parent = o2
  5900. o33.Material = Enum.Material.Neon
  5901. o33.BrickColor = BrickColor.new("Royal purple")
  5902. o33.Position = Vector3.new(4.72817993, 3.2543149, -2.98629689)
  5903. o33.Rotation = Vector3.new(-128.759995, -45.2599983, -68.1200027)
  5904. o33.Anchored = true
  5905. o33.CanCollide = false
  5906. o33.Size = Vector3.new(1, 2.4000001, 1)
  5907. o33.CFrame = CFrame.new(4.72817993, 3.2543149, -2.98629689, 0.262331456, 0.653153419, -0.71034348, 0.78741014, 0.280647159, 0.548841178, 0.557832479, -0.703308582, -0.440674037)
  5908. o33.BottomSurface = Enum.SurfaceType.Smooth
  5909. o33.TopSurface = Enum.SurfaceType.Smooth
  5910. o33.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5911. o33.Position = Vector3.new(4.72817993, 3.2543149, -2.98629689)
  5912. o33.Orientation = Vector3.new(-33.2900009, -121.809998, 70.3799973)
  5913. o33.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5914. o34.Parent = o33
  5915. o34.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5916. o34.Offset = Vector3.new(2, 2, 2)
  5917. o34.Scale = Vector3.new(1000, 1000, 1000)
  5918. o34.VertexColor = Vector3.new(0.300000012, 4, 9)
  5919. o34.MeshType = Enum.MeshType.FileMesh
  5920. o34.Scale = Vector3.new(1000, 1000, 1000)
  5921. o35.Name = "Brick"
  5922. o35.Parent = o2
  5923. o35.Material = Enum.Material.Neon
  5924. o35.BrickColor = BrickColor.new("Royal purple")
  5925. o35.Position = Vector3.new(4.52124023, 3.38793397, -2.97735596)
  5926. o35.Rotation = Vector3.new(-126.300003, -55.8100014, -69.9899979)
  5927. o35.Anchored = true
  5928. o35.CanCollide = false
  5929. o35.Size = Vector3.new(1, 2.4000001, 1)
  5930. o35.CFrame = CFrame.new(4.52124023, 3.38793397, -2.97735596, 0.192273602, 0.528050721, -0.8271662, 0.784404039, 0.42380619, 0.452882349, 0.589703321, -0.735906541, -0.332716405)
  5931. o35.BottomSurface = Enum.SurfaceType.Smooth
  5932. o35.TopSurface = Enum.SurfaceType.Smooth
  5933. o35.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5934. o35.Position = Vector3.new(4.52124023, 3.38793397, -2.97735596)
  5935. o35.Orientation = Vector3.new(-26.9300003, -111.910004, 61.6199989)
  5936. o35.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5937. o36.Parent = o35
  5938. o36.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5939. o36.Offset = Vector3.new(2, 2, 2)
  5940. o36.Scale = Vector3.new(1000, 1000, 1000)
  5941. o36.VertexColor = Vector3.new(0.300000012, 4, 9)
  5942. o36.MeshType = Enum.MeshType.FileMesh
  5943. o36.Scale = Vector3.new(1000, 1000, 1000)
  5944. o37.Name = "Brick"
  5945. o37.Parent = o2
  5946. o37.Material = Enum.Material.Neon
  5947. o37.BrickColor = BrickColor.new("Royal purple")
  5948. o37.Position = Vector3.new(4.29772902, 3.48497605, -2.94018507)
  5949. o37.Rotation = Vector3.new(-123.709999, -66.4000015, -71.4899979)
  5950. o37.Anchored = true
  5951. o37.CanCollide = false
  5952. o37.Size = Vector3.new(1, 2.4000001, 1)
  5953. o37.CFrame = CFrame.new(4.29772902, 3.48497605, -2.94018507, 0.12711224, 0.379692227, -0.916344583, 0.768234134, 0.546692252, 0.333088756, 0.627428651, -0.746304989, -0.222200081)
  5954. o37.BottomSurface = Enum.SurfaceType.Smooth
  5955. o37.TopSurface = Enum.SurfaceType.Smooth
  5956. o37.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5957. o37.Position = Vector3.new(4.29772902, 3.48497605, -2.94018507)
  5958. o37.Orientation = Vector3.new(-19.4599991, -103.629997, 54.5600014)
  5959. o37.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5960. o38.Parent = o37
  5961. o38.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5962. o38.Offset = Vector3.new(2, 2, 2)
  5963. o38.Scale = Vector3.new(1000, 1000, 1000)
  5964. o38.VertexColor = Vector3.new(0.300000012, 4, 9)
  5965. o38.MeshType = Enum.MeshType.FileMesh
  5966. o38.Scale = Vector3.new(1000, 1000, 1000)
  5967. o39.Name = "Brick"
  5968. o39.Parent = o2
  5969. o39.Material = Enum.Material.Neon
  5970. o39.BrickColor = BrickColor.new("Royal purple")
  5971. o39.Position = Vector3.new(4.06726122, 3.54251599, -2.87588501)
  5972. o39.Rotation = Vector3.new(-120.32, -77.0100021, -72.0400009)
  5973. o39.Anchored = true
  5974. o39.CanCollide = false
  5975. o39.Size = Vector3.new(1, 2.4000001, 1)
  5976. o39.CFrame = CFrame.new(4.06726122, 3.54251599, -2.87588501, 0.0693322793, 0.213873416, -0.974402368, 0.739563346, 0.644502819, 0.194081604, 0.669512689, -0.734086096, -0.113487378)
  5977. o39.BottomSurface = Enum.SurfaceType.Smooth
  5978. o39.TopSurface = Enum.SurfaceType.Smooth
  5979. o39.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5980. o39.Position = Vector3.new(4.06726122, 3.54251599, -2.87588501)
  5981. o39.Orientation = Vector3.new(-11.1899996, -96.6399994, 48.9300003)
  5982. o39.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5983. o40.Parent = o39
  5984. o40.MeshId = "http://www.roblox.com/asset/?id=1125478"
  5985. o40.Offset = Vector3.new(2, 2, 2)
  5986. o40.Scale = Vector3.new(1000, 1000, 1000)
  5987. o40.VertexColor = Vector3.new(0.300000012, 4, 9)
  5988. o40.MeshType = Enum.MeshType.FileMesh
  5989. o40.Scale = Vector3.new(1000, 1000, 1000)
  5990. o41.Name = "Brick"
  5991. o41.Parent = o2
  5992. o41.Material = Enum.Material.Neon
  5993. o41.BrickColor = BrickColor.new("Royal purple")
  5994. o41.Position = Vector3.new(3.83755493, 3.5582931, -2.78716993)
  5995. o41.Rotation = Vector3.new(-104.620003, -87.5599976, -60.2000008)
  5996. o41.Anchored = true
  5997. o41.CanCollide = false
  5998. o41.Size = Vector3.new(1, 2.4000001, 1)
  5999. o41.CFrame = CFrame.new(3.83755493, 3.5582931, -2.78716993, 0.0211498551, 0.0369331241, -0.999094546, 0.6994735, 0.713474691, 0.0411797762, 0.714347363, -0.699709892, -0.0107443864)
  6000. o41.BottomSurface = Enum.SurfaceType.Smooth
  6001. o41.TopSurface = Enum.SurfaceType.Smooth
  6002. o41.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6003. o41.Position = Vector3.new(3.83755493, 3.5582931, -2.78716993)
  6004. o41.Orientation = Vector3.new(-2.3599999, -90.6200027, 44.4300003)
  6005. o41.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6006. o42.Parent = o41
  6007. o42.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6008. o42.Offset = Vector3.new(2, 2, 2)
  6009. o42.Scale = Vector3.new(1000, 1000, 1000)
  6010. o42.VertexColor = Vector3.new(0.300000012, 4, 9)
  6011. o42.MeshType = Enum.MeshType.FileMesh
  6012. o42.Scale = Vector3.new(1000, 1000, 1000)
  6013. o43.Name = "Brick"
  6014. o43.Parent = o2
  6015. o43.Material = Enum.Material.Neon
  6016. o43.BrickColor = BrickColor.new("Royal purple")
  6017. o43.Position = Vector3.new(3.70880103, 1.53280604, -1.51110804)
  6018. o43.Rotation = Vector3.new(105.5, 37.2799988, 55.6800003)
  6019. o43.Anchored = true
  6020. o43.CanCollide = false
  6021. o43.Size = Vector3.new(1, 2.4000001, 1)
  6022. o43.CFrame = CFrame.new(3.70880103, 1.53280604, -1.51110804, 0.448593676, -0.657117724, 0.605777919, 0.108368672, -0.632810354, -0.766686857, 0.887145698, 0.409578443, -0.21266529)
  6023. o43.BottomSurface = Enum.SurfaceType.Smooth
  6024. o43.TopSurface = Enum.SurfaceType.Smooth
  6025. o43.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6026. o43.Position = Vector3.new(3.70880103, 1.53280604, -1.51110804)
  6027. o43.Orientation = Vector3.new(50.0600014, 109.339996, 170.279999)
  6028. o43.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6029. o44.Parent = o43
  6030. o44.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6031. o44.Offset = Vector3.new(2, 2, 2)
  6032. o44.Scale = Vector3.new(1000, 1000, 1000)
  6033. o44.VertexColor = Vector3.new(0.300000012, 4, 9)
  6034. o44.MeshType = Enum.MeshType.FileMesh
  6035. o44.Scale = Vector3.new(1000, 1000, 1000)
  6036. o45.Name = "Brick"
  6037. o45.Parent = o2
  6038. o45.Material = Enum.Material.Neon
  6039. o45.BrickColor = BrickColor.new("Royal purple")
  6040. o45.Position = Vector3.new(3.9332881, 1.43899, -1.55038404)
  6041. o45.Rotation = Vector3.new(116.610001, 43.8199997, 44.6500015)
  6042. o45.Anchored = true
  6043. o45.CanCollide = false
  6044. o45.Size = Vector3.new(1, 2.4000001, 1)
  6045. o45.CFrame = CFrame.new(3.9332881, 1.43899, -1.55038404, 0.513256431, -0.507025182, 0.692457318, 0.125652671, -0.753752112, -0.645036459, 0.848991394, 0.418078154, -0.323159516)
  6046. o45.BottomSurface = Enum.SurfaceType.Smooth
  6047. o45.TopSurface = Enum.SurfaceType.Smooth
  6048. o45.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6049. o45.Position = Vector3.new(3.9332881, 1.43899, -1.55038404)
  6050. o45.Orientation = Vector3.new(40.1699982, 115.019997, 170.539993)
  6051. o45.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6052. o46.Parent = o45
  6053. o46.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6054. o46.Offset = Vector3.new(2, 2, 2)
  6055. o46.Scale = Vector3.new(1000, 1000, 1000)
  6056. o46.VertexColor = Vector3.new(0.300000012, 4, 9)
  6057. o46.MeshType = Enum.MeshType.FileMesh
  6058. o46.Scale = Vector3.new(1000, 1000, 1000)
  6059. o47.Name = "Brick"
  6060. o47.Parent = o2
  6061. o47.Material = Enum.Material.Neon
  6062. o47.BrickColor = BrickColor.new("Royal purple")
  6063. o47.Position = Vector3.new(4.16439819, 1.38474405, -1.61688197)
  6064. o47.Rotation = Vector3.new(130.539993, 48.4000015, 30.7999992)
  6065. o47.Anchored = true
  6066. o47.CanCollide = false
  6067. o47.Size = Vector3.new(1, 2.4000001, 1)
  6068. o47.CFrame = CFrame.new(4.16439819, 1.38474405, -1.61688197, 0.570331037, -0.339972913, 0.747757614, 0.155332476, -0.849266231, -0.504599333, 0.806594849, 0.403941095, -0.43155393)
  6069. o47.BottomSurface = Enum.SurfaceType.Smooth
  6070. o47.TopSurface = Enum.SurfaceType.Smooth
  6071. o47.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6072. o47.Position = Vector3.new(4.16439819, 1.38474405, -1.61688197)
  6073. o47.Orientation = Vector3.new(30.2999992, 119.989998, 169.639999)
  6074. o47.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6075. o48.Parent = o47
  6076. o48.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6077. o48.Offset = Vector3.new(2, 2, 2)
  6078. o48.Scale = Vector3.new(1000, 1000, 1000)
  6079. o48.VertexColor = Vector3.new(0.300000012, 4, 9)
  6080. o48.MeshType = Enum.MeshType.FileMesh
  6081. o48.Scale = Vector3.new(1000, 1000, 1000)
  6082. o49.Name = "Brick"
  6083. o49.Parent = o2
  6084. o49.Material = Enum.Material.Neon
  6085. o49.BrickColor = BrickColor.new("Royal purple")
  6086. o49.Position = Vector3.new(4.39288282, 1.37233901, -1.70782495)
  6087. o49.Rotation = Vector3.new(146.669998, 50.3100014, 14.7399998)
  6088. o49.Anchored = true
  6089. o49.CanCollide = false
  6090. o49.Size = Vector3.new(1, 2.4000001, 1)
  6091. o49.CFrame = CFrame.new(4.39288282, 1.37233901, -1.70782495, 0.617577851, -0.162517488, 0.769542575, 0.196282297, -0.915626526, -0.35088259, 0.76163286, 0.367743611, -0.533573449)
  6092. o49.BottomSurface = Enum.SurfaceType.Smooth
  6093. o49.TopSurface = Enum.SurfaceType.Smooth
  6094. o49.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6095. o49.Position = Vector3.new(4.39288282, 1.37233901, -1.70782495)
  6096. o49.Orientation = Vector3.new(20.5400009, 124.739998, 167.899994)
  6097. o49.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6098. o50.Parent = o49
  6099. o50.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6100. o50.Offset = Vector3.new(2, 2, 2)
  6101. o50.Scale = Vector3.new(1000, 1000, 1000)
  6102. o50.VertexColor = Vector3.new(0.300000012, 4, 9)
  6103. o50.MeshType = Enum.MeshType.FileMesh
  6104. o50.Scale = Vector3.new(1000, 1000, 1000)
  6105. o51.Name = "Brick"
  6106. o51.Parent = o2
  6107. o51.Material = Enum.Material.Neon
  6108. o51.BrickColor = BrickColor.new("Royal purple")
  6109. o51.Position = Vector3.new(4.77636719, 1.45922303, -1.92498803)
  6110. o51.Rotation = Vector3.new(175.460007, 46.1100006, -13.9099998)
  6111. o51.Anchored = true
  6112. o51.CanCollide = false
  6113. o51.Size = Vector3.new(1, 2.4000001, 1)
  6114. o51.CFrame = CFrame.new(4.77636719, 1.45922303, -1.92498803, 0.672873378, 0.16669859, 0.720732152, 0.295064241, -0.953904152, -0.0548422486, 0.678368092, 0.249565676, -0.691042304)
  6115. o51.BottomSurface = Enum.SurfaceType.Smooth
  6116. o51.TopSurface = Enum.SurfaceType.Smooth
  6117. o51.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6118. o51.Position = Vector3.new(4.77636719, 1.45922303, -1.92498803)
  6119. o51.Orientation = Vector3.new(3.1400001, 133.800003, 162.809998)
  6120. o51.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6121. o52.Parent = o51
  6122. o52.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6123. o52.Offset = Vector3.new(2, 2, 2)
  6124. o52.Scale = Vector3.new(1000, 1000, 1000)
  6125. o52.VertexColor = Vector3.new(0.300000012, 4, 9)
  6126. o52.MeshType = Enum.MeshType.FileMesh
  6127. o52.Scale = Vector3.new(1000, 1000, 1000)
  6128. o53.Name = "Brick"
  6129. o53.Parent = o2
  6130. o53.Material = Enum.Material.Neon
  6131. o53.BrickColor = BrickColor.new("Royal purple")
  6132. o53.Position = Vector3.new(4.95245314, 1.56303596, -2.06259108)
  6133. o53.Rotation = Vector3.new(-172.199997, 40.3600006, -26.1700001)
  6134. o53.Anchored = true
  6135. o53.CanCollide = false
  6136. o53.Size = Vector3.new(1, 2.4000001, 1)
  6137. o53.CFrame = CFrame.new(4.95245314, 1.56303596, -2.06259108, 0.68390286, 0.33614102, 0.64752382, 0.358143985, -0.927920341, 0.103433087, 0.635619402, 0.161170885, -0.754993856)
  6138. o53.BottomSurface = Enum.SurfaceType.Smooth
  6139. o53.TopSurface = Enum.SurfaceType.Smooth
  6140. o53.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6141. o53.Position = Vector3.new(4.95245314, 1.56303596, -2.06259108)
  6142. o53.Orientation = Vector3.new(-5.94000006, 139.380005, 158.899994)
  6143. o53.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6144. o54.Parent = o53
  6145. o54.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6146. o54.Offset = Vector3.new(2, 2, 2)
  6147. o54.Scale = Vector3.new(1000, 1000, 1000)
  6148. o54.VertexColor = Vector3.new(0.300000012, 4, 9)
  6149. o54.MeshType = Enum.MeshType.FileMesh
  6150. o54.Scale = Vector3.new(1000, 1000, 1000)
  6151. o55.Name = "Brick"
  6152. o55.Parent = o2
  6153. o55.Material = Enum.Material.Neon
  6154. o55.BrickColor = BrickColor.new("Royal purple")
  6155. o55.Position = Vector3.new(5.09490919, 1.70155895, -2.20797706)
  6156. o55.Rotation = Vector3.new(-162.550003, 33, -35.7400017)
  6157. o55.Anchored = true
  6158. o55.CanCollide = false
  6159. o55.Size = Vector3.new(1, 2.4000001, 1)
  6160. o55.CFrame = CFrame.new(5.09490919, 1.70155895, -2.20797706, 0.680727184, 0.489860028, 0.544654846, 0.424662501, -0.869728863, 0.251472116, 0.596890628, 0.0601115078, -0.80007118)
  6161. o55.BottomSurface = Enum.SurfaceType.Smooth
  6162. o55.TopSurface = Enum.SurfaceType.Smooth
  6163. o55.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6164. o55.Position = Vector3.new(5.09490919, 1.70155895, -2.20797706)
  6165. o55.Orientation = Vector3.new(-14.5600004, 145.75, 153.979996)
  6166. o55.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6167. o56.Parent = o55
  6168. o56.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6169. o56.Offset = Vector3.new(2, 2, 2)
  6170. o56.Scale = Vector3.new(1000, 1000, 1000)
  6171. o56.VertexColor = Vector3.new(0.300000012, 4, 9)
  6172. o56.MeshType = Enum.MeshType.FileMesh
  6173. o56.Scale = Vector3.new(1000, 1000, 1000)
  6174. o57.Name = "Brick"
  6175. o57.Parent = o2
  6176. o57.Material = Enum.Material.Neon
  6177. o57.BrickColor = BrickColor.new("Royal purple")
  6178. o57.Position = Vector3.new(5.19952393, 1.86994803, -2.35424805)
  6179. o57.Rotation = Vector3.new(-155.059998, 24.5900002, -43.1399994)
  6180. o57.Anchored = true
  6181. o57.CanCollide = false
  6182. o57.Size = Vector3.new(1, 2.4000001, 1)
  6183. o57.CFrame = CFrame.new(5.19952393, 1.86994803, -2.35424805, 0.663467348, 0.621792495, 0.416159749, 0.492012411, -0.781613827, 0.383423984, 0.563687682, -0.0496326238, -0.824503481)
  6184. o57.BottomSurface = Enum.SurfaceType.Smooth
  6185. o57.TopSurface = Enum.SurfaceType.Smooth
  6186. o57.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6187. o57.Position = Vector3.new(5.19952393, 1.86994803, -2.35424805)
  6188. o57.Orientation = Vector3.new(-22.5499992, 153.220001, 147.809998)
  6189. o57.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6190. o58.Parent = o57
  6191. o58.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6192. o58.Offset = Vector3.new(2, 2, 2)
  6193. o58.Scale = Vector3.new(1000, 1000, 1000)
  6194. o58.VertexColor = Vector3.new(0.300000012, 4, 9)
  6195. o58.MeshType = Enum.MeshType.FileMesh
  6196. o58.Scale = Vector3.new(1000, 1000, 1000)
  6197. o59.Name = "Brick"
  6198. o59.Parent = o2
  6199. o59.Material = Enum.Material.Neon
  6200. o59.BrickColor = BrickColor.new("Royal purple")
  6201. o59.Position = Vector3.new(5.2615962, 2.06174994, -2.49609399)
  6202. o59.Rotation = Vector3.new(-149.139999, 15.4899998, -48.9599991)
  6203. o59.Anchored = true
  6204. o59.CanCollide = false
  6205. o59.Size = Vector3.new(1, 2.4000001, 1)
  6206. o59.CFrame = CFrame.new(5.2615962, 2.06174994, -2.49609399, 0.632684767, 0.726892948, 0.267095983, 0.557561934, -0.666930854, 0.49429667, 0.53743577, -0.163808867, -0.827243149)
  6207. o59.BottomSurface = Enum.SurfaceType.Smooth
  6208. o59.TopSurface = Enum.SurfaceType.Smooth
  6209. o59.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6210. o59.Position = Vector3.new(5.2615962, 2.06174994, -2.49609399)
  6211. o59.Orientation = Vector3.new(-29.6200008, 162.110001, 140.100006)
  6212. o59.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6213. o60.Parent = o59
  6214. o60.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6215. o60.Offset = Vector3.new(2, 2, 2)
  6216. o60.Scale = Vector3.new(1000, 1000, 1000)
  6217. o60.VertexColor = Vector3.new(0.300000012, 4, 9)
  6218. o60.MeshType = Enum.MeshType.FileMesh
  6219. o60.Scale = Vector3.new(1000, 1000, 1000)
  6220. o61.Name = "Brick"
  6221. o61.Parent = o2
  6222. o61.Material = Enum.Material.Neon
  6223. o61.BrickColor = BrickColor.new("Royal purple")
  6224. o61.Position = Vector3.new(5.27862501, 2.26872897, -2.62854004)
  6225. o61.Rotation = Vector3.new(-144.360001, 5.92000008, -53.6399994)
  6226. o61.Anchored = true
  6227. o61.CanCollide = false
  6228. o61.Size = Vector3.new(1, 2.4000001, 1)
  6229. o61.CFrame = CFrame.new(5.27862501, 2.26872897, -2.62854004, 0.589739919, 0.800988555, 0.103097625, 0.618806839, -0.530213952, 0.579620779, 0.518933594, -0.278024584, -0.808341324)
  6230. o61.BottomSurface = Enum.SurfaceType.Smooth
  6231. o61.TopSurface = Enum.SurfaceType.Smooth
  6232. o61.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6233. o61.Position = Vector3.new(5.27862501, 2.26872897, -2.62854004)
  6234. o61.Orientation = Vector3.new(-35.4199982, 172.729996, 130.589996)
  6235. o61.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6236. o62.Parent = o61
  6237. o62.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6238. o62.Offset = Vector3.new(2, 2, 2)
  6239. o62.Scale = Vector3.new(1000, 1000, 1000)
  6240. o62.VertexColor = Vector3.new(0.300000012, 4, 9)
  6241. o62.MeshType = Enum.MeshType.FileMesh
  6242. o62.Scale = Vector3.new(1000, 1000, 1000)
  6243. o63.Name = "Brick"
  6244. o63.Parent = o2
  6245. o63.Material = Enum.Material.Neon
  6246. o63.BrickColor = BrickColor.new("Royal purple")
  6247. o63.Position = Vector3.new(5.25003004, 2.4836719, -2.74575806)
  6248. o63.Rotation = Vector3.new(-140.380005, -3.97000003, -57.4799995)
  6249. o63.Anchored = true
  6250. o63.CanCollide = false
  6251. o63.Size = Vector3.new(1, 2.4000001, 1)
  6252. o63.CFrame = CFrame.new(5.25003004, 2.4836719, -2.74575806, 0.536248684, 0.841212153, -0.0692981035, 0.673294485, -0.376801223, 0.636157036, 0.5090307, -0.387795955, -0.768441141)
  6253. o63.BottomSurface = Enum.SurfaceType.Smooth
  6254. o63.TopSurface = Enum.SurfaceType.Smooth
  6255. o63.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6256. o63.Position = Vector3.new(5.25003004, 2.4836719, -2.74575806)
  6257. o63.Orientation = Vector3.new(-39.5099983, -174.850006, 119.230003)
  6258. o63.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6259. o64.Parent = o63
  6260. o64.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6261. o64.Offset = Vector3.new(2, 2, 2)
  6262. o64.Scale = Vector3.new(1000, 1000, 1000)
  6263. o64.VertexColor = Vector3.new(0.300000012, 4, 9)
  6264. o64.MeshType = Enum.MeshType.FileMesh
  6265. o64.Scale = Vector3.new(1000, 1000, 1000)
  6266. o65.Name = "Brick"
  6267. o65.Parent = o2
  6268. o65.Material = Enum.Material.Neon
  6269. o65.BrickColor = BrickColor.new("Royal purple")
  6270. o65.Position = Vector3.new(5.17730713, 2.697891, -2.84332299)
  6271. o65.Rotation = Vector3.new(-136.979996, -14.0900002, -60.7299995)
  6272. o65.Anchored = true
  6273. o65.CanCollide = false
  6274. o65.Size = Vector3.new(1, 2.4000001, 1)
  6275. o65.CFrame = CFrame.new(5.17730713, 2.697891, -2.84332299, 0.474191397, 0.846081197, -0.243520409, 0.718994558, -0.212507248, 0.661735475, 0.508131981, -0.488876581, -0.709092855)
  6276. o65.BottomSurface = Enum.SurfaceType.Smooth
  6277. o65.TopSurface = Enum.SurfaceType.Smooth
  6278. o65.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6279. o65.Position = Vector3.new(5.17730713, 2.697891, -2.84332299)
  6280. o65.Orientation = Vector3.new(-41.4300003, -161.050003, 106.470001)
  6281. o65.Color = Color3.new(0.384314, 0.145098, 0.819608)
  6282. o66.Parent = o65
  6283. o66.MeshId = "http://www.roblox.com/asset/?id=1125478"
  6284. o66.Offset = Vector3.new(2, 2, 2)
  6285. o66.Scale = Vector3.new(1000, 1000, 1000)
  6286. o66.VertexColor = Vector3.new(0.300000012, 4, 9)
  6287. o66.MeshType = Enum.MeshType.FileMesh
  6288. o66.Scale = Vector3.new(1000, 1000, 1000)
  6289. o67.Parent = o2
  6290. table.insert(cors,coroutine.create(function()
  6291. wait()
  6292. runDummyScript(function()
  6293. --Time
  6294. l = script.Parent
  6295. while true do
  6296. wait()
  6297. local h = l:GetChildren()
  6298. for i = 1, #h do
  6299. if h[i].Name == "Brick" then
  6300. h[i].CFrame = h[i].CFrame * CFrame.fromEulerAnglesXYZ(0.02,0.01,0.02)
  6301. end
  6302. end
  6303. end
  6304. end,o67)
  6305. end))
  6306. mas.Parent = workspace
  6307. mas:MakeJoints()
  6308. local mas1 = mas:GetChildren()
  6309. for i=1,#mas1 do
  6310. mas1[i].Parent = workspace
  6311. ypcall(function() mas1[i]:MakeJoints() end)
  6312. end
  6313. mas:Destroy()
  6314. for i=1,#cors do
  6315. coroutine.resume(cors[i])
  6316. end
  6317. --Wings
  6318. local Color = ColorSequence.new(Color3.new(0,0,0), Color3.new(0,0,0))
  6319.  
  6320. local Num = 0.5
  6321.  
  6322. local Num2 = 4 -------------Wings Parameters-------------------------------------
  6323. local Size = 0.8
  6324. local Rate = 300
  6325. -------------------------------------------------------------------------------------
  6326. local Player = game:service'Players'.LocalPlayer
  6327. local Character = Player.Character
  6328. Torso = Character:WaitForChild'Torso'
  6329.  
  6330. local Wing1 = Instance.new("Part",Character)
  6331. Wing1.FormFactor = Enum.FormFactor.Custom
  6332. Wing1.Size = Vector3.new(.2, .2, .2)
  6333. Wing1.Name = "WIng_1"
  6334.  
  6335. local fire = Instance.new("ParticleEmitter", Wing1)
  6336. fire.VelocitySpread = 0
  6337. fire.Lifetime = NumberRange.new(2)
  6338. fire.Acceleration = Vector3.new(0, 2, 2)
  6339. fire.RotSpeed = NumberRange.new(10)
  6340. fire.Rate = Rate
  6341. fire.Rotation = NumberRange.new(151515)
  6342. fire.Name = "Fire"
  6343. fire.LightEmission = 0.78
  6344. fire.LockedToPart = true
  6345. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  6346. fire.Color = Color
  6347. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  6348.  
  6349. local Wing2 = Wing1:Clone()
  6350. Wing2.Parent = Torso
  6351. local x,y,z = 0,-1,-6
  6352.  
  6353. Wld = function(a,b,cf)
  6354. local Weld = Instance.new('Weld',a)
  6355. Weld.Part0 = a
  6356. Weld.Part1 = b
  6357. Weld.C1 = cf
  6358. return Weld
  6359. end
  6360.  
  6361. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(20),-math.rad(90)))
  6362. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(20),-math.rad(90)))
  6363.  
  6364.  
  6365. game:service'RunService'.Stepped:connect(function()
  6366. --z = 6+math.sin(tick()*2)
  6367. y = -1+math.sin(tick()*Num)*Num2
  6368. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  6369. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  6370. end)
  6371. ------------------------------------------------------------------------------------------------
  6372. local Player = game:service'Players'.LocalPlayer
  6373. local Character = Player.Character
  6374. Torso = Character:WaitForChild'Torso'
  6375.  
  6376. local Wing1 = Instance.new("Part",Character)
  6377. Wing1.FormFactor = Enum.FormFactor.Custom
  6378. Wing1.Size = Vector3.new(.2, .2, .2)
  6379. Wing1.Name = "WIng_1"
  6380.  
  6381. local fire = Instance.new("ParticleEmitter", Wing1)
  6382. fire.VelocitySpread = 0
  6383. fire.Lifetime = NumberRange.new(2.5)
  6384. fire.Acceleration = Vector3.new(0, 4, 4)
  6385. fire.RotSpeed = NumberRange.new(10)
  6386. fire.Rate = Rate
  6387. fire.Rotation = NumberRange.new(151515)
  6388. fire.Name = "Fire"
  6389. fire.LightEmission = 0.78
  6390. fire.LockedToPart = true
  6391. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  6392. fire.Color = Color
  6393. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  6394.  
  6395. local Wing2 = Wing1:Clone()
  6396. Wing2.Parent = Torso
  6397. local x,y,z = 0,-1,-6
  6398.  
  6399. Wld = function(a,b,cf)
  6400. local Weld = Instance.new('Weld',a)
  6401. Weld.Part0 = a
  6402. Weld.Part1 = b
  6403. Weld.C1 = cf
  6404. return Weld
  6405. end
  6406.  
  6407. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(30),-math.rad(90)))
  6408. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(30),-math.rad(90)))
  6409.  
  6410. print'Loaded'
  6411.  
  6412. game:service'RunService'.Stepped:connect(function()
  6413. --z = 6+math.sin(tick()*2)
  6414. y = -1+math.sin(tick()*Num)*Num2
  6415. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  6416. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  6417. end)
  6418.  
  6419. ------------------------------------------------------------------------------------------------
  6420. local Player = game:service'Players'.LocalPlayer
  6421. local Character = Player.Character
  6422. Torso = Character:WaitForChild'Torso'
  6423.  
  6424. local Wing1 = Instance.new("Part",Character)
  6425. Wing1.FormFactor = Enum.FormFactor.Custom
  6426. Wing1.Size = Vector3.new(.2, .2, .2)
  6427. Wing1.Name = "WIng_1"
  6428.  
  6429. local fire = Instance.new("ParticleEmitter", Wing1)
  6430. fire.VelocitySpread = 0
  6431. fire.Lifetime = NumberRange.new(2.8)
  6432. fire.Acceleration = Vector3.new(0, 4, 4)
  6433. fire.RotSpeed = NumberRange.new(10)
  6434. fire.Rate = Rate
  6435. fire.Rotation = NumberRange.new(151515)
  6436. fire.Name = "Fire"
  6437. fire.LightEmission = 0.78
  6438. fire.LockedToPart = true
  6439. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  6440. fire.Color = Color
  6441. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  6442.  
  6443. local Wing2 = Wing1:Clone()
  6444. Wing2.Parent = Torso
  6445. local x,y,z = 0,-1,-6
  6446.  
  6447. Wld = function(a,b,cf)
  6448. local Weld = Instance.new('Weld',a)
  6449. Weld.Part0 = a
  6450. Weld.Part1 = b
  6451. Weld.C1 = cf
  6452. return Weld
  6453. end
  6454.  
  6455. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(40),-math.rad(90)))
  6456. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(40),-math.rad(90)))
  6457.  
  6458. print'Loaded'
  6459.  
  6460. game:service'RunService'.Stepped:connect(function()
  6461. --z = 6+math.sin(tick()*2)
  6462. y = -1+math.sin(tick()*Num)*Num2
  6463. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  6464. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  6465. end)
  6466.  
  6467. ------------------------------------------------------------------------------------------------
  6468. local Player = game:service'Players'.LocalPlayer
  6469. local Character = Player.Character
  6470. Torso = Character:WaitForChild'Torso'
  6471.  
  6472. local Wing1 = Instance.new("Part",Character)
  6473. Wing1.FormFactor = Enum.FormFactor.Custom
  6474. Wing1.Size = Vector3.new(.2, .2, .2)
  6475. Wing1.Name = "WIng_1"
  6476.  
  6477. local fire = Instance.new("ParticleEmitter", Wing1)
  6478. fire.VelocitySpread = 0
  6479. fire.Lifetime = NumberRange.new(3)
  6480. fire.Acceleration = Vector3.new(0, 4, 4)
  6481. fire.RotSpeed = NumberRange.new(10)
  6482. fire.Rate = Rate
  6483. fire.Rotation = NumberRange.new(151515)
  6484. fire.Name = "Fire"
  6485. fire.LightEmission = 0.78
  6486. fire.LockedToPart = true
  6487. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  6488. fire.Color = Color
  6489. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  6490.  
  6491. local Wing2 = Wing1:Clone()
  6492. Wing2.Parent = Torso
  6493. local x,y,z = 0,-1,-6
  6494.  
  6495. Wld = function(a,b,cf)
  6496. local Weld = Instance.new('Weld',a)
  6497. Weld.Part0 = a
  6498. Weld.Part1 = b
  6499. Weld.C1 = cf
  6500. return Weld
  6501. end
  6502.  
  6503. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(50),-math.rad(90)))
  6504. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(50),-math.rad(90)))
  6505.  
  6506. print'Loaded'
  6507.  
  6508. game:service'RunService'.Stepped:connect(function()
  6509. --z = 6+math.sin(tick()*2)
  6510. y = -1+math.sin(tick()*Num)*Num2
  6511. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  6512. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  6513. end)
  6514.  
  6515. ------------------------------------------------------------------------------------------------
  6516. local Player = game:service'Players'.LocalPlayer
  6517. local Character = Player.Character
  6518. Torso = Character:WaitForChild'Torso'
  6519.  
  6520. local Wing1 = Instance.new("Part",Character)
  6521. Wing1.FormFactor = Enum.FormFactor.Custom
  6522. Wing1.Size = Vector3.new(.2, .2, .2)
  6523. Wing1.Name = "WIng_1"
  6524.  
  6525. local fire = Instance.new("ParticleEmitter", Wing1)
  6526. fire.VelocitySpread = 0
  6527. fire.Lifetime = NumberRange.new(3.1)
  6528. fire.Acceleration = Vector3.new(0, 4, 4)
  6529. fire.RotSpeed = NumberRange.new(10)
  6530. fire.Rate = Rate
  6531. fire.Rotation = NumberRange.new(151515)
  6532. fire.Name = "Fire"
  6533. fire.LightEmission = 0.78
  6534. fire.LockedToPart = true
  6535. fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  6536. fire.Color = Color
  6537. fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)})
  6538.  
  6539. local Wing2 = Wing1:Clone()
  6540. Wing2.Parent = Torso
  6541. local x,y,z = 0,-1,-6
  6542.  
  6543. Wld = function(a,b,cf)
  6544. local Weld = Instance.new('Weld',a)
  6545. Weld.Part0 = a
  6546. Weld.Part1 = b
  6547. Weld.C1 = cf
  6548. return Weld
  6549. end
  6550.  
  6551. local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(60),-math.rad(90)))
  6552. local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(60),-math.rad(90)))
  6553.  
  6554. print'Loaded'
  6555.  
  6556. game:service'RunService'.Stepped:connect(function()
  6557. --z = 6+math.sin(tick()*2)
  6558. y = -1+math.sin(tick()*Num)*Num2
  6559. Wing1.Fire.Acceleration = Vector3.new(x,y,z)
  6560. Wing2.Fire.Acceleration = Vector3.new(x,y,-z)
  6561. end)
  6562. --Teleport Sky to Player
  6563. o1:MakeJoints()
  6564. o1:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  6565. --Hat
  6566. hed.Mesh.MeshId="http://www.roblox.com/asset/?id=21057410"
  6567. hed.Mesh.Scale=Vector3.new(2,2,2)
  6568. hed.face:Destroy()
  6569. --Lighting Effect
  6570. function Lightning(Part0,Part1,Times,Offset,Color,Thickness,Trans) -- Lightning module
  6571. --[[Part0 = Vector3 (Start pos)
  6572. Part1 = Vector3 (End pos)
  6573. Times = number (Amount of lightning parts)
  6574. Offset = number (Offset)
  6575. Color = color (brickcolor value)
  6576. Thickness = number (thickness)
  6577. Trans = number (transparency)
  6578. ]]--
  6579. local magz = (Part0 - Part1).magnitude
  6580. local curpos = Part0
  6581. local trz = {-Offset,Offset}
  6582. for i=1,Times do
  6583. local li = Instance.new("Part", torso)
  6584. li.Name = "Lightning"
  6585. li.TopSurface =0
  6586. li.Material = "Neon"
  6587. li.BottomSurface = 0
  6588. li.Anchored = true
  6589. li.Locked = true
  6590. li.Transparency = Trans or 0.4
  6591. li.BrickColor = BrickColor.new(Color)
  6592. li.formFactor = "Custom"
  6593. li.CanCollide = false
  6594. li.Size = Vector3.new(Thickness,Thickness,magz/Times)
  6595. local Offzet = Vector3.new(trz[math.random(1,2)],trz[math.random(1,2)],trz[math.random(1,2)])
  6596. local trolpos = CFrame.new(curpos,Part1)*CFrame.new(0,0,magz/Times).p+Offzet
  6597. if Times == i then
  6598. local magz2 = (curpos - Part1).magnitude
  6599. li.Size = Vector3.new(Thickness,Thickness,magz2)
  6600. li.CFrame = CFrame.new(curpos,Part1)*CFrame.new(0,0,-magz2/2)
  6601. else
  6602. li.CFrame = CFrame.new(curpos,trolpos)*CFrame.new(0,0,magz/Times/2)
  6603. end
  6604. curpos = li.CFrame*CFrame.new(0,0,magz/Times/2).p
  6605. game.Debris:AddItem(li,.1)
  6606. end
  6607. end
  6608.  
  6609. BodyParts = {} -- Parts to emit lightning effects from
  6610. for _, v in pairs(char:GetChildren()) do
  6611. if v:IsA("Part") then
  6612. table.insert(BodyParts, v)
  6613. end
  6614. end
  6615.  
  6616. Bounding = {} -- Calculate the bounding boxes
  6617. for _, v in pairs(BodyParts) do
  6618. local temp = {X=nil, Y=nil, Z=nil}
  6619. temp.X = v.Size.X/2 * 35
  6620. temp.Y = v.Size.Y/2 * 35
  6621. temp.Z = v.Size.Z/2 * 35
  6622. Bounding[v.Name] = temp
  6623. --table.insert(Bounding, v.Name, temp)
  6624. end
  6625.  
  6626. while wait(0) do -- Emit the Lightning effects randomly
  6627. local Body1 = BodyParts[math.random(#BodyParts)]
  6628. local Body2 = BodyParts[math.random(#BodyParts)]
  6629. local Pos1 = Vector3.new(
  6630. math.random(-Bounding[Body1.Name].X, Bounding[Body1.Name].X)/35,
  6631. math.random(-Bounding[Body1.Name].Y, Bounding[Body1.Name].Y)/35,
  6632. math.random(-Bounding[Body1.Name].Z, Bounding[Body1.Name].Z)/35
  6633. )
  6634. local Pos2 = Vector3.new(
  6635. math.random(-Bounding[Body2.Name].X, Bounding[Body2.Name].X)/35,
  6636. math.random(-Bounding[Body2.Name].Y, Bounding[Body2.Name].Y)/35,
  6637. math.random(-Bounding[Body2.Name].Z, Bounding[Body2.Name].Z)/35
  6638. )
  6639. local SPos1 = Body1.Position + Pos1
  6640. local SPos2 = Body2.Position + Pos2
  6641. Lightning(SPos1, SPos2, 4, 3, "Alder", .3, .56)
  6642. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement